body,html{margin:0;padding:0;min-height:100%}h1,h2,h3,p{margin:0}body{font-family:Helvetica,Arial,sans-serif;font-size:16px;line-height:1;font-weight:400;letter-spacing:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.theme-light body{color:#5c6f84;background:#fff}.theme-dark body{color:#c8cbd3;background:#21252b}#header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:80px}@media (max-width:769px){#header{min-height:70px}}#main{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto;width:100%}#footer{margin-top:16px;overflow:auto}article,figcaption,footer,header,main,nav,section{display:block}body{position:absolute;top:0;left:0;right:0;width:100%;min-height:100vh;overflow:auto}#header{min-width:300px}#main{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}#footer{width:100%;min-height:56px}.support-wrapper{position:relative}.search-form{min-width:300px}.alert{position:absolute;top:8px;left:8px;right:8px;max-width:700px;margin:0 auto;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:11px;font-size:14px;line-height:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center}.alert a,.alert a:visited{text-decoration:underline}.alert img{vertical-align:top}.alert.warning{color:#2c3036;background-color:#fdece2;border:1px solid #f08135}.alert.error,.alert.warning a,.alert.warning a:visited{color:#2c3036}.alert.error{background-color:#fbe2e6;border:1px solid #e53b5b}.alert.error a,.alert.error a:visited{color:#2c3036}.button{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;height:32px;padding:0 12px;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;font-size:14px;line-height:18px;cursor:pointer;border:none;outline:none;overflow:hidden}.button:hover{text-decoration:none}.button .label{position:relative;z-index:1}.button:after{content:"";position:absolute;bottom:0;left:33%;width:33%;height:32px;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;opacity:0;-webkit-transition:all .3s ease-in-out,opacity .1s;-o-transition:all .3s ease-in-out,opacity .1s;-moz-transition:all .3s ease-in-out,opacity .1s;transition:all .3s ease-in-out,opacity .1s}.button:active:after{opacity:1;left:0;width:100%}.theme-light .button.primary{color:#fff;background:#353c52;border:1px solid #353c52}.theme-dark .button.primary{color:#21252b;background:#f4f6fa;border:1px solid #f4f6fa}.theme-light .button.primary:focus,.theme-light .button.primary:hover{background:#5c6f84}.theme-dark .button.primary:focus,.theme-dark .button.primary:hover{background:#c8cbd3}.theme-light .button.primary:after{background:#5c6f84}.theme-dark .button.primary:after{background:#c8cbd3}.theme-light .button.primary:active{background:#353c52}.theme-dark .button.primary:active{background:#f4f6fa}.theme-light .button.secondary{color:#5c6f84;background:#f4f6fa;border:1px solid #c8cbd3}.theme-dark .button.secondary{color:#c8cbd3;background:#2c3036;border:1px solid #8c94a0}.theme-light .button.secondary:focus,.theme-light .button.secondary:hover{background:#fff}.theme-dark .button.secondary:focus,.theme-dark .button.secondary:hover{background:#21252b}.theme-light .button.secondary:after{background:#fff}.theme-dark .button.secondary:after{background:#21252b}.theme-light .button.secondary:active{background:#f4f6fa}.theme-dark .button.secondary:active{background:#2c3036}.checkbox{margin-bottom:30px}.checkbox input{margin:0;padding:0;width:0;height:0;background-color:transparent;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media \0 screen\,screen\9 {.checkbox input{display:inline-block;width:20px;height:20px;margin-top:6px}.checkbox input+label{padding-left:8px}}.checkbox label{position:relative;font-size:14px;line-height:18px;cursor:pointer;padding-left:26px}.checkbox label:before{content:"";position:absolute;top:0;left:0;z-index:1;display:inline-block;width:16px;height:16px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin-right:10px}.theme-light .checkbox label:before{border:1px solid #353c52;background-color:#fff}.theme-dark .checkbox label:before{border:1px solid #f4f6fa;background-color:#21252b}.checkbox input:focus~label:after{content:"";position:absolute;left:-3px;top:-3px;display:inline-block;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.theme-light .checkbox input:focus~label:after{border:2px solid #353c52;background-color:#fff}.theme-dark .checkbox input:focus~label:after{border:2px solid #f4f6fa;background-color:#21252b}.checkbox input:focus:not(:checked)~label:before{display:none}.theme-light .checkbox input:checked~label:before{background:url(/images/checkbox-light.png) no-repeat 50% 50%,#353c52}.theme-dark .checkbox input:checked~label:before{background:url(/images/checkbox-dark.png) no-repeat 50% 50%,#f4f6fa}a{text-decoration:none}.theme-light a{color:#0a35ca}.theme-dark a{color:#f4f6fa}.theme-light a:visited{color:#0a35ca}.theme-dark a:visited{color:#f4f6fa}a:hover{text-decoration:underline}.select{position:relative;margin-bottom:30px}.select select{width:281px;height:40px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;outline:none;padding:0 8px;font-size:14px;line-height:18px}.theme-light .select select{color:#353c52;background-color:#fff;border:1px solid #c8cbd3}.theme-dark .select select{color:#f4f6fa;background-color:#21252b;border:1px solid #8c94a0}.theme-light .select select option{color:#353c52}.theme-dark .select select option{color:#f4f6fa}.select select:hover{-webkit-box-shadow:0 1px 4px 0 rgba(80,80,82,.16);-moz-box-shadow:0 1px 4px 0 rgba(80,80,82,.16);box-shadow:0 1px 4px 0 rgba(80,80,82,.16)}.theme-light .select select:hover{border:1px solid #5c6f84}.theme-dark .select select:hover{border:1px solid #c8cbd3}.select select:focus{-webkit-box-shadow:0 1px 4px 0 rgba(80,80,82,.32);-moz-box-shadow:0 1px 4px 0 rgba(80,80,82,.32);box-shadow:0 1px 4px 0 rgba(80,80,82,.32)}.theme-light .select select:focus{border:1px solid #5c6f84}.theme-dark .select select:focus{border:1px solid #c8cbd3}.select label{position:absolute;top:-6px;left:10px;font-size:11px;line-height:13px;padding:0 4px}.theme-light .select label{color:#5c6f84;background-color:#fff}.theme-dark .select label{color:#c8cbd3;background-color:#21252b}.header-search{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;height:80px;padding:0 12px 0 85px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media (max-width:769px){.header-search{height:60px;padding-left:12px}}.header-search .search-form{margin-top:10px;max-width:632px}.footer-nav{position:relative;width:100%;min-height:56px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:15px 0}.theme-light .footer-nav{background-color:#f4f6fa;border-top:1px solid #c8cbd3}.theme-dark .footer-nav{background-color:#2c3036;border-top:1px solid #8c94a0}@media (min-width:769px){.footer-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;text-align:center}.footer-nav.footer-nav-absolute{position:absolute;bottom:0;left:0}}.footer-nav a{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin:5px 10px;font-size:13px;line-height:16px;text-decoration:none;white-space:nowrap}.theme-light .footer-nav a{color:#5c6f84}.theme-dark .footer-nav a{color:#c8cbd3}.footer-nav a:hover{text-decoration:underline}.footer-nav .default{position:absolute;right:0;top:15px}.footer-nav .footer-settings{position:absolute;right:0;top:41px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.footer-nav .footer-settings svg{margin-right:.25rem;vertical-align:middle}@media (min-width:769px){.footer-nav .default{position:static;margin-left:auto}.footer-nav .footer-settings{position:static}}.search-form{display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:48px}.search-form .logo{display:block;height:40px;margin:4px 0 0 5px;position:absolute;z-index:1;font-weight:700;font-size:2rem}.theme-light .search-form .logo{color:#000}.theme-dark .search-form .logo{color:#fff}@media \0 screen\,screen\9 {.search-form .logo img{border:none}}.search-form label{display:none}.search-form .text{position:absolute;top:0;left:0;width:100%;min-width:300px;height:48px;font-size:20px;line-height:28px;outline:none;border:none;margin:0;padding:0 54px 0 20px;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:34px;-moz-border-radius:34px;border-radius:34px}.theme-light .search-form .text{color:#353c52;border:1px solid #c8cbd3}.theme-light .search-form .text:focus,.theme-light .search-form .text:hover{-webkit-box-shadow:0 2px 4px 0 rgba(80,80,82,.24);-moz-box-shadow:0 2px 4px 0 rgba(80,80,82,.24);box-shadow:0 2px 4px 0 rgba(80,80,82,.24)}.theme-dark .search-form .text{color:#f4f6fa;border:1px solid transparent;background:#2c3036}.theme-dark .search-form .text:focus,.theme-dark .search-form .text:hover{-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.64);-moz-box-shadow:0 2px 4px 0 rgba(0,0,0,.64);box-shadow:0 2px 4px 0 rgba(0,0,0,.64)}@media \0 screen\,screen\9 {.search-form .text{max-width:542px;line-height:48px}}.search-form .logo~.text{padding-left:54px}.search-form .submit{display:block;position:absolute;top:0;right:6px;z-index:2;width:48px;height:48px;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;border:none;outline:none;color:transparent;font-size:0}.theme-light .search-form .submit{background:url(./search-light.png) no-repeat 50% 50%;-webkit-background-size:24px 24px;-moz-background-size:24px 24px;background-size:24px 24px}@media \0 screen\,screen\9 {.theme-light .search-form .submit{background:none;width:24px;height:auto;min-height:24px;margin-top:12px;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./search-light.png",sizingMethod="scale");-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./search-light.png',sizingMethod='scale')"}}.theme-dark .search-form .submit{background:url(/images/search-dark.png) no-repeat 50% 50%;-webkit-background-size:24px 24px;-moz-background-size:24px 24px;background-size:24px 24px}@media \0 screen\,screen\9 {.theme-dark .search-form .submit{background:none;width:24px;height:auto;min-height:24px;margin-top:12px;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/search-dark.png",sizingMethod="scale");-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/search-dark.png',sizingMethod='scale')"}}.search-form .suggest{display:none;position:absolute;z-index:10;top:58px;left:39px;width:496px;padding:0;margin:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 2px 6px 0 rgba(80,80,82,.32);-moz-box-shadow:0 2px 6px 0 rgba(80,80,82,.32);box-shadow:0 2px 6px 0 rgba(80,80,82,.32)}.search-form .suggest.wide{left:5px;width:530px}.search-form .suggest a{height:32px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0 18px}.theme-light .search-form .suggest a{color:#5c6f84}.theme-dark .search-form .suggest a{color:#c8cbd3}.search-form .suggest a.js-selected,.search-form .suggest a:hover{text-decoration:none}.theme-light .search-form .suggest a.js-selected,.theme-light .search-form .suggest a:hover{color:#000;background:#f4f6fa}.theme-dark .search-form .suggest a.js-selected,.theme-dark .search-form .suggest a:hover{color:#fff;background:#2c3036}.theme-light .search-form .suggest{background:#fff;border:1px solid #c8cbd3}.theme-dark .search-form .suggest{background:#21252b;border:1px solid #8c94a0}@media (max-width:376px){.search-form .suggest{left:5px}.search-form .suggest,.search-form .suggest.wide{width:-webkit-calc(100% - 10px);width:-moz-calc(100% - 10px);width:calc(100% - 10px)}}.search-form.js-focus .suggest.js-visible,.search-form .suggest.js-visible:hover{display:block}.pagination{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:16px 0;max-width:592px;clear:both}.pagination,.pagination .page{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination .page{font-size:13px;line-height:16px;margin:0 4px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;width:26px;height:26px;text-decoration:none}.theme-light .pagination .page{color:#353c52;border:1px solid #c8cbd3}.theme-dark .pagination .page{color:#f4f6fa;border:1px solid #8c94a0}.theme-light .pagination .page:hover{border:1px solid #5c6f84}.theme-dark .pagination .page:hover{border:1px solid #c8cbd3}.theme-light .pagination .page.current{color:#fff;border:1px solid #353c52;background-color:#353c52}.theme-dark .pagination .page.current{color:#21252b;border:1px solid #f4f6fa;background-color:#f4f6fa}@media \0 screen\,screen\9 {.pagination .page{display:inline-block;text-align:center;line-height:26px}}.pagination .next,.pagination .prev{font-size:0;line-height:0;display:inline-block;width:16px;height:16px;margin:0 4px;padding:6px}@media \0 screen\,screen\9 {.pagination .next,.pagination .prev{background:none;width:16px;height:auto;min-height:16px;vertical-align:middle}}.theme-light .pagination .prev{background:url(/images/chevron-left-light.png) no-repeat 50% 50%;-webkit-background-size:16px 16px;-moz-background-size:16px;background-size:16px}@media \0 screen\,screen\9 {.theme-light .pagination .prev{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/chevron-left-light.png",sizingMethod="scale");-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/chevron-left-light.png',sizingMethod='scale')"}}.theme-dark .pagination .prev{background:url(/images/chevron-left-dark.png) no-repeat 50% 50%;-webkit-background-size:16px 16px;-moz-background-size:16px;background-size:16px}@media \0 screen\,screen\9 {.theme-dark .pagination .prev{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/chevron-left-dark.png",sizingMethod="scale");-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/chevron-left-dark.png',sizingMethod='scale')"}}.theme-light .pagination .next{background:url(/images/chevron-right-light.png) no-repeat 50% 50%;-webkit-background-size:16px 16px;-moz-background-size:16px;background-size:16px}@media \0 screen\,screen\9 {.theme-light .pagination .next{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/chevron-right-light.png",sizingMethod="scale");-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/chevron-right-light.png',sizingMethod='scale')"}}.theme-dark .pagination .next{background:url(/images/chevron-right-dark.png) no-repeat 50% 50%;-webkit-background-size:16px 16px;-moz-background-size:16px;background-size:16px}@media \0 screen\,screen\9 {.theme-dark .pagination .next{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/chevron-right-dark.png",sizingMethod="scale");-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/chevron-right-dark.png',sizingMethod='scale')"}}.message{padding:25px 0;font-size:13px}.theme-light .message{color:#5c6f84}.theme-dark .message{color:#c8cbd3}.message.blacklisted{font-style:italic}.theme-light .message.blacklisted{color:#353c52}.theme-dark .message.blacklisted{color:#f4f6fa}body.captcha #header{min-height:20px}body.captcha #main{max-width:900px;padding:0 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}body.captcha #main h1{margin-bottom:16px}.theme-light body.captcha #main h1{color:#353c52}.theme-dark body.captcha #main h1{color:#f4f6fa}body.captcha #main p{font-size:14px;line-height:16px;margin-bottom:10px}body.captcha #main form{margin-bottom:10px;max-width:100%}body.captcha #main form input{max-width:100%}.home{margin:70px auto auto;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:614px;padding:0 20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.home .home-logo{margin:0 0 42px;text-align:center;-webkit-font-feature-settings:"c2sc";-moz-font-feature-settings:"c2sc";font-feature-settings:"c2sc";font-variant:small-caps;height:184px;line-height:1}.home .home-logo img{font-size:4rem}.theme-light .home .home-logo img{color:#000}.theme-dark .home .home-logo img{color:#fff}.home .home-title{margin:34px 0 0;font-size:12px;line-height:12px;font-weight:400;text-align:center}.search-nav{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 12px 0 140px;margin-top:0;white-space:nowrap;overflow:visible;overflow:initial;margin-bottom:24px}@media (max-width:769px){.search-nav{padding-left:12px;overflow-y:visible;overflow-x:auto;margin-bottom:8px}}.search-nav a{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;z-index:2;text-decoration:none;margin-right:20px;font-size:14px;line-height:14px;height:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:10px 0;vertical-align:top}@media \0 screen\,screen\9 {.search-nav a{display:inline-block}}.theme-light .search-nav a{color:#5c6f84}.theme-dark .search-nav a{color:#c8cbd3}.search-nav a svg{margin-right:5px}.search-nav a:last-of-type{margin-right:0}.search-nav a:last-of-type:after{content:"";display:block;width:12px}.theme-light .search-nav a.selected,.theme-light .search-nav a:hover{color:#353c52}.theme-light .search-nav .web.selected,.theme-light .search-nav .web:hover{border-bottom:3px solid #4ba2ea}.theme-light .search-nav .web.selected svg,.theme-light .search-nav .web:hover svg{color:#4ba2ea}.theme-light .search-nav .news.selected,.theme-light .search-nav .news:hover{border-bottom:3px solid #f08135}.theme-light .search-nav .news.selected svg,.theme-light .search-nav .news:hover svg{color:#f08135}.theme-light .search-nav .images.selected,.theme-light .search-nav .images:hover{border-bottom:3px solid #af27cc}.theme-light .search-nav .images.selected svg,.theme-light .search-nav .images:hover svg{color:#af27cc}.theme-light .search-nav .videos.selected,.theme-light .search-nav .videos:hover{border-bottom:3px solid #ff3b4a}.theme-light .search-nav .videos.selected svg,.theme-light .search-nav .videos:hover svg{color:#ff3b4a}.theme-light .search-nav .shopping.selected,.theme-light .search-nav .shopping:hover{border-bottom:3px solid #ffda12}.theme-light .search-nav .shopping.selected svg,.theme-light .search-nav .shopping:hover svg{color:#ffda12}.theme-dark .search-nav a.selected,.theme-dark .search-nav a:hover{color:#f4f6fa}.theme-dark .search-nav .web.selected,.theme-dark .search-nav .web:hover{border-bottom:3px solid #a1c8ce}.theme-dark .search-nav .web.selected svg,.theme-dark .search-nav .web:hover svg{color:#a1c8ce}.theme-dark .search-nav .news.selected,.theme-dark .search-nav .news:hover{border-bottom:3px solid #a1c8ce}.theme-dark .search-nav .news.selected svg,.theme-dark .search-nav .news:hover svg{color:#a1c8ce}.theme-dark .search-nav .images.selected,.theme-dark .search-nav .images:hover{border-bottom:3px solid #a1c8ce}.theme-dark .search-nav .images.selected svg,.theme-dark .search-nav .images:hover svg{color:#a1c8ce}.theme-dark .search-nav .videos.selected,.theme-dark .search-nav .videos:hover{border-bottom:3px solid #a1c8ce}.theme-dark .search-nav .videos.selected svg,.theme-dark .search-nav .videos:hover svg{color:#a1c8ce}.theme-dark .search-nav .shopping.selected,.theme-dark .search-nav .shopping:hover{border-bottom:3px solid #a1c8ce}.theme-dark .search-nav .shopping.selected svg,.theme-dark .search-nav .shopping:hover svg{color:#a1c8ce}.content{max-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden;padding:0 12px 0 140px}@media (max-width:769px){.content{padding-left:12px}}.web.result{margin:0 0 24px;max-width:600px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.web.result h2{letter-spacing:-.4px;line-height:26px;font-size:18px;font-weight:400}.web.result h2 a{max-width:100%;display:inline-block;vertical-align:bottom}.web.result .url,.web.result h2 a{white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}.web.result .url{line-height:16px;font-size:13px;margin-bottom:4px}.theme-light .web.result .url{color:#1b6e3c}.theme-dark .web.result .url{color:#c8cbd3}.web.result .url .ad{font-size:10px;line-height:12px;text-transform:uppercase}.theme-light .web.result .url .ad{color:#5c6f84}.theme-dark .web.result .url .ad{color:#c8cbd3}.web.result .desc{font-size:14px;line-height:18px;word-wrap:break-word}.theme-light .web.result .desc{color:#353c52}.theme-dark .web.result .desc{color:#8c94a0}.news.result,.video.result{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:112px;margin:0 0 8px;padding:11px 17px 7px 128px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;max-width:631px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative}.theme-light .news.result,.theme-light .video.result{border:1px solid #c8cbd3}.theme-dark .news.result,.theme-dark .video.result{border:1px solid #8c94a0}@media (min-width:769px){.news.result,.video.result{-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px}}.news.result h1,.video.result h1{font-size:14px;line-height:18px;font-weight:400;margin-bottom:auto;max-height:72px;overflow:hidden}.theme-light .news.result h1 a,.theme-light .video.result h1 a{color:#353c52}.theme-dark .news.result h1 a,.theme-dark .video.result h1 a{color:#f4f6fa}.news.result .info,.video.result .info{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;font-size:12px;line-height:16px}.news.result .image,.video.result .image{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;left:0;top:0;bottom:0;width:112px;overflow:hidden;-webkit-border-radius:8px 0 0 8px;-moz-border-radius:8px 0 0 8px;border-radius:8px 0 0 8px}.theme-light .news.result .image,.theme-light .video.result .image{background-color:#c8cbd3}.theme-dark .news.result .image,.theme-dark .video.result .image{background-color:#8c94a0}.news.result .image img,.video.result .image img{height:100%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}@media \0 screen\,screen\9 {.news.result .image img,.video.result .image img{border:none}}@media (min-width:769px){.news.result{min-height:136px;padding:22px 24px 24px 152px;margin:0 0 12px}.news.result h1{font-size:16px;line-height:20px}.news.result .image{top:8px;left:8px;bottom:8px;width:120px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}}@media (min-width:769px) and (min-width:769px){.news.result .image{-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px}}@media (min-width:769px){.news.result .image img{max-height:120px}}.images-content{padding-right:0;padding-left:24px}@media (max-width:769px){.images-content{padding-left:0}}.images-content .pagination{max-width:100%}.images-container{width:120%;overflow:hidden}.images-container a{float:left;margin:0 16px 16px 0;line-height:0;display:inline-block}@media (max-width:769px){.images-container a{margin:0 2px 2px 0}}.images-container img{height:200px;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px}@media (max-width:769px){.images-container img{height:120px}}@media \0 screen\,screen\9 {.images-container img{border:none}}.video.result h1{max-height:54px}.video.result .image:after{content:"";display:block;height:48px;width:48px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:url(/images/play.svg) no-repeat}.video.result .image img{height:115%}.video.result .info{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;line-height:14px}.video.result .channel{margin-bottom:6px}@media (min-width:376px){.videos-content{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 12px 0 24px}.videos-content .pagination{margin:16px auto;width:100%}.video.result{width:-webkit-calc(50% - 12px);width:-moz-calc(50% - 12px);width:calc(50% - 12px);margin-right:12px;margin-bottom:12px;padding:145px 12px 20px 16px;min-height:276px}.video.result .image{width:100%;height:135px;bottom:auto;-webkit-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;border-radius:8px 8px 0 0}}@media (min-width:376px) and (min-width:769px){.video.result .image{-webkit-border-radius:12px 12px 0 0;-moz-border-radius:12px 12px 0 0;border-radius:12px 12px 0 0}}@media (min-width:376px){.video.result .image img{height:auto;min-width:100%;max-width:155%;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;-o-transition:-o-transform .5s;-moz-transition:transform .5s,-moz-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s,-moz-transform .5s,-o-transform .5s}}@media (min-width:376px){.video.result:hover .image img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}}@media (min-width:376px){.video.result h1{max-height:72px}}@media (min-width:376px){.video.result .info{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-top:auto}}@media (min-width:376px){.video.result .channel,.video.result .date{width:50%;margin:0;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.video.result .channel:before,.video.result .date:before{content:"";display:inline-block;width:16px;height:16px;margin-right:4px;vertical-align:text-bottom}}@media (min-width:376px){.video.result .channel{padding-right:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}}@media (min-width:376px){.video.result .channel:before{background:url(/images/link-2.png) no-repeat}}@media (min-width:376px){.video.result .date:before{background:url(/images/clock.png) no-repeat}}@media (min-width:769px){.video.result{width:-webkit-calc(33.33333% - 12px);width:-moz-calc(33.33333% - 12px);width:calc(33.33333% - 12px)}.video.result .image img{max-width:100%}}@media (min-width:1000px){.video.result{width:-webkit-calc(25% - 12px);width:-moz-calc(25% - 12px);width:calc(25% - 12px)}}@media (min-width:1300px){.video.result{width:-webkit-calc(20% - 12px);width:-moz-calc(20% - 12px);width:calc(20% - 12px)}}@media (min-width:1600px){.video.result{width:-webkit-calc(16.66667% - 12px);width:-moz-calc(16.66667% - 12px);width:calc(16.66667% - 12px)}}.shopping.result{position:relative;padding:24px 24px 24px 198px;width:100%;max-width:600px;min-height:198px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:12px}@media \0 screen\,screen\9 {.shopping.result{min-height:152px}}.shopping.result .image{position:absolute;top:24px;left:24px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:150px;width:150px}.shopping.result .image img{max-height:150px;max-width:150px}@media \0 screen\,screen\9 {.shopping.result .image img{border:none}}.shopping.result .title{font-size:18px;line-height:26px;font-weight:400;letter-spacing:-.4px}.shopping.result .info{line-height:18px;margin:8px 0 12px}.shopping.result .info .price{font-size:14px;font-weight:700;margin-right:4px}.theme-light .shopping.result .info .price{color:#353c52}.theme-dark .shopping.result .info .price{color:#f4f6fa}.shopping.result .info .merchant{font-size:13px}.theme-light .shopping.result .info .merchant{color:#1b6e3c}.theme-dark .shopping.result .info .merchant{color:#c8cbd3}.shopping.result .desc{font-size:13px;line-height:16px}.settings{width:100%;min-height:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-left:32px;padding-top:32px}@media (min-width:769px){.settings{padding-left:80px}}.settings h1{margin:0 0 32px;font-size:28px;font-weight:400}.settings .form-group{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.settings .button{margin-right:8px;vertical-align:middle}@media \0 screen\,screen\9 {.settings .button{display:inline-block;line-height:32px}}body.report{padding:48px 12px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.theme-light body.report{background-color:#f4f6fa}.theme-dark body.report{background-color:#2c3036}body.report #header{display:none}body.report #main{max-width:568px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}body.report #main .flag{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;padding:12px;height:56px;width:56px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:32px}.theme-light body.report #main .flag{background-color:#ff3b4a}.theme-dark body.report #main .flag{background-color:#a1c8ce}body.report #main h1{font-size:20px;font-weight:700;line-height:1.2;letter-spacing:-.6px;text-align:center;margin-bottom:16px}.theme-light body.report #main h1{color:#353c52}.theme-dark body.report #main h1{color:#f4f6fa}body.report #main p{font-size:16px;line-height:1.25;text-align:center;margin-bottom:32px}.theme-light body.report #main p{color:#5c6f84}.theme-dark body.report #main p{color:#c8cbd3}body.report #main .back{margin:32px 0;font-size:14px;line-height:1.29}.theme-light body.report #main .back{color:#5c6f84}.theme-dark body.report #main .back{color:#c8cbd3}body.report #footer{border:none;margin:0;min-height:auto;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (min-width:592px){.theme-light body.report{background-color:#fff}.theme-dark body.report{background-color:#21252b}body.report #header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}body.report #header img{margin-left:15%}body.report #footer{display:none}}.redirect{max-width:700px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.redirect h1{margin:32px 0;font-size:26px}.redirect h2{margin:16px 0;font-size:22px}.redirect p,.redirect ul li{line-height:24px}.error.internal{height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}body.error #header{min-height:47px}.theme-light body.error #header{background-color:#f4f6fa}.theme-dark body.error #header{background-color:#2c3036}body.error #header .header-360{height:8px;width:100%;background:url(/images/360.svg) no-repeat top;-webkit-background-size:100% auto;-moz-background-size:100% auto;background-size:100% auto;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}body.error #main{-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-border-radius:0 0 50% 50%/0 0 4% 4%;-moz-border-radius:0 0 50% 50%/0 0 4% 4%;border-radius:0 0 50% 50%/0 0 4% 4%;background:url(/images/404-illustration.svg) no-repeat 50% -webkit-calc(100% + 50px);background:url(/images/404-illustration.svg) no-repeat 50% -moz-calc(100% + 50px);background:url(/images/404-illustration.svg) no-repeat 50% calc(100% + 50px)}.theme-light body.error #main{background-color:#f4f6fa}.theme-dark body.error #main{background-color:#2c3036}body.error #main h1{font-size:28px;line-height:35px;margin-bottom:8px;font-weight:400}.theme-light body.error #main h1{color:#353c52}.theme-dark body.error #main h1{color:#f4f6fa}body.error #main p{margin-bottom:32px;font-size:14px;line-height:17px}body.error #main .button{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:184px;text-transform:uppercase;font-size:12px}body.error #footer{margin:0;background-color:transparent;border:none;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:50px 0}body.error #footer h2{font-size:0;background:url(/images/qwant.png) no-repeat;width:110px;height:28px;margin-bottom:12px}body.error #footer p{font-size:14px;line-height:17px}@media (min-width:769px){body.error{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}body.error #header{position:absolute;top:0;left:0;right:0;min-height:8px}body.error #main{-webkit-border-radius:6% 0 0 6%/50% 0 0 50%;-moz-border-radius:6% 0 0 6%/50% 0 0 50%;border-radius:6% 0 0 6%/50% 0 0 50%;background:url(/images/404-illustration.svg) no-repeat -130px -webkit-calc(50% + 180px);background:url(/images/404-illustration.svg) no-repeat -130px -moz-calc(50% + 180px);background:url(/images/404-illustration.svg) no-repeat -130px calc(50% + 180px);-webkit-background-size:580px 580px;-moz-background-size:580px;background-size:580px;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end}body.error #main>*{width:50%;min-width:350px}body.error #footer{-webkit-box-ordinal-group:0;-webkit-order:-1;-moz-box-ordinal-group:0;-ms-flex-order:-1;order:-1;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;background:url(/images/360_logo.svg) no-repeat -webkit-calc(33% - 70px) 50%;background:url(/images/360_logo.svg) no-repeat -moz-calc(33% - 70px) 50%;background:url(/images/360_logo.svg) no-repeat calc(33% - 70px) 50%;-webkit-background-size:84px 84px;-moz-background-size:84px;background-size:84px;padding:0;-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}body.error #footer>*{margin-left:33%}}
