 @charset "UTF-8";
/* CSS Document */
*
{
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
}
html,body
{
overflow:auto !important;
}

img
{
-moz-user-select: none; /* These user-select properties are inheritable, used to prevent text selection */
    -webkit-user-select: none;
    -ms-user-select: none; /* From IE10 only */
    user-select: none; /* Not valid CSS yet, as of July 2012 */

    -webkit-user-drag: none; /* Prevents dragging of images/divs etc */
    user-drag: none;
}
html
{
font-size:16px;
}
body
{
color:#000;
font-family: Roboto, Arial, sans-serif;
text-align:left;
}
.desktop #bannerGizmo
{
width:300px;
height:300px;
}
.mobile #bannerGizmo,.tablet #bannerGizmo
{
width:200px;
height:200px;
}
#leftsocial {
  height: auto;
}
#page,#first
{
margin-top:94px;
}
#leftsocial
{
margin-top:-35px;
}
#footer
{
padding-top:1px;
}
#header #sponsor_area
{
text-transform:uppercase;
}
/*#first video::-webkit-media-controls-fullscreen-button {
    display: none;
}*/
.slick-slide,.slick-slider {
    outline: none;
-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.relativo
{
position:relative;
z-index:1;
}

#page p,h2,#three .focus {
    
    margin: 25px auto;
    
	max-width:670px;
	text-align:left;
}
#page p
{
font-size: 1.375rem;
line-height: 1.5em;
font-weight: 300;
}

.riga.tabella
{
table-layout:fixed;
width:calc(100% + 30px);
}

.tabella.inverse
{
direction:rtl;
}
.tabella.inverse .cella
{
direction:ltr;
}
.transition,#thirteen::before,#thirteen::after
{
 transition: all 1.2s cubic-bezier(0.22, 0, 0.12, 1);
-moz-transition: all 1.2s cubic-bezier(0.22, 0, 0.12, 1);
-webkit-transition: all 1.2s cubic-bezier(0.22, 0, 0.12, 1);

}

.transition2,.professione .img::before,.professione a::before
{
 transition: all 0.5s cubic-bezier(0.22, 0, 0.12, 1);
-moz-transition: all 0.5s cubic-bezier(0.22, 0, 0.12, 1);
-webkit-transition: all 0.5s cubic-bezier(0.22, 0, 0.12, 1);
}

.opacita.off
{
opacity:0;
}
.sinistra.off
{
transform:translateX(-50vw);
}
.destra.off,.fascia.fascia3 img.destra.off,.fascia.fascia4 img.destra.off
{
transform:translateX(50vw);
}

.scale.off
{
transform:scale(0);
}

.ruota.scale.off
{
transform:scale(0) rotate(-360deg);
}

.ruota.off
{
transform:rotate(-360deg);
}

.comparsa
{
position:relative;
top:0;
}

.comparsa.off
{
top:50px;
}

b
{
font-weight:700;
}

#page
{
overflow: hidden;
}


.button,a.button
{
margin-top: 15px;
    
    width: 220px;
    border-radius:24px;
    position: relative;
    z-index: 1;
    line-height: 55px;
    font-size: 1em;
    cursor: pointer;
    display: inline-block;
    color: #fff;
	font-weight:700;
    text-align: left;
    border: 0;
    padding-left: 30px;
    padding-right: 60px;
text-transform:uppercase;
background-repeat:no-repeat;
background-position:90% 50%;
margin-left:5px;
margin-right:5px;
}

.button:hover,a.button:hover
{
  background-color: #0e001e !important;
}

section
{
  position:relative;
  z-index:1;
}

/* custom code */
.focus
{
max-width:1200px;
position:relative;
z-index:2;
}

