@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic);
@import url(../css/select2.min.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(5px); }
  60% {
    -webkit-transform: translateY(-2px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); }
  60% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); } }
@-webkit-keyframes fadeIn {
  from {
    -webkit-transform: translateY(-20px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@keyframes fadeIn {
  from {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
section {
  position: relative; }

.come-in {
  -webkit-transform: translateY(150px);
      -ms-transform: translateY(150px);
          transform: translateY(150px);
  -webkit-animation: come-in 0.8s ease forwards;
          animation: come-in 0.8s ease forwards; }

.come-in:nth-child(odd) {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s; }

.already-visible {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: none;
          animation: none; }

@-webkit-keyframes come-in {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes come-in {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
.transition, .hover-1, header ul li a, footer .links li a, p a, .blog-feed .load-more a, .hover-1:before, header ul li a:before, footer .links li a:before, p a:before, .blog-feed .load-more a:before, .hover-2, .hover-2:before, .hamburger-menu .toggle span, .hamburger-menu .links li, .hamburger-menu .links li a, footer a, .select2 .select2-selection, .select2 .select2-selection .select2-selection__arrow b, .select2-container .select2-dropdown .select2-results ul li, .lead .bottom .explore a:before, .img-block, .img-block span, .donate-block .form-group {
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.centered {
  margin-left: auto;
  margin-right: auto;
  float: none; }

.color-black, .hamburger-menu .links li a:hover {
  color: #000; }

.color-white, .hover-2:hover:before, header ul li a, .hamburger-menu .links li a, footer, footer a {
  color: #fff; }

.color-yellow, header ul li a:hover, header ul li.active a, .lead, .lead .bottom .explore a {
  color: #f6d324; }

.color-orange {
  color: #1d1766; }

.color-orange-light {
  color: #1d1766; }

.bg-white {
  background-color: #fff; }

.bg-orange {
  background-color: #1d1766; }

button {
  border: none;
  outline: none;
  -webkit-appearance: none; }

.v-table {
  display: table;
  width: 100%;
  height: 100%; }
  .v-table .v-row {
    display: table-row;
    height: 100%; }
    .v-table .v-row .v-cell {
      display: table-cell; }
      .v-table .v-row .v-cell.bottom {
        vertical-align: bottom; }
      .v-table .v-row .v-cell.middle {
        vertical-align: middle; }
      .v-table .v-row .v-cell.top {
        vertical-align: top; }

.w100 {
  width: 100%; }

.h100, html, body, .lead {
  height: 100%; }

.no-float {
  float: none; }

.mt100 {
  margin-top: 100px; }

.mt50, .grid .grid-elem {
  margin-top: 50px; }

.mt35 {
  margin-top: 35px; }

.mt30 {
  margin-top: 30px; }

.mt10 {
  margin-top: 10px; }

.mt0 {
  margin-top: 0 !important; }

.mb20 {
  margin-bottom: 20px; }

.mb0 {
  margin-bottom: 0; }

.ml10 {
  margin-left: 10px; }

.pt30 {
  padding-top: 30px; }

.p60 {
  padding: 60px 0; }

.p70 {
  padding: 70px 0; }

.pt60 {
  padding-top: 60px; }

.pb60 {
  padding-bottom: 60px; }

.pt140 {
  padding-top: 140px; }

.pb140 {
  padding-bottom: 140px; }

.pb0 {
  padding-bottom: 0; }

.p0 {
  padding: 0 !important; }

.pr0 {
  padding-right: 0; }

.pl0 {
  padding-left: 0; }

.hover-1, header ul li a, footer .links li a, p a, .blog-feed .load-more a {
  position: relative; }
  .hover-1:before, header ul li a:before, footer .links li a:before, p a:before, .blog-feed .load-more a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom: 1px solid; }
  .hover-1:hover:before, header ul li a:hover:before, footer .links li a:hover:before, p a:hover:before, .blog-feed .load-more a:hover:before {
    width: 100%; }

.hover-2 {
  position: relative; }
  .hover-2:before {
    content: "";
    position: absolute;
    left: 25%;
    width: 50%;
    height: 7px;
    bottom: -15px;
    background: #fff;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0); }
  .hover-2:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }

.bg-contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

.bg-cover, .img-cover .bg, .lead {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.absolute-full, .img-cover .bg, .lead:before, .ecosystem .bg:before, .ecosystem .bg-fill {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

header {
  text-transform: uppercase;
  padding: 18px 20px;
  background: #191918; }
  header ul li {
    display: inline-block;
    line-height: 48px;
    margin-right: 46px; }
    header ul li a {
      float: left;
      clear: both; }
      header ul li a:before {
        border-bottom-color: #f6d324; }
    header ul li.active a:before {
      width: 100%; }
  header.line {
    background: rgba(0, 0, 0, 0.4); }

.hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  width: 0;
  height: 0; }
  .hamburger-menu .content {
    position: relative;
    z-index: 9; }
  .hamburger-menu .bg-expand {
    position: absolute;
    width: 32px;
    height: 31px;
    top: 20px;
    right: 20px;
    background: transparent;
    z-index: 1; }
    .hamburger-menu .bg-expand:before {
      position: absolute;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      content: "";
      background: #1d1766;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: -1;
      border-radius: 50%; }
  .hamburger-menu .toggle {
    position: absolute;
    width: 32px;
    height: 31px;
    top: 20px;
    right: 20px;
    background: #191918;
    cursor: pointer;
    padding: 12px 10px 10px;
    z-index: 999; }
    .hamburger-menu .toggle:hover {
      background: #221d1c; }
    .hamburger-menu .toggle span {
      width: 100%;
      height: 1px;
      margin: 0 auto;
      background-color: #fff;
      display: block;
      margin-bottom: 2px;
      position: relative; }
      .hamburger-menu .toggle span:last-child {
        margin-bottom: 0; }
  .hamburger-menu .links {
    font-size: 1.28em;
    padding: 0 50px; }
    .hamburger-menu .links li {
      opacity: 0;
      margin-bottom: 30px;
      margin-bottom: 4vh; }
      .hamburger-menu .links li:last-child {
        padding-top: 30px;
        padding-top: 4vh;
        margin-bottom: 0; }
  .hamburger-menu.active {
    width: 100%;
    height: 100%; }
    .hamburger-menu.active .toggle span {
      background-color: #cf4010; }
      .hamburger-menu.active .toggle span:nth-child(1) {
        top: 3px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .hamburger-menu.active .toggle span:nth-child(2) {
        opacity: 0; }
      .hamburger-menu.active .toggle span:nth-child(3) {
        top: -3px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .hamburger-menu.active .bg-expand:before {
      -webkit-transform: scale(200);
      -ms-transform: scale(200);
      transform: scale(200);
      -webkit-transition: all 0.5s ease-in;
      transition: all 0.5s ease-in; }
    .hamburger-menu.active .links li:nth-child(1) {
      -webkit-animation: fadeIn 0.3s ease-in-out;
      animation: fadeIn 0.3s ease-in-out;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-delay: 0.0833333333s;
      animation-delay: 0.0833333333s; }
    .hamburger-menu.active .links li:nth-child(2) {
      -webkit-animation: fadeIn 0.3s ease-in-out;
      animation: fadeIn 0.3s ease-in-out;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-delay: 0.1666666667s;
      animation-delay: 0.1666666667s; }
    .hamburger-menu.active .links li:nth-child(3) {
      -webkit-animation: fadeIn 0.3s ease-in-out;
      animation: fadeIn 0.3s ease-in-out;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-delay: 0.25s;
      animation-delay: 0.25s; }
    .hamburger-menu.active .links li:nth-child(4) {
      -webkit-animation: fadeIn 0.3s ease-in-out;
      animation: fadeIn 0.3s ease-in-out;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-delay: 0.3333333333s;
      animation-delay: 0.3333333333s; }
    .hamburger-menu.active .links li:nth-child(5) {
      -webkit-animation: fadeIn 0.3s ease-in-out;
      animation: fadeIn 0.3s ease-in-out;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-delay: 0.4166666667s;
      animation-delay: 0.4166666667s; }
    .hamburger-menu.active .links li:nth-child(6) {
      -webkit-animation: fadeIn 0.3s ease-in-out;
      animation: fadeIn 0.3s ease-in-out;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s; }
    .hamburger-menu.active .links li:nth-child(7) {
      -webkit-animation: fadeIn 0.3s ease-in-out;
      animation: fadeIn 0.3s ease-in-out;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-delay: 0.5833333333s;
      animation-delay: 0.5833333333s; }
    .hamburger-menu.active .links li:nth-child(8) {
      -webkit-animation: fadeIn 0.3s ease-in-out;
      animation: fadeIn 0.3s ease-in-out;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-delay: 0.6666666667s;
      animation-delay: 0.6666666667s; }
    .hamburger-menu.active .links li:nth-child(9) {
      -webkit-animation: fadeIn 0.3s ease-in-out;
      animation: fadeIn 0.3s ease-in-out;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-delay: 0.75s;
      animation-delay: 0.75s; }
    .hamburger-menu.active .links li:nth-child(10) {
      -webkit-animation: fadeIn 0.3s ease-in-out;
      animation: fadeIn 0.3s ease-in-out;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-delay: 0.8333333333s;
      animation-delay: 0.8333333333s; }
    .hamburger-menu.active .links li:nth-child(11) {
      -webkit-animation: fadeIn 0.3s ease-in-out;
      animation: fadeIn 0.3s ease-in-out;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-delay: 0.9166666667s;
      animation-delay: 0.9166666667s; }
    .hamburger-menu.active .links li:nth-child(12) {
      -webkit-animation: fadeIn 0.3s ease-in-out;
      animation: fadeIn 0.3s ease-in-out;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }

.img-cover {
  position: relative;
  overflow: hidden;
  display: inherit; }
  .img-cover.bg-animation .bg {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .img-cover.bg-animation:hover .bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .img-cover.bg-fade {
    background: #000; }
    .img-cover.bg-fade .bg {
      opacity: 0.8; }
      .img-cover.bg-fade .bg:hover {
        opacity: 1; }

footer {
  background: #221d1c; }
  footer .links {
    padding: 60px 0 35px;
    text-align: center; }
    footer .links li {
      display: inline-block;
      margin: 0 25px 25px 0; }
      footer .links li:last-child {
        margin-right: 0; }
      footer .links li a:before {
        border-bottom-color: #1d1766; }
  footer .sponsors {
    border-top: 1px solid #3c3433;
    padding: 60px 0; }
    footer .sponsors .sponsors-container a {
      padding: 38px;
      display: inline-block;
      vertical-align: middle; }
    footer .sponsors .right {
      position: relative; }
      footer .sponsors .right:before {
        position: absolute;
        content: "";
        left: 0;
        top: -60px;
        bottom: -70px;
        border-left: 1px solid #3c3433; }
  footer .bottom {
    padding: 30px 0;
    margin-top: 15px; }
    footer .bottom span {
      display: block; }
    footer .bottom .tm {
      color: #514846;
      margin-top: 12px; }
      footer .bottom .tm a {
        color: #514846; }

.big-image {
  height: 700px;
  height: 70vh; }

.bg-fade-brown {
  background: rgba(22, 15, 15, 0.5); }

.grid .grid-elem {
  display: inline-block; }
  .grid .grid-elem .elem-head {
    background: #1d1766;
    color: #fff;
    padding: 20px 25px; }
  .grid .grid-elem .elem-img {
    background: #eae4cc; }
    .grid .grid-elem .elem-img img {
      width: 100%; }
  .grid .grid-elem .elem-desc {
    background: #daeaea;
    padding: 30px 25px;
    color: #1c1c1c; }
    .grid .grid-elem .elem-desc a {
      color: #fff; }

input[type="checkbox"]:not(:checked), input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden; }
input[type="checkbox"]:not(:checked) + label, input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer; }
  input[type="checkbox"]:not(:checked) + label:before, input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 16px;
    height: 16px;
    background: #fff; }
  input[type="checkbox"]:not(:checked) + label:after, input[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 3px;
    left: 4px;
    font-size: 12px;
    color: #f6d324;
    -webkit-transition: all .2s;
            transition: all .2s; }
input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0); }
input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }
input[type="checkbox"]:checked:focus + label:before {
  border: 1px solid #f6d324; }
input[type="checkbox"]:disabled:not(:checked), input[type="checkbox"]:disabled:checked {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }
input[type="checkbox"]:disabled:checked label {
  color: #aaa; }
  input[type="checkbox"]:disabled:checked label:after {
    color: #999; }

.select2 .select2-selection {
  border-color: transparent;
  height: 100%;
  border-radius: 0;
  outline: none;
  text-transform: none;
  background: transparent;
  font-size: 20px;
  color: #fff; }
  .select2 .select2-selection .select2-selection__rendered {
    line-height: 56px;
    padding: 0 15px;
    color: #fff;
    text-align: left;
    padding-left: 120px; }
  .select2 .select2-selection .select2-selection__arrow {
    top: 50%;
    margin: -3px;
    height: auto;
    right: 7px; }
    .select2 .select2-selection .select2-selection__arrow b {
      border-color: #fff transparent transparent transparent;
      border-width: 8px 4px 0 4px !important; }
.select2.select2-container--open .select2-selection {
  border-color: transparent; }
.select2.select2-container--open .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent !important;
  border-width: 8px 4px 0 4px !important;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.select2-container {
  height: 100%;
  width: 100%; }
  .select2-container .select2-dropdown {
    border-radius: 0;
    border: 0; }
    .select2-container .select2-dropdown .select2-search input {
      outline: none; }
    .select2-container .select2-dropdown .select2-results {
      margin: 0 -15px;
      margin-top: -2px;
      margin-bottom: -2px;
      background: #fff;
      border: 1px solid #f1c739; }
      .select2-container .select2-dropdown .select2-results ul li {
        padding: 15px; }
        .select2-container .select2-dropdown .select2-results ul li[aria-selected="true"] {
          background: #f1c739;
          color: #fff; }
        .select2-container .select2-dropdown .select2-results ul li.select2-results__option--highlighted {
          background: #f2d95c;
          color: #fff; }

.btn {
  padding: 15px;
  display: inline-block;
  line-height: 1.5em;
  letter-spacing: .1em;
  color: #fff;
  cursor: pointer;
  position: relative;
  background-color: #1d1766;
  border-bottom: 7px solid #171252;
  -webkit-transition: background 100ms;
  transition: background 100ms; }
  .btn:hover {
    background-color: #1d1766;
    border-bottom: 7px solid #171252; }
  .btn:active {
    top: 2px;
    border-bottom-width: 5px;
    margin-bottom: 2px; }
  .btn:hover, .btn:focus {
    color: #fff; }
  .btn i {
    width: 30px;
    font-size: 1.4em;
    position: relative;
    display: inline-block; }
    .btn i:before {
      position: absolute;
      left: 0;
      top: -15px; }
  .btn.bg-orange {
    background-color: #1d1766;
    border-bottom: 7px solid #a83a1c; }
    .btn.bg-orange:hover {
      background-color: #d44924;
      border-bottom: 7px solid #a83a1c; }
    .btn.bg-orange:active {
      top: 2px;
      border-bottom-width: 5px;
      margin-bottom: 2px; }

.text-left {
  text-align: left; }

.text-center, .hamburger-menu .links, footer .sponsors .right, footer .bottom, .btn, .lead .bottom .explore, .blog-feed .head, .blog-feed .load-more {
  text-align: center; }

.text-right {
  text-align: right; }

.fs-minus-1, h5, .h5 {
  font-size: 0.8571428571em; }

.fs, body, .blog-feed .blog-feed-list .blog-post, .blog-feed .load-more {
  font-size: 14px; }

.fs-plus-1, .btn, p {
  font-size: 1.1428571429em; }

.fs-plus-2, h4, .h4 {
  font-size: 1.2857142857em; }

.fs-plus-3, h3.heading, .h3.heading {
  font-size: 1.4285714286em; }

.normal {
  font-weight: 400; }

.semibold, .select2-container .select2-dropdown .select2-results ul li, h3.heading, .h3.heading, .img-block span {
  font-weight: 600; }

.bold, .select2, .select2 .select2-selection, h1, .h1, h4, .h4, h5, .h5, .floating-blocks .image-block .img-desc, .donate-block h2, .donate-block .form-group label, .donate-block .form-group input[type="text"], .donate-block .btn {
  font-weight: 700; }

.italic, .blog-feed .head p, .donate-block .checkbox label span {
  font-style: italic; }

.uppercase, .hamburger-menu .links, footer, .btn, h4, .h4, h5, .h5, .lead, .blog-feed .load-more, .floating-blocks .image-block .img-desc, .donate-block h2 {
  text-transform: uppercase; }

.no-uppercase {
  text-transform: none; }

.montserrat, body {
  font-family: "Montserrat", sans-serif; }

.open-sans, .select2, .select2 .select2-selection, p, h3.heading, .h3.heading, .img-block span, .donate-block .form-group label, .donate-block .form-group input[type="text"], .donate-block .checkbox label span {
  font-family: "Open Sans", sans-serif; }

a {
  color: #cf4010;
  outline: none !important; }
  a:hover, a:focus {
    color: #cf4010;
    text-decoration: none; }

h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0; }

p {
  line-height: 1.5em; }
  p a {
    float: none; }
  p + p {
    margin-top: .9em; }

h1, .h1 {
  font-size: 3.25em;
  line-height: 1.15em; }

h2, .h2 {
  font-size: 2.1428571429em;
  line-height: 1.6em; }

h3, .h3 {
  font-size: 1.7142857143em;
  line-height: 1.3em; }
  h3.heading, .h3.heading {
    margin-bottom: 0.5em; }

h4, .h4 {
  line-height: 1.2em;
  letter-spacing: 0.12em; }
  h4.big, .h4.big {
    font-size: 1.8571428571em; }

h5, .h5 {
  letter-spacing: 3px; }

body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  position: relative; }

.container {
  position: relative; }

.lead {
  position: relative;
  min-height: 400px;
  overflow: hidden; }
  .lead:before {
    z-index: 1;
    background-color: rgba(15, 8, 6, 0.4); }
  .lead .container {
    z-index: 9; }
  .lead .v-cell .scroll-fade {
    -webkit-transform: translate3d(0px, -84.5px, 0px);
    -ms-transform: translate3d(0px, -84.5px, 0px);
    transform: translate3d(0px, -84.5px, 0px);
    position: relative; }
  .lead .bottom {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0; }
    .lead .bottom .explore {
      margin-bottom: 70px; }
      .lead .bottom .explore a {
        position: relative;
        padding: 5px 5px 28px 5px; }
        .lead .bottom .explore a:before {
          position: absolute;
          content: "";
          width: 29px;
          height: 15px;
          bottom: 0;
          left: 50%;
          margin-left: -14.5px;
          background: url("../img/arrow-bottom.png") no-repeat;
          background-size: 29px 15px;
          -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite; }

.map {
  background-color: #fafeff;
  padding: 110px 0 0 0;
  padding: 10vh 0 0 0;
  color: #282828;
  overflow: hidden; }
  .map .map-img img {
    margin: 0 auto;
    width: 100%; }

.big-text {
  padding: 140px 100px;
  padding: 14vh 3vw; }

.big-links .row {
  text-align: center; }
  .big-links .row .col-sm-6 {
    padding: 0; }
.big-links .link {
  position: relative;
  overflow: hidden;
  background-color: #000; }
  .big-links .link .btn-container {
    position: absolute;
    z-index: 9;
    bottom: 25px;
    left: 0;
    right: 0;
    pointer-events: none; }
    .big-links .link .btn-container a {
      pointer-events: all; }
      .big-links .link .btn-container a.btn {
        min-width: 320px; }
  .big-links .link:hover .img-cover .bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.blog-feed {
  padding: 50px 0 5px; }
  .blog-feed .head {
    margin: 25px 0; }
    .blog-feed .head p {
      color: #696969; }
  .blog-feed .blog-post {
    margin: 30px 0; }
    .blog-feed .blog-post .img-cover {
      margin-bottom: 10px; }
    .blog-feed .blog-post h3 {
      margin: 12px 0;
      display: inline-block;
      width: 100%; }
  .blog-feed .blog-feed-list-big .blog-post .img-cover {
    margin-bottom: 15px; }
  .blog-feed .blog-feed-list-big .blog-post h3 {
    margin: 15px 0; }
  .blog-feed .blog-feed-list {
    font-size: 0; }
    .blog-feed .blog-feed-list .blog-post {
      display: inline-block;
      vertical-align: top;
      float: none; }
  .blog-feed .load-more {
    margin-top: 30px; }

.sky .img-cover .bg {
  z-index: 9;
  background-position: top; }
.sky .img-cover img {
  opacity: 0; }

.floating-blocks {
  background: #fff url("../img/logos/logo-bg@2x.png") no-repeat center;
  background-size: 382px 382px;
  position: relative; }
  .floating-blocks .info-block {
    background: #dac9dd;
    padding: 70px 60px;
    position: absolute;
    z-index: 9999;
    top: -360px;
    -webkit-transform: translate3d(0px, 191px, 0px);
            transform: translate3d(0px, 191px, 0px); }
  .floating-blocks .image-block {
    z-index: 3;
    position: relative;
    float: right;
    right: 0;
    top: 0;
    background: #1d1766; }
    .floating-blocks .image-block .bg {
      margin: 0 -15px;
      position: relative; }
      .floating-blocks .image-block .bg:before {
        content: "";
        position: absolute;
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
        border: 1px solid #1d1766; }
    .floating-blocks .image-block .img-desc {
      font-size: 1.5714285714em;
      background: #1d1766;
      color: #fff;
      text-align: center;
      padding: 50px 15px; }
  .floating-blocks .link-block {
    position: absolute;
    z-index: 999;
    top: 80%; }
    .floating-blocks .link-block .btn {
      padding: 34px 50px; }

.ecosystem {
  position: relative; }
  .ecosystem .bg {
    height: 100vh; }
    .ecosystem .bg:before {
      position: absolute;
      height: 100vh;
      background: rgba(0, 0, 0, 0.3); }
  .ecosystem .bg-fill {
    background: #faf5d8;
    top: 100vh; }

.touch .ecosystem .bg {
  height: calc(100vh - 150px); }
.touch .inner-lead {
  background: #000; }
  .touch .inner-lead .big-image {
    opacity: 0.5; }

.inner-lead h1 {
  font-size: 2.8571428571em; }

.donate-container {
  z-index: 9;
  position: relative; }

.img-block {
  display: inline-block;
  width: 100%;
  padding: 30px 0 30px 120px;
  background-color: #1d1766;
  background-repeat: no-repeat;
  margin-top: 15px; }
  .img-block span {
    font-size: 1.5em;
    color: #fff;
    line-height: 1.4em; }
  .img-block._map {
    background-image: url(../img/icon-map.png);
    background-position: -125px 0; }
    .img-block._map:hover {
      background-position: -3px 0; }
      .img-block._map:hover span {
        opacity: 0; }
  .img-block._cert {
    background-image: url(../img/icon-certificate.png);
    background-position: 5px 10px; }
    .img-block._cert:hover {
      background-position: 5px -27px; }

.donate-block {
  background: #f2d95c;
  text-align: center;
  padding: 80px 60px 30px; }
  .donate-block h2 {
    font-size: 1.8571428571em;
    letter-spacing: 3px;
    margin-bottom: 1em; }
  .donate-block p + p {
    margin-top: 0.5em; }
  .donate-block .form-group {
    background: #f1c739;
    position: relative;
    padding: 0 15px;
    height: 60px;
    line-height: 60px;
    margin-top: 15px; }
    .donate-block .form-group:hover {
      background: #f2b30d; }
    .donate-block .form-group label {
      position: absolute;
      left: 15px;
      font-size: 1.4285714286em;
      color: #fff; }
    .donate-block .form-group input[type="text"] {
      border: none;
      outline: none;
      background: transparent;
      width: 100%;
      padding-left: 120px;
      font-size: 1.4285714286em;
      color: #fff; }
  .donate-block .btn {
    font-size: 1.8571428571em;
    padding-top: 25px;
    padding-bottom: 25px; }
  .donate-block .select2 .select2-selection {
    margin: 0 -15px; }
  .donate-block .checkbox {
    margin: 25px 0;
    display: table;
    width: 100%; }
    .donate-block .checkbox label span {
      position: relative;
      top: 2px; }
  .donate-block form {
    margin-top: 1em;
    display: table;
    width: 100%; }

.sponsors-list .s-elements {
  margin: 32px -20px;
  font-size: 0; }
.sponsors-list .s-elem {
  text-align: center;
  padding: 0 20px;
  float: none;
  vertical-align: top;
  display: inline-block;
  margin: 30px 0; }
  .sponsors-list .s-elem img {
    display: inline-block; }
  .sponsors-list .s-elem .s-img {
    height: 180px;
    box-shadow: inset 0 0 0 2px #d3d3d3;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center; }
    .sponsors-list .s-elem .s-img img {
      max-height: 180px; }
    .sponsors-list .s-elem .s-img.bg-cover, .sponsors-list .s-elem .img-cover .s-img.bg, .img-cover .sponsors-list .s-elem .s-img.bg, .sponsors-list .s-elem .s-img.lead {
      box-shadow: none; }
    .sponsors-list .s-elem .s-img + .s-desc {
      margin-top: 8px;
      height: auto;
      background: #faf5d8;
      padding: 18px 15px 21px; }
      .sponsors-list .s-elem .s-img + .s-desc p {
        background: transparent;
        padding: 0; }
  .sponsors-list .s-elem .s-desc {
    display: inline-block;
    width: 100%;
    height: 180px; }
    .sponsors-list .s-elem .s-desc p {
      font-size: 16px;
      background: #faf5d8;
      padding: 18px 15px 21px; }
    .sponsors-list .s-elem .s-desc p + p {
      margin-top: 0; }

@media (max-width: 767px) {
  body {
    font-size: 12px; }

  .pt140 {
    padding-top: 70px; }

  .pb70 {
    padding-bottom: 70px; }

  .s-elements {
    margin: 30px 0 !important; }
    .s-elements .s-elem {
      margin: 15px 0;
      padding: 0; }
    .s-elements .s-desc {
      height: auto !important; }

  .lead {
    height: 300px !important;
    min-height: 0;
    padding: 50px 0;
    padding: 10vh 0; }
    .lead .v-cell .scroll-fade {
      top: 84.5px; }

  h2 {
    font-size: 1.7em; }

  .come-in {
    -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important; }

  .big-text {
    padding: 48px 15px; }
    .big-text h2 {
      font-size: 18px; }

  .map {
    padding: 50px 0 0 0;
    padding: 7vh 0 0 0; }
    .map p {
      font-size: 14px;
      padding: 0 10px; }
    .map .map-img {
      text-align: right;
      padding-bottom: 15px; }
      .map .map-img .btn {
        display: inline-block !important;
        padding: 15px 20px;
        margin-right: 15px; }

  .load-more {
    padding-bottom: 15px; }

  .btn {
    display: inline-block;
    width: 100%;
    font-size: 1em;
    padding: 25px; }

  .blog-feed {
    padding-top: 10px; }
    .blog-feed .head {
      margin-bottom: 0; }

  .big-links .link .btn-container {
    bottom: 10px; }
    .big-links .link .btn-container .btn {
      display: inline-block; }

  .blog-feed-list-big {
    padding: 0; }

  .blog-feed-list-big .row .col-sm-6 .img-cover, .blog-feed-list .blog-post .img-cover {
    height: 300px;
    height: 50vh; }

  .blog-feed-list {
    height: auto !important; }
    .blog-feed-list .blog-post {
      position: static !important;
      left: 0 !important;
      top: 0 !important; }

  .blog-feed .blog-post {
    margin: 30px 0 0 0; }

  footer {
    text-align: center; }
    footer .links {
      padding: 40px 0 15px; }
      footer .links li {
        margin-right: 15px; }
    footer .sponsors {
      border-top: 1px solid #3c3433;
      padding: 50px 0 0; }
      footer .sponsors .sponsors-container a {
        padding: 15px; }
      footer .sponsors .sponsors-container img {
        margin-bottom: 25px; }
      footer .sponsors .left .color-orange {
        margin-bottom: 10px;
        display: inline-block;
        text-align: left; }
      footer .sponsors .right:before {
        display: none; }

  .big-image {
    height: 400px;
    height: 50vh; }

  .ecosystem {
    padding-top: 145px; }
    .ecosystem .mobile-bg {
      position: relative;
      margin: 0 -15px 100px; }
      .ecosystem .mobile-bg img {
        opacity: 0.7; }
    .ecosystem .grid {
      margin-top: 0;
      margin-bottom: 50px; }
      .ecosystem .grid .grid-elem {
        width: 100%;
        margin-top: 20px; }

  .donate-container {
    padding-bottom: 30px; }

  .donate-block {
    margin-top: 35px;
    padding: 30px; } }
@media (min-width: 0) and (max-width: 991px) {
  .map .row .right {
    margin-top: 30px; }

  .parallax-elem {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important; }

  .floating-blocks {
    padding: 0 10px; }
    .floating-blocks .info-block {
      top: 0;
      margin-top: -10vh;
      margin-bottom: -3vh;
      padding: 30px 20px; }
    .floating-blocks .info-block {
      position: relative; }
    .floating-blocks .image-block {
      position: relative; } }
@media (min-width: 0px) and (max-width: 568px) and (orientation: landscape) {
  .hamburger-menu .links {
    font-size: 0;
    text-align: left; }
    .hamburger-menu .links li {
      font-size: 18px;
      margin-bottom: 7vh;
      display: inline-block;
      width: 50%;
      vertical-align: top; }
      .hamburger-menu .links li:nth-last-of-type(2), .hamburger-menu .links li:nth-last-of-type(3) {
        margin-bottom: 0; }
      .hamburger-menu .links li:last-child {
        width: auto;
        text-align: right;
        position: absolute;
        right: 20px;
        bottom: 20px;
        padding-top: 15px;
        padding-top: 5vh; } }
@media (min-width: 768px) {
  .map .map-img {
    margin-top: -10vw;
    display: inline-block;
    width: 100%; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .lead {
    max-height: 50vh; } }
@media (min-width: 768px) and (max-width: 992px) {
  header ul li {
    margin-right: 15px; }

  .lead {
    max-height: 50vh; }
    .lead .bottom .line ul li {
      margin-right: 15px !important; }

  .sm-f-l, .sm-f-r {
    width: 320px; }

  .sm-f-l {
    float: left; }

  .sm-f-r {
    float: right; }

  .donate-block {
    margin: 35px 15px; }

  .ecosystem {
    padding-top: 150px; } }
@media (min-width: 992px) {
  .donate-container .img-block {
    margin-top: 40px;
    margin-bottom: -20px; }

  .ecosystem {
    padding-top: 200px; }
    .ecosystem .grid {
      margin-top: 80px;
      margin-left: -30px;
      margin-right: -30px; }
      .ecosystem .grid .grid-elem {
        padding-left: 30px;
        padding-right: 30px; }

  .img-blocks {
    margin-right: -70px; }

  .donate-block {
    position: absolute;
    right: 0; }

  .info-block {
    width: 63%; } }
@media (min-width: 1200px) {
  .blog-feed .blog-feed-list-big .row, .blog-feed .blog-feed-list .row {
    margin: 0 -30px; }
  .blog-feed .blog-feed-list-big .row .col-sm-6, .blog-feed .blog-feed-list .blog-post {
    padding: 0 30px; } }
