:root {
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-horizontal-gap: 7px;
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fs-5 {
  font-size: 18px;
}

.btn-default {
  border: 1px solid #12141C;
  padding: 10px 28px;
  font-weight: 300;
}
.btn-default:hover {
  background: #12141C;
  color: #fff;
}

.theme-dark {
  background-color: #12141C;
}

.top-nav-container {
  position: relative;
}
@media (min-width: 1200px) {
  .top-nav-container {
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  .top-nav-container .main-nav {
    height: 70px;
    margin: 0 -12px;
    float: right;
  }
}
@media (min-width: 992px) {
  .top-nav-container .main-nav .nav-item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .top-nav-container .main-nav {
    margin: 0;
    float: none;
  }
}
.top-nav-container .place-pin {
  background: #050102;
  display: flex;
  height: 38px;
  margin-top: 14px;
  align-items: center;
  justify-content: flex-end;
  float: left;
}
@media (min-width: 768px) {
  .top-nav-container .place-pin {
    float: right;
    margin-right: 8px;
  }
}
@media (min-width: 1200px) {
  .top-nav-container .place-pin {
    position: absolute;
    right: 3rem;
    margin-top: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    padding-left: 8px;
  }
}
.top-nav-container .place-pin > .text {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.top-nav-container .place-pin #location {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.top-nav-container .place-pin #location:hover, .top-nav-container .place-pin #location:focus, .top-nav-container .place-pin #location:visited {
  color: #fff;
}
.top-nav-container .place-pin .editable-container .btn {
  font-size: 14px;
  padding: 8px 8px;
}
.top-nav-container .place-pin .editable-container .btn.btn-primary {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.top-nav-container .place-pin .editable-container .btn.btn-primary:hover {
  background-color: #449d44;
  border-color: #398439;
}

section .section-title {
  color: #12141C;
  font-weight: 400;
  font-size: 40px;
}
@media (min-width: 992px) {
  section .section-title {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  section .section-title {
    font-size: 64px;
  }
}
section.theme-dark .section-title {
  color: #fff;
}
section.theme-dark .section-inner {
  color: #fff;
}
section.theme-dark .section-inner strong {
  font-weight: 500;
}
section.award {
  padding: 60px 0;
}
section.award .section-inner {
  color: #fff;
  font-weight: 300;
}
section.features-section, section.join-region-section, section.apps-section {
  background: url("../images/ask_region_bg-80.jpg") center center no-repeat;
  background-size: cover;
}
section.nominations {
  padding-bottom: 0;
}
section.quotes-section {
  --swiper-pagination-color: #575757;
  --swiper-pagination-bullet-inactive-color: #575757;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  overflow: hidden;
}
section.quotes-section .features-content-wrapper {
  padding: 50px 0;
}
section.project_partners-section {
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 0.3;
  background: url("../images/project_partners-bg-80.jpg") center center no-repeat;
  background-size: cover;
}
section.project_partners-section .features-content-wrapper {
  padding: 50px 0;
}
section.project_partners-section .features-content-wrapper .item a {
  display: inline-block;
  text-decoration: none;
  max-width: 250px;
}
section.project_partners-section .features-content-wrapper .item a img {
  max-height: 185px;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
section.project_partners-section .features-content-wrapper .item a h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
section.overview-section .timeline {
  counter-reset: cards_counter;
}
section.overview-section .timeline li {
  position: relative;
}
section.overview-section .timeline li .timeline-panel {
  position: relative;
}
section.overview-section .timeline li .timeline-panel:before {
  counter-increment: cards_counter;
  content: counter(cards_counter);
  position: absolute;
  left: 0;
  top: -30px;
  opacity: 0.1;
  font-size: 128px;
  line-height: 128px;
  font-weight: 800;
}
section.overview-section .timeline li .timeline-panel .timeline-body .tool-tip {
  margin-top: 25px;
}
@media (min-width: 768px) {
  section.overview-section .timeline li:nth-child(1) .decor-image {
    position: absolute;
    left: 58%;
    top: -10px;
    width: 300px;
    height: 300px;
    background: url("../images/overview-decor-1.svg") left top no-repeat;
  }
}
@media (min-width: 768px) {
  section.overview-section .timeline li:nth-child(2) .decor-image {
    position: absolute;
    right: 58%;
    top: 0px;
    width: 300px;
    height: 300px;
    background: url("../images/overview-decor-2.svg") right top no-repeat;
  }
}
@media (min-width: 768px) {
  section.overview-section .timeline li:nth-child(3) .decor-image {
    position: absolute;
    left: 58%;
    top: 20px;
    width: 300px;
    height: 300px;
    background: url("../images/overview-decor-3.svg") left top no-repeat;
  }
}
section.vote-doc {
  position: relative;
  overflow: hidden;
  text-align: center;
}
section.vote-doc::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 290px;
  background: url("../images/doc-holder-bottom.svg") center bottom no-repeat;
}
@media (min-width: 992px) {
  section.vote-doc {
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 150px;
  }
}
section.vote-doc .section-title {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  section.vote-doc .section-title {
    margin-top: 50px;
  }
}
section.vote-doc .download-buttons-set {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
@media (min-width: 992px) {
  section.vote-doc .download-buttons-set {
    align-items: flex-start;
  }
}
section.vote-doc .doc-img {
  width: 200px;
  transform: translate(-5%, 0);
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  section.vote-doc .doc-img {
    width: auto;
    max-width: 360px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  section.vote-doc .doc-img {
    width: auto;
    max-width: 460px;
    margin-bottom: 0px;
    transform: translate(-8%, 0);
  }
}
section.promo-section .promo-content {
  text-align: center;
}
@media (min-width: 992px) {
  section.promo-section .promo-content {
    text-align: left;
  }
}
@media (min-width: 992px) {
  section.promo-section .col {
    height: 100%;
  }
}
@media (min-width: 992px) {
  section.promo-section .column-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
section.promo-section .play-icon {
  margin-bottom: 18px;
}
section.team-block .photo-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {
  section.team-block .photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  section.team-block .photo-grid .photo-empty-item {
    grid-column: span 2/span 2;
  }
}
@media (min-width: 992px) {
  section.team-block .photo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  section.team-block .photo-grid .photo-empty-item {
    grid-column: span 3/span 3;
  }
}
section.team-block .photo-grid .photo-grid-item {
  aspect-ratio: 1/1;
}
section.top-section-offset {
  padding-top: 120px;
}
@media (min-width: 768px) {
  section.top-section-offset {
    padding-top: 170px;
  }
}
@media (min-width: 1200px) {
  section.top-section-offset {
    padding-top: 150px;
  }
}

.ekko-lightbox .modal-header {
  padding: 0;
  height: 0;
}
.ekko-lightbox .modal-body {
  padding: 0;
}/*# sourceMappingURL=styles_add.css.map */