@charset"utf-8";html*{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;}
input{-webkit-user-select:text;}
html{background:black;}
body{font-family:'mypro';color:#FFF;background-color:black;}
strong,b{font-weight:bolder}*{margin:0px;padding:0px;}
sup,sub{line-height:0px;font-size:65%;}::-webkit-scrollbar{width:25px;}::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey;border-radius:10px;}::-webkit-scrollbar-thumb{background:#195ca2;border-radius:10px;}::-webkit-scrollbar-thumb:hover{background:#b30000;}
body.iBinder{width:1280px;height:800px;font-family:'mypro';}
sub,sup{line-height:0px;font-size:65%;}
a{text-decoration:none;}
p{display:block;-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0px;-webkit-margin-end:0px;}.po{position:absolute;}.bg_white{background:white;}.mypro{font-family:'mypro';}.mypro_ita{font-family:'mypro_ita';}.myprob{font-family:'myprob';}.myprob_ita{font-family:'myprob_ita';}.mypro_sb{font-family:'mypro_sb';}.mypro_sb_ita{font-family:'mypro_sb_ita';}.mypro_blacksemi_cn{font-family:'mypro_blacksemi_cn';}.white{color:#fff;}.blue{color:#ab5704;}.grey{color:#4b4f58;}.orange{color:#eb5a22;}.blueD{color:#06458a;}.red{color:#e63940;}.btn_link{position:absolute;width:120px;height:70px;right:20px;bottom:80px;}#container div{background-repeat:no-repeat;background-size:100%;}@-webkit-keyframes myFade
{0%{opacity:0;}
100%{opacity:1;}}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px)rotateY(0);-webkit-animation-timing-function:ease-out;}
40%{-webkit-transform:perspective(400px)translateZ(150px)rotateY(170deg);-webkit-animation-timing-function:ease-out;}
50%{-webkit-transform:perspective(400px)translateZ(150px)rotateY(190deg)scale(1);-webkit-animation-timing-function:ease-in;}
80%{-webkit-transform:perspective(400px)rotateY(360deg)scale(.95);-webkit-animation-timing-function:ease-in;}
100%{-webkit-transform:perspective(400px)scale(1);-webkit-animation-timing-function:ease-in;}}.flip{-webkit-backface-visibility:visible!important;-webkit-animation-name:flip;backface-visibility:visible!important;animation-name:flip;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}@-webkit-keyframes opa{0%{opacity:0;}
100%{opacity:1;}}.opa{-webkit-animation:opa 1s ease forwards;}@-webkit-keyframes lamp_ac{0%{opacity:0;}
100%{opacity:1;}}.lamp_ac{-webkit-animation:lamp_ac 2s ease forwards;}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);}
50%{opacity:1;-webkit-transform:scale(1.05);}
70%{-webkit-transform:scale(.9);}
100%{-webkit-transform:scale(1);opacity:1;}}.bounceIn{-webkit-animation:bounceIn 1s ease-in-out forwards;}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px)rotateX(90deg);opacity:0;}
40%{-webkit-transform:perspective(400px)rotateX(-10deg);}
70%{-webkit-transform:perspective(400px)rotateX(10deg);}
100%{-webkit-transform:perspective(400px)rotateX(0deg);opacity:1;}}.flipInX{-webkit-backface-visibility:visible!important;-webkit-animation:flipInX 1s ease-in-out forwards;-webkit-animation-fill-mode:both;}@-webkit-keyframes bird_in{0%{opacity:0;-webkit-transform:translateX(-1600px);}
100%{opacity:1;-webkit-transform:translateX(0);}}.bird_in{-webkit-animation-name:bird_in;-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;}@-webkit-keyframes bird_out{0%{opacity:1;-webkit-transform:translateX(-1600px);}
100%{opacity:0;-webkit-transform:translateX(0);}}.bird_out{-webkit-animation-name:bird_out;-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-1000px);}
100%{opacity:1;-webkit-transform:translateX(0);}}.fadeInLeft{-webkit-animation-name:fadeInLeft;-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0px);}
100%{opacity:0;-webkit-transform:translateX(1200px);}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-400px);}
100%{opacity:1;-webkit-transform:translateY(0);}}.fadeInDown{-webkit-animation-name:fadeInDown;-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);}
100%{opacity:0;-webkit-transform:translateY(-80px);}}.fadeOutUp{-webkit-animation-name:fadeOutUp;-webkit-animation-duration:1s;-webkit-animation-delay:1s;-webkit-animation-fill-mode:both;}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}
100%{opacity:1;-webkit-transform:none;transform:none;}}.fadeInUp{-webkit-animation-name:fadeInUp;-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3);}
100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);}}.zoomIn{-webkit-animation:zoomIn.5s ease forwards;-webkit-animation-fill-mode:both;}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
100%{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);}}.slideOutRight{-webkit-animation:slideOutRight.5s ease forwards;-webkit-animation-fill-mode:both;}@-webkit-keyframes flash{0%,30%,60%,90%{opacity:0;}
15%,45%,75%,100%{opacity:1;}}.flash{-webkit-animation:flash 3s ease forwards;-webkit-animation-fill-mode:both;}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-500%,0,0)rotate3d(0,0,1,-540deg);}
100%{opacity:1;-webkit-transform:none;}}.rollIn{-webkit-animation:rollIn 1s ease forwards;-webkit-animation-fill-mode:both;}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible;}
100%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}.slideInRight{-webkit-animation:slideInRight 1s ease forwards;-webkit-animation-fill-mode:both;}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);}
100%{opacity:0;-webkit-transform:translateY(80px);}}.fadeOutDown{-webkit-animation:fadeOutDown;-webkit-animation-duration:1s;-webkit-animation-delay:1s;-webkit-animation-fill-mode:both;}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);}
60%{opacity:1;-webkit-transform:translateY(30px);}
80%{-webkit-transform:translateY(-10px);}
100%{-webkit-transform:translateY(0);opacity:1;}}.bounceInDown{-webkit-animation:bounceInDown forwards;-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);}100%{opacity:1;-webkit-transform:none;}}.fadeInRight{-webkit-animation:fadeInRight 1s ease forwards;-webkit-animation-fill-mode:both;}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);}
100%{opacity:1;-webkit-transform:none;transform:none;}}.fadeInLeft{-webkit-animation:fadeInLeft 1s ease forwards;-webkit-animation-fill-mode:both;}#loading{width:1280px;height:800px;position:absolute;left:0px;top:0px;z-index:9999;background:none;}#stage
{z-index:2;}#container{height:800px;width:1280px;position:relative;overflow:hidden;}#content
{position:absolute;left:0px;top:0px;width:1280px;height:800px;z-index:2}.bg{width:10128024px;height:800px;position:absolute;z-index:2;background:url(../images/bg.jpg)no-repeat;}#animationBG
{position:absolute;z-index:1;width:1280px;height:800px;left:0px;top:0px;}#animationBG div
{position:absolute;width:1280px;height:800px;display:none;}.scrollV{position:absolute;z-index:100;width:8px;bottom:50px;top:80px;right:15px}.scrollV>div{position:absolute;z-index:100;width:100%;background:RGBA(255,255,255,0.5);-webkit-background-clip:padding-box;-o-background-clip:padding-box;background-clip:padding-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border-radius:4px;}#switchPrezPanel{width:200px!important;height:250px!important;background-color:white!important;z-index:120!important;position:absolute!important;left:20px!important;top:20px!important;}.ref_container h1{position:relative;top:26px;left:16px;}.aniCt{display:none;}.logo_androgel{position:absolute;background:url(../images/logo_androgel.png)no-repeat;width:95.33334px;height:94.66667px;left:24px;top:28px;z-index:100;background-size:100%;}.logo_besins{position:absolute;background:url(../images/logo_besins.png)no-repeat;width:160.6667px;height:79.33334px;left:1092px;top:709.3334px;z-index:100;background-size:100%;}.icon_ref{position:absolute;background:url(../images/icon_ref.png)no-repeat;width:40px;height:40px;left:92px;top:673px;}.bg_white{background:white;width:1280px;height:800px;}.bg_gray{background:#f3f2ef;width:1280px;height:800px;}.bg_01{position:absolute;background:url("../images/bg.jpg");width:1280px;height:800px;left:0px;top:0px;background-size:100%;}.hide{display:none;}@-webkit-keyframes fRightIn{0%{-webkit-transform:translateX(1280px);opacity:0;}
100%{-webkit-transform:translateX(0);opacity:1;}}.fRightIn{-webkit-animation:fRightIn;-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;}@-webkit-keyframes fLeftIn{0%{-webkit-transform:translateX(-1280px);opacity:0;}
100%{-webkit-transform:translateX(0);opacity:1;}}.fLeftIn{-webkit-animation:fLeftIn;-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;}@-webkit-keyframes fLeftIn200{0%{-webkit-transform:translateX(-200px);opacity:0;}
100%{-webkit-transform:translateX(0);opacity:1;}}.fLeftIn200{-webkit-animation:fLeftIn200;-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;}@-webkit-keyframes fTopIn{0%{-webkit-transform:translateY(-800px);opacity:0;}
100%{-webkit-transform:translateY(0);opacity:1;}}.fTopIn{-webkit-animation:fTopIn;-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;}@-webkit-keyframes fBottomIn{0%{-webkit-transform:translateY(800px);opacity:0;}
100%{-webkit-transform:translateY(0);opacity:1;}}.fBottomIn{-webkit-animation:fBottomIn;-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;}@-webkit-keyframes fBottomIn200{0%{-webkit-transform:translateY(200px);opacity:0;}
100%{-webkit-transform:translateY(0);opacity:1;}}.fBottomIn200{-webkit-animation:fBottomIn200;-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;}@-webkit-keyframes fRound{0%{-webkit-transform:scale(0.5);opacity:0;}
100%{-webkit-transform:scale(1);opacity:1;}}.fRound{-webkit-animation:fRound;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;}@-webkit-keyframes fSpinOne{0%{-webkit-transform:rotate(0deg);}
100%{-webkit-transform:rotate(360deg);}}.fSpinOne{-webkit-animation:fSpinOne;-webkit-animation-duration:2s;-webkit-animation-fill-mode:both;-webkit-animation-timing-function:linear;}@-webkit-keyframes fSpin{0%{-webkit-transform:rotate(0deg);}
100%{-webkit-transform:rotate(360deg);}}.fSpin{-webkit-animation:fSpin;-webkit-animation-duration:5s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;}.fSpin.du10{-webkit-animation-duration:1s;}.fSpin.du50{-webkit-animation-duration:5s;}.fSpin.du100{-webkit-animation-duration:10s;}@-webkit-keyframes fZoom{0%{-webkit-transform:scale(0.1);opacity:0;}
100%{-webkit-transform:scale(1);opacity:1;}}.fZoom{-webkit-animation:fZoom;-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;}@-webkit-keyframes fZoomOut{0%{-webkit-transform:scale(5);opacity:0;}
100%{-webkit-transform:scale(1);opacity:1;}}.fZoomOut{-webkit-animation:fZoomOut;-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;}@-webkit-keyframes fFade{0%{opacity:0;}
100%{opacity:1;}}.fFade{-webkit-animation:fFade;-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;}.fFadeSlow{-webkit-animation:fFade;-webkit-animation-duration:2s;-webkit-animation-fill-mode:both;}.fFadeVerySlow{-webkit-animation:fFade;-webkit-animation-duration:4s;-webkit-animation-fill-mode:both;}@-webkit-keyframes fHighLight{0%{opacity:0;}
20%{opacity:1;}
40%{opacity:0;}
60%{opacity:1;}
80%{opacity:0;}
100%{opacity:1;}}.fHighLight{-webkit-animation:fHighLight;-webkit-animation-duration:1.5s;-webkit-animation-fill-mode:both;}@-webkit-keyframes fHighLightOut{0%{opacity:0;}
20%{opacity:1;}
40%{opacity:0;}
60%{opacity:1;}
80%{opacity:0;}
99%{opacity:1;}
100%{opacity:0;}}.fHighLightOut{-webkit-animation:fHighLightOut;-webkit-animation-duration:1.5s;-webkit-animation-fill-mode:both;}@-webkit-keyframes fArrowLI{0%{-webkit-transform:translateX(-500px);opacity:0;}
100%{-webkit-transform:translateX(0);opacity:1;}}.fArrowLI{-webkit-animation:fArrowLI;-webkit-animation-duration:0.5s;-webkit-animation-fill-mode:both;}@-webkit-keyframes fArrowLIU{0%{-webkit-transform:translate(-500px,100px);opacity:0;}
100%{-webkit-transform:translate(0);opacity:1;}}.fArrowLIU{-webkit-animation:fArrowLIU;-webkit-animation-duration:0.5s;-webkit-animation-fill-mode:both;}@-webkit-keyframes fArrowLID{0%{-webkit-transform:translate(-500px,-100px);opacity:0;}
100%{-webkit-transform:translate(0);opacity:1;}}.fArrowLID{-webkit-animation:fArrowLID;-webkit-animation-duration:0.5s;-webkit-animation-fill-mode:both;}@-webkit-keyframes fArrowRI{0%{-webkit-transform:translateX(500px);opacity:0;}
100%{-webkit-transform:translateX(0);opacity:1;}}.fArrowRI{-webkit-animation:fArrowRI;-webkit-animation-duration:0.5s;-webkit-animation-fill-mode:both;}@-webkit-keyframes fArrowRIU{0%{-webkit-transform:translate(500px,100px);opacity:0;}
100%{-webkit-transform:translate(0);opacity:1;}}.fArrowRIU{-webkit-animation:fArrowRIU;-webkit-animation-duration:0.5s;-webkit-animation-fill-mode:both;}@-webkit-keyframes fArrowRID{0%{-webkit-transform:translate(500px,-100px);opacity:0;}
100%{-webkit-transform:translate(0);opacity:1;}}.fArrowRID{-webkit-animation:fArrowRID;-webkit-animation-duration:0.5s;-webkit-animation-fill-mode:both;}.de05{-webkit-animation-delay:0.5s;}.de10{-webkit-animation-delay:1s;}.de15{-webkit-animation-delay:1.5s;}.de20{-webkit-animation-delay:2s;}.de25{-webkit-animation-delay:2.5s;}.de30{-webkit-animation-delay:3s;}.de35{-webkit-animation-delay:3.5s;}.de40{-webkit-animation-delay:4s;}.de45{-webkit-animation-delay:4.5s;}.de50{-webkit-animation-delay:5s;}.de55{-webkit-animation-delay:5.5s;}.de60{-webkit-animation-delay:6s;}.de65{-webkit-animation-delay:6.5s;}.de70{-webkit-animation-delay:7s;}.de75{-webkit-animation-delay:7.5s;}.de80{-webkit-animation-delay:8s;}.de85{-webkit-animation-delay:8.5s;}.de90{-webkit-animation-delay:9s;}.de95{-webkit-animation-delay:9.5s;}.de100{-webkit-animation-delay:10s;}.de110{-webkit-animation-delay:11s;}.de025{-webkit-animation-delay:0.25s;}.de075{-webkit-animation-delay:0.75s;}.de125{-webkit-animation-delay:1.25s;}.de175{-webkit-animation-delay:1.75s;}.de225{-webkit-animation-delay:2.25s;}.de275{-webkit-animation-delay:2.75s;}.de325{-webkit-animation-delay:3.25s;}.de375{-webkit-animation-delay:3.75s;}.de425{-webkit-animation-delay:4.25s;}.de475{-webkit-animation-delay:4.75s;}.de525{-webkit-animation-delay:5.25s;}.de575{-webkit-animation-delay:5.75s;}