#first
{
color:#fff;
text-transform:uppercase;
background-size:cover;
position:fixed;
top:0;
left:0;
width:100%;
background-position:center center;
background-image:url("../img/visore.jpg");
overflow:hidden;
}
h1
{
font-weight:900;
font-size:3.3125rem;
line-height:1.1em;
margin-left:0;
max-width:850px;
text-align:left;
}
h2
{
font-weight: 900;
color: #bd00ff;
font-size: 3rem;
line-height: 1.2em;
margin-bottom:40px;
}
#mask
{
background-position:center center;
position:absolute;
z-index:1;
top:50%;
left:50%;
transform:translate(-50%,-50%);
border-radius:50%;
background-image:url("../img/maschera_visore.jpg");
}

#godown
{
position:absolute;
top:auto;
left:50%;
bottom:30px;
transform:translateX(-50%);
z-index:10;
font-size:1rem;
line-height:1em;
font-weight:700;
}
#godown::before
{
display:block;
margin-left:auto;
margin-right:auto;
margin-bottom:15px;
width:3px;
height:10vh;
max-height:82px;
background-position:bottom center;
background-image:url("../img/puntini.png");
content:"";
}
#spaziatore
{
height:2000px;
}

#two,#three,#four,#five,#six,#eight,#nine,#ten,#twelve
{
padding-top:45px;
}
#two p.intro
{
font-weight:900;
color:#bd00ff;
font-size:1.75rem;
margin-bottom:50px;
line-height:1.3em;
}
.blocco_img, .blocco_img img {
  position: relative;
  z-index: 1;
}
.blocco_img {
  display: inline-block;
}
.blocco_img .parall {
  position: absolute;
  z-index: 2;
  margin: 0;
max-width:1000%;
}
#two .blocco_img
{
margin-top:45px;
}

#mano1
{
left:-5%;
top:auto;
bottom:-5%;
width:55%;
}
#mano2
{
right:-5%;
left:auto;
top:30%;
width:55%;
}
#laccio
{
width:90%;
left:-2%;
top:-5%;
}

#mano3
{
left:auto;
right:-25%;
top:auto;
bottom:-15%;
width:75%;
}
#ia_chat
{
left:-10%;
top:20%;
width:85%;
}
#andamento
{
width:120%;
left:-2%;
top:-2%;
}

#donnavisore
{
left:-30%;
top:auto;
bottom:-15%;
width:170%;
z-index:3;
}
#barchart
{
left:-20%;
top:0;
width:80%;
}
#laccio2
{
width:140%;
left:-20%;
top:auto;
bottom:0;
z-index:4;
}

#page .col2 p, .col2 h2 {
  max-width: 540px;
}
#three h2
{
max-width: 520px;
margin-left:0;
}
#seven,#eleven
{
background-size:cover;
background-position:center center;
height:468px;
margin-top:70px;
}
#seven
{
background-image:url("../img/bg_circuiti.jpg");
}
#eleven
{
background-image:url("../img/bg_tablet.jpg");
}
#seven p,#eleven p
{
margin-left:0;
font-weight:900;
font-size:2.5rem;
line-height:1.4em;
font-style:italic;
color:#fff;
max-width:945px;
}
#seven p b,#eleven p b
{
font-weight:900;
color:#bd00ff;
}

#accounts
{
left: -13%;
top: 10%;
width: 40%;
}
#cervello
{
left:auto;
right:-40%;
top:35%;
width:102%;
}
#mano4
{
width:140%;
left:-20%;
top:auto;
bottom:0;
}

#uomonotebook
{
left: -20%;
top: auto;
bottom:-25%;
width: 140%;
z-index:4;
}
#barchart2
{
left:auto;
right:-20%;
top:4%;
width:90%;
}
#laccio3
{
width:140%;
left:-20%;
top:-5%;
}

#mani
{
left: 15%;
top: auto;
bottom: -25%;
width: 75%;
z-index:3;
}
#manibioniche
{
left:25%;
top: auto;
bottom:-10%;
width:90%;
}
#laccio4
{
width:70%;
left:0;
top:5%;
z-index:4;
}

#twelve .blocco_img
{
margin-top:45px;
margin-bottom:70px;
}

