html{min-height:100%;font:normal normal 15px Ubuntu;color:#fff}html.modal-ad{height:100%}html.modal-ad>body{height:100%;overflow:hidden}body{height:100vh;min-height:100%;margin:0;overflow:hidden;background-repeat:no-repeat;background-image:url(./resource/img/Adello_White.png),linear-gradient(180deg,#177fb4,#17a9cc);background-position:100% 100%,50%;background-size:300px,auto}@media screen and (orientation:portrait) and (max-width:568px){body{height:auto;overflow:auto}}@media screen and (orientation:landscape) and (max-height:568px) and (max-width:1000px){body{height:auto;overflow:auto}}@media screen and (orientation:portrait) and (max-width:768px){body{height:auto;overflow:auto}}@media screen and (orientation:landscape) and (max-width:1024px){body{height:auto;overflow:auto}}@keyframes fullRotation{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@font-face{font-family:Lao UI;src:url("./resource/Lao UI/LaoUI.eot");src:url("./resource/Lao UI/LaoUI.eot"?#iefix) format("embedded-opentype"),url("./resource/Lao UI/LaoUI.woff2") format("woff2"),url("./resource/Lao UI/LaoUI.woff") format("woff"),url("./resource/Lao UI/LaoUI.ttf") format("truetype"),url("./resource/Lao UI/LaoUI.svg"#LaoUI) format("svg");font-weight:400;font-style:normal}@font-face{font-family:Ubuntu;src:url(./resource/Ubuntu/Ubuntu.eot);src:url(./resource/Ubuntu/Ubuntu.eot?#iefix) format("embedded-opentype"),url(./resource/Ubuntu/Ubuntu.woff2) format("woff2"),url(./resource/Ubuntu/Ubuntu.woff) format("woff"),url(./resource/Ubuntu/Ubuntu.ttf) format("truetype"),url(./resource/Ubuntu/Ubuntu.svg#Ubuntu) format("svg");font-weight:300;font-style:normal}.warningMessagesWrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-direction:column;flex-direction:column;width:100%;position:absolute;top:0;left:0;margin:0;z-index:999}.warningMessagesWrapper .warningMessage{font-weight:300;font-size:14px;line-height:18px;display:none;box-sizing:border-box;position:relative;text-align:center;margin:0;padding:20px 2%;background-color:#74b5d3}.warningMessagesWrapper .warningMessage .close{display:block;-ms-flex:none;flex:none;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;width:27px;height:27px;margin-left:20px;background-image:url(./resource/img/close.png);background-size:contain;background-repeat:no-repeat;background-position:50%}.warningMessagesWrapper .warningMessage>span:first-child{-ms-flex-positive:1;flex-grow:1}.warningMessagesWrapper .warningMessage.visible{display:-ms-flexbox;display:flex}.warningMessagesWrapper .warningMessage.hidden{display:none!important}@media screen and (orientation:portrait) and (min-width:769px){.warningMessagesWrapper .warningMessage.desktopWarning{display:-ms-flexbox;display:flex;width:100%;max-height:100px;-ms-flex-align:center;align-items:center}}@media screen and (orientation:landscape) and (min-width:1025px){.warningMessagesWrapper .warningMessage.desktopWarning{display:-ms-flexbox;display:flex;width:100%;max-height:100px;-ms-flex-align:center;align-items:center}}@media screen and (orientation:portrait) and (max-width:568px){.tablet .warningMessagesWrapper .warningMessage.mobileWarning{display:-ms-flexbox;display:flex;padding:10px;background-color:#197eb2;-ms-flex-align:center;align-items:center}.tablet .warningMessagesWrapper .warningMessage.mobileWarning .close{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;margin-left:10px}}@media screen and (orientation:landscape) and (max-height:568px) and (max-width:1000px){.tablet .warningMessagesWrapper .warningMessage.mobileWarning{display:-ms-flexbox;display:flex;padding:10px;background-color:#197eb2;-ms-flex-align:center;align-items:center}.tablet .warningMessagesWrapper .warningMessage.mobileWarning .close{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;margin-left:10px}}.toastMessage{display:block;position:absolute;top:50%;left:50%;padding:10px 40px;transform:translate(-50%,-50%);border-radius:15px;background:rgba(0,0,0,.65);color:#fff;transition:opacity .5s;font:normal normal 14px Lao UI;pointer-events:auto}.toastMessage.hidden{opacity:0;pointer-events:none}.loader{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;border-radius:70px;z-index:-1}.loader.hidden{display:none}.loader .spinner{font-size:150px;position:relative;display:inline-block;width:1em;height:1em}.loader .spinner.small{font-size:50px}.loader .spinner.center{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}.loader .spinner .spinner-blade{position:absolute;left:.4629em;bottom:0;width:.074em;height:.2777em;border-radius:.0555em;background-color:transparent;transform-origin:center -.2222em;animation:spinner-fade-default 1s infinite linear}.loader .spinner .spinner-blade:first-child{animation-delay:83ms;transform:rotate(30deg)}.loader .spinner .spinner-blade:nth-child(2){animation-delay:.166s;transform:rotate(60deg)}.loader .spinner .spinner-blade:nth-child(3){animation-delay:.249s;transform:rotate(90deg)}.loader .spinner .spinner-blade:nth-child(4){animation-delay:.332s;transform:rotate(120deg)}.loader .spinner .spinner-blade:nth-child(5){animation-delay:.415s;transform:rotate(150deg)}.loader .spinner .spinner-blade:nth-child(6){animation-delay:.498s;transform:rotate(180deg)}.loader .spinner .spinner-blade:nth-child(7){animation-delay:.581s;transform:rotate(210deg)}.loader .spinner .spinner-blade:nth-child(8){animation-delay:.664s;transform:rotate(240deg)}.loader .spinner .spinner-blade:nth-child(9){animation-delay:.747s;transform:rotate(270deg)}.loader .spinner .spinner-blade:nth-child(10){animation-delay:.83s;transform:rotate(300deg)}.loader .spinner .spinner-blade:nth-child(11){animation-delay:.913s;transform:rotate(330deg)}.loader .spinner .spinner-blade:nth-child(12){animation-delay:.996s;transform:rotate(1turn)}@keyframes spinner-fade-default{0%{background-color:hsla(0,0%,100%,.7)}to{background-color:transparent}}.loader .spinner.dark .spinner-blade{animation-name:spinner-fade-dark}@keyframes spinner-fade-dark{0%{background-color:rgba(0,0,0,.7)}to{background-color:transparent}}#root{height:100%}#root #main{height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-line-pack:center;align-content:center;-ms-flex-align:center;align-items:center;overflow:hidden}#root #deviceToggleContainer{width:300px;margin-left:5%;margin-right:5%;-ms-flex:0 0 250px;flex:0 0 250px}#root #deviceToggleContainer:empty{-ms-flex:none;flex:none;width:0;display:none}#root #devicePreviewContainer{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin:auto;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-align:center;align-items:center;position:relative}#root #sharingContainer{width:300px;-ms-flex:0 0 300px;flex:0 0 300px;-ms-flex-item-align:end;align-self:flex-end;margin:auto 5%}#root #sharingContainer:empty{-ms-flex:none;flex:none;width:0;display:none}#root #debugInfo{position:absolute;bottom:0;left:0;font-size:11px;pointer-events:none}#root #version{position:absolute;right:10px;bottom:10px;color:#82cce1;font-size:10px}@media screen and (orientation:landscape) and (max-width:1200px){#root #deviceToggleContainer{-ms-flex:0 0 235px;flex:0 0 235px}#root #sharingContainer{-ms-flex:0 0 240px;flex:0 0 240px}}@media screen and (orientation:portrait) and (max-width:568px){#root #deviceToggleContainer{display:none}#root #devicePreviewContainer{-ms-flex-positive:1;flex-grow:1;min-height:100vh;min-width:100vw}#root #debugInfo,#root #sharingContainer,#root #version{display:none}}@media screen and (orientation:landscape) and (max-height:568px) and (max-width:1000px){#root #deviceToggleContainer{display:none}#root #devicePreviewContainer{-ms-flex-positive:1;flex-grow:1;min-height:100vh;min-width:100vw}#root #debugInfo,#root #sharingContainer,#root #version{display:none}}@media screen and (orientation:portrait) and (max-width:768px){#root #deviceToggleContainer{display:none}#root #devicePreviewContainer{-ms-flex-positive:1;flex-grow:1;min-height:100vh;min-width:100vw}#root #debugInfo,#root #sharingContainer,#root #version{display:none}}@media screen and (orientation:landscape) and (max-width:1024px){#root #deviceToggleContainer{display:none}#root #devicePreviewContainer{-ms-flex-positive:1;flex-grow:1;min-height:100vh;min-width:100vw}#root #debugInfo,#root #sharingContainer,#root #version{display:none}}.sharingMenu{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:Lao UI;font-size:13px;width:280px}.sharingMenu.hidden{display:none}.sharingMenu>.row{padding-left:15px;padding-right:15px}.sharingMenu>.row>span{margin-bottom:5px;display:block}.sharingMenu>.row>div:first-of-type{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}@media screen and (orientation:portrait) and (max-width:568px){.sharingMenu{display:none}}@media screen and (orientation:landscape) and (max-height:568px) and (max-width:1000px){.sharingMenu{display:none}}@media screen and (orientation:portrait) and (max-width:768px){.sharingMenu{display:none}}@media screen and (orientation:landscape) and (max-width:1024px){.sharingMenu{display:none}}@media screen and (orientation:landscape) and (max-width:1200px){.sharingMenu{width:230px}}.sharingMenu>.topPart{margin-bottom:30px}.sharingMenu>.topPart button{-ms-flex:none;flex:none;-ms-flex-item-align:end;align-self:flex-end;background-color:transparent;border-radius:0;border:none;height:28px;width:28px;padding:0;background-image:url(./resource/icons/sharing_icon_sprite.png);background-size:400% 200%;background-position:0 100%;transition:transform .3s;transform:scale(1)}.sharingMenu>.topPart button:hover{cursor:pointer;opacity:.9}.sharingMenu>.topPart button:disabled{background-position:0 0;opacity:.6}.sharingMenu>.topPart button:disabled:hover{cursor:not-allowed}.sharingMenu>.topPart button:active{transform:scale(.9)}.sharingMenu>.topPart button:focus{outline:0}.sharingMenu>.topPart button::-moz-focus-inner{border:0;padding:0}.sharingMenu>.topPart .generateContainer{margin-top:30px;margin-bottom:30px}.sharingMenu>.secondPart{border-top:1px solid hsla(0,0%,100%,.2)}.sharingMenu>.secondPart button{-ms-flex:none;flex:none;-ms-flex-item-align:end;align-self:flex-end;background-color:transparent;border-radius:0;border:none;height:28px;width:28px;padding:0;background-image:url(./resource/icons/sharing_icon_sprite.png);background-size:400% 200%;background-position:0 100%;transition:transform .3s;transform:scale(1)}.sharingMenu>.secondPart button:hover{cursor:pointer;opacity:.9}.sharingMenu>.secondPart button:disabled{background-position:0 0;opacity:.6}.sharingMenu>.secondPart button:disabled:hover{cursor:not-allowed}.sharingMenu>.secondPart button:active{transform:scale(.9)}.sharingMenu>.secondPart button:focus{outline:0}.sharingMenu>.secondPart button::-moz-focus-inner{border:0;padding:0}.sharingMenu>.secondPart .generateContainer{margin-top:30px;margin-bottom:30px}.sharingMenu>.middlePart{border-top:1px solid hsla(0,0%,100%,.2);border-bottom:1px solid hsla(0,0%,100%,.2);margin-bottom:20px;padding-top:18px;padding-bottom:25px}.sharingMenu>.middlePart a,.sharingMenu>.middlePart button{background-color:transparent;border-radius:0;border:none;height:28px;width:28px;padding:0;background-image:url(./resource/icons/sharing_icon_sprite.png);background-size:400% 200%;background-position:200% 100%;transition:transform .3s;transform:scale(1);margin-top:103px}.sharingMenu>.middlePart a:hover,.sharingMenu>.middlePart button:hover{cursor:pointer;opacity:.9}.sharingMenu>.middlePart a:disabled,.sharingMenu>.middlePart button:disabled{background-position:200% 0;opacity:.6}.sharingMenu>.middlePart a:disabled:hover,.sharingMenu>.middlePart button:disabled:hover{cursor:not-allowed}.sharingMenu>.middlePart a:active,.sharingMenu>.middlePart button:active{transform:scale(.9)}.sharingMenu>.middlePart a:focus,.sharingMenu>.middlePart button:focus{outline:0}.sharingMenu>.middlePart a::-moz-focus-inner,.sharingMenu>.middlePart button::-moz-focus-inner{border:0;padding:0}.sharingMenu>.bottomPart button{background-color:transparent;border-radius:0;border:none;height:28px;width:28px;padding:0;background-image:url(./resource/icons/sharing_icon_sprite.png);background-size:400% 200%;background-position:300% 100%;transition:transform .3s;transform:scale(1)}.sharingMenu>.bottomPart button:hover{cursor:pointer;opacity:.9}.sharingMenu>.bottomPart button:disabled{background-position:300% 0;opacity:.6}.sharingMenu>.bottomPart button:disabled:hover{cursor:not-allowed}.sharingMenu>.bottomPart button:active{transform:scale(.9)}.sharingMenu>.bottomPart button:focus{outline:0}.sharingMenu>.bottomPart button::-moz-focus-inner{border:0;padding:0}.sharingMenu .urlOverwriteContainer{display:-ms-flexbox;display:flex;top:0;left:0;-ms-flex-align:start!important;align-items:flex-start!important;-ms-flex-direction:column!important;flex-direction:column!important}.sharingMenu .urlOverwriteContainer>*{padding:4px;padding-left:0;white-space:nowrap;border-radius:3px;font:normal normal 12px/20px Arial}.sharingMenu .urlOverwriteContainer_inner{width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:justify!important;justify-content:space-between!important}.sharingMenu .urlOverwriteContainer .urlOverwriteDisplay{background-color:#fff;padding:3px 0;border-radius:2px;box-sizing:border-box;width:145px}.sharingMenu .urlOverwriteContainer .urlOverwriteDisplay>input{width:100%;height:100%;padding:0 5px;box-sizing:border-box;color:#000;border:none;outline:none;font-family:Ubuntu;font-size:10px;font-weight:200;background-color:transparent}.sharingMenu .urlOverwriteContainer .urlOverwriteDisplay-disabled{background-color:#ddd}.sharingMenu .urlOverwriteContainer .urlOverwriteDisplay-disabled input{background-color:transparent!important}.sharingMenu .urlOverwriteContainer .urlOverwriteDisplay-valid{background-color:#1fa96b;border:1px solid #62c56a}.sharingMenu .urlOverwriteContainer .urlOverwriteDisplay-valid>input{color:#fff}.sharingMenu .urlOverwriteContainer button.okBtn{background-color:transparent;border-radius:0;border:none;height:28px;width:28px;padding:0;background-image:url(./resource/icons/sharing_icon_sprite.png);background-size:400% 200%;background-position:100% 100%;transition:transform .3s;transform:scale(1)}.sharingMenu .urlOverwriteContainer button.okBtn:hover{cursor:pointer;opacity:.9}.sharingMenu .urlOverwriteContainer button.okBtn:disabled{background-position:100% 0;opacity:.6}.sharingMenu .urlOverwriteContainer button.okBtn:disabled:hover{cursor:not-allowed}.sharingMenu .urlOverwriteContainer button.okBtn:active{transform:scale(.9)}.sharingMenu .urlOverwriteContainer button.okBtn:focus{outline:0}.sharingMenu .urlOverwriteContainer button.okBtn::-moz-focus-inner{border:0;padding:0}.sharingMenu .urlOverwriteContainer button.okBtn:hover{background-color:transparent;border-radius:0;border:none;height:28px;width:28px;padding:0;background-image:url(./resource/icons/sharing_icon_sprite.png);background-size:400% 200%;background-position:0 100%;transition:transform .3s;transform:scale(1);transform:rotate(45deg)}.sharingMenu .urlOverwriteContainer button.okBtn:hover:hover{cursor:pointer;opacity:.9}.sharingMenu .urlOverwriteContainer button.okBtn:hover:disabled{background-position:0 0;opacity:.6}.sharingMenu .urlOverwriteContainer button.okBtn:hover:disabled:hover{cursor:not-allowed}.sharingMenu .urlOverwriteContainer button.okBtn:hover:active{transform:scale(.9)}.sharingMenu .urlOverwriteContainer button.okBtn:hover:focus{outline:0}.sharingMenu .urlOverwriteContainer button.okBtn:hover::-moz-focus-inner{border:0;padding:0}.sharingMenu .shortUrlContainer{display:-ms-flexbox;display:flex;top:0;left:0;-ms-flex-pack:center;justify-content:center}.sharingMenu .shortUrlContainer>*{margin-right:5px;padding:4px;white-space:nowrap;border-radius:3px;font:normal normal 12px/20px Arial}.sharingMenu .shortUrlContainer>:hover{cursor:pointer}.sharingMenu .shortUrlContainer .shortUrlDisplay{background-color:#fff;padding:3px;border-radius:2px;width:145px}.sharingMenu .shortUrlContainer .shortUrlDisplay>input{color:#000;border:none;outline:none;font-family:Ubuntu;font-size:10px;font-weight:200;backgroudn-color:#fff}.sharingMenu .shortUrlContainer .shortUrlDisplay>input:disabled{background-color:#fff}.sharingMenu .qrCodeContainer .qrImageContainer{width:120px;height:120px;padding:3px;background-color:#fff;border-radius:4px;position:relative;overflow:hidden}.sharingMenu .qrCodeContainer .qrImageContainer>img{width:100%;height:100%}#side-menu{-ms-flex-order:0;order:0;-ms-flex:0 1 auto;flex:0 1 auto;-ms-flex-item-align:start;align-self:flex-start;-ms-flex-direction:column;flex-direction:column;width:280px;margin:auto 0;font-family:Lao UI;font-size:13px}#side-menu,#side-menu>.row{display:-ms-flexbox;display:flex}#side-menu>.row{-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-align:center;align-items:center;height:120px;border-top:1px solid hsla(0,0%,100%,.2)}#side-menu>.row>span{font-size:13px}#side-menu>.row.hidden{display:none}#side-menu>.row>.side-menu-item{width:60px;position:relative;padding-top:56px;text-align:center;background-repeat:no-repeat;background-reoeat:left center}#side-menu>.row>.side-menu-item:after{content:"";display:block;position:absolute;top:0;right:0;left:0;margin:auto}#side-menu>.row>.side-menu-item:hover{cursor:pointer}#side-menu>.row>.side-menu-item.iphone:after{width:26px;height:51px;background-image:url(./resource/icons/iphone.png)}#side-menu>.row>.side-menu-item.android:after{width:25px;height:51px;background-image:url(./resource/icons/android.png)}#side-menu>.row>.side-menu-item.ipad:after{width:39px;height:55px;background-image:url(./resource/icons/ipad.png)}#side-menu>.row>.side-menu-item.samsungs8:after{width:39px;height:55px;background-image:url(./resource/icons/samsungs8.png)}#side-menu>.row>.side-menu-item.activated:after{background-position:100%}@media screen and (orientation:landscape) and (max-width:1200px){#side-menu{width:230px}}@media screen and (orientation:portrait) and (max-width:568px){#side-menu{display:none}}@media screen and (orientation:landscape) and (max-height:568px) and (max-width:1000px){#side-menu{display:none}}@media screen and (orientation:portrait) and (max-width:768px){#side-menu{display:none}}@media screen and (orientation:landscape) and (max-width:1024px){#side-menu{display:none}}#device-container{left:0;top:0;position:absolute;transform:translate(-50%,-50%)}#device-container>.deviceFrame>img{-o-user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}#device-container #device-loader{background:rgba(0,0,0,.65)}#device-container.iphone>.deviceFrame>.screen{height:812px;width:374px;top:18px;left:22px}#device-container.iphone>.deviceFrame>.screen:after{content:"";display:block;width:100%;height:39px;position:absolute;top:-1px;left:0;background-image:url(./resource/iphone/top-bar-with-icons.png);background-size:contain;background-repeat:no-repeat}#device-container.iphone>.deviceFrame>.screen>div{box-sizing:border-box;padding:44px 0 0;border-radius:50px;overflow:hidden}@media screen and (orientation:portrait) and (max-width:568px){#device-container.iphone>.deviceFrame>.screen>div{padding:0}}@media screen and (orientation:landscape) and (max-height:568px) and (max-width:1000px){#device-container.iphone>.deviceFrame>.screen>div{padding:0}}#device-container.android>.deviceFrame>.screen{width:404px;height:870px;top:18px;left:12px;border-radius:20px}#device-container.android>.deviceFrame>.screen:after{content:"";display:block;width:100%;height:43px;position:absolute;top:-1px;left:0;background-image:url(./resource/android/top-bar-with-icons.png);background-size:contain;background-repeat:no-repeat;background-position:50%}#device-container.android>.deviceFrame>.screen>div{overflow:hidden;padding:40px 0 0}#device-container.ipad>.deviceFrame>.screen{width:776px;height:1118px;top:54px;left:53px;border-radius:14px}#device-container.ipad>.deviceFrame>.screen>div{padding:20px 0 0}#device-container.samsungs8>.deviceFrame>.screen{width:750px;height:1198px;top:43px;left:43px;border-radius:14px}#device-container.samsungs8>.deviceFrame>.screen>div{padding:20px 0 0}#device-container.landscape>.deviceFrame{transform-origin:50% 50%;transform:rotate(-90deg)}#device-container.landscape>.deviceFrame>.screen{transform:rotate(90deg);z-index:5}#device-container.landscape.iphone>.deviceFrame>.screen{height:373px;width:810px;top:-4px;left:-192px;right:0;bottom:0;margin:auto}#device-container.landscape.iphone>.deviceFrame>.screen:after{width:373px;height:39px;transform:rotate(-90deg);top:166px;left:-168px;background-image:url(./resource/iphone/top-bar-without-icons.png)}#device-container.landscape.iphone>.deviceFrame>.screen>div{padding:0 0 0 40px}#device-container.landscape.android>.deviceFrame>.screen{width:769px;height:384px;top:1px;left:-172px;right:0;bottom:0;margin:auto}#device-container.landscape.ipad>.deviceFrame>.screen{width:1024px;height:768px;top:0;left:-69px;right:0;bottom:0;margin:auto}#device-container.landscape.samsungs8>.deviceFrame>.screen{width:1024px;height:768px;top:-51px;left:-82px;right:0;bottom:0;margin:auto}#device-container.landscape #device-loader .loaderElements{transform:rotate(90deg)}#device-container>.deviceFrame>.screen{width:100%;height:100%;position:absolute;overflow:hidden}@media screen and (orientation:portrait) and (max-width:568px){#device-container{transform:none!important}#device-container.mobile{width:100%;height:100%;position:relative}#device-container.mobile>.deviceFrame>img{display:none}#device-container.mobile>.deviceFrame>.screen{width:100%!important;height:100%!important;position:relative;top:0!important;left:0!important;border-radius:0}#device-container.mobile>.deviceFrame>.screen:after{display:none}#device-container.mobile>.deviceFrame>.screen>div{border-radius:0}#device-container.tablet .warningMessage{display:-ms-flexbox;display:flex}}@media screen and (orientation:landscape) and (max-height:568px) and (max-width:1000px){#device-container{transform:none!important}#device-container.mobile{width:100%;height:100%;position:relative}#device-container.mobile>.deviceFrame>img{display:none}#device-container.mobile>.deviceFrame>.screen{width:100%!important;height:100%!important;position:relative;top:0!important;left:0!important;border-radius:0}#device-container.mobile>.deviceFrame>.screen:after{display:none}#device-container.mobile>.deviceFrame>.screen>div{border-radius:0}#device-container.tablet .warningMessage{display:-ms-flexbox;display:flex}}@media screen and (orientation:portrait) and (max-width:768px){#device-container.mobile,#device-container.tablet{position:relative;transform:none!important}#device-container.tablet{width:100%;height:100%}#device-container.tablet>.deviceFrame{transform:rotate(0)}#device-container.tablet>.deviceFrame>img{display:none}#device-container.tablet>.deviceFrame>.screen{transform:none;position:relative;width:100%!important;height:100%!important;top:0!important;left:0!important;border-radius:0}}@media screen and (orientation:landscape) and (max-width:1024px){#device-container.mobile,#device-container.tablet{position:relative;transform:none!important}#device-container.tablet{width:100%;height:100%}#device-container.tablet>.deviceFrame{transform:rotate(0)}#device-container.tablet>.deviceFrame>img{display:none}#device-container.tablet>.deviceFrame>.screen{transform:none;position:relative;width:100%!important;height:100%!important;top:0!important;left:0!important;border-radius:0}}@media screen and (max-height:1080px),screen and (max-width:1920px){#device-container.tablet.landscape{transform:translate(-50%,-50%) scale(.8)}}@media screen and (max-height:750px),screen and (max-width:1750px){#device-container.mobile.landscape{transform:translate(-50%,-50%) scale(.9)}#device-container.tablet.landscape{transform:translate(-50%,-50%) scale(.6)}}@media screen and (max-height:550px),screen and (max-width:1550px){#device-container.mobile.landscape{transform:translate(-50%,-50%) scale(.7)}#device-container.tablet.landscape{transform:translate(-50%,-50%) scale(.5)}}@media screen and (max-height:450px),screen and (max-width:1350px){#device-container.mobile.landscape{transform:translate(-50%,-50%) scale(.5)}#device-container.tablet.landscape{transform:translate(-50%,-50%) scale(.4)}}@media screen and (max-height:350px),screen and (max-width:1150px){#device-container.mobile.landscape{transform:translate(-50%,-50%) scale(.4)}#device-container.tablet.landscape{transform:translate(-50%,-50%) scale(.3)}}@media screen and (max-height:1080px),screen and (max-width:1920px){#device-container.tablet.portrait{transform:translate(-50%,-50%) scale(.65)}}@media screen and (max-height:900px),screen and (max-width:1350px){#device-container.mobile.portrait{transform:translate(-50%,-50%) scale(.75)}#device-container.tablet.portrait{transform:translate(-50%,-50%) scale(.5)}}@media screen and (max-height:750px),screen and (max-width:1250px){#device-container.mobile.portrait{transform:translate(-50%,-50%) scale(.65)}#device-container.tablet.portrait{transform:translate(-50%,-50%) scale(.5)}}@media screen and (max-height:650px),screen and (max-width:1150px){#device-container.mobile.portrait{transform:translate(-50%,-50%) scale(.55)}#device-container.tablet.portrait{transform:translate(-50%,-50%) scale(.35)}}#device-content{transform:translateZ(0);-webkit-transform:translateZ(0);background-color:#e5e5e5;height:100%;width:100%}@media screen and (orientation:portrait) and (max-width:568px){#device-content{transform:none;-webkit-transform:none}}@media screen and (orientation:landscape) and (max-height:568px) and (max-width:1000px){#device-content{transform:none;-webkit-transform:none}}@media screen and (orientation:portrait) and (max-width:768px){#device-content:not(.mobile){transform:none;-webkit-transform:none}}@media screen and (orientation:landscape) and (max-width:1024px){#device-content:not(.mobile){transform:none;-webkit-transform:none}}#device-content.hidden{display:none}#device-content>div{height:100%;width:100%;overflow-y:scroll;overflow-x:hidden}#device-content>div.blockScroll{overflow-y:hidden}#device-content>div::-webkit-scrollbar{width:5px}@media screen and (orientation:portrait) and (max-width:568px){#device-content>div::-webkit-scrollbar{width:0}}@media screen and (orientation:landscape) and (max-height:568px) and (max-width:1000px){#device-content>div::-webkit-scrollbar{width:0}}@media screen and (orientation:portrait) and (max-width:768px){#device-content>div::-webkit-scrollbar{width:0}}@media screen and (orientation:landscape) and (max-width:1024px){#device-content>div::-webkit-scrollbar{width:0}}#device-content>div::-webkit-scrollbar-thumb{border-radius:7px;margin-right:4px;background-color:rgba(0,0,0,.4)}#device-content .content-block{padding:12px}#device-content .content-block .header{width:200px;height:20px;background-color:#bfbfbf;margin:8px 0}#device-content .content-block .text-block{background-image:linear-gradient(transparent 50%,#d9d9d9 0);background-size:20px 20px;position:relative}#device-content .content-block .text-block.cropped-end:after{content:" ";position:absolute;bottom:0;right:0;height:20px;width:20%;background-color:#e5e5e5}#device-content .content-block .text-block.cropped-end.small-cropped:after{width:15%}#device-content .content-block .text-block.cropped-end.medium-cropped:after{width:40%}#device-content .content-block .text-block.cropped-end.big-cropped:after{width:80%}#device-content .content-block .text-block.large{width:100%;height:180px;margin-bottom:10px}#device-content .content-block .dark-block,#device-content .content-block .picto-block{background-color:#d4d4d4}#device-content .content-block .img-block{background-image:url(./resource/resource/placeholder.png);background-repeat:no-repeat;background-size:auto 90%;background-position:50%}#device-content .content-block .img-block.large{width:100%;height:140px}#device-content .content-block .article-block{overflow:auto;margin-top:12px}#device-content .content-block .article-block>*{float:left}#device-content .content-block .article-block>.picto-block{display:inline-block;width:80px;height:80px;margin-right:10px}#device-content .content-block .article-block>.header{height:15px;margin-top:0;margin-bottom:0}#device-content .content-block .article-block>.text-block{height:60px;width:200px;width:calc(100% - 90px);width:-webkit-calc(100% - 90px)}#device-content .content-block .end-block{background-color:#d4d4d4;width:100%;margin-top:14px;padding-top:15px;padding-bottom:15px;margin-bottom:10px}#device-content .content-block .end-block>.header{height:15px;margin-top:0;margin-left:20px;margin-bottom:0}#device-content .content-block .end-block>.text-block{height:80px;margin-left:20px;margin-right:20px;background-image:linear-gradient(transparent 50%,#e5e5e5 0)}#device-content.tablet .content-block{padding:20px}#device-content.tablet .content-block .article-block,#device-content.tablet .content-block .header{margin-top:20px}#device-content.tablet .content-block .article-block>.picto-block{width:150px;height:150px;margin-right:16px}#device-content.tablet .content-block .article-block>.header{height:15px;margin-top:0;margin-bottom:10px}#device-content.tablet .content-block .article-block>.text-block{height:120px;width:450px;width:calc(100% - 166px);width:-webkit-calc(100% - 166px)}#device-content.tablet .content-block .tablet-header-block{width:100%;height:240px;margin-bottom:20px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}#device-content.tablet .content-block .tablet-header-block>div:nth-of-type(odd){width:25%;-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}#device-content.tablet .content-block .tablet-header-block>div:nth-of-type(odd)>.dark-block{width:100%;height:100px}#device-content.tablet .content-block .tablet-header-block>div:nth-of-type(odd)>.text-block{-ms-flex:1;flex:1;margin-top:12px}#device-content.tablet .content-block .tablet-header-block>div:nth-of-type(2){width:50%;-ms-flex:1.5;flex:1.5;margin-right:20px;margin-left:20px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}#device-content.tablet .content-block .tablet-header-block>div:nth-of-type(2)>.img-block{width:100%;height:100px}#device-content.tablet .content-block .tablet-header-block>div:nth-of-type(2)>.text-block{-ms-flex:1;flex:1;margin-top:12px}#device-content.tablet .content-block .tablet-block{height:400px;margin-top:30px}#device-content.tablet .content-block .tablet-block>*{height:100%;float:left}#device-content.tablet .content-block .tablet-block>.tablet-text-block{width:60%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}#device-content.tablet .content-block .tablet-block>.tablet-text-block>.header{margin:8px}#device-content.tablet .content-block .tablet-block>.tablet-text-block>.text-block{margin-right:30px;-ms-flex:1;flex:1}#device-content.tablet .content-block .tablet-block>.tablet-img-block{width:40%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}#device-content.tablet .content-block .tablet-block>.tablet-img-block>.img-block{height:200px}#device-content.tablet .content-block .tablet-block>.tablet-img-block>.dark-block{-ms-flex:1;flex:1}#device-content.tablet .content-block .tablet-block>.tablet-img-block>.dark-block:first-of-type{margin-top:20px}#device-content.tablet .content-block .tablet-block>.tablet-img-block>.dark-block:last-of-type{margin-bottom:20px}#adDisplayContainer{margin:auto;background-color:#fff;overflow:hidden;z-index:10}#adDisplayContainer[class*=Interstitial]{position:absolute;top:0;left:0;background-color:rgba(0,0,0,.6)}@media screen and (orientation:portrait) and (max-width:568px){#adDisplayContainer[class*=Interstitial]{position:fixed;max-height:100vh}}@media screen and (orientation:landscape) and (max-height:568px) and (max-width:1000px){#adDisplayContainer[class*=Interstitial]{position:fixed;max-height:100vh}}@media screen and (orientation:portrait) and (max-width:768px){#adDisplayContainer[class*=Interstitial]{position:fixed;max-height:100vh}}@media screen and (orientation:landscape) and (max-width:1024px){#adDisplayContainer[class*=Interstitial]{position:fixed;max-height:100vh}}#adDisplayContainer.nonResponsiveMobileInterstitial{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}#adDisplayContainer.isFixed{position:absolute;right:0;left:0}#adDisplayContainer.isFixed.bottom{bottom:0}#adDisplayContainer.isFixed.top{top:0}@media screen and (orientation:portrait) and (max-width:568px){#adDisplayContainer.isFixed{position:fixed}}@media screen and (orientation:landscape) and (max-height:568px) and (max-width:1000px){#adDisplayContainer.isFixed{position:fixed}}@media screen and (orientation:portrait) and (max-width:768px){#adDisplayContainer.isFixed{position:fixed}}@media screen and (orientation:landscape) and (max-width:1024px){#adDisplayContainer.isFixed{position:fixed}}#adDisplayContainer>.htmlContainer{position:relative}