.container{
  margin-left:auto;
  margin-right:auto;
  max-width:1600px;
  overflow: hidden;
  background-color: #fff;
  background-repeat: no-repeat;
  box-shadow:0 0 20px rgba(0,0,0,.5);
}

body{
  background: #ddd;
  font-family: "trade-gothic-next", sans-serif;
  /*font-family: 'Montserrat', sans-serif;*/
  font-size: 18px;
  line-height: 1.5em;
  color: #414042;
}



/*Header -------------------- */

.header{
  height: 230px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 100px;
}

.header .title{
  font-family: "trade-gothic-next", sans-serif;
  letter-spacing: .2em;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
}

.header .logo{
  position: absolute;
  background: url(../images/logo.jpg);
  width: 480px;
  height: 116px;
  right: 100px;
  top: calc(50% - 58px);
  background-size: 100%;
  background-repeat: no-repeat;
}


/*Bannner area ---------------------------------------- */

/*.banner{
  background: #fba629;
  height: 80vh;
}*/

.banner{
  position: relative;
}

.banner .tall{display: none;}



/*Letter & Intro ----------------------------------- */

.intro{
  padding: 100px 150px;
  background: url(../images/intro.jpg);
  background-size: auto 900px;
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
}

.intro:before{
  position: absolute;
  content: "";
  aspect-ratio: 1219/600;
  width: 46.875%;
  background: url(../images/intro-arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
}

.intro:after{
  position: absolute;
  content: "";
  aspect-ratio: 708/632;
  width: 29.375%;
  background: url(../images/intro-dots.png);
  background-size: 100%;
  background-repeat: no-repeat;
  top: 15px;
  right: -8.9%;
}

.intro h2{
    font-weight: 400;
  color: #faa61a;
  font-size: 48px;
  line-height: 1.1em;
  margin: 0 0 50px;
}

.intro h2 span{
    color: #13b5ea;
  font-weight: 800;
}

.intro h3{
  font-weight: 400;
  text-transform: uppercase;
  color: #13b5ea;
  font-size: 28px;
  margin: 0 0 30px;
}

.intro p{
  max-width: 500px;
  margin: 0 0 30px;
}

.intro a.more{
   color: #414042;
  text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.intro .images{
  margin: 0 0 30px;
  position: relative;
  z-index: 2;
}

.intro p.big{
  color: #faa61a;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.3em;
  max-width: unset;
}



.stories{
  background: #005d96;
  padding: 100px 150px;
}

.stories .item{
  position: relative;
}

/*.stories .item .image{
  position: absolute;
  bottom: -95px;
  left: 0;
}
*/
.stories .wrap{
  border: #faa61a solid 10px;
  border-radius: 0 5em 5em 5em;
  padding: 2em 2em 0;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

/*.stories .wrap .text{
  box-sizing: border-box;
  padding: 2em;
}*/


 .stories .wrap h3{
  /*max-width: 300px;*/
  font-weight: 400;
  color: #faa61a;
  font-size: 32px;
  line-height: 1.1em;
  margin: 0 0 30px;
}

 .stories .wrap h3 span{
  color: #13b5ea;
  font-weight: 800;
 }

  .stories .wrap p{
    color: #fff;
    margin: 0 0 30px;
  }

   .stories .wrap a.more{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 20px;
   }

    .stories .wrap .image{
      aspect-ratio: 736/609;
/*      width: 100%;
      margin: 0;*/
      width: calc(100% + 4em);
      margin: 0 -2em;
    }

     .stories .item:nth-of-type(1) .wrap .image{
      background: url(../images/story-1.png);
      background-size: 100%;
     }

       .stories .item:nth-of-type(2) .wrap .image{
      background: url(../images/story-2.png);
      background-size: 100%;
     }

       .stories .item:nth-of-type(3) .wrap .image{
      background: url(../images/story-3.png);
      background-size: 100%;
     }

    /*.stories .wrap .image img{width: 100%;}*/


/*Mission ------------------------------------------------- */

.mission{
  padding: 100px 150px;
  background: #cbe5f6;
  color: #414042;
}

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

.mission .text h2{
  font-weight: 800;
  text-transform: uppercase;
  font-size: 40px;
  margin: 0 0 40px;
}

.mission .text p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 auto;
  max-width: 1000px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3em;
}


.mission .slider{
  padding-top: 100px;
}

.mission .slider .item{
  padding: 0 15px;
}

.mission .slider .item a{
  display: block;
  text-align: center;
  color: #414042;
}

.mission .slider .item .image{
  border: #faa61a solid 10px;
}

.mission .slider .item .image img{
  aspect-ratio: 850/520;
  margin: 0 auto;
}

.mission .slider .item h3{
   color: #414042;
  margin: 20px auto 0;
   font-weight: 700;
  font-size: 20px;
  text-align: center;

}

/*Random Area ----------------------------------- */

.random{
  background: #cbe5f6;
  padding: 0 100px 0 0;
  position: relative;
}

.random:before{
  position: absolute;
  content: "";
  width: 100px;
  height: 10px;
  background: #faa61a;
  top: 0;
  right: 0;
}


.random .wrapper{
  background: #fff;
  padding: 100px;
  border: #faa61a solid 10px;
  border-left: none;
  box-sizing: border-box;
  border-radius: 0 0 4em 0;
  position: relative;
}

.random .arrow{
  position: absolute;
  aspect-ratio: 1236/588;
  width: 45%;
  background: url(../images/arrow-fade.png);
  background-size: 100%;
  top: -9%;
  left: 0;
}

.random .wrapper .copy{
  position: relative;
  z-index: 2;
}

.random h2{
    font-size: 48px;
  color: #faa61a;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 30px;
}

.random p{
  margin: 0 0 30px;
}

.random p b{font-weight: 700;}


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

.random .item h3{
font-weight: 700;
  color: #13b5ea;
  font-size: 24px;
  line-height: 1.1em;
  margin: 0 0 10px;
}

/*Campaign Area ----------------------------------- */

.f-camp{
    background: #cbe5f6;
    padding: 100px 150px;
}

.f-camp .wrap{
  background: #aa6d3e;
  box-sizing: border-box;
  padding: 100px 50px 50px;
  position: relative;
  color: #fff;
}

.f-camp .wrap:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  background-color: #aa862d;
  background-image: url(../images/gold.jpg);
  background-size: 100%;
  top: 0;
  left: 0;
}

.f-camp .top{
  text-align: center;
  margin: 0 auto 30px;
}

.f-camp .top h2{
  font-size: 48px;
  color: #faa61a;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 40px;
  margin: 0 0 30px;
}



.f-camp ul li{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.5em;
}

.f-camp ul li span{font-weight: 600; text-transform: uppercase; display: block;}

.f-camp .lower ul{
  columns: 3;
  margin: 0 0 30px;
}


.f-camp .lower p{
  margin: 0 0 30px;
}

.f-camp .lower p a.more{
  color: #414042;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.f-camp a.btn{
  display: block;
  background: #faa61a;
  color: #fff;
  padding: .57em 1.25em;
  border-radius: 2em;
  margin: 0 auto 0;
  min-width: 150px;
  width: fit-content;
  text-decoration: none;

}


/*financials --------------------------------------------*/

.financial{
  padding: 100px 150px;
  position: relative;
}

.financial .arrow{
  position: absolute;
  aspect-ratio: 876/767;
  width: 32.1875%;
  background: url(../images/half-big.png);
  background-size: 100%;
  top: -4%;
  left: 0;
  z-index: 1;
}


.financial h2{
  position: relative;
  z-index: 2;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 40px;
  margin: 0 0 80px;
}

.financial .container {
    display: flex;
    flex-direction: row;
    position: relative;
    box-shadow: unset;
    background-color: unset;
     z-index: 2;
}

.financial #expenses.container { flex-direction: row-reverse; padding: 100px 0 0; }

.financial .container .col-stats{
      width: calc(100% - 600px);
    padding: 0 75px 0 0;
}

.financial #expenses.container .col-stats{
  padding: 0 0 0 75px;
}

