

body{
  background: #000;
  color: #000;
    font-family: "Montserrat", sans-serif;
  font-size:20px;
  font-weight: 500;
  line-height: 1.5em;
  margin:0;
  padding:0;
}

img{
  width: 100%;
}

h2{
  text-align: center;
  margin: 0 0 80px;
  color: #747578;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 80px;
  line-height: 1.1em;
}

p{
  margin: 0 0 30px;
}

a.btn{
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: .75em 1.5em;
  min-width: 170px;
  width: fit-content;
  box-sizing: border-box;
  border-radius: 2em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  background: linear-gradient(90deg,rgba(172, 89, 162, 1) 27%, rgba(117, 190, 213, 1) 53%, rgba(0, 172, 230, 1) 87%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: background-position .5s;
}

a.btn:hover {
  background-position: 0 0;
}

#page{
  overflow:hidden;
  max-width: 2000px;
  margin: 0 auto;
  background: #fff;
}

.max-wrap{
  max-width: 1600px;
  margin: 0 auto;
  padding: 100px 100px;
}


.banner{
  background-color: #000;
  color: #fff;
}

.banner .image{margin: 0 0 -10px;}

.banner .max-wrap{}

.banner .logo{
  width: 350px;
  float: left;
}

.banner h1{
  float: right;
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.banner h1.subtitle{
    float: right;
    clear: both;
    margin: -45px 0 0;
    font-weight: 600;
    font-size: 20px;
}

.banner h1 div:nth-of-type(2){font-size: 28px;}
.banner h1 div:nth-of-type(3){font-size: 30px;}
.banner h1 div:nth-of-type(4){font-size: 32px;}
.banner h1 div:nth-of-type(5){font-size: 34px;}
.banner h1 div:nth-of-type(6){font-size: 36px;}
.banner h1 div:nth-of-type(7){font-size: 38px;}
.banner h1 div:nth-of-type(8){font-size: 40px;}
.banner h1 div:nth-of-type(9){font-size: 42px;}
.banner h1 div:nth-of-type(10){font-size: 44px;}
.banner h1 div:nth-of-type(11){font-size: 46px;}
.banner h1 div:nth-of-type(12){font-size: 48px;}
.banner h1 div:nth-of-type(13){font-size: 50px;}
.banner h1 div:nth-of-type(14){font-size: 52px;}
.banner h1 div:nth-of-type(15){font-size: 54px;}
.banner h1 div:nth-of-type(16){font-size: 56px;}

.banner h1 div:nth-of-type(9),.banner h1 div:nth-of-type(10),.banner h1 div:nth-of-type(11),.banner h1 div:nth-of-type(12),.banner h1 div:nth-of-type(13),.banner h1 div:nth-of-type(14),.banner h1 div:nth-of-type(15),.banner h1 div:nth-of-type(16){
  color: #00ace6;
}

.banner .logo img{
  width: 100%;
}

.letter{
  clear: both;
  background-color: #1e264d
}

.letter .wrapper{
  display: flex;
  flex-wrap: wrap;
}

.letter .wrapper .text{
  width: 50%;
  padding-right: 2em;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.letter .wrapper .text p.big{
  font-size: 28px;
  line-height: 1.5em;
}




.letter .wrapper .image{
  width: 50%;
}

.impact{
  position: relative;
  padding-top: 40px;
  position: relative;
}

.impact:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  background: linear-gradient(90deg,rgba(172, 89, 162, 1) 27%, rgba(117, 190, 213, 1) 53%, rgba(0, 172, 230, 1) 87%);
  top: 0;
  left: 0;
}

.impact h2{
  color: #ad5aa2;
}

.impact .item{
  position: relative;
}

.impact .item:before{
  position: absolute;
  content: "";
  width: 11px;
  height: 100%;
  background: url(../images/squg.jpg);
  background-size: 100%;
  top: 0;
  right: -5.5px;
}

.impact .item:last-of-type::before{
  display: none;
}

.impact .image{
 width: 150px;
 margin: 0 auto 15px;
}

.impact .image img{width: 100%;}

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

.impact h3{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #00ade6;
  margin: 0 0 30px;
}

.impact .item:nth-of-type(1) h3{color: #ac59a2;}
.impact .item:nth-of-type(2) h3{color: #75bed5;}
.impact .item:nth-of-type(3) h3{color: #15b2e8;}
.impact .item:nth-of-type(4) h3{color: #343c5f;}

.impact p{
 
}

.impact a.more{
    display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: .75em 1.5em;
  min-width: 170px;
  width: fit-content;
  box-sizing: border-box;
  border-radius: 2em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  background: #00ade6;
  margin: 0 auto;
}

/*.impact a.more:hover{
  text-decoration: underline;
}*/

.grants{
  background-color: #1e264d;
  background-image: url(../images/wave.jpg);
  background-size: cover;
  background-position: bottom;
}

.grants h2{
  color: #fff;
}

.grants .item .wrap{
  padding: 2em;
  box-sizing: border-box;
  height: 100%;
  /*aspect-ratio: 924/666;
  width: 100%;*/
  /*background: #fff;*/
  /*background: linear-gradient(90deg,rgba(173, 90, 162, 1) 0%, rgba(117, 190, 213, 1) 100%);*/
  border-radius: 2em 0 2em 0;
  display: block;
  color: #fff;
  text-decoration: none;
  min-height: 250px;
}

.grants .item:nth-of-type(1) .wrap,
.grants .item:nth-of-type(4) .wrap{
background: linear-gradient(90deg,rgba(173, 90, 162, 1) 0%, rgba(140, 150, 192, 1) 100%);
}

.grants .item:nth-of-type(2) .wrap,
.grants .item:nth-of-type(5) .wrap{
  background: linear-gradient(90deg,rgba(140, 150, 192, 1) 0%, rgba(117, 190, 213, 1) 100%);
}

.grants .item:nth-of-type(3) .wrap,
.grants .item:nth-of-type(6) .wrap{
  background: linear-gradient(90deg,rgba(117, 190, 213, 1) 0%, rgba(0, 173, 230, 1) 100%);
}

.grants .item .wrap .copy{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: center;
}

.grants .item .wrap .copy h3{
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.1em;
  margin: 0 0 15px;
}

.grants .item .wrap .copy .more{
   text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}

.money{
  background-image: url(../images/wave-2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}

.money h2{
  text-align: left;
  color: #172751;
  margin: 40px 0 30px;
}

.money h3{
   color: #172751;
font-size:60px;
font-weight: 800;
margin:0 0 40px;
}


/*

.money h3{
  margin: 0 0 30px;
  color: #747578;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 55px;
  line-height: 1.1em;


.money a.btn{
  margin: 0 auto;
}*/

.money .wrapper{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2em;
}

.money .wrapper .graph{
  display: flex;
    align-items: center;
    position: relative;
    width: 50%;
    padding: 2em;
    box-sizing: border-box;
}

.money .wrapper .info{
  width: 50%;
    padding: 2em;
    box-sizing: border-box;
}

.money .wrapper .info ul {
    list-style-type: none;
    /*max-width: 500px;*/
    padding: 0;
    margin: 0 0 40px;
}

.money .wrapper .info ul li {
    display: flex;
    padding: 0.5em 0;
    color: #404041;
    font-size: 24px;
    font-weight: 700;
}

.money .wrapper .info ul li .box{
  display: inline-block;
  aspect-ratio: 1/1;
  height: 24px;
  background: #ccc;
  border-radius: 100%;
}



.money .wrapper .info ul li .label {
line-height: 1em;
display: inline-block;
padding: 0 0 0 10px;
  font-size: 24px;
    font-weight: 600;
}


.money .wrapper .info ul li:nth-of-type(1) .percentage{color: ;}
.money .wrapper .info ul li:nth-of-type(2) .percentage{color: ;}
.money .wrapper .info ul li:nth-of-type(3) .percentage{color: ;}
.money .wrapper .info ul li:nth-of-type(4) .percentage{color: #636466;}
.money .wrapper .info ul li:nth-of-type(5) .percentage{color: ;}
.money .wrapper .info ul li:nth-of-type(6) .percentage{color: ;}
.money .wrapper .info ul li:nth-of-type(7) .percentage{color: ;}


.money .wrapper .info ul li:nth-of-type(1) .box{background: #ad5aa2;}
.money .wrapper .info ul li:nth-of-type(2) .box{background: #86bcd2;}
.money .wrapper .info ul li:nth-of-type(3) .box{background: #4daae1;}
.money .wrapper .info ul li:nth-of-type(4) .box{background: #636466;}
.money .wrapper .info ul li:nth-of-type(5) .box{background: #705671;}
.money .wrapper .info ul li:nth-of-type(6) .box{background: #8dbbd6;}
.money .wrapper .info ul li:nth-of-type(7) .box{background: #1a264e;}


.team{
  background: #c8cacc;
}

.team h2{
  color: #172751;
}

.team p{
  text-align: center;
}


.footer{
  background-color: #1e264d;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}

.footer:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  background-image: url(../images/footer.jpg);
  background-size: 100%;
  bottom: 0;
  left: 0;
}

.footer .logo{
  width: 400px;
  margin: 0 auto 30px;
}

.footer .logo img{
  width: 100%;
}


/*Pop ups --------------------------*/

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.outer{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 900px;
  transform: translate(-50%,-50%);
  box-sizing: border-box;
  padding: 20px;
  background: #daedfc;
  border-radius: 0 2em 0 2em;
}



.outer .inner { box-sizing: border-box; position: relative; width: 100%; padding: 50px 30px 50px 60px;  }

.outer .inner h2{
  color: #747578;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 50px;
  line-height: 1.1em;
  margin:0 0 40px;
  /*font-family: "Fraunces", serif;
  font-weight: 900;
  font-size: 60px;
  color: #0f2554;
  margin: 0 0 20px;
  line-height: .9em;
  font-variation-settings:"WONK" 9, 'opsz' 9;*/
}

.outer .inner .text{
  box-sizing: border-box;
  max-height: 400px;
  overflow: auto;
/*  margin: 30px 0 0;*/
  text-align: left;
  font-size: 18px;
  line-height: 1.3em;
  padding-right: 30px;
}


.outer .inner .text .image{
  margin: 0 auto 30px;
  max-width: 350px;
}

.outer .inner .text .image img{
  width: 100%;
}


.outer .inner .text .bold{
  font-weight: 600;
}

.outer .inner .text .it{
  font-style: italic;
}

.outer .inner .text p{
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 1.5em;
}

.outer .inner .text p.small{
 font-size: 14px;
 margin: -25px 0 20px;
}

.outer .inner .text ul{
  margin:0 0 30px;
  padding-left:30px;
  list-style: circle;
}

.outer .inner .text li{
  margin:0 0 10px;
}

.outer .inner .text h3{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .1em;
    margin: 0 0 30px;
}

.outer .inner .hide{
  display: inline-block;
  margin-top: 20px;
}






