/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,300,700,900&subset=latin,latin-ext");@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700,900&subset=latin,latin-ext");@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,400italic,700italic,300italic,800&subset=latin-ext");@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700&subset=latin-ext");@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,700&subset=latin-ext");.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border:1px solid #4A2761;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,0.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:normal;color:#999999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #4A2761;background-color:#fff;background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));background:-webkit-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);background:-moz-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);background:-o-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);background:linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,0.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url("chosen-sprite.png") -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url("chosen-sprite.png") no-repeat 0px 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type="text"]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #4A2761;background:#fff url("chosen-sprite.png") no-repeat 100% -20px;background:url("chosen-sprite.png") no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%, #2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%, #2a62bc 90%);background-image:linear-gradient(#3875d7 20%, #2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:bold;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #4A2761;background-color:#fff;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));background-image:-webkit-linear-gradient(#eee 1%, #fff 15%);background-image:-moz-linear-gradient(#eee 1%, #fff 15%);background-image:-o-linear-gradient(#eee 1%, #fff 15%);background-image:linear-gradient(#eee 1%, #fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type="text"]{margin:1px 0;padding:0;height:25px;outline:0;border:0 !important;background:transparent !important;box-shadow:none;color:#444444;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #4A2761;max-width:100%;border-radius:0px;background-color:#eeeeee;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));background-image:-webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-image:linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url("chosen-sprite.png") -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));background-image:-webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-image:linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,0.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #4A2761;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));background-image:-webkit-linear-gradient(#eee 20%, #fff 80%);background-image:-moz-linear-gradient(#eee 20%, #fff 80%);background-image:-o-linear-gradient(#eee 20%, #fff 80%);background-image:linear-gradient(#eee 20%, #fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #4A2761;box-shadow:0 0 5px rgba(0,0,0,0.3)}.chosen-container-active .chosen-choices li.search-field input[type="text"]{color:#222 !important}.chosen-disabled{opacity:0.5 !important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type="text"]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type="text"]{padding:4px 5px 4px 20px;background:#fff url("chosen-sprite.png") no-repeat -30px -20px;background:url("chosen-sprite.png") no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx){.chosen-rtl .chosen-search input[type="text"],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type="text"],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url("chosen-sprite@2x.png") !important;background-size:52px 37px !important;background-repeat:no-repeat !important}}/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{resize:none;overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}body,html{height:100%;min-height:100%;min-height:800px}ul{padding:0;margin:0}a{color:#713b94;text-decoration:none}a:hover,a:focus,a:active{color:#a46fc6}body{line-height:1}body,html{font-family:"Lato",sans-serif !important;font-size:17px;line-height:1.5;color:rgba(0,0,0,0.87)}@media screen and (max-width: 768px){body,html{font-size:16.15px}}@media screen and (max-width: 550px){body,html{font-size:15.64px}}h2{font-size:1.4rem;line-height:1.2}h3{font-size:1.15rem !important;line-height:1.1;margin-top:40px}ul{margin-left:40px}ul li{margin-left:0px}p{letter-spacing:0.03em;margin:25px 0;line-height:1.7}p:first-of-type{margin-top:0px}p:last-child{margin-bottom:0px}img{margin:40px 0;max-width:100%;max-height:100%}img:first-of-type{margin-top:0px}img:last-of-type{margin-bottom:0px}.wrapper{display:block;margin:0 auto;position:relative}.hidden{display:none !important}.invsible{visibility:hidden !important}.is-unclickable{cursor:progress !important}.of--hidden{overflow:hidden}.center{padding:0 !important;text-align:center}.right{text-align:right}.mobile{display:none}@media screen and (max-width: 992px){.mobile{display:block}}@media screen and (max-width: 992px){.medium_screen{height:0px !important}.medium_screen>*{display:none !important}}.loading{position:relative}.loading::after{top:0px;right:0px;bottom:0px;left:0px;position:absolute;z-index:10;opacity:.9;filter:alpha(opacity=90);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=`90`)";content:" ";display:block;background-color:#eee}.loading::before{top:50%;right:50%;bottom:50%;left:50%;position:absolute;z-index:20;content:" ";display:block;background-image:url("data:image/gif;base64,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");margin-top:-15px;margin-left:-15px;width:33px;height:33px}.share__header{text-transform:uppercase;text-align:center;font-size:26px;color:#713b94}@media screen and (max-width: 768px){.webui-popover{width:230px !important}}.webui-popover-straight{border-radius:0px !important}.webui-popover-straight .webui-popover-title{padding-top:14px !important;padding-bottom:14px !important;text-transform:uppercase}.mobile-nav{top:0;left:0;position:fixed;z-index:-1;opacity:0;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=`0`)";-webkit-transition:opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1);transition:opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1);display:block;width:100%;height:100%;font-size:1.5rem;background-color:#eee;overflow-y:scroll}.mobile-nav--show{opacity:.99;filter:alpha(opacity=99);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=`99`)";z-index:9001}.mobile-nav--show .mobile-nav__header .close{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:center;transform-origin:center;-webkit-transition:transform 0.2s ease-out;transition:transform 0.2s ease-out}.mobile-nav--show .mobile-nav__menu{-webkit-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:translate 0.2s ease-out;transition:translate 0.2s ease-out}.mobile-nav__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-justify-content:space-between;-webkit-box-pack:space-between;-ms-flex-pack:space-between;justify-content:space-between}.mobile-nav__header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-justify-content:space-between;-webkit-box-pack:space-between;-ms-flex-pack:space-between;justify-content:space-between;align-items:center;-ms-align-items:center;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center}.mobile-nav__header .close{align-items:center;-ms-align-items:center;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;-webkit-transform:rotate(-20deg);transform:rotate(-20deg);-webkit-transform-origin:center;transform-origin:center;-webkit-transition:transform 0.2s ease-out;transition:transform 0.2s ease-out;margin-right:15px;font-size:1.8em;line-height:1;text-decoration:none;color:rgba(0,0,0,0.68);cursor:pointer}.mobile-nav__countries{font-size:0.8em;color:#000 !important;width:500px;margin-left:40px}.mobile-nav__countries.select-wrapper::after{top:13px;font-size:1.5em}@media screen and (max-width: 768px){.mobile-nav__countries{margin:30px 15px;width:auto}}.mobile-nav__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-webkit-transform:translate(0, 40px);transform:translate(0, 40px);-webkit-transition:transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);transition:transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);margin:10px 0;padding-left:40px}.mobile-nav__menu__link{margin:10px 0;text-decoration:none}.mobile-nav__footer{display:block;padding:40px;background:#eee;border-top:1px solid #838383}.mobile-nav__languages{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;align-items:center;-ms-align-items:center;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;height:100%;margin:0 auto}.mobile-nav__language{padding:0px 25px;text-decoration:none;color:inherit;border-right:5px solid #d0d0d0}.mobile-nav__language:last-of-type{border-right:none}.mobile-nav__mobile-text{font-size:1.4rem;margin:0;margin-right:15px;padding:0;display:table-cell;text-align:center;vertical-align:middle}body{display:flex;flex-direction:column}.body-wrapper{flex:1 0 auto}.footer-wrapper{flex-shrink:0}footer{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-ms-align-items:center;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;width:100%;max-width:1200px;margin:0 auto;margin-top:40px;padding:20px 0;color:#000;background-color:#fff;border-top:1px solid #d0d0d0}@media screen and (max-width: 1200px){footer{-ms-flex-direction:column;flex-direction:column}}footer .footer__social{margin:30px auto !important}.footer__links{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:auto}@media screen and (max-width: 1200px){.footer__links{margin:0 auto}}@media screen and (max-width: 550px){.footer__links{-ms-flex-direction:column;flex-direction:column;align-items:center;-ms-align-items:center;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center}}.footer__link{display:block;margin-right:40px;padding-bottom:4px;color:inherit !important;text-decoration:none}.footer__link:hover,.footer__link:focus,.footer__link:active{border-bottom:1px solid #000}@media screen and (max-width: 550px){.footer__link{margin:5px 0}}.footer__copyrights{display:block;margin-left:auto;font-size:1.05rem;font-weight:900}@media screen and (max-width: 1200px){.footer__copyrights{margin:0 auto}}.logo{display:block;width:290px;height:85px;margin:0 -75px 0 0;background-image:url("/static/images/logo.svg");background-repeat:no-repeat;background-size:180px;background-position:0% 50%}@media screen and (max-width: 1200px){.logo{width:260px}}.header-wrapper{height:90px;background-color:#fff}@media screen and (max-width: 992px){.header-wrapper{height:auto;align-items:center}}header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-justify-content:space-between;-webkit-box-pack:space-between;-ms-flex-pack:space-between;justify-content:space-between;align-items:center;-ms-align-items:center;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;max-width:1200px;height:100%;margin:0 auto;color:rgba(0,0,0,0.87)}header .open{align-items:center;-ms-align-items:center;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;display:none;margin-right:20px;font-size:2.5rem;line-height:1;text-decoration:none;color:rgba(0,0,0,0.68);cursor:pointer}@media screen and (max-width: 992px){header{-ms-flex-wrap:wrap;flex-wrap:wrap;height:auto}header .open{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto}}.header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;align-items:center}@media screen and (max-width: 992px){.header{display:none}}.header__country{font-size:0.95rem;margin-right:10px !important;width:240px}.header__menu{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-ms-align-items:center;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;-ms-justify-content:space-between;-webkit-box-pack:space-between;-ms-flex-pack:space-between;justify-content:space-between;width:auto;margin:auto;font-size:0.95rem}.header__link{margin:0 30px;text-align:center;text-decoration:none;text-transform:uppercase;font-size:18px;color:#713b94}@media screen and (max-width: 1200px){.header__link{margin:0 20px}}@media screen and (max-width: 992px){.header__link{margin:0 5px}}.header__link.active{font-weight:700}.header__ranking__link.active{font-weight:700;background-color:#f6f6f6;padding:15px 25px 40px 25px;margin:25px 0 0 0}.header__language{width:95px !important;margin-left:20px !important;margin-right:10px !important}.header__language::after{right:14px !important}.subheader-wrapper{width:100%;margin:0 auto 15px auto;background-color:#f6f6f6}@media screen and (max-width: 768px){.subheader-wrapper{display:none !important}}.subheader{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:1240px;margin:0 auto;padding:10px 20px;font-size:0.95em;color:#000}.subheader__link{display:block;width:200px;margin:2.5px 10px;padding:5px 0;padding-left:20px;text-decoration:none;text-transform:uppercase;text-align:center;color:inherit !important}.subheader__link.active,.subheader__link:hover{color:#713b94 !important;font-weight:700}.subheader-select{display:none;margin:0 auto 15px auto;padding:10px 20px;background-color:#eee}@media screen and (max-width: 768px){.subheader-select{display:block}}.subheader-select__content{max-width:400px;margin:auto}.subheader-select__content__title{font-size:1.25rem;font-weight:700}.subheader-select__content__select{margin-bottom:0 !important}.alerts{display:block;margin-bottom:50px}.alert{-webkit-transition:all 0.3s;transition:all 0.3s;box-sizing:border-box;position:relative;width:70%;min-height:50px;margin:5px auto;padding:0em 1.5em;font-size:0.95rem;line-height:50px;text-align:left;text-decoration:none;background-color:#fff;border-width:2px;border-style:solid;cursor:default;appearance:none;color:#fff !important;background-color:#000 !important;border-color:#000 !important}.alert.alert--rounded{border-radius:.3em;background-clip:padding-box}.alert.alert--small{height:auto;font-size:0.85rem;line-height:28px}.alert.alert--semi-big{font-size:1.1rem;line-height:48px;border-width:3px}.alert.alert--green,.alert.success{color:#fff !important;background-color:#54ba41 !important;border-color:#54ba41 !important}.alert.alert--white{color:#fff !important;background-color:#000 !important;border-color:#000 !important}.alert.alert--red,.alert.error{color:#fff !important;background-color:#e75f5f !important;border-color:#e75f5f !important}.boxes{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:80px}@media screen and (max-width: 992px){.boxes{margin-top:40px}}.boxes .box{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:10px;background-clip:padding-box;margin:10px;padding:40px 30px;border:1px solid #d0d0d0}@media screen and (max-width: 992px){.boxes .box{padding:20px 15px}}.countries{display:block;position:relative;border:1px solid #dadada}.countries--opened .country--selected{background-color:#fff;border:1px solid #713b94;border-bottom-color:#dadada;z-index:10001}.countries-box{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column;position:absolute;top:42px;left:-242px;width:690px;height:255px;background-color:#fff;box-shadow:0px 1px 5px rgba(0,0,0,0.3);border:0px;padding:14px;margin-top:4px;z-index:100000}.country{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-ms-align-items:center;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;width:210px;padding:5px 10px}.country:hover,.country:focus,.country:active{background-color:#eee;cursor:pointer}.county--selected--inside{border:solid 1px #713b94}.country--selected{width:auto;padding:8px 12px}.country--selected::after{content:"\f0d7";display:inline-block;margin-right:5px;margin-left:auto;height:inherit;font-family:FontAwesome;font-size:22px;line-height:1.5rem;pointer-events:none}.country-icon{display:inline-block;width:25px;height:25px;margin-right:15px;background-image:url("../images/flags.png")}.country-icon--be{background-position:-115px -40px}.country-icon--by{background-position:-115px -85px}.country-icon--ba{background-position:-115px -130px}.country-icon--bg{background-position:-115px -175px}.country-icon--hr{background-position:-115px -217px}.country-icon--cz{background-position:-115px -260px}.country-icon--dk{background-position:-115px -305px}.country-icon--ee{background-position:-115px -350px}.country-icon--lt{background-position:-367px -40px}.country-icon--lu{background-position:-367px -85px}.country-icon--lv{background-position:-367px -130px}.country-icon--ma{background-position:-367px -175px}.country-icon--mena{background-position:-367px -217px}.country-icon--md{background-position:-367px -260px}.country-icon--pl{background-position:-367px -305px}.country-icon--pt{background-position:-367px -350px}.country-icon--ro{background-position:-620px -40px}.country-icon--ru{background-position:-620px -85px}.country-icon--rs{background-position:-620px -130px}.country-icon--sk{background-position:-620px -175px}.country-icon--si{background-position:-620px -217px}.country-icon--tr{background-position:-620px -260px}.country-icon--ua{background-position:-620px -305px}.country-icon--hu{background-position:-620px -350px}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-justify-content:space-between;-webkit-box-pack:space-between;-ms-flex-pack:space-between;justify-content:space-between;align-items:center;-ms-align-items:center;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;width:100%}.page__select{font-weight:400}.page__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-size:1.4rem}.page__button{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;align-items:center;-ms-align-items:center;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;-webkit-transition:all 0.5s;transition:all 0.5s;width:32px;height:32px;margin:3px;color:rgba(0,0,0,0.54);background-color:#fff;cursor:pointer}.page__button:hover,.page__button:focus,.page__button:active{color:#4cb0f9}.button{-webkit-transition:all 0.3s;transition:all 0.3s;display:inline-block;width:auto;height:auto;margin:0;padding:0em 1.5em;font-family:"Roboto" sans-serif;font-size:0.95rem;line-height:36px;letter-spacing:0.03em;text-align:center;text-decoration:none;background-color:#fff;border-width:2px;border-style:solid;cursor:pointer;appearance:none;background-color:transparent !important;color:#fff !important;border-color:#fff !important}.button:hover,.button:focus,.button:active{text-decoration:none;color:#000 !important;background-color:#fff !important;outline:none}.button.button--rounded{border-radius:.3em;background-clip:padding-box}.button.button--centered{display:block;margin:0 auto}.button.button--shadow{box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)}.button.button-small{height:auto;font-size:0.8rem;line-height:28px}.button.button-semi-big{font-size:1.1rem;line-height:40px;border-width:3px}.button:hover,.button:focus,.button:active{text-decoration:none;background-color:#000 !important;border-color:#000 !important;outline:none}.button.button--violet{background-color:transparent !important;color:#fff !important;border-color:#fff !important}.button.button--violet:hover,.button.button--violet:focus,.button.button--violet:active{text-decoration:none;background-color:#713b94 !important;border-color:#713b94 !important;outline:none}.button.button--violet-filled{background-color:#713b94 !important;color:#fff !important;border-color:#713b94 !important}.button.button--violet-filled:hover,.button.button--violet-filled:focus,.button.button--violet-filled:active{text-decoration:none;background-color:#4A2761 !important;border-color:#4A2761 !important;outline:none}.button.button--violet-filled-hover{color:#fff !important;text-decoration:none;background-color:#4A2761 !important;border-color:#4A2761 !important;outline:none}.button.button--green{background-color:transparent !important;color:#fff !important;border-color:#fff !important}.button.button--green:hover,.button.button--green:focus,.button.button--green:active{text-decoration:none;background-color:#54ba41 !important;border-color:#54ba41 !important;outline:none}.button.button--green-filled{background-color:#54ba41 !important;color:#fff !important;border-color:#54ba41 !important}.button.button--green-filled:hover,.button.button--green-filled:focus,.button.button--green-filled:active{text-decoration:none;background-color:#36772A !important;border-color:#36772A !important;outline:none}.button.button-white{background-color:transparent !important;color:#fff !important;border-color:#fff !important}.button.button-white:hover,.button.button-white:focus,.button.button-white:active{text-decoration:none;background-color:#000 !important;border-color:#000 !important;outline:none}.button.button-light-blue{background-color:transparent !important;color:#fff !important;border-color:#fff !important}.button.button-light-blue:hover,.button.button-light-blue:focus,.button.button-light-blue:active{text-decoration:none;background-color:#4cb0f9 !important;border-color:#4cb0f9 !important;outline:none}.button.button-blue{background-color:transparent !important;color:#fff !important;border-color:#fff !important}.button.button-blue:hover,.button.button-blue:focus,.button.button-blue:active{text-decoration:none;background-color:#337ab7 !important;border-color:#337ab7 !important;outline:none}.button.button-red{background-color:transparent !important;color:#fff !important;border-color:#fff !important}.button.button-red:hover,.button.button-red:focus,.button.button-red:active{text-decoration:none;background-color:#e75f5f !important;border-color:#e75f5f !important;outline:none}.button.button-orange{background-color:transparent !important;color:#fff !important;border-color:#fff !important}.button.button-orange:hover,.button.button-orange:focus,.button.button-orange:active{text-decoration:none;background-color:#f27c36 !important;border-color:#f27c36 !important;outline:none}.button__export{width:70px;padding:7px 5px 7px 15px;vertical-align:middle;margin:0 10px 0 auto;font-size:14px;cursor:pointer}.button__export:hover{background-color:rgba(0,0,0,0.2)}.divider__vertical{display:block;width:2px !important;margin:0 30px;background-color:rgba(0,0,0,0.12)}@media screen and (max-width: 992px){.divider__vertical{width:100% !important;height:2px;margin:30px 0}}.select-wrapper{position:relative}.select-wrapper::after{content:"\f0d7";display:inline-block;position:absolute;top:9px;right:20px;font-family:FontAwesome;font-size:22px;line-height:2rem;color:rgba(0,0,0,0.68);pointer-events:none}.select-wrapper select{display:inline-block;box-sizing:border-box;border:1px solid #d5d5d5;font-size:0.9em;width:100%;padding:8px 15px;margin:6px 0;outline:none;pointer-events:all;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}input{margin-right:5px}label{font-size:0.9rem}.form input,.form textarea{outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form input .error,.form textarea .error{border:1px solid #e75f5f !important}.form input:hover+label,.form input:active+label,.form input:focus+label,.form textarea:hover+label,.form textarea:active+label,.form textarea:focus+label{color:#713b94 !important}.form label{-webkit-transition:all 0.3s;transition:all 0.3s;position:absolute;top:0;left:0;font-size:0.9em;font-weight:100;color:#989595;text-align:left}.form .input-line{position:relative;padding-top:20px;margin:15px 0}.form .input-line:first-of-type{margin-top:0px}.form .input-line:last-of-type{margin-bottom:0px}.form input[type=text],.form input[type=email],.form textarea{border-radius:4px;background-clip:padding-box;-webkit-transition:all 0.3s;transition:all 0.3s;display:inline-block;box-sizing:border-box;font-size:1em;padding:8px 15px;margin:8px 0;border:1px solid #d5d5d5;line-height:1.6em;width:100%}.form input[type=text]:hover,.form input[type=text]:active,.form input[type=text]:focus,.form input[type=email]:hover,.form input[type=email]:active,.form input[type=email]:focus,.form textarea:hover,.form textarea:active,.form textarea:focus{border-color:#713b94}.form input[type=text].error,.form input[type=email].error,.form textarea.error{border-color:#e75f5f !important}.form textarea{-webkit-transition:all 0.1s;transition:all 0.1s;font-size:0.85em;height:200px;max-width:100%;min-height:90px}.form .errorlist{font-size:0.85rem;font-weight:100;color:#f44242;padding:0;margin:0;margin-top:-15px;margin-bottom:20px;margin-left:40px;text-align:left}.form .errorlist li{padding:10px 5px !important}.form button[type=submit],.form button[type=cancel]{margin-top:30px}.menus{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0px 10px}.menus .menu{margin:10px 20px}.menus .menu:first-child{margin-left:0px !important}.menus .menu:last-child{margin-right:0px !important}.menu{display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom-left-radius:0px;border-top-left-radius:0px;background-clip:padding-box;border-bottom-right-radius:0px;border-top-right-radius:0px;background-clip:padding-box;font-size:0.93rem;font-weight:700;text-align:center;text-decoration:none;color:rgba(0,0,0,0.54);background-color:#fff}.menu__item{-webkit-transition:all 0.3s;transition:all 0.3s;padding:0.5em 1.5em;border-top:1px solid #dadada;border-bottom:1px solid #dadada;border-right:1px solid #dadada;cursor:pointer}.menu__item:first-child{border-bottom-left-radius:0px;border-top-left-radius:0px;background-clip:padding-box;border-left:1px solid #dadada}.menu__item:last-child{border-bottom-right-radius:0px;border-top-right-radius:0px;background-clip:padding-box}.menu__item:hover,.menu__item:focus,.menu__item:active{color:#fff;background-color:#713b94}@media screen and (max-width: 550px){.menu__item{padding:0.4em 0.95em}}.menu__item--active{color:#fff;background-color:#713b94}.icon-box{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.icon-box__icon{-ms-align-self:center;-ms-flex-item-align:center;align-self:center}.icon-box__content{margin-left:10px}.social{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-ms-align-items:center;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;-ms-justify-content:space-around;-webkit-box-pack:space-around;-ms-flex-pack:space-around;justify-content:space-around}.social__link{width:55px;height:55px;background-image:url("../images/social.png");cursor:pointer}.social__link--linkedin{background-position:-226px -150px}.social__link--twitter{background-position:-226px -45px}.social__link--facebook{background-position:-70px -45px}.social__link--instagram{background-position:-70px -150px}.social__link--small{-ms-zoom:.8;-moz-transform:scale(.8);-o-transform:scale(.8);-webkit-transform:scale(.8);transform:scale(.8)}.social-share{margin-top:5px;text-align:center;color:rgba(0,0,0,0.54)}table{font-size:0.95rem;border:1px solid rgba(0,0,0,0.12);border-spacing:0;width:100%;border-collapse:collapse}table caption{font-size:1.4em;font-weight:700;background-color:rgba(0,0,0,0.1);color:#fff;padding:10px 0;text-align:center}table thead{font-size:1.05em;font-weight:700;background-color:#A13884;border-bottom:1px solid rgba(0,0,0,0.12);line-height:normal;text-align:left;color:#fff}table thead th{font-weight:inherit !important;padding:15px 15px;height:18px}table tbody{font-size:0.92em}table tbody tr{border-bottom:1px solid rgba(0,0,0,0.12);line-height:2.5em;background-color:#fff}table tbody tr:last-child{border-bottom:none}table tbody tr td{padding:15px 15px;line-height:normal}th.center,td.center{padding:0 15px !important}.table__row--highlight{font-weight:700 !important;background-color:rgba(0,0,0,0.15) !important}.table__row--small{font-size:0.85em;padding:9px 8px !important}.table__cell--highlight{font-weight:700 !important}.table--clickable tbody tr{cursor:pointer}.table--bordered tbody tr:not(:last-of-type){border-bottom:1px solid #e7e0e0}.table--bordered tbody td:not(:last-child){border-right:1px solid #e7e0e0}.table--hover tbody tr{-webkit-transition:all 0.5s;transition:all 0.5s}.table--hover tbody tr:hover{font-weight:700 !important;background-color:rgba(0,0,0,0.04)}.table--alternative tbody tr:nth-of-type(even){background-color:#eee}.page{max-width:1000px;margin:auto;margin-top:15px;background-color:#fff}@media screen and (max-width: 550px){.page{margin-top:40px;padding:10px 40px}}.page__title{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-ms-align-items:center;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;height:80px;margin-bottom:20px;padding-left:10px;font:"Open Sans",sans-serif;font-size:2.4em;color:#713b94;border-bottom:1px solid rgba(0,0,0,0.12)}@media screen and (max-width: 550px){.page__title{font-size:2.1em}}.page__content{padding:30px 60px;font-weight:100;font-weight:1.2em}@media screen and (max-width: 550px){.page__content{padding:15px 0px}}.page__content--center{-ms-align-content:center;-ms-flex-line-pack:center;align-content:center;text-align:center}.segment{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-ms-align-items:center;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;padding:20px 10px}.tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-align-content:center;-ms-flex-line-pack:center;align-content:center;-ms-flex-direction:row;flex-direction:row;position:relative;width:100%;height:50px;font-weight:400;color:rgba(0,0,0,0.54);border-bottom:1px solid #713b94}.tabs .tab{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-ms-align-items:center;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;position:relative;top:2px;margin-left:10px;padding:2px 15px;cursor:pointer}.tabs .tab.active{border-top:1px solid #713b94;border-left:1px solid #713b94;border-right:1px solid #713b94;font-weight:700;color:#713b94;border-bottom:4px solid #fff}.about{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;align-items:center;-ms-align-items:center;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center}.about__logo{width:265px;height:34px;background-image:url("../images/gemius-info.png");background-position:-5px -5px}.about__description{margin:50px 0px}.about__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-justify-content:space-around;-webkit-box-pack:space-around;-ms-flex-pack:space-around;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin-top:-20px}.info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;align-items:center;-ms-align-items:center;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;width:33%;height:150px;margin:10px 0px}@media screen and (max-width: 992px){.info{width:50%}}@media screen and (max-width: 550px){.info{width:100%}}.info__icon{background-image:url("../images/about.png");width:75px;height:75px}.info__icon--1{background-position:-7px -10px}.info__icon--2{background-position:-104px -10px}.info__icon--3{background-position:-199px -10px}.info__icon--4{background-position:-7px -110px}.info__icon--5{background-position:-104px -110px}.info__icon--6{background-position:-199px -110px}.info__description{margin-top:10px;font-size:.9em}.home{max-width:1200px;margin:0 auto}.home .row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-justify-content:space-around;-webkit-box-pack:space-around;-ms-flex-pack:space-around;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 992px){.home .row{margin:0px auto}}.row__prizes{margin:20px 0;margin-bottom:50px}.box__rankings{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1 1 770px;-ms-flex:1 1 770px;flex:1 1 770px;-ms-justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:770px}@media screen and (max-width: 992px){.box__rankings{-ms-flex-direction:column;flex-direction:column;-ms-justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;align-items:center;-ms-align-items:center;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;width:auto}}.box__ranking{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1 1 370px;-ms-flex:1 1 370px;flex:1 1 370px;-ms-flex-direction:column;flex-direction:column;-ms-justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:370px;width:100%;margin:10px;margin-bottom:70px;padding-bottom:20px;text-decoration:none !important;color:rgba(0,0,0,0.87) !important;background-color:#fff}.box__ranking:hover,.box__ranking:focus,.box__ranking:active{box-shadow:0 0px 20px 1px #ccc}@media screen and (max-width: 1200px){.box__ranking{max-width:45%}}@media screen and (max-width: 768px){.box__ranking{max-width:100%;margin:20px 0px;padding:0px 10px;padding-bottom:20px}}.box__ranking__title{-ms-justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:25px;font-family:"Open Sans", sans-serif;font-weight:400;text-align:center;text-transform:uppercase;color:#713b94}.box__ranking__table{-ms-align-self:center;-ms-flex-item-align:center;align-self:center;margin-bottom:30px;font-size:0.9rem}.box__ranking__table.loading{height:240px}.box__ranking__description{font-weight:100;text-align:center;text-transform:uppercase}.box__ranking__button{-ms-align-self:center;-ms-flex-item-align:center;align-self:center;margin-top:auto}.box__article{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1 1 370px;-ms-flex:1 1 370px;flex:1 1 370px;-ms-flex-direction:column;flex-direction:column;max-width:370px;margin:10px;margin-bottom:70px;padding-bottom:20px;text-decoration:none !important;outline:none !important;color:rgba(0,0,0,0.87) !important;background-color:#fff}@media screen and (max-width: 1200px){.box__article{-webkit-box-flex:1 1 45%;-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%}}.box__article:hover,.box__article:focus,.box__article:active{box-shadow:0 0px 20px 1px #ccc}@media screen and (max-width: 768px){.box__article{-webkit-box-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;margin:20px 10px}}.box__article__image{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-justify-content:flex-end;-webkit-box-pack:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end;-ms-flex-direction:column;flex-direction:column;height:200px;padding:0 15px;color:#fff;background-size:cover;background-position:center}.box__article__image .box__article__subtitle{font-size:0.8em;text-transform:uppercase}.box__article__image h2{margin-top:10px}.box__article p{margin-bottom:20px;padding:20px 15px;line-height:1.8;background-color:#fff}.box__article__button{-ms-align-self:center;-ms-flex-item-align:center;align-self:center;margin-top:auto}.box__description{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;width:100%;margin:10px 10px 70px 10px;padding:40px 0px;color:rgba(0,0,0,0.87) !important;background-color:#fff;border:1px solid #dadada;margin-top:10px}@media screen and (max-width: 1200px){.box__description{-webkit-box-flex:1 1 45%;-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;font-size:1.3rem}}@media screen and (max-width: 768px){.box__description{-webkit-box-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;margin:20px 10px;font-size:1rem}}.box__description p{max-width:800px;margin:0 auto;padding:0px 10px;line-height:1.8;text-align:center}@media screen and (max-width: 550px){.box__description p{margin:0 0px}}.box__description__button{-ms-align-self:center;-ms-flex-item-align:center;align-self:center;margin-top:40px}.box__prize{display:block;max-width:300px;margin:20px 10px}@media screen and (max-width: 768px){.box__prize{max-width:500px}}.box__prize__image{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-ms-align-items:center;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;-ms-justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:140px;margin-bottom:20px;margin:auto auto}.box__prize__image img{max-width:80%;max-height:80%}.box__prize__description{line-height:1.6;text-align:center}.box__social{-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:500px;margin:0 auto;padding-top:40px;margin-bottom:80px}.box__social__join{margin-bottom:10px;font-size:1.05rem;text-align:center;text-transform:uppercase;color:#713b94}@media screen and (max-width: 768px){.box__social .social__link{margin:20px 10px}}.citation-icon{-ms-zoom:.7;-moz-transform:scale(.7);-o-transform:scale(.7);-webkit-transform:scale(.7);transform:scale(.7);transform-origin:top;display:block;margin:0 auto;width:72px;height:73px;background-image:url("../images/citation.png")}.citation-icon--1{background-position:0px 0px}.citation-icon--2{background-position:0px -73px}.citation-separator{margin-bottom:40px}.column{display:inline-block;width:49%;vertical-align:top}@media screen and (max-width: 768px){.column{display:block;width:100%;margin:40px 0}.column:first-of-type{margin-top:0px}.column:last-of-type{margin-bottom:0px}}.contact{margin:40px 0px}.contact:first-of-type{margin-top:0px}.contact:last-of-type{margin-bottom:0px}.contact>div{margin:5px}.contact__type{margin-bottom:10px !important;font-weight:700;font-size:1.2rem}.contact__send_button{width:160px;font-weight:400;display:block;margin-left:auto;margin-right:auto;margin-bottom:10px}.contact-icon{-ms-zoom:.7;-moz-transform:scale(.7);-o-transform:scale(.7);-webkit-transform:scale(.7);transform:scale(.7);width:74px;height:74px;background-image:url("../images/contact.png")}.contact-icon--1{background-position:-0px -0px}.contact-icon--2{background-position:-0px -75px}.contact-icon--3{background-position:-0px -150px}.accordion{margin:15px auto}.accordion--open .accordion__header{background-color:#713b94;color:#fff !important}.accordion__header{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-ms-align-items:center;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;-webkit-transition:all 0.15s;transition:all 0.15s;padding:15px 0;padding-left:40px;padding-right:60px;font:"Open Sans",sans-serif;font-size:1.1em;font-weight:700;color:rgba(0,0,0,0.38);background-color:#fff;border:1px solid rgba(0,0,0,0.12);cursor:pointer}.accordion__header:hover,.accordion__header:focus,.accordion__header:active{color:rgba(0,0,0,0.87)}@media screen and (max-width: 768px){.accordion__header{padding:8px 12px}}.accordion__header__number{min-width:30px;width:30px;margin-right:15px}@media screen and (max-width: 768px){.accordion__header__number{min-width:25px;width:25px}}.accordion__header__toggle{margin-left:auto;margin-right:-20px;font-size:2em;line-height:0}@media screen and (max-width: 768px){.accordion__header__toggle{margin-right:0px;padding:0px 10px}}.accordion__content{display:none;padding:40px 60px;padding-top:20px}@media screen and (max-width: 768px){.accordion__content{padding:20px 20px;padding-top:10px}}.privacy h2{margin-top:60px;padding:0px 60px;padding-top:30px;color:#713b94;border-top:1px solid rgba(0,0,0,0.12)}@media screen and (max-width: 992px){.privacy h2{padding:0px;padding-top:30px}}.privacy p{padding:0px 60px}@media screen and (max-width: 992px){.privacy p{padding:0px}}.privacy__contact{padding:0px 60px}.ranking{max-width:1200px;margin:0 auto;margin-top:15px;background-color:#fff}@media screen and (max-width: 550px){.ranking{padding-left:10px;padding-right:10px}}.ranking__header{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-ms-align-items:center;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;padding:0 0 20px 10px;border-bottom:1px solid rgba(0,0,0,0.12)}@media screen and (max-width: 768px){.ranking__header .social{display:none}}.ranking__header>*{-webkit-box-flex:1;-ms-flex:1;flex:1}@media screen and (max-width: 768px){.ranking__header>*{display:none}}.ranking__title{-webkit-box-flex:6;-ms-flex:6;flex:6;position:relative;height:100%;font-size:1.8rem;color:#713b94;text-transform:uppercase}@media screen and (max-width: 768px){.ranking__title{font-size:1.7rem;text-align:center;width:100%}}.ranking__title--inside{position:relative;vertical-align:center;display:block;padding-top:30px}@media screen and (max-width: 992px){.ranking__title--inside{position:static}}.ranking__description{margin-top:10px;text-transform:none;color:rgba(0,0,0,0.54);font-size:17px;text-align:left;align-items:center}.ranking__popover{border-radius:50%;background-clip:padding-box;-webkit-transition:0.3s all;transition:0.3s all;position:absolute;width:27px;height:27px;top:-20px;right:-35px;font-size:1.8rem;line-height:1rem;text-align:center;color:#838383;background-color:transparent;cursor:pointer}.ranking__popover:hover,.ranking__popover:focus,.ranking__popover:active{color:#713b94}@media screen and (max-width: 992px){.ranking__popover{top:-18px;right:40px}}@media screen and (max-width: 768px){.ranking__popover{top:-15px;right:0px}}.ranking__menus{margin:20px 0}.ranking__menus .menu:last-child{margin-left:auto}@media screen and (max-width: 992px){.ranking__menus{-ms-justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ranking__menus .menu:first-child,.ranking__menus .menu:last-child{display:none}}@media screen and (max-width: 550px){.ranking__menus{margin:30px 0}}.ranking__top{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:flex-start;-ms-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;-ms-grid-row-align:flex-start;-ms-justify-content:space-between;-webkit-box-pack:space-between;-ms-flex-pack:space-between;justify-content:space-between;padding:0px 10px}@media screen and (max-width: 992px){.ranking__top{-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width: 550px){.ranking__top{padding:0px}}.ranking__analysis .export-menu{margin-left:auto}.ranking__analysis .export-menu .fa{color:#713b94;margin-right:1em;width:8px;margin-top:2px}.ranking__analysis .export-menu .show{display:block}.ranking__analysis .export-menu .fa-sort-down{color:#fff}.ranking__analysis .export-menu__header{display:flex;border:solid 1px #eee;padding:10px 5px 10px 25px;width:120px;margin:10px 10px 0 10px;color:#838383;font-size:15px;cursor:pointer;position:relative}.ranking__analysis .export-menu__header .fa-sort-desc{margin-left:auto;position:absolute;left:120px;top:9px}.ranking__analysis .export-menu__header .fa-sort-asc{margin-left:auto;position:absolute;left:120px;top:14px}.ranking__analysis .export-menu__content{display:none;position:absolute;background-color:#fff;min-width:150px;margin-left:10px;z-index:1;border:solid 1px #eee;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2)}.ranking__analysis .export-menu__content .button__export{margin-left:5px;color:#838383;width:100%}.ranking__analysis .export-menu__content .button__export:hover{text-decoration:underline;background-color:transparent;color:#713b94}.ranking__analysis .export-menu__content .export__disabled{color:#ddd !important}.ranking__analysis .export-menu__content .export__disabled .fa{color:#ddd !important}.ranking__analysis .export-menu__content .export__disabled:hover{text-decoration:none !important}.top__table{-webkit-box-flex:5;-ms-flex:5;flex:5;margin-right:40px}.top__table.loading{height:400px}@media screen and (max-width: 992px){.top__table{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;margin-right:0px;margin-bottom:40px}}.top__chart{-webkit-box-flex:7;-ms-flex:7;flex:7;display:block;border:1px solid rgba(0,0,0,0.12)}@media screen and (max-width: 992px){.top__chart{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}.top__chart__header{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-ms-align-items:center;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;-ms-justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:51px;font-size:1.05em;font-weight:700;color:#fff;background-color:#A13884;border-bottom:1px solid rgba(0,0,0,0.12)}.top__chart__header__title{margin:0 auto;width:100%;text-align:center;margin-right:-80px}.top__chart__body{max-height:400px}.ranking__analysis{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-ms-align-items:center;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;-ms-justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column}.ranking__analysis>*{margin-top:20px}.ranking__analysis>*:first-of-type{margin-top:0px}@media screen and (max-width: 992px){.ranking__analysis{display:none}}.analysis__menu{width:100%}.analysis__menu .chosen-wrapper{display:inline-block;position:relative;width:350px;margin:0 20px}.analysis__menu .chosen-wrapper .label{padding:5px 0;font-size:0.8rem;color:rgba(0,0,0,0.54)}.analysis__menu .chosen-wrapper .counter{float:right;color:rgba(0,0,0,0.38);font-weight:700}.analysis__menu .chosen-wrapper .counter.full{color:#e75f5f}.analysis__menu .chosen-wrapper .names,.analysis__menu .chosen-wrapper .countries{width:100%}.analysis__table{width:100%;box-sizing:border-box;padding:0px 10px;overflow:auto}.analysis__table .table__controllers{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;align-items:center;-ms-align-items:center;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;margin-top:20px;padding:10px 0px;font-size:0.95em;font-weight:700}.analysis__table .table__controllers .table__controller{margin:0px 10px;padding:5px 12px;color:rgba(0,0,0,0.54);text-decoration:none;border:1px solid rgba(0,0,0,0.12);cursor:pointer}.analysis__table .table__controllers .table__controller:first-of-type{margin-left:0px}.analysis__table .table__controllers .table__controller:hover,.analysis__table .table__controllers .table__controller:focus,.analysis__table .table__controllers .table__controller:active{color:#552c70}.analysis__table .table__controllers .table__controller i{margin-left:12px;font-size:1.2em;line-height:1;color:#713b94}.analysis__table .table__controllers .pagination{margin-left:auto;width:370px}.analysis__chart{-ms-align-self:center;-ms-flex-item-align:center;align-self:center;width:90%;box-sizing:border-box;margin-left:-1.5%}.ranking__footer{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-ms-align-items:center;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;-ms-justify-content:flex-end;-webkit-box-pack:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end;height:40px}.ranking__footer .button i{margin-right:10px;color:#713b94 !important}.ranking__footer .button.button--violet{color:rgba(0,0,0,0.54) !important;border:1px solid rgba(0,0,0,0.12) !important}.ranking__footer .button.button--violet:hover,.ranking__footer .button.button--violet:focus,.ranking__footer .button.button--violet:active{color:#713b94 !important;border-color:#713b94 !important;background-color:transparent !important}.ranking__button{float:right;margin-top:15px;padding:5px 12px;outline:none !important;background:#713b94;color:#fff;border-color:#713b94}.ranking__button__inactive{background-color:#fff;color:rgba(0,0,0,0.87);border-color:#fff}.pdf{width:700px}.pdf__logo{margin-left:-10px !important}.pdf__header{width:500px;margin-top:-5px;margin-left:130px;font-size:25px;color:#713b94;text-transform:uppercase;text-align:center}.pdf__footer{width:620px;font-size:0.85rem;font-style:italic;text-align:right}.pdf__legend{width:650px;font-size:0.9rem}.pdf__table{width:700px;font-size:0.75rem !important}.pdf .top__table{width:570px}.pdf .top__table table{font-size:0.8rem !important}.pdf .top__table table thead th{padding:10px 15px !important}.pdf .top__table table tbody td{padding:10px 15px !important}.choose__all{margin-top:26px;display:none}.choose__all.active{display:block}