.financial .container .col-chart{
  display: flex;
    align-items: center;
    position: relative;
    width: 600px;
}

.financial .container .col-stats h2{
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  font-weight: 800;
  font-size: 40px;
  text-transform: uppercase;
  color: #005d96;
  margin: 0 0 30px;
}

.financial .container .col-stats h3{
  padding: 1em 0;
}

.financial .container .col-stats h3 .caption{
    display: inline-block;
  width: 155px;
  text-transform: uppercase;
  font-family: "trade-gothic-next", sans-serif;
  font-weight: 400;
  font-size: 16px;

}

/*.financial .container .col-stats h3 .counter{
  opacity: 0;
}*/

.financial .container .col-stats h3 .counter.show{opacity: 1;
    -webkit-transition: opacity 200ms ease-in-out 100ms;
    -o-transition: opacity 200ms ease-in-out 100ms;
    -moz-transition: opacity 200ms ease-in-out 100ms;
    transition: opacity 200ms ease-in-out 100ms;
  }

.financial .container .col-stats h3 .counter .number{
  display: none;
}

.financial .container .col-stats h3 .counter .text{
  display: inline-block;
  font-size: 2.8125em;
    font-weight: 600;
}

.financial .container .col-stats ul {
    list-style-type: none;
    max-width: 500px;
    padding: 0;
    margin: 0;
}

.financial .container .col-stats ul li {
    display: flex;
    align-items: center;
    padding: 0.8235em 0;
    border-top: 1px solid #aa862d;
    font-size: 1.0625em;
    font-weight: 700;
}

.financial .container .col-stats ul li:first-child {
    padding-top: 1.5em;
    border-top-color: #aa862d;
}