#ten p,#ten h2,#ten .stats
{
max-width:680px;
}
#ten .stats
{
margin-left:auto;
margin-right:auto;
margin-top:50px;
margin-bottom:50px;
}

#ten .stats .valore_finale {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	position:relative;
z-index:1;
margin-left:auto;
margin-right:auto;
width:310px;
height:310px;
}

#ten .stats svg
{
max-width:100%;
}

#ten .stats p
{
margin-top:20px;
font-size:1em;
color:#7f7f7f;
}

#ten .stats .background-circle {
   width: 100%;
  height: 100%;
  border: 51px solid #bd00ff;
  border-radius: 50%;
  /* To center it inside the container */
  position: absolute;
top:0;
left:0;
}

#ten .stats .foreground-circle {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  /* To start the svg circle from the top */
  transform: rotate(-90deg);

  /* To center it inside the container */
  position: absolute;
top:0;
left:0;
}

#ten .stats .foreground-circle svg circle {
  /* stroke-dasharray = 2 * (22/7) * svg's radius value (90px)*/
  stroke-dasharray: 861;
stroke-dashoffset: 861;
}

#ten .stats .number-inside-circle {
font-weight:900;
text-transform:uppercase;
font-size:0.75rem;
line-height:1.2em;
max-width:170px;
margin-left:auto;
margin-right:auto;
height:136px;
}
#ten .stats .number-inside-circle span
{
display:block;
color:#e827b4;
font-size:5.8125rem;
line-height:1em;
letter-spacing:-5px;
}
#thirteen
{
margin-top:70px;
background-color:#1e0038;
background-image:url("../img/bg_widget.jpg");
background-repeat:no-repeat;
background-position:top center;
color:#fff;
padding-top:150px;
padding-bottom:70px;
}
#thirteen img.animation,#thirteen .area_drop
{
position:absolute;
left:50%;
top:0;
transform:translateX(-50%);
z-index:1;
}

#thirteen img.animation
{
max-width:700px;
}

#thirteen .area_drop
{
width:428px;
height:424px;
border-radius:50%;
z-index:2;
top:80px;

}

#thirteen::before,#thirteen::after
{
position:absolute;
z-index:1;
top:0;
left:0;
width:100%;
height:100%;
content:"";
background-color:#0e001e;

}

#thirteen::before
{
opacity:0.64;
visibility:visible;
}
#thirteen.finished::after
{
z-index:10;
opacity:0.9;
visibility: visible;
}

#thirteen.on::before,#thirteen::after,#thirteen .popup
{
opacity:0;
visibility:hidden;
}
#thirteen.finished .popup
{
opacity:1;
visibility: visible;
}
#thirteen .popup
{
position:absolute;
z-index:11;
top:130px;
left:50%;
transform:translateX(-50%);
border-radius:24px;
padding:30px;
background-color:#bd00ff;
width:700px;
max-width:88%;
text-align: center;
}

#thirteen .popup h2
{
color:#fff;
font-size:2.5625rem;
text-align:center;
margin:0;
}

#thirteen p
{
text-align:center;
font-size:2.5625rem;
font-weight:900;
max-width: 950px;
line-height:1.3em;
}

#thirteen.on p
{
visiblity:hidden;
opacity:0;
}
#thirteen.on .popup p,#thirteen .popup p {
 opacity:1;
visibility: visible;
font-size:1.25rem;
font-weight:300;

}

#thirteen p span
{
display:block;
text-transform:uppercase;
margin-top:30px;
color:#bd00ff;
font-size:1.5625rem;
}

.plyr__control--overlaid
{
transform: translate(-50%,-50%) scale(2);
transform-origin: center center;
}
.icons_area
{
display:flex;
justify-content:space-between;
margin-top:90px;
flex-wrap: wrap;
}
.professione
{
position:relative;
padding-top:110px;
margin-top:15px;
text-transform:uppercase;
font-weight:700;
font-size:0.9375rem;
line-height:1.3em;
flex-basis:20%;
}
.professione .nome
{
position:relative;
z-index:1;
max-width:185px;
margin-left:auto;
margin-right:auto;
height:39px;
margin-top: 5px;
}
.professione .img
{
position:relative;
margin-top:-100px;
z-index:1;
display:block;
margin-left:auto;
margin-right:auto;
width:99px;
}

