.navbar-no-shadow {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 20px;
  background-color: transparent;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-wrapper {
  text-align: left;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-link:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  border-radius: 12px;
  background-color: #fff;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.mobile-margin-top-10 {
  margin-left: 16px;
}

.nav-button-wrapper {
  margin-left: 0px;
}

.button-primary {
  padding: 12px 25px;
  border-radius: 50px;
  background-color: #5552ff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #3b31a5;
  color: #fff;
}

.button-primary:active {
  background-color: #3b31a5;
}

.button-primary:focus {
  background-color: #3b31a5;
}

.body {
  margin-left: 0px;
  font-family: PoppinsTLG, sans-serif;
  color: #003350;
  font-weight: 500;
}

.container_first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 730px;
  max-width: 1140px;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
}

.heading-2 {
  font-size: 42px;
  line-height: 49px;
  font-weight: 700;
  text-transform: none;
}

.heading-2.blue {
  color: #17d3ed;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  text-transform: uppercase;
}

.heading-2.blue.t_s_m {
  margin-top: -10px;
}

.heading-2.blue.b_s_m {
  margin-top: 100px;
  margin-bottom: -11px;
}

.heading-2.green {
  color: #40d372;
}

.heading-2.green.left {
  text-align: left;
}

.heading-2.white {
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.heading-2.white.large {
  margin-top: -13px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 150px;
  line-height: 140px;
  font-weight: 900;
  text-transform: uppercase;
}

.heading-2.green_2 {
  margin-top: 120px;
  color: #07c4b1;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.heading-2.large-120 {
  margin-bottom: -19px;
  color: #c2c949;
  font-size: 120px;
  line-height: 120px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.heading-2.large-120.white {
  color: #fff;
}

.heading-2.t_s_120 {
  margin-top: 120px;
  margin-bottom: 140px;
  color: #333;
}

.heading-2.darkblue {
  color: #003350;
}

.heading-2.darkblue.t_s_120.caps {
  font-weight: 900;
  text-transform: uppercase;
}

.heading-2.caps.darkpurple {
  color: #4c3f8d;
}

.heading-2.darkpuple {
  color: #4c3f8d;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.heading-2.darkpuple.caps {
  text-transform: uppercase;
}

.heading-2.lightpurple {
  color: #c3befb;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.heading-2.lightpurple.left {
  text-align: left;
}

.heading-2.header_team {
  margin-top: 97px;
  margin-bottom: 65px;
  color: #4ea9ad;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-future {
  background-color: #c2c949;
  -o-object-fit: fill;
  object-fit: fill;
}

.bg_white {
  background-color: #fff;
}

.secion-first {
  display: block;
  overflow: hidden;
  height: 800px;
  background-color: #003350;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.white {
  padding-bottom: 10px;
  color: #fff;
}

.heading-1 {
  position: static;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 1;
  color: #fcfd61;
  font-size: 55px;
  line-height: 60px;
  font-weight: 900;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.image {
  display: inline-block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: translate(133px, 0px);
  -ms-transform: translate(133px, 0px);
  transform: translate(133px, 0px);
  mix-blend-mode: normal;
}

.line_1 {
  position: static;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.position_first {
  position: relative;
  left: 0%;
  top: -800px;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container {
  display: block;
  max-width: 1140px;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container.crisics {
  margin-top: -2070px;
}

.container.team {
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
}

.container.t_s_m1198 {
  margin-top: -1198px;
}

.container.container_solution {
  max-height: 1419px;
  margin-top: -1419px;
}

.container-2 {
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
}

._3blocs {
  display: -ms-grid;
  display: grid;
  margin-top: 153px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._3blocs.between {
  margin-top: 220px;
}

.image-2 {
  border-radius: 100%;
}

.heading-3 {
  position: static;
  font-weight: 700;
  text-align: center;
}

.heading-3.steps_header {
  font-size: 25px;
  text-align: left;
  text-transform: uppercase;
}

.heading-3.crisis {
  color: #54d4cb;
  font-size: 36px;
  line-height: 42px;
  font-weight: 800;
  text-transform: uppercase;
}

.heading-3.crisis.environmental {
  color: #6f60c1;
}

.heading-3.crisis.social {
  color: #b6595c;
}

.heading-3.crisis.climate {
  color: #645c95;
}

.heading-3.crisis.lightgray {
  color: #e3e3e3;
}

.heading-3.opacity_50 {
  opacity: 0.5;
}

.bg_blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 740px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00dbe9;
}

.bg_green_2 {
  background-color: #58d883;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

._2blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.text-span {
  color: #003350;
  font-size: 120px;
  line-height: 120px;
  font-weight: 900;
  text-transform: uppercase;
}

.tab-pane-tab-1 {
  overflow: hidden;
  border-radius: 30px;
  background-color: #4ea9ad;
}

.section-team {
  border: 1px none #000;
}

.person_block {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.block-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0px;
  padding-left: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left-style: none;
  color: #fff;
  font-size: 28px;
  line-height: 39px;
  font-weight: 700;
}

.text-block {
  margin-bottom: 10px;
}

.text-block.opacity_50 {
  margin-top: 13px;
  margin-bottom: 25px;
  opacity: 0.5;
  font-size: 22px;
  line-height: 30px;
}

.text-span-2 {
  margin-left: -30px;
  font-size: 90px;
}

.text-span-3 {
  position: relative;
  display: inline-block;
  margin-top: -22px;
  margin-left: -26px;
  font-size: 80px;
  font-weight: 500;
}

.text-span-4 {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  float: right;
  clear: right;
  font-size: 80px;
  line-height: 0px;
}

.steps {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._3steps {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-align-content: end;
  -ms-flex-line-pack: end;
  align-content: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.step1 {
  height: 330px;
  padding: 20px 30px;
  border-radius: 30px;
  background-color: #74bbc5;
  color: #fff;
  text-align: left;
}

.step2 {
  height: 330px;
  padding: 20px 30px;
  border-radius: 30px;
  background-color: #cd86c7;
  color: #fff;
  text-align: left;
}

.step3 {
  height: 330px;
  padding: 20px 30px;
  border-radius: 30px;
  background-color: #26595f;
  color: #fff;
  text-align: left;
}

.text-block-2 {
  font-size: 24px;
  line-height: 34px;
  text-align: left;
}

.persone {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.persone.white {
  padding-bottom: 46px;
  padding-left: 50px;
  font-size: 18px;
  line-height: 25px;
}

.text-block-3 {
  line-height: 21px;
}

.large_scale {
  margin-top: 12px;
  margin-bottom: 240px;
  color: #6f60c1;
  font-size: 64px;
  line-height: 82px;
  font-weight: 700;
}

.div-block-5 {
  width: 40%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.text-block-4 {
  width: 60%;
  margin: 250px auto 283px;
  color: #003350;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
}

.html-embed {
  margin-top: -18px;
  margin-right: auto;
  margin-left: auto;
}

.section-problem {
  overflow: hidden;
  text-align: center;
}

.line_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1190px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-2 {
  margin-top: -180px;
}

.line_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1060px;
  margin-top: -180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.planet {
  margin-top: 145px;
  margin-bottom: 100px;
  opacity: 1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section-solution {
  margin-top: -230px;
}

.line_4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1198px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.header_1_smalll {
  display: block;
  font-size: 42px;
  font-weight: 700;
  text-transform: none;
}

.purple {
  color: #7f65ff;
}

.bg_lightpuprple {
  margin-top: 237px;
  background-color: #c3befb;
}

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

.image-4 {
  width: 670px;
  max-width: 670%;
  float: right;
}

.line_5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line_6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.tab-link-tab-1 {
  padding-right: 10px;
  padding-left: 30px;
  border-radius: 0px;
  background-color: transparent;
  opacity: 0.5;
}

.tab-link-tab-1.w--current {
  padding-right: 10px;
  background-color: transparent;
  opacity: 1;
}

.tab-link-tab-2 {
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
  opacity: 0.5;
}

.tab-link-tab-2.w--current {
  background-color: transparent;
  opacity: 1;
}

.tab-link-tab-3 {
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
  opacity: 0.5;
}

.tab-link-tab-3.w--current {
  background-color: transparent;
  opacity: 1;
}

.tab-link-tab-4 {
  padding-right: 30px;
  padding-left: 10px;
  background-color: transparent;
  opacity: 0.5;
}

.tab-link-tab-4.w--current {
  background-color: transparent;
  opacity: 1;
}

.image-5 {
  border-radius: 50%;
}

.image-6 {
  border-radius: 50%;
  background-color: #fff;
}

.image-7 {
  border-radius: 50%;
}

.image-8 {
  border-radius: 50%;
}

.div-block-8 {
  height: 700px;
  background-color: #c2c949;
}

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

.text-block-5 {
  -webkit-transform: translate(0px, -152px);
  -ms-transform: translate(0px, -152px);
  transform: translate(0px, -152px);
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
}

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

.div-block-9 {
  height: 700px;
  background-color: #4ea9ad;
}

.div-block-8-copy {
  background-color: #c2c949;
}

.div-block-10 {
  height: 700px;
  background-color: #c3befb;
}

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

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.person_text {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

.person_header {
  margin-top: 45px;
  font-size: 40px;
}

.triangle_2_t1 {
  position: absolute;
  left: auto;
  top: -34%;
  right: -11%;
  bottom: 0%;
  z-index: 1888.29;
  display: block;
  width: 770px;
  -webkit-transform: rotate(-51deg);
  -ms-transform: rotate(-51deg);
  transform: rotate(-51deg);
}

.triangle_1_t1 {
  position: absolute;
  left: auto;
  top: -3%;
  right: -17%;
  bottom: 0%;
  z-index: 1888.29;
  display: block;
  width: 800px;
  -webkit-transform: rotate(26deg);
  -ms-transform: rotate(26deg);
  transform: rotate(26deg);
}

.person_quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rq {
  position: relative;
  margin-left: auto;
  text-align: right;
}

.lq {
  margin-bottom: -22px;
}

.section-steps {
  margin-top: 188px;
  padding-bottom: 132px;
}

.button {
  display: inline-block;
  height: 150px;
  margin-top: 67px;
  margin-bottom: 164px;
  padding-top: 64px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #5552ff;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  white-space: normal;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

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

.button:focus {
  background-color: #3b31a5;
}

.text-block-7 {
  font-size: 24px;
  line-height: 36px;
}

.steps_text {
  font-size: 24px;
  line-height: 36px;
}

.image-115 {
  margin-bottom: -48px;
}

.img_step_2 {
  margin-bottom: -48px;
}

.img_step_3 {
  margin-bottom: -48px;
}

.container-join {
  display: block;
  max-width: 1140px;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.container-join.crisics {
  margin-top: -2070px;
}

.container-join.team {
  margin-top: -1217px;
  margin-right: auto;
  margin-left: auto;
}

.container-join.t_s_m1198 {
  margin-top: -1198px;
}

.container-join.container_solution {
  max-height: 1419px;
  margin-top: -1419px;
}

.image-118 {
  -o-object-fit: contain;
  object-fit: contain;
}

.image-119 {
  height: 740px;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tab-pane-tab-2 {
  border-radius: 30px;
  background-color: #4ea9ad;
}

.triangle_2_t2 {
  position: absolute;
  left: auto;
  top: -51%;
  right: -9%;
  bottom: 0%;
  z-index: 1888.29;
  display: block;
  width: 770px;
  -webkit-transform: rotate(-131deg);
  -ms-transform: rotate(-131deg);
  transform: rotate(-131deg);
}

.triangle_1_t2 {
  position: absolute;
  left: auto;
  top: -50%;
  right: -11%;
  bottom: 0%;
  z-index: 1888.29;
  display: block;
  width: 800px;
  -webkit-transform: rotate(71deg);
  -ms-transform: rotate(71deg);
  transform: rotate(71deg);
}

.tab-pane-tab-4 {
  border-radius: 30px;
  background-color: #4ea9ad;
}

.tab-pane-tab-3 {
  border-radius: 30px;
  background-color: #4ea9ad;
}

.person_role {
  margin-top: 10px;
  margin-bottom: 20px;
  opacity: 0.5;
}

.triangle_1_t3 {
  position: absolute;
  left: auto;
  top: -13%;
  right: -9%;
  bottom: 0%;
  z-index: 1888.29;
  display: block;
  width: 800px;
  -webkit-transform: rotate(97deg);
  -ms-transform: rotate(97deg);
  transform: rotate(97deg);
}

.triangle_2_t3 {
  position: absolute;
  left: auto;
  top: -16%;
  right: -14%;
  bottom: 0%;
  z-index: 1888.29;
  display: block;
  width: 770px;
  -webkit-transform: rotate(-66deg);
  -ms-transform: rotate(-66deg);
  transform: rotate(-66deg);
}

.img_step_1 {
  margin-bottom: -48px;
}

.steps_header {
  text-transform: uppercase;
}

.text-span-5 {
  display: inline-block;
  -webkit-transform: translate(0px, -14px);
  -ms-transform: translate(0px, -14px);
  transform: translate(0px, -14px);
  font-size: 24px;
  font-weight: 500;
}

.footnote {
  width: 70%;
  margin-bottom: 23px;
  opacity: 0.8;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.asterics {
  display: inline-block;
  margin-left: -17px;
  -webkit-transform: translate(-9px, 9px);
  -ms-transform: translate(-9px, 9px);
  transform: translate(-9px, 9px);
  font-size: 26px;
}

@media screen and (max-width: 991px) {
  .navbar-wrapper {
    text-align: left;
  }

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

  .nav-menu-wrapper {
    background-color: transparent;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container_first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .heading-2.large-120 {
    font-size: 80px;
    line-height: 80px;
  }

  .heading-2.darkpuple.t_s_120 {
    margin-bottom: 95px;
  }

  .heading-1 {
    position: static;
    z-index: 2;
    margin-right: auto;
    margin-left: auto;
    clear: left;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 90px;
    line-height: 80px;
  }

  .image {
    -webkit-transform: translate(-71px, 105px);
    -ms-transform: translate(-71px, 105px);
    transform: translate(-71px, 105px);
  }

  .line_1 {
    display: none;
    width: 100%;
  }

  .position_first {
    top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

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

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

  ._3blocs.between {
    margin-top: 140px;
    -ms-grid-columns: 2fr 1fr 2fr;
    grid-template-columns: 2fr 1fr 2fr;
  }

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

  .heading-3.crisis.environmental {
    font-size: 24px;
  }

  .heading-3.crisis.social {
    font-size: 24px;
  }

  .heading-3.crisis.climate {
    font-size: 24px;
  }

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

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

  ._3steps {
    justify-items: center;
    grid-auto-flow: row dense;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .step2 {
    width: 100%;
  }

  .div-block-5 {
    display: block;
    width: 100%;
    text-align: center;
  }

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

  .line_2 {
    display: none;
  }

  .line_3 {
    display: none;
  }

  .section-solution {
    margin-top: 0px;
  }

  .line_4 {
    display: none;
  }

  .header_1_smalll {
    font-size: 60px;
  }

  .bg_lightpuprple {
    overflow: hidden;
    margin-top: 141px;
  }

  .image-3 {
    display: block;
    width: 100%;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -o-object-fit: fill;
    object-fit: fill;
  }

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

  .line_5 {
    display: none;
  }

  .logo {
    text-align: left;
  }

  .section-screenshots {
    margin-top: 137px;
  }

  .div-block-8 {
    height: 580px;
  }

  .text-block-5 {
    -webkit-transform: translate(0px, -124px);
    -ms-transform: translate(0px, -124px);
    transform: translate(0px, -124px);
  }

  .image-10 {
    max-width: 50%;
    -webkit-transform: translate(0px, -119px);
    -ms-transform: translate(0px, -119px);
    transform: translate(0px, -119px);
  }

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

  .div-block-10 {
    height: 580px;
  }

  .person_header {
    line-height: 50px;
  }

  .person_quote {
    margin-bottom: 50px;
    padding-left: 50px;
  }

  .button {
    height: 120px;
    padding-top: 50px;
  }

  .img_step_2 {
    max-width: 60%;
  }

  .img_step_3 {
    max-width: 60%;
    margin-top: 62px;
  }

  .img_step_1 {
    max-width: 60%;
    margin-top: 57px;
  }

  .footnote {
    margin-bottom: 68px;
    padding-left: 16px;
  }

  .asterics {
    margin-left: -14px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    overflow: hidden;
    width: 190px;
    padding-left: 0px;
  }

  .nav-menu {
    padding-bottom: 30px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-link {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

  .container_first {
    display: block;
    height: 750px;
  }

  .heading-2.green.t_s_120 {
    margin-top: 107px;
    margin-bottom: 80px;
    font-size: 40px;
  }

  .heading-2.white.large {
    font-size: 130px;
    line-height: 124px;
    letter-spacing: -0.02em;
  }

  .heading-2.large-120 {
    font-size: 60px;
    line-height: 70px;
  }

  .secion-first {
    height: 830px;
  }

  .heading-1 {
    position: relative;
    z-index: 1;
    font-size: 80px;
  }

  .image {
    position: relative;
    -webkit-transform: translate(76px, -81px);
    -ms-transform: translate(76px, -81px);
    transform: translate(76px, -81px);
  }

  .line_1 {
    display: none;
  }

  .position_first {
    top: 0px;
    height: 750px;
  }

  ._3blocs {
    margin-top: 63px;
  }

  ._3blocs.between {
    margin-top: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 3fr 1fr 3fr;
    grid-template-columns: 3fr 1fr 3fr;
  }

  .heading-3.crisis {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-3.crisis.environmental {
    font-size: 18px;
  }

  .heading-3.crisis.social {
    font-size: 18px;
  }

  .heading-3.crisis.climate {
    font-size: 18px;
  }

  .heading-3.crisis.lightgray {
    font-size: 18px;
  }

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

  ._2blocks {
    grid-column-gap: 0px;
  }

  .text-span {
    display: inline-block;
    margin-top: 15px;
    font-size: 100px;
    line-height: 90px;
  }

  .large_scale {
    margin-top: 7px;
    margin-bottom: 76px;
    font-size: 40px;
    line-height: 50px;
  }

  .text-block-4 {
    width: 100%;
    margin-top: 56px;
    margin-bottom: 143px;
  }

  .planet {
    max-width: 65%;
    margin-top: 0px;
  }

  .header_1_smalll {
    display: block;
    font-size: 50px;
    line-height: 60px;
  }

  .bg_lightpuprple {
    margin-top: 80px;
  }

  .logo {
    max-width: none;
  }

  .div-block-8 {
    height: auto;
    padding-bottom: 100px;
  }

  .container-4 {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translate(0px, -100px);
    -ms-transform: translate(0px, -100px);
    transform: translate(0px, -100px);
  }

  .text-block-5 {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .image-10 {
    max-width: 60%;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .div-block-9 {
    height: auto;
    padding-bottom: 100px;
  }

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

  .container-5 {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translate(0px, -100px);
    -ms-transform: translate(0px, -100px);
    transform: translate(0px, -100px);
  }

  .button {
    width: 100%;
    height: 100px;
    padding-top: 42px;
    text-align: center;
  }

  .image-120 {
    max-width: 80%;
  }

  .image-121 {
    max-width: 80%;
  }

  .footnote {
    width: 100%;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container_first {
    height: 500px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading-2.blue.b_s_m {
    margin-top: 0px;
    font-size: 40px;
    line-height: 50px;
  }

  .heading-2.green.t_s_120 {
    margin-top: 56px;
    margin-bottom: 51px;
    font-size: 24px;
    line-height: 38px;
  }

  .heading-2.white {
    display: inline-block;
    width: 60%;
    margin-top: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 24px;
    line-height: 24px;
  }

  .heading-2.white.large {
    display: inline-block;
    margin-top: -4px;
    margin-bottom: auto;
    padding-bottom: 0px;
    font-size: 70px;
    line-height: 60px;
  }

  .heading-2.green_2 {
    font-size: 40px;
    line-height: 48px;
  }

  .heading-2.large-120 {
    margin-bottom: -4px;
    font-size: 32px;
    line-height: 30px;
  }

  .heading-2.large-120.white {
    margin-top: 6px;
    margin-bottom: 0px;
  }

  .heading-2.darkblue.t_s_120 {
    margin-top: 53px;
    margin-bottom: 73px;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.01em;
  }

  .heading-2.darkpuple.t_s_120 {
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.02em;
  }

  .heading-2.lightpurple.left {
    font-size: 30px;
  }

  .heading-2.header_team {
    margin-top: 82px;
    margin-bottom: 60px;
    font-size: 40px;
    line-height: 48px;
  }

  .secion-first {
    height: 520px;
  }

  .white {
    display: inline;
  }

  .heading-1 {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 50px;
  }

  .image {
    -webkit-transform: translate(71px, -43px);
    -ms-transform: translate(71px, -43px);
    transform: translate(71px, -43px);
  }

  .position_first {
    height: 500px;
  }

  ._3blocs {
    margin-top: 0px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3blocs.between {
    margin-top: 52px;
    grid-row-gap: 0px;
    -ms-grid-columns: 3fr;
    grid-template-columns: 3fr;
  }

  .image-2 {
    max-width: 60%;
  }

  .heading-3 {
    margin-top: 0px;
    font-size: 20px;
  }

  .heading-3.crisis {
    font-size: 24px;
  }

  .heading-3.crisis.environmental {
    font-size: 24px;
  }

  .heading-3.crisis.social {
    font-size: 24px;
  }

  .heading-3.crisis.climate {
    font-size: 24px;
  }

  .heading-3.crisis.lightgray {
    margin-bottom: 47px;
    font-size: 24px;
  }

  .bg_blue {
    height: 300px;
  }

  ._2blocks {
    grid-row-gap: 0px;
  }

  .text-span {
    margin-top: 0px;
    font-size: 40px;
    line-height: 48px;
  }

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

  .block-quote {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 22px;
    line-height: 31px;
  }

  .persone.white {
    padding-right: 20px;
    padding-left: 20px;
  }

  .large_scale {
    font-size: 24px;
    line-height: 32px;
  }

  .text-block-4 {
    margin-top: 32px;
    margin-bottom: 3px;
    font-size: 24px;
    line-height: 32px;
  }

  .planet {
    max-width: 80%;
    margin-top: 120px;
    margin-bottom: 40px;
  }

  .header_1_smalll {
    display: block;
    font-size: 30px;
  }

  .bg_lightpuprple {
    margin-top: 30px;
  }

  .tab-link-tab-1 {
    padding-left: 0px;
  }

  .tab-link-tab-1.w--current {
    padding-right: 0px;
  }

  .tab-link-tab-2 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .tab-link-tab-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-link-tab-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-link-tab-4.w--current {
    padding-right: 0px;
  }

  .logo {
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .section-screenshots {
    margin-top: 108px;
  }

  .div-block-8 {
    padding-bottom: 40px;
  }

  .container-4 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transform: translate(0px, -100px);
    -ms-transform: translate(0px, -100px);
    transform: translate(0px, -100px);
  }

  .text-block-5 {
    margin-top: 30px;
    font-size: 24px;
    line-height: 32px;
  }

  .image-10 {
    max-width: 100%;
    -webkit-transform: translate(5%, 0px);
    -ms-transform: translate(5%, 0px);
    transform: translate(5%, 0px);
  }

  .div-block-9 {
    padding-bottom: 40px;
  }

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

  .tabs-menu {
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-column-gap: 10px;
  }

  .person_text {
    font-size: 18px;
    line-height: 24px;
  }

  .person_header {
    margin-top: 25px;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 32px;
  }

  .person_quote {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .lq {
    margin-bottom: 0px;
  }

  .section-steps {
    margin-top: 0px;
    padding-bottom: 60px;
  }

  .button {
    height: 60px;
    margin-top: 18px;
    margin-bottom: 91px;
    padding-top: 22px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 23px;
  }

  .steps_text {
    font-size: 18px;
    line-height: 24px;
  }

  .img_step_2 {
    max-width: 100%;
    margin-bottom: -26px;
  }

  .img_step_3 {
    max-width: 100%;
    margin-bottom: -23px;
  }

  .image-119 {
    height: 100%;
  }

  .person_role {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .img_step_1 {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: -32px;
  }

  .image-120 {
    max-width: 100%;
  }

  .image-121 {
    max-width: 100%;
  }

  .text-span-5 {
    -webkit-transform: translate(0px, -4px);
    -ms-transform: translate(0px, -4px);
    transform: translate(0px, -4px);
  }

  .footnote {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 20px;
  }

  .asterics {
    -webkit-transform: translate(-5px, 6px);
    -ms-transform: translate(-5px, 6px);
    transform: translate(-5px, 6px);
    font-size: 20px;
  }
}

#w-node-aa1bdd76-f320-bf79-48e0-7c64f87bb560-c0f0bdf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-ddd0aecf-a874-3054-d6e6-8e67cbb853b4-c0f0bdf8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ddd0aecf-a874-3054-d6e6-8e67cbb853b8-c0f0bdf8 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ff0041ba-35b8-c1ba-ad29-3e3e257f3694-c0f0bdf8 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ddd0aecf-a874-3054-d6e6-8e67cbb853bc-c0f0bdf8 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c1b7b7a0-2b52-d722-f86d-b9d6211f664a-c0f0bdf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_229552bd-6a03-b19b-d40d-bf8f0403e3eb-c0f0bdf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f3820130-dbb5-b312-9cd9-ce25fc0cb054-c0f0bdf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4b6bf863-5a69-3475-fbdc-f0652270cbc8-c0f0bdf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4b6bf863-5a69-3475-fbdc-f0652270cbc9-c0f0bdf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4b6bf863-5a69-3475-fbdc-f0652270cbca-c0f0bdf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5a4be05a-46b8-d8db-249b-d99f8c4c0f88-c0f0bdf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5a4be05a-46b8-d8db-249b-d99f8c4c0f89-c0f0bdf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5a4be05a-46b8-d8db-249b-d99f8c4c0f8a-c0f0bdf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_57841c7d-0164-9c44-efdc-719210baa115-c0f0bdf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fecca746-88ba-1a35-cb6d-c476ff6369ac-c0f0bdf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fecca746-88ba-1a35-cb6d-c476ff6369ad-c0f0bdf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fecca746-88ba-1a35-cb6d-c476ff6369ae-c0f0bdf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0ed8068a-9a92-dd59-d6a0-f1de5bc4c180-c0f0bdf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b16f7d69-ad79-0a42-5683-38f63fd26876-c0f0bdf8 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-bd0699fb-24a3-2796-98e9-5cd981bc3a98-c0f0bdf8 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b16f7d69-ad79-0a42-5683-38f63fd2687a-c0f0bdf8 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_15b255d1-65c8-812d-79b9-3993286ac4e4-c0f0bdf8 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b16f7d69-ad79-0a42-5683-38f63fd2687e-c0f0bdf8 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 2;
  grid-row-end: 6;
}

@media screen and (max-width: 991px) {
  #w-node-b16f7d69-ad79-0a42-5683-38f63fd26876-c0f0bdf8 {
    -ms-grid-row-span: 3;
    grid-row-end: 3;
  }

  #w-node-bd0699fb-24a3-2796-98e9-5cd981bc3a98-c0f0bdf8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-b16f7d69-ad79-0a42-5683-38f63fd2687a-c0f0bdf8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_15b255d1-65c8-812d-79b9-3993286ac4e4-c0f0bdf8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-b16f7d69-ad79-0a42-5683-38f63fd2687e-c0f0bdf8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ddd0aecf-a874-3054-d6e6-8e67cbb853b8-c0f0bdf8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-ff0041ba-35b8-c1ba-ad29-3e3e257f3694-c0f0bdf8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-ddd0aecf-a874-3054-d6e6-8e67cbb853bc-c0f0bdf8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
}

@font-face {
  font-family: 'PoppinsTLG';
  src: url('../fonts/Poppins-TLG-VF.woff2') format('woff2');
  font-weight: 500 900;
  font-style: normal;
  font-display: swap;
}