.financial .container .col-stats ul li .percentage {
    width: 185px;
    font-size: 2.75em;
    font-weight: 700;
}

.financial .container .col-stats ul li .label {
    width: calc(100% - 185px);
}



/*Board -------------------------------------------- */

.board{
  background: #005d96;
  padding: 100px 150px;
  color: #fff;
  position: relative;
}

.board:before{
  position: absolute;
  content: "";
  height: 250px;
  width: 633px;
  background: url(../images/paint.png);
  background-size: 100%;
  top: -125px;
  right: -316.5px;
}

.board h2{
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;

  text-transform: uppercase;
  font-weight: 400;
  font-size: 40px;
  margin: 0 0 80px;
}


.board .wraper .item .flex{
    display:flex;
  flex-wrap:wrap;
  margin: -2rem;
}

.board .wraper .item .flex .wrap{
    box-sizing: border-box;
   -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 2rem;
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%;
  max-width: 33.3333%;
}

.board .wraper .item.first .flex .wrap{
  flex-basis: 50%;
  max-width: 50%;
}

.board .wraper .item h3{
font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 30px;
}

.board .wraper .item p{
  margin: 0 0 1em;
  line-height: 1.35294em;
}

.board .wraper .item p strong{
  font-weight: 600;
}


/*Final CTA ----------------------------------------- */

.final{
  padding: 50px 150px;
}

.final .grid{
  display: flex;
  flex-wrap: wrap;
}

.final .grid .item{
  width: 50%;
}

.final .grid .item p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  max-width: 570px;
  font-size: 18px;
  line-height: 1.4em;
  margin: 40px 0 20px;
}

.final .grid .item a{
  color: #005d96;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
}

.final .grid .item .cover img{
  width: 265px;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.3);
}



/*Footer -------------------------------------- */

.footer{
  position: relative;
  padding: 50px 150px;
}

.footer:after{
  position: absolute;
  content: "";
  top: 0;
  left: 150px;
  width: calc(100% - 360px);
  height: 2px;
  background: #7a7a7a;
}

.footer p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  line-height: 1.4em;
  padding: 0 30px;
  margin: 0 0 30px;
}



.footer a.btn{
  display: block;
  background: #faa61a;
  color: #fff;
  padding: .57em 1.25em;
  border-radius: 2em;
  margin: 0 auto;
  min-width: 150px;
  width: fit-content;
  text-decoration: none;

}

.footer .logo{
  margin: 30px auto 0;
   background: url(../images/logo.jpg);
   background-size: 100%;
   width: 600px;
   height: 145px;
}

.footer:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 30px;
  background-color: #faa61a;
  background-size: 100%;
  bottom: 0;
  left: 0;
}


/*slick dots ------------------------------------ */

.slick-dots{display: flex; justify-content: center;}

.slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }

  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border-radius: 100%;
}

.slick-dots li button:before{
  font-size: 40px;
  font-family: 'slick';
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.slick-dots li.slick-active button:before{
  opacity: .75;
}


.slick-prev, .slick-next{
  font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev{
  left: -50px;
    height: 80px;
    width: 40px;
}

.slick-prev:before{
  font-size: 80px;
    background: url(../images//slick-left.png);
    background-repeat: no-repeat;
    background-size: 100%;
    color: transparent;
}

.slick-next{
  right: -50px;
    height: 80px;
    width: 40px;
}

.slick-next:before{
  font-size: 80px;
    background: url(../images/slick-right.png);
    background-repeat: no-repeat;
    background-size: 100%;
    color: transparent;
}

.slick-prev:before, .slick-next:before{
  position: absolute;
  content: "";
    font-family: 'slick';
    font-size: 80px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
     height: 80px;
    width: 40px;
    top: 0;
    left: 0;
}

/*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: 600px;
  transform: translate(-50%,-50%);
  box-sizing: border-box;
  padding: 20px;
  background-color: #aa862d;
  background-image: url(../images/gold.jpg);
  background-size: cover;
}



.outer .inner { box-sizing: border-box; position: relative; width: 100%; background: #fff; padding: 50px 60px; text-align: center; }

.outer .inner h2{
  font-size: 28px;
    font-weight: 600;
    color: #bc9734;
    text-transform: uppercase;
}

.outer .inner .text{
   max-height: 300px;
  overflow: auto;
  margin: 30px 0 0;
  text-align: left;
  font-size: 18px;
  line-height: 1.3em;
  padding-right: 15px;
}

.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.3em;
}

.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{
  font-size: 24px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.4em;
    color: #00477a;
    margin: 0 0 20px;
}

.outer .inner .text .btn{
   display: inline-block;
  background: #faa61a;
  font-size: 20px;
  padding: .75em 1em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-radius: 2em;
  text-align: center;
  margin: 10px auto;

}

.outer .inner .hide{
  display: block;
  color: #00477a;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: underline;
  margin-top: 20px;
  transition: all 200ms;
}


img {
    height: auto;
    max-width: 100%;
}