.professione .img.off
{
opacity:0.3;
}
.professione .img::before
{
width:99px;
height:99px;
border-radius:50%;
border:3px solid rgba(255,255,255,0.25);
background-repeat:no-repeat;
content:"";
background-position:center center;
display:block;
margin-left:auto;
margin-right:auto;
}
.professione .img:not(.off):hover::before,.professione .img.choosen::before
{
border:3px solid #fff;
}
.professione .img.ui-draggable:not(.off)
{
cursor:grab;
}
.professione .img.ui-draggable.choosen
{
cursor:default;
}
.professione .img.professione1::before
{
background-image:url("../img/professione1.png");
}
.professione .img.professione2::before
{
background-image:url("../img/professione2.png");
}
.professione .img.professione3::before
{
background-image:url("../img/professione3.png");
}
.professione .img.professione4::before
{
background-image:url("../img/professione4.png");
}
.professione .img.professione5::before
{
background-image:url("../img/professione5.png");
}
.professione .img.professione6::before
{
background-image:url("../img/professione6.png");
}
.professione .img.professione7::before
{
background-image:url("../img/professione7.png");
}
.professione .img.professione8::before
{
background-image:url("../img/professione8.png");
}
.professione .img.professione9::before
{
background-image:url("../img/professione9.png");
}
.professione .img.professione10::before
{
background-image:url("../img/professione10.png");
}

.professione .img.choosen1
{
transform:translate(-120%,-60%);
}
.professione .img.choosen2
{
transform:translate(0,-60%);
}
.professione .img.choosen3
{
transform:translate(120%,-60%);
}
.professione .img.choosen4
{
transform:translate(-60%,60%);
}
.professione .img.choosen5
{
transform:translate(60%,60%);
}

.clickable .professione .img:not(.off)
{
cursor:pointer;
}
.professione .overlay
{
visibility:hidden;
opacity:0;
position:absolute;
z-index:4;
top:auto;
bottom:-1px;
left:50%;
transform:translateX(-50%);
width:250px;
padding-left:8px;
padding-right:8px;
padding-top:15px;
padding-bottom:43px;
background-color:#bd00ff;
border-radius:24px;
text-transform:none;
font-weight:400;
}

.professione.on .overlay
{
opacity:1;
visibility:visible;	
}

.professione a,#close_popup
{
width:71px;
border-radius:14px;
background-color:rgba(255,255,255,0.25);
display:block;
margin-left:auto;
margin-right:auto;
margin-top:5px;
cursor:pointer;
position:relative;
z-index:5;
}
.professione a:hover
{
background-color:#bd00ff;
}
.professione.on a:hover,#close_popup:hover
{
background-color:#0e001e;
}
.professione a::before,#close_popup::before
{
line-height:29px;
content:"+";
font-weight:500;
font-size:1.5625rem;
transform-origin:center center;
display:inline-block;
}
.professione.on a::before,#close_popup::before
{
transform:rotate(-45deg);
}
#close_popup
{
position:absolute;
top:10px;
left:auto;
right:15px;
}
#restart
{
background-color:#8d00be;
background-image:url("../img/restart.png");
}

#help
{
background-color:#5d009e;
background-image:url("../img/help.png");
}
#help.off
{
display:none;
}
.stats svg.little
{
display:none;
}
.plyr--full-ui.plyr--video.plyr--paused .plyr__control--overlaid
{
display:none;
}
.plyr--stopped.plyr--full-ui.plyr--video.plyr--paused .plyr__control--overlaid
{
display:block;
}
#page.fullscreen
{
z-index:10000;
}
#fourteen
{
padding-bottom:56.5%;
}
#fourteen iframe
{
border: 0;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index:10;
}
/* end custom code */