@charset "UTF-8";
/* ==========================================================================
 Init: Fonts
 ========================================================================== */
@font-face {
  font-family: 'GrabForGood';
  src: url("../fonts/GrabForGood.eot?6ivr04");
  src: url("../fonts/GrabForGood.eot?6ivr04#iefix") format("embedded-opentype"), url("../fonts/GrabForGood.ttf?6ivr04") format("truetype"), url("../fonts/GrabForGood.woff?6ivr04") format("woff"), url("../fonts/GrabForGood.svg?6ivr04#GrabForGood") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'Sanomat Sans';
  font-weight: 700;
  src: url("../fonts/SanomatSans-Bold.otf"); }

@font-face {
  font-family: 'Sanomat Sans';
  font-weight: 300;
  src: url("../fonts/SanomatSans-Light.otf"); }

@font-face {
  font-family: 'Grab Community';
  src: url("../fonts/Grab-Community-KH-v2.0-Inline.ttf"); }

/* ==========================================================================
   Components: Font Icon
   ========================================================================== */
.fi {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'GrabForGood' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fi-browser:before {
  content: "\e904"; }

.fi-close:before {
  content: "\e903"; }

.fi-ig:before {
  content: "\e902"; }

.fi-arrow-left:before {
  content: "\e900"; }

.fi-arrow-right:before {
  content: "\e901"; }

/* ==========================================================================
   Mixin Font Icon
   ========================================================================== */
/* ==========================================================================
   Components: Button
   ========================================================================== */
.btn {
  cursor: pointer;
  outline: 0;
  border: 0;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }
  .btn:focus {
    outline: none; }

/* -------------------------------------------------------------------------- */
/* popup-video                                                                */
/* -------------------------------------------------------------------------- */
.popup-video {
  opacity: 0;
  visibility: hidden;
  z-index: 9998;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
     -moz-transform: translate(-50%, -45%);
      -ms-transform: translate(-50%, -45%);
       -o-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  background-color: color(black);
  max-width: -webkit-calc(100% - 50px);
  max-width: -moz-calc(100% - 50px);
  max-width: calc(100% - 50px); }
  .show-play-popup-video .popup-video {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition-delay: .3s;
       -moz-transition-delay: .3s;
         -o-transition-delay: .3s;
            transition-delay: .3s; }
  .popup-video__wrapper {
    width: 1178px;
    position: relative;
    padding-bottom: 56.5%;
    max-width: 100%; }
    .popup-video__wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .popup-video-close {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 68px;
    right: 56px;
    color: white;
    background-color: transparent;
    font-size: 28px;
    z-index: 9999;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: .1s;
       -moz-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s; }
    .show-play-popup-video .popup-video-close {
      opacity: 1;
      visibility: visible;
      top: 56px;
      -webkit-transition-delay: 0s;
         -moz-transition-delay: 0s;
           -o-transition-delay: 0s;
              transition-delay: 0s; }

.lightbox {
  z-index: 9997;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: .3s;
     -moz-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s; }
  .show-play-popup-video .lightbox {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
     -moz-animation-name: fadeOut;
       -o-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  -moz-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: -o-transform .1s ease;
  -moz-transition: transform .1s ease, -moz-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease, -moz-transform .1s ease, -o-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
     -moz-transform: scale(1.3, 1.3);
       -o-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

html,
body {
  margin: 0;
  padding: 0; }

body.rm-scroll {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none; }

body img {
  max-width: 100%; }

main {
  overflow: hidden; }
  main section.intro,
  main section.collaborators {
    margin: 55px auto; }
    @media (max-width: 767px) {
      main section.intro,
      main section.collaborators {
        margin: 25px auto; } }
    main section.intro:first-child,
    main section.collaborators:first-child {
      margin-top: 0; }
    main section.intro:last-child,
    main section.collaborators:last-child {
      margin-bottom: 0; }
    main section.intro *:first-child,
    main section.collaborators *:first-child {
      margin-top: 0 !important; }
    main section.intro *:last-child,
    main section.collaborators *:last-child {
      margin-bottom: 0 !important; }
    main section.intro .title,
    main section.collaborators .title {
      margin: 55px auto; }
      @media (max-width: 767px) {
        main section.intro .title,
        main section.collaborators .title {
          margin: 40px auto 30px; } }
      main section.intro .title .logo,
      main section.collaborators .title .logo {
        display: block;
        margin: auto;
        width: 210px; }
        @media (max-width: 767px) {
          main section.intro .title .logo,
          main section.collaborators .title .logo {
            width: 130px; } }
  main section.intro .video {
    height: auto;
    margin: 55px auto;
    width: 100%;
    max-width: 946px;
    overflow: hidden;
    position: relative; }
    @media (max-width: 767px) {
      main section.intro .video {
        margin: 25px auto; } }
    main section.intro .video .image {
      display: block;
      height: auto;
      width: 100%;
      overflow: hidden; }
      main section.intro .video .image[src=""] {
        display: none;
        height: 0; }
      main section.intro .video .image.logo {
        left: 0;
        position: absolute;
        top: 0; }
    main section.intro .video .button__play {
      background-color: rgba(0, 177, 79, 0.8);
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      left: 50%;
      padding: 12px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) scale(1);
         -moz-transform: translate(-50%, -50%) scale(1);
          -ms-transform: translate(-50%, -50%) scale(1);
           -o-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      z-index: zi(hb-percaya-project-play); }
      @media (max-width: 767px) {
        main section.intro .video .button__play {
          padding: 5px; } }
      main section.intro .video .button__play:hover {
        -webkit-transform: translate(-50%, -50%) scale(0.9);
           -moz-transform: translate(-50%, -50%) scale(0.9);
            -ms-transform: translate(-50%, -50%) scale(0.9);
             -o-transform: translate(-50%, -50%) scale(0.9);
                transform: translate(-50%, -50%) scale(0.9); }
    main section.intro .video .button__icon {
      display: block;
      height: 82px;
      width: 82px; }
      @media (max-width: 767px) {
        main section.intro .video .button__icon {
          width: 40px;
          height: 40px; } }
  main section.intro .description {
    margin: 55px auto;
    max-width: 1440px; }
    @media (max-width: 767px) {
      main section.intro .description {
        margin: 25px auto; }
      main section.intro .description p {
        font-size: 14px !important;
        line-height: 18px !important; } }
    main section.intro .description p {
      font-size: 22px;
      line-height: 26px; }
    main section.intro .description p:first-child {
      margin-top: 0; }
    main section.intro .description p:last-child {
      margin-bottom: 0; }
  main section.collaborators .carousel {
    margin: 0; }
    main section.collaborators .carousel .slide {
      padding: 8px;
      width: 33.33vw; }
      @media (max-width: 767px) {
        main section.collaborators .carousel .slide {
          padding: 4px;
          width: 80vw; } }
      main section.collaborators .carousel .slide .item {
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: relative; }
        main section.collaborators .carousel .slide .item .image {
          display: block;
          height: auto;
          width: 100%;
          overflow: hidden; }
          main section.collaborators .carousel .slide .item .image[src=""] {
            display: none;
            height: 0; }
          main section.collaborators .carousel .slide .item .image.logo {
            left: 0;
            position: absolute;
            top: 0; }
          main section.collaborators .carousel .slide .item .image.lazyload {
            height: 0; }
    main section.collaborators .carousel button.owl-prev,
    main section.collaborators .carousel button.owl-next {
      width: 15px;
      height: 15px;
      background-color: #ebebec;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%; }
      main section.collaborators .carousel button.owl-prev span,
      main section.collaborators .carousel button.owl-next span {
        display: none; }
      main section.collaborators .carousel button.owl-prev::before,
      main section.collaborators .carousel button.owl-next::before {
        font-size: 12px;
        display: block;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        color: #1f1f1f; }
        @media (max-width: 767px) {
          main section.collaborators .carousel button.owl-prev::before,
          main section.collaborators .carousel button.owl-next::before {
            font-size: 7px; } }
    main section.collaborators .carousel .owl-nav {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (max-width: 767px) {
        main section.collaborators .carousel .owl-nav {
          width: 80vw; } }
    main section.collaborators .carousel .owl-prev {
      left: 25px; }
      main section.collaborators .carousel .owl-prev::before {
        display: inline-block;
        vertical-align: middle;
        font-family: 'GrabForGood' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: ""; }
      main section.collaborators .carousel .owl-prev::before {
        top: 50%;
        left: 48%;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      main section.collaborators .carousel .owl-prev:hover::before {
        left: 42%; }
    main section.collaborators .carousel .owl-next {
      right: 25px; }
      main section.collaborators .carousel .owl-next::before {
        display: inline-block;
        vertical-align: middle;
        font-family: 'GrabForGood' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: ""; }
      main section.collaborators .carousel .owl-next::before {
        top: 53%;
        left: 58%;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      main section.collaborators .carousel .owl-next:hover::before {
        left: 64%; }
  main .container {
    padding-bottom: 0;
    padding-top: 0; }

header {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }
  header .logo {
    display: block;
    margin: auto;
    width: 279px; }
    @media (max-width: 767px) {
      header .logo {
        width: 190px; } }
    header .logo img {
      display: block;
      height: auto;
      width: 100%; }

footer .copyright {
  display: block; }

.container {
  padding: 55px; }
  @media (max-width: 767px) {
    .container {
      padding: 35px 25px; } }

html,
body {
  color: #444444;
  font-family: 'Sanomat Sans', sans-serif;
  font-size: 26px;
  line-height: 1.18; }
  @media (max-width: 767px) {
    html,
    body {
      font-size: 14px; } }

main section.intro .title,
main section.collaborators .title {
  color: #00A14B;
  font-family: 'Grab Community', serif;
  font-size: 44px;
  font-weight: 400;
  text-align: center; }
  @media (max-width: 767px) {
    main section.intro .title,
    main section.collaborators .title {
      font-size: 28px; } }

main section.intro .description {
  text-align: center; }

footer .copyright {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  letter-spacing: -.02em; }
  @media (max-width: 767px) {
    footer .copyright {
      font-size: 14px; } }

/*# sourceMappingURL=maps/percaya-project-landing.css.map */
