@font-face {
  font-family: "Century Gothic";
  src: url("font/8483.eot");
  src: url("font/8483.eot?#iefix") format("embedded-opentype"), url("font/8483.woff") format("woff"), url("font/8483.ttf") format("truetype"), url("font/8483.svg#8483") format("svg");
  font-weight: bold;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "Century Gothic";
  src: url("font/gothic.eot");
  src: url("font/gothic.eot?#iefix") format("embedded-opentype"), url("font/gothic.woff") format("woff"), url("font/gothic.ttf") format("truetype"), url("font/gothic.svg#8483") format("svg");
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.roadmap {
  position: relative;
}
.roadmap .event {
  padding-top: 40px;
  position: relative;
  padding-bottom: 34px;
}
.roadmap .event .left {
  text-align: right;
  padding-right: 33px;
}
.roadmap .event .right {
  padding-left: 25px;
}
.roadmap .event .headline {
  font-family: Century Gothic;
  font-size: 18px;
  letter-spacing: 6px;
  font-weight: bold;
  color: #ff0099;
  vertical-align: middle;
  position: relative;
  padding-right: 55px;
}
.roadmap .event .headline i {
  font-size: 45px;
}
.roadmap .event .headline .icon {
  vertical-align: middle;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.roadmap .event .headline .icon img {
  width: auto;
  vertical-align: middle;
  display: inline-block;
  height: 38px;
}
.roadmap .event .headline:after {
  display: block;
  width: 12px;
  height: 12px;
  content: '';
  background: #ff0099;
  right: -36px;
  position: absolute;
  top: 11px;
  border-radius: 50%;
  z-index: 1;
}
.roadmap .event .date {
  font-family: Century Gothic;
  font-size: 17px;
  font-weight: normal;
  padding-right: 68px;
  color: #54646e;
}
.roadmap .event .logo-bottom {
  padding-right: 59px;
  margin-top: 8px;
  position: relative;
}
.roadmap .event .logo-bottom img {
  width: 109px;
  height: auto;
}
.roadmap .event.extra-text .text {
  height: 2.4em;
  overflow: hidden;
}
.roadmap .event.extra-text .logo-bottom {
  cursor: pointer;
}
.roadmap .event.extra-text .logo-bottom:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 6.5px 0 6.5px;
  border-color: #4a4a4a transparent transparent transparent;
  position: absolute;
  right: 11px;
  content: '';
  top: 18px;
  transform: translateY(-50%);
}
.roadmap .event.extra-text.active .logo-bottom:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 13px 6.5px;
  border-color: transparent transparent #4a4a4a transparent;
}
.roadmap .event .text {
  padding-right: 25px;
  font-family: Century Gothic;
  font-size: 17px;
  color: #54646e;
  line-height: 1.2;
  margin-top: 6px;
}
.roadmap .event .images .row > div {
  margin-top: 30px;
}
.roadmap .event .team .item {
  display: inline-block;
  background-color: #efefef;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
  padding: 2px;
  margin-left: 7px;
  text-align: center;
}
.roadmap .event .team .item a {
  color: #000;
}
.roadmap .event .team .item a:hover {
  color: #000;
}
.roadmap .event .team .item:first-child {
  margin: 0;
}
.roadmap .event .team .item:first-child:before {
  display: none;
}
.roadmap .event .team .item i {
  vertical-align: middle;
}
.roadmap .event .team .item.icon {
  color: #000;
  font-size: 24px;
  vertical-align: middle;
  height: 28px;
  width: 28px;
  line-height: 18px;
  margin-left: 30px;
}
.roadmap .event .team .item.icon:before {
  content: '';
  display: block;
  width: 10px;
  background: #979797;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
.roadmap .event .team .item.image {
  vertical-align: middle;
  background: none;
  padding: 0;
  margin-left: 30px;
  height: auto;
}
.roadmap .event .team .item.image img {
  width: 60px;
}
.roadmap .event .team .item.image:before {
  content: '';
  display: block;
  width: 10px;
  background: #979797;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
.roadmap .event .team .item.person a span {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
  background-size: cover;
  background-position: 50% 50%;
}
.roadmap .event .team .item a {
  display: inline-block;
  vertical-align: middle;
}
.roadmap .event .progress {
  width: 237px;
}
.roadmap .event .progress .title {
  margin-top: 23px;
  font-family: Century Gothic;
  font-size: 17px;
  color: #54646e;
}
.roadmap .event .progress .title .digit {
  float: right;
}
.roadmap .event .progress .bar {
  padding: 0;
  background-color: #EEF2F5;
  margin-top: 5px;
  margin-bottom: 1px;
}
.roadmap .event .progress .bar .inside {
  height: 8px;
  background-image: linear-gradient(to right, #9065c6, #ff0099);
}
.roadmap .event .progress .status {
  font-family: Century Gothic;
  font-size: 17px;
  color: #54646e;
}
.roadmap .event.invert .right {
  float: left;
  text-align: right;
  padding-right: 33px;
  padding-left: 15px;
}
.roadmap .event.invert .right .team {
  text-align: right;
}
.roadmap .event.invert .right .team .icon,
.roadmap .event.invert .right .team .image {
  margin-left: 0;
  margin-right: 30px;
}
.roadmap .event.invert .right .team .icon:before,
.roadmap .event.invert .right .team .image:before {
  right: -20px;
  left: auto;
}
.roadmap .event.invert .right .progress {
  text-align: left;
  display: inline-block;
}
.roadmap .event.invert .left {
  float: right;
  text-align: left;
  padding-left: 105px;
  padding-right: 15px;
}
.roadmap .event.invert .left .headline {
  padding-right: 0;
}
.roadmap .event.invert .left .headline:after {
  left: -113px;
  right: auto;
}
.roadmap .event.invert .left .headline .icon {
  left: -72px;
  right: auto;
}
.roadmap .event.invert.extra-text .logo-bottom {
  padding-right: 0;
  padding-left: 33px;
}
.roadmap .event.invert.extra-text .logo-bottom:after {
  right: auto;
  left: 0;
}
.roadmap:after {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  background: #979797;
  content: '';
  margin-left: -3px;
}
@media (max-width: 768px) {
  .roadmap:after {
    left: 20px;
  }
  .roadmap .event .left {
    text-align: left;
    padding-left: 65px;
  }
  .roadmap .event .left .headline {
    padding-right: 0;
    padding-left: 38px;
  }
  .roadmap .event .left .headline:after {
    right: auto;
    left: -39px;
  }
  .roadmap .event .left .headline .icon {
    right: auto;
    left: -23px;
  }
  .roadmap .event .left .date {
    padding-left: 38px;
    padding-right: 0;
  }
  .roadmap .event .left .logo-bottom {
    display: inline-block;
  }
  .roadmap .event .right {
    padding-left: 65px;
    margin-top: 35px;
  }
}
/* front */
.bar__module:first-child {
  width: calc(100% - 100px);
}
.bar__module:first-child #menu-navigation-new-2018 {
  width: 100%;
  text-align: right;
}
.bar__module:first-child #menu-navigation-new-2018 li:nth-child(1),
.bar__module:first-child #menu-navigation-new-2018 li:nth-child(2),
.bar__module:first-child #menu-navigation-new-2018 li:nth-child(3) {
  float: left;
}
.stack-header-buttons .btn {
  font-size: 13px;
  height: 26px;
  letter-spacing: 0;
  padding: 0 18px;
}
.relative {
  position: relative;
}
.vertical-h1 {
  position: absolute;
  left: 25%;
  bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 1000000;
  background: -webkit-linear-gradient(360deg, #FF0099, #814FBE);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 122px;
  white-space: nowrap;
  display: block;
  transform: translate(0, 47%);
  word-spacing: 0.54em;
  writing-mode: vertical-lr;
}
.relative.wpb_column.vc_column_container.col-sm-3 {
  z-index: 500;
}
.home .height-100.imagebg {
  min-height: 900px;
}
.home .height-100.imagebg:before {
  display: none;
}
.home .height-100.imagebg .container.pos-vertical-center {
  top: auto;
  position: relative;
  padding-bottom: 60px;
  font-family: Century Gothic;
  letter-spacing: -0.6px;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home .height-100.imagebg .container.pos-vertical-center h1 {
  font-size: 80px;
  color: #ff0099;
  line-height: 1.8;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: 0;
}
.home .height-100.imagebg .container.pos-vertical-center h1 span {
  font-size: 80px;
  color: #ff0099;
  line-height: 1.8;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.home .height-100.imagebg .container.pos-vertical-center h1.p1 + p {
  margin-bottom: 30px;
}
.home .height-100.imagebg .container.pos-vertical-center p {
  font-size: 50px;
  line-height: 1.13;
}
#scroll-bottom {
  position: relative;
  padding-left: 60px;
  font-family: Century Gothic;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: 0.1px;
  text-align: left;
  color: #ffffff;
  display: inline-block;
  line-height: 44px;
  text-decoration: none;
}
#scroll-bottom:before {
  width: 44px;
  height: 44px;
  content: '';
  background-color: #ff0099;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
#scroll-bottom:after {
  display: block;
  position: absolute;
  left: 14px;
  top: 9px;
  width: 18px;
  height: 18px;
  content: '';
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.vh-height {
  min-height: 100vh;
  display: flex;
}
.vh-height > .vc_column_container {
  margin: auto;
}
.vh-height .vc_column-inner {
  max-width: 1170px!important;
  margin: 0 auto!important;
}
.singup-email .wpcf7-form-control-wrap {
  display: block;
  margin-top: 30px;
}
.singup-email .wpcf7-form-control-wrap input {
  height: 40px;
  border-radius: 5px;
  background-color: #f4f4f4;
}
.singup-email button.btn {
  height: 40px;
  border-radius: 100px;
  text-align: center;
  background-image: -webkit-linear-gradient(0deg, #814FBE, #FF0099);
  font-family: Century Gothic;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  border: none;
  margin-top: 30px;
  color: #ffffff;
}
.vc_custom_1520396603269 > .wpb_column > .vc_column-inner > .wpb_wrapper > .row:first-child .wpb_column .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper {
  position: relative;
}
.ovals-animation {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  padding-top: 80%;
}
.ovals-animation .oval-1 {
  width: 100%;
  top: 0;
  height: 100%;
  border: solid 1px #e1e1e1;
  left: 0;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  animation: oval-rotate 15s infinite;
  transform: rotate(0deg);
}
.ovals-animation .oval-1:after {
  display: block;
  height: 8px;
  width: 8px;
  top: 50%;
  left: 0;
  background: #814FBE;
  content: '';
  border-radius: 50%;
  position: absolute;
  z-index: 20;
  transform: translate(-50%, -50%);
}
.ovals-animation .oval-2 {
  width: 90%;
  top: 5%;
  height: 90%;
  border: solid 1px #e1e1e1;
  left: 5%;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  transform: rotate(50deg);
  animation: oval-rotate2 20s infinite;
}
.ovals-animation .oval-2:after {
  display: block;
  height: 8px;
  width: 8px;
  top: 50%;
  left: 0;
  background: #FF0099;
  content: '';
  border-radius: 50%;
  position: absolute;
  z-index: 20;
  transform: translate(-50%, -50%);
}
.inside-circle {
  display: flex;
  position: relative;
  z-index: 15;
}
.inside-circle > div {
  margin: auto 0;
}
.inside-circle > div:first-child {
  margin: 0;
}
.inside-circle > div:first-child .vc_column-inner h1 {
  background: -webkit-linear-gradient(#814FBE, #FF0099);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 97px;
  white-space: nowrap;
  display: block;
  padding-left: 64%;
  writing-mode: vertical-lr;
}
.inside-circle > div:nth-child(2) {
  max-width: 620px;
}
@keyframes oval-rotate {
  from {
    transform: rotate(1deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes oval-rotate2 {
  from {
    transform: rotate(50deg);
  }
  to {
    transform: rotate(410deg);
  }
}
.home h1,
.home h2 {
  color: #54646e!important;
  font-family: Century Gothic!important;
}
.home .vc_custom_1520357103804 {
  margin-bottom: 0 !important;
  display: flex;
}
.home .vc_custom_1520357103804 .wpb_wrapper {
  display: flex;
  flex-direction: column;
}
.home .vc_custom_1520357103804 .wpb_wrapper p:after {
  content: '';
  display: block;
  height: 80px;
}
@media (min-width: 1200px) {
  .inside-circle > div:first-child .vc_column-inner .wpb_wrapper {
    left: 57%;
  }
}
@media (max-width: 1200px) {
  .vertical-h1 {
    font-size: 100px;
  }
  .inside-circle {
    min-height: 1px;
  }
  .inside-circle > div:first-child .vc_column-inner h1 {
    font-size: 75px;
  }
  .inside-circle h2 {
    font-size: 22px;
  }
  .inside-circle .lead {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .vertical-h1 {
    font-size: 100px;
  }
  .inside-circle > div:first-child .vc_column-inner h1 {
    height: auto;
    font-size: 57px;
  }
}
@media (max-width: 768px) {
  .bar__module:first-child #menu-navigation-new-2018 {
    text-align: center;
  }
  .bar__module:first-child #menu-navigation-new-2018 li {
    float: none!important;
  }
  span.h1.typed-text {
    font-size: 45px;
  }
  .inside-circle {
    display: block;
  }
  .inside-circle > div:first-child .vc_column-inner h1 {
    writing-mode: lr;
    white-space: normal;
    padding-left: 0;
    font-size: 46px;
  }
  .home .height-100.imagebg {
    min-height: 1px;
  }
  .home .height-100.imagebg .container.pos-vertical-center {
    position: relative;
  }
  .home .height-100.imagebg .container.pos-vertical-center h1 span {
    font-size: 40px;
  }
  .home .height-100.imagebg .container.pos-vertical-center p {
    font-size: 25px;
  }
  #scroll-bottom {
    line-height: 30px;
    padding-left: 44px;
  }
  #scroll-bottom:after {
    left: 10px;
    top: 9px;
    width: 10px;
    height: 10px;
  }
  #scroll-bottom:before {
    width: 30px;
    height: 30px;
  }
  .vh-height {
    min-height: 1px;
    display: block;
    padding: 0 20%!important;
    margin-top: 50px;
  }
  .inside-circle > div:first-child .vc_column-inner {
    font-size: 17px;
  }
  .vertical-h1 {
    writing-mode: lr;
    position: static;
    transform: none;
    word-spacing: 0;
    font-size: 39px;
    text-align: center;
  }
  .ovals-animation {
    top: 100px;
    left: 50%;
    width: 95vw;
    height: 95vw;
    transform: translateX(-50%);
    padding: 0;
  }
}
@media (max-width: 470px) {
  .vh-height {
    padding: 0 15px!important;
  }
  span.h1.typed-text {
    font-size: 21px;
  }
}
.twentytwenty-wrapper .twentytwenty-handle {
  background: #ff0099!important;
  box-shadow: none!important;
  border: none!important;
  width: 67px!important;
  height: 67px !important;
}
.twentytwenty-wrapper .twentytwenty-handle:after,
.twentytwenty-wrapper .twentytwenty-handle:before {
  background: #ff0099!important;
  box-shadow: none!important;
}
.twentytwenty-wrapper .twentytwenty-handle .twentytwenty-left-arrow {
  border-width: 16.5px 13px 16.5px 0!important;
  margin-top: -16px;
}
.twentytwenty-wrapper .twentytwenty-handle .twentytwenty-right-arrow {
  border-width: 16.5px 0 16.5px 13px!important;
  margin-top: -16px;
}
.twentytwenty-container {
  padding: 60px 0;
}
.twentytwenty-container img {
  top: 60px!important;
}
body .video-play-icon {
  box-shadow: none;
  /*  border:3px solid;
  border-image: -webkit-linear-gradient(360deg, #814FBE, #FF0099);
  border-image-slice: 1;*/
  border-radius: 50%;
  position: relative;
  border: double 2px transparent;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #814FBE, #FF0099);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
body .video-play-icon:after {
  background: url(play.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  content: '';
  display: block;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .video-play-icon:before {
  display: none;
}
