@import url(https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i);@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:300,400,700,800);.fade-enter-active,.fade-leave-active{-webkit-transition:opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:opacity .3s ease-in-out,transform .3s ease-in-out;transition:opacity .3s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.fade-enter,.fade-leave-to{opacity:0;-webkit-transform:translateX(15px);transform:translateX(15px)}@font-face{font-family:OpenDyslexia;src:url(../fonts/OpenDyslexicAlta-Regular.c76c2d8c.otf)}*{font-family:Lato,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Merriweather Sans,sans-serif;font-weight:400}li,ul{margin:0;padding:0;list-style:none}a{text-decoration:none}a,h1,h2,h3,h4,h5,h6,p{margin:0;color:#49525d}h1,h2,h3,h4,h5,h6{color:#512b6d}h1{font-size:48px}h1,h2{font-weight:400}h2{font-size:42px}h3{font-size:24px}h3,p{font-weight:400}p{font-size:18px;line-height:150%}p a{color:#512b6d;text-decoration:underline}.txt-center{text-align:center}.rate{font-size:48px;font-weight:800;color:#512b6d}.credit a,.credit p{font-size:14px}.link{color:#512b6d;text-decoration:underline}.link.dotted{position:relative;text-decoration:none;color:inherit}.link.dotted>.dotted{position:absolute;left:3%;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:94%}.link.dotted>.dotted div{background:#512b6d;height:1px;width:5%}.flex,.flex-center,.flex-column,.flex-sb{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-sb{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ac.flex-center,.ac.flex-column,.ac.flex-sb,.flex.ac{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mauto{margin:auto}.w100{width:100%}.cont-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:900px){.cont-button{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.cont-button.left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.cont-button.center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cont-button.right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.cont-button.mutliToggle{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;max-width:600px;margin-top:60px}.cont-button.mutliToggle .button{width:100%;min-width:unset;max-width:unset;border-radius:0;border:2px solid #844aa8;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;padding:8px 0;background-color:#844aa8;color:#fff;text-transform:uppercase;font-weight:600}@media only screen and (min-width:400px){.cont-button.mutliToggle .button{font-size:14px}}@media only screen and (min-width:600px){.cont-button.mutliToggle .button{font-size:16px;padding:12px 0}}.cont-button.mutliToggle .button.first{border-bottom-left-radius:4px;border-top-left-radius:4px;border-right:0 solid #844aa8}.cont-button.mutliToggle .button.last{border-bottom-right-radius:4px;border-top-right-radius:4px;border-left:0 solid #844aa8}.cont-button.mutliToggle .button:hover{-webkit-box-shadow:none;box-shadow:none;-webkit-transform:translateY(0);transform:translateY(0)}.cont-button.mutliToggle .button.disable{background-color:#fff;color:#844aa8;cursor:default}.button{color:#512b6d;background-color:#f8c944;border-radius:4px;min-width:200px;width:100%;max-width:250px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;padding:14px;-webkit-transition:all .2s;transition:all .2s;font-size:18px;cursor:pointer}.button:hover{-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.5);box-shadow:0 4px 8px 0 rgba(0,0,0,.5);-webkit-transform:translateY(-3px);transform:translateY(-3px)}.button.disable{background-color:#d1d1d1;color:#49525d;cursor:default}.button.disable:hover{-webkit-box-shadow:none;box-shadow:none;-webkit-transform:translateY(0);transform:translateY(0)}.button.border{color:#49525d;background-color:#fff;border:2px solid #49525d;border-radius:4px}.button.border:hover{background-color:rgba(73,82,93,.1);-webkit-transform:translateY(0);transform:translateY(0);-webkit-box-shadow:none;box-shadow:none}button{cursor:pointer}button.button{border:none}.active .sidebar{-webkit-transform:translateX(0);transform:translateX(0);-webkit-box-shadow:0 0 50px 0 rgba(0,0,0,.3);box-shadow:0 0 50px 0 rgba(0,0,0,.3)}.sidebar{z-index:999;height:calc(100vh - 64px);width:250px;background-color:#f5f9fe;overflow-y:scroll;-webkit-transform:translateX(-250px);transform:translateX(-250px);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s;position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media only screen and (min-width:900px){.sidebar{position:relative;-webkit-transform:translateX(0);transform:translateX(0)}}@media only screen and (min-width:1280px){.sidebar{width:25%;max-width:420px}}.sidebar .cont-sidebar{padding:40px 0;max-width:260px;width:100%}.sidebar .cont-sidebar ul:last-child{margin-bottom:30px}.sidebar .category{font-size:18px;padding:15px 20px;font-weight:700;margin-bottom:10px;margin-top:10px}.sidebar a{padding:10px 20px 10px 40px;display:block;-webkit-transition:all .2s;transition:all .2s}.sidebar a:hover{background-color:#f8c944;color:#512b6d}.sidebar a.router-link-exact-active{background-color:#844aa8;color:#fff}.sidebar a.disable{color:rgba(73,82,93,.6);cursor:default}.sidebar a.disable:hover{background-color:transparent;color:rgba(73,82,93,.5)}.sidebar a .status{position:absolute;right:12px;background-color:#a3bad6;color:#fff;font-size:10px;font-weight:300;border-radius:5px;padding-bottom:2px;padding-left:4px;padding-right:4px;line-height:15px}.sidebar a .status.New{background-color:#f8c944}.sidebar a .status.Soon{background-color:#a3bad6;color:#fff}.sidebar .menuInSidebar{border-bottom:1px solid #d1d1d1;padding-bottom:10px;margin-bottom:20px}.sidebar .menuInSidebar a{background-color:transparent;color:#49525d}.sidebar .menuInSidebar a.router-link-exact-active,.sidebar .menuInSidebar a:hover{color:#512b6d}.darkLayer.active{position:absolute;top:0;left:0;z-index:998;width:100vw;height:100vh;background-color:rgba(81,43,109,.8);background:-webkit-gradient(linear,left top,left bottom,from(rgba(132,74,168,.8)),to(rgba(1,181,186,.8)));background:linear-gradient(180deg,rgba(132,74,168,.8) 0,rgba(1,181,186,.8))}@media only screen and (min-width:900px){.darkLayer.active{display:none}}#copyTextarea{position:absolute;top:-10000px;left:-10000px;height:0}.input{position:relative;width:100%}.input label{position:absolute;top:8px;left:10px;font-size:16px}.input input,.input textarea{background-color:#fff;resize:none;font-size:16px;min-height:55px;padding:8px 10px;padding-top:30px}.custom-select,.input input,.input textarea{width:100%;border-radius:4px;border:1px solid rgba(0,3,52,.15)}.custom-select{overflow:hidden;background:transparent;padding-top:22px;position:relative}.custom-select label{color:rgba(0,0,0,.5)}.custom-select:after{top:0;border:1px solid transparent;border-width:.5em .5em 0 .5em;border-color:#fff transparent transparent transparent}.custom-select:after,.custom-select:before{content:"";position:absolute;bottom:0;right:12px;margin:auto;width:0;height:0;z-index:-1}.custom-select:before{top:1px;border:1px solid transparent;border-width:.5em .5em 0 .5em;border-color:grey transparent transparent transparent}.custom-select select{background:transparent;padding:5px;font-size:16px;padding:8px 10px;width:100%;color:transparent;text-shadow:0 0 0 #000;border-radius:0;border:none;-webkit-appearance:none;-webkit-border-radius:0}.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:50%;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:opacity .3s;transition:opacity .3s;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:top .2s,-webkit-transform .2s;transition:top .2s,-webkit-transform .2s;transition:transform .2s,top .2s;transition:transform .2s,top .2s,-webkit-transform .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:left .2s,-webkit-transform .2s;transition:left .2s,-webkit-transform .2s;transition:transform .2s,left .2s;transition:transform .2s,left .2s,-webkit-transform .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:right .2s,-webkit-transform .2s;transition:right .2s,-webkit-transform .2s;transition:transform .2s,right .2s;transition:transform .2s,right .2s,-webkit-transform .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12) infinite;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.beer-slider{display:inline-block;position:relative;overflow:hidden}.beer-slider *,.beer-slider:after,.beer-slider :after,.beer-slider:before,.beer-slider :before{-webkit-box-sizing:border-box;box-sizing:border-box}.beer-slider img,.beer-slider svg{vertical-align:bottom}.beer-slider>*{height:100%}.beer-slider>img{max-width:100%;height:auto}.beer-reveal{position:absolute;left:0;top:0;right:50%;overflow:hidden;z-index:1;opacity:0;-webkit-transition:opacity .35s;transition:opacity .35s;border-right:4px solid #844aa8}.beer-reveal>:first-child{width:200%;max-width:none;height:100%}.beer-reveal>img:first-child{height:auto}.beer-range{position:absolute;z-index:2;top:0;bottom:0;height:100%;margin:0;left:-1px;width:calc(100% + 2px);cursor:pointer;-webkit-appearance:slider-horizontal!important;-moz-appearance:none;opacity:0;-ms-touch-action:auto;touch-action:auto}.beer-range::-webkit-slider-thumb{-webkit-appearance:none;height:300vh}.beer-range::-moz-range-thumb{-webkit-appearance:none;height:300vh}.beer-range::-ms-tooltip{display:none}.beer-handle{position:absolute;z-index:2;pointer-events:none;opacity:0;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0) translateX(-2px);transform:translate3d(-50%,-50%,0) translateX(-2px);color:#fff;background:#844aa8;width:48px;height:32px;border-radius:32px;-webkit-box-shadow:0 0 6px transparent;box-shadow:0 0 6px transparent;-webkit-transition:background .3s,opacity .5s .25s,-webkit-box-shadow .3s;transition:background .3s,opacity .5s .25s,-webkit-box-shadow .3s;transition:background .3s,box-shadow .3s,opacity .5s .25s;transition:background .3s,box-shadow .3s,opacity .5s .25s,-webkit-box-shadow .3s}.beer-handle:after,.beer-handle:before{content:"";position:absolute;width:10px;height:10px;top:50%;border-top:2px solid;border-left:2px solid;-webkit-transform-origin:0 0;transform-origin:0 0}.beer-handle:before{left:10px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.beer-handle:after{right:0;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.beer-range:focus~.beer-handle{background:#844aa8;-webkit-box-shadow:0 0 3px rgba(0,0,0,.4);box-shadow:0 0 3px rgba(0,0,0,.4)}.beer-reveal[data-beer-label]:after,.beer-slider[data-beer-label]:after{content:attr(data-beer-label);position:absolute;top:1.5rem;line-height:1;padding:.5rem;border-radius:.125rem;color:#512b6d;background:hsla(0,0%,100%,.8)}.beer-slider[data-beer-label]:after{right:1.5rem}.beer-reveal[data-beer-label]:after{left:1.5rem}.beer-reveal[data-beer-label=""]:after,.beer-slider[data-beer-label=""]:after{content:none}.beer-ready .beer-handle,.beer-ready .beer-reveal{opacity:1}.language-css .token.function,.language-css .token.keyword,.language-css .token.selector,.language-css .token.tag,.language-html .token.function,.language-html .token.keyword,.language-html .token.selector,.language-html .token.tag,.language-js .token.function,.language-js .token.keyword,.language-js .token.selector,.language-js .token.tag{color:#b945dc}.language-css .token.attr-name,.language-css .token.string,.language-html .token.attr-name,.language-html .token.string,.language-js .token.attr-name,.language-js .token.string{color:#f8c944}.language-css .token.attr-value,.language-css .token.operator,.language-html .token.attr-value,.language-html .token.operator,.language-js .token.attr-value,.language-js .token.operator{color:#01b5ba}.language-css .token.function-variable.function,.language-css .token.property,.language-css .token.punctuation,.language-html .token.function-variable.function,.language-html .token.property,.language-html .token.punctuation,.language-js .token.function-variable.function,.language-js .token.property,.language-js .token.punctuation{color:#e0e0e0}.language-css .token.function,.language-css .token.number,.language-html .token.function,.language-html .token.number,.language-js .token.function,.language-js .token.number{color:#fe9844}.language-css .token.comment,.language-html .token.comment,.language-js .token.comment{color:#abb2bf}.language-html{color:#e0e0e0}.language-css{color:#fe9844}.language-js{color:#e0e0e0}#header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:64px;background-color:#fff;border-bottom:1px solid #d1d1d1;width:100%;position:fixed;top:0;z-index:1000}#header>a,#header>a #logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#header>a #logo{font-weight:700;height:100%;padding:5px;height:50px}@media only screen and (min-width:900px){#header>a #logo{padding:5px 30px}}#header>a #logo .color{fill:#512b6d}#header>a #logo .empty{fill:none}#header #burger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center}#header #burger .menu{margin:auto;display:block;position:relative;width:52px;height:52px;border-radius:50%;cursor:pointer}#header #burger .menu,#header #burger:hover{-webkit-transition:all .5s;transition:all .5s}#header #burger .burger-btn-l1,#header #burger .burger-btn-l2,#header #burger .burger-btn-l3{width:22px;margin:0 15px;-webkit-transition:all .5s cubic-bezier(.77,0,.175,1) .15s;transition:all .5s cubic-bezier(.77,0,.175,1) .15s}#header #burger .menu-btn-line{height:2px;background-color:#844aa8}#header #burger .burger-btn-l2{margin-top:5px}#header #burger .burger-btn-l3{width:15px;margin:5px 0 0 22px}#header #burger .burger-btn-l1{margin-top:18px}#header #burger .menu-btn-close-l1,#header #burger .menu-btn-close-l2{position:absolute;left:17px;top:25px;width:18px;-webkit-transition:-webkit-transform .5s cubic-bezier(.165,.84,.44,1);transition:-webkit-transform .5s cubic-bezier(.165,.84,.44,1);transition:transform .5s cubic-bezier(.165,.84,.44,1);transition:transform .5s cubic-bezier(.165,.84,.44,1),-webkit-transform .5s cubic-bezier(.165,.84,.44,1)}#header #burger .menu.active .menu-btn-close-l1,#header #burger .menu.active .menu-btn-close-l2{-webkit-transition:all .5s cubic-bezier(.77,0,.175,1) .15s;transition:all .5s cubic-bezier(.77,0,.175,1) .15s}#header #burger .menu.active .burger-btn-l1{-webkit-transform:translate(-50%) scaleX(0);transform:translate(-50%) scaleX(0)}#header #burger .menu.active .burger-btn-l1,#header #burger .menu.active .burger-btn-l2,#header #burger .menu.active .burger-btn-l3{-webkit-transition:all .5s cubic-bezier(.165,.84,.44,1);transition:all .5s cubic-bezier(.165,.84,.44,1)}#header #burger .menu.active .burger-btn-l3{-webkit-transform:translate(50%) scaleX(0);transform:translate(50%) scaleX(0)}#header #burger .menu.active .menu-btn-close-l2{-webkit-transform:rotate(45deg);transform:rotate(45deg)}#header #burger .menu.active .menu-btn-close-l1{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}#header #burger .menu.active .burger-btn-l2{-webkit-transform:scaleX(.8);transform:scaleX(.8);opacity:0}@media only screen and (min-width:900px){#header #burger{display:none}}#header nav{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:60%;min-width:500px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:none;margin:0 auto;margin-right:30px}@media only screen and (min-width:900px){#header nav{display:-webkit-box;display:-ms-flexbox;display:flex}}#header nav a{font-size:1.2em;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;color:#512b6d}#header nav a .underline{background-color:#fff;width:0;height:4px;position:absolute;bottom:0;-webkit-transition:all .3s;transition:all .3s}#header nav a:hover .underline{width:100%}#header nav a.router-link-active{color:#844aa8}#header nav a.router-link-active .underline{background-color:#844aa8;width:100%}#header nav a.disable{color:rgba(73,82,93,.5);cursor:default}#header .cont-search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}#header .cont-search input{width:0;border:none;font-size:16px;-webkit-transition:all .3s;transition:all .3s;color:#844aa8}#header .cont-search input::-webkit-input-placeholder{color:#49525d}#header .cont-search input::-moz-placeholder{color:#49525d}#header .cont-search input::placeholder{color:#49525d}#header .cont-search input:-ms-input-placeholder{color:#49525d}#header .cont-search input::-ms-input-placeholder{color:#49525d}#header .cont-search .search{height:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 16px;cursor:default}@media only screen and (min-width:900px){#header .cont-search .search{border-left:1px solid #e5e9f2}}#header .cont-search .search .material-icons{font-size:1.5em;position:relative;color:#666}.page{padding-top:64px}.isBanner #header{top:80px}@media only screen and (min-width:900px){.isBanner #header{top:60px}}@media only screen and (min-width:1024px){.isBanner #header{top:40px}}.isBanner.page{padding-top:144px}@media only screen and (min-width:900px){.isBanner.page{padding-top:124px}}@media only screen and (min-width:1024px){.isBanner.page{padding-top:104px}}.banner-info{height:80px;z-index:999;width:100%;background-color:rgba(248,201,68,.8);position:fixed;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 15px;border-bottom:1px solid #d1d1d1}@media only screen and (min-width:900px){.banner-info{height:60px}}@media only screen and (min-width:1024px){.banner-info{height:40px}}@media only screen and (min-width:900px){.banner-info{padding:0 30px}}.banner-info p{color:#512b6d;font-size:12px}@media only screen and (min-width:900px){.banner-info p{font-size:16px}}.banner-info p span{text-shadow:1px 1px 2px #000;font-size:18px}.banner-info .banner-close{border:0;background:0;-webkit-transition:all .2s;transition:all .2s}.banner-info .banner-close:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}footer{background-color:#01b5ba;padding:40px 20px 20px 20px}footer #logo{font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}footer #logo .color{fill:#fff}footer #logo .empty{fill:none}footer .container{max-width:280px;padding-bottom:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:800px}@media only screen and (min-width:1024px){footer .container{width:90%;max-width:1200px}}@media only screen and (min-width:600px){footer .container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}footer .container>div{padding:10px 0}@media only screen and (min-width:600px){footer .container>div{padding:0}}footer .container .first{max-width:100%}@media only screen and (min-width:600px){footer .container .first{max-width:160px}}@media only screen and (min-width:900px){footer .container .first{max-width:200px}}footer .container .first .cont-logo{margin-bottom:16px}footer .container .first span{opacity:.8;line-height:130%}footer .container .last{max-width:200px}footer .container h4{margin-bottom:15px}footer .container a{margin-bottom:8px;opacity:.8}footer .container img{width:24px;margin-right:10px}footer a,footer h4,footer p,footer span{color:#fff}*{-webkit-box-sizing:border-box;box-sizing:border-box}body,html{margin:0;overflow-x:hidden;min-height:100%}.container{max-width:500px;margin:0 auto}@media only screen and (min-width:900px){.container{max-width:1440px}}.container>img{max-width:100%}.container .space{margin:20px 0}#app{margin:0 auto}#none{display:none}.half{display:-webkit-box;display:-ms-flexbox;display:flex}.half.container{position:relative;padding-bottom:40px;padding:40px 20px}@media only screen and (min-width:900px){.half.container{padding:80px 30px}}.half .left,.half .right{margin:auto;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.half .left img,.half .right img{width:100%;height:100%;display:block}.half h2{margin-bottom:20px;padding-top:20px;font-size:26px}@media only screen and (min-width:900px){.half h2{font-size:42px}}.half p{margin-bottom:20px}.half .button{margin:auto;margin-left:0}.half.left-img{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:900px){.half.left-img{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.half.left-img .left{border-radius:8px;overflow:hidden}@media only screen and (min-width:900px){.half.left-img .left{width:50%}}@media only screen and (min-width:1024px){.half.left-img .left{width:45%}}@media only screen and (min-width:1280px){.half.left-img .left{width:40%}}@media only screen and (min-width:900px){.half.left-img .right{padding-left:40px;width:50%}}.half.right-img{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media only screen and (min-width:900px){.half.right-img{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media only screen and (min-width:900px){.half.right-img .left{padding-right:30px;width:50%}}.half.right-img .right{border-radius:8px;overflow:hidden}@media only screen and (min-width:900px){.half.right-img .right{width:50%}}@media only screen and (min-width:1024px){.half.right-img .right{width:45%}}@media only screen and (min-width:1280px){.half.right-img .right{width:40%}}.active .content{-webkit-transform:translateX(250px);transform:translateX(250px)}@media only screen and (min-width:900px){.active .content{-webkit-transform:translateX(0);transform:translateX(0)}}.content-page{max-height:calc(100vh - 64px);overflow:hidden;min-height:calc(100vh - 64px)}.content-page .content{width:100%;overflow-x:hidden;-webkit-transition:all .5s;transition:all .5s}@media only screen and (min-width:900px){.content-page .content{width:calc(100% - 250px)}}@media only screen and (min-width:1280px){.content-page .content{width:88%}}.content-page .content .main{padding:20px 0;-webkit-transition:all .3s;transition:all .3s}@media only screen and (min-width:900px){.content-page .content .main{padding:50px 0}}.content-page .content .main.intro100,.content-page .content .main.intro100>div{height:100%}.content-page .content .main>div .container{max-width:900px;margin:0 auto;padding:0 20px;-webkit-transition:padding .3s;transition:padding .3s}@media only screen and (min-width:600px){.content-page .content .main>div .container{padding:0 50px}}.content-page .content .main>div .container p{margin:20px 0}.content-page .content .main>div .container>.container{padding:0}.content-page .content .main .banner{background:linear-gradient(30deg,#99a2ee,#56b1b9);padding:20px 0 25px 0;margin-bottom:25px;max-width:100%;min-height:140px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.content-page .content .main .banner h3{color:#fff;margin-bottom:0;font-size:18px}@media only screen and (min-width:600px){.content-page .content .main .banner h3{font-size:24px}}.content-page .content .main .banner h3 strong{font-weight:900;font-size:24px}@media only screen and (min-width:600px){.content-page .content .main .banner h3 strong{font-size:48px}}.content-page .content .main .divider{background-color:#d1d1d1;height:1px;width:100%;margin-top:30px;margin-bottom:30px;max-width:100%}.content-page .content .main h1{font-size:26px;color:#512b6d;margin-bottom:30px;font-weight:700}@media only screen and (min-width:600px){.content-page .content .main h1{font-size:36px}}.content-page .content .main h2{font-size:26px;color:#512b6d;margin-bottom:20px}.content-page .content .main .full-text p{margin:25px 0}@media only screen and (min-width:900px){.content-page.only-mobile .content{width:100%}}@media only screen and (min-width:900px){.content-page.only-mobile .sidebar{display:none}}.page:not(#home) .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.head{position:relative}.head .navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;top:0;right:0}.head .navigation .next,.head .navigation .prev{background-color:#f8c944;border-radius:50%;height:36px;width:36px;position:relative;margin-left:10px;cursor:pointer;-webkit-transition:all .2s;transition:all .2s}.head .navigation .next:hover,.head .navigation .prev:hover{opacity:.8}.head .navigation .next i,.head .navigation .prev i{font-size:36px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#512b6d;-webkit-transition:all .2s;transition:all .2s}section{margin-bottom:30px}section h2 .exponent{font-size:18px;font-weight:400;position:relative;top:-10px;color:#49525d}section .swiper-container .swiper-wrapper .swiper-slide img{border-radius:3px;border:1px solid #d1d1d1;max-width:100%}#product .content-page:not(.active) .content{width:100%}#product .content-page:not(.active) .sidebar{width:0}#product .container{max-width:1200px}#product .head .breadcrumb,#product .head .breadcrumb a{font-size:14px;color:#666;text-decoration:none;font-weight:400;-webkit-transition:color .3s;transition:color .3s}#product .head .breadcrumb a:hover{color:#844aa8}#product .purchase-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#product .purchase-section .purchase-presentation{width:calc(100% - 380px)}#product .purchase-section .purchase-presentation .purchase-visual .product-img{padding:4px;border-radius:4px;border:1px solid #d1d1d1;position:relative}#product .purchase-section .purchase-presentation .purchase-visual .product-img:hover .zoom{opacity:1}#product .purchase-section .purchase-presentation .purchase-visual .product-img .zoom{opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s;width:56px;height:56px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:rgba(0,0,0,.75)}#product .purchase-section .purchase-presentation .purchase-visual .product-img .zoom .icon-zoom{width:28px}#product .purchase-section .purchase-presentation .purchase-visual .product-img .zoom .icon-zoom .lens{fill:#fff}#product .purchase-section .purchase-presentation .purchase-visual .product-img img{max-width:100%;display:block}#product .purchase-section .gallery-thumbnails-container{width:100%;overflow:hidden;padding:10px 0;position:relative}#product .purchase-section .gallery-thumbnails-container:after,#product .purchase-section .gallery-thumbnails-container:before{-webkit-transition:all .2s;transition:all .2s}#product .purchase-section .gallery-thumbnails-container.after:after{content:"";-webkit-box-shadow:0 0 10px 1px rgba(0,0,0,.7);box-shadow:0 0 10px 1px rgba(0,0,0,.7);right:0;position:absolute;height:70%;top:15%;z-index:999}#product .purchase-section .gallery-thumbnails-container.before:before{content:"";-webkit-box-shadow:0 0 10px 1px rgba(0,0,0,.7);box-shadow:0 0 10px 1px rgba(0,0,0,.7);left:0;position:absolute;height:60%;top:20%;z-index:999}#product .purchase-section .gallery-thumbnails-container .gallery-tumbnails-wrapper .gallery-tumbnails{overflow-y:hidden;overflow-x:scroll;white-space:nowrap;text-align:center;padding:15px 5px}#product .purchase-section .gallery-thumbnails-container .gallery-tumbnails-wrapper .gallery-tumbnails .images-tumbnails{display:inline-block;width:110px;height:72px;border:1px solid #eef0ef;margin-right:10px;cursor:pointer;padding:3px;border-radius:3px;-webkit-transition:.3s;transition:.3s}#product .purchase-section .gallery-thumbnails-container .gallery-tumbnails-wrapper .gallery-tumbnails .images-tumbnails:last-of-type{margin-right:0}#product .purchase-section .gallery-thumbnails-container .gallery-tumbnails-wrapper .gallery-tumbnails .images-tumbnails.active{background-color:#844aa8;-webkit-box-shadow:0 4px 10px -5px rgba(0,0,0,.5);box-shadow:0 4px 10px -5px rgba(0,0,0,.5);-webkit-transform:scale(1.1);transform:scale(1.1)}#product .purchase-section .gallery-thumbnails-container .gallery-tumbnails-wrapper .gallery-tumbnails .images-tumbnails>div{width:100%;height:100%;background-size:cover;border-radius:3px}#product .purchase-section .purchase-content{width:350px;border:1px solid #d1d1d1;border-radius:4px;padding:30px}#product .purchase-section .purchase-content .product-info{border-bottom:1px solid #d1d1d1;margin-bottom:20px}#product .purchase-section .purchase-content .product-info .product-title{font-size:32px;font-weight:400;margin-bottom:15px}#product .purchase-section .purchase-content .product-info .star-rating{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px}#product .purchase-section .purchase-content .product-info .star-rating .star{height:20px;width:20px}#product .purchase-section .purchase-content .product-info .star-rating .star.empty{background-image:url(../img/star_empty.ad2da6f9.svg)}#product .purchase-section .purchase-content .product-info .star-rating .star.half{background-image:url(../img/star_half.8603b1cd.svg)}#product .purchase-section .purchase-content .product-info .star-rating .star.full{background-image:url(../img/star_full.b41bca57.svg)}#product .purchase-section .purchase-content .product-info .star-rating .product-rating-count{margin-left:5px}#product .purchase-section .purchase-content .licence-section .licence-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:16px}#product .purchase-section .purchase-content .licence-section .licence-heading .what{font-weight:700;font-size:11px;color:#844aa8}#product .purchase-section .purchase-content .licence-section .licence-heading .seats{font-size:14px;font-weight:400;color:#666;position:relative;top:-2px}#product .purchase-section .purchase-content .licence-section .licence-heading .seats span{padding:0 2px}#product .purchase-section .purchase-content .licence-section .licence-heading .seats button{border:none;background:none;width:18px;padding:0;position:relative;top:4px}#product .purchase-section .purchase-content .licence-section .licence-heading .seats button.disable{opacity:.5}#product .purchase-section .purchase-content .licence-section .licence-heading .seats button img{height:18px;width:18px;display:block}#product .purchase-section .purchase-content .licence-section .licence-container{margin-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex}#product .purchase-section .purchase-content .licence-section .licence-container .licence-radio{background:#eef0ef;border-radius:50%;border:1px solid #c7c6c5;display:inline-block;height:20px;width:20px;margin:1px 10px 1px 1px;padding:2px;position:relative}#product .purchase-section .purchase-content .licence-section .licence-container .licence-radio.licence-radio-selected{-webkit-box-shadow:inset 0 0 0 3px #fff;box-shadow:inset 0 0 0 3px #fff;background:#844aa8;border-color:#844aa8}#product .purchase-section .purchase-content .licence-section .licence-container .licence-title{width:calc(100% - 31px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#product .purchase-section .purchase-content .licence-section .licence-container .licence-title .licence-name{color:#666}#product .purchase-section .purchase-content .licence-section .licence-container .licence-title .licence-name .label-recommended{background-color:rgba(114,200,237,.26);border-radius:2px;padding:4px 5px 3px 7px;margin-left:4px;color:#327bdc;font-weight:700;font-size:10px;text-transform:uppercase}#product .purchase-section .purchase-content .cont-button{margin-top:20px}#product .purchase-section .purchase-content .cont-button .button{width:100%;max-width:100%}#library .main{padding-bottom:0}#library #introduction{position:relative}#library #introduction p{max-width:100%}@media only screen and (min-width:600px){#library #introduction p{max-width:calc(100% - 180px)}}@media only screen and (min-width:900px){#library #introduction p{max-width:calc(100% - 300px)}}@media only screen and (min-width:1024px){#library #introduction p{max-width:calc(100% - 250px)}}#library #introduction .container{padding-bottom:25vh}@media only screen and (min-width:600px){#library #introduction .container{padding-bottom:0}}#library .illustration{position:absolute;bottom:0;right:0;width:580px;max-width:65%}@media only screen and (min-width:600px){#library .illustration{max-width:70%}}#library section{margin-bottom:50px}#library p{margin-bottom:20px}#library p.bold{font-weight:600}#library .bloc-exemples{border:1px solid #d1d1d1;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:24px;margin-bottom:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}#library .bloc-exemples .exemple{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:10px;padding:5px}#library .bloc-exemples .exemple .label{text-align:center;text-transform:uppercase;margin-bottom:15px}#library .code-content{max-height:250px;overflow-x:scroll;padding-top:20px}#library code{background-color:#282c34;display:block;border-radius:4px;overflow-y:scroll;position:relative;letter-spacing:.3px}#library code header{border-bottom:1px solid #49525d;padding:10px;top:0;width:100%;background-color:#282c34;color:#fff}#library code header,#library code header .languages{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#library code header .languages{-webkit-box-align:center;-ms-flex-align:center;align-items:center}#library code header .languages .language{min-width:80px;text-align:center;padding:10px 5px;padding:6px;border-radius:4px;margin-right:5px;-webkit-transition:all .2s;transition:all .2s;cursor:pointer}#library code header .languages .language:hover{background-color:hsla(0,0%,100%,.1)}#library code header .languages .language.active{background-color:#fff;color:#282c34}#library code header .tools .copy{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;width:31.5px;border-radius:4px;-webkit-transition:all .2s;transition:all .2s;cursor:pointer}#library code header .tools .copy i{margin:auto;font-size:22px}#library code pre{color:#abb2bf;line-height:140%;margin:0;padding:0 20px;max-height:100%}#library code pre.language-html .tag{color:#b945dc}#library code pre.language-html .attribute{color:#f8c944}#library code pre.language-html .name{color:#01b5ba}#library code pre.language-css .tag{color:#b945dc}#library code pre.language-css .id{color:#61aeee}#library code pre.language-css .class{color:#f8c944}#library code pre.language-css .value{color:#fe9844;color:#e58e45}#library button{width:130px;height:55px;border-radius:4px;font-size:18px;cursor:pointer}#library button.disabled{cursor:unset}#library button.filled{border:none}#library button.filled.enable{background-color:#f8c944;color:#512b6d}#library button.filled.disabled{background-color:#d1d1d1;color:#49525d}#library button.filled.pressed{background-color:#844aa8;color:#fff}#library button.filled.hovered{background-color:#01b5ba;color:#fff;-webkit-box-shadow:0 2px 6px 0 rgba(0,0,0,.5);box-shadow:0 2px 6px 0 rgba(0,0,0,.5)}#library button.border{background-color:#fff}#library button.border.enable{border:2px solid #f8c944;color:#f8c944}#library button.border.disabled{border:2px solid #d1d1d1;color:#d1d1d1}#library button.border.pressed{border:2px solid #844aa8;color:#844aa8}#library button.border.hovered{border:2px solid #01b5ba;color:#01b5ba;background-color:rgba(1,181,186,.1)}#handicap #introduction p{margin-bottom:45px}#handicap #introduction .grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#handicap #introduction .grid .case-handicap{margin-bottom:20px;width:45%;width:calc(50% - 10px)}#handicap #introduction .grid .case-handicap .img-block{background:#844aa8;border-radius:4px;-webkit-transition:all .3s;transition:all .3s}#handicap #introduction .grid .case-handicap .img-block:hover{-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.5);box-shadow:0 4px 8px 0 rgba(0,0,0,.5);-webkit-transform:translateY(-3px);transform:translateY(-3px)}#handicap #introduction .grid .case-handicap .img-block img{width:100%}#handicap #introduction .grid .case-handicap:first-child .img-block,#handicap #introduction .grid .case-handicap:nth-child(2) .img-block{background:#01b5ba}#handicap #introduction .grid .case-handicap:nth-child(3) .img-block,#handicap #introduction .grid .case-handicap:nth-child(4) .img-block{background:-webkit-gradient(linear,left top,left bottom,from(#01b5ba),color-stop(90%,#844aa8));background:linear-gradient(#01b5ba,#844aa8 90%)}#handicap #introduction .grid .case-handicap:nth-child(5) .img-block,#handicap #introduction .grid .case-handicap:nth-child(6) .img-block{background:#844aa8}#handicap #introduction .grid .case-handicap:nth-child(7) .img-block,#handicap #introduction .grid .case-handicap:nth-child(8) .img-block{background:-webkit-gradient(linear,left top,left bottom,color-stop(10%,#844aa8),to(#f8c944));background:linear-gradient(#844aa8 10%,#f8c944)}#handicap #introduction .grid .case-handicap:nth-child(9) .img-block{background:#f8c944}@media only screen and (min-width:600px){#handicap #introduction .grid .case-handicap{width:30%}#handicap #introduction .grid .case-handicap:first-child .img-block,#handicap #introduction .grid .case-handicap:nth-child(2) .img-block,#handicap #introduction .grid .case-handicap:nth-child(3) .img-block{background:-webkit-gradient(linear,left top,left bottom,from(#01b5ba),color-stop(90%,#844aa8));background:linear-gradient(#01b5ba,#844aa8 90%)}#handicap #introduction .grid .case-handicap:nth-child(4) .img-block,#handicap #introduction .grid .case-handicap:nth-child(5) .img-block,#handicap #introduction .grid .case-handicap:nth-child(6) .img-block{background:#844aa8}#handicap #introduction .grid .case-handicap:nth-child(7) .img-block,#handicap #introduction .grid .case-handicap:nth-child(8) .img-block,#handicap #introduction .grid .case-handicap:nth-child(9) .img-block{background:-webkit-gradient(linear,left top,left bottom,color-stop(10%,#844aa8),to(#f8c944));background:linear-gradient(#844aa8 10%,#f8c944)}}#handicap #introduction .grid .case-handicap h3{color:#49525d;font-size:18px;text-align:center;margin-top:5px}#handicap #dyslexia #dyslexia-text{margin-bottom:20px}#handicap #dyslexia .typoShow{font-size:28px;font-family:OpenDyslexia;line-height:120%}#handicap #dyslexia .typoShow span{border:1px solid #d3d3d3;padding:4px;font-family:inherit;font-size:inherit;display:inline-block}#handicap #daltonism h2{margin-top:40px}#handicap #daltonism p{margin-bottom:30px}#handicap .main ul{padding-left:20px;margin-top:20px}#handicap .main ul li{margin-top:10px;margin-bottom:10px;color:#49525d}#handicap .main ul li:before{content:"\2022";color:#844aa8;font-weight:700;display:inline-block;width:1.2em;margin-left:-1.2em}#handicap .btnUnactive{position:fixed;bottom:20px;right:20px;-webkit-filter:blur(0);filter:blur(0);z-index:1000000}#handicap .blur{-webkit-filter:blur(5px);filter:blur(5px);-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}body.cursor{cursor:none}body.cursor #cursor{display:bock;width:20px;height:20px;top:0;left:0;position:absolute;pointer-events:none;-webkit-transition:all .08s;transition:all .08s;background-position:50%;background-image:url(../img/cursor.b267f9dc.svg);z-index:999999}body.cursor #cursor.none{display:none}body.cursor *,body.cursor button{cursor:none!important}body #stain{display:none}body.armd{position:relative;overflow:hidden}body.armd #stain{display:block;width:100vw}body.armd #stain img{width:150vw;top:75vh;left:75vw;position:absolute;z-index:999999;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:1}@media only screen and (min-width:900px){body.armd #stain img{width:100vw;top:50vh;left:50vw}}body.armd #stain img.none{display:none;opacity:0}#project h4{text-transform:uppercase;margin-bottom:5px}#project #projecthome article{margin:50px 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:initial;-ms-flex-pack:initial;justify-content:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:600px){#project #projecthome article{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:initial;-ms-flex-align:initial;align-items:normal}}@media only screen and (min-width:600px){#project #projecthome article.img-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media only screen and (min-width:600px){#project #projecthome article.img-left{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}#project #projecthome article .text{width:100%}@media only screen and (min-width:600px){#project #projecthome article .text{width:calc(100% - 230px)}}#project #projecthome article .text>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:5px}#project #projecthome article .text>div .spot{width:67px;margin-left:15px}#project #projecthome article img{width:200px;margin-bottom:15px}@media only screen and (min-width:600px){#project #projecthome article img{margin-bottom:0}}#project #why{overflow:hidden}#project #why article{margin:30px 0}#project #why article img{width:66px;min-width:66px;margin-right:20px}@media only screen and (min-width:600px){#project #why article img{width:88px;min-width:88px;margin-right:25px}}#project #why .old-sloth{position:relative;padding-bottom:140px}@media only screen and (min-width:600px){#project #why .old-sloth{padding-bottom:80px}}@media only screen and (min-width:900px){#project #why .old-sloth{padding-bottom:50px}}#project #why .old-sloth>*{position:relative;z-index:2}#project #why .old-sloth .flex-center img,#project #why .old-sloth .flex-column img,#project #why .old-sloth .flex-sb img,#project #why .old-sloth .flex img{max-width:170px}@media only screen and (min-width:1024px){#project #why .old-sloth .flex-center img,#project #why .old-sloth .flex-column img,#project #why .old-sloth .flex-sb img,#project #why .old-sloth .flex img{max-width:200px}}@media only screen and (min-width:1280px){#project #why .old-sloth .flex-center img,#project #why .old-sloth .flex-column img,#project #why .old-sloth .flex-sb img,#project #why .old-sloth .flex img{max-width:240px}}#project #why .old-sloth img.old-sloth{bottom:0;right:-40px;position:absolute;z-index:1;width:80vw;padding-bottom:0;-webkit-transition:all .3s;transition:all .3s}@media only screen and (min-width:400px){#project #why .old-sloth img.old-sloth{width:78vw;max-width:320px}}@media only screen and (min-width:600px){#project #why .old-sloth img.old-sloth{width:40vw}}@media only screen and (min-width:900px){#project #why .old-sloth img.old-sloth{width:35vw;min-width:350px;max-width:500px}}@media only screen and (min-width:1024px){#project #why .old-sloth img.old-sloth{width:40vw;min-width:410px;max-width:500px;right:-40px}}@media only screen and (min-width:1280px){#project #why .old-sloth img.old-sloth{width:42vw;min-width:420px;max-width:540px;right:-8vw}}#project #why .old-sloth>div{margin:50px 0}#project #why .old-sloth .text{margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:300px}@media only screen and (min-width:900px){#project #why .old-sloth .text{max-width:200px}}@media only screen and (min-width:1024px){#project #why .old-sloth .text{max-width:220px}}@media only screen and (min-width:1280px){#project #why .old-sloth .text{max-width:300px}}#project #why .old-sloth .credit{margin-top:50px}#follow-menu a{border-right:4px solid #f5f9fe;color:#512b6d;padding-left:30px;position:relative}#follow-menu a:before{content:"\2022";position:absolute;left:10px;top:calc(50% - 15px);font-size:22px}#follow-menu a:after{content:"\2022\2022\2022\2022";position:absolute;top:100%;left:-7px;font-size:12px;letter-spacing:5px;opacity:.5;-webkit-transform:rotate(90deg);transform:rotate(90deg)}#follow-menu a:last-of-type:after{content:""}#follow-menu a.current{border-right:4px solid #844aa8;color:#844aa8}#label #introduction-label .process{max-width:600px;padding-top:20px}#label #introduction-label .small-title{text-transform:uppercase;font-size:18px}#label #introduction-label .ranking .rank{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px 0}@media only screen and (min-width:600px){#label #introduction-label .ranking .rank{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}#label #introduction-label .ranking .rank h4{text-transform:uppercase;margin-bottom:10px}#label #introduction-label .ranking .rank p{margin:8px 0;max-width:500px}#label #introduction-label .ranking .rank img{height:124px;margin-right:20px;margin-bottom:30px}@media only screen and (min-width:600px){#label #introduction-label .ranking .rank img{margin-bottom:0}}#label #introduction-label .form-contact{padding:60px 0;-webkit-box-shadow:0 0 20px 0 rgba(0,14,112,.1);box-shadow:0 0 20px 0 rgba(0,14,112,.1);margin-top:40px;margin-bottom:60px}#label #introduction-label .form-contact form{max-width:600px}#label #introduction-label .form-contact .row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:22px}@media only screen and (min-width:600px){#label #introduction-label .form-contact .row{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}#label #introduction-label .form-contact .row>div:first-of-type{margin-bottom:22px}@media only screen and (min-width:600px){#label #introduction-label .form-contact .row>div:first-of-type{margin-right:10px;margin-bottom:0}}@media only screen and (min-width:600px){#label #introduction-label .form-contact .row>div:last-of-type{margin-left:10px}}#label #introduction-label .form-contact .row>div.no-mg{margin:0}#label #introduction-label .form-contact .row .center{margin-bottom:22px}@media only screen and (min-width:600px){#label #introduction-label .form-contact .row .center{margin:0 10px;margin-bottom:0}}#label #introduction-label .form-contact .cont-button{margin:0 0 20px 0;width:100%}#label #introduction-label .form-contact .cont-button.right .button{margin-right:0}#label #introduction-label .form-contact .cont-button.mutliToggle .button{width:40%}@media only screen and (min-width:600px){#label #introduction-label .form-contact .cont-button.mutliToggle .button{width:100%}}#label #introduction-label .form-contact .cont-button.mutliToggle .button.first{width:60%}@media only screen and (min-width:600px){#label #introduction-label .form-contact .cont-button.mutliToggle .button.first{width:100%}}#label .table{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;max-width:620px}#label .table .col{width:37%;text-align:center;border-top:4px solid #fff}#label .table .col.first{color:rgba(0,3,52,.4);text-align:left;width:26%}#label .table .col>div{padding:30px 10px;border-bottom:1px solid rgba(0,3,52,.2);min-height:160px}#label .table .col span{display:block;font-size:18px;font-weight:500}#label .table .col .large span{font-size:26px;font-weight:600}#label .table .col.a-aa{-webkit-box-shadow:0 0 20px 0 rgba(0,14,112,.1);box-shadow:0 0 20px 0 rgba(0,14,112,.1);border-top:4px solid #01b5ba}#label .table .col.a-aa,#label .table .col.a-aa .top{border-bottom:4px solid #01b5ba}#label .table .col.a-aa .top,#label .table .col.a-aa span{color:#01b5ba}#label .table .col.aaa .top,#label .table .col.aaa span{color:#844aa8}#label .table .col .top{border-bottom:4px solid #f5f9fe;text-transform:uppercase;font-weight:600;min-height:110px}#label .table .col .bottom{min-height:200px}#head{max-height:calc(85vh - 64px);padding:50px 0;display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;min-height:380px;background:-webkit-gradient(linear,left top,left bottom,from(#1db4bb),to(#8e44ad));background:linear-gradient(#1db4bb,#8e44ad)}@media only screen and (min-width:900px){#head{padding:0;min-height:50vw;background:none}}#head .left{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:900px){#head .left{width:45%}}#head .left .container{max-width:100%;padding:0 20px}@media only screen and (min-width:900px){#head .left .container{padding-left:30px;max-width:400px}}#head .left .container h1{margin-bottom:10px;color:#fff;font-size:36px}@media only screen and (min-width:900px){#head .left .container h1{font-size:42px;color:#512b6d}}#head .left .container p{margin-bottom:10px;color:#fff}@media only screen and (min-width:900px){#head .left .container p{color:#49525d}}#head .right{width:55%;display:none;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media only screen and (min-width:900px){#head .right{display:-webkit-box;display:-ms-flexbox;display:flex}}#head .right img,#head .right svg{max-width:100%;max-height:100%;margin:auto;margin-top:0;margin-right:0}#section-value{margin:0 auto;max-width:500px;padding:30px 20px}@media only screen and (min-width:900px){#section-value{max-width:100%;width:90%;padding:20px 30px;padding-bottom:40px;margin:0 auto}}#section-value h2{margin-bottom:20px}#section-value h3{margin-bottom:10px}#section-value .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:900px){#section-value .container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}#section-value .bloc{margin-bottom:20px}@media only screen and (min-width:900px){#section-value .bloc{width:30%}}#section-value img{display:block;margin:0 auto;max-width:60%;margin-bottom:10px}#section-handicap{padding:70px 20px 60px 20px;max-width:100%;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACgAAAACgCAMAAAD35sVKAAAAqFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8j1z1tAAAAN3RSTlMA3e4zI7uqePnRmGXoh0RKC/VUXhH9zDgCji2TWcSzggdP47/XGmvxfXO4rqWhbxUEnDwoQB8P3xQCdAAADrpJREFUeNrs1kEVgCAAQDGlgwW4GIH+zbzKI8LfUuxaAACkCCAAQIwAAgDECCAAQIwAAgDECCAAQIwAAgDECCAAQIwAAgDECCAAQIwAAgDECCAx7/ib92GOzbMA4GPn3nYThcIwDIuyERagIgVF0eKuilaqQr3/O5ufZg7moMmkzUyj+D4XwPGb78+iaQhA3KtBu61pdhQZxsw0T44z9rytZW2UmgbCF+eO0EUViufW9/VDsdZrnVopX8+CYKjUxrIsz/McxzmY5sww0ijSNLc9uAIAcLsIQNywF1dbRamxNx3Hm1tHNQwyv6ybLgxHrRs3CsNKTzqx79ehuLG23lgaMTciWzbG7hUAgC8gANFET3KLjZa5DHnedqemmR8netFvNVg/1HWpw14gbVin4d5Ibc19uQIA8AkCEHdv4GqRsT84nmx6gaReJddZ/NYv9CT2s6nazceOmaeR5nJOBgAQgLg7bek90xlvj8PM7+gFtfdVb2EdhYE6Wp5zmMlS2L4CAEAA4qY8ycKXmzLwqUCCL2zh33uvknNvqixvcpgtbY23ygAAAhA/revay/3J26msTKr3Fn5eWHXKQO7Gk0OerlwemQAACEDU/kPzmZP5Zup3qka/1rhP/XVyzobHrfRgxMUYAEAA4vu6Czt/He+GWawz892TUXGJe8Pj/CMHeWkMACAA8TcDLZ2dZOkrL0ULTfBWXM6Zssavs5QaBIAHRQDiM+2V3He3SqY+zrvN9rxOyulGTsWGveB/MwDwMAhA/HHhjeqtL4sr/tTymPp6/DEN5vaCZyQAfrF3r8tpQlEAhaGAgIgo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) top no-repeat,-webkit-gradient(linear,left top,left bottom,from(#f5f9fe),to(#f5f9fe));background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACgAAAACgCAMAAAD35sVKAAAAqFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8j1z1tAAAAN3RSTlMA3e4zI7uqePnRmGXoh0RKC/VUXhH9zDgCji2TWcSzggdP47/XGmvxfXO4rqWhbxUEnDwoQB8P3xQCdAAADrpJREFUeNrs1kEVgCAAQDGlgwW4GIH+zbzKI8LfUuxaAACkCCAAQIwAAgDECCAAQIwAAgDECCAAQIwAAgDECCAAQIwAAgDECCAAQIwAAgDECCAx7/ib92GOzbMA4GPn3nYThcIwDIuyERagIgVF0eKuilaqQr3/O5ufZg7moMmkzUyj+D4XwPGb78+iaQhA3KtBu61pdhQZxsw0T44z9rytZW2UmgbCF+eO0EUViufW9/VDsdZrnVopX8+CYKjUxrIsz/McxzmY5sww0ijSNLc9uAIAcLsIQNywF1dbRamxNx3Hm1tHNQwyv6ybLgxHrRs3CsNKTzqx79ehuLG23lgaMTciWzbG7hUAgC8gANFET3KLjZa5DHnedqemmR8netFvNVg/1HWpw14gbVin4d5Ibc19uQIA8AkCEHdv4GqRsT84nmx6gaReJddZ/NYv9CT2s6nazceOmaeR5nJOBgAQgLg7bek90xlvj8PM7+gFtfdVb2EdhYE6Wp5zmMlS2L4CAEAA4qY8ycKXmzLwqUCCL2zh33uvknNvqixvcpgtbY23ygAAAhA/revay/3J26msTKr3Fn5eWHXKQO7Gk0OerlwemQAACEDU/kPzmZP5Zup3qka/1rhP/XVyzobHrfRgxMUYAEAA4vu6Czt/He+GWawz892TUXGJe8Pj/CMHeWkMACAA8TcDLZ2dZOkrL0ULTfBWXM6Zssavs5QaBIAHRQDiM+2V3He3SqY+zrvN9rxOyulGTsWGveB/MwDwMAhA/HHhjeqtL4sr/tTymPp6/DEN5vaCZyQAfrF3r8tpQlEAhaGAgIgo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) top no-repeat,linear-gradient(#f5f9fe,#f5f9fe);background-size:100%}@media only screen and (min-width:900px){#section-handicap{padding:100px 30px 60px 30px}}#section-handicap h2{color:#512b6d}#section-handicap .container{position:relative;padding-bottom:40px}#section-handicap .swiper-wrapper{height:300px;max-width:100%}#section-handicap .navigation{display:-webkit-box;display:-ms-flexbox;display:flex}#section-handicap .navigation .next,#section-handicap .navigation .prev{background-color:#f8c944;border-radius:50%;height:40px;width:40px;position:relative;margin-left:10px;margin-right:10px;cursor:pointer;-webkit-transition:all .2s;transition:all .2s}@media only screen and (min-width:900px){#section-handicap .navigation .next,#section-handicap .navigation .prev{margin-left:25px;margin-right:25px}}#section-handicap .navigation .next:hover,#section-handicap .navigation .prev:hover{opacity:.8}#section-handicap .navigation .next i,#section-handicap .navigation .prev i{font-size:45px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#512b6d;-webkit-transition:all .2s;transition:all .2s}#section-handicap .pagination{display:none;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:900px){#section-handicap .pagination{display:-webkit-box;display:-ms-flexbox;display:flex}}#section-handicap .pagination .swiper-pagination-bullet{height:15px;width:15px;background-color:#f8c944;opacity:1;margin:0 15px}#section-handicap .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#a3bad6;opacity:1}#section-handicap .handicap{background-color:#49525d;background:-webkit-gradient(linear,left top,left bottom,from(#6d60ad),to(#844aa8));background:linear-gradient(#6d60ad,#844aa8);width:25%;padding:10px 20px 60px 20px}#section-handicap .handicap h3,#section-handicap .handicap p{color:#fff}#section-handicap .handicap img{height:100px;position:relative;right:-15px}#partners .container{padding:40px 0}#partners .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:20vw;height:100%;max-height:80vw}#partners .swiper-slide img{max-height:100%;max-width:100%}#Page404{height:100vh}#Page404 header{position:absolute;width:100%}#Page404>div{height:100%}#Page404 .notfound{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:500px;text-align:center}#Page404 .notfound h1{font-size:140px;font-weight:900;font-family:Lato,sans-serif}#Page404 .notfound img{max-width:90%;max-height:30vh;margin:0 auto;display:block}#Page404 .notfound .button{margin:auto;margin-top:20px}