html {
  font-family: 'Montserrat', sans-serif;

}

/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 4.5rem;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  font-size: 16px;

}


.jumbotron .container h1 em {
  font-style: normal;
  color: #fff;

}




.jumbotron .container p {


  color: #fff;
  text-align: center;

}

.navbar-fixed-top {
  min-height: 60px;
  opacity: 1;
  background-color: #fff
}

.navbar-nav>li>a {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 60px;
}

@media (max-width: 767px) {
  .navbar-nav>li>a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }




}


.navbar-brand {

  padding: 7px 15px;
}

.jumbotron {

  margin-top: 15px;
  position: relative;
  width: 100%;

  /* gradient: */
  background-position: center center;

  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

  overflow: hidden;


  /* Rectangle: */
  background: #000;

  z-index: 1;
  color: #fff;
  -webkit-animation: 10s linear 0s normal none infinite animate;
  -moz-animation: 10s linear 0s normal none infinite animate;
  -ms-animation: 10s linear 0s normal none infinite animate;
  -o-animation: 10s linear 0s normal none infinite animate;
  animation: 10s linear 0s normal none infinite animate;

}


#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}

/* Rectangle 4: */
#tokens2 {



  color: #fff;
  letter-spacing: -0.1px;
  /* Combined Shape: */
  background: #B9A7DE;
  border: none;
  border-radius: 0;
  font-weight: 500;
  font-size: 18px;
  border-radius: 6px;
  padding: 18px;
}



#tokens {



  font-size: 18px;
  color: #434A54;
  letter-spacing: -0.1px;
  /* Combined Shape: */
  /* Combined Shape: */
  background: #10A7EB;
  color: #FFF;
  border: none;
  border-radius: 6px;
  padding: 18px;
  font-weight: 500
}


#more {

  background-color: #fff;
  color: #161B32;
  border: none;
  border-radius: 0;

}

.row {

  text-align: center;


}


.navbar-default .navbar-nav>li>a {

  color: #000000;
  font-weight: 300;
  font-size: 1em;


}




.diaha {


  padding: 30px 20px;

}

.project-name {
  text-align: center;
  padding: 10px 0;
}

.success {
  background: #78AD42 !important;
}

.timeline-container {
  max-width: 1000px;
  margin: 0 auto;

}

#timeline .timeline-item:after,
#timeline .timeline-item:before {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

#timeline {
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#timeline:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #92BCF2;
  left: 50%;
  top: 0;
  position: absolute;
}

#timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}

#timeline .timeline-item {
  margin-bottom: 50px;
  position: relative;
}

#timeline .timeline-item .timeline-icon {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: #92BCF2 2px solid;
  border-spacing: 10px 50px;
}

#timeline .timeline-item .timeline-icon svg,
#timeline .timeline-item .timeline-icon .fa {
  height: 3rem;
  left: 0.75rem;
  position: absolute;
  top: 0.75rem;
  width: 3rem;
}

#timeline .timeline-item .timeline-content {
  width: 45%;
  background: #F6FBFF;
  padding: 20px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #F6FBFF;
}

#timeline .timeline-item .timeline-content h2 {
  padding: 15px;
  background: #F6FBFF;
  color: #000;

  margin: -20px -20px 0 -20px;
  font-weight: 300;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-size: 18px;
}

#timeline .timeline-item .timeline-content p {
  padding-top: 10px;
  padding-bottom: 10px;
}

#timeline .timeline-item .timeline-content:before {
  content: '';
  position: absolute;
  left: 45%;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #F6FBFF;
}

#timeline .timeline-item .timeline-content.right {
  float: right;
}

#timeline .timeline-item .timeline-content.right:before {
  content: '';
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #F6FBFF;
}


@media screen and (max-width: 768px) {
  #timeline {
    margin: 30px;
    padding: 0px;
    width: 90%;
  }

  #timeline:before {
    left: 0;
  }

  #timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
  }

  #timeline .timeline-item .timeline-content:before,
  #timeline .timeline-item .timeline-content.right:before {
    left: 10.3%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #F6FBFF;
  }

  #timeline .timeline-item .timeline-icon {
    left: 0;
  }
}


/* Animation CSS */

/* icon animation */
.timeline-icon.is-hidden {
  visibility: hidden;
}

.timeline-icon.animate-it {
  visibility: visible;
  -webkit-animation: bounce-1 0.6s;
  -moz-animation: bounce-1 0.6s;
  animation: bounce-1 0.6s;
}

/* content block animation */
.timeline-content.is-hidden {
  visibility: hidden;
}

.timeline-content.animate-it {
  visibility: visible;
  -webkit-animation: bounce-2 0.6s;
  -moz-animation: bounce-2 0.6s;
  animation: bounce-2 0.6s;
}

@media only screen and (min-width: 769px) {

  /* Inverse bounce effect on even content blocks */
  .timeline-content.right.animate-it {
    -webkit-animation: bounce-2-inverse 0.6s;
    -moz-animation: bounce-2-inverse 0.6s;
    animation: bounce-2-inverse 0.6s;
  }
}

