/*
Author: Dima Luzanov;
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

@font-face {
  font-family: "RobotoMono-Bold";
  src: url("../fonts/RobotoMono-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "RobotoMono-BoldItalic";
  src: url("../fonts/RobotoMono-BoldItalic.ttf") format("truetype"); }

@font-face {
  font-family: "RobotoMono-Italic";
  src: url("../fonts/obotoMono-Itali.ttf") format("truetype"); }

@font-face {
  font-family: "RobotoMono-Light";
  src: url("../fonts/RobotoMono-Light.ttf") format("truetype"); }

@font-face {
  font-family: "RobotoMono-LightItalic";
  src: url("../fonts/RobotoMono-LightItalic.ttf") format("truetype"); }

@font-face {
  font-family: "RobotoMono-Medium";
  src: url("../fonts/RobotoMono-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "RobotoMono-MediumItalic";
  src: url("../fonts/RobotoMono-MediumItalic.ttf") format("truetype"); }

@font-face {
  font-family: "RobotoMono-Regular";
  src: url("../fonts/RobotoMono-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "RobotoMono-Thin";
  src: url("../fonts/RobotoMono-Thin.ttf") format("truetype"); }

@font-face {
  font-family: "RobotoMono-ThinItalic";
  src: url("../fonts/RobotoMono-ThinItalic.ttf") format("truetype"); }

@font-face {
  font-family: "IBMPlexMono-Bold";
  src: url("../fonts/IBMPlexMono-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "IBMPlexMono-BoldItalic";
  src: url("../fonts/IBMPlexMono-BoldItalic.ttf") format("truetype"); }

@font-face {
  font-family: "IBMPlexMono-ExtraLight";
  src: url("../fonts/IBMPlexMono-ExtraLight.ttf") format("truetype"); }

@font-face {
  font-family: "IBMPlexMono-ExtraLightItalic";
  src: url("../fonts/IBMPlexMono-ExtraLightItalic.ttf") format("truetype"); }

@font-face {
  font-family: "IBMPlexMono-Italic";
  src: url("../fonts/IBMPlexMono-Italic.ttf") format("truetype"); }

@font-face {
  font-family: "IBMPlexMono-Light";
  src: url("../fonts/IBMPlexMono-Light.ttf") format("truetype"); }

@font-face {
  font-family: "IBMPlexMono-LightItalic";
  src: url("../fonts/IBMPlexMono-LightItalic.ttf") format("truetype"); }

@font-face {
  font-family: "IBMPlexMono-Medium";
  src: url("../fonts/IBMPlexMono-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "IBMPlexMono-MediumItalic";
  src: url("../fonts/IBMPlexMono-MediumItalic.ttf") format("truetype"); }

@font-face {
  font-family: "IBMPlexMono-Regular";
  src: url("../fonts/IBMPlexMono-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "IBMPlexMono-SemiBold";
  src: url("../fonts/IBMPlexMono-SemiBold.ttf") format("truetype"); }

@font-face {
  font-family: "IBMPlexMono-SemiBoldItalic";
  src: url("../fonts/IBMPlexMono-SemiBoldItalic.ttf") format("truetype"); }

@font-face {
  font-family: "IBMPlexMono-Thin";
  src: url("../fonts/IBMPlexMono-Thin.ttf") format("truetype"); }

@font-face {
  font-family: "IBMPlexMono-ThinItalic";
  src: url("../fonts/IBMPlexMono-ThinItalic.ttf") format("truetype"); }

.container {
  max-width: 1130px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto; }

.speakers-container {
  max-width: 1300px; }

html {
  min-height: 100%; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  min-height: 100%;
  height: 100%;
  font-family: 'RobotoMono-Light', sans-serif; }

.body-start {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  conetnt: '';
  z-index: 100;
  overfllow: hidden;
  -webkit-transition: all .3s linear;
  transition: all .3s linear; }

.main-page {
  background: #1b1a1b; }

a {
  font-family: 'IBMPlexMono-Regular', sans-serif;
  text-decoration: none; }

button {
  outline: none;
  border: none;
  background: none;
  cursor: pointer; }

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

.btn-green {
  background: #08ef85;
  border: 1px solid #08ef85;
  color: #252525;
  display: inline-block;
  padding: 12px 47px;
  font-family: 'IBMPlexMono-Medium', sans-serif;
  -webkit-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s; }

.btn-green:hover {
  background: transparent;
  color: #08ef85; }

.btn-small {
  font-size: 14px; }

.btn-medium {
  font-size: 16px; }

.fidex-footer-section {
  position: fixed;
  bottom: 30px;
  left: 25px;
  color: #fff;
  content: '';
  font-family: 'IBMPlexMono-Medium', sans-serif;
  font-size: 14px;
  z-index: 100; }
  .fidex-footer-section span {
    color: #08ef85; }

.wrapper {
  margin: 0 auto;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }

.main-content {
  padding: 0 0 50px; }

.main-green-cross-decr {
  position: absolute;
  top: 130px;
  left: 20px;
  z-index: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.main-green-cross-decr-img {
  opacity: 0;
  -webkit-transition: all .5s linear 1.7s;
  transition: all .5s linear 1.7s; }
  .main-green-cross-decr-img:nth-child(2) {
    -webkit-transition: all .5s linear 1.6s;
    transition: all .5s linear 1.6s; }
  .main-green-cross-decr-img:nth-child(3) {
    -webkit-transition: all .5s linear 1.5s;
    transition: all .5s linear 1.5s; }
  .main-green-cross-decr-img:nth-child(4) {
    -webkit-transition: all .5s linear 1.4s;
    transition: all .5s linear 1.4s; }
  .main-green-cross-decr-img:nth-child(5) {
    -webkit-transition: all .5s linear 1.3s;
    transition: all .5s linear 1.3s; }
  .main-green-cross-decr-img:nth-child(6) {
    -webkit-transition: all .5s linear 1.2s;
    transition: all .5s linear 1.2s; }
  .main-green-cross-decr-img:nth-child(7) {
    -webkit-transition: all .5s linear 1.1s;
    transition: all .5s linear 1.1s; }
  .main-green-cross-decr-img:nth-child(8) {
    -webkit-transition: all .5s linear 1s;
    transition: all .5s linear 1s; }

.main-green-cross-decr-img.bounseIn,
.main-greenwhite-cross-decr-img.bounseIn {
  opacity: 1; }

.main-greenwhite-cross-decr-img {
  opacity: 0;
  -webkit-transition: all .5s linear 1s;
  transition: all .5s linear 1s; }
  .main-greenwhite-cross-decr-img:nth-child(2) {
    -webkit-transition: all .5s linear 1.2s;
    transition: all .5s linear 1.2s; }
  .main-greenwhite-cross-decr-img:nth-child(3) {
    -webkit-transition: all .5s linear 1.4s;
    transition: all .5s linear 1.4s; }
  .main-greenwhite-cross-decr-img:nth-child(4) {
    -webkit-transition: all .5s linear 1.7s;
    transition: all .5s linear 1.7s; }

.main-green-cross-decr1 {
  position: absolute;
  top: 25%;
  right: 5%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .5s linear 1.4s;
  transition: all .5s linear 1.4s; }
  .main-green-cross-decr1.bounseIn {
    opacity: 1; }

.main-greenwhite-cross-decr {
  position: absolute;
  bottom: 20%;
  left: 25%;
  z-index: 1; }

.main-green-sicrle-decr {
  position: absolute;
  bottom: 13%;
  left: 60%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .5s linear 1.5s;
  transition: all .5s linear 1.5s; }
  .main-green-sicrle-decr.bounseIn {
    opacity: 1; }

.main-green-points {
  position: absolute;
  bottom: 15.3%;
  left: 48%;
  opacity: 0;
  -webkit-transition: all .5s linear 1.6s;
  transition: all .5s linear 1.6s; }
  .main-green-points.bounseIn {
    opacity: 1; }

.main-white-wave4row {
  position: absolute;
  bottom: 50%;
  left: 28%;
  -webkit-transition: all .5s linear 1s;
  transition: all .5s linear 1s; }
  .main-white-wave4row.bounseIn {
    opacity: 1; }

.main-white-wave4row1 {
  position: absolute;
  bottom: 17%;
  left: 53%;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  -webkit-transition: all .5s linear 1.2s;
  transition: all .5s linear 1.2s; }
  .main-white-wave4row1.bounseIn {
    opacity: 1; }

.main-white-wave-decr {
  position: absolute;
  bottom: 22%;
  right: 0%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .5s linear 1.5s;
  transition: all .5s linear 1.5s; }
  .main-white-wave-decr.translateY {
    opacity: 1; }

.main-white-wave-decr1 {
  position: absolute;
  bottom: 23%;
  right: .5%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .5s linear 1.4s;
  transition: all .5s linear 1.4s; }
  .main-white-wave-decr1.translateY {
    opacity: 1; }

.header-index {
  position: fixed;
  z-index: 10000; }

.header {
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start; }

.header-wrap {
  width: 100%;
  padding: 18px 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  -webkit-transition: all .5s linear .5s;
  transition: all .5s linear .5s; }
  .header-wrap.translateY {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .header-wrap .header-logo {
    display: inline-block;
    max-width: 190px;
    height: auto;
    position: relative;
    z-index: 1000; }
    .header-wrap .header-logo img {
      width: 100%;
      height: auto; }
  .header-wrap .nav-text {
    display: inline-block;
    position: relative; }
    .header-wrap .nav-text .become-sponsor-link {
      padding: 10px 48px;
      color: #fff; }

.header-nav-btn {
  margin: 0 25px;
  color: #fff;
  font-size: 14px;
  font-family: 'IBMPlexMono-Medium', sans-serif;
  letter-spacing: .1px;
  position: relative; }
  .header-nav-btn:after {
    content: '';
    width: 0%;
    display: block;
    margin: 0 auto;
    height: 2px;
    top: 50%;
    background-color: #fff;
    position: absolute;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    display: block; }
  .header-nav-btn:hover:after {
    width: 90%; }

.header-nav-menu-span {
  height: 1px;
  width: 70%;
  background-color: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear; }

.header-nav-menu-span:nth-child(2) {
  width: 100%; }

.header-nav-menu {
  max-width: 45px;
  width: 100%;
  height: 24px;
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  top: 20%;
  right: 0;
  cursor: pointer; }
  .header-nav-menu:hover > .header-nav-menu-span {
    width: 100%; }

.header-btn-index {
  margin: 0 80px 0 20px; }

.main {
  width: 100%; }
  .main-content {
    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; }

.text-animate-op1 {
  opacity: 0;
  -webkit-transform: translateY(20px) rotate(3deg);
          transform: translateY(20px) rotate(3deg);
  -webkit-transition: all .65s ease .1s;
  transition: all .65s ease .1s; }

.text-animate-op2 {
  opacity: 0;
  -webkit-transform: translateY(20px) rotate(3deg);
          transform: translateY(20px) rotate(3deg);
  -webkit-transition: all .65s ease .3s;
  transition: all .65s ease .3s; }

.text-animate-op3 {
  opacity: 0;
  -webkit-transform: translateY(20px) rotate(3deg);
          transform: translateY(20px) rotate(3deg);
  -webkit-transition: all .65s ease .5s;
  transition: all .65s ease .5s; }

.text-animate-op4 {
  opacity: 0;
  -webkit-transform: translateY(20px) rotate(3deg);
          transform: translateY(20px) rotate(3deg);
  -webkit-transition: all .65s ease .7s;
  transition: all .65s ease .7s; }

.text-animate-op5 {
  opacity: 0;
  -webkit-transform: translateY(20px) rotate(3deg);
          transform: translateY(20px) rotate(3deg);
  -webkit-transition: all .65s ease;
  transition: all .65s ease; }

.text-animate-op {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px); }

.img-wrap-statue {
  height: 700px;
  width: 515px;
  opacity: 0;
  background-image: url(../img/Statue.png);
  bacground-repeat: no-repeat;
  position: relative; }
  .img-wrap-statue:before {
    background-image: url(../img/Statue.png); }

.slide-counter {
  height: 100px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 20px;
  top: 40%;
  opacity: 0;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  -webkit-transition: all .5s linear .5s;
  transition: all .5s linear .5s; }
  .slide-counter.translateY {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }

.slide-counter-span {
  font-size: 14px;
  font-family: 'IBMPlexMono-Medium', sans-serif;
  color: #fff; }

.slide-counter-span-num {
  color: #08ef85;
  opacity: 1;
  -webkit-transition: all .5s linear;
  transition: all .5s linear; }
  .slide-counter-span-num.op0 {
    opacity: 0; }

.slide-counter-span-line {
  height: 50%;
  width: 1px;
  background-color: #fff; }

.soc-wrap {
  position: fixed;
  bottom: 22px;
  right: 31px;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 100; }
  .soc-wrap a {
    color: #fff;
    -webkit-transition: color .3s;
    transition: color .3s;
    display: inline-block;
    margin: 14px auto; }
    .soc-wrap a i {
      font-size: 16px; }

.soc-wrap-img {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0.37, 0.01, 0, 0.98) 0.5s;
  transition: all 0.5s cubic-bezier(0.37, 0.01, 0, 0.98) 0.5s; }
  .soc-wrap-img.translateY {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; }
  .soc-wrap-img:hover .soc-fill {
    fill: #08ef85;
    -webkit-transition: all .3s linear;
    transition: all .3s linear; }

.soc-wrap-img-sc {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  display: block;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.37, 0.01, 0, 0.98) 0.55s;
  transition: all 0.5s cubic-bezier(0.37, 0.01, 0, 0.98) 0.55s; }
  .soc-wrap-img-sc.translateY {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; }
  .soc-wrap-img-sc:hover .soc-fill {
    fill: #08ef85;
    -webkit-transition: all .3s linear;
    transition: all .3s linear; }

.soc-wrap-img-th {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  display: block;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.37, 0.01, 0, 0.98) 0.6s;
  transition: all 0.5s cubic-bezier(0.37, 0.01, 0, 0.98) 0.6s; }
  .soc-wrap-img-th.translateY {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; }
  .soc-wrap-img-th:hover .soc-fill {
    fill: #08ef85;
    -webkit-transition: all .3s linear;
    transition: all .3s linear; }

.soc-wrap-img-ft {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  display: block;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.37, 0.01, 0, 0.98) 0.65s;
  transition: all 0.5s cubic-bezier(0.37, 0.01, 0, 0.98) 0.65s; }
  .soc-wrap-img-ft.translateY {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; }
  .soc-wrap-img-ft:hover .soc-fill {
    fill: #08ef85;
    -webkit-transition: all .3s linear;
    transition: all .3s linear; }

.right-wrap {
  width: 50%;
  padding: 0 0 35px 14px; }
  .right-wrap h2 {
    color: #08ef85;
    font-size: 36px;
    font-family: 'RobotoMono-Bold', sans-serif; }
  .right-wrap h3 {
    font-size: 24px;
    font-family: 'RobotoMono-Regular', sans-serif;
    margin: 0 auto 5px;
    color: #08ef85; }
  .right-wrap p.blue-txt {
    font-family: 'RobotoMono-Regular', sans-serif;
    color: #fff;
    display: inline-block;
    background-color: #2a36e6;
    padding: 0 10px;
    margin: 0 auto 20px;
    font-size: 18px; }
  .right-wrap p {
    color: #fff;
    padding: 45px 0px;
    font-family: 'IBMPlexMono-Medium', sans-serif;
    line-height: 30px; }
    .right-wrap p span {
      display: block; }

.recovery-pass-form {
  position: relative;
  max-width: 400px;
  width: 100%; }

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-no-acc, .form-already-acc {
    text-align: center;
    color: #999;
    width: 100%;
    font-family: 'IBMPlexMono-Medium', sans-serif;
    font-size: 14px; }
    .form-no-acc a, .form-already-acc a {
      color: #fff;
      text-decoration: underline; }
  .form-title {
    font-family: 'RobotoMono-Bold', sans-serif;
    font-size: 36px;
    color: #08ef85;
    width: 100%;
    text-align: center; }
    .form-title .title-decor-cross {
      position: relative; }
      .form-title .title-decor-cross:before, .form-title .title-decor-cross:after {
        display: block;
        content: '';
        width: 7px;
        height: 7px;
        position: absolute;
        background: url(../img/svg/green_cross.svg) no-repeat center center/contain; }
      .form-title .title-decor-cross:after {
        left: 100%;
        top: 0; }
      .form-title .title-decor-cross:before {
        right: 105%;
        bottom: 0; }
    .form-title.recovery-pass-form-title {
      margin: 0 auto 50px; }
      .form-title.recovery-pass-form-title .title-decor-cross:after {
        left: 18%; }
      .form-title.recovery-pass-form-title .title-decor-cross:before {
        right: 188%;
        bottom: 100%; }
      .form-title.recovery-pass-form-title:after, .form-title.recovery-pass-form-title:before {
        display: block;
        content: '';
        position: absolute; }
      .form-title.recovery-pass-form-title:after {
        background: url(../img/svg/two_white_wave.svg) no-repeat center center/contain;
        left: 94%;
        bottom: 97%;
        width: 35px;
        height: 11px; }
      .form-title.recovery-pass-form-title:before {
        background: url(../img/svg/white_wave.svg) no-repeat center center/contain;
        left: -10px;
        top: 30px;
        width: 25px;
        height: 7px;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
  .form-desc {
    font-family: 'IBMPlexMono-Medium', sans-serif;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    line-height: 28px; }
    .form-desc.auth-form-desc {
      max-width: 315px;
      margin: 0 auto; }
  .form-input {
    background: rgba(0, 0, 0, 0.5);
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: transparent transparent #08ef85 transparent;
    margin: 10px 0 0;
    font-size: 18px;
    color: #fff;
    padding: 14px 5px;
    width: 100%;
    outline: none; }
    .form-input-row {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 auto 20px;
      max-width: 410px; }
      .form-input-row span {
        display: block;
        width: 100%; }
    .form-input-title {
      font-family: 'IBMPlexMono-Medium', sans-serif;
      font-size: 14px;
      color: #fff; }
  .form-submit {
    margin: 20px auto;
    text-align: center; }

.forgot-password,
.above {
  text-align: center;
  margin: 20px auto;
  width: 100%;
  color: #999;
  font-family: 'IBMPlexMono-Medium', sans-serif;
  line-height: normal; }
  .forgot-password a,
  .above a {
    font-family: 'IBMPlexMono-Medium', sans-serif;
    font-size: 14px;
    color: #fff;
    text-decoration: underline; }

.auth-page {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.back-link-wrap {
  width: 100%;
  text-align: left; }

.back-link-inner {
  width: 90%;
  margin: 20px auto; }
  .back-link-inner a {
    font-family: 'RobotoMono-Regular', sans-serif;
    font-size: 18px;
    color: #fff;
    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; }
    .back-link-inner a svg {
      fill: rgba(255, 255, 255, 0.5);
      width: 20px;
      margin: 0 5px 0; }

.auth-form {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #191919;
  padding: 40px;
  max-width: 630px;
  width: 100%;
  position: relative; }

.terms-use-decor-cross-1 {
  position: absolute;
  left: -15%;
  top: 200px;
  width: 25px; }

.terms-use-decor-cross-2 {
  position: absolute;
  right: -4.8%;
  top: -45px;
  width: 15px;
  opacity: .5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.terms-use-decor-wave-2 {
  position: absolute;
  right: -15%; }

.terms-use-decor-cross-3 {
  position: absolute;
  left: -5.2%;
  top: 25%;
  width: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: .5; }

.terms-use-decor-cross-5 {
  position: absolute;
  right: -4.8%;
  top: 100px;
  width: 15px; }

.terms-use-decor-wave-5 {
  position: absolute;
  left: -15%;
  top: 45%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.terms-use-decor-cross-7 {
  position: absolute;
  left: -4.8%;
  top: 45%; }

.terms-of-use-page {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.terms-of-use-title-decor-privce {
  position: absolute;
  right: 0%;
  top: 100%;
  display: block;
  width: 25px; }
  .terms-of-use-title-decor-privce img, .terms-of-use-title-decor-privce svg {
    width: 100%; }

.terms-use-decor-cross-5-privce {
  position: absolute;
  left: -5%;
  top: 139%;
  width: 20px; }

.terms-use-decor-cross-4-privce {
  position: absolute;
  left: -5%;
  top: 50%;
  width: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: .5; }

.terms-use-decor-cross-3-privce {
  position: absolute;
  right: -7%;
  top: 50%;
  width: 20px; }

.terms-use-decor-cross-2-privce {
  position: absolute;
  right: -5%;
  top: 50%;
  width: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: .5; }

.terms-use-decor-cross-1-privce {
  position: absolute;
  left: 1%;
  top: 20px;
  width: 20px; }

.page-title {
  width: 100%;
  color: #00Ef7f;
  font-size: 30px;
  font-weight: bold;
  font-family: 'IBMPlexMono-Regular', sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 20px auto;
  position: relative; }
  .page-title .terms-of-use-title-decor {
    position: absolute;
    left: 37%;
    bottom: 100%;
    display: block;
    width: 25px; }
    .page-title .terms-of-use-title-decor img, .page-title .terms-of-use-title-decor svg {
      width: 100%; }

.page-content {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #191919;
  padding: 40px; }

.page-block {
  width: 100%;
  position: relative; }
  .page-block-title {
    color: #08ef85;
    font-family: 'IBMPlexMono-Regular', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    margin: 40px auto;
    width: 100%; }
    .page-block-title.tac {
      text-align: center; }
  .page-block-text {
    font-family: 'IBMPlexMono-Regular', sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    margin: 0 auto 25px; }

.statue-block {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .statue-block-img {
    position: relative; }
    .statue-block-img img {
      max-width: 100%; }
    .statue-block-img:after {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      background: url("../img/statue_lion2.png") no-repeat; }
    .statue-block-img:before {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      background: url("../img/statue_lion1.png") no-repeat; }
    .statue-block-img-absolute {
      position: absolute; }

.coinpayment-form {
  width: 100%;
  max-width: 372px; }

.personal-buy-ticket-form-wrap-crypto form {
  text-align: center; }

.site-footer {
  position: absolute;
  bottom: 27px;
  z-index: 10; }
  .site-footer.last {
    display: block; }

.footer-wrap {
  width: 100%; }
  .footer-wrap .nav-text {
    margin-left: 27px; }
    .footer-wrap .nav-text a {
      font-family: 'IBMPlexMono-Regular', sans-serif;
      color: #fff;
      margin: 0 25px 0 0;
      display: inline-block;
      position: relative; }
      .footer-wrap .nav-text a:after {
        content: '';
        width: 0%;
        display: block;
        margin: 0 auto;
        height: 2px;
        top: 50%;
        background-color: #fff;
        position: absolute;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
        display: block; }
      .footer-wrap .nav-text a:hover:after {
        width: 100%; }

.decor-wave-one {
  position: absolute;
  left: -17px;
  bottom: 20%;
  width: 30px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
  .decor-wave-one img {
    width: 100%; }

.decor-wave-one-privce {
  position: absolute;
  left: -5%;
  bottom: 20%;
  width: 30px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }
  .decor-wave-one-privce img {
    width: 100%; }

.decor-wave-three-privce {
  position: absolute;
  right: -6%;
  bottom: 20%;
  width: 30px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }
  .decor-wave-three-privce img {
    width: 100%; }

.decor-wave-two {
  position: absolute;
  right: -12px;
  top: 6%;
  width: 30px; }
  .decor-wave-two img {
    width: 100%; }

.soc-wrap-modal {
  opacity: 1; }

.nav {
  height: 100%;
  width: 100%;
  max-width: 380px;
  background-color: rgba(26, 25, 25, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s linear;
  transition: all .5s linear; }
  .nav.active {
    opacity: 1;
    visibility: visible; }

.nav-mob-btn {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 75%; }

.header-nav-mob-btn {
  margin: 0 0 30px 0;
  display: block; }

.header-nav-mob-btn-a {
  display: inline-block;
  text-align: center; }

.header-nav-mob-btn-use-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: cenetr;
      -ms-flex-align: cenetr;
          align-items: cenetr; }

.mob-close-spans {
  position: relative;
  margin: 20px 0 0 10px;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 40px;
  height: 100%;
  max-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.mob-close-span {
  width: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 3px;
  background-color: #fff; }

.mob-close-span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute; }

.about-us {
  padding: 100px 0;
  position: relative; }
  .about-us-white-croos1 {
    position: absolute;
    left: 5%;
    top: 40%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .about-us-white-croos2 {
    position: absolute;
    right: 5%;
    top: 10%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .about-us-green-croos {
    position: absolute;
    right: 50%;
    top: 15%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .about-us-title {
    color: #08ef85;
    font-family: 'RobotoMono-Bold' , sans-serif;
    font-size: 36px;
    margin: 0 0 35px; }
  .about-us-subtitle {
    font-family: 'RobotoMono-Bold' , sans-serif;
    font-size: 24px;
    color: #fff; }
  .about-us-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .about-us-items-item {
      width: 46%;
      color: #fff;
      font-family: 'IBMPlexMono-Medium', sans-serif;
      font-size: 16px; }
      .about-us-items-item-info {
        margin: 25px 0 0;
        line-height: 1.7; }
  .about-us-team {
    padding: 90px 0 0; }
    .about-us-team-title {
      color: #fff;
      font-size: 24px;
      font-family: 'RobotoMono-Bold' , sans-serif;
      margin: 0 0 30px; }
    .about-us-team-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .about-us-team-items-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: relative;
        width: 20%; }
        .about-us-team-items-item img {
          max-width: 70%;
          height: auto; }
        .about-us-team-items-item-in {
          position: absolute;
          right: 33%;
          bottom: 28%;
          -webkit-transform: scale(1.5);
                  transform: scale(1.5); }
        .about-us-team-items-item-fb {
          position: absolute;
          right: 20%;
          bottom: 28%;
          -webkit-transform: scale(1.5);
                  transform: scale(1.5); }
        .about-us-team-items-item-tw {
          position: absolute;
          right: 5.5%;
          bottom: 28%;
          -webkit-transform: scale(1.5);
                  transform: scale(1.5); }
        .about-us-team-items-item-name {
          font-size: 16px;
          font-family: 'RobotoMono-Bold' , sans-serif;
          padding: 20px 0 7px 0;
          color: #fff; }
        .about-us-team-items-item-job {
          color: #fff;
          font-family: 'IBMPlexMono-Medium', sans-serif; }
        .about-us-team-items-item-contact {
          color: #08ef85;
          font-size: 18px;
          font-family: 'RobotoMono-Bold' , sans-serif;
          padding: 30px 0; }
        .about-us-team-items-item-text {
          color: #fff;
          font-size: 18px;
          font-family: 'RobotoMono-Bold' , sans-serif; }
        .about-us-team-items-item-site {
          padding: 0 0 25px; }

.personal__ticket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 45px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.personal__ticket__price {
  width: 45%;
  margin: 0 1% 0;
  padding: 20px; }

.personal__ticket__price__title {
  font-family: 'IBMPlexMono-Regular', sans-serif;
  font-size: 22px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin: auto 0 auto auto; }

.personal__ticket__price__payment {
  line-height: normal;
  color: #08ef85;
  font-size: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'RobotoMono-Bold' , sans-serif; }

.personal__ticket__price__payment__span {
  font-size: 36px;
  color: #454545;
  line-height: normal;
  margin: auto 0 0 7px;
  position: relative;
  padding: 0 7px; }
  .personal__ticket__price__payment__span::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #626262;
    left: 0;
    top: 50%; }

.personal__ticket__counter {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #252525;
  background-color: #181818;
  padding: 20px; }

.personal__ticket__counter__title {
  width: 90%;
  font-family: 'IBMPlexMono-Regular', sans-serif;
  font-size: 22px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  magin: 0 auto; }

.personal__ticket__counter__count {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.personal__ticket__counter__count__item {
  width: 33%;
  text-align: center;
  line-height: normal;
  font-family: 'IBMPlexMono-Bold', sans-serif;
  font-size: 36px;
  color: #fff; }
  .personal__ticket__counter__count__item:nth-child(2) {
    position: relative; }
    .personal__ticket__counter__count__item:nth-child(2):after {
      content: '';
      width: 1px;
      height: 70%;
      top: 15%;
      background-color: #626262;
      position: absolute;
      left: 0; }
    .personal__ticket__counter__count__item:nth-child(2):before {
      content: '';
      width: 1px;
      height: 70%;
      top: 15%;
      background-color: #626262;
      position: absolute;
      right: 0; }

.personal__ticket__counter__count__item__span {
  font-size: 22px;
  color: #454545; }

.personal__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }

.personal__btn__cross__img {
  position: absolute;
  top: 200%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: .3; }

.personal__btn__cross__img img {
  margin: 10px; }

.personal__btn__button {
  padding: 10px 23px;
  text-align: center;
  font-family: 'IBMPlexMono-Regular', sans-serif;
  margin: 0 10px;
  font-size: 22px;
  color: #a8a8a8; }
  .personal__btn__button.active {
    border-bottom: 4px solid #08ef85;
    color: #08ef85; }

.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: 'IBMPlexMono-Medium', sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 400px;
  width: 100%; }

.header-logout {
  display: block;
  margin: 0 0 0 20px;
  width: 25px; }

.decor-wave-two-personal {
  position: absolute;
  right: 07%;
  top: 25%;
  width: 30px; }

.decor-wave-two-personal-down {
  position: absolute;
  right: 15%;
  bottom: 25%;
  width: 30px; }

.personal-buy-ticket-form-wrap-crypto,
.personal-buy-ticket-form-wrap-money {
  display: none; }

.personal-buy-ticket-form-wrap.active {
  display: block; }

.what-is-img-2row-wave {
  position: absolute;
  bottom: 0%;
  left: -20%;
  opacity: 0;
  -webkit-transition: all .5s linear .9s;
  transition: all .5s linear .9s; }
  .what-is-img-2row-wave.bounseIn {
    opacity: 1; }

.what-is {
  position: relative; }
  .what-is-img-green-cross10 {
    position: absolute;
    left: 15%;
    top: 15%;
    opacity: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all .5s linear .5s;
    transition: all .5s linear .5s; }
    .what-is-img-green-cross10.bounseIn {
      opacity: 1; }
  .what-is-green-cross {
    position: absolute;
    bottom: 20%;
    right: 20%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0;
    -webkit-transition: all .5s linear .9s;
    transition: all .5s linear .9s; }
    .what-is-green-cross.bounseIn {
      opacity: 1; }
  .what-is-green-circle {
    position: absolute;
    top: 15%;
    right: 5%;
    opacity: 0;
    -webkit-transition: all .5s linear .6s;
    transition: all .5s linear .6s; }
    .what-is-green-circle.bounseIn {
      opacity: 1; }
  .what-is-big-sircle {
    position: absolute;
    top: 16%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s linear .4s;
    transition: all .5s linear .4s; }
    .what-is-big-sircle.bounseIn {
      opacity: 1; }
  .what-is-container {
    max-width: 1200px; }
  .what-is-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .what-is-img {
    width: 40%;
    position: relative; }
    .what-is-img img {
      max-width: 100%;
      height: auto; }
    .what-is-img-statue {
      opacity: 0;
      -webkit-transition: all .5s linear .2s;
      transition: all .5s linear .2s; }
      .what-is-img-statue.bounseIn {
        opacity: 1; }
    .what-is-img-wave4row {
      position: absolute;
      bottom: 25px;
      left: 15%;
      opacity: 0;
      -webkit-transition: all .5s linear .7s;
      transition: all .5s linear .7s; }
      .what-is-img-wave4row.bounseIn {
        opacity: 1; }
    .what-is-img-green-cross1 {
      position: absolute;
      top: 25%;
      right: 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      opacity: 0;
      -webkit-transition: all .5s linear .8s;
      transition: all .5s linear .8s; }
      .what-is-img-green-cross1.bounseIn {
        opacity: 1; }
    .what-is-img-green-cross2 {
      position: absolute;
      top: 25%;
      left: 41%;
      opacity: 0;
      -webkit-transition: all .5s linear .9s;
      transition: all .5s linear .9s; }
      .what-is-img-green-cross2.bounseIn {
        opacity: 1; }
    .what-is-img-green-cross3 {
      position: absolute;
      top: 47%;
      right: 29%;
      opacity: 0;
      -webkit-transition: all .5s linear 1s;
      transition: all .5s linear 1s; }
      .what-is-img-green-cross3.bounseIn {
        opacity: 1; }
    .what-is-img-green-cross4 {
      position: absolute;
      top: 42%;
      right: 29%;
      opacity: 0;
      -webkit-transition: all .5s linear 1.1s;
      transition: all .5s linear 1.1s; }
      .what-is-img-green-cross4.bounseIn {
        opacity: 1; }
    .what-is-img-green-cross5 {
      top: 33%;
      left: 52%;
      position: absolute;
      opacity: 0;
      -webkit-transition: all .5s linear 1.2s;
      transition: all .5s linear 1.2s; }
      .what-is-img-green-cross5.bounseIn {
        opacity: 1; }
    .what-is-img-green-cross6 {
      position: absolute;
      bottom: 10%;
      right: 10%;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      opacity: 0;
      -webkit-transition: all .5s linear 1.3s;
      transition: all .5s linear 1.3s; }
      .what-is-img-green-cross6.bounseIn {
        opacity: 1; }
    .what-is-img-green-cross7 {
      position: absolute;
      bottom: 10%;
      right: 10%;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      opacity: 0;
      -webkit-transition: all .5s linear 1.3s;
      transition: all .5s linear 1.3s; }
      .what-is-img-green-cross7.bounseIn {
        opacity: 1; }
    .what-is-img-green-cross1-mob {
      position: absolute;
      top: 10%;
      left: 10%;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      opacity: 0;
      -webkit-transition: all .5s linear;
      transition: all .5s linear; }
    .what-is-img-green-cross2-mob {
      position: absolute;
      bottom: 10%;
      left: 10%;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      opacity: 0;
      -webkit-transition: all .5s linear;
      transition: all .5s linear; }
    .what-is-img-white-points {
      position: absolute;
      right: 26%;
      bottom: 33%;
      -webkit-transform: scale(1.6);
              transform: scale(1.6);
      opacity: 0;
      -webkit-transition: all .5s linear 1.4s;
      transition: all .5s linear 1.4s; }
      .what-is-img-white-points.bounseIn {
        opacity: 1; }
    .what-is-img-green-circle1 {
      position: absolute;
      right: 0%;
      top: 50%;
      opacity: 0;
      -webkit-transition: all .5s linear 1.5s;
      transition: all .5s linear 1.5s; }
      .what-is-img-green-circle1.bounseIn {
        opacity: 1; }
    .what-is-img-green-circle2 {
      bottom: 12%;
      left: 35%;
      opacity: .7;
      -webkit-transform: scale(0.4);
              transform: scale(0.4);
      opacity: .5;
      position: absolute;
      opacity: 0;
      -webkit-transition: all .5s linear 1.6s;
      transition: all .5s linear 1.6s; }
      .what-is-img-green-circle2.bounseIn {
        opacity: 1; }
    .what-is-img-green-circle3 {
      top: 15%;
      right: 10%;
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
      opacity: .5;
      position: absolute;
      opacity: 0;
      -webkit-filter: blur(3px);
              filter: blur(3px);
      -webkit-transition: all .5s linear 1.6s;
      transition: all .5s linear 1.6s; }
      .what-is-img-green-circle3.bounseIn {
        opacity: 1; }
    .what-is-img-white-circle {
      position: absolute;
      top: 52%;
      left: -20px;
      opacity: 0;
      -webkit-filter: blur(1px);
              filter: blur(1px);
      -webkit-transition: all .5s linear 1.7s;
      transition: all .5s linear 1.7s; }
      .what-is-img-white-circle.bounseIn {
        opacity: 1; }
    .what-is-img-white-lines {
      right: 16%;
      top: 14%;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      position: absolute;
      opacity: 0;
      -webkit-transition: all .5s linear 1.8s;
      transition: all .5s linear 1.8s; }
      .what-is-img-white-lines.bounseIn {
        opacity: 1; }
    .what-is-img-green-wave {
      position: absolute;
      bottom: 100px;
      right: 100px;
      opacity: 0;
      -webkit-transition: all .5s linear 1.9s;
      transition: all .5s linear 1.9s;
      -webkit-transform: scale(1.6);
              transform: scale(1.6); }
      .what-is-img-green-wave.bounseIn {
        opacity: 1; }
  .what-is-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 55%; }
    .what-is-desc-title {
      color: #252525;
      font-size: 36px;
      font-family: 'RobotoMono-Bold', sans-serif;
      margin: 35px 0 20px; }
    .what-is-desc-info {
      font-family: 'IBMPlexMono-Regular', sans-serif;
      font-size: 16px;
      colot: #202020;
      opacity: 0.8;
      line-height: 1.7; }
      .what-is-desc-info span {
        display: block; }

.meeting {
  position: relative; }

.metting-green-points {
  position: absolute;
  bottom: 10%;
  right: 10%;
  z-index: 1;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
  -webkit-transition: all .5s linear .2s;
  transition: all .5s linear .2s; }
  .metting-green-points.bounseIn {
    opacity: 1; }

.metting-green-lines {
  position: absolute;
  bottom: 45%;
  right: 2%;
  z-index: 1;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
  -webkit-transition: all .5s linear .3s;
  transition: all .5s linear .3s; }
  .metting-green-lines.bounseIn {
    opacity: 1; }

.metting-green-cross-dec {
  position: absolute;
  top: 30%;
  right: 30%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: all .5s linear .4s;
  transition: all .5s linear .4s; }
  .metting-green-cross-dec.bounseIn {
    opacity: 1; }

.metting-green-cross-dec1 {
  position: absolute;
  bottom: 25%;
  right: 25%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: all .5s linear .5s;
  transition: all .5s linear .5s; }
  .metting-green-cross-dec1.bounseIn {
    opacity: .5; }

.metting-green-cross-dec2 {
  position: absolute;
  top: 15%;
  right: 12%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: all .5s linear .6s;
  transition: all .5s linear .6s; }
  .metting-green-cross-dec2.bounseIn {
    opacity: .2; }

.metting-white-wave-dec1 {
  position: absolute;
  bottom: 27%;
  right: 20%;
  -webkit-transform: scale(2);
          transform: scale(2);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .5s linear .7s;
  transition: all .5s linear .7s; }
  .metting-white-wave-dec1.bounseIn {
    opacity: 1; }

.metting-black-wave-dec {
  position: absolute;
  bottom: 28%;
  right: 20.7%;
  -webkit-transform: scale(2);
          transform: scale(2);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .5s linear .8s;
  transition: all .5s linear .8s; }
  .metting-black-wave-dec.bounseIn {
    opacity: 1; }

.metting-black-wave-dec2 {
  position: absolute;
  bottom: 40%;
  right: 45%;
  -webkit-transform: scale(2);
          transform: scale(2);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .5s linear .9s;
  transition: all .5s linear .9s; }
  .metting-black-wave-dec2.bounseIn {
    opacity: 1; }

.meeting-container {
  max-width: 1300px; }

.meeting-info {
  width: 60%;
  padding: 0 0% 0 4%;
  position: relative; }

.meeting-img {
  width: 30%;
  position: absolute;
  bottom: 0;
  height: 100%;
  right: 0;
  background: url("../img/meeting-img.png") no-repeat center bottom/contain; }
  .meeting-img:before {
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background: url("../img/meeting-img.png") no-repeat center bottom/contain; }

.meeting-info-title {
  color: transparent;
  font-size: 36px;
  font-family: 'IBMPlexMono-Bold', sans-serif;
  line-height: 1.3;
  letter-spacing: 1px;
  position: relative; }
  .meeting-info-title-absolute {
    position: absolute;
    top: 80%;
    left: -55px; }

.text-animation {
  display: inline-block;
  color: transparent;
  position: relative; }
  .text-animation:before {
    content: '';
    color: #08ef85;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #0D182E;
    width: 0;
    height: 1.2em;
    -webkit-transform: translate(-50%, -55%);
            transform: translate(-50%, -55%); }
  .text-animation.state-1:before {
    width: 1px; }
  .text-animation.state-2:before {
    width: .9em; }
  .text-animation.state-3 {
    color: #08ef85; }
    .text-animation.state-3:before {
      width: 0; }

.meeting-info-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 70px 0 0; }

.meeting-info-boxes-box {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -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;
  padding: 0 60px;
  text-align: center;
  margin: 0 0 55px; }

.meeting-info-absolute {
  position: absolute;
  bottom: -14px;
  left: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 75px;
  width: 100%; }
  .meeting-info-absolute-img {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 0;
    -webkit-transition: all .5s linear .3s;
    transition: all .5s linear .3s; }
    .meeting-info-absolute-img.bounseIn {
      opacity: 1; }
    .meeting-info-absolute-img:nth-child(2) {
      -webkit-transition: all .5s linear .4s;
      transition: all .5s linear .4s; }
    .meeting-info-absolute-img:nth-child(3) {
      -webkit-transition: all .5s linear .5s;
      transition: all .5s linear .5s; }

.meeting-info-boxes-box-num {
  color: #08ef85;
  font-size: 50px;
  padding: 0 0 14px;
  font-family: 'IBMPlexMono-Regular', sans-serif; }

.meeting-info-boxes-box-text {
  color: #252525;
  font-size: 18px;
  font-family: 'RobotoMono-Regular', sans-serif; }

.meeting-info-title-mob {
  display: none; }

.speakers-content {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }

.speakers-white-row {
  position: absolute;
  right: 10%;
  bottom: 50%;
  opacity: 0;
  -webkit-transition: all .5s linear .2s;
  transition: all .5s linear .2s; }
  .speakers-white-row.bounseIn {
    opacity: 1; }

.speakers-title {
  color: transparent;
  font-size: 36px;
  font-family: 'RobotoMono-Bold', sans-serif;
  line-height: 1.3;
  letter-spacing: .9px;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0 0; }

.speakers-title-mob {
  display: none; }

.speakers.text-animation {
  display: inline-block;
  color: transparent;
  position: relative; }
  .speakers.text-animation:before {
    content: '';
    color: #08ef85;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 0;
    height: 1.2em;
    -webkit-transform: translate(-50%, -55%);
            transform: translate(-50%, -55%); }
  .speakers.text-animation.state-1:before {
    width: 1px; }
  .speakers.text-animation.state-2:before {
    width: .9em; }
  .speakers.text-animation.state-3 {
    color: #fff; }
    .speakers.text-animation.state-3:before {
      width: 0; }

.speakers-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  opacity: 0;
  -webkit-transition: all .5s linear .2s;
  transition: all .5s linear .2s; }
  .speakers-slider.bounseIn {
    opacity: 1; }
  .speakers-slider-white-cross {
    position: absolute;
    bottom: 20px;
    left: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 0;
    -webkit-transition: all .5s linear .4s;
    transition: all .5s linear .4s; }
    .speakers-slider-white-cross.bounseIn {
      opacity: 1; }
  .speakers-slider-green-cross {
    position: absolute;
    top: 240px;
    left: 265px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 0;
    -webkit-transition: all .5s linear .5s;
    transition: all .5s linear .5s; }
    .speakers-slider-green-cross.bounseIn {
      opacity: 1; }
  .speakers-slider-green-cross1 {
    position: absolute;
    top: 50px;
    right: 65px;
    opacity: .5;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 0;
    -webkit-transition: all .5s linear .6s;
    transition: all .5s linear .6s; }
    .speakers-slider-green-cross1.bounseIn {
      opacity: 1; }
  .speakers-slider-white-sc-cross {
    position: absolute;
    bottom: 130px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: 90px;
    opacity: 0;
    -webkit-transition: all .5s linear .7s;
    transition: all .5s linear .7s; }
    .speakers-slider-white-sc-cross.bounseIn {
      opacity: 1; }

.speakers-slider-item {
  width: 33%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0; }
  .speakers-slider-item.padding-right {
    padding: 0 0 0 120px; }
  .speakers-slider-item.padding-left {
    padding: 0 120px 0 0; }

.speakers-slider-item-img {
  position: relative; }

.speakers-slider-item-img-soc {
  position: absolute;
  bottom: 2px;
  right: 10px; }

.speakers-slider-item-name {
  color: #fff;
  font-size: 16px;
  font-family: 'RobotoMono-Bold', sans-serif;
  padding: 15px 0 7px; }

.speakers-slider-item-info {
  color: #fff;
  font-size: 14px;
  font-family: 'IBMPlexMono-Regular', sans-serif; }

.fp-slidesNav.fp-bottom {
  bottom: 70px; }

#fp-nav ul, .fp-slidesNav ul {
  width: 10%;
  margin: 0 auto;
  height: 10px; }

#fp-nav ul li,
.fp-slidesNav ul li {
  width: 15%;
  margin: 0 10px 0; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 100%;
  height: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border-radius: 0;
  background-color: #00ef7f;
  opacity: .2; }

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  top: 0;
  left: 0;
  margin: 0; }

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  top: 0;
  left: 0;
  margin: 0;
  width: 100%; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  width: 150%;
  background-color: #00ef7f;
  opacity: 1;
  height: 10px;
  border-radius: 0;
  margin: 0 0 0 -6px; }

.agenda-animation {
  opacity: 0;
  -webkit-transition: all .5s linear 1s;
  transition: all .5s linear 1s; }
  .agenda-animation.bounseIn {
    opacity: 1; }

.agenda {
  position: relative; }

.agenda-container {
  max-width: 1300px; }

.agenda-content {
  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: center;
      -ms-flex-pack: center;
          justify-content: center; }

.agenda-up-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .agenda-up-wrap.no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }

.agenda-title {
  line-height: normal;
  color: transparent;
  font-size: 36px;
  font-family: 'RobotoMono-Bold', sans-serif;
  letter-spacing: 1px;
  position: relative;
  width: 100%;
  -webkit-transition: all .5s linear;
  transition: all .5s linear; }
  .agenda-title.no-wrap {
    width: auto; }

.agenda-title-mob {
  display: none;
  line-height: normal;
  color: #08ef85;
  font-size: 36px;
  font-family: 'RobotoMono-Bold', sans-serif;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
  width: 100%; }

.agenda-green-cross {
  position: absolute;
  left: 250px;
  top: 0px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.agenda-green-cross1 {
  position: absolute;
  left: 200px;
  bottom: 200px;
  z-index: 10;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.agenda-btn {
  margin: 50px auto 67px;
  border: 1px solid #08ef85;
  -webkit-transition: all .5s linear;
  transition: all .5s linear; }
  .agenda-btn.no-wrap {
    margin: 0 0 60px auto;
    border: none;
    width: auto; }

.agenda-btn-item {
  padding: 20px 60px;
  font-size: 18px;
  font-family: 'RobotoMono-Bold', sans-serif;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  border: 3px solid transparent; }
  .agenda-btn-item.no-wrap {
    padding: 0 0 10px 0;
    margin: 0 10px;
    line-height: noraml; }
  .agenda-btn-item.active {
    background-color: #08ef85; }

.agenda-btn.no-wrap .active {
  background-color: transparent;
  border-bottom: 3px solid #08ef85; }

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #08ef85; }

.agenda-info-wrap {
  overflow: hidden;
  height: 450px;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  position: relative; }
  .agenda-info-wrap-line {
    position: absolute;
    display: block;
    top: 0;
    left: 20%;
    content: '';
    width: 2px;
    height: 100%;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(32%, #5c7bf7), color-stop(31%, white), to(white));
    background: linear-gradient(to bottom, #5c7bf7 32%, white 31%, white 100%);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    opacity: 1; }
    .agenda-info-wrap-line.op0 {
      opacity: 0; }
  .agenda-info-wrap.no-wrap {
    height: 600px; }
  .agenda-info-wrap-opacite {
    position: absolute;
    bottom: 43px;
    left: 0;
    width: 100%;
    height: 15%;
    z-index: 10;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(65%, white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, white 65%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    -webkit-transition: all .5s linear 1s;
    transition: all .5s linear 1s; }
    .agenda-info-wrap-opacite.bounseIn {
      opacity: 1; }
    .agenda-info-wrap-opacite.no-wrap {
      background: none; }

.agenda-info {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 77%;
  margin: 0 auto;
  position: relative; }
  .agenda-info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .agenda-info-row-block-subtitle {
      display: none;
      margin: 10px 0; }
      .agenda-info-row-block-subtitle.active {
        display: block; }
    .agenda-info-row-block-time {
      color: #08ef85;
      width: 20%;
      font-size: 18px;
      font-family: 'IBMPlexMono-Regular', sans-serif;
      position: relative; }
      .agenda-info-row-block-time-sircle {
        position: absolute;
        right: -11px;
        top: 0;
        content: '';
        background-color: #fff;
        width: 20px;
        height: 20px;
        z-index: 100;
        border: 1px solid #08ef85;
        border-radius: 100%;
        -webkit-transition: border .1s linear;
        transition: border .1s linear; }
        .agenda-info-row-block-time-sircle.active {
          border: 5px solid #08ef85; }
    .agenda-info-row-block-text {
      position: relative;
      width: 80%;
      padding: 0 0 39px 50px;
      font-size: 18px;
      position: relative;
      font-family: "RobotoMono-Bold", sans-serif; }
      .agenda-info-row-block-text-last {
        padding: 0 0 0 50px; }
      .agenda-info-row-block-text-person {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .agenda-info-row-block-text-person-img {
          margin: 0px 0 30px; }
          .agenda-info-row-block-text-person-img img {
            max-width: 1005;
            height: auto; }
        .agenda-info-row-block-text-person-name {
          color: #252525;
          font-size: 18px;
          font-family: 'RobotoMono-Bold', sans-serif; }
        .agenda-info-row-block-text-person-jop {
          color: #08ef85;
          font-size: 18px;
          font-family: 'RobotoMono-Bold', sans-serif;
          margin: 15px 0 30px; }
        .agenda-info-row-block-text-person-info {
          font-size: 16px;
          font-family: IBMPlexMono-Regular, sans-serif; }

.agenda-info-btn {
  margin: 50px 0 50px 28%; }

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .cards-item {
    width: 30.5%;
    position: relative;
    -webkit-transition: background .5s linear;
    transition: background .5s linear;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    opacity: 0;
    -webkit-transition: all .5s linear;
    transition: all .5s linear; }
    .cards-item.cards-item-op-animation {
      opacity: 1; }
    .cards-item:before {
      width: 100%;
      height: 95%;
      content: '';
      background-color: #08ef85;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: -webkit-transform 1s linear 1s;
      transition: -webkit-transform 1s linear 1s;
      transition: transform 1s linear 1s;
      transition: transform 1s linear 1s, -webkit-transform 1s linear 1s; }
    .cards-item-wrap {
      overflow: hidden;
      width: 100%;
      padding: 28px 20px 35px 23px;
      height: 100%;
      position: relative;
      background: #252525; }

.cards-before-animation:before {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  -webkit-transition: -webkit-transform 1s linear 1s;
  transition: -webkit-transform 1s linear 1s;
  transition: transform 1s linear 1s;
  transition: transform 1s linear 1s, -webkit-transform 1s linear 1s; }

.card-title {
  color: #08ef85;
  font-size: 24px;
  font-family: 'RobotoMono-Bold', sans-serif;
  text-align: center;
  z-index: 2;
  position: relative; }

.card-img {
  text-align: center;
  padding: 15px 0;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #232121; }

.card-desc {
  color: #fff;
  font-size: 14px;
  position: relative;
  font-family: 'RobotoMono-Regular', sans-serif;
  line-height: 1.7;
  z-index: 2;
  margin: 15px 0 50px; }

.card-list {
  position: relative;
  z-index: 2; }
  .card-list li {
    font-family: 'IBMPlexMono-Regular', sans-serif;
    font-size: 14px;
    color: #fff;
    margin: 10px 0 0 0; }
    .card-list li:before {
      display: inline-block;
      width: 8px;
      height: 8px;
      background-color: #08ef85;
      content: '';
      border-radius: 100%;
      margin: 0 10px 0 0; }

.cards-white-wave {
  position: absolute;
  bottom: 100px;
  left: 90px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: all .5s linear 1.1s;
  transition: all .5s linear 1.1s; }
  .cards-white-wave.cards-img-op-animation {
    opacity: 1; }

.cards-white-wave2 {
  position: absolute;
  bottom: 200px;
  right: 37%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: all .5s linear 1.2s;
  transition: all .5s linear 1.2s; }
  .cards-white-wave2.cards-img-op-animation {
    opacity: 1; }

.cards-white-wave3 {
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: all .5s linear 1.3s;
  transition: all .5s linear 1.3s; }
  .cards-white-wave3.cards-img-op-animation {
    opacity: 1; }

.cards-plus-green {
  position: absolute;
  top: 20%;
  right: 30%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: all .5s linear 1.4s;
  transition: all .5s linear 1.4s; }
  .cards-plus-green.cards-img-op-animation {
    opacity: .5; }

.cards-plus-green2 {
  position: absolute;
  top: 40%;
  right: 40%;
  -webkit-transform: rotate(-45deg) scale(1.5);
          transform: rotate(-45deg) scale(1.5);
  opacity: 0;
  -webkit-transition: all .5s linear 1.5s;
  transition: all .5s linear 1.5s; }
  .cards-plus-green2.cards-img-op-animation {
    opacity: .5; }

.cards-plus-white {
  position: absolute;
  bottom: 20%;
  right: 20%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: all .5s linear 1.6s;
  transition: all .5s linear 1.6s; }
  .cards-plus-white.cards-img-op-animation {
    opacity: 1; }

.cards-circle {
  position: absolute;
  top: 40%;
  right: 10%;
  opacity: .5;
  opacity: 0;
  -webkit-transition: all .5s linear 1.7s;
  transition: all .5s linear 1.7s; }
  .cards-circle.cards-img-op-animation {
    opacity: .5; }

.sponsors-title-mob {
  position: relative;
  font-family: 'RobotoMono-Bold', sans-serif;
  font-size: 36px;
  color: #08ef85;
  display: none;
  text-align: center;
  margin: 0 0 20px 0; }

.sponsors {
  position: relative; }
  .sponsors-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: space-between;
            flex-direction: space-between;
    width: 100%;
    padding: 40px 0 0 0; }
    .sponsors-title-info {
      font-family: 'RobotoMono-Bold', sans-serif;
      font-size: 36px;
      color: transparent;
      width: 50%;
      display: none; }
    .sponsors-title-btns {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      opacity: 0;
      -webkit-transition: all .5s linear .5s;
      transition: all .5s linear .5s; }
      .sponsors-title-btns.active {
        opacity: 1; }
  .sponsors-btn {
    color: #252525;
    font-size: 18px;
    font-family: 'IBMPlexMono-Regular', sans-serif;
    padding: 5px;
    margin: 0 0 0 35px;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    border-bottom: 2px solid transparent; }
    .sponsors-btn.active {
      color: #08ef85;
      border-bottom: 2px solid #08ef85; }
  .sponsors-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    opacity: 0;
    -webkit-transition: all .5s linear .7s;
    transition: all .5s linear .7s; }
    .sponsors-slide.sponsers-op-animation {
      opacity: 1; }
    .sponsors-slide-item {
      width: 17%;
      margin: 1%;
      -webkit-transition: all .5s linear;
      transition: all .5s linear;
      cursor: pointer; }

.mediapartner-slide {
  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;
  max-width: 100%; }

.mediapartner-slide-item {
  width: 20%; }

.mediapartner-slide-item {
  width: 48%;
  margin: 0 auto; }

.sponsors .fp-slidesNav.fp-bottom {
  display: none; }

.sponsors-green-cross1 {
  position: absolute;
  bottom: 300px;
  left: 200px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .5s linear 1.2s;
  transition: all .5s linear 1.2s;
  opacity: 0; }
  .sponsors-green-cross1.sponsers-op-animation {
    opacity: 1; }

.sponsors-green-cross2 {
  position: absolute;
  top: 100px;
  left: -50px;
  -webkit-transform: rotate(45deg) scale(0.6);
          transform: rotate(45deg) scale(0.6);
  -webkit-transition: all .5s linear 1s;
  transition: all .5s linear 1s;
  opacity: 0; }
  .sponsors-green-cross2.sponsers-op-animation {
    opacity: 1; }

.sponsors-green-cross3 {
  position: absolute;
  top: 100px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .5s linear 1.4s;
  transition: all .5s linear 1.4s;
  opacity: 0;
  right: 300px; }
  .sponsors-green-cross3.sponsers-op-animation {
    opacity: 1; }

.sponsors-rows {
  position: absolute;
  right: 100px;
  bottom: 0%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all .5s linear 1.5s;
  transition: all .5s linear 1.5s;
  opacity: 0; }
  .sponsors-rows.sponsers-op-animation {
    opacity: 1; }

.sponsors-slide-wrap {
  display: none;
  position: relative; }
  .sponsors-slide-wrap.active {
    display: block; }

.sponsors-media-wrap {
  display: none; }
  .sponsors-media-wrap.active {
    display: block;
    margin: 20% 0 0;
    width: 100%; }

.sponsors-media-wrap.owl-carousel.owl-loaded {
  display: none; }
  .sponsors-media-wrap.owl-carousel.owl-loaded.active {
    display: block; }

.mediapartner-title {
  font-family: 'RobotoMono-Bold', sans-serif;
  color: #08ef85;
  width: 50%;
  font-size: 36px;
  display: none; }

.sponsors-slide-wrap-absolute {
  position: absolute;
  top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  opacity: 0;
  -webkit-transition: all .5s linear .5s;
  transition: all .5s linear .5s; }
  .sponsors-slide-wrap-absolute.active {
    opacity: 1; }

.sponsors-slide-wrap-absolute-name {
  font-family: 'RobotoMono-Regular', sans-serif;
  font-size: 22px;
  color: #cbcbcb;
  cursor: pointer; }
  .sponsors-slide-wrap-absolute-name.active {
    color: #252525;
    -webkit-transition: all .5s linear;
    transition: all .5s linear; }

.sponsors-slide-wrap-absolute-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30%; }
  .sponsors-slide-wrap-absolute-item img {
    opacity: 0;
    visibility: hidden;
    margin: 0 10px;
    -webkit-transform: scale(1.4);
            transform: scale(1.4); }

.sponsors-slide-wrap-absolute-item.active img {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s linear;
  transition: all .5s linear; }

.sponsors-slide-wrap-absolute-line {
  height: 2px;
  width: 10%;
  dipslay: inline-block; }

.sponsors-slide-wrap-absolute-lineaftergold {
  background-color: #ffe29c; }

.sponsors-slide-wrap-absolute-lineaftersilver {
  background-color: #f1f1f1; }

.sponsors-media-wrap .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 100px 0 0; }

.sponsors-media-wrap .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  width: 30px;
  height: 5px;
  background-color: #08ef85;
  margin: 0 10px;
  opacity: .4; }

.sponsors-media-wrap .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.active {
  opacity: 1; }

.media-title-mob {
  color: #08ef85;
  font-size: 36px;
  font-family: 'RobotoMono-Bold', sans-serif;
  text-align: center;
  padding: 20px;
  width: 100%;
  display: none; }

.media {
  position: relative; }
  .media-title {
    color: transparent;
    font-size: 36px;
    font-family: 'RobotoMono-Bold', sans-serif;
    text-align: center;
    padding: 50px 0  0; }
  .media-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    opacity: 0;
    -webkit-transition: all .5s linear 1s;
    transition: all .5s linear 1s; }
    .media-slide.media-slide-op {
      opacity: 1; }
    .media-slide-item {
      margin: 0% 1% 13%;
      text-align: center;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
      .media-slide-item:hover {
        -webkit-filter: grayscale(0);
                filter: grayscale(0); }
      .media-slide-item img, .media-slide-item svg {
        max-width: 400px;
        width: 100%;
        height: 100%;
        max-height: 80px; }

.media-white-cross1 {
  position: absolute;
  top: 135px;
  right: 30%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: all .5s linear 1s;
  transition: all .5s linear 1s; }
  .media-white-cross1.media-img-op-animation {
    opacity: .3; }

.media-white-cross2 {
  position: absolute;
  top: 170px;
  left: 28%;
  -webkit-transform: rotate(45deg) scale(0.7);
          transform: rotate(45deg) scale(0.7);
  opacity: 0;
  -webkit-transition: all .5s linear 1.5s;
  transition: all .5s linear 1.5s; }
  .media-white-cross2.media-img-op-animation {
    opacity: 1; }

.media-white-cross3 {
  top: 73%;
  left: 15%;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: all .5s linear 1.4s;
  transition: all .5s linear 1.4s; }
  .media-white-cross3.media-img-op-animation {
    opacity: .3; }

.media-green-cross1 {
  position: absolute;
  right: 60px;
  top: 50%;
  opacity: 0;
  -webkit-transition: all .5s linear 1.1s;
  transition: all .5s linear 1.1s; }
  .media-green-cross1.media-img-op-animation {
    opacity: 1; }

.media-green-cross2 {
  position: absolute;
  right: 60px;
  top: 54%;
  opacity: 0;
  -webkit-transition: all .5s linear 1.2s;
  transition: all .5s linear 1.2s; }
  .media-green-cross2.media-img-op-animation {
    opacity: 1; }

.media-green-cross3 {
  position: absolute;
  bottom: 22%;
  right: 30%;
  opacity: 0;
  -webkit-transition: all .5s linear 1.3s;
  transition: all .5s linear 1.3s; }
  .media-green-cross3.media-img-op-animation {
    opacity: 1; }

.contact-right-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 0px; }

.content-house {
  max-width: 100%; }

.contact {
  position: relative; }
  .contact-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .contact-right {
    width: 60%;
    position: relative; }
  .contact-left {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .contact-title {
    color: transparent;
    font-size: 48px;
    font-family: 'RobotoMono-Bold', sans-serif;
    margin: 0 0 70px 0; }
  .contact-btn {
    width: 100%;
    max-width: 220px;
    height: 100%;
    max-height: 52px;
    background-color: #08ef85;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid transparent;
    -webkit-transition: all .5s linear;
    transition: all .5s linear; }
    .contact-btn span {
      width: 170px;
      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;
      color: #252525;
      letter-spacing: .2px;
      font-family: 'IBMPlexMono-Regular', sans-serif;
      font-size: 16px;
      margin: auto 0; }
    .contact-btn:hover {
      background-color: transparent;
      border: 1px solid #08ef85; }
      .contact-btn:hover span {
        color: #08ef85; }
    .contact-btn-tg {
      width: 50px;
      height: 50px;
      background-color: #00cb68;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 1px solid #00cb68; }

.content-title-mob {
  display: none; }

.slide-mob {
  display: none; }

.site-footer {
  display: none; }

.sponsors-slide-item {
  max-width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(30px, 30px, 30px) scale(1.5);
          transform: translate3d(30px, 30px, 30px) scale(1.5);
  -webkit-transition: all .5s linear;
  transition: all .5s linear; }
  .sponsors-slide-item.active {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px) scale(1);
            transform: translate3d(0px, 0px, 0px) scale(1); }

.content-absolute {
  position: absolute; }

.content-big-sircle {
  top: 165px;
  -webkit-transform: scale(6.5);
          transform: scale(6.5);
  z-index: -1;
  left: 145px; }

.content-white-sircle {
  top: 53%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  left: 15px; }

.content-longwave {
  bottom: 100px;
  -webkit-transform: rotate(160deg) scale(1.4);
          transform: rotate(160deg) scale(1.4);
  left: 20px;
  z-index: 1; }

.content-cross-bottom {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 80px;
  left: 90px; }

.content-cross-right {
  top: 40px;
  right: 50px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.content-white-wave {
  -webkit-transform: scale(2.2);
          transform: scale(2.2);
  bottom: 88px;
  left: 135px; }

.content-white-wave1 {
  bottom: 85px;
  -webkit-transform: scale(2.2);
          transform: scale(2.2);
  right: 200px; }

.content-white-wave2 {
  bottom: 75px;
  -webkit-transform: scale(2.2);
          transform: scale(2.2);
  right: 215px; }

.content-green-sircle-right {
  right: 85px;
  top: 40px;
  z-index: -1;
  -webkit-filter: blur(3px);
          filter: blur(3px); }

.content-green-wave3 {
  right: 60px;
  -webkit-transform: scale(3.2) rotate(-45deg);
          transform: scale(3.2) rotate(-45deg);
  top: 160px; }

.content-green-sircle {
  bottom: 100px;
  right: 8px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7); }

.info {
  -webkit-transform: rotate3d(1, 0, 0, 90deg);
          transform: rotate3d(1, 0, 0, 90deg);
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  pointer-events: none;
  background-color: rgba(76, 76, 76, 0.9);
  z-index: 1; }

.in-top .info {
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-animation: in-top .3s ease 0ms 1 forwards;
          animation: in-top .3s ease 0ms 1 forwards; }

.in-right .info {
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  -webkit-animation: in-right .3s ease 0ms 1 forwards;
          animation: in-right .3s ease 0ms 1 forwards; }

.in-bottom .info {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-animation: in-bottom .3s ease 0ms 1 forwards;
          animation: in-bottom .3s ease 0ms 1 forwards; }

.in-left .info {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-animation: in-left .3s ease 0ms 1 forwards;
          animation: in-left .3s ease 0ms 1 forwards; }

.out-top .info {
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-animation: out-top .3s ease 0ms 1 forwards;
          animation: out-top .3s ease 0ms 1 forwards; }

.out-right .info {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-animation: out-right .3s ease 0ms 1 forwards;
          animation: out-right .3s ease 0ms 1 forwards; }

.out-bottom .info {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-animation: out-bottom .3s ease 0ms 1 forwards;
          animation: out-bottom .3s ease 0ms 1 forwards; }

.out-left .info {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-animation: out-left .3s ease 0ms 1 forwards;
          animation: out-left .3s ease 0ms 1 forwards; }

@-webkit-keyframes in-top {
  from {
    -webkit-transform: rotate3d(-1, 0, 0, 90deg);
            transform: rotate3d(-1, 0, 0, 90deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); } }

@keyframes in-top {
  from {
    -webkit-transform: rotate3d(-1, 0, 0, 90deg);
            transform: rotate3d(-1, 0, 0, 90deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); } }

@-webkit-keyframes in-right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
            transform: rotate3d(0, -1, 0, 90deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); } }

@keyframes in-right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
            transform: rotate3d(0, -1, 0, 90deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); } }

@-webkit-keyframes in-bottom {
  from {
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
            transform: rotate3d(1, 0, 0, 90deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); } }

@keyframes in-bottom {
  from {
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
            transform: rotate3d(1, 0, 0, 90deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); } }

@-webkit-keyframes in-left {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
            transform: rotate3d(0, 1, 0, 90deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); } }

@keyframes in-left {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
            transform: rotate3d(0, 1, 0, 90deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); } }

@-webkit-keyframes out-top {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); }
  to {
    -webkit-transform: rotate3d(-1, 0, 0, 104deg);
            transform: rotate3d(-1, 0, 0, 104deg); } }

@keyframes out-top {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); }
  to {
    -webkit-transform: rotate3d(-1, 0, 0, 104deg);
            transform: rotate3d(-1, 0, 0, 104deg); } }

@-webkit-keyframes out-right {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 104deg);
            transform: rotate3d(0, -1, 0, 104deg); } }

@keyframes out-right {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 104deg);
            transform: rotate3d(0, -1, 0, 104deg); } }

@-webkit-keyframes out-bottom {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); }
  to {
    -webkit-transform: rotate3d(1, 0, 0, 104deg);
            transform: rotate3d(1, 0, 0, 104deg); } }

@keyframes out-bottom {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); }
  to {
    -webkit-transform: rotate3d(1, 0, 0, 104deg);
            transform: rotate3d(1, 0, 0, 104deg); } }

@-webkit-keyframes out-left {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); }
  to {
    -webkit-transform: rotate3d(0, 1, 0, 104deg);
            transform: rotate3d(0, 1, 0, 104deg); } }

@keyframes out-left {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); }
  to {
    -webkit-transform: rotate3d(0, 1, 0, 104deg);
            transform: rotate3d(0, 1, 0, 104deg); } }

.black-text {
  color: black; }

.black-bg {
  background-color: #000; }

.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.hide {
  display: none; }

.block {
  display: block; }

.bg-effect {
  -webkit-transition: background  .5s;
  transition: background  .5s; }
  .bg-effect.static {
    -webkit-transition: background  .5s;
    transition: background  .5s; }
  .bg-effect.bg-white {
    background: #fff;
    -webkit-transition: background .5s linear;
    transition: background .5s linear; }
  .bg-effect.bg-dark {
    -webkit-transition: background .5s linear;
    transition: background .5s linear;
    background: #1b1a1b; }

.body-static {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -2;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }
  .body-static img {
    max-width: 100%;
    width: 100%;
    height: 100%; }

.bg-effect.static .body-static {
  opacity: 1; }

.logo-fill-class.white {
  fill: #000; }

.logo-fill-class.black {
  fill: #fff; }

.soc-fill.white {
  fill: #000; }

.soc-fill.black {
  fill: #fff; }

.meeting-info-title-color {
  color: transparent; }

.meeting-info-title-color.text-animation.state-3 {
  color: #252525; }

.b-carousel {
  width: 100%;
  overflow: hidden;
  position: relative; }

.b-carousel__prev,
.b-carousel__next {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-transform: translateY(-50%) translateZ(0);
          transform: translateY(-50%) translateZ(0);
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 3; }

.b-carousel__next {
  left: auto;
  right: 20px; }

.b-carousel__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  will-change: transform;
  position: relative;
  z-index: 1;
  height: 100%; }

.b-carousel__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.media-item-slide {
  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; }
  .media-item-slide img {
    width: 100%;
    max-width: 181px;
    margin: 20px; }

.slider__controls {
  position: absolute;
  bottom: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%); }

.slider__btn {
  display: inline-block;
  width: 50px;
  height: 10px;
  background-color: #08ef85;
  margin: 0 10px;
  opacity: .5;
  cursor: pointer; }

.slider__btn--active {
  opacity: 1; }

@-webkit-keyframes title-animate {
  0% {
    width: 100%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    width: 0; } }

@keyframes title-animate {
  0% {
    width: 100%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    width: 0; } }

.op1 {
  opacity: 1; }

.fadeIn {
  -webkit-animation: fadeIn 2.5s linear 1s;
          animation: fadeIn 2.5s linear 1s; }

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

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

.content-house {
  opacity: 1;
  -webkit-animation: house 3s infinite;
          animation: house 3s infinite; }

@-webkit-keyframes house {
  0% {
    opacity: 1; }
  5% {
    opacity: 0; }
  10% {
    opacity: 1; }
  15% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes house {
  0% {
    opacity: 1; }
  5% {
    opacity: 0; }
  10% {
    opacity: 1; }
  15% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

.bounsIn {
  opacity: 1;
  -webkit-animation: bounsIn .5s linear;
          animation: bounsIn .5s linear; }

@-webkit-keyframes bounsIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes bounsIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.glitch {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0; }
  .glitch:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    opacity: 0.5;
    -webkit-animation: animate 5s infinite;
            animation: animate 5s infinite; }

.glitch-meeting {
  background-repeat: no-repeat;
  background-size: contain; }
  .glitch-meeting:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
    -webkit-animation: animate-meeting 5s infinite;
            animation: animate-meeting 5s infinite; }

@-webkit-keyframes animate {
  0% {
    background-position: 0 0;
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg); }
  1% {
    background-position: 4px 0; }
  2% {
    background-position: -4px 0; }
  3% {
    background-position: 12px 0; }
  4% {
    background-position: -16px 0; }
  5% {
    background-position: -24px 0; }
  6% {
    background-position: -52px 0; }
  7% {
    background-position: 0 22px; }
  8% {
    background-position: -40px -10px; }
  9% {
    background-position: 0 0;
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
    100% { }
    background-position: 0 0;
    filter: hue-rotate(360deg); } }

@keyframes animate {
  0% {
    background-position: 0 0;
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg); }
  1% {
    background-position: 4px 0; }
  2% {
    background-position: -4px 0; }
  3% {
    background-position: 12px 0; }
  4% {
    background-position: -16px 0; }
  5% {
    background-position: -24px 0; }
  6% {
    background-position: -52px 0; }
  7% {
    background-position: 0 22px; }
  8% {
    background-position: -40px -10px; }
  9% {
    background-position: 0 0;
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
    100% { }
    background-position: 0 0;
    filter: hue-rotate(360deg); } }

@-webkit-keyframes animate-meeting {
  0% { }
  1% {
    background-position: 4px 100%; }
  2% {
    background-position: -4px 100%; }
  3% {
    background-position: 12px 100%; }
  4% {
    background-position: -16px 100%; }
  5% {
    background-position: -24px 100%; }
  6% {
    background-position: -52px 100%; }
  7% {
    background-position: 0 100%; }
  8% {
    background-position: -40px 100%; }
  9% {
    background-position: 0 100%;
    100% { }
    background-position: 0 100%; } }

@keyframes animate-meeting {
  0% { }
  1% {
    background-position: 4px 100%; }
  2% {
    background-position: -4px 100%; }
  3% {
    background-position: 12px 100%; }
  4% {
    background-position: -16px 100%; }
  5% {
    background-position: -24px 100%; }
  6% {
    background-position: -52px 100%; }
  7% {
    background-position: 0 100%; }
  8% {
    background-position: -40px 100%; }
  9% {
    background-position: 0 100%;
    100% { }
    background-position: 0 100%; } }

.statue-block-img3 {
  z-index: 1;
  -webkit-animation: blink 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
          animation: blink 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both; }

.statue-block-img:before {
  z-index: -1;
  -webkit-animation: glitchbacho 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
          animation: glitchbacho 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both; }

.statue-block-img:after {
  z-index: -2;
  -webkit-animation: glitchbacho 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
          animation: glitchbacho 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both; }

@-webkit-keyframes glitchbacho {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; }
  5% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
    opacity: 1; }
  10% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
    opacity: 0; }
  15% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
    opacity: 1; }
  20% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
    opacity: 0; }
  25% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; }
  26% {
    opacity: 0; }
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 0; } }

@keyframes glitchbacho {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; }
  5% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
    opacity: 1; }
  10% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
    opacity: 0; }
  15% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
    opacity: 1; }
  20% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
    opacity: 0; }
  25% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; }
  26% {
    opacity: 0; }
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 0; } }

@-webkit-keyframes blink {
  0% {
    opacity: .8; }
  5% {
    opacity: .5; }
  1% {
    opacity: .8; }
  15% {
    opacity: .5; }
  20% {
    opacity: .8; }
  25% {
    opacity: .5; }
  26% {
    opacity: 1; }
  to {
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: .8; }
  5% {
    opacity: .5; }
  1% {
    opacity: .8; }
  15% {
    opacity: .5; }
  20% {
    opacity: .8; }
  25% {
    opacity: .5; }
  26% {
    opacity: 1; }
  to {
    opacity: 1; } }

@-webkit-keyframes glitch-op {
  0% {
    opacity: 1; }
  7% {
    opacity: .1; }
  9% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes glitch-op {
  0% {
    opacity: 1; }
  7% {
    opacity: .1; }
  9% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes glitch-lion-blue {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 0; }
  1% {
    -webkit-transform: translate(-4px, 4px);
            transform: translate(-4px, 4px);
    opacity: 0; }
  2% {
    -webkit-transform: translate(-4px, -4px);
            transform: translate(-4px, -4px);
    opacity: .7; }
  3% {
    -webkit-transform: translate(4px, 2px);
            transform: translate(4px, 2px);
    opacity: .7; }
  4% {
    -webkit-transform: translate(4px, 4px);
            transform: translate(4px, 4px);
    opacity: .7; }
  5% {
    -webkit-transform: translate(4px, 2px);
            transform: translate(4px, 2px);
    opacity: .7; }
  6% {
    -webkit-transform: translate(4px, -4px);
            transform: translate(4px, -4px);
    opacity: .7; }
  7% {
    -webkit-transform: translate(2px, 5px);
            transform: translate(2px, 5px);
    opacity: .7; }
  8% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 0; } }

@keyframes glitch-lion-blue {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 0; }
  1% {
    -webkit-transform: translate(-4px, 4px);
            transform: translate(-4px, 4px);
    opacity: 0; }
  2% {
    -webkit-transform: translate(-4px, -4px);
            transform: translate(-4px, -4px);
    opacity: .7; }
  3% {
    -webkit-transform: translate(4px, 2px);
            transform: translate(4px, 2px);
    opacity: .7; }
  4% {
    -webkit-transform: translate(4px, 4px);
            transform: translate(4px, 4px);
    opacity: .7; }
  5% {
    -webkit-transform: translate(4px, 2px);
            transform: translate(4px, 2px);
    opacity: .7; }
  6% {
    -webkit-transform: translate(4px, -4px);
            transform: translate(4px, -4px);
    opacity: .7; }
  7% {
    -webkit-transform: translate(2px, 5px);
            transform: translate(2px, 5px);
    opacity: .7; }
  8% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 0; } }

@-webkit-keyframes glitch-lion-red {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: .7; }
  1% {
    -webkit-transform: translate(-4px, 2px);
            transform: translate(-4px, 2px);
    opacity: .7; }
  2% {
    -webkit-transform: translate(-4px, 4px);
            transform: translate(-4px, 4px);
    opacity: .7; }
  3% {
    -webkit-transform: translate(2px, 5px);
            transform: translate(2px, 5px);
    opacity: .7; }
  4% {
    -webkit-transform: translate(-4px, -4px);
            transform: translate(-4px, -4px);
    opacity: .7; }
  5% {
    -webkit-transform: translate(4px, 2px);
            transform: translate(4px, 2px);
    opacity: .7; }
  6% {
    -webkit-transform: translate(4px, -2px);
            transform: translate(4px, -2px);
    opacity: .7; }
  7% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 0; } }

@keyframes glitch-lion-red {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: .7; }
  1% {
    -webkit-transform: translate(-4px, 2px);
            transform: translate(-4px, 2px);
    opacity: .7; }
  2% {
    -webkit-transform: translate(-4px, 4px);
            transform: translate(-4px, 4px);
    opacity: .7; }
  3% {
    -webkit-transform: translate(2px, 5px);
            transform: translate(2px, 5px);
    opacity: .7; }
  4% {
    -webkit-transform: translate(-4px, -4px);
            transform: translate(-4px, -4px);
    opacity: .7; }
  5% {
    -webkit-transform: translate(4px, 2px);
            transform: translate(4px, 2px);
    opacity: .7; }
  6% {
    -webkit-transform: translate(4px, -2px);
            transform: translate(4px, -2px);
    opacity: .7; }
  7% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 0; } }

.delay2 {
  -webkit-transition: all .65s ease .2s;
  transition: all .65s ease .2s; }

.delay3 {
  -webkit-transition: all .65s ease .35s;
  transition: all .65s ease .35s; }

.delay4 {
  -webkit-transition: all .65s ease .5s;
  transition: all .65s ease .5s; }

.delay5 {
  -webkit-transition: all .65s ease .65s;
  transition: all .65s ease .65s; }

.delay6 {
  -webkit-transition: all .65s ease .79s;
  transition: all .65s ease .79s; }

.delay7 {
  -webkit-transition: all .65s ease .85s;
  transition: all .65s ease .85s; }

.delay8 {
  -webkit-transition: all .65s ease 1s;
  transition: all .65s ease 1s; }

.delay9 {
  -webkit-transition: all .65s ease 1.15s;
  transition: all .65s ease 1.15s; }

.delay10 {
  -webkit-transition: all .65s ease 1.3s;
  transition: all .65s ease 1.3s; }

.delay11 {
  -webkit-transition: all .65s ease 1.45s;
  transition: all .65s ease 1.45s; }

.delay12 {
  -webkit-transition: all .65s ease 1.6s;
  transition: all .65s ease 1.6s; }

.close-modal {
  position: absolute;
  right: 27px;
  top: 100px; }
  .close-modal svg {
    fill: #919191;
    width: 25px;
    height: 25px; }

.modal {
  background: #222328;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  padding: 70px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -10001;
  opacity: 0;
  -webkit-transition: all .5s linear;
  transition: all .5s linear; }
  .modal.thank-you-modal {
    padding: 70px 0 0; }
  .modal.open {
    overflow-y: auto;
    opacity: 1;
    z-index: 10001; }
  .modal-title {
    font-family: 'RobotoMono-Bold', sans-serif;
    font-size: 36px;
    color: #08ef85;
    width: 100%; }
  .modal-pre-text {
    font-family: 'IBMPlexMono-Medium', sans-serif;
    font-size: 18px;
    color: #fff;
    max-width: 580px;
    margin: 30px 0; }
  .modal-content {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 895px;
    width: 100%; }
  .modal-img.modal-img-lion {
    background-image: url(../img/statue_lion.png);
    width: 302px;
    height: 383px; }
    .modal-img.modal-img-lion:before {
      background-image: url(../img/statue_lion.png); }
  .modal-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .modal-form-contact {
      max-width: 410px; }
    .modal-form-row {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 0 20px; }
      .modal-form-row span {
        display: block;
        width: 100%; }
    .modal-form-input {
      background: rgba(0, 0, 0, 0.5);
      border-style: solid;
      border-width: 0 0 1px 0;
      border-color: transparent transparent #08ef85 transparent;
      border-radius: 0;
      margin: 5px 0 0;
      font-size: 18px;
      color: #fff;
      padding: 14px 5px;
      width: 100%;
      outline: none; }
      .modal-form-input-title {
        font-family: 'IBMPlexMono-Medium', sans-serif;
        font-size: 14px;
        color: #fff; }

.decor-cross {
  position: absolute;
  left: 27px;
  bottom: 100px; }
  .decor-cross svg,
  .decor-cross img {
    fill: #07e782;
    fill-rule: evenodd;
    height: 190px; }

.get-invite-inner,
.thank-you-modal-inner,
.become-sponsor-inner,
.contact-inner {
  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;
  width: 100%;
  height: 100%; }

.contact-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.get-invite-modal-row,
.become-sponsor-modal-row,
.contact-modal-row {
  max-width: 410px;
  width: 100%; }
  .get-invite-modal-row:not(.contact-modal-row):nth-child(odd),
  .become-sponsor-modal-row:not(.contact-modal-row):nth-child(odd),
  .contact-modal-row:not(.contact-modal-row):nth-child(odd) {
    margin: 0 10px 20px 0; }

.modal-statue-thank-you-img {
  background-image: url(../img/statue_thank-you.png);
  -ms-flex-item-align: end;
      align-self: flex-end;
  height: 657px;
  width: 392px; }
  .modal-statue-thank-you-img:before {
    background-image: url(../img/statue_thank-you.png); }

@media all and (max-width: 1024px) {
  .modal-content-get-invite {
    max-width: 530px; } }

@media all and (max-width: 768px) {
  .modal {
    padding: 70px 15px; }
  .get-invite-modal-row:not(.contact-modal-row):nth-child(odd),
  .get-invite-modal-row:not(.contact-modal-row):nth-child(even),
  .become-sponsor-modal-row:not(.contact-modal-row):nth-child(odd),
  .become-sponsor-modal-row:not(.contact-modal-row):nth-child(even),
  .contact-modal-row:not(.contact-modal-row):nth-child(odd),
  .contact-modal-row:not(.contact-modal-row):nth-child(even) {
    margin: 0 auto 20px; }
  .decor-cross {
    left: 7px; }
  .submit-btn {
    margin: 0 auto; } }

@media all and (max-width: 578px) {
  .close-modal {
    right: 15px;
    padding: 0; }
  .inner-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .modal-content {
    padding: 0 15px;
    width: 100%;
    width: 100%; }
  .modal-title {
    font-size: 30px;
    text-align: center; }
  .modal-pre-text {
    text-align: center; }
  .modal-img.modal-img-lion {
    height: 230px;
    width: 178px;
    margin: 0 auto; }
  .modal-statue-thank-you-img {
    height: 253px;
    width: 150px;
    background-size: contain; }
    .modal-statue-thank-you-img:before {
      height: 253px;
      width: 150px;
      background-size: contain; } }

.content-white-sircle, .content-cross-bottom, .content-white-wave, .content-white-wave1, .content-white-wave2, .content-green-wave3, .content-green-sircle {
  z-index: 2; }

@media all and (min-width: 1366px) {
  html {
    height: 100%; } }

@media all and (width: 1366px) and (height: 1024px) {
  body.main-page {
    height: 100vh; } }

@media all and (width: 1024px) and (height: 1366px) {
  body.main-page {
    height: 100vh; } }

@media all and (width: 812px) and (height: 375px) {
  .site-footer {
    position: relative; } }

@media all and (width: 736px) and (height: 414px) {
  .site-footer {
    position: relative; } }

@media all and (width: 667px) and (height: 375px) {
  .site-footer {
    position: relative; } }

@media all and (min-width: 1600px) and (max-width: 1910px) {
  .speakers-title {
    padding: 30px 0 0; }
  .img-wrap-statue {
    height: 580px;
    width: 440px; }
  .meeting-img {
    max-width: 450px; }
  .agenda-info-wrap {
    height: 430px;
    -webkit-transition: all .5s linear;
    transition: all .5s linear; }
    .agenda-info-wrap.no-wrap {
      height: 480px; }
  .agenda-content {
    padding: 0px; }
  .agenda-title {
    padding: 0 0 0 15px; }
  .agenda-btn {
    margin: 30px auto; } }

@media all and (min-width: 1366px) and (max-width: 1599px) {
  .main-content {
    padding: 0; }
  .speakers-title {
    padding: 30px 0 0; }
  .img-wrap-statue {
    height: 510px;
    width: 470px; }
  .meeting-img {
    max-width: 320px; }
  .agenda-info-wrap {
    height: 260px;
    -webkit-transition: all .5s linear;
    transition: all .5s linear; }
    .agenda-info-wrap.no-wrap {
      height: 350px; }
  .main-green-sicrle-decr {
    bottom: 0; }
  .main-greenwhite-cross-decr {
    bottom: 0; }
  .agenda-title {
    padding: 0 0 0 15px; }
  .agenda-btn {
    margin: 0 auto 20px; }
  .agenda-info-wrap {
    height: 375px;
    -webkit-transition: all .5s linear;
    transition: all .5s linear; }
    .agenda-info-wrap.no-wrap {
      height: 390px; }
  .agenda-content {
    padding: 30px 0; }
  .agenda-btn-item {
    padding: 15px 40px; }
  .speakers-slider-item-img img {
    max-width: 80%; }
  .speakers-slider-item-img-soc {
    right: 29px;
    bottom: 1px; }
  .sponsors-slide-wrap-absolute {
    top: 50px; }
  .sponsors-media-wrap.active {
    margin: 5% 0 0; } }

@media all and (max-width: 1700px) {
  .main-green-points {
    bottom: 10%; }
  .main-green-points {
    bottom: 12.5%; }
  .main-white-wave4row1 {
    left: 55%; } }

@media all and (max-width: 1399px) {
  .sponsors-slide-wrap-absolute {
    display: none; }
  .sponsors-media-wrap.active {
    margin: 5% 0 0; } }

@media all and (max-width: 1365px) {
  .agenda-info-wrap-opacite {
    bottom: 0; }
  .header-wrap .nav-text .header-nav-btn {
    margin: 0 5px; }
  .header-btn-index {
    margin: 0 60px 0  0; }
  .what-is-container {
    max-width: 960px; }
  .meeting-img {
    max-width: 320px; }
  #fp-nav ul, .fp-slidesNav ul {
    width: 15%; }
  .cards {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

@media all and (max-width: 1100px) {
  .media-slide-item {
    margin: 1% auto; } }

@media all and (max-width: 1024px) {
  .media-slide-item {
    width: 45%;
    height: auto; }
  .contact-right-img {
    display: none; }
  .content-house {
    opacity: 1;
    -webkit-animation: none;
            animation: none; }
  .content-title-mob {
    display: block;
    font-size: 36px;
    font-family: 'RobotoMono-Bold', sans-serif;
    text-align: center;
    padding: 50px 0;
    color: #08ef85; }
  .content-big-sircle {
    top: 100px;
    -webkit-transform: scale(5);
            transform: scale(5); }
  .contact-title {
    font-size: 36px; }
  .sponsors-slide-item {
    width: 30%; }
  .block-mob {
    display: block; }
  .header-index {
    background-color: rgba(26, 25, 25, 0.9); }
  .what-is-img-green-wave {
    bottom: 150px; }
  .what-is-img-green-circle3 {
    top: -2%; }
  .main-green-sicrle-decr {
    bottom: 10%;
    left: 75%; }
  .main-white-wave4row1 {
    bottom: 10%; }
  .main-green-points {
    bottom: 6%; }
  .main-white-wave4row {
    bottom: 25%;
    left: 35%; }
  .media-title {
    display: none; }
  .media-title-mob {
    display: block; }
  .agenda-title {
    display: none; }
  .agenda-title-mob {
    display: block; }
  .sponsors-title-info {
    display: none; }
  .site-footer {
    display: block; }
  .fidex-footer-section {
    display: none; }
  .speakers-slider-item-info {
    text-align: center; }
  .what-is, .meeting, .agenda, .sponsors {
    background-color: #fff; }
  .media-white-cross2 {
    display: none; }
  .contact-left {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .agenda-info-btn {
    position: relative; }
  .agenda-info-wrap-line {
    left: 33%; }
  .meeting-img {
    right: -120px; }
  .meeting-info-boxes-box {
    padding: 0; }
  .meeting-container {
    overflow: hidden;
    position: relative; }
  .agenda-info-row-block-time {
    width: 33%; }
  .agenda-info-row-block-text {
    padding: 0 0 39px 30px;
    width: 67%; }
  .agenda-info-row-block-text-last {
    padding: 0 0 0 30px; }
  .sponsors-rows {
    display: none; }
  .contact-items {
    -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; }
  .contact-right {
    margin: 85px 0 0; }
  .contact-btn {
    margin: 0 auto; }
  .cards {
    -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; }
  .cards-item {
    margin: 0 0 60px; }
  .cards-item {
    width: 45%; }
  .agenda {
    margin: 400px 0 0; }
  .agenda-title {
    text-align: center; }
  .speakers .fp-slidesNav.fp-bottom {
    bottom: -350px; }
  .speakers-slider-item {
    width: 50%; }
  .speakers-title .speakers-green-font {
    display: none; }
  .speakers-title .speakers {
    display: none; }
  .speakers-title-mob {
    display: block;
    color: #fff; }
    .speakers-title-mob span {
      color: #08ef85;
      display: block;
      padding: 0 0 20px 0; }
  .meeting-info {
    padding: 0; }
  .meeting-info-title-mob {
    display: block;
    color: #252525;
    text-align: center; }
    .meeting-info-title-mob h4 {
      display: inline-block;
      color: #08ef85; }
  .meeting-info-title .meeting-info-title-color {
    display: none; }
  .meeting-info-title .s {
    display: none; }
  .meeting-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .what-is-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .what-is-green-circle {
    top: 0; }
  .hide-mob {
    display: none; }
  .header-nav-btn {
    display: none; }
  .header-nav-mob-btn {
    display: block; }
  .header-nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .decor-wave-two-personal {
    display: none; }
  .decor-wave-two-personal-down {
    display: none; }
  .personal__ticket__price__payment {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .personal__ticket__price__title {
    width: 98%; }
  .header-wrap .header-logo {
    z-index: 10; }
  .img-wrap-statue {
    height: 540px; }
  .personal__ticket__price {
    width: 100%;
    margin: 0 auto; }
  .personal__ticket__counter {
    margin: 0 auto;
    width: 100%;
    text-align: center; }
  .what-is-img-statue {
    position: relative;
    z-index: 10;
    left: -30px; }
  .what-is-big-sircle {
    z-index: 0;
    top: 20%;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .what-is-img-wave4row {
    bottom: 18px;
    left: 13%; }
  .what-is-img-green-cross2, .what-is-img-wave4row, .what-is-img-green-cross4, .what-is-img-green-cross3, .what-is-img-green-cross5, .what-is-img-white-points, .what-is-img-green-circle2, .what-is-img-white-lines {
    z-index: 100; }
  .what-is-img-green-cross1-mob {
    opacity: 1; }
  .what-is-img-green-cross2-mob {
    opacity: 1; }
  .metting-black-wave-dec2 {
    bottom: 40%; }
  .speakers-slider-item.padding-left {
    padding: 0; }
  .speakers-slider-item.padding-right {
    padding: 0; }
  .sponsors-title-btns {
    width: 100%; }
  .about-us-team-items-item-in {
    right: 27%;
    bottom: 30%; }
  .about-us-team-items-item-fb {
    right: 9%;
    bottom: 30%; }
  .about-us-team-items-item-tw {
    right: -11.5%;
    bottom: 29%; }
  .content-white-sircle {
    top: 50%;
    left: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  .content-longwave {
    bottom: 70px;
    -webkit-transform: rotate(160deg) scale(1);
            transform: rotate(160deg) scale(1);
    left: 0; }
  .content-cross-bottom {
    bottom: 60px;
    left: 65px; }
  .content-white-wave {
    bottom: 73px; }
  .content-white-wave1 {
    right: 85px;
    bottom: 65px; }
  .content-white-wave2 {
    right: 100px;
    bottom: 55px; }
  .content-green-sircle-right {
    right: 33px;
    top: 15px; }
  .content-green-wave3 {
    right: 20px;
    top: 85px; }
  .content-green-sircle {
    bottom: 65px;
    right: -15px; }
  .content-cross-right {
    top: 15px;
    right: 5px;
    opacity: .6; } }

@media all and (max-width: 768px) {
  .sponsors-green-cross1 {
    display: none; }
  .metting-black-wave-dec2 {
    bottom: 30%; }
  .meeting-info-boxes-box {
    padding: 0;
    width: 50%; }
  .what-is-desc {
    width: 85%; }
  body.main-page {
    background-image: none;
    background-color: #000; }
  .personal__btn__cross__img {
    display: none; }
  .header-wrap {
    padding: 15px; }
  .header-wrap .header-logo img {
    width: 90%; }
  .header-wrap .nav-text .become-sponsor-link {
    padding: 10px 20px;
    display: block; }
  .header-wrap .nav-text {
    display: block; }
  .btn-green-1 {
    padding: 10px 25px; }
  .main-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 50px 0 0; }
  .right-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: center; }
  .img-wrap-statue {
    margin: 20px auto 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 400px;
    background-position: center; }
    .img-wrap-statue:before {
      background-position: center; }
  .back-link-wrap {
    display: none; }
  .right-wrap p.blue-txt {
    font-size: 16px; }
  .form-desc {
    font-size: 16px; }
  .form-input {
    font-size: 16px; }
  .back-link-inner a {
    font-size: 16px; }
  .page-block-text {
    font-size: 16px; }
  .site-footer {
    position: relative; }
  #fp-nav ul, .fp-slidesNav ul {
    width: 18%; }
  .cards-item {
    width: 55%; }
  .sponsors-title-btns {
    width: 70%; }
  .main-white-wave4row {
    bottom: 35%; }
  .main-green-points {
    bottom: 0; }
  .footer-text {
    width: 100%; }
  .about-us-team-items-item-in {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    bottom: 39%;
    right: 27%; }
  .about-us-team-items-item-fb {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    bottom: 39%; }
  .about-us-team-items-item-tw {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    bottom: 39%; }
  .contact-right img {
    -webkit-transform: scale(1.3);
            transform: scale(1.3); }
  .content-green-wave3,
  .content-white-wave2,
  .content-white-wave1,
  .content-white-wave,
  .content-cross-bottom,
  .content-longwave,
  .content-white-sircle,
  .content-green-sircle {
    z-index: 1; }
  .content-big-sircle {
    top: 80px;
    left: 70px; }
  .content-white-sircle {
    top: 55%;
    left: -60px; }
  .content-longwave {
    bottom: 30px;
    left: -70px; }
  .content-cross-bottom {
    bottom: 30px;
    left: 40px; }
  .content-white-wave {
    bottom: 35px;
    left: 80px; }
  .content-white-wave1 {
    bottom: 25px; }
  .content-white-wave2 {
    bottom: 15px; }
  .content-green-sircle {
    bottom: 25px;
    right: -75px; }
  .content-green-sircle-right {
    right: -25px;
    top: -15px; }
  .content-green-wave3 {
    right: -40px;
    top: 60px; }
  .content-cross-right {
    top: 0;
    right: -50px; } }

@media all and (max-width: 667px) {
  .slider__controls {
    width: 100%;
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin: 30px 0 0 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .media-item-slide img {
    margin: 15px auto 0; }
  .content-cross-right {
    right: -40px; }
  .content-green-wave3 {
    right: -10px; }
  .about-us-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .about-us-items-item {
    width: 100%; }
  .about-us-team-items-item-in {
    bottom: 46%; }
  .about-us-team-items-item-fb {
    bottom: 46%; }
  .about-us-team-items-item-tw {
    bottom: 46%; }
  .meeting-img {
    display: none; }
  .header-nav-menu {
    position: static;
    margin: 0 0 0 auto; }
  .media-white-cross3 {
    left: 80%; }
  .media .fp-slidesNav.fp-bottom {
    bottom: 0; }
  .media-slide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .media-slide-item {
    width: 51%; }
  .metting-white-wave-dec1 {
    display: none; }
  .metting-green-cross-dec1 {
    display: none; }
  .slide-counter {
    display: none; }
  .meeting-info {
    width: 100%; }
  .cards-item {
    width: 60%; }
  .terms-use-decor-wave-2 {
    display: none; }
  .auth-form {
    width: 92%;
    padding: 10px; }
  .header-contact {
    margin: 10px auto; }
  .personal__ticket__counter__count__item {
    width: 100%;
    text-align: center; }
  .personal__ticket__counter__count__item__data__min {
    width: 45px;
    max-width: 100%;
    display: inline-block; }
  .personal__ticket__counter__count__item__span {
    width: 70px;
    display: block;
    margin: 0 auto; }
  .personal__ticket__price__payment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .personal__ticket__price__payment span {
      width: 70%;
      margin: 0 auto;
      display: block;
      text-align: center; }
  .personal__ticket__price__title {
    width: 100%;
    display: block;
    text-align: center; }
  .personal__btn__button {
    padding: 0;
    font-size: 20px; }
  .personal__ticket__counter {
    padding: 10px; }
  .personal__ticket__counter__title {
    width: 100%; }
  .header-btn-index {
    display: none; }
  .nav-text {
    margin: 0;
    width: 60%; }
  #fp-nav ul, .fp-slidesNav ul {
    width: 22%; }
  .agenda-info-row-block-text {
    width: 60%; }
  .agenda-info-row-block-time {
    width: 40%; }
  .agenda-info-wrap-line {
    left: 40%; }
  .what-is-img {
    width: 65%; }
  .footer-text {
    width: 100%; }
  .content-big-sircle {
    top: 20px;
    left: 45px;
    -webkit-transform: scale(3.5);
            transform: scale(3.5); }
  .content-green-sircle {
    right: -53px; }
  .content-cross-right {
    right: -40px; } }

@media all and (max-width: 578px) {
  .media-green-cross3, .media-white-cross3, .media-white-cross1, .agenda-green-cross1 {
    display: none; }
  .sponsors-slide-item {
    width: 40%; }
  .media .fp-slidesNav.fp-bottom {
    bottom: -30px; }
  .about-us-team-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .about-us-team-items-item {
    width: 40%;
    margin: 0 0 30px 0; }
  .about-us-team-items-item-in {
    bottom: 27%;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    right: 32%; }
  .about-us-team-items-item-fb {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    bottom: 27%;
    right: 15%; }
  .about-us-team-items-item-tw {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    bottom: 27%;
    right: -3%; }
  .header-nav-menu {
    position: absolute; }
  .agenda {
    margin: 50px 0 0; }
  .speakers-slider-item {
    margin: 0 auto; }
  .speakers #fp-nav ul li, .speakers .fp-slidesNav ul li {
    margin: 5px 10px 0;
    width: 7%; }
  .speakers #fp-nav ul, .speakers .fp-slidesNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 80%; }
  .speakers .fp-slidesNav.fp-bottom {
    bottom: 0px; }
  .slide-desk {
    display: none; }
  .slide-mob {
    display: block; }
  .sponsors-slide-item {
    margin: 10px; }
  .header-nav-menu {
    right: 15px; }
  .header-wrap {
    position: relative; }
  .header-logout {
    position: absolute;
    right: 15px;
    top: 15px; }
  .header-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .header-logo {
    width: 100%;
    text-align: center;
    margin: 0 auto 0  0; }
  .header-wrap .nav-text {
    width: 100%;
    position: static; }
  .main {
    padding: 0 0 20px; }
  .main-content {
    padding: 0; }
  .right-wrap p {
    padding: 20px 0;
    line-height: 20px; }
  .img-wrap-statue {
    height: 300px;
    width: 260px; }
  .soc-wrap {
    right: 7px; }
  .site-footer {
    position: relative;
    bottom: 20px; }
  .footer-wrap .nav-text {
    margin: 0 auto;
    padding: 0px 15px 0px; }
  .page-content {
    padding: 10px;
    width: 100%;
    word-break: break-word; }
  .become-sponsor-link {
    margin: 0 auto 10px; }
  #fp-nav ul, .fp-slidesNav ul {
    width: 23%; }
  .agenda-btn-item {
    padding: 20px 25px; }
  .agenda-info-row-block-text {
    width: 79%; }
  .agenda-info-wrap-line {
    left: 21%; }
  .agenda-info-row-block-time {
    width: 21%; }
  .main-green-cross-decr {
    left: -60px; }
  .main-white-wave4row {
    display: none; }
  .main-green-points.bounseIn {
    display: none; }
  .main-green-sicrle-decr {
    left: 85%; }
  .main-white-wave4row1 {
    bottom: 0; } }

@media all and (max-width: 480px) {
  .header-wrap {
    padding: 12px; }
  .agenda-info {
    margin: 0 auto 0 30px; }
  .main-white-wave4row1 {
    left: 50%; }
  .mediapartner-title {
    width: 97%;
    text-align: center;
    margin: 0 0 20px 0; }
  .agenda-info-btn {
    margin: 50px 0 50px; }
  .agenda-info-row-block-text {
    padding: 0 0 39px 15px;
    width: 66%; }
  .agenda-info-row-block-time {
    width: 34%; }
  .sponsors-title {
    padding: 0;
    -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; }
  .sponsors-title-info {
    text-align: center;
    margin: 0 0 20px 0; }
  .sponsors-title-btns {
    width: 80%;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .sponsors-btn {
    margin: 0; }
  #fp-nav ul, .fp-slidesNav ul {
    width: 35%; }
  .contact-right {
    width: 80%; }
  .contact-left {
    width: 80%; }
  .cards-item-wrap {
    padding: 28px 15px; }
  .cards-item {
    width: 90%; }
  .agenda-info-wrap-line {
    left: 34%; }
  .agenda-btn-item {
    padding: 20px 8px; }
  .right-wrap p span {
    display: inline; }
  .header-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .header-contact-right {
    margin: 10px 0; }
  .about-us-team-items-item-in {
    bottom: 35%;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  .about-us-team-items-item-fb {
    bottom: 35%;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  .about-us-team-items-item-tw {
    bottom: 35%;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }

@media all and (max-width: 360px) {
  .agenda-btn-item {
    padding: 20px 2px; }
  .agenda {
    margin: 200px 0 0 0; }
  .speakers .fp-slidesNav.fp-bottom {
    bottom: -100px; }
  .soc-wrap {
    right: 10px; }
  .sponsors-green-cross3 {
    right: 250px; }
  .sponsors-green-cross1 {
    left: 250px; }
  .content-longwave {
    -webkit-transform: scale(0.8) rotate(160deg);
            transform: scale(0.8) rotate(160deg);
    bottom: 30px;
    left: -55px; }
  .content-white-sircle {
    top: 45%;
    left: -40px; }
  .content-green-wave3 {
    -webkit-transform: scale(1.5) rotate(-45deg);
            transform: scale(1.5) rotate(-45deg);
    right: -30px; }
  .content-cross-right {
    right: -40px; }
  .content-white-wave {
    left: 75px;
    bottom: 30px;
    -webkit-transform: scale(1.8);
            transform: scale(1.8); }
  .content-white-wave1 {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    right: 25px; }
  .content-white-wave2 {
    right: 40px;
    -webkit-transform: scale(1.8);
            transform: scale(1.8); }
  .content-green-sircle {
    right: -55px;
    bottom: 5px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6); } }
