:root {
  --red_bright: #d92429;
  --juniper_cream: #f4f3ec;
  --juniper_darker_cream: #dcd9ce;
  --blue_main: #2d208a;
  --white: white;
  --grey_black: #222;
  --grey_dark: #828282;
  --transparent: #0000;
  --black: #222;
  --red_dark: #701316;
  --blue_bright: #272ec9;
  --blue_light: #bbcde5;
  --red_light: #e5afb0;
  --red_main: #961b1f;
  --blue_dark: #1d1557;
  --grey_mid: #b9b9b9;
  --grey_light: #f0f0f0;
  --inter: Inter, sans-serif;
  --lora: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.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-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

.body {
  box-sizing: content-box;
  aspect-ratio: auto;
  border-top: 10px none var(--red_bright);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  display: block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.titlepage {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #d9242400;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.titlesubheading {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 6px var(--red_bright);
  flex: none;
  margin-bottom: 0;
  font-family: Lora Variable, Georgia, sans-serif;
  font-size: 4em;
  line-height: 1em;
}

.titlediv {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 39vh 0% auto;
}

.titleheading {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 6px var(--red_bright);
  order: -1;
  font-family: Inter, sans-serif;
  font-size: 8em;
  line-height: .9em;
}

.preheading {
  color: var(--red_bright);
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  font-family: Lora Variable, Georgia, sans-serif;
  font-size: 2em;
  font-weight: 400;
}

.articleheading {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
}

.articlesection {
  max-width: none;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Inter, sans-serif;
}

.articlesection.cream {
  background-color: var(--juniper_cream);
  max-width: none;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 100px;
}

.articlesection.darkcream {
  background-color: var(--juniper_darker_cream);
  max-width: none;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 100px;
}

.imagecaptionblock {
  width: 60%;
  max-width: none;
  display: block;
}

.bodytext {
  text-align: left;
  word-break: normal;
  overflow-wrap: normal;
  border-radius: 0;
  width: auto;
  margin-bottom: 20px;
  font-family: Lora Variable, Georgia, sans-serif;
  font-size: 1em;
  line-height: 1.6em;
}

.bodytext.lessmargin {
  margin-bottom: 0;
}

.bodytext.investigationintro {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  font-size: 1.25em;
  line-height: 1.3em;
}

.cofoundersflex {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.paragraphtextblock {
  width: 40%;
  max-width: none;
  position: static;
}

.imagecaption {
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-style: normal;
  line-height: 1.2em;
  text-decoration: none;
}

.missionvisionsection {
  background-color: var(--blue_main);
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}

.statsimage {
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
}

.missionflex {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.networksection {
  background-color: #ebf0f7;
  max-width: none;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.statssection {
  background-color: var(--juniper_cream);
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 170px;
  font-family: Inter, sans-serif;
}

.numbersflexcomponent {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--\<unknown\|variable-0a369417-0ef5-ba24-d21f-0f4c2b643020\>);
  -webkit-text-stroke-color: var(--white);
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 24%;
  height: 250px;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
}

.numbersflexblock {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: stretch;
  font-family: Inter, sans-serif;
}

.cofounderscollage {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.heading-3 {
  color: var(--red_bright);
  margin-top: 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.1em;
}

.block-quote {
  border-left-color: var(--red_bright);
  color: var(--grey_black);
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Lora Variable, Georgia, sans-serif;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3em;
}

.quotesigns {
  color: var(--red_bright);
  margin-top: auto;
  margin-bottom: -20px;
  font-family: Oswald, sans-serif;
  font-size: 4em;
  font-weight: 900;
  line-height: 1em;
}

.pulloutbox {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-color: var(--juniper_darker_cream);
  background-image: url('../images/half-circle_cream.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  justify-content: space-around;
  align-items: center;
  width: auto;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 30px;
  display: flex;
  box-shadow: 0 2px 16px #0000000f;
}

.sssubtitle {
  color: var(--grey_dark);
  font-size: 1.25em;
  font-weight: 600;
}

.list, .list-2 {
  color: var(--white);
  padding-left: 20px;
}

.ssflexblock {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  place-content: stretch space-between;
  align-items: stretch;
  margin-bottom: 20px;
}

.list-3 {
  font-family: Lora Variable, Georgia, sans-serif;
  font-weight: 700;
}

.link {
  color: var(--red_bright);
}

.awardflex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--juniper_darker_cream);
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 31.5%;
  margin-top: 0;
  margin-left: 0;
  padding: 20px;
  display: flex;
}

.awardflex:hover {
  box-shadow: 0 2px 16px #0000001a;
}

.awards {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
}

.financialimage {
  text-align: center;
  width: 737px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.imagefullwidth {
  width: 737px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.snapshotheader {
  margin-top: 0;
  margin-left: 0;
  font-size: 1.25em;
  display: block;
}

.bodlist {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  align-items: stretch;
}

.boditem {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--white);
  width: 48%;
  max-width: none;
  padding: 20px;
  box-shadow: 0 2px 16px #00000014;
}

.bodimage {
  border-radius: 0%;
  width: 150px;
  max-width: none;
  height: 150px;
  margin-bottom: 20px;
}

.bodtextbox {
  width: 100%;
  min-width: 0;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.bodmemberposition {
  color: var(--red_bright);
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Lora Variable, Georgia, sans-serif;
  font-size: 1.2em;
}

.bodmembername {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.5em;
}

.bodmemberworkplace {
  margin-top: 0;
  margin-bottom: 0;
}

.background-video {
  background-color: #fff0;
  background-image: none;
  width: 100vw;
  height: 100vh;
  display: block;
}

.articlewrapper {
  max-width: none;
  margin: auto 100px;
}

.quotecontainer {
  max-width: none;
}

.quotecontainer.gaccfull {
  max-width: 60%;
}

.quoteimage {
  border-radius: 50%;
  flex: none;
  width: 100px;
  max-width: none;
  height: 100px;
}

.quotesignature {
  color: var(--grey_black);
  text-align: left;
  margin-bottom: 5px;
  font-weight: 700;
}

.gaccbottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.statstext {
  text-align: center;
  word-break: normal;
  overflow-wrap: normal;
  border-radius: 0;
  font-family: Lora Variable, Georgia, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
}

.sslistitem {
  color: var(--grey_black);
  padding-bottom: 10px;
  font-size: 1em;
}

.listcontainercream {
  background-color: var(--juniper_cream);
  object-fit: fill;
  border-radius: 8px;
  flex: 0 auto;
  width: 31.5%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
}

.listcontainercream:hover {
  box-shadow: 0 2px 16px #0000001a;
}

.sslistbodytext {
  font-size: 1em;
  font-weight: 400;
}

.sslistbodytext.limitwidth {
  max-width: 800px;
  padding-bottom: 6px;
}

.gaccflexblock {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  place-content: stretch space-between;
  align-items: stretch;
  max-width: 80%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.gacclistcontainer {
  background-color: var(--white);
  object-fit: fill;
  border-radius: 5px;
  flex: 0 auto;
  width: 48%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 20px 60px;
}

.gacclistcontainer:hover {
  box-shadow: 0 2px 16px #0000001a;
}

.gaccflex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 60px;
}

.gaccelement {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--transparent);
  text-align: center;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  width: 220px;
  height: auto;
  padding: 0;
}

.arrow {
  margin-top: auto;
  margin-bottom: auto;
}

.lettercofounders {
  max-width: none;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
}

.articleheading-800px {
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 3.3em;
  font-weight: 700;
  line-height: 1em;
}

.signature1 {
  color: var(--red_bright);
  text-align: left;
  margin-top: 40px;
  font-family: Lora Variable, Georgia, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
}

.signature2 {
  color: var(--grey_black);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 1em;
  font-weight: 600;
}

.missionvisionblock {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.statsbignumber {
  color: var(--black);
  text-align: center;
  text-underline-offset: 1px;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#d9242900 75%, #d92429 75% 98%, #d9242900);
  background-clip: border-box;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 8px;
  font-family: Inter Tight, sans-serif;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 38px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: calc(1em / 2);
}

.missionmidsection {
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
}

.pillarsflex1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-top: 20px;
}

.pillarsflex2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  width: 25%;
}

.pillarsflex3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-right: 30px;
}

.text-block-2 {
  font-size: 2em;
  font-weight: 800;
}

.pillarimage {
  background-color: var(--red_bright);
  border-radius: 50%;
  width: 130px;
  height: 130px;
}

.image-8 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 30px;
}

.text-block-3 {
  text-align: center;
  font-size: 1.25em;
  font-weight: 800;
}

.bodytext-border {
  text-align: center;
  word-break: normal;
  overflow-wrap: normal;
  border-right: 0 solid #000;
  border-radius: 0;
  width: auto;
  margin-bottom: 20px;
  font-family: Lora Variable, Georgia, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
}

.slide {
  background-image: url('../images/GlobalEditors.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider {
  background-color: #0000;
  height: 750px;
  margin-left: 100px;
  margin-right: 100px;
}

.slide-2 {
  background-image: url('../images/PubPartnersMap_Dec2023.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-2 {
  background-color: var(--transparent);
  color: var(--red_bright);
  border-radius: 0;
  font-size: 1.5em;
}

.icon-2:hover {
  color: var(--red_dark);
}

.left-arrow {
  border-radius: 0;
}

.icon-3 {
  background-color: var(--transparent);
  color: var(--red_bright);
  font-size: 1.5em;
}

.icon-3:hover {
  color: var(--red_dark);
}

.imagesection1 {
  background-image: linear-gradient(180deg, #0000, var(--black)), url('../images/strat-15web.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  min-height: 100vh;
}

.imagequotecontainer {
  max-width: 1080px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: static;
  top: 400px;
}

.imagequote {
  color: var(--white);
  width: 50%;
  font-family: Lora Variable, Georgia, sans-serif;
  font-size: 2em;
  line-height: 1.2em;
}

.imagesignature {
  color: var(--white);
  width: 50%;
  font-family: Lora Variable, Georgia, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
}

.imagedesc {
  color: var(--white);
  width: 30%;
  margin-left: auto;
  font-family: Inter, sans-serif;
  font-size: .7em;
  font-weight: 300;
  line-height: 1.2em;
}

.imageseparator {
  background-color: var(--red_bright);
  width: 30%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 5px;
  margin-left: auto;
}

.articleheading-800px-small {
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1em;
}

.articleheading-800px-small.intro {
  font-size: 1.3em;
  font-weight: 600;
}

.statsimageblock {
  background-color: var(--juniper_darker_cream);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 20px;
}

.headingseparator {
  background-color: var(--grey_black);
  width: 15%;
  height: 2px;
  margin-bottom: 20px;
}

.imagequoteflex {
  flex-flow: column-reverse;
  min-height: 100vh;
}

.imagesection2 {
  background-image: linear-gradient(180deg, #0000, var(--black)), url('../images/malta-quoteimg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  min-height: 100vh;
}

.impactsection {
  background-color: var(--juniper_darker_cream);
  max-width: none;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Inter, sans-serif;
}

.impactimageblock {
  background-color: var(--juniper_cream);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 20px;
}

.impactflexcomponent {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--\<unknown\|variable-0a369417-0ef5-ba24-d21f-0f4c2b643020\>);
  -webkit-text-stroke-color: var(--white);
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 30%;
  height: 240px;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
}

.impactgiantstat {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--\<unknown\|variable-0a369417-0ef5-ba24-d21f-0f4c2b643020\>);
  -webkit-text-stroke-color: var(--white);
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  max-height: none;
  margin: 0 auto;
  padding: 20px 10px;
}

.statsgiantnumber {
  color: var(--black);
  text-align: center;
  text-underline-offset: 1px;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#d9242900 84%, #d92429 84% 98%, #d9242900);
  background-clip: border-box;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 5em;
  font-weight: 600;
  line-height: 1em;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: calc(1em / 2);
}

.snapshotcontainer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  margin-bottom: 0;
  overflow: visible;
}

.snapshotimagecontainer {
  border: 4px solid var(--juniper_darker_cream);
  border-radius: 50%;
  flex: none;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  overflow: hidden;
}

.snapshotflex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column wrap;
  place-content: stretch flex-start;
  align-items: flex-start;
  height: 960px;
  display: flex;
}

.quotesignature2 {
  color: var(--grey_black);
  text-align: left;
  font-weight: 300;
}

.flex-block {
  justify-content: space-between;
  align-items: flex-end;
}

.div-block-9 {
  padding-right: 20px;
}

.articleheading-medium {
  max-width: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
}

.investigationsheader {
  justify-content: space-between;
  align-items: center;
}

.investigationsheader.intro {
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.investigationsredline {
  background-color: var(--red_bright);
  width: 150px;
  height: 8px;
}

.investigationtitle {
  color: var(--black);
  margin-top: 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.1em;
}

.quoteboxhorizontal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--transparent);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 10px 0;
  padding: 20px;
  display: flex;
}

.quotesignature3 {
  color: var(--grey_black);
  text-align: right;
  font-weight: 700;
}

.investigationflexleft {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.investigationflexright {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.horizontaldivider {
  background-color: var(--grey_dark);
  height: 1px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.horizontaldivider.redline {
  background-color: var(--red_bright);
  width: 25%;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 20px;
}

.horizontaldivider.darkbg {
  background-color: var(--juniper_cream);
}

.horizontaldivider.lightbg {
  background-color: var(--juniper_darker_cream);
}

.snapshotwrapper {
  flex-flow: column wrap;
  max-width: none;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.linkinvestigation {
  color: var(--black);
  text-decoration: underline;
}

.fincelltitle {
  color: var(--blue_bright);
  text-align: right;
  margin-bottom: 5px;
  margin-left: 0;
  font-size: 20px;
  font-weight: 300;
}

.fincellvalue {
  color: var(--grey_black);
  margin-bottom: 0;
  margin-left: 0;
  font-size: 2em;
  font-weight: 700;
}

.fincellnumbers {
  margin-left: 0;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1em;
}

.quick-stack {
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  width: 65%;
  padding: 0;
}

.cellright {
  text-align: left;
  justify-content: flex-end;
  align-items: flex-end;
}

.cellimage {
  justify-content: flex-end;
  align-items: center;
}

.finextendtrigger {
  background-color: var(--blue_main);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  width: 300px;
  margin: 60px auto 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  display: block;
}

.galleryblock {
  width: 160px;
  margin-top: 35px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.galleryblock.top-gallery-block {
  bottom: 20%;
}

.gallerysmalltext {
  font-weight: 600;
}

.gallerybigtext {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
}

.supportersnames {
  width: 30%;
  padding-bottom: 0;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
  display: block;
}

.linksupporter {
  color: var(--black);
  font-size: 1em;
  line-height: 1em;
  text-decoration: none;
}

.linksupporter:hover {
  color: var(--red_bright);
  text-decoration: underline;
}

.supportersflex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.cofoundersflex2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.image-10 {
  max-width: 50%;
}

.cofoundersslogan {
  color: var(--blue_bright);
  text-align: left;
  word-break: normal;
  overflow-wrap: normal;
  border-radius: 0;
  width: auto;
  margin-bottom: 20px;
  font-family: Lora Variable, Georgia, sans-serif;
  font-size: 2em;
  line-height: 1em;
}

.gaccflex2 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  align-items: center;
}

.gaccblock {
  width: 48%;
}

.button {
  background-color: var(--red_bright);
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.image-11 {
  width: 48%;
  max-width: none;
}

.gacctextblock {
  color: var(--grey_black);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
}

.boldtextgacc {
  font-weight: 700;
}

.gacclistheader {
  color: var(--red_bright);
  font-size: 1.25em;
  display: block;
}

.pulloutboxtext {
  width: 50%;
  min-width: 50%;
}

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

.staffsecurityflex {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
}

.ssrightflex {
  width: 60%;
}

.ssleftflex {
  width: 40%;
}

.securitytextblock {
  color: var(--grey_black);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
}

.researchflex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.networkheading {
  max-width: 580px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1em;
}

.pillarssection {
  background-color: var(--juniper_darker_cream);
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.statsbignumber-light {
  color: var(--juniper_cream);
  text-align: center;
  text-underline-offset: 1px;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#d9242900 60%, #d92429 63% 98%, #d9242900);
  background-clip: border-box;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 7px;
  font-family: Inter, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: calc(1em / 2);
}

.missionstatement-light {
  color: var(--juniper_cream);
  text-align: center;
  max-width: 800px;
  margin-top: 0;
  font-family: Lora Variable, Georgia, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.3em;
}

.pillarsheading {
  text-align: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1em;
}

.nav-link {
  color: var(--juniper_cream);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 18px;
  font-family: Inter Tight, sans-serif;
  font-size: 1.75em;
  font-weight: 700;
}

.nav-link:hover {
  color: var(--blue_light);
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 2em;
  font-weight: 700;
}

.nav-link.w--current {
  color: var(--red_light);
}

.navbar {
  z-index: 999;
  border-top: 10px solid var(--red_bright);
  box-shadow: none;
  background-color: #c3272b;
  margin-bottom: 0;
  position: sticky;
  inset: 0% 0% auto;
}

.logo-nav {
  cursor: pointer;
  width: auto;
  height: 40px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 0;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: static;
}

.footer-subscribe {
  border-bottom: 10px solid var(--red_bright);
  background-color: var(--black);
  padding: 120px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--juniper_cream);
  -webkit-text-stroke-color: var(--juniper_cream);
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.menu-button {
  background-color: var(--transparent);
  order: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.menu-button.w--open {
  background-color: var(--red_main);
  padding: 18px;
}

.nav-menu {
  background-color: var(--red_main);
  min-height: 100vh;
}

.icon-4 {
  color: var(--white);
  font-size: 1.5em;
}

.icon-4:hover {
  color: var(--red_light);
  font-size: 1.5em;
}

.logo-globe {
  height: 70px;
}

.logo-globe-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  order: -1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.horizontaldivider-center {
  background-color: var(--grey_dark);
  height: 1px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.horizontaldivider-center.lightbg {
  background-color: var(--black);
  max-width: 15%;
  height: 2px;
  margin: 4px auto 60px;
}

.nav-shadow {
  opacity: 1;
  pointer-events: none;
  margin-top: -80px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 16px #0006;
}

.page-top {
  background-color: #0000;
  width: 100%;
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.impactsnapshot, .articleintro {
  max-width: none;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Inter, sans-serif;
}

.articleintro.darkcream {
  background-color: var(--juniper_darker_cream);
  max-width: none;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 20px;
}

.div-block-10 {
  min-width: 100%;
}

.investigation-arrow-down {
  background-color: var(--transparent);
  text-align: left;
  order: 1;
  display: block;
}

.investigationsarrow {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

.preheading-highlights {
  color: var(--red_bright);
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  font-family: Lora Variable, Georgia, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}

.articleheading-gacc {
  max-width: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
}

.image-16 {
  max-width: 100%;
  margin-bottom: 40px;
  margin-left: 100px;
  margin-right: auto;
}

.image-17 {
  width: 100%;
}

.ssstitle {
  color: var(--red_bright);
  margin-top: auto;
  margin-bottom: auto;
}

.statsbignumberru {
  color: var(--black);
  text-align: center;
  text-underline-offset: 1px;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#d9242900 75%, #d92429 75% 98%, #d9242900);
  background-clip: border-box;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 8px;
  font-family: Inter Tight, sans-serif;
  font-size: 3em;
  font-weight: 600;
  line-height: 38px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: calc(1em / 2);
}

.text-block-4 {
  color: #fff;
  font-weight: 800;
}

.statssection-ru {
  background-color: var(--juniper_cream);
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 170px;
  font-family: Inter, sans-serif;
}

.slide-ru {
  background-image: url('../images/GlobalEditors_ru.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 1280px) {
  .body {
    border-top-width: 0;
  }

  .titlepage {
    margin-top: 0;
  }

  .bodytext.investigationintro {
    max-width: 780px;
  }

  .missionvisionsection {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .statssection {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 170px;
  }

  .pulloutbox {
    max-width: none;
    margin-top: 50px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .list, .list-2 {
    padding-left: 20px;
  }

  .list-3 {
    padding-left: 30px;
  }

  .financialimage {
    width: auto;
    max-width: 100%;
  }

  .background-video {
    margin-top: 0;
  }

  .articlewrapper {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .quotecontainer.gaccfull {
    max-width: 60%;
  }

  .gaccbottom {
    margin-top: 50px;
    display: flex;
  }

  .sslistbodytext.limitwidth {
    padding-bottom: 5px;
  }

  .gaccflexblock {
    max-width: 80%;
  }

  .gacclistcontainer {
    width: 48%;
  }

  .gaccflex {
    justify-content: center;
  }

  .slider {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .imagequotecontainer {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }

  .imagequoteflex {
    min-height: 100vh;
  }

  .imagesection2 {
    background-image: linear-gradient(180deg, #0000, var(--black)), url('../images/malta-quoteimg_1.jpg');
  }

  .quoteboxhorizontal {
    max-width: 700px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .snapshotwrapper {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }

  .supportersnames {
    width: 25%;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 1.3em;
  }

  .linksupporter {
    font-size: 1em;
  }

  .supportersflex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: space-between;
    align-items: center;
  }

  .pillarssection {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar {
    border-top: 10px solid var(--red_bright);
    box-shadow: none;
    top: 0%;
  }

  .container {
    min-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-top {
    width: 100%;
    height: 80px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .image-16 {
    width: 60%;
    margin-top: 0;
    margin-left: 120px;
    display: block;
  }

  .image-17 {
    width: 100%;
  }

  .statssection-ru {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 170px;
  }
}

@media screen and (max-width: 991px) {
  .titlesubheading {
    order: -1;
    align-self: center;
    font-size: 3.6em;
    line-height: 1em;
  }

  .titlediv {
    width: 90%;
  }

  .titleheading {
    order: -1;
    align-self: center;
    font-size: 5.9em;
    line-height: .8em;
  }

  .preheading {
    font-size: 1.75em;
  }

  .articleheading {
    font-size: 3em;
  }

  .articlesection {
    max-width: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .articlesection.cream {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .imagecaptionblock {
    width: 30%;
  }

  .bodytext.investigationintro {
    max-width: 540px;
    padding-top: 0;
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .cofoundersflex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
  }

  .paragraphtextblock {
    width: 65%;
  }

  .missionvisionsection {
    max-width: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .missionflex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .networksection, .statssection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .numbersflexcomponent {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 165px;
    height: 230px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .numbersflexblock {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    place-content: stretch center;
    align-items: flex-start;
    max-width: none;
    margin: auto;
    padding-bottom: 0;
  }

  .pulloutbox {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .awardflex {
    flex-flow: column;
    max-width: 48%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .boditem {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .bodimage {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .bodtextbox {
    text-align: left;
    min-width: 100%;
    max-width: 100%;
  }

  .bodmemberposition {
    margin-top: 10px;
  }

  .bodmemberworkplace {
    margin-top: 0;
    font-size: 14px;
  }

  .articlewrapper {
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }

  .quotecontainer {
    min-width: 50px;
  }

  .quotecontainer.gaccfull {
    max-width: 80%;
  }

  .gaccbottom {
    flex-flow: row;
  }

  .listcontainercream {
    width: 48%;
    max-width: none;
    margin-bottom: 0;
  }

  .sslistbodytext.limitwidth {
    max-width: none;
  }

  .gaccflexblock {
    max-width: 100%;
  }

  .gacclistcontainer {
    width: 48%;
    max-width: none;
    margin-bottom: 0;
  }

  .gaccflex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .gaccelement {
    width: 200px;
  }

  .lettercofounders {
    max-width: none;
    padding-top: 60px;
  }

  .articleheading-800px {
    font-size: 3em;
  }

  .statsbignumber {
    padding-bottom: 4px;
    font-size: 3em;
    text-decoration-thickness: calc(1em / 10);
  }

  .missionmidsection {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .pillarsflex2 {
    width: 23%;
  }

  .pillarimage {
    border-radius: 110px;
    width: 120px;
    height: 120px;
  }

  .slider {
    height: 500px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .imagequotecontainer {
    min-width: 90%;
    margin-left: 25px;
    margin-right: 25px;
  }

  .articleheading-800px-small {
    max-width: none;
    font-size: 2em;
  }

  .imagesection2 {
    background-position: 0 0, 10%;
  }

  .impactsection {
    max-width: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .impactflexcomponent {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 220px;
    height: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .impactgiantstat {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .statsgiantnumber {
    font-size: 4.3em;
    text-decoration-thickness: calc(1em / 5);
  }

  .snapshotimagecontainer {
    width: 60px;
    height: 60px;
  }

  .snapshotflex {
    height: 1070px;
    margin-top: 20px;
    padding-top: 0;
  }

  .articleheading-medium {
    font-size: 4em;
  }

  .investigationsheader.intro {
    align-items: center;
  }

  .quoteboxhorizontal {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .investigationflexleft {
    flex-flow: row;
  }

  .investigationflexright {
    flex-flow: row-reverse;
  }

  .snapshotwrapper {
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }

  .quick-stack {
    width: 100%;
  }

  .galleryblock {
    width: 155px;
    margin-top: 15px;
  }

  .gallerysmalltext {
    font-size: 14px;
    line-height: 1em;
  }

  .gallerybigtext {
    font-size: 2em;
  }

  .supportersnames {
    width: 47.5%;
    margin-bottom: 0;
  }

  .linksupporter {
    font-size: 1em;
  }

  .supportersflex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cofoundersflex2 {
    flex-flow: row;
  }

  .cofoundersslogan {
    font-size: 1.75em;
  }

  .investigationheaderimage.investintro {
    width: 40%;
  }

  .researchflex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
  }

  .networkheading {
    max-width: 460px;
    font-size: 2em;
  }

  .pillarssection {
    max-width: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .statsbignumber-light {
    font-size: 2.5em;
    text-decoration-thickness: calc(1em / 10);
  }

  .missionstatement-light {
    max-width: none;
    margin-bottom: 40px;
  }

  .pillarsheading {
    max-width: none;
    font-size: 2em;
  }

  .container {
    min-width: 100%;
  }

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

  .nav-menu {
    align-self: center;
  }

  .impactsnapshot, .articleintro {
    max-width: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .investigationsarrow {
    flex-flow: column;
  }

  .preheading-highlights {
    font-size: 1.75em;
  }

  .div-block-11 {
    width: 60%;
  }

  .articleheading-gacc {
    font-size: 3.6em;
  }

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

  .statsbignumberru {
    padding-bottom: 4px;
    font-size: 3em;
    text-decoration-thickness: calc(1em / 10);
  }

  .statssection-ru {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .titlesubheading {
    font-size: 2.8em;
  }

  .titleheading {
    font-size: 4.8em;
  }

  .preheading {
    margin-top: 0;
    font-size: 1.5em;
  }

  .articleheading {
    font-size: 2.5em;
  }

  .articlesection.darkcream {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .imagecaptionblock {
    width: auto;
    margin-bottom: 20px;
  }

  .cofoundersflex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
  }

  .paragraphtextblock {
    width: auto;
  }

  .imagecaption {
    font-size: .875em;
  }

  .networksection {
    max-width: none;
  }

  .numbersflexcomponent {
    width: 30%;
  }

  .numbersflexblock {
    margin: auto;
  }

  .cofounderscollage {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }

  .pulloutbox {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .awardflex {
    max-width: 48%;
  }

  .financialimage {
    width: 95vw;
  }

  .bodlist {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .boditem {
    justify-content: flex-start;
    align-items: center;
    width: 48%;
    height: auto;
  }

  .bodimage {
    width: 100%;
    height: 100%;
  }

  .bodtextbox {
    text-align: left;
  }

  .quotecontainer.gaccfull {
    max-width: 100%;
  }

  .gaccbottom {
    flex-flow: column;
  }

  .listcontainercream {
    width: 100%;
  }

  .gacclistcontainer {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .gaccflex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .gaccelement {
    width: 38%;
  }

  .arrow {
    max-width: 100%;
  }

  .articleheading-800px {
    font-size: 2.5em;
  }

  .statsbignumber {
    padding-bottom: 5px;
    font-size: 2.9em;
  }

  .pillarsflex1 {
    flex-flow: wrap;
  }

  .pillarsflex2 {
    width: 45%;
  }

  .slider {
    height: 400px;
  }

  .imagesection1 {
    background-position: 0 0, 30%;
  }

  .imagequote {
    width: 80%;
  }

  .imagedesc, .imageseparator {
    width: 50%;
  }

  .articleheading-800px-small {
    margin-bottom: 10px;
    font-size: 2em;
  }

  .headingseparator {
    width: 30%;
  }

  .imagesection2 {
    background-position: 0 0, 19%;
  }

  .statsgiantnumber {
    padding-bottom: 0;
    font-size: 3.4em;
  }

  .snapshotcontainer {
    width: auto;
  }

  .snapshotflex {
    flex-flow: column;
    height: auto;
  }

  .articleheading-medium {
    font-size: 3em;
  }

  .investigationsheader.intro {
    align-items: center;
  }

  .quoteboxhorizontal {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .investigationflexleft, .investigationflexright {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .fincelltitle {
    font-size: .875em;
  }

  .fincellnumbers {
    font-size: 1.75rem;
  }

  .quick-stack {
    width: 100%;
  }

  .finextendtrigger {
    margin-left: auto;
    margin-right: auto;
  }

  .galleryblock {
    justify-content: flex-start;
    align-items: stretch;
    width: 90px;
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .galleryblock.top-gallery-block {
    width: 90px;
  }

  .gallerysmalltext {
    font-size: .675em;
    line-height: 1em;
  }

  .gallerybigtext {
    font-size: 1.5em;
  }

  .supportersnames {
    font-size: 1.2em;
  }

  .linksupporter {
    font-size: 1em;
  }

  .cofoundersslogan {
    font-size: 1.25em;
  }

  .gaccflex2 {
    flex-flow: column;
  }

  .gaccblock, .image-11 {
    width: 100%;
  }

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

  .pulloutboxtext {
    width: 100%;
    min-width: auto;
  }

  .staffsecurityflex {
    flex-flow: column-reverse;
  }

  .ssrightflex, .ssleftflex {
    width: 100%;
  }

  .investigationheaderimage {
    width: 50%;
    max-width: none;
  }

  .investigationheaderimage.investintro {
    width: 40%;
  }

  .researchflex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 20px;
  }

  .networkheading {
    margin-bottom: 10px;
    font-size: 2em;
  }

  .statsbignumber-light {
    padding-bottom: 5px;
    font-size: 2em;
  }

  .pillarsheading {
    margin-bottom: 10px;
    font-size: 2em;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2em;
  }

  .nav-link:hover {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2em;
  }

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

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .slide-nav {
    min-width: 90px;
  }

  .image-14, .image-15 {
    max-width: 30%;
  }

  .articleintro.darkcream {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .investigation-arrow-down {
    width: 10%;
    max-width: none;
  }

  .investigationsarrow {
    flex-flow: column;
    padding-top: 20px;
  }

  .preheading-highlights {
    margin-top: 0;
    font-size: 1.5em;
  }

  .articleheading-gacc {
    font-size: 3em;
  }

  .image-16 {
    width: 70%;
    margin: 0 auto 40px 100px;
    display: block;
  }

  .statsbignumberru {
    padding-bottom: 5px;
    font-size: 2.9em;
  }
}

@media screen and (max-width: 479px) {
  .body, .titlepage {
    font-family: Inter, sans-serif;
  }

  .titlesubheading {
    font-size: 1em;
    line-height: 1em;
  }

  .titlediv {
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
  }

  .titleheading {
    font-size: 4em;
  }

  .articlesection, .articlesection.cream, .articlesection.darkcream {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .imagecaptionblock {
    width: auto;
  }

  .bodytext.investigationintro {
    width: 100%;
    padding-top: 0;
    font-size: 1.1em;
  }

  .cofoundersflex {
    flex-flow: column-reverse;
  }

  .paragraphtextblock {
    width: auto;
    max-width: none;
  }

  .missionvisionsection {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .statsimage {
    width: 64px;
    height: 64px;
  }

  .missionflex {
    margin-left: 0;
    margin-right: 0;
  }

  .networksection {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .numbersflexcomponent {
    width: 48%;
    height: 230px;
  }

  .numbersflexblock {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .pulloutbox {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sssubtitle {
    font-size: 1em;
  }

  .ssflexblock {
    flex-flow: column;
    align-items: center;
  }

  .awardflex {
    flex-flow: column;
    max-width: none;
  }

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

  .boditem {
    flex-flow: column;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .bodimage {
    margin-bottom: 15px;
  }

  .bodmemberposition {
    text-align: left;
  }

  .bodmembername {
    text-align: left;
    margin-top: 0;
  }

  .bodmemberworkplace {
    text-align: left;
  }

  .articlewrapper {
    margin-left: 15px;
    margin-right: 15px;
  }

  .statstext {
    font-size: .9em;
    line-height: 1.3em;
  }

  .listcontainercream {
    width: auto;
    margin-top: 0;
  }

  .gaccflexblock {
    flex-flow: column;
    align-items: center;
  }

  .gacclistcontainer {
    width: auto;
    margin-top: 0;
  }

  .gaccflex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .gaccelement {
    width: 140px;
  }

  .arrow {
    transform: rotate(90deg);
  }

  .statsbignumber {
    background-image: linear-gradient(#d9242900 79%, #d92429 80% 98%, #d9242900);
    padding-bottom: 3px;
    font-size: 2.8em;
  }

  .pillarsflex2 {
    width: 100%;
    padding-right: 0;
  }

  .bodytext-border {
    padding-right: 10px;
  }

  .slider {
    height: 400px;
  }

  .imagequotecontainer {
    margin-left: 10px;
    margin-right: 10px;
  }

  .imagequote, .imagesignature, .imagedesc {
    width: 100%;
  }

  .imageseparator {
    width: 100%;
    margin-top: 40px;
  }

  .articleheading-800px-small {
    font-size: 2em;
  }

  .impactsection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .impactflexcomponent {
    width: 48%;
    height: 230px;
  }

  .impactgiantstat {
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .statsgiantnumber {
    font-size: 2.9em;
  }

  .articleheading-medium {
    font-size: 2.4em;
  }

  .investigationsheader.intro {
    flex-flow: column;
  }

  .investigationsredline {
    height: 4px;
  }

  .quoteboxhorizontal {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .investigationflexleft, .investigationflexright {
    flex-flow: column;
  }

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

  .snapshotwrapper {
    margin-left: 15px;
    margin-right: 15px;
  }

  .fincelltitle {
    margin-bottom: 0;
    font-size: .7em;
    line-height: 1em;
  }

  .fincellnumbers {
    font-size: 1.1rem;
  }

  .quick-stack {
    width: 100%;
  }

  .finextendtrigger {
    width: 250px;
    font-size: .875em;
  }

  .galleryblock {
    width: 100px;
    margin-top: 0;
  }

  .galleryblock.top-gallery-block {
    bottom: 12%;
  }

  .gallerybigtext {
    font-size: 1em;
  }

  .supportersnames {
    width: 100%;
  }

  .supportersflex {
    flex-flow: column;
  }

  .cofoundersflex2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
  }

  .cofoundersslogan {
    font-size: 1.25em;
  }

  .gaccflex2 {
    flex-flow: column;
  }

  .securitytextblock {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1.25em;
  }

  .investigationheaderimage.investintro {
    order: -1;
    width: 100%;
  }

  .researchflex {
    flex-flow: column;
  }

  .networkheading {
    font-size: 2em;
  }

  .pillarssection {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .statsbignumber-light {
    padding-bottom: 0;
  }

  .pillarsheading {
    font-size: 2em;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2em;
  }

  .logo-nav {
    max-width: 100%;
    height: auto;
    margin-top: 0;
    margin-right: 10px;
  }

  .container {
    max-height: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-2 {
    max-width: none;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .brand {
    max-width: 70%;
  }

  .menu-button, .menu-button.w--open {
    padding: 12px;
  }

  .logo-globe-link {
    max-width: 70%;
  }

  .horizontaldivider-center {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .image-14, .image-15 {
    max-width: 60%;
  }

  .impactsnapshot, .articleintro {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .articleintro.darkcream {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .investigationsarrow {
    flex-flow: column;
    justify-content: center;
  }

  .preheading-highlights {
    font-size: 1.1em;
  }

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

  .articleheading-gacc {
    font-size: 2.4em;
  }

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

  .statsbignumberru {
    background-image: linear-gradient(#d9242900 79%, #d92429 80% 98%, #d9242900);
    padding-bottom: 3px;
    font-size: 2.8em;
  }
}

#w-node-_99a4e1d9-cf4e-4883-e643-b8cb79b189af-464c9593 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr .75fr;
}

#w-node-_99a4e1d9-cf4e-4883-e643-b8cb79b189af-34cf4d22 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr .25fr;
}


@font-face {
  font-family: 'Inter';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora Variable';
  src: url('../fonts/Lora-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora Variable Italic';
  src: url('../fonts/Lora-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}