@media only screen and (max-width: 768px) {

  /* Inverse bounce effect on all content blocks */
  .timeline-content.animate-it,
  .timeline-content.right.animate-it {
    -webkit-animation: bounce-2-inverse 0.6s;
    -moz-animation: bounce-2-inverse 0.6s;
    animation: bounce-2-inverse 0.6s;
  }
}

/* ALL animation types called */

@-webkit-keyframes bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}

@keyframes bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@keyframes bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }

  f
}

@keyframes bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}



.lines {
  opacity: 0.05;
}

.line {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #fff;
}

.lights {
  opacity: 0.9;
}

.light {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #2f294f;
}


.card {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
  -webkit-mask-size: 200%;
  -webkit-animation: shimmy 6s ease-in-out infinite;


}


@-webkit-keyframes shimmy {

  0%,
  100% {
    transform: rotateY(0deg) skewX(-3deg);
    -webkit-mask-position: 150%;

  }

  50% {
    transform: rotateY(30deg) skewX(3deg);
    -webkit-mask-position: -50%;

  }
}

.nav-tabs {
  border-bottom: 2px solid #DDD;
  font-size: 20px;
  font-weight: 700;
}


.btn {
  font-size: 18px;
  display: block;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  transition: .3s;
  width: 220px;
  height: 60px;

  box-shadow: 0 16px 32px rgba(0, 0, 0, .2);
  font-weight: 400;
}


#diako {
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  line-height: 20px
}


#fonte font {

  padding-bottom: 3px
}

#fonte3 {
  font-weight: 300;
  text-align: center;
  font-size: 19px;
  letter-spacing: 1px;
}


#fota {

  text-align: right
}

@media screen and (max-width: 480px) {
  #fota {

    text-align: left
  }


  #tokens {
    font-size: 16px
  }

  #tokens2 {
    font-size: 16px
  }

  #secc {
    border-right: #D5CEEB 2px solid;
  }

  #spazio {

    height: 30px;

  }

  #spazio2 {

    height: 80px;

  }

  #fonte {
    font-size: 16px;

  }

  #fonte #fonte2 {

    padding-bottom: 0px
  }

  #bot {
    text-align: center
  }

  #oisvg {

    width: 300px;

  }

  #fonte3 {
    font-size: 16px;

  }

  #bot1 {
    text-align: center
  }

  .nav-tabs {
    font-size: 13px
  }

  .btn {

    width: 290px;
    font-size: 24px;

    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;

  }

  .slidersp {

    display: none
  }

  #diako {
    font-size: 1.5em;


  }

  #nodde {

    margin-bottom: -60px
  }




}



#slidecontainer {
  margin: 0 auto;
  text-align: center;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  border-radius: 6px;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #B9A7DE;
  cursor: pointer;
  border: none;
}

.slider::-moz-range-thumb {
  border-radius: 10px;

  width: 25px;
  height: 25px;
  background: #10A7EB;
  cursor: pointer;
}

.blog-footer {
  padding: 7.5rem;
  color: #999;
  text-align: left;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}

.blog-footer p:last-child {
  margin-bottom: 0;
}




#tokens:hover,
#tokens2:hover {
  opacity: 0.6;
}



.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  border-width: 0;
}

.nav-tabs>li>a {
  border: none;
  color: #666;
}

.nav-tabs>li.active>a,
.nav-tabs>li>a:hover {
  border: none;
  color: #10A7EB !important;
  background: transparent;
}

.nav-tabs>li>a::after {
  content: "";
  background: #10A7EB;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
  transition: all 0.5s ease-in-out;
}

.nav-tabs>li.active>a::after,
.nav-tabs>li:hover>a::after {
  transform: scale(1);
}

.tab-nav>li>a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #fff;
}

.tab-pane {
  padding: 15px 0;
}

.tab-content {
  padding: 20px;
}



.footer2 {
  position: fixed;
  left: 0px;
  bottom: 0px;
  height: 80px;
  width: 100%;
  background: #000;
  opacity: 0.4
}

/* IE 6 */
* html .footer2 {
  position: absolute;
  top: expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}



#mobile {
  display: none
}

@media (max-width: 770px) {
  #mobile {
    display: inline
  }

  #desktop {
    display: none
  }
}


output {
  position: absolute;
  background: #10A7EB;
  width: 100px;
  height: 40px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  color: white;
  border-radius: 10px;
  display: inline-block;
  /* font: bold 15px/30px Georgia; */
  bottom: 175%;
  left: 0%;
  margin-left: -1%;
}

output:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #10A7EB;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  left: 23%;
  margin-left: -5px;
  margin-top: -1px;
}


.navbar-default .navbar-toggle .icon-bar {
  background-color: #000000;
}










.mobformat {
  display: none
}

.mobfooter {
  text-align: left
}

.mobfooter2 {
  text-align: right
}

