p {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

input[type="checkbox"] {
  visibility: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

.loader {
  -webkit-animation: animate 1.5s linear infinite;
          animation: animate 1.5s linear infinite;
  clip: rect(0, 80px, 80px, 40px);
  height: 80px;
  width: 80px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  display: none; }

@-webkit-keyframes animate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg); } }

@keyframes animate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg); } }

.loader:after {
  -webkit-animation: animate2 1.5s ease-in-out infinite;
          animation: animate2 1.5s ease-in-out infinite;
  clip: rect(0, 80px, 80px, 40px);
  content: '';
  border-radius: 50%;
  height: 80px;
  width: 80px;
  position: absolute; }

@-webkit-keyframes animate2 {
  0% {
    -webkit-box-shadow: inset #fff 0 0 0 17px;
            box-shadow: inset #fff 0 0 0 17px;
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  50% {
    -webkit-box-shadow: inset #fff 0 0 0 2px;
            box-shadow: inset #fff 0 0 0 2px; }
  100% {
    -webkit-box-shadow: inset #fff 0 0 0 17px;
            box-shadow: inset #fff 0 0 0 17px;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg); } }

@keyframes animate2 {
  0% {
    -webkit-box-shadow: inset #fff 0 0 0 17px;
            box-shadow: inset #fff 0 0 0 17px;
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  50% {
    -webkit-box-shadow: inset #fff 0 0 0 2px;
            box-shadow: inset #fff 0 0 0 2px; }
  100% {
    -webkit-box-shadow: inset #fff 0 0 0 17px;
            box-shadow: inset #fff 0 0 0 17px;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg); } }

.summary-loader {
  -webkit-animation: animate3 1.5s linear infinite;
          animation: animate3 1.5s linear infinite;
  clip: rect(0, 80px, 80px, 40px);
  height: 80px;
  width: 80px;
  position: fixed;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  display: none; }

@-webkit-keyframes animate3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg); } }

@keyframes animate3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg); } }

.summary-loader:after {
  -webkit-animation: animate4 1.5s ease-in-out infinite;
          animation: animate4 1.5s ease-in-out infinite;
  clip: rect(0, 80px, 80px, 40px);
  content: '';
  border-radius: 50%;
  height: 80px;
  width: 80px;
  position: absolute; }

@-webkit-keyframes animate4 {
  0% {
    -webkit-box-shadow: inset #a48858 0 0 0 17px;
            box-shadow: inset #a48858 0 0 0 17px;
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  50% {
    -webkit-box-shadow: inset #a48858 0 0 0 2px;
            box-shadow: inset #a48858 0 0 0 2px; }
  100% {
    -webkit-box-shadow: inset #a48858 0 0 0 17px;
            box-shadow: inset #a48858 0 0 0 17px;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg); } }

@keyframes animate4 {
  0% {
    -webkit-box-shadow: inset #a48858 0 0 0 17px;
            box-shadow: inset #a48858 0 0 0 17px;
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  50% {
    -webkit-box-shadow: inset #a48858 0 0 0 2px;
            box-shadow: inset #a48858 0 0 0 2px; }
  100% {
    -webkit-box-shadow: inset #a48858 0 0 0 17px;
            box-shadow: inset #a48858 0 0 0 17px;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg); } }

.flash-error {
  color: #df3c3c;
  font-family: "Roboto-Medium";
  margin-bottom: 15px; }

a {
  color: #a48858;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  a:hover {
    color: #ffffff; }

@font-face {
  font-family: "Roboto-Regular";
  src: url("../assets/fonts/Roboto-Regular.ttf"); }

@font-face {
  font-family: "Roboto-Light";
  src: url("../assets/fonts/Roboto-Light.ttf"); }

@font-face {
  font-family: "Roboto-Black";
  src: url("../assets/fonts/Roboto-Black.ttf"); }

@font-face {
  font-family: "Roboto-Bold";
  src: url("../assets/fonts/Roboto-Bold.ttf"); }

@font-face {
  font-family: "Roboto-Medium";
  src: url("../assets/fonts/Roboto-Medium.ttf"); }

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px; }

ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px; }

li {
  display: list-item;
  margin: 10px 0; }

label#captcha-error,
label#accept_rules-error {
  border: 1px solid #df3c3c !important;
  z-index: 2; }

label.error {
  position: absolute;
  bottom: -23px;
  left: 0;
  width: 200px; }

.slick-arrow:before, .slick-arrow:after {
  display: none; }

body .noscroll,
html .noscroll {
  margin: 0;
  height: 100%;
  overflow: hidden;
  position: relative; }

body {
  width: 100%;
  min-height: 100vh;
  height: auto;
  background-color: #010000;
  overflow: hidden; }
  @media screen and (max-width: 1000px) {
    body {
      overflow: visible; } }
  body.scroll {
    overflow: visible; }

.slide-btn {
  display: block;
  background: transparent;
  border: none;
  font-size: 13px;
  line-height: 64px;
  height: 64px;
  color: #ffffff;
  position: absolute;
  bottom: 6.5vmin;
  right: 35px;
  font-family: "Roboto-Bold";
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .slide-btn:hover {
    cursor: pointer; }
  .slide-btn:focus {
    outline: none; }
  .slide-btn:before {
    content: "";
    width: 145px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    bottom: 5px;
    right: 18px; }
  .slide-btn:after {
    content: url("../assets/images/arrow.png");
    position: absolute;
    right: -2px;
    bottom: -32px; }
  .slide-btn:hover {
    color: #a48858; }
    .slide-btn:hover:before {
      background: #a48858; }

.fade-overlay {
  z-index: 5;
  width: 100vw;
  height: 100vh;
  background: #010000;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  pointer-events: none; }

@-webkit-keyframes disappear {
  from {
    opacity: 1;
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease; }
  to {
    opacity: 0; } }

@keyframes disappear {
  from {
    opacity: 1;
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease; }
  to {
    opacity: 0; } }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  padding: 20px 53px;
  padding-right: 35px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .header--static {
    position: static;
    padding: 20px 50px;
    background: #010000; }
  .header .logo-container {
    display: block;
    background: transparent;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-decoration: none; }
    .header .logo-container:hover {
      cursor: pointer; }
    .header .logo-container:focus {
      outline: none; }
    .header .logo-container .header__logo {
      margin-top: 15px; }
    .header .logo-container .header__date .date__slash,
    .header .logo-container .header__date .date__year {
      font-size: 38px;
      line-height: 64px;
      color: #ffffff; }
    .header .logo-container .header__date .date__slash {
      font-family: "Roboto-Light";
      color: #5d6166;
      padding-left: 20px; }
    .header .logo-container .header__date .date__year {
      font-family: "Roboto-Bold";
      padding-left: 6px; }
  .header .hamburger {
    display: block;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 12px;
    font-family: "Roboto-Black";
    display: none;
    margin: 5vmin 0;
    margin-top: 9vmin;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .header .hamburger:hover {
      cursor: pointer; }
    .header .hamburger:focus {
      outline: none; }
  .header .header__btn {
    display: block;
    background: transparent;
    border: none;
    width: 160px;
    height: 35px;
    color: #ffffff;
    font-family: "Roboto-Black";
    font-size: 13px;
    text-align: right;
    margin-top: 10px;
    border-bottom: 1px solid white;
    text-decoration: none;
    line-height: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .header .header__btn:hover {
      cursor: pointer; }
    .header .header__btn:focus {
      outline: none; }
    .header .header__btn.active {
      color: #a48858;
      border-bottom: 1px solid #a48858; }
    .header .header__btn:hover {
      color: #a48858;
      border-bottom: 1px solid #a48858; }
    .header .header__btn--wide {
      width: 255px;
      margin-right: 25px;
      position: relative;
      padding-bottom: 5px; }
      .header .header__btn--wide:after {
        content: url("../assets/images/close.png");
        position: absolute;
        right: -25px;
        bottom: -17px; }

.modal {
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: auto;
  z-index: 100;
  height: 0;
  width: 0;
  max-height: 100vh;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
  .modal.toggled {
    width: 100%;
    height: 100vh; }

.modal-btn {
  display: block;
  background: transparent;
  border: none;
  color: #ffffff;
  font-family: "Roboto-Black";
  font-size: 13px;
  text-align: right;
  margin-top: 10px;
  border-bottom: 1px solid white;
  text-decoration: none;
  line-height: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 255px;
  margin-right: 25px;
  position: relative;
  padding-bottom: 5px; }
  .modal-btn:hover {
    cursor: pointer; }
  .modal-btn:focus {
    outline: none; }
  .modal-btn:hover {
    color: #a48858;
    border-bottom: 1px solid #a48858; }
  .modal-btn:after {
    content: url("../assets/images/close.png");
    position: absolute;
    right: -25px;
    bottom: -17px; }

.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  padding: 0 70px;
  z-index: 6; }
  .sidebar.toggled {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    padding-top: 15vmin;
    padding-left: 8vmin; }
  .sidebar .main__nav .nav__list {
    padding-left: 0 !important; }
    .sidebar .main__nav .nav__list .list__item {
      position: relative;
      list-style-type: none;
      margin: 0; }
      .sidebar .main__nav .nav__list .list__item--multi {
        font-family: "Roboto-Regular";
        font-size: 13px;
        color: #a48858; }
      .sidebar .main__nav .nav__list .list__item .item__number {
        font-family: "Roboto-Regular";
        font-size: 13px;
        line-height: 70px;
        position: absolute;
        top: -17px;
        left: -21px;
        color: #b6b6b6; }
        .sidebar .main__nav .nav__list .list__item .item__number--gold {
          color: #a48858; }
      .sidebar .main__nav .nav__list .list__item .item__link {
        color: #ffffff;
        font-family: "Roboto-Black";
        font-size: 12px;
        line-height: 70px;
        text-decoration: none;
        position: relative; }
        .sidebar .main__nav .nav__list .list__item .item__link:after {
          content: '';
          width: 0;
          height: 2px;
          background: #8b97a3;
          position: absolute;
          bottom: -10px;
          left: -20px;
          -webkit-transition: width 0.6s ease;
          -o-transition: width 0.6s ease;
          transition: width 0.6s ease; }
        .sidebar .main__nav .nav__list .list__item .item__link.active.active:after {
          left: -20px;
          width: calc(100% + 20px); }
        .sidebar .main__nav .nav__list .list__item .item__link--gold {
          color: #a48858;
          font-size: 13px; }
          .sidebar .main__nav .nav__list .list__item .item__link--gold.active:after {
            left: -20px;
            width: calc(100% + 20px); }
          .sidebar .main__nav .nav__list .list__item .item__link--gold:after {
            background: #a48858;
            left: -20px; }
          .sidebar .main__nav .nav__list .list__item .item__link--gold:hover:after {
            left: -20px; }
        .sidebar .main__nav .nav__list .list__item .item__link:hover:after {
          width: calc(100% + 20px); }

.main {
  width: 100%;
  height: auto;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0; }
  .main .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100vh;
    position: relative;
    padding-left: 44%;
    overflow-y: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .main .section--top {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-left: 49.5%;
      padding-top: 16vmin; }
      @media screen and (max-width: 1725px) {
        .main .section--top {
          padding-left: 45%; } }
    .main .section.contact {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .main .section.vote {
      padding-top: 0;
      padding-bottom: 0; }
      .main .section.vote--left {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .main .section.error {
      min-height: 90vh;
      padding-top: 140px; }
      @media screen and (max-width: 550px) {
        .main .section.error {
          min-height: 75vh; } }
    .main .section .section__video {
      position: absolute;
      right: 0;
      top: 0;
      min-width: 100vw;
      min-height: 100vh;
      z-index: -1; }
  .main--popup {
    background: #010000; }
  .main--error {
    min-height: 90vh; }
    @media screen and (max-width: 550px) {
      .main--error {
        min-height: 85vh; } }

.home .home__content {
  min-height: 100vh;
  position: relative;
  padding: 0 48px;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .home .home__content .home__heading {
    width: 435px;
    color: #ffffff;
    font-size: 65px;
    line-height: 68px;
    font-weight: normal;
    font-family: "Roboto-Black";
    margin-top: -28px; }
  .home .home__content .home__text {
    font-family: "Roboto-Regular";
    font-size: 16px;
    line-height: 28px;
    color: #b6b6b6;
    width: 80%;
    padding-top: 40px; }

.plebiscite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 50px; }
  .plebiscite .plebiscite__content {
    width: 85%;
    height: 55%;
    overflow: auto;
    padding-left: 48px;
    padding-right: 10px;
    scrollbar-face-color: #a48858;
    scrollbar-track-color: #a48858;
    font-size: 16px;
    line-height: 28px;
    font-family: "Roboto-Regular";
    color: #ffffff;
    margin-bottom: 25px; }
    .plebiscite .plebiscite__content:focus {
      outline: none; }
    .plebiscite .plebiscite__content p {
      font-size: 16px;
      line-height: 28px;
      font-family: "Roboto-Regular";
      color: #ffffff;
      margin-bottom: 25px; }

.schedule {
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh; }
  .schedule .schedule__content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 6vmin;
    padding-left: 22vmin;
    padding-right: 9vmin; }
    .schedule .schedule__content .stage {
      width: 100%;
      height: 65px;
      margin: 3.7vmin 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .schedule .schedule__content .stage .stage__number {
        height: 65px;
        width: 85px;
        background: #a48858;
        font-family: "Roboto-Bold";
        font-size: 30px;
        color: #ffffff;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .schedule .schedule__content .stage .stage__number:after {
          content: "";
          width: 25px;
          height: 1px;
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0;
          background: #ffffff;
          right: -50px; }
      .schedule .schedule__content .stage .stage-container {
        width: calc(100% - 85px);
        padding-left: 80px; }
        .schedule .schedule__content .stage .stage-container .stage__date {
          color: #ffffff;
          font-family: "Roboto-Black";
          font-size: 15px;
          color: #ffffff;
          line-height: 24px; }
          .schedule .schedule__content .stage .stage-container .stage__date .date__regular {
            font-family: "Roboto-Regular"; }
        .schedule .schedule__content .stage .stage-container .stage__desc {
          font-family: "Roboto-Regular";
          font-size: 16px;
          color: #b6b6b6;
          line-height: 28px; }
    .schedule .schedule__content .schedule__nav {
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 35px; }
      .schedule .schedule__content .schedule__nav--mobile {
        display: none; }
      .schedule .schedule__content .schedule__nav--desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .schedule .schedule__content .schedule__nav .nav__btn {
        display: block;
        background: transparent;
        border: none;
        width: 205px;
        padding: 16px;
        font-family: "Roboto-Medium";
        font-size: 12px;
        color: #ffffff;
        border: 1px solid #ffffff;
        border-radius: 3px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .schedule .schedule__content .schedule__nav .nav__btn:hover {
          cursor: pointer; }
        .schedule .schedule__content .schedule__nav .nav__btn:focus {
          outline: none; }
        .schedule .schedule__content .schedule__nav .nav__btn:hover {
          border: 1px solid #a48858;
          color: #a48858; }

.terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  background-size: cover;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px; }
  .terms .terms__content {
    width: 85%;
    height: 55%;
    overflow: auto;
    padding-left: 48px;
    padding-right: 10px;
    font-family: "Roboto-Bold";
    color: #ffffff;
    font-size: 16px; }
    .terms .terms__content:focus {
      outline: none; }
    .terms .terms__content p {
      font-family: "Roboto-Bold";
      margin: 20px 0;
      color: #ffffff; }
    .terms .terms__content ol {
      font-size: 16px;
      line-height: 28px;
      font-family: "Roboto-Regular";
      color: #ffffff; }
  .terms__link {
    margin-top: 10px;
    font-family: "Roboto-Bold"; }

.vote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  background: url("../assets/images/schedule_bg.jpg");
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px; }
  .vote .vote__content {
    width: 900px;
    height: auto;
    z-index: 0; }
    .vote .vote__content .vote-tab {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0px 15px;
      margin-bottom: 70px; }
      .vote .vote__content .vote-tab--form {
        padding: 0px 20px; }
        @media screen and (max-width: 1300px) {
          .vote .vote__content .vote-tab--form {
            margin-bottom: 0 !important; } }
        @media screen and (max-width: 992px) {
          .vote .vote__content .vote-tab--form {
            margin-left: 10px; } }
        .vote .vote__content .vote-tab--form:hover .cat-data {
          cursor: auto; }
    .vote .vote__content .vote-slick .slick-prev {
      left: -50px; }
    .vote .vote__content .vote-slick .slick-next {
      right: -50px; }
    .vote .vote__content .vote-slick .vote__slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .vote .vote__content .vote-slick .vote__slide:focus {
        outline: none; }

.event {
  width: 260px;
  height: 180px;
  position: relative;
  margin: 20px;
  border-radius: 3px; }
  .event:hover {
    cursor: pointer; }
  .event .checkbox-container {
    position: absolute;
    cursor: pointer;
    width: 36px;
    height: 36px;
    top: -20px;
    left: -10px;
    background: #555a60;
    border-radius: 4px; }
    .event .checkbox-container:after {
      content: "";
      position: absolute;
      width: 13px;
      height: 5px;
      background: transparent;
      top: 11px;
      left: 9px;
      border: 4px solid #ffffff;
      border-top: none;
      border-right: none;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .event .checkbox-container.checked {
      opacity: 1;
      background: #55b479; }
  .event .event__image {
    width: 100%; }
  .event .event__title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75px;
    background: #373635;
    padding: 12px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .event .event__title p {
      color: #ffffff;
      font-family: "Roboto-Medium";
      font-size: 14px;
      line-height: 22px; }

.slick-container {
  position: relative; }

.submit-container {
  position: absolute;
  bottom: 80px;
  right: 0;
  margin: 20px;
  z-index: 1; }

.vote-heading {
  font-size: 15px;
  color: #ffffff;
  font-family: "Roboto-Black";
  padding: 10px 0;
  text-align: center;
  margin-bottom: 40px; }

.voting-result {
  font-family: "Roboto-Medium";
  font-size: 12px;
  margin: 30px 0;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1px; }

.tab-btn {
  display: block;
  background: transparent;
  border: none;
  width: 33%; }
  .tab-btn:hover {
    cursor: pointer; }
  .tab-btn:focus {
    outline: none; }
  .tab-btn.active .cat-data {
    position: relative; }
    .tab-btn.active .cat-data--dark {
      background: #a48858; }
      .tab-btn.active .cat-data--dark .cat-name {
        color: #ffffff; }
  .tab-btn.hidden {
    display: none; }

.tab-btn--form {
  display: block;
  background: transparent;
  border: none;
  width: 33%;
  position: relative; }
  .tab-btn--form:hover {
    cursor: pointer; }
  .tab-btn--form:focus {
    outline: none; }
  .tab-btn--form:nth-child(2) {
    left: 20px; }
  .tab-btn--form:nth-child(3) {
    left: 30px; }

.contact {
  background: #010000;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .contact .contact__content {
    padding-right: 10vmin; }
    .contact .contact__content .form-container {
      color: #ffffff;
      position: relative; }
      .contact .contact__content .form-container .form__heading {
        font-size: 15px;
        font-family: "Roboto-Black";
        color: #ffffff;
        text-align: center;
        margin: 5vmin 0;
        text-transform: uppercase; }
      .contact .contact__content .form-container .contact__form {
        display: grid;
        grid-template-rows: 60px 60px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 25px;
        grid-template-areas: "a c" "b c" "d e"; }
        .contact .contact__content .form-container .contact__form .name {
          grid-area: a; }
        .contact .contact__content .form-container .contact__form .email {
          grid-area: b; }
        .contact .contact__content .form-container .contact__form .message {
          grid-area: c; }
        .contact .contact__content .form-container .contact__form .required,
        .contact .contact__content .form-container .contact__form .submit {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%;
          color: #9f9f9f;
          font-size: 13px;
          font-family: "Roboto-Regular"; }
        .contact .contact__content .form-container .contact__form .required {
          grid-area: d; }
          .contact .contact__content .form-container .contact__form .required .alert {
            position: relative; }
            .contact .contact__content .form-container .contact__form .required .alert:before {
              content: "*";
              color: #ffffff;
              font-size: 16px;
              position: absolute;
              left: -15px;
              top: 0; }
        .contact .contact__content .form-container .contact__form .submit {
          grid-area: e; }
    .contact .contact__content .partners {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 10vmin;
      border-top: 1px solid #303030;
      padding-top: 5vmin; }
      .contact .contact__content .partners--bottom {
        margin-top: 0;
        border-top: 1px solid transparent;
        padding-top: 0; }
      .contact .contact__content .partners .partner-container {
        margin-bottom: 2.5vmin; }
        .contact .contact__content .partners .partner-container .partner__group-title {
          width: 100%;
          color: #ffffff;
          margin-bottom: 15px;
          font-size: 13px;
          color: #989898;
          font-family: "Roboto-Medium"; }
        .contact .contact__content .partners .partner-container .logos {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: baseline;
              -ms-flex-align: baseline;
                  align-items: baseline;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .contact .contact__content .partners .partner-container .logos div {
            height: 60px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-right: 35px; }

.form__label {
  width: 100%;
  color: #9f9f9f;
  font-size: 13px;
  font-family: "Roboto-Regular";
  position: relative; }
  .form__label--required {
    position: relative; }
    .form__label--required:before {
      content: "*";
      color: #ffffff;
      font-size: 16px;
      position: absolute;
      left: -15px;
      top: 37px; }
  .form__label .form__input {
    width: 100%;
    height: 35px;
    border: 1px solid #555a60;
    background: #2b2a29;
    border-radius: 4px;
    color: #ffffff;
    font-size: 12px;
    font-family: "Roboto-Regular";
    padding: 0 16px;
    margin-top: 10px;
    resize: none; }
    .form__label .form__input.textarea {
      padding: 16px;
      height: 120px; }
  .form__label .form__submit {
    display: block;
    background: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #a48858;
    color: #ffffff;
    font-family: "Roboto-Black";
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 2px;
    width: 200px;
    height: 44px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .form__label .form__submit:hover {
      cursor: pointer; }
    .form__label .form__submit:focus {
      outline: none; }
    .form__label .form__submit--register {
      position: relative; }
    .form__label .form__submit:hover {
      color: #a48858;
      background: #ffffff; }
    .form__label .form__submit.disabled {
      opacity: 0.6;
      cursor: auto; }
      .form__label .form__submit.disabled:hover {
        color: #ffffff;
        background: #a48858; }

.laureate {
  padding-right: 15vmin;
  background: url("../assets/images/schedule_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  .laureate .laureate__slider {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .laureate .laureate__slider .slick-slide:focus {
      outline: none; }
    .laureate .laureate__slider .slick-slide:hover {
      cursor: pointer; }
    .laureate .laureate__slider .slick-prev,
    .laureate .laureate__slider .slick-next {
      z-index: 2;
      height: 40px; }
    .laureate .laureate__slider .slick-prev {
      left: -70px; }
    .laureate .laureate__slider .slick-next {
      right: -70px; }

.laureate__content {
  display: grid;
  grid-template-rows: repeat(3, 150px);
  grid-row-gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding-top: 50px; }

.laureate-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  overflow: auto; }
  .laureate-item:hidden {
    display: none; }

.laureate-summary {
  cursor: pointer; }
  .laureate-summary .cat-data:hover {
    cursor: pointer; }

.cat-data {
  display: block;
  background: transparent;
  border: none;
  width: 30%;
  position: relative;
  width: 85px;
  height: 65px;
  background: #a48858;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto-Medium"; }
  .cat-data:hover {
    cursor: pointer; }
  .cat-data:focus {
    outline: none; }
  .cat-data .cat-icon {
    max-width: 25px;
    max-height: 25px; }
  .cat-data .cat-name {
    position: absolute;
    left: 75px;
    color: #ffffff;
    font-size: 14px;
    width: 200px;
    text-align: left;
    top: 22px; }
  .cat-data--dark {
    background: #2b2a29;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .cat-data--dark .cat-name {
      color: #9f9f9f; }

.item-text {
  width: 70%;
  font-family: "Roboto-Medium";
  font-size: 15px;
  color: #ffffff;
  line-height: 24px;
  padding-left: 5vmin; }

.item-cat {
  width: 30%;
  position: relative; }

.slick-current .year {
  background: #a48858;
  color: #ffffff; }

.year {
  width: 85px;
  margin: 0 auto;
  background: #2b2a29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 64px;
  font-family: "Roboto-Medium";
  color: #888888;
  -webkit-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease; }
  .year:hover {
    background: #51432b; }

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5vmin 0; }
  .footer__text {
    color: #ffffff;
    font-size: 13px;
    font-family: "Roboto-Regular"; }
    .footer__text--gold {
      color: #a48858; }
  .footer--bottom {
    padding-right: 4vmin;
    height: 10vh;
    background: black;
    padding-left: 44%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 1350px) {
      .footer--bottom {
        padding-left: 4vmin; } }
    @media screen and (max-width: 550px) {
      .footer--bottom {
        height: 25vh;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-bottom: 10vmin; } }

.error,
.success-text,
.error-text {
  font-family: "Roboto-Medium"; }

.error {
  color: #df3c3c; }
  .error--absolute {
    position: absolute;
    left: -35px;
    top: 30px;
    width: 200px; }

.error-text,
.success-text {
  position: relative;
  display: none;
  position: absolute;
  bottom: -50px;
  left: 0; }

.error-text {
  color: #df3c3c; }

.success-text {
  color: #55b479; }

.checkbox {
  margin-left: 35px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .checkbox--to-right {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .checkbox--to-right {
        margin-left: auto; } }
  .checkbox--vote {
    margin-bottom: 15px;
    margin-top: 25px; }
  .checkbox input[type="checkbox"]:checked + #captcha-error {
    border: 1px solid #555a60 !important; }
  .checkbox input[type="checkbox"]:checked + label:after {
    opacity: 1; }
  .checkbox input[type="checkbox"] + label {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -3px;
    left: -35px;
    background: #2b2a29;
    border: 1px solid #555a60 !important;
    border-radius: 3px;
    display: block !important; }
    .checkbox input[type="checkbox"] + label:after {
      opacity: 0.2;
      content: "";
      position: absolute;
      width: 9px;
      height: 4px;
      background: transparent;
      top: 7px;
      left: 6px;
      border: 3px solid #ffffff;
      border-top: none;
      border-right: none;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.project {
  background: #010000;
  padding: 10vmin 0;
  padding-top: 20vmin;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .project .project__content {
    padding-right: 30vmin;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .project .project__content--wide {
      padding-right: 10vmin; }
    .project .project__content .form-steps {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 4vmin; }
      .project .project__content .form-steps .step {
        width: 33%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #b6b6b6;
        text-decoration: none;
        font-size: 14px;
        font-family: "Roboto-Medium"; }
        .project .project__content .form-steps .step:nth-of-type(2) {
          position: relative;
          left: 22px; }
        .project .project__content .form-steps .step:nth-of-type(3) {
          position: relative;
          left: 14px; }
        .project .project__content .form-steps .step.active .step__number {
          background: #a48858;
          color: #ffffff; }
        .project .project__content .form-steps .step.active .step__text {
          color: #ffffff; }
        .project .project__content .form-steps .step .step__number {
          color: #a48858;
          font-size: 30px;
          font-family: "Roboto-Bold";
          background: #2b2a29;
          -webkit-transition: all 0.6s ease;
          -o-transition: all 0.6s ease;
          transition: all 0.6s ease;
          padding: 51px 33px; }
        .project .project__content .form-steps .step .step__text {
          margin-left: -15px;
          text-align: left; }
    .project .project__content .project__heading, .project .project__content .project__text {
      color: #ffffff;
      font-family: "Roboto-Regular"; }
    .project .project__content .project__heading {
      font-size: 24px; }
      .project .project__content .project__heading--center {
        text-align: center; }
    .project .project__content .project__text {
      font-size: 16px;
      line-height: 28px;
      margin-top: 10vmin; }
    .project .project__content .project__btn {
      display: block;
      font-size: 16px;
      line-height: 64px;
      width: 300px;
      background: #a48858;
      font-family: "Roboto-Medium";
      text-align: center;
      margin: 10vmin auto;
      text-decoration: none;
      color: #ffffff;
      text-transform: uppercase;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      border: 4px solid transparent;
      margin-bottom: 0; }
      .project .project__content .project__btn:hover {
        cursor: pointer;
        background: #ffffff;
        border: 4px solid #a48858;
        color: #a48858; }

@media screen and (max-width: 1325px) {
  .project .project__content {
    padding-right: 10vmin; } }

@media screen and (max-width: 1000px) {
  .project .project__content {
    padding-right: 10vmin; }
    .project .project__content--home {
      padding-top: 270px; }
    .project .project__content--wide {
      padding-top: 130px;
      padding-right: 0; } }

@media screen and (max-width: 768px) {
  .project .project__content {
    padding-right: 0; }
    .project .project__content--register {
      margin-top: 20vh; }
    .project .project__content--wide {
      padding-right: 0;
      height: 100%; } }

@media screen and (max-width: 550px) {
  .project {
    padding-bottom: 5vmin; }
    .project .project__content {
      padding-top: 30px;
      padding-bottom: 5vmin; }
      .project .project__content--home {
        padding-top: 30px; }
      .project .project__content .form-steps {
        margin-bottom: 30px; }
        .project .project__content .form-steps .step__text {
          position: absolute;
          width: calc(100% - 115px);
          left: 115px; }
        .project .project__content .form-steps .step:nth-of-type(2) {
          left: 0; }
        .project .project__content .form-steps .step:nth-of-type(3) {
          left: 0; }
        .project .project__content .form-steps--first .step:nth-of-type(2), .project .project__content .form-steps--first .step:nth-of-type(3) {
          display: none; }
        .project .project__content .form-steps--second .step:nth-of-type(1), .project .project__content .form-steps--second .step:nth-of-type(3) {
          display: none; }
        .project .project__content .form-steps--third .step:nth-of-type(1), .project .project__content .form-steps--third .step:nth-of-type(2) {
          display: none; }
        .project .project__content .form-steps .nav__btn {
          width: 50px;
          height: 50px;
          pointer-events: none; }
          .project .project__content .form-steps .nav__btn .btn__number {
            padding: 15px 35px;
            background: #a48858;
            color: #ffffff; }
          .project .project__content .form-steps .nav__btn .btn__text {
            color: #ffffff; }
          .project .project__content .form-steps .nav__btn:nth-of-type(2), .project .project__content .form-steps .nav__btn:nth-of-type(3) {
            position: relative;
            left: 0; }
      .project .project__content .project__btn {
        width: 100%; } }

.no-spinners {
  -moz-appearance: textfield; }

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.form__btn {
  background: #a48858;
  color: #ffffff;
  font-family: "Roboto-Black";
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  border: none;
  border-radius: 1px;
  margin: 15px 0;
  grid-column: 7 / span 3;
  min-height: 45px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .form__btn--vote {
    margin-left: 20px;
    margin-top: 40px; }
  .form__btn--nogrid {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    border-radius: 2px;
    text-align: center; }
  .form__btn:hover {
    cursor: pointer;
    color: #a48858;
    background: #ffffff; }

.form {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: 65px 65px 65px;
  grid-template-areas: "event event event event event event event event event" "cat cat date-from date-from date-to date-to place place place" "org org org org org org place place place";
  grid-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form .buttons-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .form .input-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 5px auto; }
    .form .input-container label {
      width: 20%; }
    .form .input-container input {
      width: 100%;
      height: 35px;
      border: 1px solid #555a60;
      background: #2b2a29;
      border-radius: 4px;
      color: #ffffff;
      font-size: 12px;
      font-family: "Roboto-Regular";
      padding: 0 16px;
      margin-top: 10px;
      resize: none;
      width: 80%; }
  .form .form__label {
    width: 100%;
    color: #9f9f9f;
    font-size: 13px;
    font-family: "Roboto-Regular";
    position: relative; }
    .form .form__label--file {
      width: auto; }
    .form .form__label .form__input {
      width: 100%;
      height: 35px;
      border: 1px solid #555a60;
      background: #2b2a29;
      border-radius: 4px;
      color: #ffffff;
      font-size: 12px;
      font-family: "Roboto-Regular";
      padding: 0 16px;
      margin-top: 10px;
      resize: none; }
      .form .form__label .form__input.textarea {
        padding: 16px;
        height: 190px;
        min-height: 190px; }
        .form .form__label .form__input.textarea--step1 {
          height: 130px;
          min-height: 130px; }
    .form .form__label.event {
      margin: 110px 0 0; }
      .form .form__label.event .error {
        margin-bottom: 110px; }
  .form .form__file-btn {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
  .form .files-info {
    color: #4992ff;
    font-size: 13px;
    font-family: "Roboto-Regular";
    position: relative;
    margin-top: 12px; }
  .form .form__filelabel {
    font-size: 1.25em;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    width: 200px;
    font-family: "Roboto-Medium";
    font-size: 12px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    height: 45px;
    background: transparent;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    position: relative;
    padding-left: 20px;
    margin-top: 16px; }
    .form .form__filelabel:before {
      content: url("../assets/images/upload-icon.png");
      position: absolute;
      left: 21px;
      top: 6px; }
    .form .form__filelabel:hover {
      border: 1px solid #a48858;
      color: #a48858; }
      .form .form__filelabel:hover:before {
        content: url("../assets/images/upload-icon-gold.png"); }
  .form--step2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .form--step2 .form__label {
      margin: 15px 0; }
      .form--step2 .form__label .form__input.textarea {
        height: auto; }
  .form--step3 {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 60px 60px 60px 60px 1fr;
    grid-template-areas: "name1 name1 name1 name1 name1 name1 inst inst inst inst inst inst" "mail mail mail mail phone phone phone phone fax fax fax fax" "addr addr addr addr addr addr addr addr addr addr addr addr" "addr2 addr2 addr2 addr2 addr2 addr2 addr2 addr2 addr2 addr2 addr2 addr2" "file file file file file file file file file file file file" "sc sc sc sc sc sc sc sc sc sc sc sc";
    grid-gap: 22px;
    grid-column-gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

.event {
  grid-area: event; }

.cat {
  grid-area: cat; }

.sc {
  grid-area: sc; }

.date-from {
  grid-area: date-from; }

.date-to {
  grid-area: date-to; }

.place {
  grid-area: place; }

.org {
  grid-area: org; }

.name1 {
  grid-area: name1; }

.inst {
  grid-area: inst; }

.mail {
  grid-area: mail; }

.phone {
  grid-area: phone; }

.fax {
  grid-area: fax; }

.addr {
  grid-area: addr; }

.addr2 {
  grid-area: addr2; }

.file {
  grid-area: file;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .file .file-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .file .file-container label.error {
      bottom: -23px;
      font-size: 0.8em; }
    .file .file-container .uploaded-files {
      width: 200px;
      height: 150px;
      margin: 0 47px;
      overflow: auto; }
      .file .file-container .uploaded-files .file__action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-bottom: 18px; }
        .file .file-container .uploaded-files .file__action .file__icon {
          margin-right: 10px; }
        .file .file-container .uploaded-files .file__action .file__name {
          font-family: "Roboto-Medium";
          font-size: 13px;
          color: #9f9f9f; }
        .file .file-container .uploaded-files .file__action .file__remove-btn {
          display: block;
          background: transparent;
          border: none;
          margin-left: 25px;
          position: relative;
          height: 10px;
          margin-left: 37px; }
          .file .file-container .uploaded-files .file__action .file__remove-btn:hover {
            cursor: pointer; }
          .file .file-container .uploaded-files .file__action .file__remove-btn:focus {
            outline: none; }
          .file .file-container .uploaded-files .file__action .file__remove-btn:before {
            content: "";
            width: 2px;
            height: 16px;
            position: absolute;
            left: -20px;
            background: #9f9f9f;
            top: 0;
            -webkit-transform: rotate(15deg);
                -ms-transform: rotate(15deg);
                    transform: rotate(15deg); }

.form__submit {
  display: block;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #a48858;
  color: #ffffff;
  font-family: "Roboto-Black";
  font-size: 12px;
  letter-spacing: 1px;
  border-radius: 2px;
  width: 200px;
  height: 44px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .form__submit:hover {
    cursor: pointer; }
  .form__submit:focus {
    outline: none; }
  .form__submit--register {
    position: relative; }
  .form__submit:hover {
    color: #a48858;
    background: #ffffff; }
  .form__submit.disabled {
    opacity: 0.6;
    cursor: auto; }
    .form__submit.disabled:hover {
      color: #ffffff;
      background: #a48858; }

@media screen and (max-width: 1325px) {
  .form {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 60px 60px 60px 1fr 45px;
    grid-template-areas: "event event event" "cat date-from date-to" "org org org" "place place place" "btn btn btn"; }
    .form .btn {
      grid-column: 3; }
    .form--step3 {
      position: relative;
      grid-template-columns: repeat(12, 1fr);
      grid-template-rows: 60px 60px 60px 60px 4fr;
      grid-template-areas: "name1 name1 name1 name1 name1 name1 inst inst inst inst inst inst" "mail mail mail mail phone phone phone phone fax fax fax fax" "addr addr addr addr addr addr addr addr addr addr addr addr" "addr2 addr2 addr2 addr2 addr2 addr2 addr2 addr2 addr2 addr2 addr2 addr2" "file file file file file file file file file file file file"; }
      .form--step3 .file {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .form--step3 .file .file-container {
          width: 100%; }
          .form--step3 .file .file-container .uploaded-files {
            width: 100%; } }

@media screen and (max-width: 950px) {
  .form .form__submit {
    position: relative; }
  .form .file .file-container {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .form .file .file-container .uploaded-files {
      width: 50%;
      margin: 0; } }

@media screen and (max-width: 550px) {
  .form {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 60px) 1fr;
    grid-template-areas: "event" "cat" "date-from" "date-to" "org" "place" "btn";
    grid-row-gap: 30px; }
    .form .btn {
      grid-column: auto; }
    .form--step3 {
      grid-template-columns: 1fr;
      grid-template-rows: repeat(7, 1fr) 4fr;
      grid-row-gap: 15px;
      grid-template-areas: "name1" "inst" "mail" "phone" "fax" "addr" "addr2" "file"; }
      .form--step3 .file {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .form--step3 .file .file-container {
          width: 100%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .form--step3 .file .file-container .uploaded-files {
            width: 100%;
            margin: 30px 0; }
    .form .form__btn--nogrid {
      width: 40%;
      border-radius: 2px; }
    .form .form__submit {
      width: 40%;
      right: auto;
      bottom: auto; }
    .form .form__filelabel {
      width: 100%; }
    .form .input-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      margin: 5px auto; }
      .form .input-container label {
        width: 100%;
        margin: 5px 0; }
      .form .input-container input {
        width: 100%;
        height: 35px;
        border: 1px solid #555a60;
        background: #2b2a29;
        border-radius: 4px;
        color: #ffffff;
        font-size: 12px;
        font-family: "Roboto-Regular";
        padding: 0 16px;
        margin-top: 10px;
        resize: none;
        width: 100%; }
      .form .input-container:nth-of-type(2) {
        margin-bottom: 20px; } }

.add-file-btn-container {
  width: 100%;
  position: relative !important; }

.choices {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 700px) {
    .choices {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.vote-form {
  width: 100%; }

.input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media screen and (max-width: 1300px) {
    .input-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media screen and (max-width: 700px) {
    .input-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .input-container input {
        width: 50%;
        min-width: 200px; } }
  @media screen and (max-width: 550px) {
    .input-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.confirm-vote .input-container {
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal; }
  .confirm-vote .input-container input[type=submit] {
    margin-left: 25px;
    height: 40px; }
  @media screen and (max-width: 1300px) {
    .confirm-vote .input-container {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .confirm-vote .input-container input[type=submit] {
        margin-left: 0;
        height: 44px; } }

.form-container {
  padding: 0 20px;
  width: 100%; }
  @media screen and (max-width: 1300px) {
    .form-container {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding-bottom: 20px; } }
  @media screen and (max-width: 700px) {
    .form-container {
      width: 100%; } }

.choice-container {
  margin-bottom: 50px; }
  @media screen and (max-width: 1300px) {
    .choice-container {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media screen and (max-width: 700px) {
    .choice-container {
      margin-bottom: 50px;
      width: 100%; } }

.form-label--short {
  width: 50%;
  display: block;
  margin-top: 20px; }
  @media screen and (max-width: 1300px) {
    .form-label--short {
      width: 100%;
      margin-bottom: 40px; } }
  @media screen and (max-width: 700px) {
    .form-label--short {
      width: 50%;
      margin-bottom: 0;
      margin-right: 20px; } }
  @media screen and (max-width: 550px) {
    .form-label--short {
      width: 100%;
      margin-bottom: 20px; } }

.terms-of-use {
  font-family: "Roboto-Medium";
  font-size: 14px;
  color: #ffffff; }

.error-container {
  background: #010000;
  padding: 5vmin;
  position: relative; }
  .error-container .error__content .error__heading, .error-container .error__content .error__subheading {
    color: #ffffff; }
  .error-container .error__content .error__heading {
    font-family: "Roboto-Black";
    font-size: 7vmin; }
    @media screen and (max-width: 550px) {
      .error-container .error__content .error__heading {
        font-size: 15vmin; } }
  .error-container .error__content .error__subheading {
    font-family: "Roboto-Bold";
    font-size: 4vmin; }
    @media screen and (max-width: 550px) {
      .error-container .error__content .error__subheading {
        font-size: 8vmin;
        margin-bottom: 10vmin; } }
  .error-container .error__content .error__text {
    font-size: 16px;
    line-height: 28px;
    font-family: "Roboto-Regular";
    color: #ffffff;
    margin-top: 1vmin;
    position: relative; }
    @media screen and (max-width: 550px) {
      .error-container .error__content .error__text {
        font-size: 16px; } }
    .error-container .error__content .error__text--arrow:after {
      content: url("../../assets/images/arrow-404.png");
      position: absolute;
      left: -300px;
      top: -250px;
      opacity: 0.5; }
    @media screen and (max-width: 1350px) {
      .error-container .error__content .error__text--arrow:after {
        display: none; } }

.error-link {
  color: #a48858;
  text-decoration: none;
  font-family: "Roboto-Bold";
  position: relative; }
  .error-link:after {
    content: '';
    width: 0;
    height: 2px;
    background: #8b97a3;
    position: absolute;
    bottom: -10px;
    left: -20px;
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
    left: 0;
    background: #a48858; }
  .error-link:hover:after {
    width: 100%; }

.popup {
  background: #010000;
  padding: 50px;
  padding-top: 0;
  min-height: 100vh;
  overflow-x: hidden; }
  .popup__header {
    background: #1b1817; }
  .popup__content {
    background: #ffffff;
    height: 100%;
    padding: 10vmin 25vmin;
    position: relative; }
  .popup .popup__content {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    font-family: "Roboto-Regular";
    color: #414141;
    padding-bottom: 15px; }
    .popup .popup__content a {
      text-decoration: none;
      color: #8b97a3; }
      .popup .popup__content a:hover {
        color: #6f8192; }
    .popup .popup__content h2 {
      font-family: "Roboto-Medium";
      font-size: 22px;
      line-height: 35px;
      margin-bottom: 50px;
      color: #414141; }
    .popup .popup__content p, .popup .popup__content ol, .popup .popup__content li {
      font-size: 16px;
      line-height: 28px;
      font-family: "Roboto-Regular";
      color: #414141;
      padding-bottom: 15px; }
      .popup .popup__content p a, .popup .popup__content ol a, .popup .popup__content li a {
        text-decoration: none;
        color: #8b97a3; }
        .popup .popup__content p a:hover, .popup .popup__content ol a:hover, .popup .popup__content li a:hover {
          color: #6f8192; }

.popup-category {
  font-family: "Roboto-Medium";
  font-size: 12px;
  color: #9f9f9f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.category {
  position: relative;
  width: 85px;
  height: 65px;
  background: #a48858;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  font-size: 22px;
  color: #ffffff;
  font-family: "Roboto-Bold"; }
  .category .category__image {
    max-width: 25px;
    max-height: 25px; }
  .category .category__name {
    position: absolute;
    left: 70px;
    color: #ffffff;
    font-size: 14px; }

.heading {
  width: 100%;
  padding: 60px;
  color: #ffffff;
  font-size: 30px;
  font-family: "Roboto-Medium";
  text-align: center; }

.organiser {
  font-family: "Roboto-Bold";
  font-size: 14px;
  color: #010000;
  margin-bottom: 50px; }
  .organiser .organiser__prefix {
    color: #8d9092;
    font-size: 12px;
    margin-right: 15px;
    font-family: "Roboto-Medium"; }

.popup-nav-btn {
  font-size: 14px;
  color: #010000;
  font-family: "Roboto-Medium";
  position: fixed;
  display: block;
  background: transparent;
  border: none;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .popup-nav-btn:hover {
    cursor: pointer; }
  .popup-nav-btn:focus {
    outline: none; }
  .popup-nav-btn.toggled {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .popup-nav-btn img {
    display: block;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-bottom: 30px; }
  .popup-nav-btn:hover span {
    color: #a48858; }
  .popup-nav-btn span {
    margin: 10px auto;
    position: relative; }
    .popup-nav-btn span:after {
      content: "";
      width: 100%;
      height: 1px;
      background: #e4e4e4;
      position: absolute;
      bottom: -5px;
      left: 0;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .popup-nav-btn--prev, .popup-nav-btn--next {
    top: 50vh;
    width: 300px;
    height: 100px; }
  .popup-nav-btn--prev {
    left: -100px; }
  .popup-nav-btn--next {
    right: -75px; }
  .popup-nav-btn--reverse img {
    margin-top: 30px;
    margin-bottom: 0; }
  .popup-nav-btn--reverse span:after {
    top: -5px;
    left: 0; }

.gallery {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, 260px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column-gap: 70px;
  grid-row-gap: 5vmin;
  margin: 60px auto; }
  .gallery .gallery__item {
    width: 260px;
    height: 180px;
    overflow: hidden;
    -ms-flex-item-align: center;
        align-self: center;
    justify-self: center;
    border-radius: 3px;
    position: relative; }
    .gallery .gallery__item:after {
      content: "";
      width: 100%;
      height: 100%;
      background: #555a60;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0.5;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      pointer-events: none; }
    .gallery .gallery__item:hover {
      cursor: pointer; }
      .gallery .gallery__item:hover:after {
        opacity: 0; }
      .gallery .gallery__item:hover img {
        -webkit-transform: scale(1.3);
            -ms-transform: scale(1.3);
                transform: scale(1.3); }

.item__image {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  max-width: 300px;
  max-height: 250px;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 1350px) {
  .popup__content {
    padding: 100px; }
  .header .popup-category {
    -ms-flex-item-align: end;
        align-self: flex-end;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .header .header__btn--wide {
    width: 200px;
    margin-right: 0;
    border-bottom: none;
    position: relative; }
    .header .header__btn--wide:before {
      content: "";
      width: calc(100% - 20px);
      height: 1px;
      background: #ffffff;
      position: absolute;
      right: 25px;
      bottom: 0; }
    .header .header__btn--wide:after {
      right: 0; }
  .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .gallery .gallery__item {
      margin: 1vmin auto; } }

@media screen and (max-width: 1050px) {
  .year {
    width: 90%;
    margin: 0 5px; } }

@media screen and (max-width: 768px) {
  .popup .popup__content {
    padding-bottom: 200px; }
  .header .popup-category {
    -ms-flex-item-align: end;
        align-self: flex-end;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .header .header__btn--wide {
    width: 200px;
    margin-right: 0;
    border-bottom: none;
    position: relative; }
    .header .header__btn--wide:before {
      content: "";
      width: calc(100% - 20px);
      height: 1px;
      background: #ffffff;
      position: absolute;
      right: 25px;
      bottom: 0; }
    .header .header__btn--wide:after {
      right: 0; }
  .gallery .gallery__item {
    margin: 1vmin auto; }
  .heading {
    font-size: 20px;
    line-height: 22px;
    padding: 40px; }
  .popup__content {
    padding: 7vmin 50px;
    font-size: 14px;
    line-height: 28px; }
  .popup-heading {
    font-size: 16px;
    line-height: 26px; }
  .popup-text {
    font-size: 14px;
    line-height: 28px; }
  .organiser .organiser__prefix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .gallery .gallery__item {
      margin: 1vmin auto; }
  .popup-nav-btn {
    position: fixed;
    width: 150px; }
    .popup-nav-btn img {
      margin-bottom: 10px; }
    .popup-nav-btn--reverse img {
      margin-top: 10px; }
    .popup-nav-btn--prev, .popup-nav-btn--next {
      bottom: 30vh;
      top: auto; }
    .popup-nav-btn--prev {
      left: -20px; }
    .popup-nav-btn--next {
      right: -15px;
      -moz-right: -15px; } }

@media screen and (max-width: 650px) {
  .header {
    background: #010000; }
    .header .logo-container {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .header .popup-category {
      position: static;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      -ms-flex-item-align: center;
          align-self: center;
      margin: 0 auto; }
  .popup {
    padding: 30px; }
    .popup .popup__content {
      padding: 7vmin 20px;
      padding-bottom: 200px;
      font-size: 12px;
      line-height: 20px; }
  .heading {
    padding: 30px 10px;
    font-size: 18px; }
  .organiser {
    margin-bottom: 25px; }
  .popup-heading {
    font-size: 14px;
    line-height: 21px; }
  .popup-text {
    font-size: 12px;
    line-height: 20px; }
  .popup-nav-btn {
    height: 150px;
    position: absolute;
    bottom: 15px; }
    .popup-nav-btn img {
      display: none; }
    .popup-nav-btn--prev {
      left: 15px; }
    .popup-nav-btn--next {
      right: -115px; }
  .gallery .gallery__item {
    margin: 3vmin auto;
    width: 220px;
    height: 160px; } }

@media screen and (max-height: 599px) {
  .popup .popup__content {
    padding-bottom: 200px; }
  .popup-nav-btn {
    width: 150px;
    position: absolute; }
    .popup-nav-btn--prev, .popup-nav-btn--next {
      bottom: 45px;
      top: auto; }
    .popup-nav-btn--prev {
      left: -70px; }
    .popup-nav-btn--next {
      right: -70px;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.video-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5% 0; }

.video-container {
  position: relative;
  width: 318px;
  height: 211px; }
  @media (min-width: 651px) {
    .video-container {
      width: 383px;
      height: 254px; } }
  .video-container:after {
    background-color: #a48858;
    content: "";
    position: absolute;
    left: -16px;
    width: 224px;
    height: 162px;
    z-index: 1;
    bottom: auto;
    top: -17px; }
    @media (min-width: 651px) {
      .video-container:after {
        width: 232px;
        height: 183px; } }
  .video-container iframe {
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    will-change: opacity;
    z-index: 3;
    width: 100%;
    height: 100%; }
  .video-container .icon-play {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    will-change: opacity;
    cursor: pointer;
    z-index: 3; }
    .video-container .icon-play path {
      pointer-events: none; }
    .video-container .icon-play.playing {
      opacity: 0; }

.video-title {
  font-size: 16px;
  line-height: 19px;
  font-family: "Roboto-Regular";
  color: #2a2a2a;
  margin-top: 14px; }

.video-mask {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover; }
  .video-mask.active + iframe {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0.8s;
         -o-transition-delay: 0.8s;
            transition-delay: 0.8s; }

@media (min-width: 768px) {
  .home.main-section .home__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media (max-height: 700px) {
  .home.main-section .home__content {
    padding-top: 10px; } }

@media (max-width: 650px) {
  .home.main-section .home__content .home__text {
    padding-top: 10px; } }

.home.main-section .home__content .video-container {
  width: 318px;
  min-width: 318px;
  height: 211px;
  max-width: 318px;
  margin-right: 50px; }
  @media (min-width: 1001px) {
    .home.main-section .home__content .video-container {
      margin-left: -218px; } }
  @media (min-width: 1201px) {
    .home.main-section .home__content .video-container {
      margin-left: -318px; } }
  @media (min-width: 1401px) {
    .home.main-section .home__content .video-container {
      margin-top: -90px; } }
  @media (max-width: 650px) {
    .home.main-section .home__content .video-container {
      margin-bottom: 30px;
      height: 150px; } }
  .home.main-section .home__content .video-container:after {
    bottom: -17px;
    top: auto;
    width: 224px;
    height: 162px; }
    @media (max-width: 650px) {
      .home.main-section .home__content .video-container:after {
        height: 100px; } }

.jury {
  font-family: "Roboto-Regular"; }
  @media (max-width: 1024px) {
    .jury__title-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .jury__title-top span {
        font-size: 20px !important; } }
  .jury__left-container {
    background-color: #e1dfdf;
    padding: 60px 25px; }
    @media (max-width: 1400px) {
      .jury__left-container {
        padding-top: 25px;
        padding-bottom: 90px;
        overflow: auto;
        min-width: 450px; } }
    @media (max-width: 1024px) {
      .jury__left-container {
        overflow-y: scroll;
        padding-bottom: 150px;
        width: 100vw; } }
  .jury__no-overflow {
    overflow: hidden; }
  .jury__hamburger {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-top: 5px;
    display: block;
    position: absolute;
    z-index: 999; }
    @media (min-width: 1024px) {
      .jury__hamburger {
        display: none; } }
  .jury__mobile-hidden {
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    -o-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear; }
    @media (max-width: 1024px) {
      .jury__mobile-hidden {
        visibility: hidden;
        opacity: 0;
        height: 0;
        padding: 0; } }
  .jury__mobile-show {
    visibility: visible;
    height: 100vh;
    position: absolute;
    overflow-y: auto;
    opacity: 1;
    z-index: 2;
    padding-top: 45px;
    padding-left: 6px;
    padding-bottom: 150px; }
  .jury__right-container {
    background-color: white;
    width: 100%;
    height: 100%;
    position: relative; }
  .jury__header {
    position: relative;
    background-color: black;
    font-size: 16px; }
  .jury__logo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 1024px) {
      .jury__logo {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
        -webkit-box-align: start !important;
            -ms-flex-align: start !important;
                align-items: flex-start !important;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .jury__subtitle {
    font-family: "Roboto-Black";
    font-size: 20px;
    white-space: nowrap;
    margin-bottom: 25px; }
  .jury__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100vh; }
    @media (max-width: 1024px) {
      .jury__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .jury .proposal-links-pagination > .paginationjs > .paginationjs-pages > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    list-style: none;
    padding-left: 0;
    gap: 25px; }
    .jury .proposal-links-pagination > .paginationjs > .paginationjs-pages > ul li a {
      color: black;
      font-family: "Roboto-Light";
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
      .jury .proposal-links-pagination > .paginationjs > .paginationjs-pages > ul li a:hover {
        text-shadow: 0 0 1px black, 0 0 1px black, 0 0 1px black; }
    .jury .proposal-links-pagination > .paginationjs > .paginationjs-pages > ul .active a {
      font-size: 18px;
      font-family: "Roboto-Bold"; }
  .jury .paginationsjs-prev a {
    content: "ssss"; }
  .jury__table {
    margin-bottom: 20px;
    border-top: 1px solid gray;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .jury__table-row-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 450px;
    border-bottom: 1px solid gray; }
  .jury__table-row-number {
    display: block;
    padding-top: 10px;
    padding-right: 15px;
    margin-bottom: auto;
    width: 22px; }
  .jury__table-row {
    padding: 10px 20px;
    font-family: "Roboto-Medium";
    line-height: 21px;
    font-size: 14px;
    width: 100%;
    position: relative;
    border-left: 1px solid gray; }
    .jury__table-row:hover {
      cursor: pointer;
      font-family: "Roboto-Bold"; }
    .jury__table-row--active {
      font-family: "Roboto-Bold";
      padding-left: 30px; }
      .jury__table-row--active::before {
        font-size: 1px;
        content: "ss";
        color: #a48858;
        position: absolute;
        width: 15px;
        height: 10px;
        background-color: #a48858;
        left: 10px;
        top: 38%; }

.jury-detail {
  padding: 50px 160px 50px 111px; }
  @media (max-width: 1024px) {
    .jury-detail {
      padding: 50px 50px 50px 10px; } }
  .jury-detail__title {
    margin-bottom: 36px;
    font-family: "Roboto-Regular";
    font-size: 22px; }
  .jury-detail__subtitle {
    color: #a48858;
    font-size: 19px;
    font-family: "Roboto-Black"; }
  .jury-detail__inline {
    margin-bottom: 15px;
    font-family: "Roboto-Regular";
    padding-right: 25%;
    line-height: 26px;
    font-size: 18px; }
    .jury-detail__inline--margin-top {
      margin-top: 50px; }
    @media (min-width: 1400px) {
      .jury-detail__inline {
        padding-right: 40%; } }
    @media (max-width: 1024px) {
      .jury-detail__inline {
        padding-right: 0; } }
  .jury-detail__content {
    overflow: auto;
    height: 100%;
    position: absolute;
    padding-bottom: 80px;
    width: 100%; }
  .jury-detail__gallery-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
    padding-right: 100px; }
    .jury-detail__gallery-wrapper img {
      width: 130px;
      height: 120px; }
    @media (max-width: 1024px) {
      .jury-detail__gallery-wrapper {
        padding-right: 0;
        width: 110%; } }
  .jury-detail__link {
    color: black;
    text-decoration: underline;
    font-family: "Roboto-Regular"; }
    .jury-detail__link:hover {
      color: #a48858; }
  .jury-detail__arrow-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 13px;
    row-gap: 10px;
    font-family: "Roboto-Light"; }
    @media (max-width: 1400px) {
      .jury-detail__arrow-box {
        row-gap: 2px; } }

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1); }

::-webkit-scrollbar-thumb {
  background-color: #a48858 !important;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); }

::-webkit-scrollbar {
  width: 10px; }

@media screen and (max-width: 1700px) {
  .section.vote {
    padding: 50px;
    padding-left: 29%;
    height: auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 100px; }
  .sidebar {
    width: 32%; }
  .vote .vote__content .vote-slick .slick-prev {
    left: -25px; }
  .vote .vote__content .vote-slick .slick-next {
    right: -35px; } }

@media screen and (max-width: 1400px) {
  .sidebar {
    width: 29%;
    padding: 0;
    padding-left: 70px; }
  .home {
    width: 50%; }
    .home .home__content {
      padding: 50px; }
      .home .home__content .home__heading {
        width: 100%;
        font-size: 48px;
        line-height: 48px;
        margin-top: 5vmin; }
  .plebiscite .plebiscite__content {
    width: 100%;
    height: 70%; }
  .schedule .schedule__content {
    padding: 0;
    padding-right: 5vmin; }
  .terms .terms__content {
    padding-left: 0; }
  .laureate {
    padding-right: 5vmin; }
    .laureate .laureate__slider {
      width: 100%; }
      .laureate .laureate__slider .slick-prev {
        left: 0px; }
      .laureate .laureate__slider .slick-next {
        right: 0px; }
  .cat-data .cat-name {
    width: 150px; }
  .item-text {
    padding-left: 5vmin; } }

@media screen and (max-width: 1300px) {
  .vote .vote__content {
    width: 740px; }
    .vote .vote__content .vote-slick .vote__slide {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

@media screen and (max-width: 1150px) {
  .sidebar {
    width: 300px; }
  .section.vote {
    padding-left: 320px; }
  .vote .vote__content {
    width: 100%; } }

@media screen and (max-width: 1000px) {
  .item-text {
    padding-left: 10vmin; }
  .header {
    background: #010000; }
    .header--static {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      height: 230px;
      padding: 2vmin 50px; }
  .main .section {
    padding: 50px;
    padding-top: 155px;
    padding-bottom: 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .main .section.home {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .main .section.plebiscite {
      padding-top: 255px; }
    .main .section.vote {
      padding: 0 50px;
      padding-top: 255px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 100px;
      background-size: cover; }
    .main .section.project {
      padding-top: 130px;
      padding-bottom: 15vmin; }
    .main .section.contact {
      padding-top: 220px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  .main__nav {
    margin-top: -8px; }
  .slide-btn {
    right: 50px; }
  .sidebar {
    width: 100%;
    height: calc(100vh - 140px);
    background: #010000;
    padding-left: 12vmin;
    padding-right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    top: 140px;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .sidebar .main__nav {
      margin-top: 0; }
      .sidebar .main__nav .nav__list .list__item .item__link {
        line-height: 8vmax; }
  .header {
    padding: 2vmin 6vmin;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 140px; }
    .header--static {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      height: 230px;
      padding: 2vmin 50px; }
    .header .logo-container {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .header .logo-container .header__logo {
        max-width: 37vmin; }
      .header .logo-container .header__date .date__slash {
        font-size: 5vmin; }
      .header .logo-container .header__date .date__year {
        padding-left: 0;
        font-size: 5vmin; }
    .header .hamburger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      top: 140px; }
      .header .hamburger img {
        margin-right: 15px; }
    .header .header__btn {
      right: 45px; }
  .modal-btn {
    right: -15px; }
  .home {
    width: 50%; }
    .home .home__content {
      padding: 50px;
      padding-left: 10px;
      padding-top: 38px;
      padding-bottom: 0;
      min-height: auto !important; }
      .home .home__content .home__heading {
        width: 50%;
        font-size: 4.7vmin;
        line-height: 4.7vmin;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .home .home__content .home__text {
        width: 90%;
        font-size: 15px;
        line-height: 28px;
        padding-top: 30px; }
  .plebiscite {
    padding-right: 25px; }
    .plebiscite .plebiscite__content {
      width: 100%;
      padding: 0 10px;
      height: 80%; }
  .schedule .schedule__content {
    width: 100%;
    padding: 0 10px;
    padding-top: 140px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .terms .terms__content {
    width: 100%;
    height: 70%;
    padding-left: 0; }
  .vote .vote__content {
    padding-left: 0px; }
    .vote .vote__content .vote-tab {
      padding: 0px 9px; }
    .vote .vote__content .vote-slick .slick-prev {
      left: -25px; }
    .vote .vote__content .vote-slick .slick-next {
      right: -25px; }
    .vote .vote__content .vote-slick .vote__slide {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .vote .vote__content .vote-slick .vote__slide .event {
        margin: 20px 10px; }
  .laureate {
    padding-right: 0; }
    .laureate .laureate__slider {
      width: 100%; }
      .laureate .laureate__slider .slick-prev {
        left: 0px; }
      .laureate .laureate__slider .slick-next {
        right: 0px; }
    .laureate .laureate__content {
      padding-top: 140px; }
  .contact .contact__content {
    padding: 0 10px; }
    .contact .contact__content .form-container .contact__form .form__label--required:before {
      right: 0;
      top: 0;
      left: auto; }
    .contact .contact__content .form-container .contact__form .required .alert {
      margin-left: 15px; }
    .contact .contact__content .form-container .contact__form .submit {
      width: calc(100% + 60px);
      margin-left: -60px; }
    .contact .contact__content .partners .partner-container .logos {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .contact .contact__content .partners .partner-container .logos div {
        width: auto; }
        .contact .contact__content .partners .partner-container .logos div img {
          margin-right: 30px; }
    .contact .contact__content .footer {
      padding: 7vmin 0;
      padding-bottom: 0; } }

@media screen and (max-width: 955px) {
  .vote .vote__content .vote-slick .vote__slide {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (max-width: 680px) {
  .slick-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .submit-container {
    position: static;
    margin: 20px;
    z-index: 1; }
    .submit-container .form__submit {
      margin: 0 auto; }
  .vote .vote__content .vote-slick .vote__slide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media screen and (max-width: 560px) {
  .laureate .laureate__content {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 555px; }
  .laureate .laureate__slider {
    width: 100%; }
    .laureate .laureate__slider .slick-prev {
      left: -10px; }
    .laureate .laureate__slider .slick-next {
      right: -10px; }
  .laureate-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20vmin; }
  .item-cat {
    width: 100%;
    margin-bottom: 20px; }
    .item-cat .cat-name {
      width: 180px; }
  .item-text {
    width: 100%;
    padding-left: 0; }
  .year {
    width: 70%;
    margin: 0 auto; } }

@media screen and (max-width: 650px) {
  .slide-btn {
    position: absolute;
    margin: 0 auto;
    margin-right: 10px;
    margin-bottom: 5px;
    text-align: right;
    bottom: 15px;
    right: 15px; }
  .sidebar {
    z-index: 200;
    height: 100vh; }
    .sidebar.toggled {
      padding-top: 5vmin;
      padding-left: 15px; }
    .sidebar .main__nav .nav__list {
      padding-left: 20px !important; }
      .sidebar .main__nav .nav__list .list__item .item__link {
        line-height: 10vmax; }
  .header {
    padding: 2vmin 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 140px; }
    .header--static {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      height: 230px;
      padding: 2vmin 5vmin; }
    .header .logo-container {
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .header .logo-container .header__logo {
        max-width: 37vmin; }
      .header .logo-container .header__date .date__slash {
        font-size: 12vmin; }
      .header .logo-container .header__date .date__year {
        padding-left: 0;
        font-size: 11vmin; }
    .header .hamburger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      top: 60px; }
      .header .hamburger img {
        margin-right: 15px; }
    .header .header__btn {
      display: none; }
  .modal-btn {
    display: block;
    right: 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: 0;
    top: -10px; }
  .main .section {
    padding: 30px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20vmin;
    padding-top: 140px; }
    .main .section.home {
      padding-right: 0; }
    .main .section.project {
      padding-bottom: 0; }
      .main .section.project--homepage {
        padding-bottom: 60px; }
    .main .section.contact {
      padding-bottom: 5vmin; }
    .main .section.terms {
      height: 100vh; }
    .main .section.vote {
      padding: 0 30px;
      padding-top: 140px;
      padding-bottom: 80px;
      overflow-x: hidden; }
    .main .section .section__video {
      min-height: 100%; }
  .home {
    width: 100%;
    height: auto; }
    .home .home__content {
      padding: 0;
      min-height: 0;
      padding-right: 8vmin; }
      .home .home__content .home__heading {
        width: 100%;
        font-size: 30px;
        line-height: 32px;
        margin-top: 0; }
      .home .home__content .home__text {
        width: 100%;
        font-size: 14px;
        line-height: 28px;
        padding-top: 10vmin; }
  .plebiscite .plebiscite__content {
    width: 100%;
    padding: 0;
    margin-top: 0;
    font-size: 14px; }
    .plebiscite .plebiscite__content p {
      font-size: 14px; }
  .schedule .schedule__content {
    padding: 0;
    margin-top: 100px; }
    .schedule .schedule__content .stage {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin: 15px 0; }
      .schedule .schedule__content .stage .stage__number {
        width: 56px;
        height: 43px; }
        .schedule .schedule__content .stage .stage__number:after {
          display: none; }
      .schedule .schedule__content .stage .stage-container {
        padding-left: 10px;
        width: calc(100% - 56px); }
        .schedule .schedule__content .stage .stage-container .stage__date {
          font-size: 14px; }
        .schedule .schedule__content .stage .stage-container .stage__desc {
          font-size: 14px;
          line-height: 20px; }
    .schedule .schedule__content .schedule__nav--desktop {
      display: none !important; }
    .schedule .schedule__content .schedule__nav--mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .schedule .schedule__content .schedule__nav .nav__btn {
      width: 65px; }
  .terms {
    padding-top: 140px;
    font-size: 12px; }
    .terms .terms__content {
      height: 100%; }
      .terms .terms__content ol {
        font-size: 12px; }
  .vote-heading {
    line-height: 22px;
    text-align: left;
    margin-top: 0; }
  .vote .vote__content .vote-tab {
    padding: 0; }
  .vote .vote__content .vote-slick .slick-next, .vote .vote__content .vote-slick .slick-prev {
    top: -35px; }
  .vote .vote__content .vote-slick .slick-prev {
    left: 10px; }
  .vote .vote__content .vote-slick .slick-next {
    right: 10px; }
  .contact .contact__content {
    padding: 0; }
    .contact .contact__content .form-container .contact__form {
      display: grid;
      grid-template-rows: 60px 60px 160px 30px 1fr;
      grid-template-columns: 1fr;
      grid-template-areas: "a" "b" "c" "d" "e"; }
      .contact .contact__content .form-container .contact__form .submit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        margin-left: 0;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .contact .contact__content .form-container .contact__form .submit .checkbox {
          margin-left: 35px; }
        .contact .contact__content .form-container .contact__form .submit .form__submit {
          margin-top: 10vmin;
          width: 100%; }
    .contact .contact__content .partners {
      margin-top: 15vmin; }
      .contact .contact__content .partners .partner-container {
        margin: 5vmin auto;
        width: 100%; }
        .contact .contact__content .partners .partner-container .logos div {
          width: 50%; }
          .contact .contact__content .partners .partner-container .logos div img {
            max-width: 100%;
            margin: 0; }
        .contact .contact__content .partners .partner-container .logos--media div:nth-of-type(even) {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
    .contact .contact__content .footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .contact .contact__content .footer__text {
        margin-bottom: 10px; }
        .contact .contact__content .footer__text:nth-child(1) {
          margin-bottom: 40px; } }

@media screen and (max-width: 1725px) {
  main .section--top {
    width: 45%;
    padding-left: 40%; } }

@media screen and (max-height: 900px) {
  .laureate-item {
    margin-bottom: 7vmin; }
  .vote .vote__content .vote-tab {
    margin-bottom: 70px; } }

@media screen and (max-height: 700px) {
  .main .section.schedule {
    height: auto;
    padding-bottom: 80px;
    padding-right: 20px; } }

@media screen and (max-height: 700px) {
  .section {
    padding-bottom: 100px !important; }
    .section.contact {
      padding-bottom: 20px !important; }
    .section.plebiscite {
      padding-top: 200px !important; }
    .section.project-form {
      padding-bottom: 0 !important; }
  .schedule .schedule__content .stage {
    margin: 5vmin 0; }
  .sidebar {
    width: 100%;
    height: calc(100vh - 140px);
    padding-left: 12vmin;
    padding-right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    top: 140px;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .sidebar.toggled {
      padding-left: 50px;
      padding-top: 0; }
    .sidebar .main__nav {
      margin-top: 0; }
      .sidebar .main__nav .nav__list .list__item .item__link {
        line-height: 10vh; }
  .header {
    padding: 2vmin 6vmin; }
    .header--static {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      height: 230px;
      padding: 2vmin 5vmin; }
    .header .logo-container {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .header .logo-container .header__logo {
        max-width: 37vmin; }
    .header .hamburger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      top: 60px; }
      .header .hamburger img {
        margin-right: 15px; }
    .header .header__btn {
      position: relative;
      top: -25px; }
      .header .header__btn--wide {
        top: 0; }
  .home .home__content {
    min-height: 0;
    padding-top: 110px; }
  .plebiscite .plebiscite__content {
    height: 100%; }
  .modal-btn {
    top: 0; }
  .main .section.schedule {
    height: auto;
    padding-top: 5vmin;
    padding-bottom: 5vmin; }
  .terms {
    padding-top: 50px; }
    .terms .terms__content {
      height: 100%;
      margin-top: 0; } }

@media screen and (max-height: 500px) {
  .section {
    padding-bottom: 80px !important;
    padding-top: 120px !important;
    min-height: 0 !important; }
    .section.plebiscite {
      padding-top: 120px !important; }
    .section.laureate {
      padding-bottom: 80px !important; }
    .section.project-form {
      padding-bottom: 0 !important; }
  .plebiscite .plebiscite__content {
    height: 100%; }
  .home .home__content .home__heading {
    margin-top: 0px; }
  .home .home__content {
    padding-top: 0px; }
  .header .hamburger {
    top: 50px; }
  .schedule .schedule__content {
    padding-top: 0; }
  .laureate .laureate__content {
    padding-top: 0; } }

@media screen and (max-width: 295px) {
  .item-cat .cat-name {
    width: 100px; }
  .year {
    width: 70%; } }

/*# sourceMappingURL=../maps/style.css.map */
