* {
  padding: 0;
  margin: 0; }

body {
  font-family: Acta-Book, sans-serif;
  font-size: 1.12em;
  line-height: 1.5;
  font-weight: 400; }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both; }

.animatedFadeInUp {
  opacity: 0; }

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp; }

.container-deeplook {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  position: relative; }
  .container-deeplook:before, .container-deeplook:after {
    content: " ";
    display: table; }
  .container-deeplook:after {
    clear: both; }

.psf-popup-share {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9; }
  .psf-popup-share .bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2); }
  .psf-popup-share .content {
    background-color: #FFFFFF;
    position: absolute;
    width: 480px;
    max-width: 90%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden; }
    .psf-popup-share .content .header {
      background-color: #B3160F;
      padding: 15px;
      display: block; }
      .psf-popup-share .content .header .head-title {
        margin: 0;
        display: inline-block;
        line-height: 1;
        text-transform: capitalize;
        font-size: 24px;
        color: #FFFFFF; }
      .psf-popup-share .content .header .close {
        margin-top: -8px;
        font-size: 30px;
        color: #FFFFFF;
        text-shadow: 0 1px 0 #000000;
        opacity: 1;
        float: right;
        text-decoration: none;
        cursor: pointer; }
    .psf-popup-share .content .share-list {
      list-style: none;
      margin: 0;
      padding: 0 12px;
      border: 0;
      clear: both; }
      .psf-popup-share .content .share-list li {
        display: block;
        width: 100%;
        padding: 10px 20px;
        clear: both;
        border-bottom: 1px solid #E5E5E5; }
        .psf-popup-share .content .share-list li a {
          position: relative;
          background: #FFFFFF;
          color: #6B6B6B;
          font-size: 21px;
          text-decoration: none;
          text-transform: capitalize;
          display: inline-block;
          cursor: pointer;
          text-align: center;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .psf-popup-share .content .share-list li a i {
            display: inline-block;
            width: 30px;
            text-align: left; }
          .psf-popup-share .content .share-list li a span {
            font-size: 16px;
            display: inline-block; }
      .psf-popup-share .content .share-list .share-fb a:hover {
        color: #3B5998; }
      .psf-popup-share .content .share-list .share-tw a:hover {
        color: #1da1f2; }
      .psf-popup-share .content .share-list .share-gp a:hover {
        color: #dd4b39; }
      .psf-popup-share .content .share-list .share-linkedin a:hover {
        color: #0077B5; }
      .psf-popup-share .content .share-list .share-wa a:hover {
        color: #25D366; }
      .psf-popup-share .content .share-list .share-mt a:hover {
        color: #32007f; }

.hero {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex; }
  .hero .hero-caption {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    flex-direction: column;
    padding: 0 20px; }
    .hero .hero-caption .logo {
      width: 100%;
      max-width: 180px;
      height: auto; }
    .hero .hero-caption .title {
      margin: 20px 0;
      font-family: "DM Serif Display";
      font-weight: 600;
      font-size: 2.2em;
      text-align: right;
      line-height: 1.2; }
      .hero .hero-caption .title span {
        display: block; }
    .hero .hero-caption p {
      color: #8D8D8D; }
    .hero .hero-caption .social-media {
      list-style: none; }
      .hero .hero-caption .social-media li {
        display: inline-block;
        margin: .5em; }
        .hero .hero-caption .social-media li:last-child {
          margin: 0 0 0 .5em; }
      .hero .hero-caption .social-media a {
        width: 40px;
        height: 40px;
        display: inline-block;
        color: #FFFFFF;
        background-color: #DDDDDD;
        border-radius: 40px;
        text-shadow: 0px 2px 3px #999999;
        font-size: 1.3em;
        line-height: 44px;
        opacity: .9;
        text-decoration: none;
        text-align: center; }
  .hero .hero-image {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding: 0px 0px 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start; }
    .hero .hero-image img {
      width: 100%;
      max-width: 750px;
      height: auto; }

.main-content {
  padding: 40px 0; }
  .main-content p {
    line-height: 1.8;
    margin: 1em 0; }
  .main-content .full-content {
    padding: 20px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -27vw;
    overflow: hidden; }
  .main-content .psf-image-slider {
    padding: 0 20px;
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    box-sizing: content-box;
    justify-content: space-between;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .main-content .psf-image-slider::-webkit-scrollbar {
      display: none; }
    .main-content .psf-image-slider .slide {
      margin: 0 20px; }
      .main-content .psf-image-slider .slide img {
        max-width: 484px;
        height: auto; }
      .main-content .psf-image-slider .slide span {
        display: block;
        font-size: 0.8em;
        color: #8D8D8D; }
  .main-content .psf-highlight-image {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .main-content .psf-highlight-image img {
      border-radius: 20px;
      width: 100%;
      max-width: 65vw;
      height: auto;
      margin: 0 auto; }
    .main-content .psf-highlight-image span {
      margin-top: 14px;
      padding: 0 20vw;
      display: block;
      text-align: center;
      font-size: 0.8em;
      color: #8D8D8D; }
  .main-content .psf-video-teaser {
    display: flex;
    justify-content: center; }
    .main-content .psf-video-teaser .video:after, .main-content .psf-video-teaser .video:before {
      content: " ";
      position: absolute;
      top: 50%;
      left: 50%; }
    .main-content .psf-video-teaser .video:after {
      width: 0;
      height: 0;
      border: 1px solid transparent;
      border-left: 20px solid #FFF;
      margin-top: -18px;
      margin-left: -7px;
      -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25)); }
    .main-content .psf-video-teaser .video:before {
      margin-top: -34px;
      margin-left: -30px;
      width: 60px;
      height: 60px;
      border: 3px solid #fff;
      border-radius: 50%;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
      background: rgba(0, 0, 0, 0.42); }
    .main-content .psf-video-teaser .video img {
      width: 100%;
      margin: 0 auto; }
    .main-content .psf-video-teaser .video span {
      margin-top: 8px;
      display: block;
      text-align: center;
      font-size: 0.8em;
      color: #8D8D8D; }
  .main-content .title-content {
    margin-top: 40px;
    font-family: "DM Serif Display";
    font-weight: 600;
    font-size: 1.750em;
    text-align: center;
    color: #000000; }
    .main-content .title-content span {
      color: #C0392B; }
  .main-content .psf-quotes {
    padding: 0 15.688vw;
    font-family: "DM Serif Display";
    font-weight: normal;
    font-style: italic;
    font-size: 1.2em;
    text-align: center;
    color: #3061A7; }
  .main-content .psf-tabs {
    padding: 0 8vw; }
    .main-content .psf-tabs .psf-tab-nav {
      display: flex;
      justify-content: center;
      list-style: none; }
      .main-content .psf-tabs .psf-tab-nav .psf-tab-nav__link {
        margin: 0 16px;
        padding: 18px 14px;
        color: #FFFFFF;
        border-radius: 10px;
        font-family: 'Montserrat';
        font-size: 1.5em;
        font-weight: 700;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        transition: color 0.3s; }
        .main-content .psf-tabs .psf-tab-nav .psf-tab-nav__link:nth-child(1) {
          background-color: #AB1E38;
          border: 2px solid #AB1E38; }
        .main-content .psf-tabs .psf-tab-nav .psf-tab-nav__link:nth-child(2) {
          background-color: #38509E;
          border: 2px solid #38509E; }
        .main-content .psf-tabs .psf-tab-nav .psf-tab-nav__link:nth-child(3) {
          background-color: #E2D393;
          border: 2px solid #E2D393; }
        .main-content .psf-tabs .psf-tab-nav .psf-tab-nav__link:nth-child(4) {
          background-color: #4D4D4D;
          border: 2px solid #4D4D4D; }
      .main-content .psf-tabs .psf-tab-nav .psf-tab-nav__link.active {
        border: 2px solid #29ABE2; }
    .main-content .psf-tabs .psf-tab-click {
      display: block;
      margin: 20px 0px;
      text-align: center;
      font-style: italic;
      color: #8D8D8D; }
    .main-content .psf-tabs .psf-tab-content {
      margin-top: 8%;
      width: 100%;
      height: auto;
      display: none;
      flex-direction: row;
      justify-content: center; }
      .main-content .psf-tabs .psf-tab-content .info {
        position: relative;
        width: 24vw;
        margin: 0 40px;
        padding: 20px 0;
        display: flex;
        flex-direction: column;
        justify-content: start;
        border-radius: 20px;
        text-align: center; }
        .main-content .psf-tabs .psf-tab-content .info .info-image {
          display: inline-block;
          position: relative;
          width: 150px;
          height: 150px;
          margin: 0 auto;
          margin-top: -30%;
          overflow: hidden;
          border: 8px solid #FFFFFF;
          border-radius: 150px; }
          .main-content .psf-tabs .psf-tab-content .info .info-image img {
            width: 100%;
            height: auto;
            object-fit: cover; }
        .main-content .psf-tabs .psf-tab-content .info .info-label {
          background-color: #EEEEEE;
          padding: 10px 6px;
          border-radius: 20px;
          width: 120%;
          margin-top: -8%;
          margin-left: -10%;
          z-index: 99; }
          .main-content .psf-tabs .psf-tab-content .info .info-label p {
            font-family: 'Montserrat';
            margin: 6px 0;
            line-height: 1.2; }
          .main-content .psf-tabs .psf-tab-content .info .info-label .label-school {
            font-weight: bold; }
        .main-content .psf-tabs .psf-tab-content .info .info-detail {
          font-family: 'Montserrat';
          padding: 16px 0px;
          color: #FFFFFF; }
          .main-content .psf-tabs .psf-tab-content .info .info-detail label {
            font-size: 1.2em; }
          .main-content .psf-tabs .psf-tab-content .info .info-detail h1 {
            font-size: 1.8em;
            font-weight: 600; }
          .main-content .psf-tabs .psf-tab-content .info .info-detail span {
            font-size: 1em; }
          .main-content .psf-tabs .psf-tab-content .info .info-detail .h-line {
            border: 0.5px dashed #FFFFFF;
            margin: 20px 0; }
          .main-content .psf-tabs .psf-tab-content .info .info-detail .detail-beneficiaries .beneficiaries-number {
            display: flex;
            justify-content: center;
            margin-top: 8px; }
            .main-content .psf-tabs .psf-tab-content .info .info-detail .detail-beneficiaries .beneficiaries-number .number-item {
              margin: 0 12px; }
          .main-content .psf-tabs .psf-tab-content .info .info-detail .detail-impact h1 {
            font-size: 1.8em; }
          .main-content .psf-tabs .psf-tab-content .info .info-detail .detail-impact .impact-number {
            display: flex;
            justify-content: center;
            flex-wrap: wrap; }
            .main-content .psf-tabs .psf-tab-content .info .info-detail .detail-impact .impact-number .number-item {
              margin: 8px 12px; }
    .main-content .psf-tabs .psf-tab-content.active-tab {
      display: flex; }
    .main-content .psf-tabs .psf-tab-content.y-2017 .info {
      background-color: #AB1E38; }
      .main-content .psf-tabs .psf-tab-content.y-2017 .info .info-label {
        color: #AB1E38; }
    .main-content .psf-tabs .psf-tab-content.y-2018 .info {
      background-color: #38509E; }
      .main-content .psf-tabs .psf-tab-content.y-2018 .info .info-label {
        color: #38509E; }
    .main-content .psf-tabs .psf-tab-content.y-2019 .info {
      background-color: #CEC089; }
      .main-content .psf-tabs .psf-tab-content.y-2019 .info .info-label {
        color: #666666; }
    .main-content .psf-tabs .psf-tab-content.total .info {
      background-color: #4D4D4D; }
      .main-content .psf-tabs .psf-tab-content.total .info .info-label {
        color: #4D4D4D; }
  .main-content .psf-parallax {
    background-image: url("../images/parallax.jpg");
    min-height: 460px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .main-content .psf-notes {
    color: #6B6B6B;
    font-size: 0.8em; }
  .main-content .psf-footer {
    margin: 60px 0 20px 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .main-content .psf-footer p {
      margin-right: 14px;
      text-align: center;
      color: #7A7A7A;
      font-size: 0.8em; }
    .main-content .psf-footer img {
      width: auto;
      max-height: 60px; }

@media screen and (min-width: 1440px) {
  .hero .hero-image {
    justify-content: start;
    align-items: start; }

  .main-content .psf-tabs .psf-tab-content {
    margin-top: 5%; }
    .main-content .psf-tabs .psf-tab-content .info {
      margin: 0 80px; }
      .main-content .psf-tabs .psf-tab-content .info .info-image {
        margin-top: -20%; }
  .main-content .psf-parallax {
    min-height: 500px; } }
@media screen and (max-width: 1024px) {
  .container-deeplook {
    padding: 20px; }

  .hero {
    flex-direction: column; }
    .hero .hero-caption {
      flex: 0 0 100%;
      max-width: 100%;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center; }
      .hero .hero-caption .title {
        padding: 0 40px;
        font-size: 2em;
        text-align: center; }
        .hero .hero-caption .title span {
          display: inline; }
    .hero .hero-image {
      padding: 0 20px;
      flex: 0 0 100%;
      max-width: 100%;
      justify-content: center;
      align-items: center; }
      .hero .hero-image img {
        width: 100%;
        max-width: 100%; }

  .main-content .psf-quotes {
    font-size: 1em;
    padding: 0 40px; }
  .main-content .psf-image-slider {
    padding: 0 16px; }
    .main-content .psf-image-slider .slide {
      margin: 0 16px; }
      .main-content .psf-image-slider .slide img {
        max-width: 400px;
        height: auto; }
  .main-content .psf-highlight-image {
    padding: 0 30px; }
    .main-content .psf-highlight-image img {
      max-width: 100%; }
    .main-content .psf-highlight-image span {
      padding: 0 20px; }
  .main-content .psf-video-teaser {
    padding: 0 30px; }
  .main-content .psf-parallax {
    min-height: 360px; } }
@media screen and (max-width: 768px) {
  body {
    font-size: 1.21428571em; }

  .hero .hero-caption .logo {
    margin-top: 40px; }
  .hero .hero-caption .title {
    padding: 0; }
  .hero .hero-image {
    padding: 0; }

  .main-content .full-content {
    padding: 20px 0; }
  .main-content .title-content {
    font-size: 1.6em;
    padding: 10px 0; }
  .main-content .psf-image-slider {
    padding: 0 14px; }
    .main-content .psf-image-slider .slide {
      margin: 0 14px; }
      .main-content .psf-image-slider .slide img {
        max-width: 320px;
        height: auto; }
  .main-content .psf-highlight-image {
    padding: 0 16px; }
  .main-content .psf-video-teaser {
    padding: 0 20px; }
  .main-content .psf-quotes {
    font-size: 0.6em;
    padding: 0 20px; }
  .main-content .psf-tabs {
    display: block; }
    .main-content .psf-tabs .psf-tab-nav .psf-tab-nav__link {
      font-size: 1em;
      margin: 0 8px;
      padding: 14px 8px; }
    .main-content .psf-tabs .psf-tab-content {
      flex-direction: column; }
      .main-content .psf-tabs .psf-tab-content .info {
        width: 100%;
        margin: 40px 0; }
        .main-content .psf-tabs .psf-tab-content .info .info-image {
          margin-top: -22%; }
        .main-content .psf-tabs .psf-tab-content .info .info-label {
          width: 110%;
          margin-left: -5%; }
        .main-content .psf-tabs .psf-tab-content .info .info-detail label {
          font-size: 1.2em; }
        .main-content .psf-tabs .psf-tab-content .info .info-detail .detail-impact h1 {
          font-size: 1.8em; }
        .main-content .psf-tabs .psf-tab-content .info .info-detail .detail-impact .impact-number {
          margin-top: 14px;
          display: flex;
          flex-wrap: wrap;
          justify-content: center; }
          .main-content .psf-tabs .psf-tab-content .info .info-detail .detail-impact .impact-number .number-item {
            margin: 0 16px; }
  .main-content .psf-parallax {
    min-height: 250px; }
  .main-content .psf-footer {
    margin: 40px 0 20px 0; }
    .main-content .psf-footer p {
      font-size: 0.7em; }
    .main-content .psf-footer img {
      max-height: 50px; } }
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0); }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0); }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

/*# sourceMappingURL=apps.css.map */