.yesmob {
  display: none
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {

  .mobba {
    display: none
  }

  .nomob {
    display: none
  }


}




@media screen and (max-width: 480px) {
  #imgm {
    width: 99%;

  }

  .mobba {
    display: none
  }

  .nomob {
    display: none
  }

  .mobbo {
    padding-bottom: 60px;
    text-align: center;
    margin: 0 auto;
  }

  .mobformat2 {
    display: none
  }

  .mobformat {
    display: block;
    padding-top: 40px
  }

  .mobs {
    padding-bottom: 40px
  }

  .mobfooter {
    text-align: center
  }

  .mobfooter2 {
    text-align: center
  }

  .yesmob {
    display: block
  }

}

#canvas {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: absolute;
  width: 245px;
  height: 217px;
  left: -99px;
  top: 53px;
}




.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #857BFF;
  background-color: #fff;
}


li.active a {
  color: #857BFF;
}


.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  border-radius: 0;
  background: #212327;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
}

.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a {
  text-decoration: underline
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}

#canvas svg {

  z-index: -9;
}


.liactive {
  color: #000000 !important
}


.logomi {
  max-height: 30px;
  margin-top: 10px;
}




#website {

  font-weight: 300;
  color: #000000
}


.panel-default>.panel-heading {
  color: #ffd100;
  background: rgb(253 214 55 / 10%);
  border-color: rgb(253 214 55 / 10%);
  font-weight: 600;
}


label {

  font-weight: unset;

}




#container2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: 0;
}

#monitor {
  background: #000;
  position: relative;
  border-top: 3px solid #888;
  margin: 5%;
  padding: 2% 2% 4% 2%;
  border-radius: 10px;
  border-bottom-left-radius: 50% 2%;
  border-bottom-right-radius: 50% 2%;
  transition: margin-right 1s;
}

#monitor:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 3%;
  left: 36%;
  height: .5%;
  width: 28%;
  background: #ddd;
  border-radius: 50%;
  box-shadow: 0 0 3px 0 white;
}

#monitorscreen {
  position: relative;
  background-color: #777;
  background-size: cover;
  background-position: top center;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}


@media all and (min-width: 960px) {
  #monitor {
    -webkit-animation: tvflicker .2s infinite alternate;
    -moz-animation: tvflicker .5s infinite alternate;
    -o-animation: tvflicker .5s infinite alternate;
    animation: tvflicker .5s infinite alternate;
  }

  @-webkit-keyframes tvflicker {
    0% {
      box-shadow: 0 0 100px 0 rgba(200, 235, 255, 0.4);
    }

    100% {
      box-shadow: 0 0 95px 0 rgba(200, 230, 255, 0.45);
    }
  }

  @-moz-keyframes tvflicker {
    0% {
      box-shadow: 0 0 100px 0 rgba(225, 235, 255, 0.4);
    }

    100% {
      box-shadow: 0 0 60px 0 rgba(200, 220, 255, 0.6);
    }
  }

  @-o-keyframes tvflicker {
    0% {
      box-shadow: 0 0 100px 0 rgba(225, 235, 255, 0.4);
    }

    100% {
      box-shadow: 0 0 60px 0 rgba(200, 220, 255, 0.6);
    }
  }

  @keyframes tvflicker {
    0% {
      box-shadow: 0 0 100px 0 rgba(225, 235, 255, 0.4);
    }

    100% {
      box-shadow: 0 0 60px 0 rgba(200, 220, 255, 0.6);
    }
  }
}


.form-control {
  font-size: 1em
}


.btnlink {
  color: #000 !important;
  font-weight: 600 !important;

}

.jumbotron {
  position: relative;
  overflow: hidden;
  padding: 0;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jumbotron-content {
  text-align: center;
}

.content-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.content-wrapper h1 {
  margin: 0;
}

.content-wrapper p {
  margin: 10px 0;
}

.content-wrapper button {
  display: block;
  margin: 10px auto;
}

#video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

#video-background video {
  width: 100%;
  height: auto;
  min-height: 100%;
}

#video-background .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.4;
}



.btnnew {
  background-color: #ffd100;
  color: #000;
  font-size: 16px;
  display: block;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  transition: .3s;
  width: 280px;
  height: 60px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, .1);
  font-weight: 600;
  border: 0
}

.btnnew:hover {
  background-color: #f1dd82;
  color: #000;


}

@media (max-width: 768px) {
  #video-background video {
    width: auto;
    height: 100%;
    min-height: inherit;
  }

  .content-wrapper {
    max-width: 400px;
    margin: 0 20px;
  }

}

h1 {
  font-weight: 600 !important;
  font-size: 3.5rem !important;
}


.input-group-addon {

  color: #000;
  background-color: #ffd100;

}

.carousel-inner {
  display: flex;
  justify-content: flex-start;
}

.carousel-inner img {
  width: 100px;
  margin-right: 10px;
}

.card-spacing {
  margin-right: 20px;
  /* Adjust as needed */

}


body>div.calendly-badge-widget>div>span,
div[data-id="branding"] {

  display: none !important;
}