/*! 
 * angular-loading-bar v0.6.0
 * https://chieffancypants.github.io/angular-loading-bar
 * Copyright (c) 2014 Wes Cruver
 * License: MIT
 */#loading-bar,#loading-bar-spinner{pointer-events:none;-webkit-pointer-events:none;transition:350ms linear all}#loading-bar.ng-enter,#loading-bar.ng-leave.ng-leave-active,#loading-bar-spinner.ng-enter,#loading-bar-spinner.ng-leave.ng-leave-active{opacity:0}#loading-bar.ng-enter.ng-enter-active,#loading-bar.ng-leave,#loading-bar-spinner.ng-enter.ng-enter-active,#loading-bar-spinner.ng-leave{opacity:1}#loading-bar .bar{transition:width 350ms;background:#29d;position:fixed;z-index:10002;top:0;left:0;width:100%;height:2px;border-bottom-right-radius:1px;border-top-right-radius:1px}#loading-bar .peg{position:absolute;width:70px;right:0;top:0;height:2px;opacity:.45;-ms-box-shadow:#29d 1px 0 6px 1px;box-shadow:#29d 1px 0 6px 1px;border-radius:100%}#loading-bar-spinner{display:block;position:fixed;z-index:10002;top:10px;left:10px}#loading-bar-spinner .spinner-icon{width:14px;height:14px;border:solid 2px transparent;border-top-color:#29d;border-left-color:#29d;border-radius:10px;animation:loading-bar-spinner 400ms linear infinite}@keyframes loading-bar-spinner{0%{transform:rotate(0deg);transform:rotate(0deg)}100%{transform:rotate(360deg);transform:rotate(360deg)}}

.cg-notify-message{position:fixed;top:0px;z-index:9999;max-width:400px;text-align:center;background-color:#d9edf7;color:#31708f;padding:15px;border:1px solid #bce8f1;border-radius:4px;transition:top 0.5s ease-out,opacity 0.2s ease-out;visibility:hidden;box-shadow:0 6px 12px rgba(0,0,0,0.175)}.cg-notify-message-center{left:50%}.cg-notify-message-left{left:15px}.cg-notify-message-right{right:15px}.cg-notify-message a{font-weight:bold;color:inherit}.cg-notify-message a:hover{color:inherit}.cg-notify-close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2;position:absolute;top:0px;right:3px;line-height:15px}.cg-notify-close:hover,.cg-notify-close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}.cg-notify-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}

.responsive{width:100%;border-collapse:collapse}@media only screen and (max-width: 800px){.responsive>thead,.responsive>tbody,.responsive>tbody>tr,.responsive>thead>th{display:block}.responsive>thead>tr,.responsive>thead>tr>th,.responsive>tbody>tr>th{position:absolute;top:-9999px;left:-9999px}.responsive>tbody>tr{border:1px solid #ccc}.responsive>tbody>tr>td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:50% !important;white-space:normal;text-align:left;display:block;box-sizing:content-box;min-height:1em}.responsive>tbody>tr>td::before{position:absolute;left:6px;width:45%;padding-right:10px;-ms-word-wrap:break-word;word-wrap:break-word;text-align:left;font-weight:bold;content:attr(data-title)}.responsive td.responsive-omit-title:nth-child(odd),.responsive td.responsive-omit-title:nth-child(even){padding-left:6px}.responsive td.responsive-omit-title::before{display:none}.responsive td.responsive-omit-if-empty:empty{display:none}}

/*! angularjs-slider - v7.0.0 - 
 (c) Rafal Zajac <rzajac@gmail.com>, Valentin Hervieu <valentin@hervi.eu>, Jussi Saarivirta <jusasi@gmail.com>, Angelin Sirbu <angelin.sirbu@gmail.com> - 
 https://github.com/angular-slider/angularjs-slider - 
 2019-02-23 */.rzslider{position:relative;display:inline-block;width:100%;height:4px;margin:35px 0 15px 0;vertical-align:middle;-webkit-user-select:none;-ms-user-select:none;user-select:none}.rzslider.noanimate *{transition:none !important}.rzslider.with-legend{margin-bottom:40px}.rzslider[disabled]{cursor:not-allowed}.rzslider[disabled] .rz-pointer{cursor:not-allowed;background-color:#d8e0f3}.rzslider[disabled] .rz-draggable{cursor:not-allowed}.rzslider[disabled] .rz-selection{background:#8b91a2}.rzslider[disabled] .rz-tick{cursor:not-allowed}.rzslider[disabled] .rz-tick.rz-selected{background:#8b91a2}.rzslider span{position:absolute;display:inline-block;white-space:nowrap}.rzslider .rz-base{width:100%;height:100%;padding:0}.rzslider .rz-bar-wrapper{left:0;z-index:1;width:100%;height:32px;padding-top:16px;margin-top:-16px;box-sizing:border-box;transition:all linear 0.3s}.rzslider .rz-draggable{cursor:move}.rzslider .rz-bar{left:0;z-index:1;width:100%;height:4px;background:#d8e0f3;border-radius:2px}.rzslider .rz-bar-wrapper.rz-transparent .rz-bar{background:transparent}.rzslider .rz-bar-wrapper.rz-left-out-selection .rz-bar{background:#df002d}.rzslider .rz-bar-wrapper.rz-right-out-selection .rz-bar{background:#03a688}.rzslider .rz-selection{z-index:2;background:#0db9f0;border-radius:2px;transition:background-color linear 0.3s}.rzslider .rz-restricted{z-index:3;background:#ff0000;border-radius:2px}.rzslider .rz-pointer{top:-14px;z-index:3;width:32px;height:32px;cursor:pointer;background-color:#0db9f0;border-radius:16px;transition:all linear 0.3s}.rzslider .rz-pointer:after{position:absolute;top:12px;left:12px;width:8px;height:8px;background:#ffffff;border-radius:4px;content:''}.rzslider .rz-pointer:hover:after{background-color:#ffffff}.rzslider .rz-pointer.rz-active{z-index:4}.rzslider .rz-pointer.rz-active:after{background-color:#451aff}.rzslider .rz-bubble{bottom:16px;padding:1px 3px;color:#55637d;cursor:default;transition:all linear 0.3s}.rzslider .rz-bubble.rz-limit{color:#55637d;transition:none}.rzslider .rz-ticks{position:absolute;top:-3px;left:0;z-index:1;width:100%;height:0;margin:0;list-style:none;box-sizing:border-box}.rzslider .rz-ticks-values-under .rz-tick-value{top:auto;bottom:-32px}.rzslider .rz-tick{position:absolute;top:0;left:0;width:10px;height:10px;margin-left:11px;text-align:center;cursor:pointer;background:#d8e0f3;border-radius:50%;transition:background-color linear 0.3s}.rzslider .rz-tick.rz-selected{background:#0db9f0}.rzslider .rz-tick-value{position:absolute;top:-30px;-ms-transform:translate(-50%, 0);transform:translate(-50%, 0)}.rzslider .rz-tick-legend{position:absolute;top:24px;max-width:50px;white-space:normal;-ms-transform:translate(-50%, 0);transform:translate(-50%, 0)}.rzslider.rz-vertical{position:relative;width:4px;height:100%;padding:0;margin:0 20px;vertical-align:baseline}.rzslider.rz-vertical .rz-base{width:100%;height:100%;padding:0}.rzslider.rz-vertical .rz-bar-wrapper{top:auto;left:0;width:32px;height:100%;padding:0 0 0 16px;margin:0 0 0 -16px}.rzslider.rz-vertical .rz-bar{bottom:0;left:auto;width:4px;height:100%}.rzslider.rz-vertical .rz-pointer{top:auto;bottom:0;left:-14px !important}.rzslider.rz-vertical .rz-bubble{bottom:0;left:16px !important;margin-left:3px}.rzslider.rz-vertical .rz-ticks{top:0;left:-3px;z-index:1;width:0;height:100%}.rzslider.rz-vertical .rz-tick{margin-top:11px;margin-left:auto;vertical-align:middle}.rzslider.rz-vertical .rz-tick-value{top:auto;left:24px;-ms-transform:translate(0, -28%);transform:translate(0, -28%)}.rzslider.rz-vertical .rz-tick-legend{top:auto;right:24px;max-width:none;white-space:nowrap;-ms-transform:translate(0, -28%);transform:translate(0, -28%)}.rzslider.rz-vertical .rz-ticks-values-under .rz-tick-value{right:24px;bottom:auto;left:auto}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000 !important;text-shadow:none !important;background:0 0 !important;box-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100% !important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered td,.table-bordered th{border:1px solid #ddd !important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{box-sizing:border-box}:after,:before{box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width: 768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width: 768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 768px){.container{width:750px}}@media (min-width: 992px){.container{width:970px}}@media (min-width: 1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width: 768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width: 992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width: 1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width: 767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio: 0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label ~ .form-control-feedback{top:25px}.has-feedback label.sr-only ~ .form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width: 768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width: 768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width: 768px){.form-horizontal .form-group-lg .control-label{padding-top:14.33px;font-size:18px}}@media (min-width: 768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition-timing-function:ease;transition-duration:.35s;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,0.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width: 768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width: 768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width: 768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width: 768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width: 768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width: 768px){.navbar{border-radius:4px}}@media (min-width: 768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width: 768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width: 480px) and (orientation: landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width: 768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width: 768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width: 768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width: 768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width: 768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width: 767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width: 768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)}@media (min-width: 768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width: 767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width: 768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width: 768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width: 768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right ~ .navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width: 767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width: 767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:3;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width: 768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{transition:transform .3s ease-out;-ms-transform:translate(0, -25%);transform:translate(0, -25%)}.modal.in .modal-dialog{-ms-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;outline:0;box-shadow:0 3px 9px rgba(0,0,0,0.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width: 992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;box-shadow:0 5px 10px rgba(0,0,0,0.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d), (-webkit-transform-3d){.carousel-inner>.item{transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;transform:translate3d(100%, 0, 0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;transform:translate3d(-100%, 0, 0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;transform:translate3d(0, 0, 0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width: 768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none !important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none !important}@media (max-width: 767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}td.visible-xs,th.visible-xs{display:table-cell !important}}@media (max-width: 767px){.visible-xs-block{display:block !important}}@media (max-width: 767px){.visible-xs-inline{display:inline !important}}@media (max-width: 767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}td.visible-sm,th.visible-sm{display:table-cell !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm-block{display:block !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm-inline{display:inline !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}td.visible-md,th.visible-md{display:table-cell !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md-block{display:block !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md-inline{display:inline !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width: 1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}td.visible-lg,th.visible-lg{display:table-cell !important}}@media (min-width: 1200px){.visible-lg-block{display:block !important}}@media (min-width: 1200px){.visible-lg-inline{display:inline !important}}@media (min-width: 1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width: 767px){.hidden-xs{display:none !important}}@media (min-width: 768px) and (max-width: 991px){.hidden-sm{display:none !important}}@media (min-width: 992px) and (max-width: 1199px){.hidden-md{display:none !important}}@media (min-width: 1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}td.visible-print,th.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */.btn-danger,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning{text-shadow:0 -1px 0 rgba(0,0,0,0.2);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active{box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-danger.disabled,.btn-danger[disabled],.btn-default.disabled,.btn-default[disabled],.btn-info.disabled,.btn-info[disabled],.btn-primary.disabled,.btn-primary[disabled],.btn-success.disabled,.btn-success[disabled],.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-danger,fieldset[disabled] .btn-default,fieldset[disabled] .btn-info,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-success,fieldset[disabled] .btn-warning{box-shadow:none}.btn-danger .badge,.btn-default .badge,.btn-info .badge,.btn-primary .badge,.btn-success .badge,.btn-warning .badge{text-shadow:none}.btn.active,.btn:active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:linear-gradient(to bottom, #fff 0, #e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc}.btn-default:focus,.btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.btn-default.active,.btn-default:active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#e0e0e0;background-image:none}.btn-primary{background-image:linear-gradient(to bottom, #337ab7 0, #265a88 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#245580}.btn-primary:focus,.btn-primary:hover{background-color:#265a88;background-position:0 -15px}.btn-primary.active,.btn-primary:active{background-color:#265a88;border-color:#245580}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#265a88;background-image:none}.btn-success{background-image:linear-gradient(to bottom, #5cb85c 0, #419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:focus,.btn-success:hover{background-color:#419641;background-position:0 -15px}.btn-success.active,.btn-success:active{background-color:#419641;border-color:#3e8f3e}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#419641;background-image:none}.btn-info{background-image:linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:focus,.btn-info:hover{background-color:#2aabd2;background-position:0 -15px}.btn-info.active,.btn-info:active{background-color:#2aabd2;border-color:#28a4c9}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#2aabd2;background-image:none}.btn-warning{background-image:linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:focus,.btn-warning:hover{background-color:#eb9316;background-position:0 -15px}.btn-warning.active,.btn-warning:active{background-color:#eb9316;border-color:#e38d13}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#eb9316;background-image:none}.btn-danger{background-image:linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:focus,.btn-danger:hover{background-color:#c12e2a;background-position:0 -15px}.btn-danger.active,.btn-danger:active{background-color:#c12e2a;border-color:#b92c28}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#c12e2a;background-image:none}.img-thumbnail,.thumbnail{box-shadow:0 1px 2px rgba(0,0,0,0.075)}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{background-color:#e8e8e8;background-image:linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{background-color:#2e6da4;background-image:linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}.navbar-default{background-image:linear-gradient(to bottom, #fff 0, #f8f8f8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px;box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075)}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.open>a{background-image:linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);background-repeat:repeat-x;box-shadow:inset 0 3px 9px rgba(0,0,0,0.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,0.25)}.navbar-inverse{background-image:linear-gradient(to bottom, #3c3c3c 0, #222 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a{background-image:linear-gradient(to bottom, #080808 0, #0f0f0f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);background-repeat:repeat-x;box-shadow:inset 0 3px 9px rgba(0,0,0,0.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top{border-radius:0}@media (max-width: 767px){.navbar .navbar-nav .open .dropdown-menu>.active>a,.navbar .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-image:linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}}.alert{text-shadow:0 1px 0 rgba(255,255,255,0.2);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05)}.alert-success{background-image:linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);background-repeat:repeat-x;border-color:#b2dba1}.alert-info{background-image:linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);background-repeat:repeat-x;border-color:#9acfea}.alert-warning{background-image:linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);background-repeat:repeat-x;border-color:#f5e79e}.alert-danger{background-image:linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);background-repeat:repeat-x;border-color:#dca7a7}.progress{background-image:linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x}.progress-bar{background-image:linear-gradient(to bottom, #337ab7 0, #286090 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);background-repeat:repeat-x}.progress-bar-success{background-image:linear-gradient(to bottom, #5cb85c 0, #449d44 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);background-repeat:repeat-x}.progress-bar-info{background-image:linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);background-repeat:repeat-x}.progress-bar-warning{background-image:linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);background-repeat:repeat-x}.progress-bar-danger{background-image:linear-gradient(to bottom, #d9534f 0, #c9302c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);background-repeat:repeat-x}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.list-group{border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,0.075)}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{text-shadow:0 -1px 0 #286090;background-image:linear-gradient(to bottom, #337ab7 0, #2b669a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);background-repeat:repeat-x;border-color:#2b669a}.list-group-item.active .badge,.list-group-item.active:focus .badge,.list-group-item.active:hover .badge{text-shadow:none}.panel{box-shadow:0 1px 2px rgba(0,0,0,0.05)}.panel-default>.panel-heading{background-image:linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.panel-primary>.panel-heading{background-image:linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}.panel-success>.panel-heading{background-image:linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);background-repeat:repeat-x}.panel-info>.panel-heading{background-image:linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);background-repeat:repeat-x}.panel-warning>.panel-heading{background-image:linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);background-repeat:repeat-x}.panel-danger>.panel-heading{background-image:linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);background-repeat:repeat-x}.well{background-image:linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x;border-color:#dcdcdc;box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1)}

.bx-wrapper{position:relative;margin-bottom:60px;padding:0;*zoom:1;-ms-touch-action:pan-y;touch-action:pan-y}.bx-wrapper img{max-width:100%;display:block}.bxslider{margin:0;padding:0;-webkit-perspective:1000}ul.bxslider{list-style:none}.bx-viewport{-webkit-transform:translateZ(0)}.bx-wrapper{box-shadow:0 0 5px #ccc;border:5px solid #fff;background:#fff}.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto{position:absolute;bottom:-30px;width:100%}.bx-wrapper .bx-loading{min-height:50px;background:url("images/bx_loader.gif") center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:bold;color:#666;padding-top:20px}.bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;border-radius:5px}.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:focus{background:#000}.bx-wrapper .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item{display:inline-block;vertical-align:bottom;*zoom:1;*display:inline}.bx-wrapper .bx-pager-item{font-size:0;line-height:0}.bx-wrapper .bx-prev{left:10px;background:url("images/controls.png") no-repeat 0 -32px}.bx-wrapper .bx-prev:hover,.bx-wrapper .bx-prev:focus{background-position:0 0}.bx-wrapper .bx-next{right:10px;background:url("images/controls.png") no-repeat -43px -32px}.bx-wrapper .bx-next:hover,.bx-wrapper .bx-next:focus{background-position:-43px 0}.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:9999}.bx-wrapper .bx-controls-direction a.disabled{display:none}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url("images/controls.png") -86px -11px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:focus{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url("images/controls.png") -86px -44px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:focus{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666;background:rgba(80,80,80,0.75);width:100%}.bx-wrapper .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url("../fonts/fontawesome-webfont.eot?v=4.3.0");src:url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-transform:translate(0, 0);transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:0.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:0.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid 0.08em #eeeeee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#ffffff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}

/*!
 * jQuery mmenu v7.0.6
 * @requires jQuery 1.7.0 or later
 *
 * mmenu.frebsite.nl
 *	
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */.mm-hidden{display:none !important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu{box-sizing:border-box;background:inherit;display:block;padding:0;margin:0;position:absolute;left:0;right:0;top:0;bottom:0;z-index:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{color:inherit;text-decoration:none}.mm-panels,.mm-panels>.mm-panel{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.mm-panel,.mm-panels{background:inherit;border-color:inherit;box-sizing:border-box;margin:0}.mm-panels{overflow:hidden}.mm-panel{-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;padding:0 20px;-ms-transform:translate(100%, 0);transform:translate(100%, 0);transform:translate3d(100%, 0, 0);transition:transform .4s ease;-ms-transform-origin:top left;transform-origin:top left}.mm-panel:not(.mm-hidden){display:block}.mm-panel:after,.mm-panel:before{content:'';display:block;height:20px}.mm-panel_has-navbar{padding-top:40px}.mm-panel_opened{z-index:1;-ms-transform:translate(0, 0);transform:translate(0, 0);transform:translate3d(0, 0, 0)}.mm-panel_opened-parent{-ms-transform:translate(-30%, 0);transform:translate(-30%, 0);transform:translate3d(-30%, 0, 0)}.mm-panel_highest{z-index:2}.mm-panel_noanimation{transition:none !important}.mm-panel_noanimation.mm-panel_opened-parent{-ms-transform:translate(0, 0);transform:translate(0, 0);transform:translate3d(0, 0, 0)}.mm-listitem_vertical>.mm-panel{-ms-transform:none !important;transform:none !important;display:none;padding:10px 0 10px 10px}.mm-listitem_vertical>.mm-panel:after,.mm-listitem_vertical>.mm-panel:before{content:none;display:none}.mm-listitem_opened>.mm-panel{display:block}.mm-listitem_vertical>.mm-btn_next{box-sizing:border-box;height:40px;bottom:auto}.mm-listitem_vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem_opened>.mm-btn_next:after{-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}.mm-btn{box-sizing:border-box;width:40px;height:40px;position:absolute;top:0;z-index:1}.mm-btn_fullwidth{width:100%}.mm-btn_clear:after,.mm-btn_clear:before,.mm-btn_close:after,.mm-btn_close:before{content:'';border:2px solid transparent;box-sizing:content-box;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-btn_clear:before,.mm-btn_close:before{border-right:none;border-bottom:none;right:18px}.mm-btn_clear:after,.mm-btn_close:after{border-left:none;border-top:none;right:25px}.mm-btn_next:after,.mm-btn_prev:before{content:'';border-top:2px solid transparent;border-left:2px solid transparent;box-sizing:content-box;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0}.mm-btn_prev:before{-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-btn_next:after{-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}.mm-navbar{border-bottom:1px solid;border-color:inherit;text-align:center;line-height:20px;display:none;height:40px;padding:0 40px;margin:0;position:absolute;top:0;left:0;right:0;opacity:1;transition:opacity .4s ease}.mm-navbar>*{box-sizing:border-box;display:block;padding:10px 0}.mm-navbar a,.mm-navbar a:hover{text-decoration:none}.mm-navbar__title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-navbar__btn:first-child{left:0}.mm-navbar__btn:last-child{text-align:right;right:0}.mm-panel_has-navbar .mm-navbar{display:block}.mm-listitem,.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-listitem,.mm-listitem .mm-btn_next,.mm-listitem .mm-btn_next:before,.mm-listitem:after,.mm-listview{border-color:inherit}.mm-listview{font:inherit;line-height:20px}.mm-panels>.mm-panel>.mm-listview{margin:20px -20px}.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview{margin-top:-20px}.mm-listitem{position:relative}.mm-listitem:after{content:'';border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;left:0;right:0;bottom:0}.mm-listitem:after{left:20px}.mm-listitem a,.mm-listitem a:hover{text-decoration:none}.mm-listitem>a,.mm-listitem>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:inherit;display:block;padding:10px 10px 10px 20px;margin:0}.mm-listitem .mm-btn_next{background:rgba(3,2,1,0);padding:0;position:absolute;right:0;top:0;bottom:0;z-index:2}.mm-listitem .mm-btn_next:before{content:'';border-left-width:1px;border-left-style:solid;display:block;position:absolute;top:0;bottom:0;left:0}.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth){width:50px}.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth)+a,.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth)+span{margin-right:50px}.mm-listitem .mm-btn_fullwidth:before{border-left:none}.mm-listitem .mm-btn_fullwidth+a,.mm-listitem .mm-btn_fullwidth+span{padding-right:50px}.mm-listitem_divider{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:75%;text-transform:uppercase;padding:5px 10px 5px 20px}.mm-listitem_divider:after{content:' ';display:none;position:static;display:inline-block}.mm-listitem_spacer{padding-top:40px}.mm-listitem_spacer>.mm-btn_next{top:40px}.mm-menu{background:#f3f3f3;border-color:rgba(0,0,0,0.1);color:rgba(0,0,0,0.75)}.mm-menu .mm-navbar a,.mm-menu .mm-navbar>*{color:rgba(0,0,0,0.3)}.mm-menu .mm-btn:after,.mm-menu .mm-btn:before{border-color:rgba(0,0,0,0.3)}.mm-menu .mm-listview .mm-btn_next:after{border-color:rgba(0,0,0,0.3)}.mm-menu .mm-listview a:not(.mm-btn_next){-webkit-tap-highlight-color:rgba(255,255,255,0.4);tap-highlight-color:rgba(255,255,255,0.4)}.mm-menu .mm-listitem_selected>a:not(.mm-btn_next),.mm-menu .mm-listitem_selected>span{background:rgba(255,255,255,0.4)}.mm-menu .mm-listitem_opened>.mm-btn_next,.mm-menu .mm-listitem_opened>.mm-panel{background:rgba(0,0,0,0.05)}.mm-menu .mm-listitem_divider{background:rgba(0,0,0,0.05)}.mm-page{box-sizing:border-box;position:relative}.mm-slideout{transition:transform .4s ease;z-index:1}.mm-wrapper_opened{overflow-x:hidden;position:relative}.mm-wrapper_background .mm-page{background:inherit}.mm-menu_offcanvas{display:none;position:fixed;right:auto;z-index:0}.mm-menu_offcanvas.mm-menu_opened{display:block}.mm-menu_offcanvas.mm-menu_opened.mm-no-csstransforms{z-index:10}.mm-menu_offcanvas{width:80%;min-width:140px;max-width:440px}.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(80vw, 0);transform:translate(80vw, 0);transform:translate3d(80vw, 0, 0)}@media all and (max-width: 175px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(140px, 0);transform:translate(140px, 0);transform:translate3d(140px, 0, 0)}}@media all and (min-width: 550px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(440px, 0);transform:translate(440px, 0);transform:translate3d(440px, 0, 0)}}.mm-page__blocker{background:rgba(3,2,1,0);display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:2}.mm-wrapper_blocking{overflow:hidden}.mm-wrapper_blocking body{overflow:hidden}.mm-wrapper_blocking .mm-page__blocker{display:block}.mm-sronly{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;white-space:nowrap !important;width:1px !important;min-width:1px !important;height:1px !important;min-height:1px !important;padding:0 !important;overflow:hidden !important;position:absolute !important}.mm-menu_autoheight{transition:none .4s ease;transition-property:transform,height}.mm-menu_autoheight:not(.mm-menu_offcanvas){position:relative}.mm-menu_autoheight.mm-menu_position-bottom,.mm-menu_autoheight.mm-menu_position-top{max-height:80%}.mm-menu_autoheight-measuring .mm-panel{display:block !important}.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel{display:none !important}.mm-menu_autoheight-measuring .mm-panels>.mm-panel{bottom:auto !important;height:auto !important}[class*=mm-menu_columns-]{transition-property:width}[class*=mm-menu_columns-] .mm-panels>.mm-panel{right:auto;transition-property:width,transform}[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened,[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened-parent{display:block !important}[class*=mm-panel_columns-]{border-right:1px solid;border-color:inherit}.mm-menu_columns-1 .mm-panel_columns-0,.mm-menu_columns-2 .mm-panel_columns-1,.mm-menu_columns-3 .mm-panel_columns-2,.mm-menu_columns-4 .mm-panel_columns-3{border-right:none}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-0{-ms-transform:translate(0, 0);transform:translate(0, 0);transform:translate3d(0, 0, 0)}.mm-menu_columns-0 .mm-panels>.mm-panel{z-index:0}.mm-menu_columns-0 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-0 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-ms-transform:translate(100%, 0);transform:translate(100%, 0);transform:translate3d(100%, 0, 0)}.mm-menu_columns-0{width:80%;min-width:140px;max-width:0}.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(80vw, 0);transform:translate(80vw, 0);transform:translate3d(80vw, 0, 0)}@media all and (max-width: 175px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(140px, 0);transform:translate(140px, 0);transform:translate3d(140px, 0, 0)}}@media all and (min-width: 0px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(0, 0);transform:translate(0, 0);transform:translate3d(0, 0, 0)}}.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(-80vw, 0);transform:translate(-80vw, 0);transform:translate3d(-80vw, 0, 0)}@media all and (max-width: 175px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(-140px, 0);transform:translate(-140px, 0);transform:translate3d(-140px, 0, 0)}}@media all and (min-width: 0px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(0, 0);transform:translate(0, 0);transform:translate3d(0, 0, 0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1{-ms-transform:translate(100%, 0);transform:translate(100%, 0);transform:translate3d(100%, 0, 0)}.mm-menu_columns-1 .mm-panels>.mm-panel{z-index:1;width:100%}.mm-menu_columns-1 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-1 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-ms-transform:translate(200%, 0);transform:translate(200%, 0);transform:translate3d(200%, 0, 0)}.mm-menu_columns-1{width:80%;min-width:140px;max-width:440px}.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(80vw, 0);transform:translate(80vw, 0);transform:translate3d(80vw, 0, 0)}@media all and (max-width: 175px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(140px, 0);transform:translate(140px, 0);transform:translate3d(140px, 0, 0)}}@media all and (min-width: 550px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(440px, 0);transform:translate(440px, 0);transform:translate3d(440px, 0, 0)}}.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(-80vw, 0);transform:translate(-80vw, 0);transform:translate3d(-80vw, 0, 0)}@media all and (max-width: 175px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(-140px, 0);transform:translate(-140px, 0);transform:translate3d(-140px, 0, 0)}}@media all and (min-width: 550px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(-440px, 0);transform:translate(-440px, 0);transform:translate3d(-440px, 0, 0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-2{-ms-transform:translate(200%, 0);transform:translate(200%, 0);transform:translate3d(200%, 0, 0)}.mm-menu_columns-2 .mm-panels>.mm-panel{z-index:2;width:50%}.mm-menu_columns-2 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-2 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-ms-transform:translate(300%, 0);transform:translate(300%, 0);transform:translate3d(300%, 0, 0)}.mm-menu_columns-2{width:80%;min-width:140px;max-width:880px}.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(80vw, 0);transform:translate(80vw, 0);transform:translate3d(80vw, 0, 0)}@media all and (max-width: 175px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(140px, 0);transform:translate(140px, 0);transform:translate3d(140px, 0, 0)}}@media all and (min-width: 1100px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(880px, 0);transform:translate(880px, 0);transform:translate3d(880px, 0, 0)}}.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(-80vw, 0);transform:translate(-80vw, 0);transform:translate3d(-80vw, 0, 0)}@media all and (max-width: 175px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(-140px, 0);transform:translate(-140px, 0);transform:translate3d(-140px, 0, 0)}}@media all and (min-width: 1100px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(-880px, 0);transform:translate(-880px, 0);transform:translate3d(-880px, 0, 0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-3{-ms-transform:translate(300%, 0);transform:translate(300%, 0);transform:translate3d(300%, 0, 0)}.mm-menu_columns-3 .mm-panels>.mm-panel{z-index:3;width:33.34%}.mm-menu_columns-3 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-3 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-ms-transform:translate(400%, 0);transform:translate(400%, 0);transform:translate3d(400%, 0, 0)}.mm-menu_columns-3{width:80%;min-width:140px;max-width:1320px}.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(80vw, 0);transform:translate(80vw, 0);transform:translate3d(80vw, 0, 0)}@media all and (max-width: 175px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(140px, 0);transform:translate(140px, 0);transform:translate3d(140px, 0, 0)}}@media all and (min-width: 1650px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(1320px, 0);transform:translate(1320px, 0);transform:translate3d(1320px, 0, 0)}}.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(-80vw, 0);transform:translate(-80vw, 0);transform:translate3d(-80vw, 0, 0)}@media all and (max-width: 175px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(-140px, 0);transform:translate(-140px, 0);transform:translate3d(-140px, 0, 0)}}@media all and (min-width: 1650px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(-1320px, 0);transform:translate(-1320px, 0);transform:translate3d(-1320px, 0, 0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-4{-ms-transform:translate(400%, 0);transform:translate(400%, 0);transform:translate3d(400%, 0, 0)}.mm-menu_columns-4 .mm-panels>.mm-panel{z-index:4;width:25%}.mm-menu_columns-4 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-4 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-ms-transform:translate(500%, 0);transform:translate(500%, 0);transform:translate3d(500%, 0, 0)}.mm-menu_columns-4{width:80%;min-width:140px;max-width:1760px}.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(80vw, 0);transform:translate(80vw, 0);transform:translate3d(80vw, 0, 0)}@media all and (max-width: 175px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(140px, 0);transform:translate(140px, 0);transform:translate3d(140px, 0, 0)}}@media all and (min-width: 2200px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(1760px, 0);transform:translate(1760px, 0);transform:translate3d(1760px, 0, 0)}}.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(-80vw, 0);transform:translate(-80vw, 0);transform:translate3d(-80vw, 0, 0)}@media all and (max-width: 175px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(-140px, 0);transform:translate(-140px, 0);transform:translate3d(-140px, 0, 0)}}@media all and (min-width: 2200px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(-1760px, 0);transform:translate(-1760px, 0);transform:translate3d(-1760px, 0, 0)}}[class*=mm-menu_columns-].mm-menu_position-bottom,[class*=mm-menu_columns-].mm-menu_position-top{width:100%;max-width:100%;min-width:100%}.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front{transition-property:width,min-width,max-width,transform}.mm-counter{font-style:normal;line-height:20px;display:block;margin-top:-10px;position:absolute;right:45px;top:50%}.mm-counter+.mm-btn_next:not(.mm-btn_fullwidth){width:90px}.mm-counter+.mm-btn_next:not(.mm-btn_fullwidth)+a,.mm-counter+.mm-btn_next:not(.mm-btn_fullwidth)+span{margin-right:90px}.mm-counter+.mm-btn_fullwidth+a,.mm-counter+.mm-btn_fullwidth+span{padding-right:90px}.mm-listitem_vertical>.mm-counter{top:12px;margin-top:0}.mm-listitem_vertical.mm-listitem_spacer>.mm-counter{margin-top:40px}.mm-listitem_nosubitems>.mm-counter{display:none}.mm-counter{color:rgba(0,0,0,0.3)}.mm-listitem_divider{opacity:1;transition:opacity .4s ease}.mm-menu_dividers-light .mm-listitem_divider{background:inherit;font-size:inherit;color:rgba(0,0,0,0.3);padding-top:15px;padding-bottom:5px}.mm-border-none .mm-listitem_divider{border-top-width:1px;border-top-style:solid}.mm-listview_fixeddivider{background:inherit;display:none;position:absolute;top:0;left:0;right:0;z-index:10;-ms-transform:translate(0, 0);transform:translate(0, 0);transform:translate3d(0, 0, 0)}.mm-listview_fixeddivider:after{content:none !important;display:none !important}.mm-panel_dividers .mm-listview_fixeddivider{display:block}.mm-wrapper_opened.mm-dragging .mm-menu,.mm-wrapper_opened.mm-dragging .mm-slideout{transition-duration:0s}.mm-menu_dropdown{box-shadow:0 2px 10px rgba(0,0,0,0.3);height:80%}.mm-wrapper_dropdown .mm-slideout{-ms-transform:none !important;transform:none !important;z-index:0}.mm-wrapper_dropdown .mm-page__blocker{transition-delay:0s !important;z-index:1}.mm-wrapper_dropdown .mm-menu_dropdown{z-index:2}.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown{display:none}[class*=mm-menu_tip-]:before{content:'';background:inherit;box-shadow:0 2px 10px rgba(0,0,0,0.3);display:block;width:15px;height:15px;position:absolute;z-index:0;-ms-transform:rotate(45deg);transform:rotate(45deg)}.mm-menu_tip-left:before{left:22px}.mm-menu_tip-right:before{right:22px}.mm-menu_tip-top:before{top:-8px}.mm-menu_tip-bottom:before{bottom:-8px}.mm-iconbar{border-color:inherit;border-style:solid;border-width:0;border-right-width:1px;text-align:center;line-height:20px;overflow:hidden;box-sizing:border-box;position:absolute;top:0;left:0;bottom:0;z-index:2}.mm-iconbar__bottom,.mm-iconbar__top{width:inherit;position:absolute;-ms-transform:translate(0, 0);transform:translate(0, 0);transform:translate3d(0, 0, 0)}.mm-iconbar__bottom>*,.mm-iconbar__top>*{box-sizing:border-box;display:block;padding:10px 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__top{top:0}.mm-iconbar__bottom{bottom:0}.mm-menu_iconbar-40 .mm-navbars_bottom,.mm-menu_iconbar-40 .mm-navbars_top,.mm-menu_iconbar-40 .mm-panels{left:40px}.mm-menu_iconbar-40 .mm-iconbar{width:40px}.mm-menu_iconbar-60 .mm-navbars_bottom,.mm-menu_iconbar-60 .mm-navbars_top,.mm-menu_iconbar-60 .mm-panels{left:60px}.mm-menu_iconbar-60 .mm-iconbar{width:60px}.mm-menu_iconbar-80 .mm-navbars_bottom,.mm-menu_iconbar-80 .mm-navbars_top,.mm-menu_iconbar-80 .mm-panels{left:80px}.mm-menu_iconbar-80 .mm-iconbar{width:80px}.mm-iconbar,.mm-iconbar a{color:rgba(0,0,0,0.3)}.mm-iconbar__tab_selected{background:rgba(255,255,255,0.4)}[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel{transition-property:transform,left}[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_iconpanel-first,[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_iconpanel-first.mm-panel_opened ~ .mm-listview_fixeddivider{left:0}[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened,[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened-parent{display:block !important}[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened-parent[class*=mm-panel_iconpanel-]:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0),[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened[class*=mm-panel_iconpanel-]:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){border-left:1px solid;border-color:inherit}[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened-parent{overflow-y:hidden;-ms-transform:translate(0, 0);transform:translate(0, 0);transform:translate3d(0, 0, 0)}[class*=mm-menu_iconpanel-].mm-menu_hidedivider .mm-panel_opened-parent .mm-listitem_divider,[class*=mm-menu_iconpanel-].mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar{opacity:0}.mm-menu_iconpanel-40 .mm-panel_iconpanel-0,.mm-menu_iconpanel-40 .mm-panel_iconpanel-0.mm-panel_opened ~ .mm-listview_fixeddivider{left:0}.mm-menu_iconpanel-40 .mm-panel_iconpanel-1,.mm-menu_iconpanel-40 .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider{left:40px}.mm-menu_iconpanel-40 .mm-panel_iconpanel-2,.mm-menu_iconpanel-40 .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider{left:80px}.mm-menu_iconpanel-40 .mm-panel_iconpanel-3,.mm-menu_iconpanel-40 .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider{left:120px}.mm-menu_iconpanel-40 .mm-panel_iconpanel-first ~ .mm-panel,.mm-menu_iconpanel-40 .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider{left:40px}.mm-menu_iconpanel-60 .mm-panel_iconpanel-0,.mm-menu_iconpanel-60 .mm-panel_iconpanel-0.mm-panel_opened ~ .mm-listview_fixeddivider{left:0}.mm-menu_iconpanel-60 .mm-panel_iconpanel-1,.mm-menu_iconpanel-60 .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider{left:60px}.mm-menu_iconpanel-60 .mm-panel_iconpanel-2,.mm-menu_iconpanel-60 .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider{left:120px}.mm-menu_iconpanel-60 .mm-panel_iconpanel-3,.mm-menu_iconpanel-60 .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider{left:180px}.mm-menu_iconpanel-60 .mm-panel_iconpanel-first ~ .mm-panel,.mm-menu_iconpanel-60 .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider{left:60px}.mm-menu_iconpanel-80 .mm-panel_iconpanel-0,.mm-menu_iconpanel-80 .mm-panel_iconpanel-0.mm-panel_opened ~ .mm-listview_fixeddivider{left:0}.mm-menu_iconpanel-80 .mm-panel_iconpanel-1,.mm-menu_iconpanel-80 .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider{left:80px}.mm-menu_iconpanel-80 .mm-panel_iconpanel-2,.mm-menu_iconpanel-80 .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider{left:160px}.mm-menu_iconpanel-80 .mm-panel_iconpanel-3,.mm-menu_iconpanel-80 .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider{left:240px}.mm-menu_iconpanel-80 .mm-panel_iconpanel-first ~ .mm-panel,.mm-menu_iconpanel-80 .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider{left:80px}.mm-panel__blocker{background:inherit;opacity:0;display:block;position:absolute;top:0;right:0;left:0;z-index:3;transition:opacity .4s ease}.mm-panel_opened-parent .mm-panel__blocker{opacity:.6;bottom:-100000px}.mm-menu_keyboardfocus a:focus{outline:0}.mm-menu_keyboardfocus a:focus{background:rgba(255,255,255,0.4)}.mm-navbars_bottom,.mm-navbars_top{background:inherit;border-color:inherit;border-width:0;position:absolute;left:0;right:0;z-index:1}.mm-navbars_bottom>.mm-navbar,.mm-navbars_top>.mm-navbar{border-width:0;border-color:inherit;display:-ms-flexbox;display:flex;position:relative;-ms-transform:translate(0, 0);transform:translate(0, 0);transform:translate3d(0, 0, 0)}.mm-navbars_bottom>.mm-navbar:not(.mm-navbar_has-btns),.mm-navbars_top>.mm-navbar:not(.mm-navbar_has-btns){padding:0}.mm-navbars_bottom>.mm-navbar>:not(img):not(.mm-btn),.mm-navbars_top>.mm-navbar>:not(img):not(.mm-btn){-ms-flex:1;flex:1}.mm-navbars_top{border-bottom-style:solid;border-bottom-width:1px;top:0;bottom:auto}.mm-menu_navbar_top-1 .mm-panels{top:40px}.mm-menu_navbar_top-2 .mm-panels{top:80px}.mm-menu_navbar_top-3 .mm-panels{top:120px}.mm-menu_navbar_top-4 .mm-panels{top:160px}.mm-navbars_bottom{border-top-style:solid;border-top-width:1px;bottom:0;top:auto}.mm-menu_navbar_bottom-1 .mm-panels{bottom:40px}.mm-menu_navbar_bottom-2 .mm-panels{bottom:80px}.mm-menu_navbar_bottom-3 .mm-panels{bottom:120px}.mm-menu_navbar_bottom-4 .mm-panels{bottom:160px}.mm-navbar_size-2{height:80px}.mm-navbar_size-3{height:120px}.mm-navbar_size-4{height:160px}.mm-navbar__breadcrumbs{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-overflow-scrolling:touch;overflow-x:auto;text-align:left;padding:0 0 0 17px}.mm-navbar__breadcrumbs>*{display:inline-block;padding:10px 3px}.mm-navbar__breadcrumbs>a{text-decoration:underline}.mm-navbar_has-btns .mm-navbar__breadcrumbs{margin-left:-40px}.mm-navbar_has-btns .mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{margin-left:0;padding-left:0}.mm-navbars_top .mm-navbar_tabs,.mm-navbars_top .mm-navbar_tabs ~ .mm-navbar{background:inherit !important}.mm-navbars_bottom .mm-navbar_tabs{background:inherit !important}.mm-navbar__tab_selected{background:inherit !important;border-width:1px;border-style:solid;border-color:inherit}.mm-navbar__tab_selected:first-child{border-left:none}.mm-navbar__tab_selected:last-child{border-right:none}.mm-navbars_top .mm-navbar_tabs:not(:last-child){border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:inherit}.mm-navbars_top .mm-navbar__tab_selected{border-bottom:none;margin-bottom:-1px}.mm-navbars_top .mm-navbar_tabs:first-child .mm-navbar__tab_selected{border-top:none}.mm-navbars_bottom .mm-navbar_tabs:not(:first-child){border-top-width:1px;border-top-style:solid;border-top-color:inherit}.mm-navbars_bottom .mm-navbar__tab_selected{border-top:none;margin-top:-1px}.mm-navbars_bottom .mm-navbar_tabs:last-child .mm-navbar__tab_selected{border-bottom:none}.mm-navbar_tabs>:not(.mm-navbar__tab_selected),.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar,.mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs){background:rgba(255,255,255,0.4)}.mm-menu_rtl{direction:rtl}.mm-menu_rtl.mm-menu_offcanvas{right:auto}.mm-menu_rtl .mm-panel:not(.mm-panel_opened){-ms-transform:translate(-100%, 0);transform:translate(-100%, 0);transform:translate3d(-100%, 0, 0)}.mm-menu_rtl .mm-panel.mm-panel_opened-parent{-ms-transform:translate(30%, 0);transform:translate(30%, 0);transform:translate3d(30%, 0, 0)}.mm-menu_rtl .mm-navbar .mm-btn:first-child{left:auto;right:0}.mm-menu_rtl .mm-navbar .mm-btn:last-child{right:auto;left:0}.mm-menu_rtl .mm-navbar .mm-btn_next:after{-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-menu_rtl .mm-navbar .mm-btn_prev:before{-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}.mm-menu_rtl .mm-listitem:after{left:0;right:20px}.mm-menu_rtl .mm-listitem>a:not(.mm-btn_next),.mm-menu_rtl .mm-listitem>span:not(.mm-btn_next){padding-left:10px;padding-right:20px !important;margin-right:0 !important}.mm-menu_rtl .mm-listitem .mm-btn_next{right:auto;left:0}.mm-menu_rtl .mm-listitem .mm-btn_next:before{left:auto;right:0}.mm-menu_rtl .mm-listitem .mm-btn_next:after{-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-menu_rtl .mm-listitem .mm-btn_next+a,.mm-menu_rtl .mm-listitem .mm-btn_next+span{margin-left:50px}.mm-menu_rtl .mm-listitem .mm-btn_fullwidth+a,.mm-menu_rtl .mm-listitem .mm-btn_fullwidth+span{padding-left:50px}.mm-menu_rtl .mm-counter{left:45px;right:auto}.mm-menu_rtl .mm-counter+.mm-btn_next+a,.mm-menu_rtl .mm-counter+.mm-btn_next+span{margin-left:90px}.mm-menu_rtl .mm-listview .mm-counter+.mm-btn_fullwidth+a,.mm-menu_rtl .mm-listview .mm-counter+.mm-btn_fullwidth+span{padding-left:90px}.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel{transition-property:transform,right}.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_iconpanel-first,.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_iconpanel-first.mm-panel_opened ~ .mm-listview_fixeddivider{left:0;right:0}.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened,.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened-parent{border-left:none;border-right:1px solid;border-color:inherit}.mm-menu_rtl [class*=mm-panel_iconpanel-],.mm-menu_rtl [class*=mm-panel_iconpanel-] ~ .mm-listview_fixeddivider{left:0}.mm-menu_rtl [class*=mm-panel_iconpanel-].mm-panel_opened-parent{-ms-transform:translate(0, 0);transform:translate(0, 0);transform:translate3d(0, 0, 0)}.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-0,.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-0.mm-panel_opened ~ .mm-listview_fixeddivider{right:0}.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-1,.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider{right:40px}.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-2,.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider{right:80px}.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-3,.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider{right:120px}.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-first ~ .mm-panel,.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider{right:40px}.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-0,.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-0.mm-panel_opened ~ .mm-listview_fixeddivider{right:0}.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-1,.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider{right:60px}.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-2,.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider{right:120px}.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-3,.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider{right:180px}.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-first ~ .mm-panel,.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider{right:60px}.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-0,.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-0.mm-panel_opened ~ .mm-listview_fixeddivider{right:0}.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-1,.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider{right:80px}.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-2,.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider{right:160px}.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-3,.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider{right:240px}.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-first ~ .mm-panel,.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider{right:80px}.mm-menu_rtl html[class*=mm-sidebar_expanded-]:not(.mm-sidebar_closed) .mm-menu_rtl ~ .mm-slideout{-ms-transform:translate(0, 0) !important;transform:translate(0, 0) !important;right:0}.mm-menu_rtl label.mm-check,.mm-menu_rtl label.mm-toggle{left:20px;right:auto !important}.mm-menu_rtl label.mm-toggle+a,.mm-menu_rtl label.mm-toggle+span{padding-left:80px}.mm-menu_rtl label.mm-check+a,.mm-menu_rtl label.mm-check+span{padding-left:60px}.mm-menu_rtl .mm-btn_next+label.mm-check,.mm-menu_rtl .mm-btn_next+label.mm-toggle{left:60px}.mm-menu_rtl .mm-btn_next+label.mm-check+a,.mm-menu_rtl .mm-btn_next+label.mm-check+span,.mm-menu_rtl .mm-btn_next+label.mm-toggle+a,.mm-menu_rtl .mm-btn_next+label.mm-toggle+span{margin-left:50px}.mm-menu_rtl .mm-btn_next+label.mm-toggle+a,.mm-menu_rtl .mm-btn_next+label.mm-toggle+span{padding-left:70px}.mm-menu_rtl .mm-btn_next+label.mm-check+a,.mm-menu_rtl .mm-btn_next+label.mm-check+span{padding-left:50px}.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-check,.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-toggle{left:100px}.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-check+a,.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-check+span,.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-toggle+a,.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-toggle+span{margin-left:90px}.mm-searchfield{height:40px;padding:0;display:-ms-flexbox;display:flex}.mm-searchfield input{border:none !important;outline:0 !important;box-shadow:none !important;border-radius:4px;font:inherit;font-size:inherit;line-height:26px;display:block;box-sizing:border-box;width:100%;max-width:100%;height:26px;min-height:26px;max-height:26px;margin:0;padding:0 10px}.mm-searchfield input::-ms-clear{display:none}.mm-searchfield__input{padding:7px 10px 0 10px;position:relative}.mm-panel__noresultsmsg{text-align:center;font-size:150%;padding:40px 0}.mm-searchfield__btn{right:0;top:0}.mm-searchfield__input{-ms-flex:1;flex:1;box-sizing:border-box;width:100%;max-width:100%}.mm-searchfield__cancel{text-decoration:none;line-height:40px;display:block;padding-right:10px;margin-right:-100px;transition:margin .4s ease}.mm-searchfield__cancel-active{margin-right:0}.mm-panel>.mm-searchfield{width:100%;position:absolute;top:0;left:0}.mm-panel_has-searchfield{padding-top:40px}.mm-panel_has-navbar.mm-panel_has-searchfield{padding-top:80px}.mm-panel_has-navbar.mm-panel_has-searchfield>.mm-searchfield{top:40px}.mm-listitem_nosubitems>.mm-btn_next{display:none}.mm-listitem_nosubitems>.mm-btn_next+a,.mm-listitem_nosubitems>.mm-btn_next+span{padding-right:10px}.mm-searchfield input{background:rgba(0,0,0,0.05);color:rgba(0,0,0,0.75)}.mm-panel__noresultsmsg{color:rgba(0,0,0,0.3)}.mm-sectionindexer{background:inherit;text-align:center;font-size:12px;box-sizing:border-box;width:20px;position:absolute;top:0;bottom:0;right:-20px;z-index:15;transition:right .4s ease;-ms-transform:translate(0, 0);transform:translate(0, 0);transform:translate3d(0, 0, 0);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:space-evenly;justify-content:space-evenly}.mm-sectionindexer a{line-height:1;text-decoration:none;display:block}.mm-sectionindexer ~ .mm-panels{transition:right .4s ease}.mm-menu_has-sectionindexer .mm-sectionindexer{right:0}.mm-menu_has-sectionindexer .mm-panels{right:20px}.mm-menu_navbar_top-1 .mm-sectionindexer{top:42px}.mm-menu_navbar_top-2 .mm-sectionindexer{top:82px}.mm-menu_navbar_top-3 .mm-sectionindexer{top:122px}.mm-menu_navbar_top-4 .mm-sectionindexer{top:162px}.mm-menu_navbar_bottom-1 .mm-sectionindexer{bottom:42px}.mm-menu_navbar_bottom-2 .mm-sectionindexer{bottom:82px}.mm-menu_navbar_bottom-3 .mm-sectionindexer{bottom:122px}.mm-menu_navbar_bottom-4 .mm-sectionindexer{bottom:162px}.mm-sectionindexer a{color:rgba(0,0,0,0.3)}.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth+a,.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth+span,.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth),.mm-menu_selected-parent .mm-listitem>a.mm-btn_fullwidth+a,.mm-menu_selected-parent .mm-listitem>a.mm-btn_fullwidth+span,.mm-menu_selected-parent .mm-listitem>a:not(.mm-btn_fullwidth){transition:background .4s ease}.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>a,.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>span{background:0 0}.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth:hover+span,.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth):hover{background:rgba(255,255,255,0.4)}.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>a,.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>span{background:0 0}.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_fullwidth+span,.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_next:not(.mm-btn_fullwidth){background:rgba(255,255,255,0.4)}[class*=mm-wrapper_sidebar-collapsed-] body,[class*=mm-wrapper_sidebar-expanded-] body{position:relative}[class*=mm-wrapper_sidebar-collapsed-] .mm-slideout,[class*=mm-wrapper_sidebar-expanded-] .mm-slideout{transition-property:width,transform}[class*=mm-wrapper_sidebar-collapsed-] .mm-page,[class*=mm-wrapper_sidebar-expanded-] .mm-page{background:inherit;box-sizing:border-box;min-height:100vh}[class*=mm-wrapper_sidebar-collapsed-] .mm-menu_sidebar-collapsed,[class*=mm-wrapper_sidebar-expanded-] .mm-menu_sidebar-expanded{display:block !important;top:0 !important;right:auto !important;bottom:0 !important;left:0 !important}[class*=mm-wrapper_sidebar-collapsed-]:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-listitem_divider,[class*=mm-wrapper_sidebar-collapsed-]:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar{opacity:0}.mm-wrapper_sidebar-collapsed-40 .mm-slideout,[class*=mm-wrapper_sidebar-expanded-].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-40 .mm-slideout{width:calc(100% - 40px);-ms-transform:translate(40px, 0);transform:translate(40px, 0);transform:translate3d(40px, 0, 0)}.mm-wrapper_sidebar-collapsed-60 .mm-slideout,[class*=mm-wrapper_sidebar-expanded-].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-60 .mm-slideout{width:calc(100% - 60px);-ms-transform:translate(60px, 0);transform:translate(60px, 0);transform:translate3d(60px, 0, 0)}.mm-wrapper_sidebar-collapsed-80 .mm-slideout,[class*=mm-wrapper_sidebar-expanded-].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-80 .mm-slideout{width:calc(100% - 80px);-ms-transform:translate(80px, 0);transform:translate(80px, 0);transform:translate3d(80px, 0, 0)}[class*=mm-wrapper_sidebar-expanded-] .mm-menu_sidebar-expanded{border-right-width:1px;border-right-style:solid;min-width:0 !important;max-width:100000px !important}[class*=mm-wrapper_sidebar-expanded-] .mm-menu_sidebar-expanded.mm-menu_pageshadow:after{content:none;display:none}[class*=mm-wrapper_sidebar-expanded-].mm-wrapper_blocking,[class*=mm-wrapper_sidebar-expanded-].mm-wrapper_blocking body{overflow:visible}[class*=mm-wrapper_sidebar-expanded-] .mm-page__blocker{display:none !important}.mm-wrapper_sidebar-expanded-25:not(.mm-wrapper_sidebar-closed) .mm-slideout{width:75%;-ms-transform:translate(33.33333%, 0) !important;transform:translate(33.33333%, 0) !important;transform:translate3d(33.33333%, 0, 0) !important}.mm-wrapper_sidebar-expanded-25 .mm-menu_sidebar-expanded{width:25% !important}.mm-wrapper_sidebar-expanded-30:not(.mm-wrapper_sidebar-closed) .mm-slideout{width:70%;-ms-transform:translate(42.85714%, 0) !important;transform:translate(42.85714%, 0) !important;transform:translate3d(42.85714%, 0, 0) !important}.mm-wrapper_sidebar-expanded-30 .mm-menu_sidebar-expanded{width:30% !important}.mm-wrapper_sidebar-expanded-35:not(.mm-wrapper_sidebar-closed) .mm-slideout{width:65%;-ms-transform:translate(53.84615%, 0) !important;transform:translate(53.84615%, 0) !important;transform:translate3d(53.84615%, 0, 0) !important}.mm-wrapper_sidebar-expanded-35 .mm-menu_sidebar-expanded{width:35% !important}.mm-menu__blocker{background:rgba(3,2,1,0);display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}.mm-menu_opened .mm-menu__blocker{display:none}input.mm-check,input.mm-toggle{position:absolute;left:-10000px}label.mm-check,label.mm-toggle{margin:0;position:absolute;top:50%;z-index:2}label.mm-check:before,label.mm-toggle:before{content:'';display:block}label.mm-toggle{border-radius:30px;width:50px;height:30px;margin-top:-15px}label.mm-toggle:before{border-radius:30px;width:28px;height:28px;margin:1px}input.mm-toggle:checked ~ label.mm-toggle:before{float:right}label.mm-check{width:30px;height:30px;margin-top:-15px}label.mm-check:before{border-left:3px solid;border-bottom:3px solid;width:40%;height:20%;margin:25% 0 0 20%;opacity:.1;-ms-transform:rotate(-45deg);transform:rotate(-45deg)}input.mm-check:checked ~ label.mm-check:before{opacity:1}.mm-listitem_vertical label.mm-toggle{top:5px;bottom:auto;margin-top:0}.mm-listitem_vertical label.mm-check{top:5px;bottom:auto;margin-top:0}label.mm-toggle{right:20px}label.mm-toggle+a,label.mm-toggle+span{padding-right:80px}label.mm-check{right:20px}label.mm-check+a,label.mm-check+span{padding-right:60px}.mm-btn_next+label.mm-check,.mm-btn_next+label.mm-toggle{right:60px}.mm-btn_next+label.mm-check+a,.mm-btn_next+label.mm-check+span,.mm-btn_next+label.mm-toggle+a,.mm-btn_next+label.mm-toggle+span{margin-right:50px}.mm-btn_next+label.mm-toggle+a,.mm-btn_next+label.mm-toggle+span{padding-right:70px}.mm-btn_next+label.mm-check+a,.mm-btn_next+label.mm-check+span{padding-right:50px}.mm-counter+.mm-btn_next+label.mm-check,.mm-counter+.mm-btn_next+label.mm-toggle{right:100px}.mm-counter+.mm-btn_next+label.mm-check+a,.mm-counter+.mm-btn_next+label.mm-check+span,.mm-counter+.mm-btn_next+label.mm-toggle+a,.mm-counter+.mm-btn_next+label.mm-toggle+span{margin-right:90px}label.mm-toggle{background:rgba(0,0,0,0.1)}label.mm-toggle:before{background:#f3f3f3}input.mm-toggle:checked ~ label.mm-toggle{background:#4bd963}label.mm-check:before{border-color:rgba(0,0,0,0.75)}.mm-menu_border-none .mm-listitem:after,.mm-panel_border-none .mm-listitem:after{content:none}.mm-menu_border-full .mm-listitem:after,.mm-panel_border-full .mm-listitem:after{left:0 !important}.mm-menu_border-offset .mm-listitem:after,.mm-panel_border-offset .mm-listitem:after{right:20px}.mm-menu_fx-menu-zoom{transition:transform .4s ease}.mm-wrapper_opened .mm-menu_fx-menu-zoom{transform:scale(0.7, 0.7) translate3d(-30%, 0, 0);-ms-transform-origin:left center;transform-origin:left center}.mm-wrapper_opening .mm-menu_fx-menu-zoom{transform:scale(1, 1) translate3d(0, 0, 0)}.mm-wrapper_opened .mm-menu_fx-menu-zoom.mm-menu_position-right{transform:scale(0.7, 0.7) translate3d(30%, 0, 0);-ms-transform-origin:right center;transform-origin:right center}.mm-wrapper_opening .mm-menu_fx-menu-zoom.mm-menu_position-right{transform:scale(1, 1) translate3d(0, 0, 0)}.mm-menu_fx-menu-slide{transition:transform .4s ease}.mm-wrapper_opened .mm-menu_fx-menu-slide{-ms-transform:translate(-30%, 0);transform:translate(-30%, 0);transform:translate3d(-30%, 0, 0)}.mm-wrapper_opening .mm-menu_fx-menu-slide{-ms-transform:translate(0, 0);transform:translate(0, 0);transform:translate3d(0, 0, 0)}.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right{-ms-transform:translate(30%, 0);transform:translate(30%, 0);transform:translate3d(30%, 0, 0)}.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right{-ms-transform:translate(0, 0);transform:translate(0, 0);transform:translate3d(0, 0, 0)}.mm-menu_fx-menu-fade{opacity:0;transition:opacity .4s ease}.mm-wrapper_opening .mm-menu_fx-menu-fade{opacity:1}.mm-menu_fx-panels-none .mm-panel,.mm-panel_fx-none{transition-property:none}.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,.mm-panel_fx-none.mm-panel_opened-parent{-ms-transform:translate(0, 0);transform:translate(0, 0);transform:translate3d(0, 0, 0)}.mm-menu_fx-panels-zoom .mm-panel,.mm-panel_fx-zoom{-ms-transform-origin:left center;transform-origin:left center;transform:scale(1.5, 1.5) translate3d(100%, 0, 0)}.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened,.mm-panel_fx-zoom.mm-panel_opened{transform:scale(1, 1) translate3d(0, 0, 0)}.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened-parent,.mm-panel_fx-zoom.mm-panel_opened-parent{transform:scale(0.7, 0.7) translate3d(-30%, 0, 0)}.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent,.mm-panel_fx-slide-0.mm-panel_opened-parent{-ms-transform:translate(0, 0);transform:translate(0, 0);transform:translate3d(0, 0, 0)}.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent,.mm-panel_fx-slide-100.mm-panel_opened-parent{-ms-transform:translate(-100%, 0);transform:translate(-100%, 0);transform:translate3d(-100%, 0, 0)}.mm-menu_fx-panels-slide-up .mm-panel,.mm-panel_fx-slide-up{-ms-transform:translate(0, 100%);transform:translate(0, 100%);transform:translate3d(0, 100%, 0)}.mm-menu_fx-panels-slide-up .mm-panel_opened,.mm-menu_fx-panels-slide-up .mm-panel_opened-parent,.mm-panel_fx-slide-up.mm-panel_opened{-ms-transform:translate(0, 0);transform:translate(0, 0);transform:translate3d(0, 0, 0)}.mm-menu_fx-panels-slide-right .mm-panel,.mm-panel_fx-slide-right{-ms-transform:translate(-100%, 0);transform:translate(-100%, 0);transform:translate3d(-100%, 0, 0)}.mm-menu_fx-panels-slide-right .mm-panel_opened,.mm-menu_fx-panels-slide-right .mm-panel_opened-parent,.mm-panel_fx-slide-right.mm-panel_opened{-ms-transform:translate(0, 0);transform:translate(0, 0);transform:translate3d(0, 0, 0)}[class*=mm-menu_fx-listitems-] .mm-listitem{transition:none .4s ease}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(1){transition-delay:50ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(2){transition-delay:.1s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(3){transition-delay:150ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(4){transition-delay:.2s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(5){transition-delay:250ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(6){transition-delay:.3s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(7){transition-delay:350ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(8){transition-delay:.4s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(9){transition-delay:450ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(10){transition-delay:.5s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(11){transition-delay:550ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(12){transition-delay:.6s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(13){transition-delay:650ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(14){transition-delay:.7s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(15){transition-delay:750ms}.mm-menu_fx-listitems-slide .mm-listitem{transition-property:transform,opacity;-ms-transform:translate(50%, 0);transform:translate(50%, 0);transform:translate3d(50%, 0, 0);opacity:0}.mm-wrapper_opening .mm-menu_fx-listitems-slide .mm-panel_opened .mm-listitem{-ms-transform:translate(0, 0);transform:translate(0, 0);transform:translate3d(0, 0, 0);opacity:1}.mm-menu_fx-listitems-fade .mm-listitem{transition-property:opacity;opacity:0}.mm-wrapper_opening .mm-menu_fx-listitems-fade .mm-panel_opened .mm-listitem{opacity:1}.mm-menu_fx-listitems-drop .mm-listitem{transition-property:opacity,top;opacity:0;top:-25%}.mm-wrapper_opening .mm-menu_fx-listitems-drop .mm-panel_opened .mm-listitem{opacity:1;top:0}.mm-menu_fullscreen{width:100%;min-width:140px;max-width:10000px}.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(100vw, 0);transform:translate(100vw, 0);transform:translate3d(100vw, 0, 0)}@media all and (max-width: 140px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(140px, 0);transform:translate(140px, 0);transform:translate3d(140px, 0, 0)}}@media all and (min-width: 10000px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(10000px, 0);transform:translate(10000px, 0);transform:translate3d(10000px, 0, 0)}}.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(-100vw, 0);transform:translate(-100vw, 0);transform:translate3d(-100vw, 0, 0)}@media all and (max-width: 140px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(-140px, 0);transform:translate(-140px, 0);transform:translate3d(-140px, 0, 0)}}@media all and (min-width: 10000px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(-10000px, 0);transform:translate(-10000px, 0);transform:translate3d(-10000px, 0, 0)}}.mm-menu_fullscreen.mm-menu_position-top{height:100vh;min-height:140px;max-height:10000px}.mm-menu_fullscreen.mm-menu_position-bottom{height:100vh;min-height:140px;max-height:10000px}.mm-menu_listview-30 .mm-listitem>a:not(.mm-btn_next),.mm-menu_listview-30 .mm-listitem>span{padding-top:5px;padding-bottom:5px}.mm-menu_listview-30 .mm-listitem_vertical>.mm-btn_next{height:30}.mm-menu_listview-50 .mm-listitem>a:not(.mm-btn_next),.mm-menu_listview-50 .mm-listitem>span{padding-top:15px;padding-bottom:15px}.mm-menu_listview-50 .mm-listitem_vertical>.mm-btn_next{height:50}.mm-menu_listview-60 .mm-listitem>a:not(.mm-btn_next),.mm-menu_listview-60 .mm-listitem>span{padding-top:20px;padding-bottom:20px}.mm-menu_listview-60 .mm-listitem_vertical>.mm-btn_next{height:60}.mm-menu_listview-justify .mm-panels>.mm-panel:after,.mm-menu_listview-justify .mm-panels>.mm-panel:before,.mm-panels>.mm-panel_listview-justify:after,.mm-panels>.mm-panel_listview-justify:before{content:none;display:none}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listview,.mm-panels>.mm-panel_listview-justify .mm-listview{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;margin-top:0;margin-bottom:0}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem,.mm-panels>.mm-panel_listview-justify .mm-listitem{-ms-flex:1 0 auto;flex:1 0 auto;min-height:40px}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem:not(.mm-listitem_divider),.mm-panels>.mm-panel_listview-justify .mm-listitem:not(.mm-listitem_divider){display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem>a:not(.mm-btn_next),.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem>span,.mm-panels>.mm-panel_listview-justify .mm-listitem>a:not(.mm-btn_next),.mm-panels>.mm-panel_listview-justify .mm-listitem>span{box-sizing:border-box;-ms-flex:1 0 auto;flex:1 0 auto;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.mm-listview_inset{list-style:inside disc;padding:0 10px 15px 40px;margin:0}.mm-listview_inset>li{padding:5px 0}.mm-menu_multiline .mm-listitem>a,.mm-menu_multiline .mm-listitem>span,.mm-panel_multiline .mm-listitem>a,.mm-panel_multiline .mm-listitem>span{text-overflow:clip;white-space:normal}[class*=mm-menu_pagedim].mm-menu_opened ~ .mm-page__blocker{opacity:0}.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-page__blocker{opacity:.3;transition:opacity .4s ease .4s}.mm-menu_opened.mm-menu_pagedim ~ .mm-page__blocker{background:inherit}.mm-menu_opened.mm-menu_pagedim-black ~ .mm-page__blocker{background:#000}.mm-menu_opened.mm-menu_pagedim-white ~ .mm-page__blocker{background:#fff}.mm-menu_popup{transition:opacity .4s ease;opacity:0;box-shadow:0 2px 10px rgba(0,0,0,0.3);height:80%;min-height:140px;max-height:880px;top:50%;left:50%;bottom:auto;right:auto;z-index:2;-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);transform:translate3d(-50%, -50%, 0)}.mm-menu_popup.mm-menu_opened ~ .mm-slideout{-ms-transform:none !important;transform:none !important;z-index:0}.mm-menu_popup.mm-menu_opened ~ .mm-page__blocker{transition-delay:0s !important;z-index:1}.mm-wrapper_opening .mm-menu_popup{opacity:1}.mm-menu_position-right{left:auto;right:0}.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(-80vw, 0);transform:translate(-80vw, 0);transform:translate3d(-80vw, 0, 0)}@media all and (max-width: 175px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(-140px, 0);transform:translate(-140px, 0);transform:translate3d(-140px, 0, 0)}}@media all and (min-width: 550px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout{-ms-transform:translate(-440px, 0);transform:translate(-440px, 0);transform:translate3d(-440px, 0, 0)}}.mm-menu_position-bottom,.mm-menu_position-front,.mm-menu_position-top{transition:transform .4s ease}.mm-menu_position-bottom.mm-menu_opened,.mm-menu_position-front.mm-menu_opened,.mm-menu_position-top.mm-menu_opened{z-index:2}.mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout,.mm-menu_position-front.mm-menu_opened ~ .mm-slideout,.mm-menu_position-top.mm-menu_opened ~ .mm-slideout{-ms-transform:none !important;transform:none !important;z-index:0}.mm-menu_position-bottom.mm-menu_opened ~ .mm-page__blocker,.mm-menu_position-front.mm-menu_opened ~ .mm-page__blocker,.mm-menu_position-top.mm-menu_opened ~ .mm-page__blocker{z-index:1}.mm-menu_position-front{-ms-transform:translate(-100%, 0);transform:translate(-100%, 0);transform:translate3d(-100%, 0, 0)}.mm-menu_position-front.mm-menu_position-right{-ms-transform:translate(100%, 0);transform:translate(100%, 0);transform:translate3d(100%, 0, 0)}.mm-menu_position-bottom,.mm-menu_position-top{width:100%;min-width:100%;max-width:100%}.mm-menu_position-top{-ms-transform:translate(0, -100%);transform:translate(0, -100%);transform:translate3d(0, -100%, 0)}.mm-menu_position-top{height:80vh;min-height:140px;max-height:880px}.mm-menu_position-bottom{-ms-transform:translate(0, 100%);transform:translate(0, 100%);transform:translate3d(0, 100%, 0);top:auto}.mm-menu_position-bottom{height:80vh;min-height:140px;max-height:880px}.mm-wrapper_opening .mm-menu_position-bottom,.mm-wrapper_opening .mm-menu_position-front,.mm-wrapper_opening .mm-menu_position-top{-ms-transform:translate(0, 0);transform:translate(0, 0);transform:translate3d(0, 0, 0)}.mm-menu_shadow-page:after{content:"";display:block;width:20px;height:120%;position:absolute;left:100%;top:-10%;z-index:100;-webkit-clip-path:polygon(-20px 0, 0 0, 0 100%, -20px 100%);clip-path:polygon(-20px 0, 0 0, 0 100%, -20px 100%)}.mm-menu_shadow-page.mm-menu_position-right:after{left:auto;right:100%;-webkit-clip-path:polygon(20px 0, 40px 0, 40px 100%, 20px 100%);clip-path:polygon(20px 0, 40px 0, 40px 100%, 20px 100%)}.mm-menu_shadow-page.mm-menu_position-front:after{content:none;display:none}.mm-menu_shadow-page:after{box-shadow:0 0 10px rgba(0,0,0,0.3)}.mm-menu_shadow-panels .mm-panel{box-shadow:0 0 10px rgba(0,0,0,0.3)}.mm-menu_theme-white{background:#fff;border-color:rgba(0,0,0,0.1);color:rgba(0,0,0,0.7)}.mm-menu_theme-white .mm-navbar a,.mm-menu_theme-white .mm-navbar>*{color:rgba(0,0,0,0.3)}.mm-menu_theme-white .mm-btn:after,.mm-menu_theme-white .mm-btn:before{border-color:rgba(0,0,0,0.3)}.mm-menu_theme-white .mm-listview .mm-btn_next:after{border-color:rgba(0,0,0,0.3)}.mm-menu_theme-white .mm-listview a:not(.mm-btn_next){-webkit-tap-highlight-color:rgba(0,0,0,0.03);tap-highlight-color:rgba(0,0,0,0.03)}.mm-menu_theme-white .mm-listitem_selected>a:not(.mm-btn_next),.mm-menu_theme-white .mm-listitem_selected>span{background:rgba(0,0,0,0.03)}.mm-menu_theme-white .mm-listitem_opened>.mm-btn_next,.mm-menu_theme-white .mm-listitem_opened>.mm-panel{background:rgba(0,0,0,0.06)}.mm-menu_theme-white .mm-listitem_divider{background:rgba(0,0,0,0.06)}.mm-menu_theme-white .mm-counter{color:rgba(0,0,0,0.3)}.mm-menu_theme-white .mm-iconbar,.mm-menu_theme-white .mm-iconbar a{color:rgba(0,0,0,0.3)}.mm-menu_theme-white.mm-menu_keyboardfocus a:focus{background:rgba(0,0,0,0.03)}.mm-menu_theme-white .mm-navbar_tabs>:not(.mm-navbar__tab_selected),.mm-menu_theme-white .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar,.mm-menu_theme-white .mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs){background:rgba(0,0,0,0.03)}.mm-menu_theme-white.mm-menu_shadow-page:after{box-shadow:0 0 10px rgba(0,0,0,0.2)}.mm-menu_theme-white.mm-menu_shadow-panels .mm-panel{box-shadow:0 0 10px rgba(0,0,0,0.2)}.mm-menu_theme-white .mm-searchfield input{background:rgba(0,0,0,0.06);color:rgba(0,0,0,0.7)}.mm-menu_theme-white .mm-panel__noresultsmsg{color:rgba(0,0,0,0.3)}.mm-menu_theme-white .mm-sectionindexer a{color:rgba(0,0,0,0.3)}.mm-menu_theme-white.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>a,.mm-menu_theme-white.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>span{background:0 0}.mm-menu_theme-white.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth:hover+span,.mm-menu_theme-white.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth):hover{background:rgba(0,0,0,0.03)}.mm-menu_theme-white.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>a,.mm-menu_theme-white.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>span{background:0 0}.mm-menu_theme-white.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_fullwidth+span,.mm-menu_theme-white.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_next:not(.mm-btn_fullwidth){background:rgba(0,0,0,0.03)}.mm-menu_theme-white label.mm-check:before{border-color:rgba(0,0,0,0.7)}.mm-menu_theme-white label.mm-toggle{background:rgba(0,0,0,0.1)}.mm-menu_theme-white label.mm-toggle:before{background:#fff}.mm-menu_theme-whiteinput.mm-toggle:checked ~ label.mm-toggle{background:#4bd963}.mm-menu_theme-dark{background:#333;border-color:rgba(0,0,0,0.3);color:rgba(255,255,255,0.85)}.mm-menu_theme-dark .mm-navbar a,.mm-menu_theme-dark .mm-navbar>*{color:rgba(255,255,255,0.4)}.mm-menu_theme-dark .mm-btn:after,.mm-menu_theme-dark .mm-btn:before{border-color:rgba(255,255,255,0.4)}.mm-menu_theme-dark .mm-listview .mm-btn_next:after{border-color:rgba(255,255,255,0.4)}.mm-menu_theme-dark .mm-listview a:not(.mm-btn_next){-webkit-tap-highlight-color:rgba(0,0,0,0.1);tap-highlight-color:rgba(0,0,0,0.1)}.mm-menu_theme-dark .mm-listitem_selected>a:not(.mm-btn_next),.mm-menu_theme-dark .mm-listitem_selected>span{background:rgba(0,0,0,0.1)}.mm-menu_theme-dark .mm-listitem_opened>.mm-btn_next,.mm-menu_theme-dark .mm-listitem_opened>.mm-panel{background:rgba(255,255,255,0.08)}.mm-menu_theme-dark .mm-listitem_divider{background:rgba(255,255,255,0.08)}.mm-menu_theme-dark .mm-counter{color:rgba(255,255,255,0.4)}.mm-menu_theme-dark .mm-iconbar,.mm-menu_theme-dark .mm-iconbar a{color:rgba(255,255,255,0.4)}.mm-menu_theme-dark.mm-menu_keyboardfocus a:focus{background:rgba(0,0,0,0.1)}.mm-menu_theme-dark .mm-navbar_tabs>:not(.mm-navbar__tab_selected),.mm-menu_theme-dark .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar,.mm-menu_theme-dark .mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs){background:rgba(0,0,0,0.1)}.mm-menu_theme-dark.mm-menu_shadow-page:after{box-shadow:0 0 20px rgba(0,0,0,0.5)}.mm-menu_theme-dark.mm-menu_shadow-panels .mm-panel{box-shadow:0 0 20px rgba(0,0,0,0.5)}.mm-menu_theme-dark .mm-searchfield input{background:rgba(255,255,255,0.15);color:rgba(255,255,255,0.85)}.mm-menu_theme-dark .mm-panel__noresultsmsg{color:rgba(255,255,255,0.4)}.mm-menu_theme-dark .mm-sectionindexer a{color:rgba(255,255,255,0.4)}.mm-menu_theme-dark.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>a,.mm-menu_theme-dark.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>span{background:0 0}.mm-menu_theme-dark.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth:hover+span,.mm-menu_theme-dark.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth):hover{background:rgba(0,0,0,0.1)}.mm-menu_theme-dark.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>a,.mm-menu_theme-dark.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>span{background:0 0}.mm-menu_theme-dark.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_fullwidth+span,.mm-menu_theme-dark.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_next:not(.mm-btn_fullwidth){background:rgba(0,0,0,0.1)}.mm-menu_theme-dark label.mm-check:before{border-color:rgba(255,255,255,0.85)}.mm-menu_theme-dark label.mm-toggle{background:rgba(0,0,0,0.3)}.mm-menu_theme-dark label.mm-toggle:before{background:#333}.mm-menu_theme-darkinput.mm-toggle:checked ~ label.mm-toggle{background:#4bd963}.mm-menu_theme-black{background:#000;border-color:rgba(255,255,255,0.25);color:rgba(255,255,255,0.75)}.mm-menu_theme-black .mm-navbar a,.mm-menu_theme-black .mm-navbar>*{color:rgba(255,255,255,0.4)}.mm-menu_theme-black .mm-btn:after,.mm-menu_theme-black .mm-btn:before{border-color:rgba(255,255,255,0.4)}.mm-menu_theme-black .mm-listview .mm-btn_next:after{border-color:rgba(255,255,255,0.4)}.mm-menu_theme-black .mm-listview a:not(.mm-btn_next){-webkit-tap-highlight-color:rgba(255,255,255,0.15);tap-highlight-color:rgba(255,255,255,0.15)}.mm-menu_theme-black .mm-listitem_selected>a:not(.mm-btn_next),.mm-menu_theme-black .mm-listitem_selected>span{background:rgba(255,255,255,0.15)}.mm-menu_theme-black .mm-listitem_opened>.mm-btn_next,.mm-menu_theme-black .mm-listitem_opened>.mm-panel{background:rgba(255,255,255,0.2)}.mm-menu_theme-black .mm-listitem_divider{background:rgba(255,255,255,0.2)}.mm-menu_theme-black .mm-counter{color:rgba(255,255,255,0.4)}.mm-menu_theme-black .mm-iconbar,.mm-menu_theme-black .mm-iconbar a{color:rgba(255,255,255,0.4)}.mm-menu_theme-black.mm-menu_keyboardfocus a:focus{background:rgba(255,255,255,0.15)}.mm-menu_theme-black .mm-navbar_tabs>:not(.mm-navbar__tab_selected),.mm-menu_theme-black .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar,.mm-menu_theme-black .mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs){background:rgba(255,255,255,0.15)}.mm-menu_theme-black.mm-menu_shadow-page:after{box-shadow:false}.mm-menu_theme-black.mm-menu_shadow-panels .mm-panel{box-shadow:false}.mm-menu_theme-black .mm-searchfield input{background:rgba(255,255,255,0.25);color:rgba(255,255,255,0.75)}.mm-menu_theme-black .mm-panel__noresultsmsg{color:rgba(255,255,255,0.4)}.mm-menu_theme-black .mm-sectionindexer a{color:rgba(255,255,255,0.4)}.mm-menu_theme-black.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>a,.mm-menu_theme-black.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>span{background:0 0}.mm-menu_theme-black.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth:hover+span,.mm-menu_theme-black.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth):hover{background:rgba(255,255,255,0.15)}.mm-menu_theme-black.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>a,.mm-menu_theme-black.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>span{background:0 0}.mm-menu_theme-black.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_fullwidth+span,.mm-menu_theme-black.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_next:not(.mm-btn_fullwidth){background:rgba(255,255,255,0.15)}.mm-menu_theme-black label.mm-check:before{border-color:rgba(255,255,255,0.75)}.mm-menu_theme-black label.mm-toggle{background:rgba(255,255,255,0.25)}.mm-menu_theme-black label.mm-toggle:before{background:#000}.mm-menu_theme-blackinput.mm-toggle:checked ~ label.mm-toggle{background:#4bd963}.mm-menu_tileview .mm-listview,.mm-panel_tileview .mm-listview{margin:0 !important}.mm-menu_tileview .mm-listview:after,.mm-panel_tileview .mm-listview:after{content:'';display:block;clear:both}.mm-menu_tileview .mm-listitem,.mm-panel_tileview .mm-listitem{padding:0;float:left;position:relative;width:50%;height:0;padding-top:50%}.mm-menu_tileview .mm-listitem:after,.mm-panel_tileview .mm-listitem:after{left:0;top:0;border-right-width:1px;border-right-style:solid;z-index:-1}.mm-menu_tileview .mm-listitem.mm-tile-xs,.mm-panel_tileview .mm-listitem.mm-tile-xs{width:12.5%;padding-top:12.5%}.mm-menu_tileview .mm-listitem.mm-tile-s,.mm-panel_tileview .mm-listitem.mm-tile-s{width:25%;padding-top:25%}.mm-menu_tileview .mm-listitem.mm-tile-l,.mm-panel_tileview .mm-listitem.mm-tile-l{width:75%;padding-top:75%}.mm-menu_tileview .mm-listitem.mm-tile-xl,.mm-panel_tileview .mm-listitem.mm-tile-xl{width:100%;padding-top:100%}.mm-menu_tileview .mm-listitem>a,.mm-menu_tileview .mm-listitem>span,.mm-panel_tileview .mm-listitem>a,.mm-panel_tileview .mm-listitem>span{line-height:1px;text-align:center;padding:50% 10px 0 10px;margin:0;position:absolute;top:0;right:1px;bottom:1px;left:0}.mm-menu_tileview .mm-listitem>.mm-btn_next,.mm-panel_tileview .mm-listitem>.mm-btn_next{width:auto}.mm-menu_tileview .mm-listitem>.mm-btn_next:after,.mm-menu_tileview .mm-listitem>.mm-btn_next:before,.mm-panel_tileview .mm-listitem>.mm-btn_next:after,.mm-panel_tileview .mm-listitem>.mm-btn_next:before{content:none;display:none}.mm-menu_tileview .mm-listitem_divider,.mm-panel_tileview .mm-listitem_divider{display:none}.mm-menu_tileview .mm-panel,.mm-panel_tileview{padding-left:0;padding-right:0}.mm-menu_tileview .mm-panel:after,.mm-menu_tileview .mm-panel:before,.mm-panel_tileview:after,.mm-panel_tileview:before{content:none;display:none}

.slide-panel{position:fixed;top:80px;transition:transform 0.5s ease-in-out}.slide-panel.left{right:0;-ms-transform:translateX(100%);transform:translateX(100%)}.slide-panel.left.visible{-ms-transform:translateX(0);transform:translateX(0)}.slide-panel .opener .panel-close,.slide-panel.visible .opener .panel-open{display:none}.slide-panel .opener .panel-open,.slide-panel.visible .opener .panel-close{display:block}.slide-panel.left .opener{left:0;-ms-transform:translateX(-100%);transform:translateX(-100%)}.opener{position:absolute;top:0;border-radius:0}

.content-404{background:#000 url("/resources/images/404_bg.jpg") center center no-repeat;background-size:cover;position:fixed;top:0;bottom:0;right:0;left:0;z-index:100;color:white;font-family:sans-serif}.content-404 a{color:#FFCC00;text-decoration:none}.content-404 a:hover{text-decoration:underline}.content-404 div{text-align:center;margin:36px auto 0 auto;min-width:460px}.content-404 .oops{margin-top:36px;max-width:522px;font-size:120pt}.content-404 .oops,.content-404 .cannot-be-found,.content-404 .link-to-root{font-weight:bold}.content-404 .cannot-be-found{line-height:1.4em;font-size:20pt}.content-404 .description{font-size:10pt;line-height:2em;max-width:740px;color:#aaa}.content-404 .link-to-root{font-size:11pt}

.bx-wrapper{border:0;margin:0;box-shadow:none;background:none}.bx-viewport{margin-top:0}.bx-wrapper .bx-loading{background:url("/resources/images/bxSlider/bx_loader.gif") center center no-repeat #e7f2ff}.bx-wrapper .bx-prev{background:url("/resources/images/bxSlider/controls.png") no-repeat 0 -32px}.bx-wrapper .bx-next{background:url("/resources/images/bxSlider/controls.png") no-repeat -43px -32px}

.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d), (-webkit-transform-3d){.carousel-inner>.item{transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000}.carousel-inner>.item.next,.carousel-inner>.item.active.right{left:0;transform:translate3d(100%, 0, 0)}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{left:0;transform:translate3d(-100%, 0, 0)}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{left:0;transform:translate3d(0, 0, 0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width: 768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}

.flag{display:inline-block;height:32px;width:32px;vertical-align:middle;line-height:32px;background:url(/resources/images/flags32.png) no-repeat;zoom:0.75}.flag.flag-_African_Union{background-position:0 -32px}.flag.flag-_Arab_League{background-position:0 -64px}.flag.flag-_ASEAN{background-position:0 -96px}.flag.flag-_CARICOM{background-position:0 -128px}.flag.flag-_CIS{background-position:0 -160px}.flag.flag-_Commonwealth{background-position:0 -192px}.flag.flag-_England{background-position:0 -224px}.flag.flag-_European_Union,.flag.flag-eu{background-position:0 -256px}.flag.flag-_Islamic_Conference{background-position:0 -288px}.flag.flag-_Kosovo{background-position:0 -320px}.flag.flag-_NATO{background-position:0 -352px}.flag.flag-_Northern_Cyprus{background-position:0 -384px}.flag.flag-_Northern_Ireland{background-position:0 -416px}.flag.flag-_Olimpic_Movement{background-position:0 -448px}.flag.flag-_OPEC{background-position:0 -480px}.flag.flag-_Red_Cross{background-position:0 -512px}.flag.flag-_Scotland{background-position:0 -544px}.flag.flag-_Somaliland{background-position:0 -576px}.flag.flag-_Tibet{background-position:0 -608px}.flag.flag-_United_Nations{background-position:0 -640px}.flag.flag-_Wales{background-position:0 -672px}.flag.flag-ad{background-position:0 -704px}.flag.flag-ae{background-position:0 -736px}.flag.flag-af{background-position:0 -768px}.flag.flag-ag{background-position:0 -800px}.flag.flag-ai{background-position:0 -832px}.flag.flag-al{background-position:0 -864px}.flag.flag-am{background-position:0 -896px}.flag.flag-ao{background-position:0 -928px}.flag.flag-aq{background-position:0 -960px}.flag.flag-ar{background-position:0 -992px}.flag.flag-as{background-position:0 -1024px}.flag.flag-at{background-position:0 -1056px}.flag.flag-au{background-position:0 -1088px}.flag.flag-aw{background-position:0 -1120px}.flag.flag-ax{background-position:0 -1152px}.flag.flag-az{background-position:0 -1184px}.flag.flag-ba{background-position:0 -1216px}.flag.flag-bb{background-position:0 -1248px}.flag.flag-bd{background-position:0 -1280px}.flag.flag-be{background-position:0 -1312px}.flag.flag-bf{background-position:0 -1344px}.flag.flag-bg{background-position:0 -1376px}.flag.flag-bh{background-position:0 -1408px}.flag.flag-bi{background-position:0 -1440px}.flag.flag-bj{background-position:0 -1472px}.flag.flag-bm{background-position:0 -1504px}.flag.flag-bn{background-position:0 -1536px}.flag.flag-bo{background-position:0 -1568px}.flag.flag-br{background-position:0 -1600px}.flag.flag-bs{background-position:0 -1632px}.flag.flag-bt{background-position:0 -1664px}.flag.flag-bw{background-position:0 -1696px}.flag.flag-by{background-position:0 -1728px}.flag.flag-bz{background-position:0 -1760px}.flag.flag-ca{background-position:0 -1792px}.flag.flag-cd{background-position:0 -1824px}.flag.flag-cf{background-position:0 -1856px}.flag.flag-cg{background-position:0 -1888px}.flag.flag-ch{background-position:0 -1920px}.flag.flag-ci{background-position:0 -1952px}.flag.flag-ck{background-position:0 -1984px}.flag.flag-cl{background-position:0 -2016px}.flag.flag-cm{background-position:0 -2048px}.flag.flag-cn{background-position:0 -2080px}.flag.flag-co{background-position:0 -2112px}.flag.flag-cr{background-position:0 -2144px}.flag.flag-cu{background-position:0 -2176px}.flag.flag-cv{background-position:0 -2208px}.flag.flag-cy{background-position:0 -2240px}.flag.flag-cz{background-position:0 -2272px}.flag.flag-de{background-position:0 -2304px}.flag.flag-dj{background-position:0 -2336px}.flag.flag-dk{background-position:0 -2368px}.flag.flag-dm{background-position:0 -2400px}.flag.flag-do{background-position:0 -2432px}.flag.flag-dz{background-position:0 -2464px}.flag.flag-ec{background-position:0 -2496px}.flag.flag-ee{background-position:0 -2528px}.flag.flag-eg{background-position:0 -2560px}.flag.flag-eh{background-position:0 -2592px}.flag.flag-er{background-position:0 -2624px}.flag.flag-es{background-position:0 -2656px}.flag.flag-et{background-position:0 -2688px}.flag.flag-fi{background-position:0 -2720px}.flag.flag-fj{background-position:0 -2752px}.flag.flag-fm{background-position:0 -2784px}.flag.flag-fo{background-position:0 -2816px}.flag.flag-fr{background-position:0 -2848px}.flag.flag-bl,.flag.flag-cp,.flag.flag-mf,.flag.flag-yt{background-position:0 -2848px}.flag.flag-ga{background-position:0 -2880px}.flag.flag-gb{background-position:0 -2912px}.flag.flag-sh{background-position:0 -2912px}.flag.flag-gd{background-position:0 -2944px}.flag.flag-ge{background-position:0 -2976px}.flag.flag-gg{background-position:0 -3008px}.flag.flag-gh{background-position:0 -3040px}.flag.flag-gi{background-position:0 -3072px}.flag.flag-gl{background-position:0 -3104px}.flag.flag-gm{background-position:0 -3136px}.flag.flag-gn{background-position:0 -3168px}.flag.flag-gp{background-position:0 -3200px}.flag.flag-gq{background-position:0 -3232px}.flag.flag-gr{background-position:0 -3264px}.flag.flag-gt{background-position:0 -3296px}.flag.flag-gu{background-position:0 -3328px}.flag.flag-gw{background-position:0 -3360px}.flag.flag-gy{background-position:0 -3392px}.flag.flag-hk{background-position:0 -3424px}.flag.flag-hn{background-position:0 -3456px}.flag.flag-hr{background-position:0 -3488px}.flag.flag-ht{background-position:0 -3520px}.flag.flag-hu{background-position:0 -3552px}.flag.flag-id{background-position:0 -3584px}.flag.flag-mc{background-position:0 -3584px}.flag.flag-ie{background-position:0 -3616px}.flag.flag-il{background-position:0 -3648px}.flag.flag-im{background-position:0 -3680px}.flag.flag-in{background-position:0 -3712px}.flag.flag-iq{background-position:0 -3744px}.flag.flag-ir{background-position:0 -3776px}.flag.flag-is{background-position:0 -3808px}.flag.flag-it{background-position:0 -3840px}.flag.flag-je{background-position:0 -3872px}.flag.flag-jm{background-position:0 -3904px}.flag.flag-jo{background-position:0 -3936px}.flag.flag-jp{background-position:0 -3968px}.flag.flag-ke{background-position:0 -4000px}.flag.flag-kg{background-position:0 -4032px}.flag.flag-kh{background-position:0 -4064px}.flag.flag-ki{background-position:0 -4096px}.flag.flag-km{background-position:0 -4128px}.flag.flag-kn{background-position:0 -4160px}.flag.flag-kp{background-position:0 -4192px}.flag.flag-kr{background-position:0 -4224px}.flag.flag-kw{background-position:0 -4256px}.flag.flag-ky{background-position:0 -4288px}.flag.flag-kz{background-position:0 -4320px}.flag.flag-la{background-position:0 -4352px}.flag.flag-lb{background-position:0 -4384px}.flag.flag-lc{background-position:0 -4416px}.flag.flag-li{background-position:0 -4448px}.flag.flag-lk{background-position:0 -4480px}.flag.flag-lr{background-position:0 -4512px}.flag.flag-ls{background-position:0 -4544px}.flag.flag-lt{background-position:0 -4576px}.flag.flag-lu{background-position:0 -4608px}.flag.flag-lv{background-position:0 -4640px}.flag.flag-ly{background-position:0 -4672px}.flag.flag-ma{background-position:0 -4704px}.flag.flag-md{background-position:0 -4736px}.flag.flag-me{background-position:0 -4768px}.flag.flag-mg{background-position:0 -4800px}.flag.flag-mh{background-position:0 -4832px}.flag.flag-mk{background-position:0 -4864px}.flag.flag-ml{background-position:0 -4896px}.flag.flag-mm{background-position:0 -4928px}.flag.flag-mn{background-position:0 -4960px}.flag.flag-mo{background-position:0 -4992px}.flag.flag-mq{background-position:0 -5024px}.flag.flag-mr{background-position:0 -5056px}.flag.flag-ms{background-position:0 -5088px}.flag.flag-mt{background-position:0 -5120px}.flag.flag-mu{background-position:0 -5152px}.flag.flag-mv{background-position:0 -5184px}.flag.flag-mw{background-position:0 -5216px}.flag.flag-mx{background-position:0 -5248px}.flag.flag-my{background-position:0 -5280px}.flag.flag-mz{background-position:0 -5312px}.flag.flag-na{background-position:0 -5344px}.flag.flag-nc{background-position:0 -5376px}.flag.flag-ne{background-position:0 -5408px}.flag.flag-ng{background-position:0 -5440px}.flag.flag-ni{background-position:0 -5472px}.flag.flag-nl{background-position:0 -5504px}.flag.flag-bq{background-position:0 -5504px}.flag.flag-no{background-position:0 -5536px}.flag.flag-bv,.flag.flag-nq,.flag.flag-sj{background-position:0 -5536px}.flag.flag-np{background-position:0 -5568px}.flag.flag-nr{background-position:0 -5600px}.flag.flag-nz{background-position:0 -5632px}.flag.flag-om{background-position:0 -5664px}.flag.flag-pa{background-position:0 -5696px}.flag.flag-pe{background-position:0 -5728px}.flag.flag-pf{background-position:0 -5760px}.flag.flag-pg{background-position:0 -5792px}.flag.flag-ph{background-position:0 -5824px}.flag.flag-pk{background-position:0 -5856px}.flag.flag-pl{background-position:0 -5888px}.flag.flag-pr{background-position:0 -5920px}.flag.flag-ps{background-position:0 -5952px}.flag.flag-pt{background-position:0 -5984px}.flag.flag-pw{background-position:0 -6016px}.flag.flag-py{background-position:0 -6048px}.flag.flag-qa{background-position:0 -6080px}.flag.flag-re{background-position:0 -6112px}.flag.flag-ro{background-position:0 -6144px}.flag.flag-rs{background-position:0 -6176px}.flag.flag-ru{background-position:0 -6208px}.flag.flag-rw{background-position:0 -6240px}.flag.flag-sa{background-position:0 -6272px}.flag.flag-sb{background-position:0 -6304px}.flag.flag-sc{background-position:0 -6336px}.flag.flag-sd{background-position:0 -6368px}.flag.flag-se{background-position:0 -6400px}.flag.flag-sg{background-position:0 -6432px}.flag.flag-si{background-position:0 -6464px}.flag.flag-sk{background-position:0 -6496px}.flag.flag-sl{background-position:0 -6528px}.flag.flag-sm{background-position:0 -6560px}.flag.flag-sn{background-position:0 -6592px}.flag.flag-so{background-position:0 -6624px}.flag.flag-sr{background-position:0 -6656px}.flag.flag-st{background-position:0 -6688px}.flag.flag-sv{background-position:0 -6720px}.flag.flag-sy{background-position:0 -6752px}.flag.flag-sz{background-position:0 -6784px}.flag.flag-tc{background-position:0 -6816px}.flag.flag-td{background-position:0 -6848px}.flag.flag-tg{background-position:0 -6880px}.flag.flag-th{background-position:0 -6912px}.flag.flag-tj{background-position:0 -6944px}.flag.flag-tl{background-position:0 -6976px}.flag.flag-tm{background-position:0 -7008px}.flag.flag-tn{background-position:0 -7040px}.flag.flag-to{background-position:0 -7072px}.flag.flag-tr{background-position:0 -7104px}.flag.flag-tt{background-position:0 -7136px}.flag.flag-tv{background-position:0 -7168px}.flag.flag-tw{background-position:0 -7200px}.flag.flag-tz{background-position:0 -7232px}.flag.flag-ua{background-position:0 -7264px}.flag.flag-ug{background-position:0 -7296px}.flag.flag-us{background-position:0 -7328px}.flag.flag-uy{background-position:0 -7360px}.flag.flag-uz{background-position:0 -7392px}.flag.flag-va{background-position:0 -7424px}.flag.flag-vc{background-position:0 -7456px}.flag.flag-ve{background-position:0 -7488px}.flag.flag-vg{background-position:0 -7520px}.flag.flag-vi{background-position:0 -7552px}.flag.flag-vn{background-position:0 -7584px}.flag.flag-vu{background-position:0 -7616px}.flag.flag-ws{background-position:0 -7648px}.flag.flag-ye{background-position:0 -7680px}.flag.flag-za{background-position:0 -7712px}.flag.flag-zm{background-position:0 -7744px}.flag.flag-zw{background-position:0 -7776px}.flag.flag-sx{background-position:0 -7808px}.flag.flag-cw{background-position:0 -7840px}.flag.flag-ss{background-position:0 -7872px}

.game-container{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000;z-index:1000;border:0}.game-container .close{border-radius:35px;display:block;height:40px;padding:10px 8px;position:fixed;right:10px;top:10px;width:40px;z-index:1000000}.page-game{overflow:hidden}

@font-face{font-family:'Glyphicons Halflings';src:url("../fonts/glyphicons-halflings-regular.eot");src:url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),url("../fonts/glyphicons-halflings-regular.woff") format("woff"),url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"),url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}

#loading-bar,#loading-bar-spinner{pointer-events:none;-webkit-pointer-events:none;transition:350ms linear all}#loading-bar.ng-enter,#loading-bar.ng-leave.ng-leave-active,#loading-bar-spinner.ng-enter,#loading-bar-spinner.ng-leave.ng-leave-active{opacity:0}#loading-bar.ng-enter.ng-enter-active,#loading-bar.ng-leave,#loading-bar-spinner.ng-enter.ng-enter-active,#loading-bar-spinner.ng-leave{opacity:1}#loading-bar .bar{transition:width 350ms;background:red;position:fixed;z-index:2000;top:0;left:0;width:100%;height:2px;border-bottom-right-radius:1px;border-top-right-radius:1px}#loading-bar .peg{position:absolute;width:70px;right:0;top:0;height:2px;opacity:.45;-ms-box-shadow:red 1px 0 6px 1px;box-shadow:red 1px 0 6px 1px;border-radius:100%}#loading-bar-spinner{display:block;position:fixed;z-index:2000;top:10px;left:10px}#loading-bar-spinner .spinner-icon{width:14px;height:14px;border:solid 2px transparent;border-top-color:red;border-left-color:red;border-radius:10px;animation:loading-bar-spinner 400ms linear infinite}@keyframes loading-bar-spinner{0%{transform:rotate(0deg);transform:rotate(0deg)}100%{transform:rotate(360deg);transform:rotate(360deg)}}


.gwd-div-19pj{position:absolute;height:300px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;width:445px;left:100%;top:100%;transform:translate3d(-445px, -300px, 0);-webkit-transform:translate3d(-445px, -300px, 0);-moz-transform:translate3d(-445px, -300px, 0)}[data-gwd-group="Group1"]{width:441px;height:300px}.gwd-div-10uu{position:absolute;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;height:300px;width:441px;top:100%;left:100%;transform:translate3d(-450px, -300px, 0);-webkit-transform:translate3d(-450px, -300px, 0);-moz-transform:translate3d(-450px, -300px, 0);overflow:hidden}[data-gwd-group="Group8"] .gwd-grp-1mz9.gwd-img-ht1f{position:absolute;width:441px;height:568px;left:0px;top:0px}[data-gwd-group="Group8"]{width:441px;height:568px}[data-gwd-group="Group9"] .gwd-grp-1lkk.gwd-img-jcu3{position:absolute;width:441px;height:251px;left:0px;top:0px}[data-gwd-group="Group9"]{width:441px;height:251px}[data-gwd-group="Group10"] .gwd-grp-1nw4.gwd-img-fjf2{position:absolute;width:441px;height:371px;left:0px;top:0px}[data-gwd-group="Group10"]{width:441px;height:371px}[data-gwd-group="Group11"] .gwd-grp-1atl.gwd-img-4wem{position:absolute;width:441px;height:444px;left:0px;top:0px}[data-gwd-group="Group11"]{width:441px;height:444px}[data-gwd-group="Group12"] .gwd-grp-kr7j.gwd-img-1m8o{position:absolute;width:441px;height:478px;left:0px;top:0px}[data-gwd-group="Group12"]{width:441px;height:478px}[data-gwd-group="Group13"] .gwd-grp-afc1.gwd-img-uw02{position:absolute;width:441px;height:510px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform:rotate(28deg);transform:rotateZ(28deg);-webkit-transform:rotateZ(28deg);-moz-transform:rotateZ(28deg);left:93.9052px;top:73.6701px}[data-gwd-group="Group13"]{width:628.81px;height:657.34px}.gwd-div-688u{left:-93.9052px;top:-73.6701px}[data-gwd-group="Group14"] .gwd-grp-4iur.gwd-div-k9dr{position:absolute;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;left:100%;transform:translate3d(-327px, -88px, 0) scale3d(0.4, 0.4, 0.4);-webkit-transform:translate3d(-327px, -88px, 0) scale3d(0.4, 0.4, 0.4);-moz-transform:translate3d(-327px, -88px, 0) scale3d(0.4, 0.4, 0.4);top:17.04px}[data-gwd-group="Group14"] .gwd-grp-4iur.gwd-div-1t7c{position:absolute;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;left:100%;transform:translate3d(-269px, -1px, 0) scale3d(0.5, 0.5, 0.5);-webkit-transform:translate3d(-269px, -1px, 0) scale3d(0.5, 0.5, 0.5);-moz-transform:translate3d(-269px, -1px, 0) scale3d(0.5, 0.5, 0.5);top:59.04px}[data-gwd-group="Group14"] .gwd-grp-4iur.gwd-div-13o5{position:absolute;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;left:100%;transform:translate3d(-268px, 86px, 0) rotateZ(-17deg) scale3d(0.3, 0.3, 0.3);-webkit-transform:translate3d(-268px, 86px, 0) rotateZ(-17deg) scale3d(0.3, 0.3, 0.3);-moz-transform:translate3d(-268px, 86px, 0) rotateZ(-17deg) scale3d(0.3, 0.3, 0.3);top:50.04px}[data-gwd-group="Group14"] .gwd-grp-4iur.gwd-div-1yo3{position:absolute;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;left:100%;opacity:0;transform:translate3d(-425px, 137px, 0) scale3d(0.32, 0.32, 0.32);-webkit-transform:translate3d(-425px, 137px, 0) scale3d(0.32, 0.32, 0.32);-moz-transform:translate3d(-425px, 137px, 0) scale3d(0.32, 0.32, 0.32);top:-287.96px}[data-gwd-group="Group14"] .gwd-grp-4iur.gwd-div-z8qf{position:absolute;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;left:100%;transform:translate3d(-369px, 24px, 0) scale3d(0.14, 0.14, 0.14);-webkit-transform:translate3d(-369px, 24px, 0) scale3d(0.14, 0.14, 0.14);-moz-transform:translate3d(-369px, 24px, 0) scale3d(0.14, 0.14, 0.14);top:-91.96px}[data-gwd-group="Group14"] .gwd-grp-4iur.gwd-div-nd4l{position:absolute;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;overflow:hidden;height:353px;left:100%;transform:translate3d(-488px, -12px, 0) rotateZ(-28deg) scale3d(0.11, 0.11, 0.11);-webkit-transform:translate3d(-488px, -12px, 0) rotateZ(-28deg) scale3d(0.11, 0.11, 0.11);-moz-transform:translate3d(-488px, -12px, 0) rotateZ(-28deg) scale3d(0.11, 0.11, 0.11);top:-67.63px}[data-gwd-group="Group14"]{width:441px;height:394.099px}[data-gwd-group="Group1"] .gwd-grp-1b1t.gwd-div-1m9r{position:absolute;height:300px;left:100%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:95.3333%;transform:translate3d(-235px, -174px, 0) rotateZ(0deg);-webkit-transform:translate3d(-235px, -174px, 0) rotateZ(0deg);-moz-transform:translate3d(-235px, -174px, 0) rotateZ(0deg)}.gwd-div-1c8t{top:-64px}.gwd-div-1qlr{top:-50px}@keyframes gwd-gen-1txygwdanimation_gwd-keyframes{0%{transform:translate3d(-235px, -174px, 0) rotateZ(0deg);-webkit-transform:translate3d(-235px, -174px, 0) rotateZ(0deg);-moz-transform:translate3d(-235px, -174px, 0) rotateZ(0deg);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}12.5%{transform:translate3d(-425px, -334px, 0) rotateZ(0deg);-webkit-transform:translate3d(-425px, -334px, 0) rotateZ(0deg);-moz-transform:translate3d(-425px, -334px, 0) rotateZ(0deg);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}17.5%{transform:translate3d(-402px, -376px, 0) rotateZ(10deg);-webkit-transform:translate3d(-402px, -376px, 0) rotateZ(10deg);-moz-transform:translate3d(-402px, -376px, 0) rotateZ(10deg);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}22.5%{transform:translate3d(-421px, -334px, 0) rotateZ(10deg);-webkit-transform:translate3d(-421px, -334px, 0) rotateZ(10deg);-moz-transform:translate3d(-421px, -334px, 0) rotateZ(10deg);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}27.5%{transform:translate3d(-412px, -374px, 0) rotateZ(10deg);-webkit-transform:translate3d(-412px, -374px, 0) rotateZ(10deg);-moz-transform:translate3d(-412px, -374px, 0) rotateZ(10deg);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}32.5%{transform:translate3d(-408px, -352px, 0) rotateZ(10deg);-webkit-transform:translate3d(-408px, -352px, 0) rotateZ(10deg);-moz-transform:translate3d(-408px, -352px, 0) rotateZ(10deg);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}37.5%{transform:translate3d(-412px, -368px, 0) rotateZ(5deg);-webkit-transform:translate3d(-412px, -368px, 0) rotateZ(5deg);-moz-transform:translate3d(-412px, -368px, 0) rotateZ(5deg);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}42.5%{transform:translate3d(-408px, -352px, 0) rotateZ(15deg);-webkit-transform:translate3d(-408px, -352px, 0) rotateZ(15deg);-moz-transform:translate3d(-408px, -352px, 0) rotateZ(15deg);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}47.5%{transform:translate3d(-414px, -384px, 0) rotateZ(12deg);-webkit-transform:translate3d(-414px, -384px, 0) rotateZ(12deg);-moz-transform:translate3d(-414px, -384px, 0) rotateZ(12deg);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}52.5%{transform:translate3d(-438px, -342px, 0) rotateZ(0deg);-webkit-transform:translate3d(-438px, -342px, 0) rotateZ(0deg);-moz-transform:translate3d(-438px, -342px, 0) rotateZ(0deg);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}57.5%{transform:translate3d(-425px, -334px, 0) rotateZ(0deg);-webkit-transform:translate3d(-425px, -334px, 0) rotateZ(0deg);-moz-transform:translate3d(-425px, -334px, 0) rotateZ(0deg);animation-timing-function:cubic-bezier(0.545, -0.261, 0.425, 0.959);-webkit-animation-timing-function:cubic-bezier(0.545, -0.261, 0.425, 0.959);-moz-animation-timing-function:cubic-bezier(0.545, -0.261, 0.425, 0.959)}87.5%{transform:translate3d(-425px, -334px, 0) rotateZ(0deg);-webkit-transform:translate3d(-425px, -334px, 0) rotateZ(0deg);-moz-transform:translate3d(-425px, -334px, 0) rotateZ(0deg);animation-timing-function:cubic-bezier(0.545, -0.261, 0.425, 0.959);-webkit-animation-timing-function:cubic-bezier(0.545, -0.261, 0.425, 0.959);-moz-animation-timing-function:cubic-bezier(0.545, -0.261, 0.425, 0.959)}100%{transform:translate3d(-255px, -344px, 0) rotateZ(30deg);-webkit-transform:translate3d(-255px, -344px, 0) rotateZ(30deg);-moz-transform:translate3d(-255px, -344px, 0) rotateZ(30deg);animation-timing-function:cubic-bezier(0.545, -0.261, 0.425, 0.959);-webkit-animation-timing-function:cubic-bezier(0.545, -0.261, 0.425, 0.959);-moz-animation-timing-function:cubic-bezier(0.545, -0.261, 0.425, 0.959)}}[data-gwd-group="Group1"] .gwd-gen-1txygwdanimation{animation:gwd-gen-1txygwdanimation_gwd-keyframes 4s linear .5s 1 normal forwards;-webkit-animation:gwd-gen-1txygwdanimation_gwd-keyframes 4s linear .5s 1 normal forwards;-moz-animation:gwd-gen-1txygwdanimation_gwd-keyframes 4s linear .5s 1 normal forwards}@keyframes gwd-gen-116ggwdanimation_gwd-keyframes{0%{transform:translate3d(-369px, 24px, 0) scale3d(0.14, 0.14, 0.14);-webkit-transform:translate3d(-369px, 24px, 0) scale3d(0.14, 0.14, 0.14);-moz-transform:translate3d(-369px, 24px, 0) scale3d(0.14, 0.14, 0.14);animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-webkit-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-moz-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389)}10%{transform:translate3d(-369px, 27px, 0) scale3d(0.14, 0.14, 0.14);-webkit-transform:translate3d(-369px, 27px, 0) scale3d(0.14, 0.14, 0.14);-moz-transform:translate3d(-369px, 27px, 0) scale3d(0.14, 0.14, 0.14);animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-webkit-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-moz-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389)}20%{transform:translate3d(-369px, 19.25px, 0) scale3d(0.14, 0.14, 0.14);-webkit-transform:translate3d(-369px, 19.25px, 0) scale3d(0.14, 0.14, 0.14);-moz-transform:translate3d(-369px, 19.25px, 0) scale3d(0.14, 0.14, 0.14);animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-webkit-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-moz-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389)}30%{transform:translate3d(-369px, 29.8333px, 0) scale3d(0.14, 0.14, 0.14);-webkit-transform:translate3d(-369px, 29.8333px, 0) scale3d(0.14, 0.14, 0.14);-moz-transform:translate3d(-369px, 29.8333px, 0) scale3d(0.14, 0.14, 0.14);animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-webkit-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-moz-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389)}40%{transform:translate3d(-369px, 19.9166px, 0) scale3d(0.14, 0.14, 0.14);-webkit-transform:translate3d(-369px, 19.9166px, 0) scale3d(0.14, 0.14, 0.14);-moz-transform:translate3d(-369px, 19.9166px, 0) scale3d(0.14, 0.14, 0.14);animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-webkit-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-moz-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389)}50%{transform:translate3d(-369px, 24px, 0) scale3d(0.14, 0.14, 0.14);-webkit-transform:translate3d(-369px, 24px, 0) scale3d(0.14, 0.14, 0.14);-moz-transform:translate3d(-369px, 24px, 0) scale3d(0.14, 0.14, 0.14);animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-webkit-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-moz-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329)}80%{transform:translate3d(-360px, 31px, 0) scale3d(0.14, 0.14, 0.14);-webkit-transform:translate3d(-360px, 31px, 0) scale3d(0.14, 0.14, 0.14);-moz-transform:translate3d(-360px, 31px, 0) scale3d(0.14, 0.14, 0.14);animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-webkit-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-moz-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329)}100%{transform:translate3d(-349px, 57px, 0) scale3d(0.14, 0.14, 0.14);-webkit-transform:translate3d(-349px, 57px, 0) scale3d(0.14, 0.14, 0.14);-moz-transform:translate3d(-349px, 57px, 0) scale3d(0.14, 0.14, 0.14);animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-webkit-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-moz-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329)}}[data-gwd-group="Group14"] .gwd-gen-116ggwdanimation{animation:gwd-gen-116ggwdanimation_gwd-keyframes 1s linear 3s 1 normal forwards;-webkit-animation:gwd-gen-116ggwdanimation_gwd-keyframes 1s linear 3s 1 normal forwards;-moz-animation:gwd-gen-116ggwdanimation_gwd-keyframes 1s linear 3s 1 normal forwards}@keyframes gwd-gen-jychgwdanimation_gwd-keyframes{0%{transform:translate3d(-268px, 86px, 0) rotateZ(-17deg) scale3d(0.3, 0.3, 0.3);-webkit-transform:translate3d(-268px, 86px, 0) rotateZ(-17deg) scale3d(0.3, 0.3, 0.3);-moz-transform:translate3d(-268px, 86px, 0) rotateZ(-17deg) scale3d(0.3, 0.3, 0.3);animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-webkit-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-moz-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389)}10%{transform:translate3d(-268px, 89px, 0) rotateZ(-17deg) scale3d(0.3, 0.3, 0.3);-webkit-transform:translate3d(-268px, 89px, 0) rotateZ(-17deg) scale3d(0.3, 0.3, 0.3);-moz-transform:translate3d(-268px, 89px, 0) rotateZ(-17deg) scale3d(0.3, 0.3, 0.3);animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-webkit-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-moz-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389)}20%{transform:translate3d(-268px, 81.25px, 0) rotateZ(-17deg) scale3d(0.3, 0.3, 0.3);-webkit-transform:translate3d(-268px, 81.25px, 0) rotateZ(-17deg) scale3d(0.3, 0.3, 0.3);-moz-transform:translate3d(-268px, 81.25px, 0) rotateZ(-17deg) scale3d(0.3, 0.3, 0.3);animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-webkit-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-moz-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389)}30%{transform:translate3d(-268px, 91.8333px, 0) rotateZ(-17deg) scale3d(0.3, 0.3, 0.3);-webkit-transform:translate3d(-268px, 91.8333px, 0) rotateZ(-17deg) scale3d(0.3, 0.3, 0.3);-moz-transform:translate3d(-268px, 91.8333px, 0) rotateZ(-17deg) scale3d(0.3, 0.3, 0.3);animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-webkit-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-moz-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389)}40%{transform:translate3d(-268px, 81.9167px, 0) rotateZ(-17deg) scale3d(0.3, 0.3, 0.3);-webkit-transform:translate3d(-268px, 81.9167px, 0) rotateZ(-17deg) scale3d(0.3, 0.3, 0.3);-moz-transform:translate3d(-268px, 81.9167px, 0) rotateZ(-17deg) scale3d(0.3, 0.3, 0.3);animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-webkit-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-moz-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389)}50%{transform:translate3d(-268px, 86px, 0) rotateZ(-17deg) scale3d(0.3, 0.3, 0.3);-webkit-transform:translate3d(-268px, 86px, 0) rotateZ(-17deg) scale3d(0.3, 0.3, 0.3);-moz-transform:translate3d(-268px, 86px, 0) rotateZ(-17deg) scale3d(0.3, 0.3, 0.3);animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-webkit-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-moz-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329)}80%{transform:translate3d(-248px, 106px, 0) rotateZ(-17deg) scale3d(0.3, 0.3, 0.3);-webkit-transform:translate3d(-248px, 106px, 0) rotateZ(-17deg) scale3d(0.3, 0.3, 0.3);-moz-transform:translate3d(-248px, 106px, 0) rotateZ(-17deg) scale3d(0.3, 0.3, 0.3);animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-webkit-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-moz-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329)}100%{transform:translate3d(-245px, 109px, 0) rotateZ(-17deg) scale3d(0.3, 0.3, 0.3);-webkit-transform:translate3d(-245px, 109px, 0) rotateZ(-17deg) scale3d(0.3, 0.3, 0.3);-moz-transform:translate3d(-245px, 109px, 0) rotateZ(-17deg) scale3d(0.3, 0.3, 0.3);animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-webkit-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-moz-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329)}}[data-gwd-group="Group14"] .gwd-gen-jychgwdanimation{animation:gwd-gen-jychgwdanimation_gwd-keyframes 1s linear 3s 1 normal forwards;-webkit-animation:gwd-gen-jychgwdanimation_gwd-keyframes 1s linear 3s 1 normal forwards;-moz-animation:gwd-gen-jychgwdanimation_gwd-keyframes 1s linear 3s 1 normal forwards}@keyframes gwd-gen-a657gwdanimation_gwd-keyframes{0%{transform:translate3d(-488px, -12px, 0) rotateZ(-28deg) scale3d(0.11, 0.11, 0.11);-webkit-transform:translate3d(-488px, -12px, 0) rotateZ(-28deg) scale3d(0.11, 0.11, 0.11);-moz-transform:translate3d(-488px, -12px, 0) rotateZ(-28deg) scale3d(0.11, 0.11, 0.11);height:353px;animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-webkit-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-moz-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389)}10%{transform:translate3d(-488px, -10px, 0) rotateZ(-32deg) scale3d(0.11, 0.11, 0.11);-webkit-transform:translate3d(-488px, -10px, 0) rotateZ(-32deg) scale3d(0.11, 0.11, 0.11);-moz-transform:translate3d(-488px, -10px, 0) rotateZ(-32deg) scale3d(0.11, 0.11, 0.11);animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-webkit-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-moz-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389)}20%{transform:translate3d(-488px, -16.75px, 0) rotateZ(-28deg) scale3d(0.11, 0.11, 0.11);-webkit-transform:translate3d(-488px, -16.75px, 0) rotateZ(-28deg) scale3d(0.11, 0.11, 0.11);-moz-transform:translate3d(-488px, -16.75px, 0) rotateZ(-28deg) scale3d(0.11, 0.11, 0.11);animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-webkit-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-moz-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389)}30%{transform:translate3d(-487px, -6.1667px, 0) rotateZ(-23deg) scale3d(0.11, 0.11, 0.11);-webkit-transform:translate3d(-487px, -6.1667px, 0) rotateZ(-23deg) scale3d(0.11, 0.11, 0.11);-moz-transform:translate3d(-487px, -6.1667px, 0) rotateZ(-23deg) scale3d(0.11, 0.11, 0.11);animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-webkit-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-moz-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389)}40%{transform:translate3d(-488px, -16.0834px, 0) rotateZ(-28deg) scale3d(0.11, 0.11, 0.11);-webkit-transform:translate3d(-488px, -16.0834px, 0) rotateZ(-28deg) scale3d(0.11, 0.11, 0.11);-moz-transform:translate3d(-488px, -16.0834px, 0) rotateZ(-28deg) scale3d(0.11, 0.11, 0.11);animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-webkit-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-moz-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389)}50%{transform:translate3d(-489px, -14px, 0) rotateZ(-29deg) scale3d(0.11, 0.11, 0.11);-webkit-transform:translate3d(-489px, -14px, 0) rotateZ(-29deg) scale3d(0.11, 0.11, 0.11);-moz-transform:translate3d(-489px, -14px, 0) rotateZ(-29deg) scale3d(0.11, 0.11, 0.11);height:353px;animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-webkit-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-moz-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329)}80%{transform:translate3d(-468px, 8px, 0) rotateZ(-28deg) scale3d(0.11, 0.11, 0.11);-webkit-transform:translate3d(-468px, 8px, 0) rotateZ(-28deg) scale3d(0.11, 0.11, 0.11);-moz-transform:translate3d(-468px, 8px, 0) rotateZ(-28deg) scale3d(0.11, 0.11, 0.11);height:353px;animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-webkit-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-moz-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329)}100%{transform:translate3d(-545px, -218px, 0) rotateZ(-28deg) scale3d(0.11, 0.11, 0.11);-webkit-transform:translate3d(-545px, -218px, 0) rotateZ(-28deg) scale3d(0.11, 0.11, 0.11);-moz-transform:translate3d(-545px, -218px, 0) rotateZ(-28deg) scale3d(0.11, 0.11, 0.11);height:583px;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group14"] .gwd-gen-a657gwdanimation{animation:gwd-gen-a657gwdanimation_gwd-keyframes 1s linear 3s 1 normal forwards;-webkit-animation:gwd-gen-a657gwdanimation_gwd-keyframes 1s linear 3s 1 normal forwards;-moz-animation:gwd-gen-a657gwdanimation_gwd-keyframes 1s linear 3s 1 normal forwards}@keyframes gwd-gen-1cgrgwdanimation_gwd-keyframes{0%{transform:translate3d(-327px, -88px, 0) scale3d(0.4, 0.4, 0.4);-webkit-transform:translate3d(-327px, -88px, 0) scale3d(0.4, 0.4, 0.4);-moz-transform:translate3d(-327px, -88px, 0) scale3d(0.4, 0.4, 0.4);animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-webkit-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-moz-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389)}10%{transform:translate3d(-327px, -85px, 0) scale3d(0.4, 0.4, 0.4);-webkit-transform:translate3d(-327px, -85px, 0) scale3d(0.4, 0.4, 0.4);-moz-transform:translate3d(-327px, -85px, 0) scale3d(0.4, 0.4, 0.4);animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-webkit-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-moz-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389)}20%{transform:translate3d(-327px, -92.75px, 0) scale3d(0.4, 0.4, 0.4);-webkit-transform:translate3d(-327px, -92.75px, 0) scale3d(0.4, 0.4, 0.4);-moz-transform:translate3d(-327px, -92.75px, 0) scale3d(0.4, 0.4, 0.4);animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-webkit-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-moz-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389)}30%{transform:translate3d(-327px, -82.1667px, 0) scale3d(0.4, 0.4, 0.4);-webkit-transform:translate3d(-327px, -82.1667px, 0) scale3d(0.4, 0.4, 0.4);-moz-transform:translate3d(-327px, -82.1667px, 0) scale3d(0.4, 0.4, 0.4);animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-webkit-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-moz-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389)}40%{transform:translate3d(-327px, -92.0833px, 0) scale3d(0.4, 0.4, 0.4);-webkit-transform:translate3d(-327px, -92.0833px, 0) scale3d(0.4, 0.4, 0.4);-moz-transform:translate3d(-327px, -92.0833px, 0) scale3d(0.4, 0.4, 0.4);animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-webkit-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-moz-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389)}50%{transform:translate3d(-327px, -88px, 0) scale3d(0.4, 0.4, 0.4);-webkit-transform:translate3d(-327px, -88px, 0) scale3d(0.4, 0.4, 0.4);-moz-transform:translate3d(-327px, -88px, 0) scale3d(0.4, 0.4, 0.4);animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-webkit-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-moz-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329)}80%{transform:translate3d(-307px, -68px, 0) scale3d(0.4, 0.4, 0.4);-webkit-transform:translate3d(-307px, -68px, 0) scale3d(0.4, 0.4, 0.4);-moz-transform:translate3d(-307px, -68px, 0) scale3d(0.4, 0.4, 0.4);animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-webkit-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-moz-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329)}100%{transform:translate3d(-304px, -65px, 0) scale3d(0.4, 0.4, 0.4);-webkit-transform:translate3d(-304px, -65px, 0) scale3d(0.4, 0.4, 0.4);-moz-transform:translate3d(-304px, -65px, 0) scale3d(0.4, 0.4, 0.4);animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-webkit-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-moz-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329)}}[data-gwd-group="Group14"] .gwd-gen-1cgrgwdanimation{animation:gwd-gen-1cgrgwdanimation_gwd-keyframes 1s linear 3s 1 normal forwards;-webkit-animation:gwd-gen-1cgrgwdanimation_gwd-keyframes 1s linear 3s 1 normal forwards;-moz-animation:gwd-gen-1cgrgwdanimation_gwd-keyframes 1s linear 3s 1 normal forwards}@keyframes gwd-gen-t2sngwdanimation_gwd-keyframes{0%{transform:translate3d(-269px, -1px, 0) scale3d(0.5, 0.5, 0.5);-webkit-transform:translate3d(-269px, -1px, 0) scale3d(0.5, 0.5, 0.5);-moz-transform:translate3d(-269px, -1px, 0) scale3d(0.5, 0.5, 0.5);animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-webkit-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-moz-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389)}10%{transform:translate3d(-269px, 2px, 0) scale3d(0.5, 0.5, 0.5);-webkit-transform:translate3d(-269px, 2px, 0) scale3d(0.5, 0.5, 0.5);-moz-transform:translate3d(-269px, 2px, 0) scale3d(0.5, 0.5, 0.5);animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-webkit-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-moz-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389)}20%{transform:translate3d(-269px, -5.75px, 0) scale3d(0.5, 0.5, 0.5);-webkit-transform:translate3d(-269px, -5.75px, 0) scale3d(0.5, 0.5, 0.5);-moz-transform:translate3d(-269px, -5.75px, 0) scale3d(0.5, 0.5, 0.5);animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-webkit-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-moz-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389)}30%{transform:translate3d(-269px, 4.8333px, 0) scale3d(0.5, 0.5, 0.5);-webkit-transform:translate3d(-269px, 4.8333px, 0) scale3d(0.5, 0.5, 0.5);-moz-transform:translate3d(-269px, 4.8333px, 0) scale3d(0.5, 0.5, 0.5);animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-webkit-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-moz-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389)}40%{transform:translate3d(-269px, -5.0834px, 0) scale3d(0.5, 0.5, 0.5);-webkit-transform:translate3d(-269px, -5.0834px, 0) scale3d(0.5, 0.5, 0.5);-moz-transform:translate3d(-269px, -5.0834px, 0) scale3d(0.5, 0.5, 0.5);animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-webkit-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-moz-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389)}50%{transform:translate3d(-269px, -1px, 0) scale3d(0.5, 0.5, 0.5);-webkit-transform:translate3d(-269px, -1px, 0) scale3d(0.5, 0.5, 0.5);-moz-transform:translate3d(-269px, -1px, 0) scale3d(0.5, 0.5, 0.5);animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-webkit-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-moz-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329)}80%{transform:translate3d(-260px, 6px, 0) scale3d(0.5, 0.5, 0.5);-webkit-transform:translate3d(-260px, 6px, 0) scale3d(0.5, 0.5, 0.5);-moz-transform:translate3d(-260px, 6px, 0) scale3d(0.5, 0.5, 0.5);animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-webkit-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-moz-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329)}100%{transform:translate3d(-249px, 32px, 0) scale3d(0.5, 0.5, 0.5);-webkit-transform:translate3d(-249px, 32px, 0) scale3d(0.5, 0.5, 0.5);-moz-transform:translate3d(-249px, 32px, 0) scale3d(0.5, 0.5, 0.5);animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-webkit-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-moz-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329)}}[data-gwd-group="Group14"] .gwd-gen-t2sngwdanimation{animation:gwd-gen-t2sngwdanimation_gwd-keyframes 1s linear 3s 1 normal forwards;-webkit-animation:gwd-gen-t2sngwdanimation_gwd-keyframes 1s linear 3s 1 normal forwards;-moz-animation:gwd-gen-t2sngwdanimation_gwd-keyframes 1s linear 3s 1 normal forwards}@keyframes gwd-gen-1ai4gwdanimation_gwd-keyframes{0%{transform:translate3d(-425px, 137px, 0) scale3d(0.32, 0.32, 0.32);-webkit-transform:translate3d(-425px, 137px, 0) scale3d(0.32, 0.32, 0.32);-moz-transform:translate3d(-425px, 137px, 0) scale3d(0.32, 0.32, 0.32);opacity:0;animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-webkit-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-moz-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389)}7.69%{transform:translate3d(-425px, 140px, 0) scale3d(0.32, 0.32, 0.32);-webkit-transform:translate3d(-425px, 140px, 0) scale3d(0.32, 0.32, 0.32);-moz-transform:translate3d(-425px, 140px, 0) scale3d(0.32, 0.32, 0.32);animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-webkit-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-moz-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389)}15.38%{transform:translate3d(-425px, 132.25px, 0) scale3d(0.32, 0.32, 0.32);-webkit-transform:translate3d(-425px, 132.25px, 0) scale3d(0.32, 0.32, 0.32);-moz-transform:translate3d(-425px, 132.25px, 0) scale3d(0.32, 0.32, 0.32);animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-webkit-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-moz-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389)}23.08%{transform:translate3d(-425px, 142.833px, 0) scale3d(0.32, 0.32, 0.32);-webkit-transform:translate3d(-425px, 142.833px, 0) scale3d(0.32, 0.32, 0.32);-moz-transform:translate3d(-425px, 142.833px, 0) scale3d(0.32, 0.32, 0.32);animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-webkit-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-moz-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389)}30.77%{transform:translate3d(-425px, 132.917px, 0) scale3d(0.32, 0.32, 0.32);-webkit-transform:translate3d(-425px, 132.917px, 0) scale3d(0.32, 0.32, 0.32);-moz-transform:translate3d(-425px, 132.917px, 0) scale3d(0.32, 0.32, 0.32);animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-webkit-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389);-moz-animation-timing-function:cubic-bezier(1, -0.441, 0, 1.389)}38.46%{transform:translate3d(-425px, 137px, 0) scale3d(0.32, 0.32, 0.32);-webkit-transform:translate3d(-425px, 137px, 0) scale3d(0.32, 0.32, 0.32);-moz-transform:translate3d(-425px, 137px, 0) scale3d(0.32, 0.32, 0.32);opacity:0;animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-webkit-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-moz-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329)}61.54%{transform:translate3d(-363px, 210px, 0) scale3d(0.08, 0.08, 0.08);-webkit-transform:translate3d(-363px, 210px, 0) scale3d(0.08, 0.08, 0.08);-moz-transform:translate3d(-363px, 210px, 0) scale3d(0.08, 0.08, 0.08);opacity:1;animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-webkit-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-moz-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329)}76.92%{transform:translate3d(-400px, 156px, 0) scale3d(0.28, 0.28, 0.28);-webkit-transform:translate3d(-400px, 156px, 0) scale3d(0.28, 0.28, 0.28);-moz-transform:translate3d(-400px, 156px, 0) scale3d(0.28, 0.28, 0.28);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-410px, 143px, 0) scale3d(0.38, 0.38, 0.38);-webkit-transform:translate3d(-410px, 143px, 0) scale3d(0.38, 0.38, 0.38);-moz-transform:translate3d(-410px, 143px, 0) scale3d(0.38, 0.38, 0.38);opacity:0;animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-webkit-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329);-moz-animation-timing-function:cubic-bezier(0.465, -0.191, 0.505, 1.329)}}[data-gwd-group="Group14"] .gwd-gen-1ai4gwdanimation{animation:gwd-gen-1ai4gwdanimation_gwd-keyframes 1.3s linear 3s 1 normal forwards;-webkit-animation:gwd-gen-1ai4gwdanimation_gwd-keyframes 1.3s linear 3s 1 normal forwards;-moz-animation:gwd-gen-1ai4gwdanimation_gwd-keyframes 1.3s linear 3s 1 normal forwards}[data-gwd-group="Group14"] .gwd-grp-4iur.gwd-oval-ykt4{position:absolute;width:298.2px;height:298.2px;stroke-width:1px;stroke:none;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;fill:#ffc963;transform:translate3d(-58px, -172px, 0) scale3d(0.01, 0.01, 0.01);-webkit-transform:translate3d(-58px, -172px, 0) scale3d(0.01, 0.01, 0.01);-moz-transform:translate3d(-58px, -172px, 0) scale3d(0.01, 0.01, 0.01);opacity:0;top:148.44px}.gwd-div-ewcv{top:-14px}.gwd-div-2own{left:2.99653px;top:3.61411px}[data-gwd-group="Group15"] .gwd-grp-377u.gwd-img-klxf{position:absolute;width:441px;height:441px;left:0px;top:0px}[data-gwd-group="Group15"]{width:441px;height:441px}[data-gwd-group="Group16"] .gwd-grp-emoi.gwd-div-159o{position:absolute;left:0px;top:0px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(0, -300px, 0);-webkit-transform:translate3d(0, -300px, 0);-moz-transform:translate3d(0, -300px, 0)}[data-gwd-group="Group16"]{width:441px;height:441px}[data-gwd-group="Group1"] .gwd-grp-1b1t.gwd-div-16cu{position:absolute;left:100%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(-441px, -441px, 0);-webkit-transform:translate3d(-441px, -441px, 0);-moz-transform:translate3d(-441px, -441px, 0);top:0%}[data-gwd-group="Group16"] .gwd-grp-emoi.gwd-div-4q8v{top:300px;opacity:1}@keyframes gwd-gen-6lumgwdanimation_gwd-keyframes{0%{transform:translate3d(0, -300px, 0);-webkit-transform:translate3d(0, -300px, 0);-moz-transform:translate3d(0, -300px, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}95.24%{transform:translate3d(0, 375px, 0);-webkit-transform:translate3d(0, 375px, 0);-moz-transform:translate3d(0, 375px, 0);opacity:1;animation-timing-function:step-end;-webkit-animation-timing-function:step-end;-moz-animation-timing-function:step-end}100%{transform:translate3d(0, -300px, 0);-webkit-transform:translate3d(0, -300px, 0);-moz-transform:translate3d(0, -300px, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group16"] .gwd-gen-6lumgwdanimation{animation:gwd-gen-6lumgwdanimation_gwd-keyframes 2.1s linear 3.9s infinite normal forwards;-webkit-animation:gwd-gen-6lumgwdanimation_gwd-keyframes 2.1s linear 3.9s infinite normal forwards;-moz-animation:gwd-gen-6lumgwdanimation_gwd-keyframes 2.1s linear 3.9s infinite normal forwards}@keyframes gwd-gen-wsb8gwdanimation_gwd-keyframes{0%{transform:translate3d(0, -300px, 0);-webkit-transform:translate3d(0, -300px, 0);-moz-transform:translate3d(0, -300px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}95.24%{transform:translate3d(0, 375px, 0);-webkit-transform:translate3d(0, 375px, 0);-moz-transform:translate3d(0, 375px, 0);animation-timing-function:step-end;-webkit-animation-timing-function:step-end;-moz-animation-timing-function:step-end}100%{transform:translate3d(0, -300px, 0);-webkit-transform:translate3d(0, -300px, 0);-moz-transform:translate3d(0, -300px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group16"] .gwd-gen-wsb8gwdanimation{animation:gwd-gen-wsb8gwdanimation_gwd-keyframes 2.1s linear 5s infinite normal forwards;-webkit-animation:gwd-gen-wsb8gwdanimation_gwd-keyframes 2.1s linear 5s infinite normal forwards;-moz-animation:gwd-gen-wsb8gwdanimation_gwd-keyframes 2.1s linear 5s infinite normal forwards}[data-gwd-group="Group16"] .gwd-grp-emoi.gwd-div-12zi{top:300px}.gwd-div-1kij{top:-300px}[data-gwd-group="Group1"] .gwd-grp-1b1t.gwd-oval-19j5{position:absolute;width:245px;height:245px;fill:#fff;stroke-width:1px;stroke:none;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;left:100%;top:100%;transform:translate3d(5px, -65px, 0);-webkit-transform:translate3d(5px, -65px, 0);-moz-transform:translate3d(5px, -65px, 0)}@keyframes gwd-gen-zvisgwdanimation_gwd-keyframes{0%{transform:translate3d(5px, -65px, 0);-webkit-transform:translate3d(5px, -65px, 0);-moz-transform:translate3d(5px, -65px, 0);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}12.5%{transform:translate3d(-175px, -185px, 0);-webkit-transform:translate3d(-175px, -185px, 0);-moz-transform:translate3d(-175px, -185px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}87.5%{transform:translate3d(-175px, -185px, 0);-webkit-transform:translate3d(-175px, -185px, 0);-moz-transform:translate3d(-175px, -185px, 0);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-5px, -55px, 0);-webkit-transform:translate3d(-5px, -55px, 0);-moz-transform:translate3d(-5px, -55px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group1"] .gwd-gen-zvisgwdanimation{animation:gwd-gen-zvisgwdanimation_gwd-keyframes 4s linear .3s 1 normal forwards;-webkit-animation:gwd-gen-zvisgwdanimation_gwd-keyframes 4s linear .3s 1 normal forwards;-moz-animation:gwd-gen-zvisgwdanimation_gwd-keyframes 4s linear .3s 1 normal forwards}[data-gwd-group="Group1"] .gwd-grp-1b1t.gwd-img-1ri4{position:absolute;width:290px;height:144px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;left:50%;top:50%;transform:translate3d(-165px, 198px, 0) rotateX(-100deg) scale3d(0.5, 0.5, 0.5);-webkit-transform:translate3d(-165px, 198px, 0) rotateX(-100deg) scale3d(0.5, 0.5, 0.5);-moz-transform:translate3d(-165px, 198px, 0) rotateX(-100deg) scale3d(0.5, 0.5, 0.5)}[data-gwd-group="Group1"]{width:441px;height:300px}@keyframes gwd-gen-155ogwdanimation_gwd-keyframes{0%{transform:translate3d(-165px, 198px, 0) rotateX(-100deg) scale3d(0.5, 0.5, 0.5);-webkit-transform:translate3d(-165px, 198px, 0) rotateX(-100deg) scale3d(0.5, 0.5, 0.5);-moz-transform:translate3d(-165px, 198px, 0) rotateX(-100deg) scale3d(0.5, 0.5, 0.5);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-165px, -32px, 0) rotateX(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-165px, -32px, 0) rotateX(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-165px, -32px, 0) rotateX(0deg) scale3d(1, 1, 1);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group1"] .gwd-gen-155ogwdanimation{animation:gwd-gen-155ogwdanimation_gwd-keyframes .5s linear 3.8s 1 normal forwards;-webkit-animation:gwd-gen-155ogwdanimation_gwd-keyframes .5s linear 3.8s 1 normal forwards;-moz-animation:gwd-gen-155ogwdanimation_gwd-keyframes .5s linear 3.8s 1 normal forwards}@keyframes gwd-gen-11cmgwdanimation_gwd-keyframes{0%{opacity:0.3;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}6.25%{opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}12.5%{opacity:0.3;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}18.75%{opacity:0.8;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}25%{opacity:0.4;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}93.75%{opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{opacity:0.3;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group18"] .gwd-gen-11cmgwdanimation{animation:gwd-gen-11cmgwdanimation_gwd-keyframes 1.6s linear 0s infinite normal forwards;-webkit-animation:gwd-gen-11cmgwdanimation_gwd-keyframes 1.6s linear 0s infinite normal forwards;-moz-animation:gwd-gen-11cmgwdanimation_gwd-keyframes 1.6s linear 0s infinite normal forwards}[data-gwd-group="Group18"] .gwd-grp-1syk.gwd-img-xywx{position:absolute;width:348px;height:207px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:50%;transform:translate3d(-134px, -63px, 0);-webkit-transform:translate3d(-134px, -63px, 0);-moz-transform:translate3d(-134px, -63px, 0);opacity:0.3}[data-gwd-group="Group18"]{width:441px;height:300px}[data-gwd-group="Group1"] .gwd-grp-1b1t.gwd-div-1g4s{position:absolute;left:0px;top:0px;opacity:0;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(-51px, -6px, 0);-webkit-transform:translate3d(-51px, -6px, 0);-moz-transform:translate3d(-51px, -6px, 0)}@keyframes gwd-gen-q04wgwdanimation_gwd-keyframes{0%{opacity:0;transform:translate3d(-51px, -6px, 0);-webkit-transform:translate3d(-51px, -6px, 0);-moz-transform:translate3d(-51px, -6px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}20%{opacity:1;transform:translate3d(-51px, -6px, 0);-webkit-transform:translate3d(-51px, -6px, 0);-moz-transform:translate3d(-51px, -6px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}40%{opacity:1;transform:translate3d(-51px, -6px, 0);-webkit-transform:translate3d(-51px, -6px, 0);-moz-transform:translate3d(-51px, -6px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}60%{opacity:0.4;transform:translate3d(-51px, -6px, 0);-webkit-transform:translate3d(-51px, -6px, 0);-moz-transform:translate3d(-51px, -6px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}80%{opacity:0.4;transform:translate3d(-51px, -6px, 0);-webkit-transform:translate3d(-51px, -6px, 0);-moz-transform:translate3d(-51px, -6px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{opacity:1;transform:translate3d(-51px, -6px, 0);-webkit-transform:translate3d(-51px, -6px, 0);-moz-transform:translate3d(-51px, -6px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group1"] .gwd-gen-q04wgwdanimation{animation:gwd-gen-q04wgwdanimation_gwd-keyframes .5s linear 4.3s 1 normal forwards;-webkit-animation:gwd-gen-q04wgwdanimation_gwd-keyframes .5s linear 4.3s 1 normal forwards;-moz-animation:gwd-gen-q04wgwdanimation_gwd-keyframes .5s linear 4.3s 1 normal forwards}[data-gwd-group="Group1"] .gwd-grp-1b1t.gwd-div-1l4o{opacity:0.2}[data-gwd-group="Group19"] .gwd-grp-kwvl.gwd-img-ra50{position:absolute;width:114px;height:103px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-origin:51.7844px 16.5167px 0px;transform-origin:51.7844px 16.5167px 0px;-webkit-transform-origin:51.7844px 16.5167px 0px;-moz-transform-origin:51.7844px 16.5167px 0px;transform:translate3d(-22.7845px, -6.10505px, 0) rotateZ(20deg);-webkit-transform:translate3d(-22.7845px, -6.10505px, 0) rotateZ(20deg);-moz-transform:translate3d(-22.7845px, -6.10505px, 0) rotateZ(20deg);left:49.2426px;top:22.8173px}[data-gwd-group="Group19"]{width:142.353px;height:135.779px}[data-gwd-group="Group1"] .gwd-grp-1b1t.gwd-div-8gt8{position:absolute;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;left:225.758px;top:172.183px;transform:translate3d(-243px, 120px, 0) scale3d(0.85, 0.85, 0.85);-webkit-transform:translate3d(-243px, 120px, 0) scale3d(0.85, 0.85, 0.85);-moz-transform:translate3d(-243px, 120px, 0) scale3d(0.85, 0.85, 0.85)}@keyframes gwd-gen-c2rlgwdanimation_gwd-keyframes{0%{transform:translate3d(-243px, 120px, 0) scale3d(0.85, 0.85, 0.85);-webkit-transform:translate3d(-243px, 120px, 0) scale3d(0.85, 0.85, 0.85);-moz-transform:translate3d(-243px, 120px, 0) scale3d(0.85, 0.85, 0.85);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-243px, 0, 0) scale3d(0.85, 0.85, 0.85);-webkit-transform:translate3d(-243px, 0, 0) scale3d(0.85, 0.85, 0.85);-moz-transform:translate3d(-243px, 0, 0) scale3d(0.85, 0.85, 0.85);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group1"] .gwd-gen-c2rlgwdanimation{animation:gwd-gen-c2rlgwdanimation_gwd-keyframes .7s linear 4.5s 1 normal forwards;-webkit-animation:gwd-gen-c2rlgwdanimation_gwd-keyframes .7s linear 4.5s 1 normal forwards;-moz-animation:gwd-gen-c2rlgwdanimation_gwd-keyframes .7s linear 4.5s 1 normal forwards}@keyframes gwd-gen-1d61gwdanimation_gwd-keyframes{0%{transform-origin:51.7844px 16.5167px 0px;-webkit-transform-origin:51.7844px 16.5167px 0px;-moz-transform-origin:51.7844px 16.5167px 0px;transform:translate3d(-22.7845px, -6.10505px, 0) rotateZ(20deg);-webkit-transform:translate3d(-22.7845px, -6.10505px, 0) rotateZ(20deg);-moz-transform:translate3d(-22.7845px, -6.10505px, 0) rotateZ(20deg);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}53.33%{transform-origin:51.7844px 16.5167px 0px;-webkit-transform-origin:51.7844px 16.5167px 0px;-moz-transform-origin:51.7844px 16.5167px 0px;transform:translate3d(-22.7845px, -6.10505px, 0) rotateZ(-20deg);-webkit-transform:translate3d(-22.7845px, -6.10505px, 0) rotateZ(-20deg);-moz-transform:translate3d(-22.7845px, -6.10505px, 0) rotateZ(-20deg);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform-origin:51.7844px 16.5167px 0px;-webkit-transform-origin:51.7844px 16.5167px 0px;-moz-transform-origin:51.7844px 16.5167px 0px;transform:translate3d(-22.7845px, -6.10505px, 0) rotateZ(20deg);-webkit-transform:translate3d(-22.7845px, -6.10505px, 0) rotateZ(20deg);-moz-transform:translate3d(-22.7845px, -6.10505px, 0) rotateZ(20deg);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group19"] .gwd-gen-1d61gwdanimation{animation:gwd-gen-1d61gwdanimation_gwd-keyframes 1.5s linear 4.5s infinite normal forwards;-webkit-animation:gwd-gen-1d61gwdanimation_gwd-keyframes 1.5s linear 4.5s infinite normal forwards;-moz-animation:gwd-gen-1d61gwdanimation_gwd-keyframes 1.5s linear 4.5s infinite normal forwards}.gwd-div-a0uz{left:-45.6051px;top:-22px}.gwd-div-gdic{left:-3.63745px;top:-0.817317px}[data-gwd-group="Group20"] .gwd-grp-74u8.gwd-img-1u75{position:absolute;width:43px;height:41px;top:111px;left:10px}[data-gwd-group="Group20"] .gwd-grp-74u8.gwd-img-1daz{position:absolute;width:143px;height:204px;left:0px;top:0px}[data-gwd-group="Group20"]{width:160.236px;height:215.687px}[data-gwd-group="Group1"] .gwd-grp-1b1t.gwd-div-20ex{position:absolute;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;left:189.964px;top:77.2621px;transform:translate3d(90px, 240px, 0);-webkit-transform:translate3d(90px, 240px, 0);-moz-transform:translate3d(90px, 240px, 0)}@keyframes gwd-gen-1rttgwdanimation_gwd-keyframes{0%{transform:translate3d(90px, 240px, 0);-webkit-transform:translate3d(90px, 240px, 0);-moz-transform:translate3d(90px, 240px, 0);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(90px, 30px, 0);-webkit-transform:translate3d(90px, 30px, 0);-moz-transform:translate3d(90px, 30px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group1"] .gwd-gen-1rttgwdanimation{animation:gwd-gen-1rttgwdanimation_gwd-keyframes .7s linear 4.4s 1 normal forwards;-webkit-animation:gwd-gen-1rttgwdanimation_gwd-keyframes .7s linear 4.4s 1 normal forwards;-moz-animation:gwd-gen-1rttgwdanimation_gwd-keyframes .7s linear 4.4s 1 normal forwards}[data-gwd-group="Group21"] .gwd-grp-1s8v.gwd-img-1u75{position:absolute;width:43px;height:41px;top:111px;left:10px;-ms-transform-origin:-3.07145px 9.68996px 0;transform-origin:-3.07145px 9.68996px 0;-webkit-transform-origin:-3.07145px 9.68996px 0;-moz-transform-origin:-3.07145px 9.68996px 0;-ms-transform:rotate(-10deg);transform:rotateZ(-10deg);-webkit-transform:rotateZ(-10deg);-moz-transform:rotateZ(-10deg);transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d}[data-gwd-group="Group21"] .gwd-grp-1s8v.gwd-img-1daz{position:absolute;width:143px;height:204px;left:0px;top:0px}[data-gwd-group="Group21"]{width:143px;height:204px}[data-gwd-group="Group20"] .gwd-grp-74u8.gwd-div-1hlu{position:absolute;-ms-transform-origin:69px 187px 0px;transform-origin:69px 187px 0px;-webkit-transform-origin:69px 187px 0px;-moz-transform-origin:69px 187px 0px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform:rotate(-5deg);transform:rotateZ(-5deg);-webkit-transform:rotateZ(-5deg);-moz-transform:rotateZ(-5deg);left:16.0356px;top:5.73793px}@keyframes gwd-gen-1icvgwdanimation_gwd-keyframes{0%{transform:rotateZ(-5deg);-webkit-transform:rotateZ(-5deg);-moz-transform:rotateZ(-5deg);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}50%{transform:rotateZ(5deg);-webkit-transform:rotateZ(5deg);-moz-transform:rotateZ(5deg);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:rotateZ(-5deg);-webkit-transform:rotateZ(-5deg);-moz-transform:rotateZ(-5deg);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group20"] .gwd-gen-1icvgwdanimation{animation:gwd-gen-1icvgwdanimation_gwd-keyframes 3s linear 0s infinite normal forwards;-webkit-animation:gwd-gen-1icvgwdanimation_gwd-keyframes 3s linear 0s infinite normal forwards;-moz-animation:gwd-gen-1icvgwdanimation_gwd-keyframes 3s linear 0s infinite normal forwards}.gwd-div-17y9{left:-16.0356px;top:-5.73793px}@keyframes gwd-gen-1upvgwdanimation_gwd-keyframes{0%{transform-origin:-3.07145px 9.68996px 0;-webkit-transform-origin:-3.07145px 9.68996px 0;-moz-transform-origin:-3.07145px 9.68996px 0;transform:rotateZ(-10deg);-webkit-transform:rotateZ(-10deg);-moz-transform:rotateZ(-10deg);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}50%{transform-origin:-3.07145px 9.68996px 0;-webkit-transform-origin:-3.07145px 9.68996px 0;-moz-transform-origin:-3.07145px 9.68996px 0;transform:rotateZ(20deg);-webkit-transform:rotateZ(20deg);-moz-transform:rotateZ(20deg);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform-origin:-3.07145px 9.68996px 0;-webkit-transform-origin:-3.07145px 9.68996px 0;-moz-transform-origin:-3.07145px 9.68996px 0;transform:rotateZ(-10deg);-webkit-transform:rotateZ(-10deg);-moz-transform:rotateZ(-10deg);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group21"] .gwd-gen-1upvgwdanimation{animation:gwd-gen-1upvgwdanimation_gwd-keyframes .4s linear 0s infinite normal forwards;-webkit-animation:gwd-gen-1upvgwdanimation_gwd-keyframes .4s linear 0s infinite normal forwards;-moz-animation:gwd-gen-1upvgwdanimation_gwd-keyframes .4s linear 0s infinite normal forwards}.gwd-div-1hfw{left:8.38758px;top:-7.01296px}[data-gwd-group="Group1"] .gwd-grp-1b1t.gwd-p-todi{position:absolute;font-family:"Open Sans";font-weight:bold;top:136px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(-116px, 6px, 0);-webkit-transform:translate3d(-116px, 6px, 0);-moz-transform:translate3d(-116px, 6px, 0)}[data-gwd-group="Group1"] .gwd-grp-1b1t.gwd-p-r22p{text-align:center;transform:translate3d(-131px, 21px, 0);-webkit-transform:translate3d(-131px, 21px, 0);-moz-transform:translate3d(-131px, 21px, 0)}[data-gwd-group="Group1"] .gwd-grp-1b1t.gwd-p-d5hi{text-align:center;opacity:1;width:289px;transform:translate3d(-160px, -14px, 0) scale3d(0.001, 0.001, 0.001);-webkit-transform:translate3d(-160px, -14px, 0) scale3d(0.001, 0.001, 0.001);-moz-transform:translate3d(-160px, -14px, 0) scale3d(0.001, 0.001, 0.001)}[data-gwd-group="Group1"] .gwd-grp-1b1t.gwd-p-9j40{transform:translate3d(-101px, 53px, 0);-webkit-transform:translate3d(-101px, 53px, 0);-moz-transform:translate3d(-101px, 53px, 0)}[data-gwd-group="Group1"] .gwd-grp-1b1t.gwd-rect-4b31{position:absolute;top:157px;box-sizing:border-box;border-width:1px;border-style:solid;background-image:none;background-color:#ffea00;border-image-source:none;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-color:transparent;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;width:223px;height:30px;border-radius:305px;transform:translate3d(-124px, 33px, 0);-webkit-transform:translate3d(-124px, 33px, 0);-moz-transform:translate3d(-124px, 33px, 0)}[data-gwd-group="Group1"] .gwd-grp-1b1t.gwd-svg-1aot{width:0px;opacity:0;transform:translate3d(71px, 44px, 0);-webkit-transform:translate3d(71px, 44px, 0);-moz-transform:translate3d(71px, 44px, 0)}[data-gwd-group="Group1"] .gwd-grp-1b1t.gwd-p-1vtg{opacity:0;width:221px;transform:translate3d(-97px, 72px, 0);-webkit-transform:translate3d(-97px, 72px, 0);-moz-transform:translate3d(-97px, 72px, 0)}@keyframes gwd-gen-oipbgwdanimation_gwd-keyframes{0%{transform:translate3d(-97px, 72px, 0);-webkit-transform:translate3d(-97px, 72px, 0);-moz-transform:translate3d(-97px, 72px, 0);opacity:0;width:221px;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-127px, 72px, 0);-webkit-transform:translate3d(-127px, 72px, 0);-moz-transform:translate3d(-127px, 72px, 0);opacity:1;width:221px;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group1"] .gwd-gen-oipbgwdanimation{animation:gwd-gen-oipbgwdanimation_gwd-keyframes .4s linear 4.8s 1 normal forwards;-webkit-animation:gwd-gen-oipbgwdanimation_gwd-keyframes .4s linear 4.8s 1 normal forwards;-moz-animation:gwd-gen-oipbgwdanimation_gwd-keyframes .4s linear 4.8s 1 normal forwards}@keyframes gwd-gen-bhk6gwdanimation_gwd-keyframes{0%{transform:translate3d(-89px, 42px, 0);-webkit-transform:translate3d(-89px, 42px, 0);-moz-transform:translate3d(-89px, 42px, 0);opacity:0;width:270px;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-149px, 42px, 0);-webkit-transform:translate3d(-149px, 42px, 0);-moz-transform:translate3d(-149px, 42px, 0);opacity:1;width:270px;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group1"] .gwd-gen-bhk6gwdanimation{animation:gwd-gen-bhk6gwdanimation_gwd-keyframes .4s linear 4.6s 1 normal forwards;-webkit-animation:gwd-gen-bhk6gwdanimation_gwd-keyframes .4s linear 4.6s 1 normal forwards;-moz-animation:gwd-gen-bhk6gwdanimation_gwd-keyframes .4s linear 4.6s 1 normal forwards}[data-gwd-group="Group1"] .gwd-grp-1b1t.gwd-p-jdoq{opacity:0;width:270px;transform:translate3d(-89px, 42px, 0);-webkit-transform:translate3d(-89px, 42px, 0);-moz-transform:translate3d(-89px, 42px, 0)}@keyframes gwd-gen-b9tfgwdanimation_gwd-keyframes{0%{transform:translate3d(-124px, 22px, 0);-webkit-transform:translate3d(-124px, 22px, 0);-moz-transform:translate3d(-124px, 22px, 0);opacity:0;width:0px;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}25%{transform:translate3d(-124px, 22px, 0);-webkit-transform:translate3d(-124px, 22px, 0);-moz-transform:translate3d(-124px, 22px, 0);opacity:1;width:28.8px;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-124px, 22px, 0);-webkit-transform:translate3d(-124px, 22px, 0);-moz-transform:translate3d(-124px, 22px, 0);opacity:1;width:215px;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group1"] .gwd-gen-b9tfgwdanimation{animation:gwd-gen-b9tfgwdanimation_gwd-keyframes .4s linear 4.4s 1 normal forwards;-webkit-animation:gwd-gen-b9tfgwdanimation_gwd-keyframes .4s linear 4.4s 1 normal forwards;-moz-animation:gwd-gen-b9tfgwdanimation_gwd-keyframes .4s linear 4.4s 1 normal forwards}[data-gwd-group="Group1"] .gwd-grp-1b1t.gwd-svg-7hni{width:0px;opacity:0;transform:translate3d(-124px, 22px, 0);-webkit-transform:translate3d(-124px, 22px, 0);-moz-transform:translate3d(-124px, 22px, 0)}@keyframes gwd-gen-8u1sgwdanimation_gwd-keyframes{0%{transform:translate3d(-165px, 8px, 0) scale3d(0.001, 0.001, 0.001);-webkit-transform:translate3d(-165px, 8px, 0) scale3d(0.001, 0.001, 0.001);-moz-transform:translate3d(-165px, 8px, 0) scale3d(0.001, 0.001, 0.001);opacity:1;width:293px;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-165px, 8px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-165px, 8px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-165px, 8px, 0) scale3d(1, 1, 1);opacity:1;width:293px;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group1"] .gwd-gen-8u1sgwdanimation{animation:gwd-gen-8u1sgwdanimation_gwd-keyframes .4s linear 4.2s 1 normal forwards;-webkit-animation:gwd-gen-8u1sgwdanimation_gwd-keyframes .4s linear 4.2s 1 normal forwards;-moz-animation:gwd-gen-8u1sgwdanimation_gwd-keyframes .4s linear 4.2s 1 normal forwards}[data-gwd-group="Group1"] .gwd-grp-1b1t.gwd-p-1804{opacity:1;width:293px;transform:translate3d(-165px, 8px, 0) scale3d(0.001, 0.001, 0.001);-webkit-transform:translate3d(-165px, 8px, 0) scale3d(0.001, 0.001, 0.001);-moz-transform:translate3d(-165px, 8px, 0) scale3d(0.001, 0.001, 0.001)}@keyframes gwd-gen-dqrigwdanimation_gwd-keyframes{0%{transform:translate3d(-160px, -14px, 0) scale3d(0.001, 0.001, 0.001);-webkit-transform:translate3d(-160px, -14px, 0) scale3d(0.001, 0.001, 0.001);-moz-transform:translate3d(-160px, -14px, 0) scale3d(0.001, 0.001, 0.001);opacity:1;width:289px;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-160px, -14px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-160px, -14px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-160px, -14px, 0) scale3d(1, 1, 1);opacity:1;width:289px;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group1"] .gwd-gen-dqrigwdanimation{animation:gwd-gen-dqrigwdanimation_gwd-keyframes .4s linear 4.1s 1 normal forwards;-webkit-animation:gwd-gen-dqrigwdanimation_gwd-keyframes .4s linear 4.1s 1 normal forwards;-moz-animation:gwd-gen-dqrigwdanimation_gwd-keyframes .4s linear 4.1s 1 normal forwards}@keyframes gwd-gen-1riugwdanimation_gwd-keyframes{0%{transform:translate3d(71px, 44px, 0);-webkit-transform:translate3d(71px, 44px, 0);-moz-transform:translate3d(71px, 44px, 0);opacity:0;width:0px;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}25%{transform:translate3d(48.655px, 44px, 0);-webkit-transform:translate3d(48.655px, 44px, 0);-moz-transform:translate3d(48.655px, 44px, 0);opacity:1;width:22.6px;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-102px, 44px, 0);-webkit-transform:translate3d(-102px, 44px, 0);-moz-transform:translate3d(-102px, 44px, 0);opacity:1;width:175px;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group1"] .gwd-gen-1riugwdanimation{animation:gwd-gen-1riugwdanimation_gwd-keyframes .4s linear 4.6s 1 normal forwards;-webkit-animation:gwd-gen-1riugwdanimation_gwd-keyframes .4s linear 4.6s 1 normal forwards;-moz-animation:gwd-gen-1riugwdanimation_gwd-keyframes .4s linear 4.6s 1 normal forwards}.gwd-div-rnfw{width:450px}@keyframes gwd-gen-1dgwgwdanimation_gwd-keyframes{0%{opacity:0;transform:translate3d(-61px, 0, 0);-webkit-transform:translate3d(-61px, 0, 0);-moz-transform:translate3d(-61px, 0, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}20%{opacity:1;transform:translate3d(-61px, 0, 0);-webkit-transform:translate3d(-61px, 0, 0);-moz-transform:translate3d(-61px, 0, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}40%{opacity:1;transform:translate3d(-61px, 0, 0);-webkit-transform:translate3d(-61px, 0, 0);-moz-transform:translate3d(-61px, 0, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}60%{opacity:0.4;transform:translate3d(-61px, 0, 0);-webkit-transform:translate3d(-61px, 0, 0);-moz-transform:translate3d(-61px, 0, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}80%{opacity:0.4;transform:translate3d(-61px, 0, 0);-webkit-transform:translate3d(-61px, 0, 0);-moz-transform:translate3d(-61px, 0, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{opacity:1;transform:translate3d(-61px, 0, 0);-webkit-transform:translate3d(-61px, 0, 0);-moz-transform:translate3d(-61px, 0, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group1"] .gwd-gen-1dgwgwdanimation{animation:gwd-gen-1dgwgwdanimation_gwd-keyframes .5s linear 4.3s 1 normal forwards;-webkit-animation:gwd-gen-1dgwgwdanimation_gwd-keyframes .5s linear 4.3s 1 normal forwards;-moz-animation:gwd-gen-1dgwgwdanimation_gwd-keyframes .5s linear 4.3s 1 normal forwards}[data-gwd-group="Group1"] .gwd-grp-1b1t.gwd-div-1mhu{transform:translate3d(-61px, 0, 0);-webkit-transform:translate3d(-61px, 0, 0);-moz-transform:translate3d(-61px, 0, 0)}@keyframes gwd-gen-1javgwdanimation_gwd-keyframes{0%{transform:translate3d(-130px, 0, 0) rotateZ(20deg);-webkit-transform:translate3d(-130px, 0, 0) rotateZ(20deg);-moz-transform:translate3d(-130px, 0, 0) rotateZ(20deg);opacity:0.5;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}66.67%{transform:translate3d(200px, 0, 0) rotateZ(20deg);-webkit-transform:translate3d(200px, 0, 0) rotateZ(20deg);-moz-transform:translate3d(200px, 0, 0) rotateZ(20deg);opacity:0.5;animation-timing-function:step-end;-webkit-animation-timing-function:step-end;-moz-animation-timing-function:step-end}100%{transform:translate3d(-130px, 0, 0) rotateZ(20deg);-webkit-transform:translate3d(-130px, 0, 0) rotateZ(20deg);-moz-transform:translate3d(-130px, 0, 0) rotateZ(20deg);opacity:0.5;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group1"] [data-gwd-grp-id="btn_1"] .gwd-gen-1javgwdanimation{animation:gwd-gen-1javgwdanimation_gwd-keyframes 1.5s linear 4.5s 20 normal forwards;-webkit-animation:gwd-gen-1javgwdanimation_gwd-keyframes 1.5s linear 4.5s 20 normal forwards;-moz-animation:gwd-gen-1javgwdanimation_gwd-keyframes 1.5s linear 4.5s 20 normal forwards}[data-gwd-group="Group1"] .gwd-grp-1b1t.gwd-div-115c{border-color:rgba(0,0,0,0);left:50%;overflow:hidden;position:absolute;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:100%;transform:translate3d(-87px, 4px, 0);-webkit-transform:translate3d(-87px, 4px, 0);-moz-transform:translate3d(-87px, 4px, 0)}[data-gwd-group="Group1"] .gwd-grp-1b1t.gwd-p-1fh4{left:50%;position:absolute;text-align:center;top:50%;width:263px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;font-family:"Open Sans";transform:translate3d(-131px, -8px, 0);-webkit-transform:translate3d(-131px, -8px, 0);-moz-transform:translate3d(-131px, -8px, 0)}[data-gwd-group="Group1"] .gwd-grp-1b1t.gwd-div-vxtr{background:linear-gradient(to right, rgba(255,255,255,0) 0, #fff 49%, rgba(255,255,255,0) 98%);height:191px;left:74px;opacity:0.5;position:absolute;top:-69px;width:39.9px;-ms-transform:matrix(0.93969, 0.34202, -0.34202, 0.93969, -130, 0);transform:matrix(0.93969, 0.34202, -0.34202, 0.93969, -130, 0);-webkit-transform:matrix(0.93969, 0.34202, -0.34202, 0.93969, -130, 0);-moz-transform:matrix(0.93969, 0.34202, -0.34202, 0.93969, -130, 0);transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d}@keyframes gwd-gen-af68gwdanimation_gwd-keyframes{0%{transform:translate3d(-87px, 4px, 0);-webkit-transform:translate3d(-87px, 4px, 0);-moz-transform:translate3d(-87px, 4px, 0);width:155px;height:30px;border-radius:336px;top:100%;left:50%;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-87px, -57px, 0);-webkit-transform:translate3d(-87px, -57px, 0);-moz-transform:translate3d(-87px, -57px, 0);width:155px;height:30px;border-radius:336px;top:100%;left:50%;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group1"] .gwd-gen-af68gwdanimation{animation:gwd-gen-af68gwdanimation_gwd-keyframes .3s linear 5.2s 1 normal forwards;-webkit-animation:gwd-gen-af68gwdanimation_gwd-keyframes .3s linear 5.2s 1 normal forwards;-moz-animation:gwd-gen-af68gwdanimation_gwd-keyframes .3s linear 5.2s 1 normal forwards}

.gwd-div-1y20{position:absolute;background-image:none;border-image-source:none;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-color:transparent;overflow:hidden;background-color:#00070d;width:100%;height:360px;left:0%;top:0%}.gwd-div-1lzo{left:-80px}.gwd-div-14vr{left:-28px;top:-200px}.gwd-div-1n7w{left:-168px;top:4px}.gwd-div-1a4s{left:-160px;top:-17px}.gwd-div-1r8f{left:-30px;top:17px}.gwd-img-1tiy{display:block;left:50%;position:absolute;top:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;width:202px;height:97px;-ms-transform-origin:100.9px 48.6056px 0px;transform-origin:100.9px 48.6056px 0px;-webkit-transform-origin:100.9px 48.6056px 0px;-moz-transform-origin:100.9px 48.6056px 0px;transform:translate3d(-101px, -48px, 0);-webkit-transform:translate3d(-101px, -48px, 0);-moz-transform:translate3d(-101px, -48px, 0)}.gwd-div-110g{position:absolute;width:196px;height:86px;top:198px;left:100%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(-619px, 0, 0) scale3d(0.9, 0.9, 0.9);-webkit-transform:translate3d(-619px, 0, 0) scale3d(0.9, 0.9, 0.9);-moz-transform:translate3d(-619px, 0, 0) scale3d(0.9, 0.9, 0.9)}.gwd-div-6hma{position:absolute;width:178px;left:100%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:50%;height:138px;transform:translate3d(-293px, -269px, 0);-webkit-transform:translate3d(-293px, -269px, 0);-moz-transform:translate3d(-293px, -269px, 0)}.gwd-div-rskl{position:absolute;width:230px;height:179px;top:10px;left:100%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(-555px, -82px, 0);-webkit-transform:translate3d(-555px, -82px, 0);-moz-transform:translate3d(-555px, -82px, 0)}.gwd-img-1j2f{position:absolute;width:2551px;height:460px;top:581px;left:649px}.gwd-video-1w24{position:absolute;height:140px;width:200px;left:693px;top:263px}[data-gwd-group="Group597"] .gwd-grp-avuy.gwd-img-d5on{display:block;height:100px;position:absolute;top:50%;width:80px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;left:50%;transform:translate3d(-40px, -50px, 0);-webkit-transform:translate3d(-40px, -50px, 0);-moz-transform:translate3d(-40px, -50px, 0)}[data-gwd-group="Group597"]{width:1186.4px;height:360px}@keyframes gwd-gen-2048gwdanimation_gwd-keyframes{0%{transform:translate3d(-40px, -50px, 0);-webkit-transform:translate3d(-40px, -50px, 0);-moz-transform:translate3d(-40px, -50px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}42.8571%{transform:translate3d(-40px, -40px, 0);-webkit-transform:translate3d(-40px, -40px, 0);-moz-transform:translate3d(-40px, -40px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-40px, -50px, 0);-webkit-transform:translate3d(-40px, -50px, 0);-moz-transform:translate3d(-40px, -50px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group597"] .gwd-gen-2048gwdanimation{animation:gwd-gen-2048gwdanimation_gwd-keyframes 3.5s linear 0s infinite normal forwards;-webkit-animation:gwd-gen-2048gwdanimation_gwd-keyframes 3.5s linear 0s infinite normal forwards;-moz-animation:gwd-gen-2048gwdanimation_gwd-keyframes 3.5s linear 0s infinite normal forwards}.gwd-div-11kq{width:125px}.gwd-div-7fms{width:213px}[data-gwd-group="Group598"] .gwd-grp-1v0y.gwd-img-rkna{display:block;height:135px;position:absolute;top:50%;width:123px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;left:50%;transform:translate3d(-61px, -67px, 0);-webkit-transform:translate3d(-61px, -67px, 0);-moz-transform:translate3d(-61px, -67px, 0)}[data-gwd-group="Group598"]{width:1186.4px;height:360px}@keyframes gwd-gen-s608gwdanimation_gwd-keyframes{0%{transform:translate3d(-61px, -67px, 0);-webkit-transform:translate3d(-61px, -67px, 0);-moz-transform:translate3d(-61px, -67px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}33.3333%{transform:translate3d(-61px, -77px, 0);-webkit-transform:translate3d(-61px, -77px, 0);-moz-transform:translate3d(-61px, -77px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-61px, -67px, 0);-webkit-transform:translate3d(-61px, -67px, 0);-moz-transform:translate3d(-61px, -67px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group598"] .gwd-gen-s608gwdanimation{animation:gwd-gen-s608gwdanimation_gwd-keyframes 6s linear 0s infinite normal forwards;-webkit-animation:gwd-gen-s608gwdanimation_gwd-keyframes 6s linear 0s infinite normal forwards;-moz-animation:gwd-gen-s608gwdanimation_gwd-keyframes 6s linear 0s infinite normal forwards}.gwd-div-1wwk{width:118px}[data-gwd-group="Group600"] .gwd-grp-1jmo.gwd-img-zc5m{position:absolute;width:100px;height:101px;left:0px;top:0px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0)}[data-gwd-group="Group600"]{width:100px;height:101px}.gwd-div-18qz{position:absolute;top:283px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;left:100%;transform:translate3d(-560px, -173px, 0) scale3d(0.4, 0.4, 0.4);-webkit-transform:translate3d(-560px, -173px, 0) scale3d(0.4, 0.4, 0.4);-moz-transform:translate3d(-560px, -173px, 0) scale3d(0.4, 0.4, 0.4)}@keyframes gwd-gen-oqc0gwdanimation_gwd-keyframes{0%{transform:translate3d(0, 0, 0) rotateZ(0deg);-webkit-transform:translate3d(0, 0, 0) rotateZ(0deg);-moz-transform:translate3d(0, 0, 0) rotateZ(0deg);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}45.7143%{transform:translate3d(0, 22px, 0) rotateZ(-20deg);-webkit-transform:translate3d(0, 22px, 0) rotateZ(-20deg);-moz-transform:translate3d(0, 22px, 0) rotateZ(-20deg);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(0, 0, 0) rotateZ(0deg);-webkit-transform:translate3d(0, 0, 0) rotateZ(0deg);-moz-transform:translate3d(0, 0, 0) rotateZ(0deg);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group600"] .gwd-gen-oqc0gwdanimation{animation:gwd-gen-oqc0gwdanimation_gwd-keyframes 3.5s linear 0s infinite normal forwards;-webkit-animation:gwd-gen-oqc0gwdanimation_gwd-keyframes 3.5s linear 0s infinite normal forwards;-moz-animation:gwd-gen-oqc0gwdanimation_gwd-keyframes 3.5s linear 0s infinite normal forwards}[data-gwd-group="Group599"]{width:200px;height:200px}[data-gwd-group="Group599"] .gwd-grp-10jy.gwd-video-xctr{position:absolute;width:200px;height:200px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:50%;transform:translate3d(-100px, -101px, 0);-webkit-transform:translate3d(-100px, -101px, 0);-moz-transform:translate3d(-100px, -101px, 0)}[data-gwd-group="circcccle"] .gwd-grp-155e.gwd-div-jrm1{position:absolute;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;border-radius:346px;overflow:hidden;width:200px;height:200px;background-image:none;border-style:solid;border-width:7px;border-image-source:none;border-image-width:1;border-image-outset:0;border-image-repeat:stretch;border-color:transparent;background-color:transparent;left:101.096%;top:-2.8px;transform:translate3d(-813px, 5px, 0);-webkit-transform:translate3d(-813px, 5px, 0);-moz-transform:translate3d(-813px, 5px, 0)}[data-gwd-group="circcccle"] .gwd-grp-155e.gwd-oval-18j6{position:absolute;left:100%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;stroke:#fff;stroke-width:10px;fill:#053a58;width:218px;height:218px;transform:translate3d(-803px, 41px, 0);-webkit-transform:translate3d(-803px, 41px, 0);-moz-transform:translate3d(-803px, 41px, 0);top:-41px}[data-gwd-group="circcccle"]{width:1186.4px;height:218px}.gwd-div-1b3p{position:absolute;top:17.8px;left:100%;transform:translate3d(-1186px, 0, 0);-webkit-transform:translate3d(-1186px, 0, 0);-moz-transform:translate3d(-1186px, 0, 0);transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d}.gwd-video-sbb2{position:absolute;width:900px;height:360px;top:0px;left:100%;transform:translate3d(-900px, 0, 0);-webkit-transform:translate3d(-900px, 0, 0);-moz-transform:translate3d(-900px, 0, 0);transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d}@media (max-width: 909px){.gwd-div-1y20{transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:0%;width:150%;left:-2.5%;transform:translate3d(-90px, -54px, 0) scale3d(0.7, 0.7, 0.7);-webkit-transform:translate3d(-90px, -54px, 0) scale3d(0.7, 0.7, 0.7);-moz-transform:translate3d(-90px, -54px, 0) scale3d(0.7, 0.7, 0.7)}}

#gwd-svg-definitions{position:absolute}html,body{width:100%;height:100%;margin:0px}.gwd-page-container{position:relative;width:100%;height:100%}.gwd-page-content{background-color:transparent;transform:matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);-webkit-transform:matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);-moz-transform:matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);perspective:1400px;-webkit-perspective:1400px;-moz-perspective:1400px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;position:absolute}.gwd-page-wrapper{background-color:#fff;position:absolute;transform:translateZ(0);-webkit-transform:translateZ(0);-moz-transform:translateZ(0)}.gwd-page-size{width:300px;height:250px}.gwd-div-7jx1{height:351px;width:100%}.gwd-page-1xvq{height:351px;width:100%}.gwd-video-9ru6{position:absolute;width:15.49%;height:250px;left:234px;top:26px}[data-gwd-group="Group1"] .gwd-grp-1k8t.gwd-video-1pm6{width:1900px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(-549px, 0, 0);-webkit-transform:translate3d(-549px, 0, 0);-moz-transform:translate3d(-549px, 0, 0)}[data-gwd-group="Group1"]{width:1900px;height:250px}.gwd-div-vdy5{position:absolute;overflow:hidden;height:250px;width:1900px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:0%;transform:translate3d(-950px, 0, 0);-webkit-transform:translate3d(-950px, 0, 0);-moz-transform:translate3d(-950px, 0, 0)}[data-gwd-group="Group1"] .gwd-grp-1k8t.gwd-video-1n3f{position:absolute;width:1900px;height:250px;left:0px;top:0px}.gwd-image-lhce{position:absolute;width:100%;height:250px;top:0%;left:0%}[data-gwd-group="Group2"]{width:0px;height:0px}.gwd-div-1s51{position:absolute;height:55px;width:102%;left:-1%;top:62.4%}.gwd-image-xvgs{position:absolute;height:29px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:0%;width:568px;transform:translate3d(-284px, 296px, 0);-webkit-transform:translate3d(-284px, 296px, 0);-moz-transform:translate3d(-284px, 296px, 0)}@keyframes gwd-gen-1lutgwdanimation_gwd-keyframes{0%{transform:translate3d(-130px, 0, 0) rotateZ(20deg);-webkit-transform:translate3d(-130px, 0, 0) rotateZ(20deg);-moz-transform:translate3d(-130px, 0, 0) rotateZ(20deg);opacity:0.3;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}40%{transform:translate3d(200px, 0, 0) rotateZ(20deg);-webkit-transform:translate3d(200px, 0, 0) rotateZ(20deg);-moz-transform:translate3d(200px, 0, 0) rotateZ(20deg);opacity:0.3;animation-timing-function:step-end;-webkit-animation-timing-function:step-end;-moz-animation-timing-function:step-end}100%{transform:translate3d(35px, 0, 0) rotateZ(20deg);-webkit-transform:translate3d(35px, 0, 0) rotateZ(20deg);-moz-transform:translate3d(35px, 0, 0) rotateZ(20deg);opacity:0.3;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}.gwd-play-animation #btn_1 .gwd-gen-1lutgwdanimation{animation:gwd-gen-1lutgwdanimation_gwd-keyframes 2.5s linear 4.5s 20 normal forwards;-webkit-animation:gwd-gen-1lutgwdanimation_gwd-keyframes 2.5s linear 4.5s 20 normal forwards;-moz-animation:gwd-gen-1lutgwdanimation_gwd-keyframes 2.5s linear 4.5s 20 normal forwards}.gwd-div-115c{border-color:rgba(0,0,0,0);overflow:hidden;position:absolute;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;left:50%;top:0%;padding:0px;border-radius:288px;transform:translate3d(-100px, 288px, 0);-webkit-transform:translate3d(-100px, 288px, 0);-moz-transform:translate3d(-100px, 288px, 0)}.gwd-p-1fh4{left:50%;position:absolute;text-align:center;top:50%;width:263px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;font-family:"Roboto Condensed";transform:translate3d(-131px, -13px, 0);-webkit-transform:translate3d(-131px, -13px, 0);-moz-transform:translate3d(-131px, -13px, 0)}.gwd-div-vxtr{background:linear-gradient(to right, rgba(255,255,255,0) 0, #fff 49%, rgba(255,255,255,0) 98%);height:191px;left:74px;opacity:0.3;position:absolute;top:-69px;width:39.9px;-ms-transform:matrix(0.93969, 0.34202, -0.34202, 0.93969, -130, 0);transform:matrix(0.93969, 0.34202, -0.34202, 0.93969, -130, 0);-webkit-transform:matrix(0.93969, 0.34202, -0.34202, 0.93969, -130, 0);-moz-transform:matrix(0.93969, 0.34202, -0.34202, 0.93969, -130, 0);transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d}.gwd-image-1xd0{position:absolute;width:304px;height:302px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:0%;transform:translate3d(-152px, 9px, 0);-webkit-transform:translate3d(-152px, 9px, 0);-moz-transform:translate3d(-152px, 9px, 0)}.gwd-image-14ij{position:absolute;width:284px;height:287px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:0%;transform:translate3d(-131px, 32px, 0);-webkit-transform:translate3d(-131px, 32px, 0);-moz-transform:translate3d(-131px, 32px, 0);opacity:0}.gwd-image-1869{position:absolute;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:0%;transform:translate3d(-86px, 27px, 0);-webkit-transform:translate3d(-86px, 27px, 0);-moz-transform:translate3d(-86px, 27px, 0);opacity:0;width:148px;height:271px}[data-gwd-group="Group3"] .gwd-grp-1ctf.gwd-oval-r5mg{position:absolute;width:140px;height:140px;stroke-width:1px;stroke:none;fill:none;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:0%;transform:translate3d(-139px, 30px, 0);-webkit-transform:translate3d(-139px, 30px, 0);-moz-transform:translate3d(-139px, 30px, 0)}[data-gwd-group="Group3"]{width:1221px;height:351px}.gwd-div-ov9h{position:absolute;height:248px;overflow:hidden;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:0%;opacity:1;transform:translate3d(-610px, 0, 0);-webkit-transform:translate3d(-610px, 0, 0);-moz-transform:translate3d(-610px, 0, 0)}[data-gwd-group="Group4"] .gwd-grp-uzyw.gwd-image-5uu0{position:absolute;width:242px;height:117px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:0%;transform:translate3d(74px, 42px, 0);-webkit-transform:translate3d(74px, 42px, 0);-moz-transform:translate3d(74px, 42px, 0)}[data-gwd-group="Group4"]{width:1221px;height:351px}.gwd-div-33al{position:absolute;top:0px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;opacity:1;transform:translate3d(-610px, -180px, 0);-webkit-transform:translate3d(-610px, -180px, 0);-moz-transform:translate3d(-610px, -180px, 0)}@keyframes gwd-gen-4euvgwdanimation_gwd-keyframes{0%{transform:translate3d(74px, 42px, 0);-webkit-transform:translate3d(74px, 42px, 0);-moz-transform:translate3d(74px, 42px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}51.4286%{transform:translate3d(74px, 62px, 0);-webkit-transform:translate3d(74px, 62px, 0);-moz-transform:translate3d(74px, 62px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(74px, 42px, 0);-webkit-transform:translate3d(74px, 42px, 0);-moz-transform:translate3d(74px, 42px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}.gwd-play-animation [data-gwd-group="Group4"] .gwd-gen-4euvgwdanimation{animation:gwd-gen-4euvgwdanimation_gwd-keyframes 3.5s linear 0s infinite normal forwards;-webkit-animation:gwd-gen-4euvgwdanimation_gwd-keyframes 3.5s linear 0s infinite normal forwards;-moz-animation:gwd-gen-4euvgwdanimation_gwd-keyframes 3.5s linear 0s infinite normal forwards}[data-gwd-group="Group5"] .gwd-grp-1at4.gwd-image-161v{position:absolute;width:201px;height:123px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:0%;transform:translate3d(-369px, 38px, 0);-webkit-transform:translate3d(-369px, 38px, 0);-moz-transform:translate3d(-369px, 38px, 0)}[data-gwd-group="Group5"]{width:1221px;height:351px}.gwd-div-usy8{position:absolute;top:0px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;opacity:1;transform:translate3d(-610px, -180px, 0);-webkit-transform:translate3d(-610px, -180px, 0);-moz-transform:translate3d(-610px, -180px, 0)}@keyframes gwd-gen-1kr0gwdanimation_gwd-keyframes{0%{transform:translate3d(-369px, 38px, 0);-webkit-transform:translate3d(-369px, 38px, 0);-moz-transform:translate3d(-369px, 38px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}54.0541%{transform:translate3d(-369px, 52px, 0);-webkit-transform:translate3d(-369px, 52px, 0);-moz-transform:translate3d(-369px, 52px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-369px, 38px, 0);-webkit-transform:translate3d(-369px, 38px, 0);-moz-transform:translate3d(-369px, 38px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}.gwd-play-animation [data-gwd-group="Group5"] .gwd-gen-1kr0gwdanimation{animation:gwd-gen-1kr0gwdanimation_gwd-keyframes 3.7s linear 0s infinite normal forwards;-webkit-animation:gwd-gen-1kr0gwdanimation_gwd-keyframes 3.7s linear 0s infinite normal forwards;-moz-animation:gwd-gen-1kr0gwdanimation_gwd-keyframes 3.7s linear 0s infinite normal forwards}[data-gwd-group="Group6"] .gwd-grp-k7uu.gwd-image-19m2{position:absolute;width:77px;height:96px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:0%;transform:translate3d(207px, 168px, 0) rotateZ(-146deg);-webkit-transform:translate3d(207px, 168px, 0) rotateZ(-146deg);-moz-transform:translate3d(207px, 168px, 0) rotateZ(-146deg)}[data-gwd-group="Group6"]{width:1221px;height:351px}.gwd-div-1r9t{position:absolute;top:0px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(-610px, 0, 0) scale3d(0.001, 0.001, 0.001);-webkit-transform:translate3d(-610px, 0, 0) scale3d(0.001, 0.001, 0.001);-moz-transform:translate3d(-610px, 0, 0) scale3d(0.001, 0.001, 0.001);opacity:0}@keyframes gwd-gen-1f6egwdanimation_gwd-keyframes{0%{transform:translate3d(207px, 168px, 0) rotateZ(-146deg);-webkit-transform:translate3d(207px, 168px, 0) rotateZ(-146deg);-moz-transform:translate3d(207px, 168px, 0) rotateZ(-146deg);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}49.1803%{transform:translate3d(207px, 158px, 0) rotateZ(-134deg);-webkit-transform:translate3d(207px, 158px, 0) rotateZ(-134deg);-moz-transform:translate3d(207px, 158px, 0) rotateZ(-134deg);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(207px, 168px, 0) rotateZ(-146deg);-webkit-transform:translate3d(207px, 168px, 0) rotateZ(-146deg);-moz-transform:translate3d(207px, 168px, 0) rotateZ(-146deg);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}.gwd-play-animation [data-gwd-group="Group6"] .gwd-gen-1f6egwdanimation{animation:gwd-gen-1f6egwdanimation_gwd-keyframes 6.1s linear 0s infinite normal forwards;-webkit-animation:gwd-gen-1f6egwdanimation_gwd-keyframes 6.1s linear 0s infinite normal forwards;-moz-animation:gwd-gen-1f6egwdanimation_gwd-keyframes 6.1s linear 0s infinite normal forwards}[data-gwd-group="Group7"] .gwd-grp-1i32.gwd-image-as29{position:absolute;width:60px;height:64px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:0%;transform:translate3d(67px, 9px, 0) rotateZ(76deg) scale3d(0.6, 0.6, 0.6);-webkit-transform:translate3d(67px, 9px, 0) rotateZ(76deg) scale3d(0.6, 0.6, 0.6);-moz-transform:translate3d(67px, 9px, 0) rotateZ(76deg) scale3d(0.6, 0.6, 0.6)}[data-gwd-group="Group7"]{width:1221px;height:351px}.gwd-div-1fa6{position:absolute;top:0px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(-610px, 0, 0) scale3d(0.001, 0.001, 0.001);-webkit-transform:translate3d(-610px, 0, 0) scale3d(0.001, 0.001, 0.001);-moz-transform:translate3d(-610px, 0, 0) scale3d(0.001, 0.001, 0.001);opacity:0}@keyframes gwd-gen-pzc2gwdanimation_gwd-keyframes{0%{transform:translate3d(67px, 9px, 0) rotateZ(76deg) scale3d(0.6, 0.6, 0.6);-webkit-transform:translate3d(67px, 9px, 0) rotateZ(76deg) scale3d(0.6, 0.6, 0.6);-moz-transform:translate3d(67px, 9px, 0) rotateZ(76deg) scale3d(0.6, 0.6, 0.6);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}50%{transform:translate3d(67px, 19px, 0) rotateZ(56deg) scale3d(0.6, 0.6, 0.6);-webkit-transform:translate3d(67px, 19px, 0) rotateZ(56deg) scale3d(0.6, 0.6, 0.6);-moz-transform:translate3d(67px, 19px, 0) rotateZ(56deg) scale3d(0.6, 0.6, 0.6);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(67px, 9px, 0) rotateZ(76deg) scale3d(0.6, 0.6, 0.6);-webkit-transform:translate3d(67px, 9px, 0) rotateZ(76deg) scale3d(0.6, 0.6, 0.6);-moz-transform:translate3d(67px, 9px, 0) rotateZ(76deg) scale3d(0.6, 0.6, 0.6);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}.gwd-play-animation [data-gwd-group="Group7"] .gwd-gen-pzc2gwdanimation{animation:gwd-gen-pzc2gwdanimation_gwd-keyframes 3.2s linear 0s infinite normal forwards;-webkit-animation:gwd-gen-pzc2gwdanimation_gwd-keyframes 3.2s linear 0s infinite normal forwards;-moz-animation:gwd-gen-pzc2gwdanimation_gwd-keyframes 3.2s linear 0s infinite normal forwards}[data-gwd-group="Group8"] .gwd-grp-1p6o.gwd-image-1lgq{position:absolute;width:71px;height:96px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:0%;transform:translate3d(-287px, 179px, 0) rotateZ(129deg);-webkit-transform:translate3d(-287px, 179px, 0) rotateZ(129deg);-moz-transform:translate3d(-287px, 179px, 0) rotateZ(129deg)}[data-gwd-group="Group8"]{width:1221px;height:351px}.gwd-div-1c9r{position:absolute;top:0px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(-610px, 0, 0) scale3d(0.001, 0.001, 0.001);-webkit-transform:translate3d(-610px, 0, 0) scale3d(0.001, 0.001, 0.001);-moz-transform:translate3d(-610px, 0, 0) scale3d(0.001, 0.001, 0.001);opacity:0}@keyframes gwd-gen-9pyzgwdanimation_gwd-keyframes{0%{transform:translate3d(-287px, 179px, 0) rotateZ(129deg);-webkit-transform:translate3d(-287px, 179px, 0) rotateZ(129deg);-moz-transform:translate3d(-287px, 179px, 0) rotateZ(129deg);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}50%{transform:translate3d(-287px, 169px, 0) rotateZ(119deg);-webkit-transform:translate3d(-287px, 169px, 0) rotateZ(119deg);-moz-transform:translate3d(-287px, 169px, 0) rotateZ(119deg);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-287px, 179px, 0) rotateZ(129deg);-webkit-transform:translate3d(-287px, 179px, 0) rotateZ(129deg);-moz-transform:translate3d(-287px, 179px, 0) rotateZ(129deg);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}.gwd-play-animation [data-gwd-group="Group8"] .gwd-gen-9pyzgwdanimation{animation:gwd-gen-9pyzgwdanimation_gwd-keyframes 5s linear 0s infinite normal forwards;-webkit-animation:gwd-gen-9pyzgwdanimation_gwd-keyframes 5s linear 0s infinite normal forwards;-moz-animation:gwd-gen-9pyzgwdanimation_gwd-keyframes 5s linear 0s infinite normal forwards}[data-gwd-group="Group9"] .gwd-grp-ecue.gwd-image-1do5{position:absolute;width:101px;height:97px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:0%;transform:translate3d(-271px, 92px, 0) rotateZ(-76deg) scale3d(0.5, 0.5, 0.5);-webkit-transform:translate3d(-271px, 92px, 0) rotateZ(-76deg) scale3d(0.5, 0.5, 0.5);-moz-transform:translate3d(-271px, 92px, 0) rotateZ(-76deg) scale3d(0.5, 0.5, 0.5)}[data-gwd-group="Group9"]{width:1221px;height:351px}.gwd-div-xz6o{position:absolute;top:0px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(-610px, 0, 0) scale3d(0.001, 0.001, 0.001);-webkit-transform:translate3d(-610px, 0, 0) scale3d(0.001, 0.001, 0.001);-moz-transform:translate3d(-610px, 0, 0) scale3d(0.001, 0.001, 0.001);opacity:0}@keyframes gwd-gen-7hjlgwdanimation_gwd-keyframes{0%{transform:translate3d(-271px, 92px, 0) rotateZ(-76deg) scale3d(0.5, 0.5, 0.5);-webkit-transform:translate3d(-271px, 92px, 0) rotateZ(-76deg) scale3d(0.5, 0.5, 0.5);-moz-transform:translate3d(-271px, 92px, 0) rotateZ(-76deg) scale3d(0.5, 0.5, 0.5);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}50%{transform:translate3d(-271px, 80px, 0) rotateZ(-66deg) scale3d(0.5, 0.5, 0.5);-webkit-transform:translate3d(-271px, 80px, 0) rotateZ(-66deg) scale3d(0.5, 0.5, 0.5);-moz-transform:translate3d(-271px, 80px, 0) rotateZ(-66deg) scale3d(0.5, 0.5, 0.5);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-271px, 92px, 0) rotateZ(-76deg) scale3d(0.5, 0.5, 0.5);-webkit-transform:translate3d(-271px, 92px, 0) rotateZ(-76deg) scale3d(0.5, 0.5, 0.5);-moz-transform:translate3d(-271px, 92px, 0) rotateZ(-76deg) scale3d(0.5, 0.5, 0.5);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}.gwd-play-animation [data-gwd-group="Group9"] .gwd-gen-7hjlgwdanimation{animation:gwd-gen-7hjlgwdanimation_gwd-keyframes 7s linear 0s infinite normal forwards;-webkit-animation:gwd-gen-7hjlgwdanimation_gwd-keyframes 7s linear 0s infinite normal forwards;-moz-animation:gwd-gen-7hjlgwdanimation_gwd-keyframes 7s linear 0s infinite normal forwards}[data-gwd-group="Group6"] .gwd-grp-k7uu.gwd-oval-1gz2{position:absolute;height:9px;top:62.8px;stroke-width:1px;stroke:none;fill:url("#grad1tot");left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;width:75px;transform:translate3d(207px, 220px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(207px, 220px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(207px, 220px, 0) scale3d(1, 1, 1);opacity:0.13}@keyframes gwd-gen-1dhggwdanimation_gwd-keyframes{0%{transform:translate3d(207px, 220px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(207px, 220px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(207px, 220px, 0) scale3d(1, 1, 1);opacity:0.13;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}49.1803%{transform:translate3d(207px, 220px, 0) scale3d(0.5, 0.5, 0.5);-webkit-transform:translate3d(207px, 220px, 0) scale3d(0.5, 0.5, 0.5);-moz-transform:translate3d(207px, 220px, 0) scale3d(0.5, 0.5, 0.5);opacity:0.07;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(207px, 220px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(207px, 220px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(207px, 220px, 0) scale3d(1, 1, 1);opacity:0.13;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}.gwd-play-animation [data-gwd-group="Group6"] .gwd-gen-1dhggwdanimation{animation:gwd-gen-1dhggwdanimation_gwd-keyframes 6.1s linear 0s infinite normal forwards;-webkit-animation:gwd-gen-1dhggwdanimation_gwd-keyframes 6.1s linear 0s infinite normal forwards;-moz-animation:gwd-gen-1dhggwdanimation_gwd-keyframes 6.1s linear 0s infinite normal forwards}@keyframes gwd-gen-t7jmgwdanimation_gwd-keyframes{0%{transform:translate3d(-286px, 225px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-286px, 225px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-286px, 225px, 0) scale3d(1, 1, 1);opacity:0.13;left:50%;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}50%{transform:translate3d(-286px, 225px, 0) scale3d(0.5, 0.5, 0.5);-webkit-transform:translate3d(-286px, 225px, 0) scale3d(0.5, 0.5, 0.5);-moz-transform:translate3d(-286px, 225px, 0) scale3d(0.5, 0.5, 0.5);opacity:0.07;left:50%;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-286px, 225px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-286px, 225px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-286px, 225px, 0) scale3d(1, 1, 1);opacity:0.13;left:50%;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}.gwd-play-animation [data-gwd-group="Group8"] .gwd-gen-t7jmgwdanimation{animation:gwd-gen-t7jmgwdanimation_gwd-keyframes 5s linear 0s infinite normal forwards;-webkit-animation:gwd-gen-t7jmgwdanimation_gwd-keyframes 5s linear 0s infinite normal forwards;-moz-animation:gwd-gen-t7jmgwdanimation_gwd-keyframes 5s linear 0s infinite normal forwards}[data-gwd-group="Group8"] .gwd-grp-1p6o.gwd-oval-1gz2{display:block;height:9px;left:50%;position:absolute;top:62.8px;width:75px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;fill:url("#gradsjv7");opacity:0.13;transform:translate3d(-286px, 225px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-286px, 225px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-286px, 225px, 0) scale3d(1, 1, 1)}@keyframes gwd-gen-sgb9gwdanimation_gwd-keyframes{0%{transform:translate3d(-131px, 32px, 0);-webkit-transform:translate3d(-131px, 32px, 0);-moz-transform:translate3d(-131px, 32px, 0);opacity:0;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-12px, 32px, 0);-webkit-transform:translate3d(-12px, 32px, 0);-moz-transform:translate3d(-12px, 32px, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}.gwd-play-animation #wrap .gwd-gen-sgb9gwdanimation{animation:gwd-gen-sgb9gwdanimation_gwd-keyframes .5s linear 0s 1 normal forwards;-webkit-animation:gwd-gen-sgb9gwdanimation_gwd-keyframes .5s linear 0s 1 normal forwards;-moz-animation:gwd-gen-sgb9gwdanimation_gwd-keyframes .5s linear 0s 1 normal forwards}@keyframes gwd-gen-1g2sgwdanimation_gwd-keyframes{0%{transform:translate3d(-86px, 27px, 0);-webkit-transform:translate3d(-86px, 27px, 0);-moz-transform:translate3d(-86px, 27px, 0);opacity:0;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-213px, 27px, 0);-webkit-transform:translate3d(-213px, 27px, 0);-moz-transform:translate3d(-213px, 27px, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}.gwd-play-animation #wrap .gwd-gen-1g2sgwdanimation{animation:gwd-gen-1g2sgwdanimation_gwd-keyframes .5s linear 0s 1 normal forwards;-webkit-animation:gwd-gen-1g2sgwdanimation_gwd-keyframes .5s linear 0s 1 normal forwards;-moz-animation:gwd-gen-1g2sgwdanimation_gwd-keyframes .5s linear 0s 1 normal forwards}@keyframes gwd-gen-oxakgwdanimation_gwd-keyframes{0%{transform:translate3d(-610px, 0, 0) scale3d(0.001, 0.001, 0.001);-webkit-transform:translate3d(-610px, 0, 0) scale3d(0.001, 0.001, 0.001);-moz-transform:translate3d(-610px, 0, 0) scale3d(0.001, 0.001, 0.001);opacity:0;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-610px, 0, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-610px, 0, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-610px, 0, 0) scale3d(1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}.gwd-play-animation #wrap .gwd-gen-oxakgwdanimation{animation:gwd-gen-oxakgwdanimation_gwd-keyframes .5s linear .5s 1 normal forwards;-webkit-animation:gwd-gen-oxakgwdanimation_gwd-keyframes .5s linear .5s 1 normal forwards;-moz-animation:gwd-gen-oxakgwdanimation_gwd-keyframes .5s linear .5s 1 normal forwards}@keyframes gwd-gen-1bpggwdanimation_gwd-keyframes{0%{transform:translate3d(-610px, 0, 0) scale3d(0.001, 0.001, 0.001);-webkit-transform:translate3d(-610px, 0, 0) scale3d(0.001, 0.001, 0.001);-moz-transform:translate3d(-610px, 0, 0) scale3d(0.001, 0.001, 0.001);opacity:0;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-610px, 0, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-610px, 0, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-610px, 0, 0) scale3d(1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}.gwd-play-animation #wrap .gwd-gen-1bpggwdanimation{animation:gwd-gen-1bpggwdanimation_gwd-keyframes .5s linear .5s 1 normal forwards;-webkit-animation:gwd-gen-1bpggwdanimation_gwd-keyframes .5s linear .5s 1 normal forwards;-moz-animation:gwd-gen-1bpggwdanimation_gwd-keyframes .5s linear .5s 1 normal forwards}@keyframes gwd-gen-1cs5gwdanimation_gwd-keyframes{0%{transform:translate3d(-610px, 0, 0) scale3d(0.001, 0.001, 0.001);-webkit-transform:translate3d(-610px, 0, 0) scale3d(0.001, 0.001, 0.001);-moz-transform:translate3d(-610px, 0, 0) scale3d(0.001, 0.001, 0.001);opacity:0;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-610px, 0, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-610px, 0, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-610px, 0, 0) scale3d(1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}.gwd-play-animation #wrap .gwd-gen-1cs5gwdanimation{animation:gwd-gen-1cs5gwdanimation_gwd-keyframes .5s linear .5s 1 normal forwards;-webkit-animation:gwd-gen-1cs5gwdanimation_gwd-keyframes .5s linear .5s 1 normal forwards;-moz-animation:gwd-gen-1cs5gwdanimation_gwd-keyframes .5s linear .5s 1 normal forwards}@keyframes gwd-gen-fddrgwdanimation_gwd-keyframes{0%{transform:translate3d(-610px, 0, 0) scale3d(0.001, 0.001, 0.001);-webkit-transform:translate3d(-610px, 0, 0) scale3d(0.001, 0.001, 0.001);-moz-transform:translate3d(-610px, 0, 0) scale3d(0.001, 0.001, 0.001);opacity:0;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-610px, 0, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-610px, 0, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-610px, 0, 0) scale3d(1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}.gwd-play-animation #wrap .gwd-gen-fddrgwdanimation{animation:gwd-gen-fddrgwdanimation_gwd-keyframes .5s linear .5s 1 normal forwards;-webkit-animation:gwd-gen-fddrgwdanimation_gwd-keyframes .5s linear .5s 1 normal forwards;-moz-animation:gwd-gen-fddrgwdanimation_gwd-keyframes .5s linear .5s 1 normal forwards}@keyframes gwd-gen-1loqgwdanimation_gwd-keyframes{0%{transform:translate3d(-610px, -180px, 0);-webkit-transform:translate3d(-610px, -180px, 0);-moz-transform:translate3d(-610px, -180px, 0);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-610px, 0, 0);-webkit-transform:translate3d(-610px, 0, 0);-moz-transform:translate3d(-610px, 0, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}.gwd-play-animation #wrap .gwd-gen-1loqgwdanimation{animation:gwd-gen-1loqgwdanimation_gwd-keyframes .5s linear 1s 1 normal forwards;-webkit-animation:gwd-gen-1loqgwdanimation_gwd-keyframes .5s linear 1s 1 normal forwards;-moz-animation:gwd-gen-1loqgwdanimation_gwd-keyframes .5s linear 1s 1 normal forwards}@keyframes gwd-gen-pobqgwdanimation_gwd-keyframes{0%{transform:translate3d(-610px, -180px, 0);-webkit-transform:translate3d(-610px, -180px, 0);-moz-transform:translate3d(-610px, -180px, 0);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-610px, 0, 0);-webkit-transform:translate3d(-610px, 0, 0);-moz-transform:translate3d(-610px, 0, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}.gwd-play-animation #wrap .gwd-gen-pobqgwdanimation{animation:gwd-gen-pobqgwdanimation_gwd-keyframes .5s linear 1s 1 normal forwards;-webkit-animation:gwd-gen-pobqgwdanimation_gwd-keyframes .5s linear 1s 1 normal forwards;-moz-animation:gwd-gen-pobqgwdanimation_gwd-keyframes .5s linear 1s 1 normal forwards}.gwd-path-trca{position:absolute;fill:#fff;stroke-width:1px;top:238.3px;stroke:none;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;width:1584px;height:267px;left:50%;transform:translate3d(-792px, 0, 0);-webkit-transform:translate3d(-792px, 0, 0);-moz-transform:translate3d(-792px, 0, 0)}.gwd-div-rlth{position:absolute;height:351px;top:0%;width:100%;left:0%}.gwd-rect-gquy{position:absolute;height:62px;box-sizing:border-box;border-width:1px;border-style:solid;background-color:#fff;border-image-source:none;border-image-width:1;border-image-outset:0;border-image-repeat:stretch;border-color:transparent;width:100%;left:0%;top:100%;transform:translate3d(0, -62px, 0);-webkit-transform:translate3d(0, -62px, 0);-moz-transform:translate3d(0, -62px, 0);transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d}@media (max-width: 599px){.gwd-div-rlth{transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:0%;overflow:hidden;left:50%;width:900px;transform:translate3d(-450px, -53px, 0) scale3d(0.7, 0.7, 0.7);-webkit-transform:translate3d(-450px, -53px, 0) scale3d(0.7, 0.7, 0.7);-moz-transform:translate3d(-450px, -53px, 0) scale3d(0.7, 0.7, 0.7);height:350px}.gwd-div-1s51{transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;width:200%;left:-50%;transform:translate3d(0, 3px, 0);-webkit-transform:translate3d(0, 3px, 0);-moz-transform:translate3d(0, 3px, 0)}.gwd-path-trca{transform:translate3d(-792px, 10px, 0);-webkit-transform:translate3d(-792px, 10px, 0);-moz-transform:translate3d(-792px, 10px, 0);transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d}.gwd-div-vdy5{transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:0%;transform:translate3d(-950px, -37px, 0) scale3d(0.7, 0.7, 0.7);-webkit-transform:translate3d(-950px, -37px, 0) scale3d(0.7, 0.7, 0.7);-moz-transform:translate3d(-950px, -37px, 0) scale3d(0.7, 0.7, 0.7)}.gwd-div-115c{left:50%;transform:translate3d(-100px, 288px, 0);-webkit-transform:translate3d(-100px, 288px, 0);-moz-transform:translate3d(-100px, 288px, 0);transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d}.gwd-image-1xd0{left:50%;transform:translate3d(-152px, 9px, 0);-webkit-transform:translate3d(-152px, 9px, 0);-moz-transform:translate3d(-152px, 9px, 0);transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d}.gwd-image-xvgs{left:50%;transform:translate3d(-284px, 296px, 0);-webkit-transform:translate3d(-284px, 296px, 0);-moz-transform:translate3d(-284px, 296px, 0);transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d}.gwd-rect-gquy{transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);top:59.85%}}

.banner{background:url(fon.jpg) no-repeat center top;overflow:hidden;height:360px}.bg{width:100%;height:360px;text-align:left;overflow:hidden;background:url(bg.png) no-repeat right;position:relative;right:530px;top:-364px}

.gwd-div-1y20{position:absolute;background-image:none;border-image-source:none;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-color:transparent;overflow:hidden;height:360px;top:0%;width:1200px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;background-color:transparent;transform:translate3d(-600px, 0, 0);-webkit-transform:translate3d(-600px, 0, 0);-moz-transform:translate3d(-600px, 0, 0)}.gwd-div-1lzo{left:-80px}.gwd-div-14vr{left:-28px;top:-200px}.gwd-div-1n7w{left:-168px;top:4px}.gwd-div-1a4s{left:-160px;top:-17px}.gwd-div-1r8f{left:-30px;top:17px}[data-gwd-group="Group585"] .gwd-grp-1uxy.gwd-img-12l0{position:absolute;width:353px;height:388px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:50%;opacity:0;transform:translate3d(-187px, -215px, 0) scale3d(0.18, 0.18, 0.18);-webkit-transform:translate3d(-187px, -215px, 0) scale3d(0.18, 0.18, 0.18);-moz-transform:translate3d(-187px, -215px, 0) scale3d(0.18, 0.18, 0.18)}[data-gwd-group="Group585"]{width:1200px;height:360px}.gwd-div-6nw3{position:absolute;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;width:307px;top:50%;transform:translate3d(35px, -141px, 0) scale3d(0.71, 0.71, 0.71);-webkit-transform:translate3d(35px, -141px, 0) scale3d(0.71, 0.71, 0.71);-moz-transform:translate3d(35px, -141px, 0) scale3d(0.71, 0.71, 0.71)}@keyframes gwd-gen-fjsugwdanimation_gwd-keyframes{0%{transform:translate3d(-187px, -215px, 0) scale3d(0.18, 0.18, 0.18);-webkit-transform:translate3d(-187px, -215px, 0) scale3d(0.18, 0.18, 0.18);-moz-transform:translate3d(-187px, -215px, 0) scale3d(0.18, 0.18, 0.18);opacity:0;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-187px, -215px, 0) scale3d(0.98, 0.98, 0.98);-webkit-transform:translate3d(-187px, -215px, 0) scale3d(0.98, 0.98, 0.98);-moz-transform:translate3d(-187px, -215px, 0) scale3d(0.98, 0.98, 0.98);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group585"] .gwd-gen-fjsugwdanimation{animation:gwd-gen-fjsugwdanimation_gwd-keyframes .5s linear 1.5s 1 normal forwards;-webkit-animation:gwd-gen-fjsugwdanimation_gwd-keyframes .5s linear 1.5s 1 normal forwards;-moz-animation:gwd-gen-fjsugwdanimation_gwd-keyframes .5s linear 1.5s 1 normal forwards}[data-gwd-group="Group586"] .gwd-grp-d83j.gwd-img-1kk6{position:absolute;width:119px;height:120px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:50%;transform:translate3d(65px, -74px, 0);-webkit-transform:translate3d(65px, -74px, 0);-moz-transform:translate3d(65px, -74px, 0)}[data-gwd-group="Group586"] .gwd-grp-d83j.gwd-img-bbyz{opacity:1;-ms-transform-origin:139.86px 57.1938px 0px;transform-origin:139.86px 57.1938px 0px;-webkit-transform-origin:139.86px 57.1938px 0px;-moz-transform-origin:139.86px 57.1938px 0px;transform:translate3d(-44.735px, -69.2671px, 0) rotateZ(-30deg);-webkit-transform:translate3d(-44.735px, -69.2671px, 0) rotateZ(-30deg);-moz-transform:translate3d(-44.735px, -69.2671px, 0) rotateZ(-30deg)}[data-gwd-group="Group586"]{width:307px;height:360px}[data-gwd-group="Group585"] .gwd-grp-1uxy.gwd-div-1cjq{position:absolute;width:107px;height:110px;left:57px;top:116px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0)}@keyframes gwd-gen-1fhigwdanimation_gwd-keyframes{0%{transform:translate3d(-44.735px, -69.2671px, 0) rotateZ(-30deg);-webkit-transform:translate3d(-44.735px, -69.2671px, 0) rotateZ(-30deg);-moz-transform:translate3d(-44.735px, -69.2671px, 0) rotateZ(-30deg);transform-origin:139.86px 57.1938px 0px;-webkit-transform-origin:139.86px 57.1938px 0px;-moz-transform-origin:139.86px 57.1938px 0px;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}46.67%{transform:translate3d(-44.735px, -69.2671px, 0) rotateZ(2deg);-webkit-transform:translate3d(-44.735px, -69.2671px, 0) rotateZ(2deg);-moz-transform:translate3d(-44.735px, -69.2671px, 0) rotateZ(2deg);transform-origin:139.86px 57.1938px 0px;-webkit-transform-origin:139.86px 57.1938px 0px;-moz-transform-origin:139.86px 57.1938px 0px;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-44.735px, -69.2671px, 0) rotateZ(-30deg);-webkit-transform:translate3d(-44.735px, -69.2671px, 0) rotateZ(-30deg);-moz-transform:translate3d(-44.735px, -69.2671px, 0) rotateZ(-30deg);transform-origin:139.86px 57.1938px 0px;-webkit-transform-origin:139.86px 57.1938px 0px;-moz-transform-origin:139.86px 57.1938px 0px;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group586"] .gwd-gen-1fhigwdanimation{animation:gwd-gen-1fhigwdanimation_gwd-keyframes 1.5s linear 0s infinite normal forwards;-webkit-animation:gwd-gen-1fhigwdanimation_gwd-keyframes 1.5s linear 0s infinite normal forwards;-moz-animation:gwd-gen-1fhigwdanimation_gwd-keyframes 1.5s linear 0s infinite normal forwards}[data-gwd-group="Group585"] .gwd-grp-1uxy.gwd-div-1nb1{transform:translate3d(77px, 0, 0) rotateY(180deg);-webkit-transform:translate3d(77px, 0, 0) rotateY(180deg);-moz-transform:translate3d(77px, 0, 0) rotateY(180deg);opacity:0}[data-gwd-group="Group585"] .gwd-grp-1uxy.gwd-div-fr61{left:47px;opacity:0}@keyframes gwd-gen-rrtqgwdanimation_gwd-keyframes{0%{transform:translate3d(77px, 0, 0) rotateY(180deg);-webkit-transform:translate3d(77px, 0, 0) rotateY(180deg);-moz-transform:translate3d(77px, 0, 0) rotateY(180deg);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}16.67%{transform:translate3d(77px, 0, 0) rotateY(180deg);-webkit-transform:translate3d(77px, 0, 0) rotateY(180deg);-moz-transform:translate3d(77px, 0, 0) rotateY(180deg);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(174px, 0, 0) rotateY(180deg);-webkit-transform:translate3d(174px, 0, 0) rotateY(180deg);-moz-transform:translate3d(174px, 0, 0) rotateY(180deg);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group585"] .gwd-gen-rrtqgwdanimation{animation:gwd-gen-rrtqgwdanimation_gwd-keyframes .6s linear .9s 1 normal forwards;-webkit-animation:gwd-gen-rrtqgwdanimation_gwd-keyframes .6s linear .9s 1 normal forwards;-moz-animation:gwd-gen-rrtqgwdanimation_gwd-keyframes .6s linear .9s 1 normal forwards}@keyframes gwd-gen-j98kgwdanimation_gwd-keyframes{0%{transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}16.67%{transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-88px, 0, 0);-webkit-transform:translate3d(-88px, 0, 0);-moz-transform:translate3d(-88px, 0, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group585"] .gwd-gen-j98kgwdanimation{animation:gwd-gen-j98kgwdanimation_gwd-keyframes .6s linear .9s 1 normal forwards;-webkit-animation:gwd-gen-j98kgwdanimation_gwd-keyframes .6s linear .9s 1 normal forwards;-moz-animation:gwd-gen-j98kgwdanimation_gwd-keyframes .6s linear .9s 1 normal forwards}[data-gwd-group="Group587"] .gwd-grp-1gd2.gwd-img-1i8z{position:absolute;width:230px;height:172px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:50%;transform:translate3d(-119px, -86px, 0) scale3d(0.9, 0.9, 0.9);-webkit-transform:translate3d(-119px, -86px, 0) scale3d(0.9, 0.9, 0.9);-moz-transform:translate3d(-119px, -86px, 0) scale3d(0.9, 0.9, 0.9)}[data-gwd-group="Group587"]{width:307px;height:360px}[data-gwd-group="Group585"] .gwd-grp-1uxy.gwd-div-v8mh{position:absolute;left:0px;top:0px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:scale3d(0.001, 0.001, 0.001);-webkit-transform:scale3d(0.001, 0.001, 0.001);-moz-transform:scale3d(0.001, 0.001, 0.001);opacity:0}@keyframes gwd-gen-1mnigwdanimation_gwd-keyframes{0%{transform:scale3d(0.001, 0.001, 0.001);-webkit-transform:scale3d(0.001, 0.001, 0.001);-moz-transform:scale3d(0.001, 0.001, 0.001);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}3.33%{transform:scale3d(0.001, 0.001, 0.001);-webkit-transform:scale3d(0.001, 0.001, 0.001);-moz-transform:scale3d(0.001, 0.001, 0.001);opacity:1;animation-timing-function:cubic-bezier(0.725, -0.341, 0.205, 1.279);-webkit-animation-timing-function:cubic-bezier(0.725, -0.341, 0.205, 1.279);-moz-animation-timing-function:cubic-bezier(0.725, -0.341, 0.205, 1.279)}33.33%{transform:scale3d(1.2, 1.2, 1.2);-webkit-transform:scale3d(1.2, 1.2, 1.2);-moz-transform:scale3d(1.2, 1.2, 1.2);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:scale3d(1.2, 1.2, 1.2);-webkit-transform:scale3d(1.2, 1.2, 1.2);-moz-transform:scale3d(1.2, 1.2, 1.2);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group585"] .gwd-gen-1mnigwdanimation{animation:gwd-gen-1mnigwdanimation_gwd-keyframes 3s linear 0s 1 normal forwards;-webkit-animation:gwd-gen-1mnigwdanimation_gwd-keyframes 3s linear 0s 1 normal forwards;-moz-animation:gwd-gen-1mnigwdanimation_gwd-keyframes 3s linear 0s 1 normal forwards}@keyframes gwd-gen-sus1gwdanimation_gwd-keyframes{0%{transform:translate3d(-119px, -86px, 0) scale3d(0.9, 0.9, 0.9);-webkit-transform:translate3d(-119px, -86px, 0) scale3d(0.9, 0.9, 0.9);-moz-transform:translate3d(-119px, -86px, 0) scale3d(0.9, 0.9, 0.9);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}10%{transform:translate3d(-119px, -86px, 0) scale3d(0.92, 0.92, 0.92);-webkit-transform:translate3d(-119px, -86px, 0) scale3d(0.92, 0.92, 0.92);-moz-transform:translate3d(-119px, -86px, 0) scale3d(0.92, 0.92, 0.92);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}20%{transform:translate3d(-119px, -86px, 0) scale3d(0.9, 0.9, 0.9);-webkit-transform:translate3d(-119px, -86px, 0) scale3d(0.9, 0.9, 0.9);-moz-transform:translate3d(-119px, -86px, 0) scale3d(0.9, 0.9, 0.9);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}30%{transform:translate3d(-119px, -86px, 0) scale3d(0.95, 0.95, 0.95);-webkit-transform:translate3d(-119px, -86px, 0) scale3d(0.95, 0.95, 0.95);-moz-transform:translate3d(-119px, -86px, 0) scale3d(0.95, 0.95, 0.95);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}40%{transform:translate3d(-119px, -86px, 0) scale3d(0.9, 0.9, 0.9);-webkit-transform:translate3d(-119px, -86px, 0) scale3d(0.9, 0.9, 0.9);-moz-transform:translate3d(-119px, -86px, 0) scale3d(0.9, 0.9, 0.9);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-119px, -86px, 0) scale3d(0.9, 0.9, 0.9);-webkit-transform:translate3d(-119px, -86px, 0) scale3d(0.9, 0.9, 0.9);-moz-transform:translate3d(-119px, -86px, 0) scale3d(0.9, 0.9, 0.9);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group587"] .gwd-gen-sus1gwdanimation{animation:gwd-gen-sus1gwdanimation_gwd-keyframes 3s linear 0s infinite normal forwards;-webkit-animation:gwd-gen-sus1gwdanimation_gwd-keyframes 3s linear 0s infinite normal forwards;-moz-animation:gwd-gen-sus1gwdanimation_gwd-keyframes 3s linear 0s infinite normal forwards}[data-gwd-group="Group411"]{width:1200px;height:85.9919px}[data-gwd-group="Group411"] .gwd-grp-8xnt.gwd-img-yhar{display:block;height:69px;left:50%;opacity:0;position:absolute;top:22px;width:57px;-ms-transform:matrix(1, 0, 0, 1, -26, -21);transform:matrix(1, 0, 0, 1, -26, -21);-webkit-transform:matrix(1, 0, 0, 1, -26, -21);-moz-transform:matrix(1, 0, 0, 1, -26, -21);transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d}[data-gwd-group="Group411"] .gwd-grp-8xnt.gwd-img-buc2{display:block;height:69px;left:50%;opacity:0;position:absolute;top:22px;width:57px;-ms-transform:matrix(1, 0, 0, 1, -26, -21);transform:matrix(1, 0, 0, 1, -26, -21);-webkit-transform:matrix(1, 0, 0, 1, -26, -21);-moz-transform:matrix(1, 0, 0, 1, -26, -21);transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d}[data-gwd-group="Group411"] .gwd-grp-8xnt.gwd-img-9j7q{display:block;height:86px;left:50%;position:absolute;top:22px;width:72px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d}[data-gwd-group="Group411"] .gwd-grp-8xnt.gwd-img-vhr9{display:block;height:86px;left:50%;opacity:0;position:absolute;top:22px;width:72px;-ms-transform:matrix(1, 0, 0, 1, -28, -22);transform:matrix(1, 0, 0, 1, -28, -22);-webkit-transform:matrix(1, 0, 0, 1, -28, -22);-moz-transform:matrix(1, 0, 0, 1, -28, -22);transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d}[data-gwd-group="Group411"] .gwd-grp-8xnt.gwd-img-1isz{height:69px;width:57px}[data-gwd-group="Group411"] .gwd-grp-8xnt.gwd-img-ytzb{height:69px;width:57px}[data-gwd-group="Group411"] .gwd-grp-8xnt.gwd-img-p1v9{height:86px;width:72px}[data-gwd-group="Group411"] .gwd-grp-8xnt.gwd-img-6wg8{height:86px;width:72px}[data-gwd-group="Group411"] .gwd-gen-p8n6gwdanimation{animation:gwd-gen-p8n6gwdanimation_gwd-keyframes 1s linear 0s infinite normal forwards;-webkit-animation:gwd-gen-p8n6gwdanimation_gwd-keyframes 1s linear 0s infinite normal forwards;-moz-animation:gwd-gen-p8n6gwdanimation_gwd-keyframes 1s linear 0s infinite normal forwards}[data-gwd-group="Group411"] .gwd-gen-bixvgwdanimation{animation:gwd-gen-bixvgwdanimation_gwd-keyframes 1s linear 2.5s infinite normal forwards;-webkit-animation:gwd-gen-bixvgwdanimation_gwd-keyframes 1s linear 2.5s infinite normal forwards;-moz-animation:gwd-gen-bixvgwdanimation_gwd-keyframes 1s linear 2.5s infinite normal forwards}[data-gwd-group="Group411"] .gwd-gen-1xapgwdanimation{animation:gwd-gen-1xapgwdanimation_gwd-keyframes 1s linear .5s infinite normal forwards;-webkit-animation:gwd-gen-1xapgwdanimation_gwd-keyframes 1s linear .5s infinite normal forwards;-moz-animation:gwd-gen-1xapgwdanimation_gwd-keyframes 1s linear .5s infinite normal forwards}[data-gwd-group="Group411"] .gwd-gen-17y3gwdanimation{animation:gwd-gen-17y3gwdanimation_gwd-keyframes 1s linear 1.5s infinite normal forwards;-webkit-animation:gwd-gen-17y3gwdanimation_gwd-keyframes 1s linear 1.5s infinite normal forwards;-moz-animation:gwd-gen-17y3gwdanimation_gwd-keyframes 1s linear 1.5s infinite normal forwards}@keyframes gwd-gen-p8n6gwdanimation_gwd-keyframes{0%{transform:translate3d(-26px, -21px, 0);-webkit-transform:translate3d(-26px, -21px, 0);-moz-transform:translate3d(-26px, -21px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}50%{transform:translate3d(-26px, 68px, 0);-webkit-transform:translate3d(-26px, 68px, 0);-moz-transform:translate3d(-26px, 68px, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-26px, 194px, 0);-webkit-transform:translate3d(-26px, 194px, 0);-moz-transform:translate3d(-26px, 194px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}@keyframes gwd-gen-bixvgwdanimation_gwd-keyframes{0%{transform:translate3d(-26px, -21px, 0);-webkit-transform:translate3d(-26px, -21px, 0);-moz-transform:translate3d(-26px, -21px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}50%{transform:translate3d(-26px, 68px, 0);-webkit-transform:translate3d(-26px, 68px, 0);-moz-transform:translate3d(-26px, 68px, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-26px, 194px, 0);-webkit-transform:translate3d(-26px, 194px, 0);-moz-transform:translate3d(-26px, 194px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}@keyframes gwd-gen-1xapgwdanimation_gwd-keyframes{0%{transform:translate3d(-28px, -22px, 0);-webkit-transform:translate3d(-28px, -22px, 0);-moz-transform:translate3d(-28px, -22px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}50%{transform:translate3d(-28px, 65px, 0);-webkit-transform:translate3d(-28px, 65px, 0);-moz-transform:translate3d(-28px, 65px, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-28px, 145px, 0);-webkit-transform:translate3d(-28px, 145px, 0);-moz-transform:translate3d(-28px, 145px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}@keyframes gwd-gen-17y3gwdanimation_gwd-keyframes{0%{transform:translate3d(-28px, -22px, 0);-webkit-transform:translate3d(-28px, -22px, 0);-moz-transform:translate3d(-28px, -22px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}50%{transform:translate3d(-28px, 65px, 0);-webkit-transform:translate3d(-28px, 65px, 0);-moz-transform:translate3d(-28px, 65px, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-28px, 145px, 0);-webkit-transform:translate3d(-28px, 145px, 0);-moz-transform:translate3d(-28px, 145px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group511"] .gwd-grp-1pt2.gwd-img-9j7q{position:absolute;width:72px;height:86px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;opacity:0;transform:translate3d(-28px, 0, 0);-webkit-transform:translate3d(-28px, 0, 0);-moz-transform:translate3d(-28px, 0, 0);top:0px}[data-gwd-group="Group511"]{width:1200px;height:85.9896px}[data-gwd-group="Group511"] .gwd-grp-1pt2.gwd-img-yhar{display:block;height:69px;left:50%;position:absolute;width:57px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;opacity:0;transform:translate3d(-26px, -4px, 0);-webkit-transform:translate3d(-26px, -4px, 0);-moz-transform:translate3d(-26px, -4px, 0);top:0px}[data-gwd-group="Group511"] .gwd-grp-1pt2.gwd-img-buc2{transform:translate3d(-26px, -21px, 0);-webkit-transform:translate3d(-26px, -21px, 0);-moz-transform:translate3d(-26px, -21px, 0)}[data-gwd-group="Group511"] .gwd-grp-1pt2.gwd-img-vhr9{transform:translate3d(-28px, 1px, 0);-webkit-transform:translate3d(-28px, 1px, 0);-moz-transform:translate3d(-28px, 1px, 0)}[data-gwd-group="Group511"] .gwd-grp-1pt2.gwd-img-p1v9{transform:translate3d(-28px, -21px, 0);-webkit-transform:translate3d(-28px, -21px, 0);-moz-transform:translate3d(-28px, -21px, 0)}[data-gwd-group="Group511"] .gwd-grp-1pt2.gwd-img-6wg8{transform:translate3d(-28px, -22px, 0);-webkit-transform:translate3d(-28px, -22px, 0);-moz-transform:translate3d(-28px, -22px, 0)}[data-gwd-group="Group511"] .gwd-grp-1pt2.gwd-img-1isz{top:22px}[data-gwd-group="Group511"] .gwd-grp-1pt2.gwd-img-ytzb{top:22px}[data-gwd-group="Group511"] .gwd-grp-1pt2.gwd-img-1299{top:22px}[data-gwd-group="Group511"] .gwd-grp-1pt2.gwd-img-5v8a{top:22px}[data-gwd-group="Group511"] .gwd-gen-bxe8gwdanimation{animation:gwd-gen-bxe8gwdanimation_gwd-keyframes 1s linear .4s infinite normal forwards;-webkit-animation:gwd-gen-bxe8gwdanimation_gwd-keyframes 1s linear .4s infinite normal forwards;-moz-animation:gwd-gen-bxe8gwdanimation_gwd-keyframes 1s linear .4s infinite normal forwards}[data-gwd-group="Group511"] .gwd-gen-17xrgwdanimation{animation:gwd-gen-17xrgwdanimation_gwd-keyframes 1s linear 1.4s infinite normal forwards;-webkit-animation:gwd-gen-17xrgwdanimation_gwd-keyframes 1s linear 1.4s infinite normal forwards;-moz-animation:gwd-gen-17xrgwdanimation_gwd-keyframes 1s linear 1.4s infinite normal forwards}[data-gwd-group="Group511"] .gwd-gen-akjtgwdanimation{animation:gwd-gen-akjtgwdanimation_gwd-keyframes 1s linear 0s infinite normal forwards;-webkit-animation:gwd-gen-akjtgwdanimation_gwd-keyframes 1s linear 0s infinite normal forwards;-moz-animation:gwd-gen-akjtgwdanimation_gwd-keyframes 1s linear 0s infinite normal forwards}[data-gwd-group="Group511"] .gwd-gen-socbgwdanimation{animation:gwd-gen-socbgwdanimation_gwd-keyframes 1s linear 1s infinite normal forwards;-webkit-animation:gwd-gen-socbgwdanimation_gwd-keyframes 1s linear 1s infinite normal forwards;-moz-animation:gwd-gen-socbgwdanimation_gwd-keyframes 1s linear 1s infinite normal forwards}@keyframes gwd-gen-bxe8gwdanimation_gwd-keyframes{0%{transform:translate3d(-26px, -21px, 0);-webkit-transform:translate3d(-26px, -21px, 0);-moz-transform:translate3d(-26px, -21px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}50%{transform:translate3d(-26px, 68px, 0);-webkit-transform:translate3d(-26px, 68px, 0);-moz-transform:translate3d(-26px, 68px, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-26px, 194px, 0);-webkit-transform:translate3d(-26px, 194px, 0);-moz-transform:translate3d(-26px, 194px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}@keyframes gwd-gen-17xrgwdanimation_gwd-keyframes{0%{transform:translate3d(-26px, -21px, 0);-webkit-transform:translate3d(-26px, -21px, 0);-moz-transform:translate3d(-26px, -21px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}50%{transform:translate3d(-26px, 68px, 0);-webkit-transform:translate3d(-26px, 68px, 0);-moz-transform:translate3d(-26px, 68px, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-26px, 194px, 0);-webkit-transform:translate3d(-26px, 194px, 0);-moz-transform:translate3d(-26px, 194px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}@keyframes gwd-gen-akjtgwdanimation_gwd-keyframes{0%{transform:translate3d(-28px, -22px, 0);-webkit-transform:translate3d(-28px, -22px, 0);-moz-transform:translate3d(-28px, -22px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}50%{transform:translate3d(-28px, 65px, 0);-webkit-transform:translate3d(-28px, 65px, 0);-moz-transform:translate3d(-28px, 65px, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-28px, 145px, 0);-webkit-transform:translate3d(-28px, 145px, 0);-moz-transform:translate3d(-28px, 145px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}@keyframes gwd-gen-socbgwdanimation_gwd-keyframes{0%{transform:translate3d(-28px, -22px, 0);-webkit-transform:translate3d(-28px, -22px, 0);-moz-transform:translate3d(-28px, -22px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}50%{transform:translate3d(-28px, 65px, 0);-webkit-transform:translate3d(-28px, 65px, 0);-moz-transform:translate3d(-28px, 65px, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-28px, 145px, 0);-webkit-transform:translate3d(-28px, 145px, 0);-moz-transform:translate3d(-28px, 145px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group59"]{width:1611.4px;height:133.1px}[data-gwd-group="Group59"] .gwd-grp-hm93.gwd-div-1tw4{height:86px;left:50%;opacity:0;position:absolute;top:-71.55px;width:80px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(130px, 558px, 1px) rotateY(180deg);-webkit-transform:translate3d(130px, 558px, 1px) rotateY(180deg);-moz-transform:translate3d(130px, 558px, 1px) rotateY(180deg)}[data-gwd-group="Group59"] .gwd-grp-hm93.gwd-div-f05p{height:86px;left:50%;opacity:0;position:absolute;top:-4.4px;width:80px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(-170px, 493px, 1px);-webkit-transform:translate3d(-170px, 493px, 1px);-moz-transform:translate3d(-170px, 493px, 1px)}[data-gwd-group="Group59"] .gwd-grp-hm93.gwd-div-c6gs{top:546.6px;transform:translate3d(55px, -99px, 0);-webkit-transform:translate3d(55px, -99px, 0);-moz-transform:translate3d(55px, -99px, 0)}[data-gwd-group="Group59"] .gwd-grp-hm93.gwd-div-1vjz{top:479.45px;transform:translate3d(-156px, -22px, 1px) rotateY(180deg);-webkit-transform:translate3d(-156px, -22px, 1px) rotateY(180deg);-moz-transform:translate3d(-156px, -22px, 1px) rotateY(180deg)}@keyframes gwd-gen-1eoxgwdanimation_gwd-keyframes{0%{transform:translate3d(-126px, -52px, 1px) rotateY(180deg);-webkit-transform:translate3d(-126px, -52px, 1px) rotateY(180deg);-moz-transform:translate3d(-126px, -52px, 1px) rotateY(180deg);opacity:0;left:50%;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-124px, 0, 1px) rotateY(180deg);-webkit-transform:translate3d(-124px, 0, 1px) rotateY(180deg);-moz-transform:translate3d(-124px, 0, 1px) rotateY(180deg);opacity:1;left:50%;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group59"] .gwd-gen-1eoxgwdanimation{animation:gwd-gen-1eoxgwdanimation_gwd-keyframes .5s linear 0s 1 normal forwards;-webkit-animation:gwd-gen-1eoxgwdanimation_gwd-keyframes .5s linear 0s 1 normal forwards;-moz-animation:gwd-gen-1eoxgwdanimation_gwd-keyframes .5s linear 0s 1 normal forwards}@keyframes gwd-gen-57magwdanimation_gwd-keyframes{0%{transform:translate3d(25px, -139px, 0);-webkit-transform:translate3d(25px, -139px, 0);-moz-transform:translate3d(25px, -139px, 0);opacity:0;left:50%;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(26px, -42px, 0);-webkit-transform:translate3d(26px, -42px, 0);-moz-transform:translate3d(26px, -42px, 0);opacity:1;left:50%;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group59"] .gwd-gen-57magwdanimation{animation:gwd-gen-57magwdanimation_gwd-keyframes .5s linear 0s 1 normal forwards;-webkit-animation:gwd-gen-57magwdanimation_gwd-keyframes .5s linear 0s 1 normal forwards;-moz-animation:gwd-gen-57magwdanimation_gwd-keyframes .5s linear 0s 1 normal forwards}@keyframes gwd-gen-1x04gwdanimation_gwd-keyframes{0%{transform:translate3d(116px, -72px, 1px) scale3d(0.7, 0.7, 0.7);-webkit-transform:translate3d(116px, -72px, 1px) scale3d(0.7, 0.7, 0.7);-moz-transform:translate3d(116px, -72px, 1px) scale3d(0.7, 0.7, 0.7);opacity:0.7;left:50%;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(116px, 6px, 1px) scale3d(0.7, 0.7, 0.7);-webkit-transform:translate3d(116px, 6px, 1px) scale3d(0.7, 0.7, 0.7);-moz-transform:translate3d(116px, 6px, 1px) scale3d(0.7, 0.7, 0.7);opacity:0.7;left:50%;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group59"] .gwd-gen-1x04gwdanimation{animation:gwd-gen-1x04gwdanimation_gwd-keyframes .5s linear 0s 1 normal forwards;-webkit-animation:gwd-gen-1x04gwdanimation_gwd-keyframes .5s linear 0s 1 normal forwards;-moz-animation:gwd-gen-1x04gwdanimation_gwd-keyframes .5s linear 0s 1 normal forwards}@keyframes gwd-gen-1lncgwdanimation_gwd-keyframes{0%{transform:translate3d(55px, -79px, 0) scale3d(0.7, 0.7, 0.7);-webkit-transform:translate3d(55px, -79px, 0) scale3d(0.7, 0.7, 0.7);-moz-transform:translate3d(55px, -79px, 0) scale3d(0.7, 0.7, 0.7);opacity:0;left:50%;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(55px, -40px, 0) scale3d(0.7, 0.7, 0.7);-webkit-transform:translate3d(55px, -40px, 0) scale3d(0.7, 0.7, 0.7);-moz-transform:translate3d(55px, -40px, 0) scale3d(0.7, 0.7, 0.7);opacity:0;left:50%;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group59"] .gwd-gen-1lncgwdanimation{animation:gwd-gen-1lncgwdanimation_gwd-keyframes .5s linear 0s 1 normal forwards;-webkit-animation:gwd-gen-1lncgwdanimation_gwd-keyframes .5s linear 0s 1 normal forwards;-moz-animation:gwd-gen-1lncgwdanimation_gwd-keyframes .5s linear 0s 1 normal forwards}[data-gwd-group="Group59"] .gwd-grp-hm93.gwd-div-uby4{opacity:0.7;transform:translate3d(116px, -72px, 1px) scale3d(0.7, 0.7, 0.7);-webkit-transform:translate3d(116px, -72px, 1px) scale3d(0.7, 0.7, 0.7);-moz-transform:translate3d(116px, -72px, 1px) scale3d(0.7, 0.7, 0.7);top:71.85px}[data-gwd-group="Group59"] .gwd-grp-hm93.gwd-div-1185{opacity:0;transform:translate3d(55px, -79px, 0) scale3d(0.7, 0.7, 0.7);-webkit-transform:translate3d(55px, -79px, 0) scale3d(0.7, 0.7, 0.7);-moz-transform:translate3d(55px, -79px, 0) scale3d(0.7, 0.7, 0.7);top:139px}[data-gwd-group="Group59"] .gwd-grp-hm93.gwd-div-1cu8{transform:translate3d(-126px, -52px, 1px) rotateY(180deg);-webkit-transform:translate3d(-126px, -52px, 1px) rotateY(180deg);-moz-transform:translate3d(-126px, -52px, 1px) rotateY(180deg);top:71.85px}[data-gwd-group="Group59"] .gwd-grp-hm93.gwd-div-khv4{transform:translate3d(25px, -139px, 0);-webkit-transform:translate3d(25px, -139px, 0);-moz-transform:translate3d(25px, -139px, 0);top:139px}[data-gwd-group="Group585"] .gwd-grp-1uxy.gwd-div-6gze{border-color:rgba(0,0,0,0);left:50%;position:absolute;top:-4.35478%;width:457px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;opacity:0;transform:translate3d(-228px, 43px, 0) rotateY(180deg) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(-228px, 43px, 0) rotateY(180deg) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(-228px, 43px, 0) rotateY(180deg) scale3d(0.8, 0.8, 0.8)}@keyframes gwd-gen-jf7vgwdanimation_gwd-keyframes{0%{opacity:0;left:50%;transform:translate3d(-228px, 43px, 0) rotateY(180deg) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(-228px, 43px, 0) rotateY(180deg) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(-228px, 43px, 0) rotateY(180deg) scale3d(0.8, 0.8, 0.8);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{opacity:1;left:50%;transform:translate3d(-228px, 43px, 0) rotateY(180deg) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(-228px, 43px, 0) rotateY(180deg) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(-228px, 43px, 0) rotateY(180deg) scale3d(0.8, 0.8, 0.8);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group585"] .gwd-gen-jf7vgwdanimation{animation:gwd-gen-jf7vgwdanimation_gwd-keyframes .5s linear 1.5s 1 normal forwards;-webkit-animation:gwd-gen-jf7vgwdanimation_gwd-keyframes .5s linear 1.5s 1 normal forwards;-moz-animation:gwd-gen-jf7vgwdanimation_gwd-keyframes .5s linear 1.5s 1 normal forwards}[data-gwd-group="Group593"] .gwd-grp-108y.gwd-img-q7nu{position:absolute;width:311px;height:356px;left:100%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(-315px, 0, 0);-webkit-transform:translate3d(-315px, 0, 0);-moz-transform:translate3d(-315px, 0, 0);top:0px}[data-gwd-group="Group593"]{width:1200px;height:356px}.gwd-div-c5vf{position:absolute;width:334px;left:100%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:11px;transform:translate3d(-4px, -2px, 0);-webkit-transform:translate3d(-4px, -2px, 0);-moz-transform:translate3d(-4px, -2px, 0)}[data-gwd-group="Group594"]{width:300.104px;height:365.732px}.gwd-div-15jo{position:absolute;width:356px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;left:52.75%;top:2.2678px;opacity:0;transform:translate3d(-433px, 0, 0);-webkit-transform:translate3d(-433px, 0, 0);-moz-transform:translate3d(-433px, 0, 0)}.gwd-div-19tt{position:absolute;overflow:hidden;width:180px;height:96px;top:-11px;left:811px}[data-gwd-group="Group595"] .gwd-grp-8qex.gwd-img-m92t{position:absolute;width:200px;height:146px;top:0px;left:50%;transform:translate3d(-100px, 0, 0);-webkit-transform:translate3d(-100px, 0, 0);-moz-transform:translate3d(-100px, 0, 0);transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d}[data-gwd-group="Group595"]{width:200px;height:146px}.gwd-div-15oh{height:96px;transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);opacity:0}[data-gwd-group="Group594"] .gwd-grp-1nck.gwd-img-c1g7{position:absolute;width:120px;height:194px;-ms-transform-origin:31px 176.635px 0px;transform-origin:31px 176.635px 0px;-webkit-transform-origin:31px 176.635px 0px;-moz-transform-origin:31px 176.635px 0px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(1px, 0, 0) rotateZ(4deg);-webkit-transform:translate3d(1px, 0, 0) rotateZ(4deg);-moz-transform:translate3d(1px, 0, 0) rotateZ(4deg);left:167px;top:1.7322px}[data-gwd-group="Group594"] .gwd-grp-1nck.gwd-img-1q2g{position:absolute;width:284px;height:365px;left:0px;top:0.732201px}@keyframes gwd-gen-1b79gwdanimation_gwd-keyframes{0%{transform:translate3d(1px, 0, 0) rotateZ(4deg);-webkit-transform:translate3d(1px, 0, 0) rotateZ(4deg);-moz-transform:translate3d(1px, 0, 0) rotateZ(4deg);transform-origin:31px 176.635px 0px;-webkit-transform-origin:31px 176.635px 0px;-moz-transform-origin:31px 176.635px 0px;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}50%{transform:translate3d(1px, 0, 0) rotateZ(-10deg);-webkit-transform:translate3d(1px, 0, 0) rotateZ(-10deg);-moz-transform:translate3d(1px, 0, 0) rotateZ(-10deg);transform-origin:31px 176.635px 0px;-webkit-transform-origin:31px 176.635px 0px;-moz-transform-origin:31px 176.635px 0px;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(1px, 0, 0) rotateZ(4deg);-webkit-transform:translate3d(1px, 0, 0) rotateZ(4deg);-moz-transform:translate3d(1px, 0, 0) rotateZ(4deg);transform-origin:31px 176.635px 0px;-webkit-transform-origin:31px 176.635px 0px;-moz-transform-origin:31px 176.635px 0px;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group594"] .gwd-gen-1b79gwdanimation{animation:gwd-gen-1b79gwdanimation_gwd-keyframes 2s linear 0s infinite normal forwards;-webkit-animation:gwd-gen-1b79gwdanimation_gwd-keyframes 2s linear 0s infinite normal forwards;-moz-animation:gwd-gen-1b79gwdanimation_gwd-keyframes 2s linear 0s infinite normal forwards}@keyframes gwd-gen-1gs1gwdanimation_gwd-keyframes{0%{transform:translate3d(-4px, -2px, 0);-webkit-transform:translate3d(-4px, -2px, 0);-moz-transform:translate3d(-4px, -2px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-335px, -2px, 0);-webkit-transform:translate3d(-335px, -2px, 0);-moz-transform:translate3d(-335px, -2px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}#wrapp .gwd-gen-1gs1gwdanimation{animation:gwd-gen-1gs1gwdanimation_gwd-keyframes .5s linear 3.7s 1 normal forwards;-webkit-animation:gwd-gen-1gs1gwdanimation_gwd-keyframes .5s linear 3.7s 1 normal forwards;-moz-animation:gwd-gen-1gs1gwdanimation_gwd-keyframes .5s linear 3.7s 1 normal forwards}@keyframes gwd-gen-m8u8gwdanimation_gwd-keyframes{0%{transform:translate3d(-433px, 0, 0);-webkit-transform:translate3d(-433px, 0, 0);-moz-transform:translate3d(-433px, 0, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}16.67%{transform:translate3d(-413px, 0, 0);-webkit-transform:translate3d(-413px, 0, 0);-moz-transform:translate3d(-413px, 0, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-183px, 0, 0);-webkit-transform:translate3d(-183px, 0, 0);-moz-transform:translate3d(-183px, 0, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}#wrapp .gwd-gen-m8u8gwdanimation{animation:gwd-gen-m8u8gwdanimation_gwd-keyframes .6s linear 3.6s 1 normal forwards;-webkit-animation:gwd-gen-m8u8gwdanimation_gwd-keyframes .6s linear 3.6s 1 normal forwards;-moz-animation:gwd-gen-m8u8gwdanimation_gwd-keyframes .6s linear 3.6s 1 normal forwards}@keyframes gwd-gen-p5p0gwdanimation_gwd-keyframes{0%{transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}#wrapp .gwd-gen-p5p0gwdanimation{animation:gwd-gen-p5p0gwdanimation_gwd-keyframes .5s linear 4s 1 normal forwards;-webkit-animation:gwd-gen-p5p0gwdanimation_gwd-keyframes .5s linear 4s 1 normal forwards;-moz-animation:gwd-gen-p5p0gwdanimation_gwd-keyframes .5s linear 4s 1 normal forwards}[data-gwd-group="Group592"] .gwd-grp-1m2t.gwd-img-qkg8{position:absolute;width:112px;height:121px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:50%;transform:translate3d(-56px, -110px, 0);-webkit-transform:translate3d(-56px, -110px, 0);-moz-transform:translate3d(-56px, -110px, 0)}[data-gwd-group="Group592"]{width:160px;height:164px}[data-gwd-group="Group591"] .gwd-grp-zdab.gwd-img-9699{position:absolute;width:188px;height:146px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:50%;transform:translate3d(-95px, -88px, 0);-webkit-transform:translate3d(-95px, -88px, 0);-moz-transform:translate3d(-95px, -88px, 0)}[data-gwd-group="Group591"]{width:160px;height:164px}[data-gwd-group="Group590"] .gwd-grp-94lw.gwd-img-mz1y{position:absolute;width:135px;height:140px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:50%;transform:translate3d(-7px, -70px, 0);-webkit-transform:translate3d(-7px, -70px, 0);-moz-transform:translate3d(-7px, -70px, 0)}[data-gwd-group="Group590"]{width:160px;height:164px}[data-gwd-group="Group589"] .gwd-grp-1ayb.gwd-img-1q88{position:absolute;width:131px;height:138px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:50%;transform:translate3d(-126px, -61px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-126px, -61px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-126px, -61px, 0) rotateZ(0deg) scale3d(1, 1, 1)}[data-gwd-group="Group589"]{width:160px;height:164px}[data-gwd-group="Group588"]{width:186.194px;height:232.508px}[data-gwd-group="Group588"] .gwd-grp-ck3r.gwd-div-yzk1{position:absolute;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(0, 140px, 0) rotateZ(100deg) scale3d(0.7, 0.7, 0.7);-webkit-transform:translate3d(0, 140px, 0) rotateZ(100deg) scale3d(0.7, 0.7, 0.7);-moz-transform:translate3d(0, 140px, 0) rotateZ(100deg) scale3d(0.7, 0.7, 0.7);opacity:0;left:38.1937px;top:-54.6091px}[data-gwd-group="Group588"] .gwd-grp-ck3r.gwd-div-1ab3{position:absolute;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(-27px, 72px, 0) rotateZ(40deg) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(-27px, 72px, 0) rotateZ(40deg) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(-27px, 72px, 0) rotateZ(40deg) scale3d(0.8, 0.8, 0.8);opacity:0;left:38.1937px;top:-62.6091px}[data-gwd-group="Group588"] .gwd-grp-ck3r.gwd-div-kji2{position:absolute;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);opacity:0;left:42.1937px;top:-63.6091px}[data-gwd-group="Group588"] .gwd-grp-ck3r.gwd-div-cjzm{position:absolute;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);opacity:0;left:42.1937px;top:-63.6091px}@keyframes gwd-gen-p0hlgwdanimation_gwd-keyframes{0%{transform:translate3d(0, 140px, 0) rotateZ(100deg) scale3d(0.7, 0.7, 0.7);-webkit-transform:translate3d(0, 140px, 0) rotateZ(100deg) scale3d(0.7, 0.7, 0.7);-moz-transform:translate3d(0, 140px, 0) rotateZ(100deg) scale3d(0.7, 0.7, 0.7);opacity:0;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}0.95%{transform:translate3d(0, 140px, 0) rotateZ(100deg) scale3d(0.7, 0.7, 0.7);-webkit-transform:translate3d(0, 140px, 0) rotateZ(100deg) scale3d(0.7, 0.7, 0.7);-moz-transform:translate3d(0, 140px, 0) rotateZ(100deg) scale3d(0.7, 0.7, 0.7);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}5.71%{transform:translate3d(2px, 6px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(2px, 6px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(2px, 6px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}7.62%{transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}38.1%{transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}42.86%{transform:translate3d(57px, -22px, 0) rotateZ(20deg) scale3d(1, 1, 1);-webkit-transform:translate3d(57px, -22px, 0) rotateZ(20deg) scale3d(1, 1, 1);-moz-transform:translate3d(57px, -22px, 0) rotateZ(20deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}66.67%{transform:translate3d(57px, -22px, 0) rotateZ(20deg) scale3d(1, 1, 1);-webkit-transform:translate3d(57px, -22px, 0) rotateZ(20deg) scale3d(1, 1, 1);-moz-transform:translate3d(57px, -22px, 0) rotateZ(20deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}71.43%{transform:translate3d(108px, 44px, 0) rotateZ(50deg) scale3d(1, 1, 1);-webkit-transform:translate3d(108px, 44px, 0) rotateZ(50deg) scale3d(1, 1, 1);-moz-transform:translate3d(108px, 44px, 0) rotateZ(50deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}95.24%{transform:translate3d(108px, 44px, 0) rotateZ(50deg) scale3d(1, 1, 1);-webkit-transform:translate3d(108px, 44px, 0) rotateZ(50deg) scale3d(1, 1, 1);-moz-transform:translate3d(108px, 44px, 0) rotateZ(50deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group588"] .gwd-gen-p0hlgwdanimation{animation:gwd-gen-p0hlgwdanimation_gwd-keyframes 10.5s linear 2s 1 normal forwards;-webkit-animation:gwd-gen-p0hlgwdanimation_gwd-keyframes 10.5s linear 2s 1 normal forwards;-moz-animation:gwd-gen-p0hlgwdanimation_gwd-keyframes 10.5s linear 2s 1 normal forwards}@keyframes gwd-gen-ksdwgwdanimation_gwd-keyframes{0%{transform:translate3d(-27px, 72px, 0) rotateZ(40deg) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(-27px, 72px, 0) rotateZ(40deg) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(-27px, 72px, 0) rotateZ(40deg) scale3d(0.8, 0.8, 0.8);opacity:0;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}0.99%{transform:translate3d(-27px, 72px, 0) rotateZ(40deg) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(-27px, 72px, 0) rotateZ(40deg) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(-27px, 72px, 0) rotateZ(40deg) scale3d(0.8, 0.8, 0.8);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}5.94%{transform:translate3d(-13px, 27px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-13px, 27px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-13px, 27px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}8.91%{transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}35.64%{transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}40.59%{transform:translate3d(-122px, 58px, 0) rotateZ(-50deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-122px, 58px, 0) rotateZ(-50deg) scale3d(1, 1, 1);-moz-transform:translate3d(-122px, 58px, 0) rotateZ(-50deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}65.35%{transform:translate3d(-122px, 58px, 0) rotateZ(-50deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-122px, 58px, 0) rotateZ(-50deg) scale3d(1, 1, 1);-moz-transform:translate3d(-122px, 58px, 0) rotateZ(-50deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}70.3%{transform:translate3d(-59px, -4px, 0) rotateZ(-24deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-59px, -4px, 0) rotateZ(-24deg) scale3d(1, 1, 1);-moz-transform:translate3d(-59px, -4px, 0) rotateZ(-24deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}95.05%{transform:translate3d(-59px, -4px, 0) rotateZ(-24deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-59px, -4px, 0) rotateZ(-24deg) scale3d(1, 1, 1);-moz-transform:translate3d(-59px, -4px, 0) rotateZ(-24deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group588"] .gwd-gen-ksdwgwdanimation{animation:gwd-gen-ksdwgwdanimation_gwd-keyframes 10.1s linear 2.4s 1 normal forwards;-webkit-animation:gwd-gen-ksdwgwdanimation_gwd-keyframes 10.1s linear 2.4s 1 normal forwards;-moz-animation:gwd-gen-ksdwgwdanimation_gwd-keyframes 10.1s linear 2.4s 1 normal forwards}@keyframes gwd-gen-6hktgwdanimation_gwd-keyframes{0%{transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);opacity:0;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}1.04%{transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}6.25%{transform:translate3d(-3px, 33px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-3px, 33px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-3px, 33px, 0) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}10.42%{transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}32.29%{transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}37.5%{transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}94.79%{transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);opacity:0;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group588"] .gwd-gen-6hktgwdanimation{animation:gwd-gen-6hktgwdanimation_gwd-keyframes 9.6s linear 2.9s 1 normal forwards;-webkit-animation:gwd-gen-6hktgwdanimation_gwd-keyframes 9.6s linear 2.9s 1 normal forwards;-moz-animation:gwd-gen-6hktgwdanimation_gwd-keyframes 9.6s linear 2.9s 1 normal forwards}@keyframes gwd-gen-vgorgwdanimation_gwd-keyframes{0%{transform:translate3d(0, 144px, 0) rotateZ(0deg) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(0, 144px, 0) rotateZ(0deg) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(0, 144px, 0) rotateZ(0deg) scale3d(0.8, 0.8, 0.8);opacity:0;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}1.04%{transform:translate3d(0, 144px, 0) rotateZ(0deg) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(0, 144px, 0) rotateZ(0deg) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(0, 144px, 0) rotateZ(0deg) scale3d(0.8, 0.8, 0.8);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}6.25%{transform:translate3d(-3px, 33px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-3px, 33px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-3px, 33px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}10.42%{transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}32.29%{transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}37.5%{transform:translate3d(49px, 59px, 0) rotateZ(30deg) scale3d(1, 1, 1);-webkit-transform:translate3d(49px, 59px, 0) rotateZ(30deg) scale3d(1, 1, 1);-moz-transform:translate3d(49px, 59px, 0) rotateZ(30deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}63.54%{transform:translate3d(49px, 59px, 0) rotateZ(30deg) scale3d(1, 1, 1);-webkit-transform:translate3d(49px, 59px, 0) rotateZ(30deg) scale3d(1, 1, 1);-moz-transform:translate3d(49px, 59px, 0) rotateZ(30deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}68.75%{transform:translate3d(-62px, 57px, 0) rotateZ(-20deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-62px, 57px, 0) rotateZ(-20deg) scale3d(1, 1, 1);-moz-transform:translate3d(-62px, 57px, 0) rotateZ(-20deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}94.79%{transform:translate3d(-62px, 57px, 0) rotateZ(-20deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-62px, 57px, 0) rotateZ(-20deg) scale3d(1, 1, 1);-moz-transform:translate3d(-62px, 57px, 0) rotateZ(-20deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group588"] .gwd-gen-vgorgwdanimation{animation:gwd-gen-vgorgwdanimation_gwd-keyframes 9.6s linear 2.9s 1 normal forwards;-webkit-animation:gwd-gen-vgorgwdanimation_gwd-keyframes 9.6s linear 2.9s 1 normal forwards;-moz-animation:gwd-gen-vgorgwdanimation_gwd-keyframes 9.6s linear 2.9s 1 normal forwards}.gwd-div-6hb2{height:164px;left:42px;position:absolute;top:19px;width:160px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(626px, 71px, 0);-webkit-transform:translate3d(626px, 71px, 0);-moz-transform:translate3d(626px, 71px, 0)}[data-gwd-group="Group588"] .gwd-grp-ck3r.gwd-div-1ok7{left:1.15551px}[data-gwd-group="Group588"] .gwd-grp-ck3r.gwd-div-16b2{top:2.24885px}.gwd-img-1skc{position:absolute;width:1200px;height:460px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:0%;transform:translate3d(-660px, 0, 0);-webkit-transform:translate3d(-660px, 0, 0);-moz-transform:translate3d(-660px, 0, 0)}.gwd-img-1ujw{transform:translate3d(279px, 0, 0);-webkit-transform:translate3d(279px, 0, 0);-moz-transform:translate3d(279px, 0, 0)}@media (max-width: 1200px){[data-gwd-group="Group585"] .gwd-grp-1uxy.gwd-div-6gze{-ms-transform:matrix(1, 0, 0, 1, -800, 0);transform:matrix(1, 0, 0, 1, -800, 0);-webkit-transform:matrix(1, 0, 0, 1, -800, 0);-moz-transform:matrix(1, 0, 0, 1, -800, 0)}}[data-gwd-group="Group588"].label-1 .gwd-gen-vgorgwdanimation{animation:gwd-gen-vgorgwdanimation_gwd-keyframes_label-1 9.6s linear -1s 1 normal forwards;-webkit-animation:gwd-gen-vgorgwdanimation_gwd-keyframes_label-1 9.6s linear -1s 1 normal forwards;-moz-animation:gwd-gen-vgorgwdanimation_gwd-keyframes_label-1 9.6s linear -1s 1 normal forwards}@keyframes gwd-gen-vgorgwdanimation_gwd-keyframes_label-1{0%{transform:translate3d(0, 144px, 0) rotateZ(0deg) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(0, 144px, 0) rotateZ(0deg) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(0, 144px, 0) rotateZ(0deg) scale3d(0.8, 0.8, 0.8);opacity:0;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}1.04%{transform:translate3d(0, 144px, 0) rotateZ(0deg) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(0, 144px, 0) rotateZ(0deg) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(0, 144px, 0) rotateZ(0deg) scale3d(0.8, 0.8, 0.8);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}6.25%{transform:translate3d(-3px, 33px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-3px, 33px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-3px, 33px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}10.42%{transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}32.29%{transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}37.5%{transform:translate3d(49px, 59px, 0) rotateZ(30deg) scale3d(1, 1, 1);-webkit-transform:translate3d(49px, 59px, 0) rotateZ(30deg) scale3d(1, 1, 1);-moz-transform:translate3d(49px, 59px, 0) rotateZ(30deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}63.54%{transform:translate3d(49px, 59px, 0) rotateZ(30deg) scale3d(1, 1, 1);-webkit-transform:translate3d(49px, 59px, 0) rotateZ(30deg) scale3d(1, 1, 1);-moz-transform:translate3d(49px, 59px, 0) rotateZ(30deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}68.75%{transform:translate3d(-62px, 57px, 0) rotateZ(-20deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-62px, 57px, 0) rotateZ(-20deg) scale3d(1, 1, 1);-moz-transform:translate3d(-62px, 57px, 0) rotateZ(-20deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}94.79%{transform:translate3d(-62px, 57px, 0) rotateZ(-20deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-62px, 57px, 0) rotateZ(-20deg) scale3d(1, 1, 1);-moz-transform:translate3d(-62px, 57px, 0) rotateZ(-20deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group588"].label-1 .gwd-gen-6hktgwdanimation{animation:gwd-gen-6hktgwdanimation_gwd-keyframes_label-1 9.6s linear -1s 1 normal forwards;-webkit-animation:gwd-gen-6hktgwdanimation_gwd-keyframes_label-1 9.6s linear -1s 1 normal forwards;-moz-animation:gwd-gen-6hktgwdanimation_gwd-keyframes_label-1 9.6s linear -1s 1 normal forwards}@keyframes gwd-gen-6hktgwdanimation_gwd-keyframes_label-1{0%{transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);opacity:0;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}1.04%{transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}6.25%{transform:translate3d(-3px, 33px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-3px, 33px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-3px, 33px, 0) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}10.42%{transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}32.29%{transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}37.5%{transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}94.79%{transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);opacity:0;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group588"].label-1 .gwd-gen-ksdwgwdanimation{animation:gwd-gen-ksdwgwdanimation_gwd-keyframes_label-1 10.1s linear -1.5s 1 normal forwards;-webkit-animation:gwd-gen-ksdwgwdanimation_gwd-keyframes_label-1 10.1s linear -1.5s 1 normal forwards;-moz-animation:gwd-gen-ksdwgwdanimation_gwd-keyframes_label-1 10.1s linear -1.5s 1 normal forwards}@keyframes gwd-gen-ksdwgwdanimation_gwd-keyframes_label-1{0%{transform:translate3d(-27px, 72px, 0) rotateZ(40deg) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(-27px, 72px, 0) rotateZ(40deg) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(-27px, 72px, 0) rotateZ(40deg) scale3d(0.8, 0.8, 0.8);opacity:0;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}0.99%{transform:translate3d(-27px, 72px, 0) rotateZ(40deg) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(-27px, 72px, 0) rotateZ(40deg) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(-27px, 72px, 0) rotateZ(40deg) scale3d(0.8, 0.8, 0.8);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}5.94%{transform:translate3d(-13px, 27px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-13px, 27px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-13px, 27px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}8.91%{transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}35.64%{transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}40.59%{transform:translate3d(-122px, 58px, 0) rotateZ(-50deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-122px, 58px, 0) rotateZ(-50deg) scale3d(1, 1, 1);-moz-transform:translate3d(-122px, 58px, 0) rotateZ(-50deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}65.35%{transform:translate3d(-122px, 58px, 0) rotateZ(-50deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-122px, 58px, 0) rotateZ(-50deg) scale3d(1, 1, 1);-moz-transform:translate3d(-122px, 58px, 0) rotateZ(-50deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}70.3%{transform:translate3d(-59px, -4px, 0) rotateZ(-24deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-59px, -4px, 0) rotateZ(-24deg) scale3d(1, 1, 1);-moz-transform:translate3d(-59px, -4px, 0) rotateZ(-24deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}95.05%{transform:translate3d(-59px, -4px, 0) rotateZ(-24deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-59px, -4px, 0) rotateZ(-24deg) scale3d(1, 1, 1);-moz-transform:translate3d(-59px, -4px, 0) rotateZ(-24deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group588"].label-1 .gwd-gen-p0hlgwdanimation{animation:gwd-gen-p0hlgwdanimation_gwd-keyframes_label-1 10.5s linear -1.9s 1 normal forwards;-webkit-animation:gwd-gen-p0hlgwdanimation_gwd-keyframes_label-1 10.5s linear -1.9s 1 normal forwards;-moz-animation:gwd-gen-p0hlgwdanimation_gwd-keyframes_label-1 10.5s linear -1.9s 1 normal forwards}@keyframes gwd-gen-p0hlgwdanimation_gwd-keyframes_label-1{0%{transform:translate3d(0, 140px, 0) rotateZ(100deg) scale3d(0.7, 0.7, 0.7);-webkit-transform:translate3d(0, 140px, 0) rotateZ(100deg) scale3d(0.7, 0.7, 0.7);-moz-transform:translate3d(0, 140px, 0) rotateZ(100deg) scale3d(0.7, 0.7, 0.7);opacity:0;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}0.95%{transform:translate3d(0, 140px, 0) rotateZ(100deg) scale3d(0.7, 0.7, 0.7);-webkit-transform:translate3d(0, 140px, 0) rotateZ(100deg) scale3d(0.7, 0.7, 0.7);-moz-transform:translate3d(0, 140px, 0) rotateZ(100deg) scale3d(0.7, 0.7, 0.7);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}5.71%{transform:translate3d(2px, 6px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(2px, 6px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(2px, 6px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}7.62%{transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}38.1%{transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}42.86%{transform:translate3d(57px, -22px, 0) rotateZ(20deg) scale3d(1, 1, 1);-webkit-transform:translate3d(57px, -22px, 0) rotateZ(20deg) scale3d(1, 1, 1);-moz-transform:translate3d(57px, -22px, 0) rotateZ(20deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}66.67%{transform:translate3d(57px, -22px, 0) rotateZ(20deg) scale3d(1, 1, 1);-webkit-transform:translate3d(57px, -22px, 0) rotateZ(20deg) scale3d(1, 1, 1);-moz-transform:translate3d(57px, -22px, 0) rotateZ(20deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}71.43%{transform:translate3d(108px, 44px, 0) rotateZ(50deg) scale3d(1, 1, 1);-webkit-transform:translate3d(108px, 44px, 0) rotateZ(50deg) scale3d(1, 1, 1);-moz-transform:translate3d(108px, 44px, 0) rotateZ(50deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}95.24%{transform:translate3d(108px, 44px, 0) rotateZ(50deg) scale3d(1, 1, 1);-webkit-transform:translate3d(108px, 44px, 0) rotateZ(50deg) scale3d(1, 1, 1);-moz-transform:translate3d(108px, 44px, 0) rotateZ(50deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group511"].coins1 .gwd-gen-bxe8gwdanimation{animation:gwd-gen-bxe8gwdanimation_gwd-keyframes_coins1 1s linear .4s infinite normal forwards;-webkit-animation:gwd-gen-bxe8gwdanimation_gwd-keyframes_coins1 1s linear .4s infinite normal forwards;-moz-animation:gwd-gen-bxe8gwdanimation_gwd-keyframes_coins1 1s linear .4s infinite normal forwards}@keyframes gwd-gen-bxe8gwdanimation_gwd-keyframes_coins1{0%{transform:translate3d(-26px, -21px, 0);-webkit-transform:translate3d(-26px, -21px, 0);-moz-transform:translate3d(-26px, -21px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}50%{transform:translate3d(-26px, 68px, 0);-webkit-transform:translate3d(-26px, 68px, 0);-moz-transform:translate3d(-26px, 68px, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-26px, 194px, 0);-webkit-transform:translate3d(-26px, 194px, 0);-moz-transform:translate3d(-26px, 194px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group511"].coins1 .gwd-gen-17xrgwdanimation{animation:gwd-gen-17xrgwdanimation_gwd-keyframes_coins1 1s linear 1.4s infinite normal forwards;-webkit-animation:gwd-gen-17xrgwdanimation_gwd-keyframes_coins1 1s linear 1.4s infinite normal forwards;-moz-animation:gwd-gen-17xrgwdanimation_gwd-keyframes_coins1 1s linear 1.4s infinite normal forwards}@keyframes gwd-gen-17xrgwdanimation_gwd-keyframes_coins1{0%{transform:translate3d(-26px, -21px, 0);-webkit-transform:translate3d(-26px, -21px, 0);-moz-transform:translate3d(-26px, -21px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}50%{transform:translate3d(-26px, 68px, 0);-webkit-transform:translate3d(-26px, 68px, 0);-moz-transform:translate3d(-26px, 68px, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-26px, 194px, 0);-webkit-transform:translate3d(-26px, 194px, 0);-moz-transform:translate3d(-26px, 194px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group511"].coins1 .gwd-gen-akjtgwdanimation{animation:gwd-gen-akjtgwdanimation_gwd-keyframes_coins1 1s linear 0s infinite normal forwards;-webkit-animation:gwd-gen-akjtgwdanimation_gwd-keyframes_coins1 1s linear 0s infinite normal forwards;-moz-animation:gwd-gen-akjtgwdanimation_gwd-keyframes_coins1 1s linear 0s infinite normal forwards}@keyframes gwd-gen-akjtgwdanimation_gwd-keyframes_coins1{0%{transform:translate3d(-28px, -22px, 0);-webkit-transform:translate3d(-28px, -22px, 0);-moz-transform:translate3d(-28px, -22px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}50%{transform:translate3d(-28px, 65px, 0);-webkit-transform:translate3d(-28px, 65px, 0);-moz-transform:translate3d(-28px, 65px, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-28px, 145px, 0);-webkit-transform:translate3d(-28px, 145px, 0);-moz-transform:translate3d(-28px, 145px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group511"].coins1 .gwd-gen-socbgwdanimation{animation:gwd-gen-socbgwdanimation_gwd-keyframes_coins1 1s linear 1s infinite normal forwards;-webkit-animation:gwd-gen-socbgwdanimation_gwd-keyframes_coins1 1s linear 1s infinite normal forwards;-moz-animation:gwd-gen-socbgwdanimation_gwd-keyframes_coins1 1s linear 1s infinite normal forwards}@keyframes gwd-gen-socbgwdanimation_gwd-keyframes_coins1{0%{transform:translate3d(-28px, -22px, 0);-webkit-transform:translate3d(-28px, -22px, 0);-moz-transform:translate3d(-28px, -22px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}50%{transform:translate3d(-28px, 65px, 0);-webkit-transform:translate3d(-28px, 65px, 0);-moz-transform:translate3d(-28px, 65px, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-28px, 145px, 0);-webkit-transform:translate3d(-28px, 145px, 0);-moz-transform:translate3d(-28px, 145px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group588"] .event-1-animation{animation:gwd-empty-animation 12.7s linear 0s 1 normal forwards;-webkit-animation:gwd-empty-animation 12.7s linear 0s 1 normal forwards;-moz-animation:gwd-empty-animation 12.7s linear 0s 1 normal forwards}@keyframes gwd-empty-animation{0%{opacity:0.001}100%{opacity:0}}[data-gwd-group="Group588"].label-1 .event-1-animation{animation:gwd-empty-animation_label-1 12.7s linear -3.9s 1 normal forwards;-webkit-animation:gwd-empty-animation_label-1 12.7s linear -3.9s 1 normal forwards;-moz-animation:gwd-empty-animation_label-1 12.7s linear -3.9s 1 normal forwards}@keyframes gwd-empty-animation_label-1{0%{opacity:0.001}100%{opacity:0}}

.gwd-div-1y20{position:absolute;background-image:none;border-image-source:none;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-color:transparent;overflow:hidden;top:0%;background-color:transparent;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;width:1200px;left:50%;height:500px;transform:translate3d(-612px, 32px, 0);-webkit-transform:translate3d(-612px, 32px, 0);-moz-transform:translate3d(-612px, 32px, 0)}.gwd-div-1lzo{left:-80px}.gwd-div-14vr{left:-28px;top:-200px}.gwd-div-1n7w{left:-168px;top:4px}.gwd-div-1a4s{left:-160px;top:-17px}.gwd-div-1r8f{left:-30px;top:17px}[data-gwd-group="Group585"] .gwd-grp-1uxy.gwd-img-12l0{position:absolute;width:353px;height:388px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:50%;opacity:0;transform:translate3d(-187px, -215px, 0) scale3d(0.18, 0.18, 0.18);-webkit-transform:translate3d(-187px, -215px, 0) scale3d(0.18, 0.18, 0.18);-moz-transform:translate3d(-187px, -215px, 0) scale3d(0.18, 0.18, 0.18)}[data-gwd-group="Group585"]{width:1200px;height:360px}.gwd-div-6nw3{position:absolute;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;width:307px;top:50%;transform:translate3d(-153px, -201px, 0) scale3d(0.71, 0.71, 0.71);-webkit-transform:translate3d(-153px, -201px, 0) scale3d(0.71, 0.71, 0.71);-moz-transform:translate3d(-153px, -201px, 0) scale3d(0.71, 0.71, 0.71)}@keyframes gwd-gen-fjsugwdanimation_gwd-keyframes{0%{transform:translate3d(-187px, -215px, 0) scale3d(0.18, 0.18, 0.18);-webkit-transform:translate3d(-187px, -215px, 0) scale3d(0.18, 0.18, 0.18);-moz-transform:translate3d(-187px, -215px, 0) scale3d(0.18, 0.18, 0.18);opacity:0;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-187px, -215px, 0) scale3d(0.98, 0.98, 0.98);-webkit-transform:translate3d(-187px, -215px, 0) scale3d(0.98, 0.98, 0.98);-moz-transform:translate3d(-187px, -215px, 0) scale3d(0.98, 0.98, 0.98);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group585"] .gwd-gen-fjsugwdanimation{animation:gwd-gen-fjsugwdanimation_gwd-keyframes .5s linear 1.5s 1 normal forwards;-webkit-animation:gwd-gen-fjsugwdanimation_gwd-keyframes .5s linear 1.5s 1 normal forwards;-moz-animation:gwd-gen-fjsugwdanimation_gwd-keyframes .5s linear 1.5s 1 normal forwards}[data-gwd-group="Group586"] .gwd-grp-d83j.gwd-img-1kk6{position:absolute;width:119px;height:120px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:50%;transform:translate3d(65px, -74px, 0);-webkit-transform:translate3d(65px, -74px, 0);-moz-transform:translate3d(65px, -74px, 0)}[data-gwd-group="Group586"] .gwd-grp-d83j.gwd-img-bbyz{opacity:1;-ms-transform-origin:139.86px 57.1938px 0px;transform-origin:139.86px 57.1938px 0px;-webkit-transform-origin:139.86px 57.1938px 0px;-moz-transform-origin:139.86px 57.1938px 0px;transform:translate3d(-44.735px, -69.2671px, 0) rotateZ(-30deg);-webkit-transform:translate3d(-44.735px, -69.2671px, 0) rotateZ(-30deg);-moz-transform:translate3d(-44.735px, -69.2671px, 0) rotateZ(-30deg)}[data-gwd-group="Group586"]{width:307px;height:360px}[data-gwd-group="Group585"] .gwd-grp-1uxy.gwd-div-1cjq{position:absolute;width:107px;height:110px;left:57px;top:116px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0)}@keyframes gwd-gen-1fhigwdanimation_gwd-keyframes{0%{transform:translate3d(-44.735px, -69.2671px, 0) rotateZ(-30deg);-webkit-transform:translate3d(-44.735px, -69.2671px, 0) rotateZ(-30deg);-moz-transform:translate3d(-44.735px, -69.2671px, 0) rotateZ(-30deg);transform-origin:139.86px 57.1938px 0px;-webkit-transform-origin:139.86px 57.1938px 0px;-moz-transform-origin:139.86px 57.1938px 0px;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}46.67%{transform:translate3d(-44.735px, -69.2671px, 0) rotateZ(2deg);-webkit-transform:translate3d(-44.735px, -69.2671px, 0) rotateZ(2deg);-moz-transform:translate3d(-44.735px, -69.2671px, 0) rotateZ(2deg);transform-origin:139.86px 57.1938px 0px;-webkit-transform-origin:139.86px 57.1938px 0px;-moz-transform-origin:139.86px 57.1938px 0px;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-44.735px, -69.2671px, 0) rotateZ(-30deg);-webkit-transform:translate3d(-44.735px, -69.2671px, 0) rotateZ(-30deg);-moz-transform:translate3d(-44.735px, -69.2671px, 0) rotateZ(-30deg);transform-origin:139.86px 57.1938px 0px;-webkit-transform-origin:139.86px 57.1938px 0px;-moz-transform-origin:139.86px 57.1938px 0px;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group586"] .gwd-gen-1fhigwdanimation{animation:gwd-gen-1fhigwdanimation_gwd-keyframes 1.5s linear 0s infinite normal forwards;-webkit-animation:gwd-gen-1fhigwdanimation_gwd-keyframes 1.5s linear 0s infinite normal forwards;-moz-animation:gwd-gen-1fhigwdanimation_gwd-keyframes 1.5s linear 0s infinite normal forwards}[data-gwd-group="Group585"] .gwd-grp-1uxy.gwd-div-1nb1{transform:translate3d(77px, 0, 0) rotateY(180deg);-webkit-transform:translate3d(77px, 0, 0) rotateY(180deg);-moz-transform:translate3d(77px, 0, 0) rotateY(180deg);opacity:0}[data-gwd-group="Group585"] .gwd-grp-1uxy.gwd-div-fr61{left:47px;opacity:0}@keyframes gwd-gen-rrtqgwdanimation_gwd-keyframes{0%{transform:translate3d(77px, 0, 0) rotateY(180deg);-webkit-transform:translate3d(77px, 0, 0) rotateY(180deg);-moz-transform:translate3d(77px, 0, 0) rotateY(180deg);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}16.67%{transform:translate3d(77px, 0, 0) rotateY(180deg);-webkit-transform:translate3d(77px, 0, 0) rotateY(180deg);-moz-transform:translate3d(77px, 0, 0) rotateY(180deg);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(174px, 0, 0) rotateY(180deg);-webkit-transform:translate3d(174px, 0, 0) rotateY(180deg);-moz-transform:translate3d(174px, 0, 0) rotateY(180deg);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group585"] .gwd-gen-rrtqgwdanimation{animation:gwd-gen-rrtqgwdanimation_gwd-keyframes .6s linear .9s 1 normal forwards;-webkit-animation:gwd-gen-rrtqgwdanimation_gwd-keyframes .6s linear .9s 1 normal forwards;-moz-animation:gwd-gen-rrtqgwdanimation_gwd-keyframes .6s linear .9s 1 normal forwards}@keyframes gwd-gen-j98kgwdanimation_gwd-keyframes{0%{transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}16.67%{transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-88px, 0, 0);-webkit-transform:translate3d(-88px, 0, 0);-moz-transform:translate3d(-88px, 0, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group585"] .gwd-gen-j98kgwdanimation{animation:gwd-gen-j98kgwdanimation_gwd-keyframes .6s linear .9s 1 normal forwards;-webkit-animation:gwd-gen-j98kgwdanimation_gwd-keyframes .6s linear .9s 1 normal forwards;-moz-animation:gwd-gen-j98kgwdanimation_gwd-keyframes .6s linear .9s 1 normal forwards}[data-gwd-group="Group587"] .gwd-grp-1gd2.gwd-img-1i8z{position:absolute;width:230px;height:172px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:50%;transform:translate3d(-119px, -86px, 0) scale3d(0.9, 0.9, 0.9);-webkit-transform:translate3d(-119px, -86px, 0) scale3d(0.9, 0.9, 0.9);-moz-transform:translate3d(-119px, -86px, 0) scale3d(0.9, 0.9, 0.9)}[data-gwd-group="Group587"]{width:307px;height:360px}[data-gwd-group="Group585"] .gwd-grp-1uxy.gwd-div-v8mh{position:absolute;left:0px;top:0px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:scale3d(0.001, 0.001, 0.001);-webkit-transform:scale3d(0.001, 0.001, 0.001);-moz-transform:scale3d(0.001, 0.001, 0.001);opacity:0}@keyframes gwd-gen-1mnigwdanimation_gwd-keyframes{0%{transform:scale3d(0.001, 0.001, 0.001);-webkit-transform:scale3d(0.001, 0.001, 0.001);-moz-transform:scale3d(0.001, 0.001, 0.001);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}3.33%{transform:scale3d(0.001, 0.001, 0.001);-webkit-transform:scale3d(0.001, 0.001, 0.001);-moz-transform:scale3d(0.001, 0.001, 0.001);opacity:1;animation-timing-function:cubic-bezier(0.725, -0.341, 0.205, 1.279);-webkit-animation-timing-function:cubic-bezier(0.725, -0.341, 0.205, 1.279);-moz-animation-timing-function:cubic-bezier(0.725, -0.341, 0.205, 1.279)}33.33%{transform:scale3d(1.2, 1.2, 1.2);-webkit-transform:scale3d(1.2, 1.2, 1.2);-moz-transform:scale3d(1.2, 1.2, 1.2);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:scale3d(1.2, 1.2, 1.2);-webkit-transform:scale3d(1.2, 1.2, 1.2);-moz-transform:scale3d(1.2, 1.2, 1.2);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group585"] .gwd-gen-1mnigwdanimation{animation:gwd-gen-1mnigwdanimation_gwd-keyframes 3s linear 0s 1 normal forwards;-webkit-animation:gwd-gen-1mnigwdanimation_gwd-keyframes 3s linear 0s 1 normal forwards;-moz-animation:gwd-gen-1mnigwdanimation_gwd-keyframes 3s linear 0s 1 normal forwards}@keyframes gwd-gen-sus1gwdanimation_gwd-keyframes{0%{transform:translate3d(-119px, -86px, 0) scale3d(0.9, 0.9, 0.9);-webkit-transform:translate3d(-119px, -86px, 0) scale3d(0.9, 0.9, 0.9);-moz-transform:translate3d(-119px, -86px, 0) scale3d(0.9, 0.9, 0.9);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}10%{transform:translate3d(-119px, -86px, 0) scale3d(0.92, 0.92, 0.92);-webkit-transform:translate3d(-119px, -86px, 0) scale3d(0.92, 0.92, 0.92);-moz-transform:translate3d(-119px, -86px, 0) scale3d(0.92, 0.92, 0.92);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}20%{transform:translate3d(-119px, -86px, 0) scale3d(0.9, 0.9, 0.9);-webkit-transform:translate3d(-119px, -86px, 0) scale3d(0.9, 0.9, 0.9);-moz-transform:translate3d(-119px, -86px, 0) scale3d(0.9, 0.9, 0.9);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}30%{transform:translate3d(-119px, -86px, 0) scale3d(0.95, 0.95, 0.95);-webkit-transform:translate3d(-119px, -86px, 0) scale3d(0.95, 0.95, 0.95);-moz-transform:translate3d(-119px, -86px, 0) scale3d(0.95, 0.95, 0.95);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}40%{transform:translate3d(-119px, -86px, 0) scale3d(0.9, 0.9, 0.9);-webkit-transform:translate3d(-119px, -86px, 0) scale3d(0.9, 0.9, 0.9);-moz-transform:translate3d(-119px, -86px, 0) scale3d(0.9, 0.9, 0.9);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-119px, -86px, 0) scale3d(0.9, 0.9, 0.9);-webkit-transform:translate3d(-119px, -86px, 0) scale3d(0.9, 0.9, 0.9);-moz-transform:translate3d(-119px, -86px, 0) scale3d(0.9, 0.9, 0.9);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group587"] .gwd-gen-sus1gwdanimation{animation:gwd-gen-sus1gwdanimation_gwd-keyframes 3s linear 0s infinite normal forwards;-webkit-animation:gwd-gen-sus1gwdanimation_gwd-keyframes 3s linear 0s infinite normal forwards;-moz-animation:gwd-gen-sus1gwdanimation_gwd-keyframes 3s linear 0s infinite normal forwards}[data-gwd-group="Group411"]{width:1200px;height:85.9919px}[data-gwd-group="Group411"] .gwd-grp-8xnt.gwd-img-yhar{display:block;height:69px;left:50%;opacity:0;position:absolute;top:22px;width:57px;-ms-transform:matrix(1, 0, 0, 1, -26, -21);transform:matrix(1, 0, 0, 1, -26, -21);-webkit-transform:matrix(1, 0, 0, 1, -26, -21);-moz-transform:matrix(1, 0, 0, 1, -26, -21);transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d}[data-gwd-group="Group411"] .gwd-grp-8xnt.gwd-img-buc2{display:block;height:69px;left:50%;opacity:0;position:absolute;top:22px;width:57px;-ms-transform:matrix(1, 0, 0, 1, -26, -21);transform:matrix(1, 0, 0, 1, -26, -21);-webkit-transform:matrix(1, 0, 0, 1, -26, -21);-moz-transform:matrix(1, 0, 0, 1, -26, -21);transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d}[data-gwd-group="Group411"] .gwd-grp-8xnt.gwd-img-9j7q{display:block;height:86px;left:50%;position:absolute;top:22px;width:72px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d}[data-gwd-group="Group411"] .gwd-grp-8xnt.gwd-img-vhr9{display:block;height:86px;left:50%;opacity:0;position:absolute;top:22px;width:72px;-ms-transform:matrix(1, 0, 0, 1, -28, -22);transform:matrix(1, 0, 0, 1, -28, -22);-webkit-transform:matrix(1, 0, 0, 1, -28, -22);-moz-transform:matrix(1, 0, 0, 1, -28, -22);transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d}[data-gwd-group="Group411"] .gwd-grp-8xnt.gwd-img-1isz{height:69px;width:57px}[data-gwd-group="Group411"] .gwd-grp-8xnt.gwd-img-ytzb{height:69px;width:57px}[data-gwd-group="Group411"] .gwd-grp-8xnt.gwd-img-p1v9{height:86px;width:72px}[data-gwd-group="Group411"] .gwd-grp-8xnt.gwd-img-6wg8{height:86px;width:72px}[data-gwd-group="Group411"] .gwd-gen-p8n6gwdanimation{animation:gwd-gen-p8n6gwdanimation_gwd-keyframes 1s linear 0s infinite normal forwards;-webkit-animation:gwd-gen-p8n6gwdanimation_gwd-keyframes 1s linear 0s infinite normal forwards;-moz-animation:gwd-gen-p8n6gwdanimation_gwd-keyframes 1s linear 0s infinite normal forwards}[data-gwd-group="Group411"] .gwd-gen-bixvgwdanimation{animation:gwd-gen-bixvgwdanimation_gwd-keyframes 1s linear 2.5s infinite normal forwards;-webkit-animation:gwd-gen-bixvgwdanimation_gwd-keyframes 1s linear 2.5s infinite normal forwards;-moz-animation:gwd-gen-bixvgwdanimation_gwd-keyframes 1s linear 2.5s infinite normal forwards}[data-gwd-group="Group411"] .gwd-gen-1xapgwdanimation{animation:gwd-gen-1xapgwdanimation_gwd-keyframes 1s linear .5s infinite normal forwards;-webkit-animation:gwd-gen-1xapgwdanimation_gwd-keyframes 1s linear .5s infinite normal forwards;-moz-animation:gwd-gen-1xapgwdanimation_gwd-keyframes 1s linear .5s infinite normal forwards}[data-gwd-group="Group411"] .gwd-gen-17y3gwdanimation{animation:gwd-gen-17y3gwdanimation_gwd-keyframes 1s linear 1.5s infinite normal forwards;-webkit-animation:gwd-gen-17y3gwdanimation_gwd-keyframes 1s linear 1.5s infinite normal forwards;-moz-animation:gwd-gen-17y3gwdanimation_gwd-keyframes 1s linear 1.5s infinite normal forwards}@keyframes gwd-gen-p8n6gwdanimation_gwd-keyframes{0%{transform:translate3d(-26px, -21px, 0);-webkit-transform:translate3d(-26px, -21px, 0);-moz-transform:translate3d(-26px, -21px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}50%{transform:translate3d(-26px, 68px, 0);-webkit-transform:translate3d(-26px, 68px, 0);-moz-transform:translate3d(-26px, 68px, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-26px, 194px, 0);-webkit-transform:translate3d(-26px, 194px, 0);-moz-transform:translate3d(-26px, 194px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}@keyframes gwd-gen-bixvgwdanimation_gwd-keyframes{0%{transform:translate3d(-26px, -21px, 0);-webkit-transform:translate3d(-26px, -21px, 0);-moz-transform:translate3d(-26px, -21px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}50%{transform:translate3d(-26px, 68px, 0);-webkit-transform:translate3d(-26px, 68px, 0);-moz-transform:translate3d(-26px, 68px, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-26px, 194px, 0);-webkit-transform:translate3d(-26px, 194px, 0);-moz-transform:translate3d(-26px, 194px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}@keyframes gwd-gen-1xapgwdanimation_gwd-keyframes{0%{transform:translate3d(-28px, -22px, 0);-webkit-transform:translate3d(-28px, -22px, 0);-moz-transform:translate3d(-28px, -22px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}50%{transform:translate3d(-28px, 65px, 0);-webkit-transform:translate3d(-28px, 65px, 0);-moz-transform:translate3d(-28px, 65px, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-28px, 145px, 0);-webkit-transform:translate3d(-28px, 145px, 0);-moz-transform:translate3d(-28px, 145px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}@keyframes gwd-gen-17y3gwdanimation_gwd-keyframes{0%{transform:translate3d(-28px, -22px, 0);-webkit-transform:translate3d(-28px, -22px, 0);-moz-transform:translate3d(-28px, -22px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}50%{transform:translate3d(-28px, 65px, 0);-webkit-transform:translate3d(-28px, 65px, 0);-moz-transform:translate3d(-28px, 65px, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-28px, 145px, 0);-webkit-transform:translate3d(-28px, 145px, 0);-moz-transform:translate3d(-28px, 145px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group511"] .gwd-grp-1pt2.gwd-img-9j7q{position:absolute;width:72px;height:86px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;opacity:0;transform:translate3d(-28px, 0, 0);-webkit-transform:translate3d(-28px, 0, 0);-moz-transform:translate3d(-28px, 0, 0);top:0px}[data-gwd-group="Group511"]{width:1200px;height:85.9896px}[data-gwd-group="Group511"] .gwd-grp-1pt2.gwd-img-yhar{display:block;height:69px;left:50%;position:absolute;width:57px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;opacity:0;transform:translate3d(-26px, -4px, 0);-webkit-transform:translate3d(-26px, -4px, 0);-moz-transform:translate3d(-26px, -4px, 0);top:0px}[data-gwd-group="Group511"] .gwd-grp-1pt2.gwd-img-buc2{transform:translate3d(-26px, -21px, 0);-webkit-transform:translate3d(-26px, -21px, 0);-moz-transform:translate3d(-26px, -21px, 0)}[data-gwd-group="Group511"] .gwd-grp-1pt2.gwd-img-vhr9{transform:translate3d(-28px, 1px, 0);-webkit-transform:translate3d(-28px, 1px, 0);-moz-transform:translate3d(-28px, 1px, 0)}[data-gwd-group="Group511"] .gwd-grp-1pt2.gwd-img-p1v9{transform:translate3d(-28px, -21px, 0);-webkit-transform:translate3d(-28px, -21px, 0);-moz-transform:translate3d(-28px, -21px, 0)}[data-gwd-group="Group511"] .gwd-grp-1pt2.gwd-img-6wg8{transform:translate3d(-28px, -22px, 0);-webkit-transform:translate3d(-28px, -22px, 0);-moz-transform:translate3d(-28px, -22px, 0)}[data-gwd-group="Group511"] .gwd-grp-1pt2.gwd-img-1isz{top:22px}[data-gwd-group="Group511"] .gwd-grp-1pt2.gwd-img-ytzb{top:22px}[data-gwd-group="Group511"] .gwd-grp-1pt2.gwd-img-1299{top:22px}[data-gwd-group="Group511"] .gwd-grp-1pt2.gwd-img-5v8a{top:22px}[data-gwd-group="Group511"] .gwd-gen-bxe8gwdanimation{animation:gwd-gen-bxe8gwdanimation_gwd-keyframes 1s linear .4s infinite normal forwards;-webkit-animation:gwd-gen-bxe8gwdanimation_gwd-keyframes 1s linear .4s infinite normal forwards;-moz-animation:gwd-gen-bxe8gwdanimation_gwd-keyframes 1s linear .4s infinite normal forwards}[data-gwd-group="Group511"] .gwd-gen-17xrgwdanimation{animation:gwd-gen-17xrgwdanimation_gwd-keyframes 1s linear 1.4s infinite normal forwards;-webkit-animation:gwd-gen-17xrgwdanimation_gwd-keyframes 1s linear 1.4s infinite normal forwards;-moz-animation:gwd-gen-17xrgwdanimation_gwd-keyframes 1s linear 1.4s infinite normal forwards}[data-gwd-group="Group511"] .gwd-gen-akjtgwdanimation{animation:gwd-gen-akjtgwdanimation_gwd-keyframes 1s linear 0s infinite normal forwards;-webkit-animation:gwd-gen-akjtgwdanimation_gwd-keyframes 1s linear 0s infinite normal forwards;-moz-animation:gwd-gen-akjtgwdanimation_gwd-keyframes 1s linear 0s infinite normal forwards}[data-gwd-group="Group511"] .gwd-gen-socbgwdanimation{animation:gwd-gen-socbgwdanimation_gwd-keyframes 1s linear 1s infinite normal forwards;-webkit-animation:gwd-gen-socbgwdanimation_gwd-keyframes 1s linear 1s infinite normal forwards;-moz-animation:gwd-gen-socbgwdanimation_gwd-keyframes 1s linear 1s infinite normal forwards}@keyframes gwd-gen-bxe8gwdanimation_gwd-keyframes{0%{transform:translate3d(-26px, -21px, 0);-webkit-transform:translate3d(-26px, -21px, 0);-moz-transform:translate3d(-26px, -21px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}50%{transform:translate3d(-26px, 68px, 0);-webkit-transform:translate3d(-26px, 68px, 0);-moz-transform:translate3d(-26px, 68px, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-26px, 194px, 0);-webkit-transform:translate3d(-26px, 194px, 0);-moz-transform:translate3d(-26px, 194px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}@keyframes gwd-gen-17xrgwdanimation_gwd-keyframes{0%{transform:translate3d(-26px, -21px, 0);-webkit-transform:translate3d(-26px, -21px, 0);-moz-transform:translate3d(-26px, -21px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}50%{transform:translate3d(-26px, 68px, 0);-webkit-transform:translate3d(-26px, 68px, 0);-moz-transform:translate3d(-26px, 68px, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-26px, 194px, 0);-webkit-transform:translate3d(-26px, 194px, 0);-moz-transform:translate3d(-26px, 194px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}@keyframes gwd-gen-akjtgwdanimation_gwd-keyframes{0%{transform:translate3d(-28px, -22px, 0);-webkit-transform:translate3d(-28px, -22px, 0);-moz-transform:translate3d(-28px, -22px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}50%{transform:translate3d(-28px, 65px, 0);-webkit-transform:translate3d(-28px, 65px, 0);-moz-transform:translate3d(-28px, 65px, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-28px, 145px, 0);-webkit-transform:translate3d(-28px, 145px, 0);-moz-transform:translate3d(-28px, 145px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}@keyframes gwd-gen-socbgwdanimation_gwd-keyframes{0%{transform:translate3d(-28px, -22px, 0);-webkit-transform:translate3d(-28px, -22px, 0);-moz-transform:translate3d(-28px, -22px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}50%{transform:translate3d(-28px, 65px, 0);-webkit-transform:translate3d(-28px, 65px, 0);-moz-transform:translate3d(-28px, 65px, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-28px, 145px, 0);-webkit-transform:translate3d(-28px, 145px, 0);-moz-transform:translate3d(-28px, 145px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group59"]{width:1611.4px;height:133.1px}[data-gwd-group="Group59"] .gwd-grp-hm93.gwd-div-1tw4{height:86px;left:50%;opacity:0;position:absolute;top:-71.55px;width:80px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(130px, 558px, 1px) rotateY(180deg);-webkit-transform:translate3d(130px, 558px, 1px) rotateY(180deg);-moz-transform:translate3d(130px, 558px, 1px) rotateY(180deg)}[data-gwd-group="Group59"] .gwd-grp-hm93.gwd-div-f05p{height:86px;left:50%;opacity:0;position:absolute;top:-4.4px;width:80px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(-170px, 493px, 1px);-webkit-transform:translate3d(-170px, 493px, 1px);-moz-transform:translate3d(-170px, 493px, 1px)}[data-gwd-group="Group59"] .gwd-grp-hm93.gwd-div-c6gs{top:546.6px;transform:translate3d(55px, -99px, 0);-webkit-transform:translate3d(55px, -99px, 0);-moz-transform:translate3d(55px, -99px, 0)}[data-gwd-group="Group59"] .gwd-grp-hm93.gwd-div-1vjz{top:479.45px;transform:translate3d(-156px, -22px, 1px) rotateY(180deg);-webkit-transform:translate3d(-156px, -22px, 1px) rotateY(180deg);-moz-transform:translate3d(-156px, -22px, 1px) rotateY(180deg)}@keyframes gwd-gen-1eoxgwdanimation_gwd-keyframes{0%{transform:translate3d(-126px, -52px, 1px) rotateY(180deg);-webkit-transform:translate3d(-126px, -52px, 1px) rotateY(180deg);-moz-transform:translate3d(-126px, -52px, 1px) rotateY(180deg);opacity:0;left:50%;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-124px, 0, 1px) rotateY(180deg);-webkit-transform:translate3d(-124px, 0, 1px) rotateY(180deg);-moz-transform:translate3d(-124px, 0, 1px) rotateY(180deg);opacity:1;left:50%;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group59"] .gwd-gen-1eoxgwdanimation{animation:gwd-gen-1eoxgwdanimation_gwd-keyframes .5s linear 0s 1 normal forwards;-webkit-animation:gwd-gen-1eoxgwdanimation_gwd-keyframes .5s linear 0s 1 normal forwards;-moz-animation:gwd-gen-1eoxgwdanimation_gwd-keyframes .5s linear 0s 1 normal forwards}@keyframes gwd-gen-57magwdanimation_gwd-keyframes{0%{transform:translate3d(25px, -139px, 0);-webkit-transform:translate3d(25px, -139px, 0);-moz-transform:translate3d(25px, -139px, 0);opacity:0;left:50%;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(26px, -42px, 0);-webkit-transform:translate3d(26px, -42px, 0);-moz-transform:translate3d(26px, -42px, 0);opacity:1;left:50%;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group59"] .gwd-gen-57magwdanimation{animation:gwd-gen-57magwdanimation_gwd-keyframes .5s linear 0s 1 normal forwards;-webkit-animation:gwd-gen-57magwdanimation_gwd-keyframes .5s linear 0s 1 normal forwards;-moz-animation:gwd-gen-57magwdanimation_gwd-keyframes .5s linear 0s 1 normal forwards}@keyframes gwd-gen-1x04gwdanimation_gwd-keyframes{0%{transform:translate3d(116px, -72px, 1px) scale3d(0.7, 0.7, 0.7);-webkit-transform:translate3d(116px, -72px, 1px) scale3d(0.7, 0.7, 0.7);-moz-transform:translate3d(116px, -72px, 1px) scale3d(0.7, 0.7, 0.7);opacity:0.7;left:50%;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(116px, 6px, 1px) scale3d(0.7, 0.7, 0.7);-webkit-transform:translate3d(116px, 6px, 1px) scale3d(0.7, 0.7, 0.7);-moz-transform:translate3d(116px, 6px, 1px) scale3d(0.7, 0.7, 0.7);opacity:0.7;left:50%;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group59"] .gwd-gen-1x04gwdanimation{animation:gwd-gen-1x04gwdanimation_gwd-keyframes .5s linear 0s 1 normal forwards;-webkit-animation:gwd-gen-1x04gwdanimation_gwd-keyframes .5s linear 0s 1 normal forwards;-moz-animation:gwd-gen-1x04gwdanimation_gwd-keyframes .5s linear 0s 1 normal forwards}@keyframes gwd-gen-1lncgwdanimation_gwd-keyframes{0%{transform:translate3d(55px, -79px, 0) scale3d(0.7, 0.7, 0.7);-webkit-transform:translate3d(55px, -79px, 0) scale3d(0.7, 0.7, 0.7);-moz-transform:translate3d(55px, -79px, 0) scale3d(0.7, 0.7, 0.7);opacity:0;left:50%;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(55px, -40px, 0) scale3d(0.7, 0.7, 0.7);-webkit-transform:translate3d(55px, -40px, 0) scale3d(0.7, 0.7, 0.7);-moz-transform:translate3d(55px, -40px, 0) scale3d(0.7, 0.7, 0.7);opacity:0;left:50%;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group59"] .gwd-gen-1lncgwdanimation{animation:gwd-gen-1lncgwdanimation_gwd-keyframes .5s linear 0s 1 normal forwards;-webkit-animation:gwd-gen-1lncgwdanimation_gwd-keyframes .5s linear 0s 1 normal forwards;-moz-animation:gwd-gen-1lncgwdanimation_gwd-keyframes .5s linear 0s 1 normal forwards}[data-gwd-group="Group59"] .gwd-grp-hm93.gwd-div-uby4{opacity:0.7;transform:translate3d(116px, -72px, 1px) scale3d(0.7, 0.7, 0.7);-webkit-transform:translate3d(116px, -72px, 1px) scale3d(0.7, 0.7, 0.7);-moz-transform:translate3d(116px, -72px, 1px) scale3d(0.7, 0.7, 0.7);top:71.85px}[data-gwd-group="Group59"] .gwd-grp-hm93.gwd-div-1185{opacity:0;transform:translate3d(55px, -79px, 0) scale3d(0.7, 0.7, 0.7);-webkit-transform:translate3d(55px, -79px, 0) scale3d(0.7, 0.7, 0.7);-moz-transform:translate3d(55px, -79px, 0) scale3d(0.7, 0.7, 0.7);top:139px}[data-gwd-group="Group59"] .gwd-grp-hm93.gwd-div-1cu8{transform:translate3d(-126px, -52px, 1px) rotateY(180deg);-webkit-transform:translate3d(-126px, -52px, 1px) rotateY(180deg);-moz-transform:translate3d(-126px, -52px, 1px) rotateY(180deg);top:71.85px}[data-gwd-group="Group59"] .gwd-grp-hm93.gwd-div-khv4{transform:translate3d(25px, -139px, 0);-webkit-transform:translate3d(25px, -139px, 0);-moz-transform:translate3d(25px, -139px, 0);top:139px}[data-gwd-group="Group585"] .gwd-grp-1uxy.gwd-div-6gze{border-color:rgba(0,0,0,0);left:50%;position:absolute;top:-4.35478%;width:457px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;opacity:0;transform:translate3d(-228px, 43px, 0) rotateY(180deg) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(-228px, 43px, 0) rotateY(180deg) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(-228px, 43px, 0) rotateY(180deg) scale3d(0.8, 0.8, 0.8)}@keyframes gwd-gen-jf7vgwdanimation_gwd-keyframes{0%{opacity:0;left:50%;transform:translate3d(-228px, 43px, 0) rotateY(180deg) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(-228px, 43px, 0) rotateY(180deg) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(-228px, 43px, 0) rotateY(180deg) scale3d(0.8, 0.8, 0.8);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{opacity:1;left:50%;transform:translate3d(-228px, 43px, 0) rotateY(180deg) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(-228px, 43px, 0) rotateY(180deg) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(-228px, 43px, 0) rotateY(180deg) scale3d(0.8, 0.8, 0.8);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group585"] .gwd-gen-jf7vgwdanimation{animation:gwd-gen-jf7vgwdanimation_gwd-keyframes .5s linear 1.5s 1 normal forwards;-webkit-animation:gwd-gen-jf7vgwdanimation_gwd-keyframes .5s linear 1.5s 1 normal forwards;-moz-animation:gwd-gen-jf7vgwdanimation_gwd-keyframes .5s linear 1.5s 1 normal forwards}[data-gwd-group="Group593"] .gwd-grp-108y.gwd-img-q7nu{position:absolute;width:311px;height:356px;left:100%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(-315px, 0, 0);-webkit-transform:translate3d(-315px, 0, 0);-moz-transform:translate3d(-315px, 0, 0);top:0px}[data-gwd-group="Group593"]{width:1200px;height:356px}.gwd-div-c5vf{position:absolute;width:334px;left:100%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:11px;transform:translate3d(-4px, -2px, 0);-webkit-transform:translate3d(-4px, -2px, 0);-moz-transform:translate3d(-4px, -2px, 0)}[data-gwd-group="Group594"]{width:300.104px;height:365.732px}.gwd-div-15jo{position:absolute;width:356px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;left:52.75%;top:2.2678px;opacity:0;transform:translate3d(-523px, 0, 0);-webkit-transform:translate3d(-523px, 0, 0);-moz-transform:translate3d(-523px, 0, 0)}[data-gwd-group="Group594"] .gwd-grp-1nck.gwd-img-c1g7{position:absolute;width:120px;height:194px;-ms-transform-origin:31px 176.635px 0px;transform-origin:31px 176.635px 0px;-webkit-transform-origin:31px 176.635px 0px;-moz-transform-origin:31px 176.635px 0px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(1px, 0, 0) rotateZ(4deg);-webkit-transform:translate3d(1px, 0, 0) rotateZ(4deg);-moz-transform:translate3d(1px, 0, 0) rotateZ(4deg);left:167px;top:1.7322px}[data-gwd-group="Group594"] .gwd-grp-1nck.gwd-img-1q2g{position:absolute;width:284px;height:365px;left:0px;top:0.732201px}@keyframes gwd-gen-1b79gwdanimation_gwd-keyframes{0%{transform:translate3d(1px, 0, 0) rotateZ(4deg);-webkit-transform:translate3d(1px, 0, 0) rotateZ(4deg);-moz-transform:translate3d(1px, 0, 0) rotateZ(4deg);transform-origin:31px 176.635px 0px;-webkit-transform-origin:31px 176.635px 0px;-moz-transform-origin:31px 176.635px 0px;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}50%{transform:translate3d(1px, 0, 0) rotateZ(-10deg);-webkit-transform:translate3d(1px, 0, 0) rotateZ(-10deg);-moz-transform:translate3d(1px, 0, 0) rotateZ(-10deg);transform-origin:31px 176.635px 0px;-webkit-transform-origin:31px 176.635px 0px;-moz-transform-origin:31px 176.635px 0px;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(1px, 0, 0) rotateZ(4deg);-webkit-transform:translate3d(1px, 0, 0) rotateZ(4deg);-moz-transform:translate3d(1px, 0, 0) rotateZ(4deg);transform-origin:31px 176.635px 0px;-webkit-transform-origin:31px 176.635px 0px;-moz-transform-origin:31px 176.635px 0px;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group594"] .gwd-gen-1b79gwdanimation{animation:gwd-gen-1b79gwdanimation_gwd-keyframes 2s linear 0s infinite normal forwards;-webkit-animation:gwd-gen-1b79gwdanimation_gwd-keyframes 2s linear 0s infinite normal forwards;-moz-animation:gwd-gen-1b79gwdanimation_gwd-keyframes 2s linear 0s infinite normal forwards}@keyframes gwd-gen-1gs1gwdanimation_gwd-keyframes{0%{transform:translate3d(-4px, -2px, 0);-webkit-transform:translate3d(-4px, -2px, 0);-moz-transform:translate3d(-4px, -2px, 0);left:100%;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(113px, -2px, 0);-webkit-transform:translate3d(113px, -2px, 0);-moz-transform:translate3d(113px, -2px, 0);left:50%;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}#wrapp .gwd-gen-1gs1gwdanimation{animation:gwd-gen-1gs1gwdanimation_gwd-keyframes .5s linear 3.7s 1 normal forwards;-webkit-animation:gwd-gen-1gs1gwdanimation_gwd-keyframes .5s linear 3.7s 1 normal forwards;-moz-animation:gwd-gen-1gs1gwdanimation_gwd-keyframes .5s linear 3.7s 1 normal forwards}@keyframes gwd-gen-m8u8gwdanimation_gwd-keyframes{0%{transform:translate3d(-523px, 0, 0);-webkit-transform:translate3d(-523px, 0, 0);-moz-transform:translate3d(-523px, 0, 0);opacity:0;left:52.75%;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}16.67%{transform:translate3d(-493px, 0, 0);-webkit-transform:translate3d(-493px, 0, 0);-moz-transform:translate3d(-493px, 0, 0);opacity:1;left:52.75%;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-318px, 0, 0);-webkit-transform:translate3d(-318px, 0, 0);-moz-transform:translate3d(-318px, 0, 0);opacity:1;left:50%;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}#wrapp .gwd-gen-m8u8gwdanimation{animation:gwd-gen-m8u8gwdanimation_gwd-keyframes .6s linear 3.6s 1 normal forwards;-webkit-animation:gwd-gen-m8u8gwdanimation_gwd-keyframes .6s linear 3.6s 1 normal forwards;-moz-animation:gwd-gen-m8u8gwdanimation_gwd-keyframes .6s linear 3.6s 1 normal forwards}[data-gwd-group="Group592"] .gwd-grp-1m2t.gwd-img-qkg8{position:absolute;width:112px;height:121px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:50%;transform:translate3d(-56px, -110px, 0);-webkit-transform:translate3d(-56px, -110px, 0);-moz-transform:translate3d(-56px, -110px, 0)}[data-gwd-group="Group592"]{width:160px;height:164px}[data-gwd-group="Group591"] .gwd-grp-zdab.gwd-img-9699{position:absolute;width:188px;height:146px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:50%;transform:translate3d(-95px, -88px, 0);-webkit-transform:translate3d(-95px, -88px, 0);-moz-transform:translate3d(-95px, -88px, 0)}[data-gwd-group="Group591"]{width:160px;height:164px}[data-gwd-group="Group590"] .gwd-grp-94lw.gwd-img-mz1y{position:absolute;width:135px;height:140px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:50%;transform:translate3d(-7px, -70px, 0);-webkit-transform:translate3d(-7px, -70px, 0);-moz-transform:translate3d(-7px, -70px, 0)}[data-gwd-group="Group590"]{width:160px;height:164px}[data-gwd-group="Group589"] .gwd-grp-1ayb.gwd-img-1q88{position:absolute;width:131px;height:138px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:50%;transform:translate3d(-126px, -61px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-126px, -61px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-126px, -61px, 0) rotateZ(0deg) scale3d(1, 1, 1)}[data-gwd-group="Group589"]{width:160px;height:164px}[data-gwd-group="Group588"]{width:186.194px;height:232.508px}[data-gwd-group="Group588"] .gwd-grp-ck3r.gwd-div-yzk1{position:absolute;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(0, 140px, 0) rotateZ(100deg) scale3d(0.7, 0.7, 0.7);-webkit-transform:translate3d(0, 140px, 0) rotateZ(100deg) scale3d(0.7, 0.7, 0.7);-moz-transform:translate3d(0, 140px, 0) rotateZ(100deg) scale3d(0.7, 0.7, 0.7);opacity:0;left:38.1937px;top:-54.6091px}[data-gwd-group="Group588"] .gwd-grp-ck3r.gwd-div-1ab3{position:absolute;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(-27px, 72px, 0) rotateZ(40deg) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(-27px, 72px, 0) rotateZ(40deg) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(-27px, 72px, 0) rotateZ(40deg) scale3d(0.8, 0.8, 0.8);opacity:0;left:38.1937px;top:-62.6091px}[data-gwd-group="Group588"] .gwd-grp-ck3r.gwd-div-kji2{position:absolute;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);opacity:0;left:42.1937px;top:-63.6091px}[data-gwd-group="Group588"] .gwd-grp-ck3r.gwd-div-cjzm{position:absolute;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);opacity:0;left:42.1937px;top:-63.6091px}@keyframes gwd-gen-p0hlgwdanimation_gwd-keyframes{0%{transform:translate3d(0, 140px, 0) rotateZ(100deg) scale3d(0.7, 0.7, 0.7);-webkit-transform:translate3d(0, 140px, 0) rotateZ(100deg) scale3d(0.7, 0.7, 0.7);-moz-transform:translate3d(0, 140px, 0) rotateZ(100deg) scale3d(0.7, 0.7, 0.7);opacity:0;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}0.95%{transform:translate3d(0, 140px, 0) rotateZ(100deg) scale3d(0.7, 0.7, 0.7);-webkit-transform:translate3d(0, 140px, 0) rotateZ(100deg) scale3d(0.7, 0.7, 0.7);-moz-transform:translate3d(0, 140px, 0) rotateZ(100deg) scale3d(0.7, 0.7, 0.7);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}5.71%{transform:translate3d(2px, 6px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(2px, 6px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(2px, 6px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}7.62%{transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}38.1%{transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}42.86%{transform:translate3d(57px, -22px, 0) rotateZ(20deg) scale3d(1, 1, 1);-webkit-transform:translate3d(57px, -22px, 0) rotateZ(20deg) scale3d(1, 1, 1);-moz-transform:translate3d(57px, -22px, 0) rotateZ(20deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}66.67%{transform:translate3d(57px, -22px, 0) rotateZ(20deg) scale3d(1, 1, 1);-webkit-transform:translate3d(57px, -22px, 0) rotateZ(20deg) scale3d(1, 1, 1);-moz-transform:translate3d(57px, -22px, 0) rotateZ(20deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}71.43%{transform:translate3d(108px, 44px, 0) rotateZ(50deg) scale3d(1, 1, 1);-webkit-transform:translate3d(108px, 44px, 0) rotateZ(50deg) scale3d(1, 1, 1);-moz-transform:translate3d(108px, 44px, 0) rotateZ(50deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}95.24%{transform:translate3d(108px, 44px, 0) rotateZ(50deg) scale3d(1, 1, 1);-webkit-transform:translate3d(108px, 44px, 0) rotateZ(50deg) scale3d(1, 1, 1);-moz-transform:translate3d(108px, 44px, 0) rotateZ(50deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group588"] .gwd-gen-p0hlgwdanimation{animation:gwd-gen-p0hlgwdanimation_gwd-keyframes 10.5s linear 2s 1 normal forwards;-webkit-animation:gwd-gen-p0hlgwdanimation_gwd-keyframes 10.5s linear 2s 1 normal forwards;-moz-animation:gwd-gen-p0hlgwdanimation_gwd-keyframes 10.5s linear 2s 1 normal forwards}@keyframes gwd-gen-ksdwgwdanimation_gwd-keyframes{0%{transform:translate3d(-27px, 72px, 0) rotateZ(40deg) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(-27px, 72px, 0) rotateZ(40deg) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(-27px, 72px, 0) rotateZ(40deg) scale3d(0.8, 0.8, 0.8);opacity:0;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}0.99%{transform:translate3d(-27px, 72px, 0) rotateZ(40deg) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(-27px, 72px, 0) rotateZ(40deg) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(-27px, 72px, 0) rotateZ(40deg) scale3d(0.8, 0.8, 0.8);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}5.94%{transform:translate3d(-13px, 27px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-13px, 27px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-13px, 27px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}8.91%{transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}35.64%{transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}40.59%{transform:translate3d(-122px, 58px, 0) rotateZ(-50deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-122px, 58px, 0) rotateZ(-50deg) scale3d(1, 1, 1);-moz-transform:translate3d(-122px, 58px, 0) rotateZ(-50deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}65.35%{transform:translate3d(-122px, 58px, 0) rotateZ(-50deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-122px, 58px, 0) rotateZ(-50deg) scale3d(1, 1, 1);-moz-transform:translate3d(-122px, 58px, 0) rotateZ(-50deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}70.3%{transform:translate3d(-59px, -4px, 0) rotateZ(-24deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-59px, -4px, 0) rotateZ(-24deg) scale3d(1, 1, 1);-moz-transform:translate3d(-59px, -4px, 0) rotateZ(-24deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}95.05%{transform:translate3d(-59px, -4px, 0) rotateZ(-24deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-59px, -4px, 0) rotateZ(-24deg) scale3d(1, 1, 1);-moz-transform:translate3d(-59px, -4px, 0) rotateZ(-24deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group588"] .gwd-gen-ksdwgwdanimation{animation:gwd-gen-ksdwgwdanimation_gwd-keyframes 10.1s linear 2.4s 1 normal forwards;-webkit-animation:gwd-gen-ksdwgwdanimation_gwd-keyframes 10.1s linear 2.4s 1 normal forwards;-moz-animation:gwd-gen-ksdwgwdanimation_gwd-keyframes 10.1s linear 2.4s 1 normal forwards}@keyframes gwd-gen-6hktgwdanimation_gwd-keyframes{0%{transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);opacity:0;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}1.04%{transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}6.25%{transform:translate3d(-3px, 33px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-3px, 33px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-3px, 33px, 0) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}10.42%{transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}32.29%{transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}37.5%{transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}94.79%{transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);opacity:0;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group588"] .gwd-gen-6hktgwdanimation{animation:gwd-gen-6hktgwdanimation_gwd-keyframes 9.6s linear 2.9s 1 normal forwards;-webkit-animation:gwd-gen-6hktgwdanimation_gwd-keyframes 9.6s linear 2.9s 1 normal forwards;-moz-animation:gwd-gen-6hktgwdanimation_gwd-keyframes 9.6s linear 2.9s 1 normal forwards}@keyframes gwd-gen-vgorgwdanimation_gwd-keyframes{0%{transform:translate3d(0, 144px, 0) rotateZ(0deg) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(0, 144px, 0) rotateZ(0deg) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(0, 144px, 0) rotateZ(0deg) scale3d(0.8, 0.8, 0.8);opacity:0;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}1.04%{transform:translate3d(0, 144px, 0) rotateZ(0deg) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(0, 144px, 0) rotateZ(0deg) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(0, 144px, 0) rotateZ(0deg) scale3d(0.8, 0.8, 0.8);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}6.25%{transform:translate3d(-3px, 33px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-3px, 33px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-3px, 33px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}10.42%{transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}32.29%{transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}37.5%{transform:translate3d(49px, 59px, 0) rotateZ(30deg) scale3d(1, 1, 1);-webkit-transform:translate3d(49px, 59px, 0) rotateZ(30deg) scale3d(1, 1, 1);-moz-transform:translate3d(49px, 59px, 0) rotateZ(30deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}63.54%{transform:translate3d(49px, 59px, 0) rotateZ(30deg) scale3d(1, 1, 1);-webkit-transform:translate3d(49px, 59px, 0) rotateZ(30deg) scale3d(1, 1, 1);-moz-transform:translate3d(49px, 59px, 0) rotateZ(30deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}68.75%{transform:translate3d(-62px, 57px, 0) rotateZ(-20deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-62px, 57px, 0) rotateZ(-20deg) scale3d(1, 1, 1);-moz-transform:translate3d(-62px, 57px, 0) rotateZ(-20deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}94.79%{transform:translate3d(-62px, 57px, 0) rotateZ(-20deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-62px, 57px, 0) rotateZ(-20deg) scale3d(1, 1, 1);-moz-transform:translate3d(-62px, 57px, 0) rotateZ(-20deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group588"] .gwd-gen-vgorgwdanimation{animation:gwd-gen-vgorgwdanimation_gwd-keyframes 9.6s linear 2.9s 1 normal forwards;-webkit-animation:gwd-gen-vgorgwdanimation_gwd-keyframes 9.6s linear 2.9s 1 normal forwards;-moz-animation:gwd-gen-vgorgwdanimation_gwd-keyframes 9.6s linear 2.9s 1 normal forwards}.gwd-div-6hb2{height:164px;position:absolute;top:19px;width:160px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;left:50%;transform:translate3d(-124px, 71px, 0);-webkit-transform:translate3d(-124px, 71px, 0);-moz-transform:translate3d(-124px, 71px, 0)}[data-gwd-group="Group588"] .gwd-grp-ck3r.gwd-div-1ok7{left:1.15551px}[data-gwd-group="Group588"] .gwd-grp-ck3r.gwd-div-16b2{top:2.24885px}.gwd-img-1skc{position:absolute;width:1200px;height:460px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:0%;transform:translate3d(-600px, 0, 0);-webkit-transform:translate3d(-600px, 0, 0);-moz-transform:translate3d(-600px, 0, 0)}.gwd-img-kh5c{position:absolute;width:500px;height:364px;left:261px;top:458px}[data-gwd-group="Group596"] .gwd-grp-usy4.gwd-img-1gn4{position:absolute;width:500px;height:364px;left:0px;top:0px}[data-gwd-group="Group596"]{width:500px;height:364px}.gwd-div-k0mh{position:absolute;top:-105px;left:50%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;overflow:hidden;height:244px;opacity:0;transform:translate3d(-104px, 51px, 0) scale3d(0.4, 0.4, 0.4);-webkit-transform:translate3d(-104px, 51px, 0) scale3d(0.4, 0.4, 0.4);-moz-transform:translate3d(-104px, 51px, 0) scale3d(0.4, 0.4, 0.4)}@keyframes gwd-gen-1gf8gwdanimation_gwd-keyframes{0%{transform:translate3d(-104px, 51px, 0) scale3d(0.4, 0.4, 0.4);-webkit-transform:translate3d(-104px, 51px, 0) scale3d(0.4, 0.4, 0.4);-moz-transform:translate3d(-104px, 51px, 0) scale3d(0.4, 0.4, 0.4);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-104px, 51px, 0) scale3d(0.4, 0.4, 0.4);-webkit-transform:translate3d(-104px, 51px, 0) scale3d(0.4, 0.4, 0.4);-moz-transform:translate3d(-104px, 51px, 0) scale3d(0.4, 0.4, 0.4);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}.htmlNoPages .gwd-gen-1gf8gwdanimation{animation:gwd-gen-1gf8gwdanimation_gwd-keyframes .3s linear 4.5s 1 normal forwards;-webkit-animation:gwd-gen-1gf8gwdanimation_gwd-keyframes .3s linear 4.5s 1 normal forwards;-moz-animation:gwd-gen-1gf8gwdanimation_gwd-keyframes .3s linear 4.5s 1 normal forwards}.gwd-p-1wq1{height:auto;left:0px;position:absolute;top:0px;width:auto}[data-gwd-group="Group597"] .gwd-grp-1eqa.gwd-p-am18{left:50%;position:absolute;text-align:center;width:576px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:0%;transform:translate3d(-288px, -10px, 0);-webkit-transform:translate3d(-288px, -10px, 0);-moz-transform:translate3d(-288px, -10px, 0)}[data-gwd-group="Group597"] .gwd-grp-1eqa.gwd-p-3elp{transform:translate3d(-286px, 42px, 0);-webkit-transform:translate3d(-286px, 42px, 0);-moz-transform:translate3d(-286px, 42px, 0)}[data-gwd-group="Group597"] .gwd-grp-1eqa.gwd-p-6hf3{transform:translate3d(-288px, 19px, 0);-webkit-transform:translate3d(-288px, 19px, 0);-moz-transform:translate3d(-288px, 19px, 0)}[data-gwd-group="Group597"]{width:1188.67px;height:500px}.gwd-div-1l33{position:absolute;height:169px;width:151px;top:317px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;left:50%;transform:translate3d(-89px, -133px, 0) scale3d(0.001, 0.001, 0.001);-webkit-transform:translate3d(-89px, -133px, 0) scale3d(0.001, 0.001, 0.001);-moz-transform:translate3d(-89px, -133px, 0) scale3d(0.001, 0.001, 0.001);opacity:0}@keyframes gwd-gen-lk5fgwdanimation_gwd-keyframes{0%{transform:translate3d(-89px, -133px, 0) scale3d(0.001, 0.001, 0.001);-webkit-transform:translate3d(-89px, -133px, 0) scale3d(0.001, 0.001, 0.001);-moz-transform:translate3d(-89px, -133px, 0) scale3d(0.001, 0.001, 0.001);opacity:0;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-89px, -133px, 0) scale3d(0.71, 0.71, 0.71);-webkit-transform:translate3d(-89px, -133px, 0) scale3d(0.71, 0.71, 0.71);-moz-transform:translate3d(-89px, -133px, 0) scale3d(0.71, 0.71, 0.71);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}.htmlNoPages .gwd-gen-lk5fgwdanimation{animation:gwd-gen-lk5fgwdanimation_gwd-keyframes .5s linear 3.5s 1 normal forwards;-webkit-animation:gwd-gen-lk5fgwdanimation_gwd-keyframes .5s linear 3.5s 1 normal forwards;-moz-animation:gwd-gen-lk5fgwdanimation_gwd-keyframes .5s linear 3.5s 1 normal forwards}@media (max-width: 1200px){[data-gwd-group="Group585"] .gwd-grp-1uxy.gwd-div-6gze{-ms-transform:matrix(1, 0, 0, 1, -800, 0);transform:matrix(1, 0, 0, 1, -800, 0);-webkit-transform:matrix(1, 0, 0, 1, -800, 0);-moz-transform:matrix(1, 0, 0, 1, -800, 0)}}[data-gwd-group="Group588"].label-1 .gwd-gen-vgorgwdanimation{animation:gwd-gen-vgorgwdanimation_gwd-keyframes_label-1 9.6s linear -1s 1 normal forwards;-webkit-animation:gwd-gen-vgorgwdanimation_gwd-keyframes_label-1 9.6s linear -1s 1 normal forwards;-moz-animation:gwd-gen-vgorgwdanimation_gwd-keyframes_label-1 9.6s linear -1s 1 normal forwards}@keyframes gwd-gen-vgorgwdanimation_gwd-keyframes_label-1{0%{transform:translate3d(0, 144px, 0) rotateZ(0deg) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(0, 144px, 0) rotateZ(0deg) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(0, 144px, 0) rotateZ(0deg) scale3d(0.8, 0.8, 0.8);opacity:0;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}1.04%{transform:translate3d(0, 144px, 0) rotateZ(0deg) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(0, 144px, 0) rotateZ(0deg) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(0, 144px, 0) rotateZ(0deg) scale3d(0.8, 0.8, 0.8);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}6.25%{transform:translate3d(-3px, 33px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-3px, 33px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-3px, 33px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}10.42%{transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}32.29%{transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}37.5%{transform:translate3d(49px, 59px, 0) rotateZ(30deg) scale3d(1, 1, 1);-webkit-transform:translate3d(49px, 59px, 0) rotateZ(30deg) scale3d(1, 1, 1);-moz-transform:translate3d(49px, 59px, 0) rotateZ(30deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}63.54%{transform:translate3d(49px, 59px, 0) rotateZ(30deg) scale3d(1, 1, 1);-webkit-transform:translate3d(49px, 59px, 0) rotateZ(30deg) scale3d(1, 1, 1);-moz-transform:translate3d(49px, 59px, 0) rotateZ(30deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}68.75%{transform:translate3d(-62px, 57px, 0) rotateZ(-20deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-62px, 57px, 0) rotateZ(-20deg) scale3d(1, 1, 1);-moz-transform:translate3d(-62px, 57px, 0) rotateZ(-20deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}94.79%{transform:translate3d(-62px, 57px, 0) rotateZ(-20deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-62px, 57px, 0) rotateZ(-20deg) scale3d(1, 1, 1);-moz-transform:translate3d(-62px, 57px, 0) rotateZ(-20deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group588"].label-1 .gwd-gen-6hktgwdanimation{animation:gwd-gen-6hktgwdanimation_gwd-keyframes_label-1 9.6s linear -1s 1 normal forwards;-webkit-animation:gwd-gen-6hktgwdanimation_gwd-keyframes_label-1 9.6s linear -1s 1 normal forwards;-moz-animation:gwd-gen-6hktgwdanimation_gwd-keyframes_label-1 9.6s linear -1s 1 normal forwards}@keyframes gwd-gen-6hktgwdanimation_gwd-keyframes_label-1{0%{transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);opacity:0;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}1.04%{transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(0, 144px, 0) scale3d(0.8, 0.8, 0.8);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}6.25%{transform:translate3d(-3px, 33px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-3px, 33px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-3px, 33px, 0) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}10.42%{transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}32.29%{transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}37.5%{transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}94.79%{transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);opacity:0;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-webkit-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);-moz-transform:translate3d(-1px, 9px, 0) scale3d(1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group588"].label-1 .gwd-gen-ksdwgwdanimation{animation:gwd-gen-ksdwgwdanimation_gwd-keyframes_label-1 10.1s linear -1.5s 1 normal forwards;-webkit-animation:gwd-gen-ksdwgwdanimation_gwd-keyframes_label-1 10.1s linear -1.5s 1 normal forwards;-moz-animation:gwd-gen-ksdwgwdanimation_gwd-keyframes_label-1 10.1s linear -1.5s 1 normal forwards}@keyframes gwd-gen-ksdwgwdanimation_gwd-keyframes_label-1{0%{transform:translate3d(-27px, 72px, 0) rotateZ(40deg) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(-27px, 72px, 0) rotateZ(40deg) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(-27px, 72px, 0) rotateZ(40deg) scale3d(0.8, 0.8, 0.8);opacity:0;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}0.99%{transform:translate3d(-27px, 72px, 0) rotateZ(40deg) scale3d(0.8, 0.8, 0.8);-webkit-transform:translate3d(-27px, 72px, 0) rotateZ(40deg) scale3d(0.8, 0.8, 0.8);-moz-transform:translate3d(-27px, 72px, 0) rotateZ(40deg) scale3d(0.8, 0.8, 0.8);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}5.94%{transform:translate3d(-13px, 27px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-13px, 27px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-13px, 27px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}8.91%{transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}35.64%{transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}40.59%{transform:translate3d(-122px, 58px, 0) rotateZ(-50deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-122px, 58px, 0) rotateZ(-50deg) scale3d(1, 1, 1);-moz-transform:translate3d(-122px, 58px, 0) rotateZ(-50deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}65.35%{transform:translate3d(-122px, 58px, 0) rotateZ(-50deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-122px, 58px, 0) rotateZ(-50deg) scale3d(1, 1, 1);-moz-transform:translate3d(-122px, 58px, 0) rotateZ(-50deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}70.3%{transform:translate3d(-59px, -4px, 0) rotateZ(-24deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-59px, -4px, 0) rotateZ(-24deg) scale3d(1, 1, 1);-moz-transform:translate3d(-59px, -4px, 0) rotateZ(-24deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}95.05%{transform:translate3d(-59px, -4px, 0) rotateZ(-24deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-59px, -4px, 0) rotateZ(-24deg) scale3d(1, 1, 1);-moz-transform:translate3d(-59px, -4px, 0) rotateZ(-24deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-6px, 17px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group588"].label-1 .gwd-gen-p0hlgwdanimation{animation:gwd-gen-p0hlgwdanimation_gwd-keyframes_label-1 10.5s linear -1.9s 1 normal forwards;-webkit-animation:gwd-gen-p0hlgwdanimation_gwd-keyframes_label-1 10.5s linear -1.9s 1 normal forwards;-moz-animation:gwd-gen-p0hlgwdanimation_gwd-keyframes_label-1 10.5s linear -1.9s 1 normal forwards}@keyframes gwd-gen-p0hlgwdanimation_gwd-keyframes_label-1{0%{transform:translate3d(0, 140px, 0) rotateZ(100deg) scale3d(0.7, 0.7, 0.7);-webkit-transform:translate3d(0, 140px, 0) rotateZ(100deg) scale3d(0.7, 0.7, 0.7);-moz-transform:translate3d(0, 140px, 0) rotateZ(100deg) scale3d(0.7, 0.7, 0.7);opacity:0;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}0.95%{transform:translate3d(0, 140px, 0) rotateZ(100deg) scale3d(0.7, 0.7, 0.7);-webkit-transform:translate3d(0, 140px, 0) rotateZ(100deg) scale3d(0.7, 0.7, 0.7);-moz-transform:translate3d(0, 140px, 0) rotateZ(100deg) scale3d(0.7, 0.7, 0.7);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}5.71%{transform:translate3d(2px, 6px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(2px, 6px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(2px, 6px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}7.62%{transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}38.1%{transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}42.86%{transform:translate3d(57px, -22px, 0) rotateZ(20deg) scale3d(1, 1, 1);-webkit-transform:translate3d(57px, -22px, 0) rotateZ(20deg) scale3d(1, 1, 1);-moz-transform:translate3d(57px, -22px, 0) rotateZ(20deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}66.67%{transform:translate3d(57px, -22px, 0) rotateZ(20deg) scale3d(1, 1, 1);-webkit-transform:translate3d(57px, -22px, 0) rotateZ(20deg) scale3d(1, 1, 1);-moz-transform:translate3d(57px, -22px, 0) rotateZ(20deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}71.43%{transform:translate3d(108px, 44px, 0) rotateZ(50deg) scale3d(1, 1, 1);-webkit-transform:translate3d(108px, 44px, 0) rotateZ(50deg) scale3d(1, 1, 1);-moz-transform:translate3d(108px, 44px, 0) rotateZ(50deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}95.24%{transform:translate3d(108px, 44px, 0) rotateZ(50deg) scale3d(1, 1, 1);-webkit-transform:translate3d(108px, 44px, 0) rotateZ(50deg) scale3d(1, 1, 1);-moz-transform:translate3d(108px, 44px, 0) rotateZ(50deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);-webkit-transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);-moz-transform:translate3d(-4px, -3px, 0) rotateZ(0deg) scale3d(1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group511"].coins1 .gwd-gen-bxe8gwdanimation{animation:gwd-gen-bxe8gwdanimation_gwd-keyframes_coins1 1s linear .4s infinite normal forwards;-webkit-animation:gwd-gen-bxe8gwdanimation_gwd-keyframes_coins1 1s linear .4s infinite normal forwards;-moz-animation:gwd-gen-bxe8gwdanimation_gwd-keyframes_coins1 1s linear .4s infinite normal forwards}@keyframes gwd-gen-bxe8gwdanimation_gwd-keyframes_coins1{0%{transform:translate3d(-26px, -21px, 0);-webkit-transform:translate3d(-26px, -21px, 0);-moz-transform:translate3d(-26px, -21px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}50%{transform:translate3d(-26px, 68px, 0);-webkit-transform:translate3d(-26px, 68px, 0);-moz-transform:translate3d(-26px, 68px, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-26px, 194px, 0);-webkit-transform:translate3d(-26px, 194px, 0);-moz-transform:translate3d(-26px, 194px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group511"].coins1 .gwd-gen-17xrgwdanimation{animation:gwd-gen-17xrgwdanimation_gwd-keyframes_coins1 1s linear 1.4s infinite normal forwards;-webkit-animation:gwd-gen-17xrgwdanimation_gwd-keyframes_coins1 1s linear 1.4s infinite normal forwards;-moz-animation:gwd-gen-17xrgwdanimation_gwd-keyframes_coins1 1s linear 1.4s infinite normal forwards}@keyframes gwd-gen-17xrgwdanimation_gwd-keyframes_coins1{0%{transform:translate3d(-26px, -21px, 0);-webkit-transform:translate3d(-26px, -21px, 0);-moz-transform:translate3d(-26px, -21px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}50%{transform:translate3d(-26px, 68px, 0);-webkit-transform:translate3d(-26px, 68px, 0);-moz-transform:translate3d(-26px, 68px, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-26px, 194px, 0);-webkit-transform:translate3d(-26px, 194px, 0);-moz-transform:translate3d(-26px, 194px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group511"].coins1 .gwd-gen-akjtgwdanimation{animation:gwd-gen-akjtgwdanimation_gwd-keyframes_coins1 1s linear 0s infinite normal forwards;-webkit-animation:gwd-gen-akjtgwdanimation_gwd-keyframes_coins1 1s linear 0s infinite normal forwards;-moz-animation:gwd-gen-akjtgwdanimation_gwd-keyframes_coins1 1s linear 0s infinite normal forwards}@keyframes gwd-gen-akjtgwdanimation_gwd-keyframes_coins1{0%{transform:translate3d(-28px, -22px, 0);-webkit-transform:translate3d(-28px, -22px, 0);-moz-transform:translate3d(-28px, -22px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}50%{transform:translate3d(-28px, 65px, 0);-webkit-transform:translate3d(-28px, 65px, 0);-moz-transform:translate3d(-28px, 65px, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-28px, 145px, 0);-webkit-transform:translate3d(-28px, 145px, 0);-moz-transform:translate3d(-28px, 145px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group511"].coins1 .gwd-gen-socbgwdanimation{animation:gwd-gen-socbgwdanimation_gwd-keyframes_coins1 1s linear 1s infinite normal forwards;-webkit-animation:gwd-gen-socbgwdanimation_gwd-keyframes_coins1 1s linear 1s infinite normal forwards;-moz-animation:gwd-gen-socbgwdanimation_gwd-keyframes_coins1 1s linear 1s infinite normal forwards}@keyframes gwd-gen-socbgwdanimation_gwd-keyframes_coins1{0%{transform:translate3d(-28px, -22px, 0);-webkit-transform:translate3d(-28px, -22px, 0);-moz-transform:translate3d(-28px, -22px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}50%{transform:translate3d(-28px, 65px, 0);-webkit-transform:translate3d(-28px, 65px, 0);-moz-transform:translate3d(-28px, 65px, 0);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:translate3d(-28px, 145px, 0);-webkit-transform:translate3d(-28px, 145px, 0);-moz-transform:translate3d(-28px, 145px, 0);opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}[data-gwd-group="Group588"] .event-1-animation{animation:gwd-empty-animation 12.7s linear 0s 1 normal forwards;-webkit-animation:gwd-empty-animation 12.7s linear 0s 1 normal forwards;-moz-animation:gwd-empty-animation 12.7s linear 0s 1 normal forwards}@keyframes gwd-empty-animation{0%{opacity:0.001}100%{opacity:0}}[data-gwd-group="Group588"].label-1 .event-1-animation{animation:gwd-empty-animation_label-1 12.7s linear -3.9s 1 normal forwards;-webkit-animation:gwd-empty-animation_label-1 12.7s linear -3.9s 1 normal forwards;-moz-animation:gwd-empty-animation_label-1 12.7s linear -3.9s 1 normal forwards}@keyframes gwd-empty-animation_label-1{0%{opacity:0.001}100%{opacity:0}}

.antillephone-wrp{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (max-width: 767px){.antillephone-wrp{-ms-flex-direction:column;flex-direction:column}}#apg-seal-container{width:60px;height:60px}.antillephone-copyright{margin-left:10px}

.btk__row{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-line-pack:justify;align-content:space-between;-ms-flex-align:start;align-items:flex-start;margin-bottom:15px;font-size:0;line-height:0}.btk__row.is-fake{margin-left:-20px;margin-right:-20px;border-bottom:20px solid #fff6d5;padding-left:20px;padding-right:20px}.btk__cell{padding:15px 20px;background:#fff6d5;-ms-flex-order:0;order:0;-ms-flex:0 1 49%;flex:0 1 49%;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;margin-bottom:15px}.no-flexboxlegacy .btk__cell{-ms-flex:0 1 45%;flex:0 1 45%}@media (max-width: 460px){.btk__cell{-ms-flex:0 1 100%;flex:0 1 100%}}.btk__item{padding:15px 20px;background:#fff6d5;color:#000;-ms-flex-order:0;order:0;-ms-flex:0 1 49%;flex:0 1 49%;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}.no-flexboxlegacy .btk__item{-ms-flex:0 1 45%;flex:0 1 45%}@media (max-width: 460px){.btk__item{-ms-flex:0 1 100%;flex:0 1 100%;margin-bottom:15px}}.btk__item.is-double{-ms-flex:0 1 100%;flex:0 1 100%}.btk__item.is-inner{padding:0}.btk__item p{color:#000 !important}.btk__item p a{color:#fff !important}.btk__icon{float:left;margin-right:15px;width:50px}@media (max-width: 460px){.btk__icon{width:30px;margin-right:10px}}.btk__content{overflow:hidden}.btk__title{text-transform:uppercase;font-size:16px;font-size:1.6rem;margin-top:0 !important}.btk p{font-size:14px;font-size:1.4rem;line-height:1.4 !important;padding-bottom:0 !important}.btk p span{display:block}.btk p .text-logo{float:left;margin-top:-15px}@media (max-width: 768px){.btk p .text-logo{margin-top:0}}.btk a{color:#000 !important}th{text-align:left}

.page-cms-bonus .panel-group .panel{border-radius:0}.page-cms-bonus .panel-heading{color:#fff}.page-cms-bonus .panel-heading h4{color:#fff390;font-size:24px}.page-cms-bonus .panel-heading ul,.page-cms-bonus .panel-heading ol{list-style:initial;padding-left:40px}.page-cms-bonus .panel-heading ul li,.page-cms-bonus .panel-heading ol li{padding:initial;margin:initial}.page-cms-bonus .panel-heading .open-button{display:inline-block;height:30px;line-height:30px;padding:0 27px 0 17px;color:#ffffff;font-size:14px;border:1px solid rgba(255,255,255,0.7);border-radius:2px;margin-top:20px;position:relative}.page-cms-bonus .panel-heading .open-button:after{content:"";position:absolute;width:30px;height:30px;background-image:url("/resources/images/arrow_down.png");background-position:7px center;right:0;top:0}.page-cms-bonus .panel-heading .open-button.collapsed:after{background-image:url("/resources/images/arrow_left.png");background-position:center center}

body.modal-open{position:fixed;width:100%}.page-game.game-full .game_box .game__content{height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width: 992px){.modal-update .modal-dialog{position:relative;width:960px;margin:40px auto}}

@font-face{font-family:'icosocial';src:url("../resources/fonts/icosocial.eot?1byw3f");src:url("../resources/fonts/icosocial.eot?1byw3f#iefix") format("embedded-opentype"),url("../resources/fonts/icosocial.ttf?1byw3f") format("truetype"),url("../resources/fonts/icosocial.woff?1byw3f") format("woff"),url("../resources/fonts/icosocial.svg?1byw3f#icosocial") format("svg");font-weight:normal;font-style:normal}.i-social{font-family:'icosocial' !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:color linear .25s, background-image linear .25s}.social-icon-facebook:before{content:""}.social-icon-google_oauth2:before,.social-icon-google:before{display:inline-block;content:' ';background-image:url("/resources/images/icon/social/black/google.svg");background-size:16px 16px;height:16px;width:16px}.social-icon-mailru:before{content:""}.social-icon-odnoklassniki:before{content:""}.social-icon-twitter:before{content:""}.social-icon-vkontakte:before{content:""}.social-icon-yandex:before{content:""}.social-icon-instagram:before{content:""}.social-icon-telegram:before{content:""}.social__wrapper{height:28px;line-height:28px}.social__wrapper .social__link{font-size:16px;color:#000;text-decoration:none;display:inline-block}.social__wrapper .social__link:hover,.social__wrapper .social__link:focus{text-decoration:none;cursor:pointer}.social__wrapper .social__link:hover .social-icon-yandex,.social__wrapper .social__link:focus .social-icon-yandex{color:#ff0000}.social__wrapper .social__link:hover .social-icon-twitter,.social__wrapper .social__link:focus .social-icon-twitter{color:#1da1f2}.social__wrapper .social__link:hover .social-icon-vkontakte,.social__wrapper .social__link:focus .social-icon-vkontakte{color:#4d75a3}.social__wrapper .social__link:hover .social-icon-odnoklassniki,.social__wrapper .social__link:focus .social-icon-odnoklassniki{color:#ee8208}.social__wrapper .social__link:hover .social-icon-mailru,.social__wrapper .social__link:focus .social-icon-mailru{color:#ffa930}.social__wrapper .social__link:hover .social-icon-google_oauth2:before,.social__wrapper .social__link:hover .social-icon-google:before,.social__wrapper .social__link:focus .social-icon-google_oauth2:before,.social__wrapper .social__link:focus .social-icon-google:before{display:inline-block;content:' ';background-image:url("/resources/images/icon/social/color/google.svg");background-size:16px 16px;height:16px;width:16px}.social__wrapper .social__link:hover .social-icon-facebook,.social__wrapper .social__link:focus .social-icon-facebook{color:#3b5998}.social__wrapper .social__link:hover .social-icon-instagram,.social__wrapper .social__link:focus .social-icon-instagram{color:#E4405F}.social__wrapper .social__link:hover .social-icon-telegram,.social__wrapper .social__link:focus .social-icon-telegram{color:#2ca5e0}


.terms-and-policy-update{border:1px solid #e5e5e5;max-height:250px;overflow:auto;padding:10px}.modal-terms .modal-content{max-height:80vh;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.modal-terms .modal-content .modal-body{overflow:auto}

.tournament{width:100%;display:block}.tournament .title{text-align:center}.tournament .description{text-align:center}

.profile-progressbar{width:100%}.profile-progressbar .line{width:90%;margin:5px 5%;height:4px;display:inline-block;position:relative;border-radius:2px;background:rgba(0,0,0,0.2)}.profile-progressbar .line .line-progress{position:absolute;left:0;top:-1px;height:6px;border-radius:3px 0 0 3px;background:#36aa62;transition:width .5s}.profile-progressbar .line .line-progress:after{content:attr(data-title);position:absolute;border-radius:4px;background-color:rgba(255,255,255,0.92);border:2px solid white;top:50%;right:0;-ms-transform:translate(50%, -50%);transform:translate(50%, -50%);-webkit-transform:translate(50%, -50%);color:#36aa62;font-size:14px;font-weight:500;line-height:16px;padding:0 3px;text-transform:uppercase}.status_modal .content{padding:30px;text-align:center}.game-limits-message{height:81px;width:100%;position:absolute;top:0;left:0;background:#fadede;z-index:1}.game-limits-message__container{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.game-limits-message__image{margin-right:30px;display:inline-block}.game-limits-message__image img{height:81px}.game-limits-message__description{text-align:center;display:inline-block;padding-top:15px}.game-limits-message__title{width:100%;font-weight:700}.game-limits-message__reason{width:100%}.push-notifications{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;position:relative;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:auto;padding:0;margin:0}.push-notifications__button{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;position:relative;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:auto;padding:10px;margin:0;cursor:pointer}.push-notifications__icon{display:block;width:40px;height:40px;padding:0;margin:0;background-image:url("/resources/images/notifications/bell.svg");background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.7;transition:opacity .3s ease}.push-notifications__icon:hover{opacity:1}.push-notifications__count{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;top:10px;right:10px;width:14px;height:14px;border-radius:50%;background-color:#000;color:#fff;font-size:10px;font-weight:normal;line-height:1.2;text-align:center;letter-spacing:normal;text-transform:none;transition:background-color .3s ease}.push-notifications__count--new{background-color:red}.push-notifications__content{display:none;position:absolute;top:100%;right:auto;left:50%;-ms-transform:translate(-50%, 0);transform:translate(-50%, 0);width:280px;padding:10px;margin:0 0 50px 0;background-color:#ededed;outline:none;border:none;box-shadow:2px 2px 3px rgba(0,0,0,0.1);z-index:10}.push-notifications.open .push-notifications__content{display:block}.push-notifications__list{display:block;width:100%;padding:0;margin:0;list-style:none}.push-notifications__item{display:block;width:100%;padding:0;margin:0}.push-notifications__item:not(:first-child){margin-top:5px}.card-notifications{display:-ms-flexbox;display:flex;position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;padding:10px;margin:0;background:#fff;border-radius:2px;box-shadow:1px 1px 2px rgba(0,0,0,0.1)}.card-notifications--new:after{content:'';position:absolute;top:-5px;right:-5px;width:18px;height:18px;border:4px solid #ededed;border-radius:50%;background-color:red}.card-notifications--empty{min-height:60px}.card-notifications__image{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:40px;height:40px;padding:0;margin:0 10px 0 0;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url("/resources/images/notifications/cards/bonus.svg")}.card-notifications__image--freespins{background-image:url("/resources/images/notifications/cards/freespin.svg")}.card-notifications__image--bonus,.card-notifications__image--wager_done{background-image:url("/resources/images/notifications/cards/bonus.svg")}.card-notifications__image--payment{background-image:url("/resources/images/notifications/cards/withdraw.svg")}.card-notifications__image--status{background-image:url("/resources/images/notifications/cards/levelup.svg")}.card-notifications__image--lootboxes{background-image:url("/resources/images/notifications/cards/lootboxes.svg")}.card-notifications__content{display:-ms-inline-flexbox;display:inline-flex;position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;-ms-flex:1;flex:1;padding:0;margin:0;font-size:14px;font-weight:normal;line-height:1.2;text-align:left;letter-spacing:normal;text-transform:none}.card-notifications--empty .card-notifications__content{text-align:center;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.card-notifications__title{display:block;width:100%;padding:0;margin:0 0 3px 0;font-size:12px}.card-notifications__description{display:block;width:100%;padding:0;margin:0;font-size:16px;font-weight:bold}.card-notifications__hover{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:0;margin:0;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,0.8);text-align:center;opacity:0;transition:opacity .3s ease}.card-notifications:hover .card-notifications__hover{opacity:1}.card-notifications__more{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;box-shadow:none;outline:none;border:none;text-shadow:none;padding:10px;margin:0;background-color:rgba(51,102,255,0.96);background-image:none;color:#fff;font-size:16px;font-weight:bold;line-height:1.2;text-align:center;letter-spacing:normal;text-transform:none;width:100%;height:100%;max-width:100%;border-radius:3px;transition:background-color .3s ease}.card-notifications__more:hover{background-color:#0e52cb}.card-notifications__close{position:absolute;right:auto;left:5px;top:5px;bottom:auto;display:none;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;box-shadow:none;outline:none;border:none;text-shadow:none;padding:0;margin:0;background-color:transparent;background-image:none;color:#000;font-size:14px;line-height:1;letter-spacing:normal;text-align:center;opacity:.7;transition:opacity .3s ease}.card-notifications__close:before{content:'\f00d';font-family:FontAwesome}.card-notifications__close:hover{opacity:1}.card-notifications--status .card-notifications__close{display:-ms-flexbox;display:flex}.card-notifications__separator{display:inline-block;margin:0;padding:0;vertical-align:middle;font-size:20px;color:inherit;font-weight:normal;line-height:18px}.card-notifications__separator:before{content:'×';display:inline-block}.card-notifications__wager{display:inline-block;margin:0 0 0 5px;padding:0;font-weight:normal;font-size:.8em}.modal-notifications{font-family:inherit;text-align:center}.modal-notifications .modal-dialog{display:inline-block;width:auto;max-width:calc(100% - 20px);margin:40px auto 80px;border-radius:0}.modal-notifications .modal-content{background-color:transparent;background-image:none;outline:none;box-shadow:none;border:none;border-radius:0;display:inline-block;width:auto;max-width:100%;padding:0;margin:0}.modal-notifications__inner{display:inline-block;width:auto;max-width:100%;padding:10px;margin:0;position:relative;font-size:14px;line-height:1.2;text-align:left;font-weight:normal;letter-spacing:normal;text-transform:none;text-shadow:none;background-color:#fff;min-width:300px}.modal-notifications__close{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;top:10px;right:10px;text-shadow:none;padding:0;margin:0;border:none;box-shadow:none;background-image:none;background-color:transparent;outline:none;border-radius:0;font-size:20px;line-height:1}.modal-notifications__header{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;padding:0 20px;margin:0 0 10px 0;min-height:30px;text-align:center;font-size:20px;font-weight:bold;text-transform:capitalize}.modal-notifications__content{display:block;width:100%;padding:0;margin:0;text-align:center}.lootboxes{display:block;text-align:center;width:100%;padding:10px;margin:0;line-height:1.2}.lootboxes__header{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;padding:0;margin:0 0 10px 0}.lootboxes__title{display:inline-block;vertical-align:top;font-weight:bold;width:auto}.lootboxes__stage{display:inline-block;vertical-align:top;width:auto;padding:0 0 0 5px}.lootboxes__list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0;margin:0}.lootboxes__item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:33.33%;padding:10px;margin:0}.lootboxes__block{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0}.lootboxes__hint{display:block;width:100%;padding:0 0 20px 0;margin:0}.lootboxes__timer{display:block;width:100%;padding:10px 0;margin:0}.lootboxes__timer-hint{display:block;width:100%;padding:0;margin:0 0 10px 0}.lootboxes__footer{display:block;width:100%;padding:0;margin:0}.lootboxes__block-button{display:block;text-align:center;padding:10px 0 0 0;margin:0}.lootboxes-item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0;cursor:pointer}.lootboxes-item--disabled,.lootboxes-item--open{pointer-events:none}.lootboxes-item__image{display:block;width:100%;padding:0;margin:0}.lootboxes-item__image img{display:block;max-width:100%;padding:0;margin:0 auto;object-fit:contain;object-position:center;transition:filter .3s ease}.lootboxes-item--disabled .lootboxes-item__image img{filter:grayscale(1);opacity:.6}.lootboxes-item:hover .lootboxes-item__image img{filter:drop-shadow(2px 4px 6px black)}.lootboxes-item__prize{display:block;width:100%;padding:0;margin:0 0 10px 0}.lootboxes-item--active .lootboxes-item__prize{font-size:1.6em}.lootboxes-item--disabled .lootboxes-item__prize{opacity:.6}.lootboxes-item__value{font-weight:bold}lootboxes-list{display:block;width:100%;padding:0;margin:0;color:#000}.lootboxes-list{display:block;width:100%;padding:0;margin:0}.lootboxes-list__item{display:block;width:100%;padding:0;margin:0;border:1px solid #ccc;border-radius:4px;background:#e8e8e8}.lootboxes-list__item:not(:first-child){margin-top:10px}.lootboxes-list__no-result{display:block;width:100%;text-align:center;padding:0;margin:0}.bonuses-preview-container{margin:20px 0}.bonuses-preview-title{font-size:16px;font-weight:700}.bonus-preview{cursor:pointer;border:1px solid gray;padding:10px;margin-top:10px}.bonus-preview-header{display:-ms-flexbox;display:flex}.bonus-preview-title{font-size:18px;-ms-flex-positive:1;flex-grow:1;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.bonus-preview-body{margin-top:5px}.bonus-preview-select{margin:0 10px;-ms-flex-negative:0;flex-shrink:0}.bonus-preview__active{border:3px solid #0f9af2;outline:none}.bonus-preview__unavailable{display:none}.cookies-policy__continue{background-color:#f7f7f7;border-color:#cdcdcd;color:#111;padding:5px}@media (min-width: 769px){.card-md-1{min-width:calc(100% / 3 - 2 * 1rem);max-width:calc(100% / 3 - 2 * 1rem)}.card-md-1-2{min-width:calc(100% / 3 - 2 * 1rem);max-width:calc(2 * 100% / 3 - 2 * 1rem)}.card-md-1-3{min-width:calc(100% / 3 - 2 * 1rem);max-width:calc(100% - 2 * 1rem)}.card-md-2{min-width:calc(2 * 100% / 3 - 2 * 1rem);max-width:calc(2 * 100% / 3 - 2 * 1rem)}.card-md-2-3{min-width:calc(2 * 100% / 3 - 2 * 1rem);max-width:calc(100% - 2 * 1rem)}.card-md-3{min-width:calc(100% - 2 * 1rem);max-width:calc(100% - 2 * 1rem)}}@media (max-width: 768px) and (min-width: 426px){.card-sm-1{min-width:calc(100% / 2 - 2 * 1rem);max-width:calc(100% / 2 - 2 * 1rem)}.card-sm-1-2{min-width:calc(100% / 2 - 2 * 1rem);max-width:calc(100% - 2 * 1rem)}.card-sm-2{min-width:calc(100% - 2 * 1rem);max-width:calc(100% - 2 * 1rem)}}@media (max-width: 425px){.card-xs-1{min-width:calc(100% - 2 * 1rem);max-width:calc(100% - 2 * 1rem)}}.profile-wallet-settings .currency-label,.my-wallet .currency-label{width:102px;height:42px;border-radius:3px;background-color:#2979e6;color:#fff;font-size:20px;font-weight:500;text-transform:uppercase;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.profile-wallet-settings .currency-label__default,.my-wallet .currency-label__default{background-color:#b6b6b6 !important}.profile-wallet-settings .currency-label__USD,.my-wallet .currency-label__USD{background-color:#23cb6e}.profile-wallet-settings .currency-label__SGD,.my-wallet .currency-label__SGD{background-color:#633ccf}.profile-wallet-settings .currency-label__CHF,.my-wallet .currency-label__CHF{background-color:#4866cb}.profile-wallet-settings .currency-label__ILS,.my-wallet .currency-label__ILS{background-color:#5d90ea}.profile-wallet-settings .currency-label__AED,.my-wallet .currency-label__AED{background-color:#a85c22}.profile-wallet-settings .currency-label__TWD,.my-wallet .currency-label__TWD{background-color:#425184}.profile-wallet-settings .currency-label__BGN,.my-wallet .currency-label__BGN{background-color:#aeb82a}.profile-wallet-settings .currency-label__KRW,.my-wallet .currency-label__KRW{background-color:#75b86c}.profile-wallet-settings .currency-label__JOD,.my-wallet .currency-label__JOD{background-color:#a55f29}.profile-wallet-settings .currency-label__BHD,.my-wallet .currency-label__BHD{background-color:#5e7381}.profile-wallet-settings .currency-label__UAH,.my-wallet .currency-label__UAH{background-color:#d46a39}.profile-wallet-settings .currency-label__EUR,.my-wallet .currency-label__EUR{background-color:#2979e6}.profile-wallet-settings .currency-label__JPY,.my-wallet .currency-label__JPY{background-color:#cf3c3c}.profile-wallet-settings .currency-label__DKK,.my-wallet .currency-label__DKK{background-color:#33b845}.profile-wallet-settings .currency-label__MYR,.my-wallet .currency-label__MYR{background-color:#6b53ad}.profile-wallet-settings .currency-label__MAD,.my-wallet .currency-label__MAD{background-color:#cb3f10}.profile-wallet-settings .currency-label__THB,.my-wallet .currency-label__THB{background-color:#2979e6}.profile-wallet-settings .currency-label__PLN,.my-wallet .currency-label__PLN{background-color:#6cb87f}.profile-wallet-settings .currency-label__ZAR,.my-wallet .currency-label__ZAR{background-color:#b04343}.profile-wallet-settings .currency-label__OMR,.my-wallet .currency-label__OMR{background-color:#9775aa}.profile-wallet-settings .currency-label__KWD,.my-wallet .currency-label__KWD{background-color:#3fb6b8}.profile-wallet-settings .currency-label__BTC,.my-wallet .currency-label__BTC{background-color:#f1ab3c}.profile-wallet-settings .currency-label__GBP,.my-wallet .currency-label__GBP{background-color:#666ed5}.profile-wallet-settings .currency-label__CAD,.my-wallet .currency-label__CAD{background-color:#4e963e}.profile-wallet-settings .currency-label__SEK,.my-wallet .currency-label__SEK{background-color:#8ca81a}.profile-wallet-settings .currency-label__NZD,.my-wallet .currency-label__NZD{background-color:#2253a8}.profile-wallet-settings .currency-label__QAR,.my-wallet .currency-label__QAR{background-color:#973636}.profile-wallet-settings .currency-label__CZK,.my-wallet .currency-label__CZK{background-color:#2a78b8}.profile-wallet-settings .currency-label__ISK,.my-wallet .currency-label__ISK{background-color:#5470a1}.profile-wallet-settings .currency-label__RON,.my-wallet .currency-label__RON{background-color:#b8a06c}.profile-wallet-settings .currency-label__RSD,.my-wallet .currency-label__RSD{background-color:#417778}.profile-wallet-settings .currency-label__PEN,.my-wallet .currency-label__PEN{background-color:#6da854}.profile-wallet-settings .currency-label__HKD,.my-wallet .currency-label__HKD{background-color:#287294}.profile-wallet-settings .currency-label__AUD,.my-wallet .currency-label__AUD{background-color:#268f8a}.profile-wallet-settings .currency-label__NOK,.my-wallet .currency-label__NOK{background-color:#336ab8}.profile-wallet-settings .currency-label__TRY,.my-wallet .currency-label__TRY{background-color:#ad8653}.profile-wallet-settings .currency-label__SAR,.my-wallet .currency-label__SAR{background-color:#425e4b}.profile-wallet-settings .currency-label__HUF,.my-wallet .currency-label__HUF{background-color:#ab6cb8}.profile-wallet-settings .currency-label__INR,.my-wallet .currency-label__INR{background-color:#18428a}.profile-wallet-settings .currency-label__HRK,.my-wallet .currency-label__HRK{background-color:#c39635}.profile-wallet-settings .currency-label__TND,.my-wallet .currency-label__TND{background-color:#6da4a5}.profile-wallet-settings .currency-label__RUB,.my-wallet .currency-label__RUB{background-color:#f13c3c}.profile .subcard+.subcard{margin-top:10px}.profile .subcard{display:-ms-flexbox;display:flex;background:white;-ms-flex-pack:justify;justify-content:space-between;padding:10px 14px;font-weight:700;box-shadow:0 3px 0 rgba(0,0,0,0.06);border-radius:2px}.profile .subcard-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.profile .subcard-content{min-width:0}.profile .subcard-content-separator{width:1px;height:100%;background-color:#050721;opacity:0.1;margin:0 10px}.profile .subcard-content-action{-ms-flex-negative:0;flex-shrink:0}.profile .subcard-content-action .action-button{padding:0 10px}.card.security-and-subcriptions .security-wrapper .email-password-block,.modal-subscriptions-edit .security-wrapper .email-password-block{-ms-flex-direction:column;flex-direction:column}.card.security-and-subcriptions .security-wrapper .subcard-content,.modal-subscriptions-edit .security-wrapper .subcard-content{-ms-flex-direction:column;flex-direction:column}.card.security-and-subcriptions .security-wrapper .user-email,.modal-subscriptions-edit .security-wrapper .user-email{padding:10px 0;max-width:100%;overflow:hidden;text-overflow:ellipsis}.card.security-and-subcriptions .security-wrapper .user-email__value,.modal-subscriptions-edit .security-wrapper .user-email__value{font-size:16px;font-weight:700;color:#000}.card.security-and-subcriptions .security-wrapper .change-password,.modal-subscriptions-edit .security-wrapper .change-password{width:100%}.card.security-and-subcriptions .security-wrapper .change-password .profile-button,.modal-subscriptions-edit .security-wrapper .change-password .profile-button{width:100%;text-transform:uppercase}.card.security-and-subcriptions .security-wrapper .account-security,.modal-subscriptions-edit .security-wrapper .account-security{-ms-flex-direction:column;flex-direction:column}.card.security-and-subcriptions .security-wrapper .account-security__enable-2fa-button,.modal-subscriptions-edit .security-wrapper .account-security__enable-2fa-button{text-decoration:underline;cursor:pointer;color:#ef4b2b}.card.security-and-subcriptions .security-wrapper .account-security__enable-2fa-button:hover,.modal-subscriptions-edit .security-wrapper .account-security__enable-2fa-button:hover{opacity:0.7}.card.security-and-subcriptions .subscriptions-edit .checkbox .element-label,.modal-subscriptions-edit .subscriptions-edit .checkbox .element-label{display:none}.card.security-and-subcriptions .subscriptions-edit .checkbox label,.modal-subscriptions-edit .subscriptions-edit .checkbox label{padding-left:25px;color:black}.card.security-and-subcriptions .subscriptions-edit input[type=checkbox],.modal-subscriptions-edit .subscriptions-edit input[type=checkbox]{position:absolute;opacity:0}.card.security-and-subcriptions .subscriptions-edit input[type=checkbox]+label,.modal-subscriptions-edit .subscriptions-edit input[type=checkbox]+label{position:relative;cursor:pointer;padding:0}.card.security-and-subcriptions .subscriptions-edit input[type=checkbox]+label:before,.modal-subscriptions-edit .subscriptions-edit input[type=checkbox]+label:before{content:" ";vertical-align:text-top;background-color:#fff;display:inline-block;color:#fff;width:20px;height:20px;visibility:visible;border:1px solid #ebebeb;border-radius:2px}.card.security-and-subcriptions .subscriptions-edit input[type=checkbox]:checked+label:before,.modal-subscriptions-edit .subscriptions-edit input[type=checkbox]:checked+label:before{background:#0f9af2;color:#fff}.card.security-and-subcriptions .subscriptions-edit input[type=checkbox]:checked+label:after,.modal-subscriptions-edit .subscriptions-edit input[type=checkbox]:checked+label:after{content:"\2714";font-family:Segoe UI Symbol;position:absolute;left:5px;color:white;bottom:-1px}.modal-two-factor .modal-dialog{max-width:500px;width:auto}.modal-two-factor .two-factor__content{padding-top:0;padding-bottom:0}.modal-two-factor .two-factor__backup-codes{text-align:center;padding-bottom:15px}.modal-two-factor .two-factor__qrcode{text-align:center;padding-bottom:20px}.modal-two-factor .two-factor__disable-hint{margin-bottom:20px}.modal-two-factor .backup-codes__description{margin-bottom:20px}.profile .social-icon-twitter,.social-networks-settings .social-icon-twitter{color:#1da1f2}.profile .social-icon-vkontakte,.social-networks-settings .social-icon-vkontakte{color:#4d75a3}.profile .social-icon-facebook,.social-networks-settings .social-icon-facebook{color:#3b5998}.profile .social-icon-google_oauth2,.social-networks-settings .social-icon-google_oauth2{color:#dd4c39}.profile .social-icon-google,.social-networks-settings .social-icon-google{color:#dd4c39}.profile .social-icon-odnoklassniki,.social-networks-settings .social-icon-odnoklassniki{color:#ee8208}.profile .social-icon-yandex,.social-networks-settings .social-icon-yandex{color:#ff0000}.profile .social-icon-mailru,.social-networks-settings .social-icon-mailru{color:#07c}.card.social-networks .subcard .social-network-icon{font-size:38px;width:38px;height:38px;line-height:38px;margin-right:12px}.card.social-networks .card-footer{padding:10px;padding-top:20px}.card.social-networks .card-footer .add-social-network-btn{width:100%;font-weight:bold}.social-networks-settings{font-family:'Open Sans', sans-serif;min-width:270px;-ms-flex-positive:10;flex-grow:10}.social-networks-settings .profile-table{width:100%;table-layout:auto}@media (min-width: 520px){.social-networks-settings .profile-table{text-align:center;border-spacing:0 10px;width:100%;border-collapse:separate}.social-networks-settings .profile-table__row{height:52px;box-shadow:0 3px 0 rgba(0,0,0,0.06);border-radius:2px;background:#fff}.social-networks-settings .profile-table__cell{border:0;padding:0 5px;position:relative;vertical-align:middle}.social-networks-settings .profile-table__cell:not(:first-child):before{display:block;content:'';position:absolute;width:1px;top:7px;bottom:7px;left:0;background-color:#e8e8e8}.social-networks-settings .profile-table__xs-label{display:none}}@media (max-width: 520px){.social-networks-settings .profile-table__header{display:none}.social-networks-settings .profile-table>div{display:block}.social-networks-settings .profile-table__xs-label{display:block;text-align:left}.social-networks-settings .profile-table__xs-value{font-weight:700;color:#000;padding-left:5px;text-align:right}.social-networks-settings .profile-table__row{background:#fff;border-bottom:15px solid #e8e8e8;border-radius:2px;margin-bottom:10px}.social-networks-settings .profile-table__cell{padding:6px 12px;border:1px solid #ebebeb;border-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.social-networks-settings .profile-table__cell:last-child{border-bottom:0}.social-networks-settings .profile-table .buttons-wrapper{width:100%;-ms-flex-pack:distribute;justify-content:space-around}}.social-networks-settings .social-networks-settings-table{text-align:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 9px 20px 9px}.social-networks-settings .social-networks-settings-table .social-networks-settings-table-item{border:1px solid #ebebeb;width:150px;margin:5px;white-space:nowrap}.social-networks-settings .social-networks-settings-table .social-networks-settings-table-item.disabled{opacity:0.5;background:#ebebeb;pointer-events:none}.social-networks-settings .social-networks-settings-table .social-networks-settings-table-item:hover,.social-networks-settings .social-networks-settings-table .social-networks-settings-table-item:hover a,.social-networks-settings .social-networks-settings-table .social-networks-settings-table-item:hover .i-social{background:#4d4d4d;color:#fff}.social-networks-settings .social-networks-settings-table a{font-size:15px;color:#4d4d4d;text-decoration:none}.social-networks-settings .social-networks-settings-table .i-social{font-size:20px}.social-networks-settings .profile-button{font-weight:700;margin:0;border-radius:0;width:100%}.social-networks-settings .provider-type{padding:10px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start}.social-networks-settings .provider-type-value{padding-left:10px}.modal-subscriptions-edit .card,.modal-profile-edit .card,.modal-two-factor .card,.modal-change-password .card{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-positive:1;flex-grow:1;position:relative;background:#fff;box-shadow:0 3px 0 rgba(0,0,0,0.06);padding:0 0;margin:1rem;border-radius:2px}.modal-subscriptions-edit .card>*:first-child,.modal-profile-edit .card>*:first-child,.modal-two-factor .card>*:first-child,.modal-change-password .card>*:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.modal-subscriptions-edit .card-header,.modal-profile-edit .card-header,.modal-two-factor .card-header,.modal-change-password .card-header{font-size:18px;padding-bottom:20px;color:#000;background-color:#fff}.modal-subscriptions-edit .card-header__double,.modal-profile-edit .card-header__double,.modal-two-factor .card-header__double,.modal-change-password .card-header__double{height:90px;padding-top:20px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;text-transform:uppercase}.modal-subscriptions-edit .card-header__single,.modal-profile-edit .card-header__single,.modal-two-factor .card-header__single,.modal-change-password .card-header__single{height:60px;padding:10px 20px;color:#000;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}@media (max-width: 520px){.modal-subscriptions-edit .card-header__single,.modal-profile-edit .card-header__single,.modal-two-factor .card-header__single,.modal-change-password .card-header__single{-ms-flex-direction:column;flex-direction:column;height:auto}}.modal-subscriptions-edit .card-header-title,.modal-profile-edit .card-header-title,.modal-two-factor .card-header-title,.modal-change-password .card-header-title{line-height:24px;font-size:16px;font-weight:700}.modal-subscriptions-edit .card-header-title__value,.modal-profile-edit .card-header-title__value,.modal-two-factor .card-header-title__value,.modal-change-password .card-header-title__value{font-weight:400}.modal-subscriptions-edit .card-header-title__stage,.modal-profile-edit .card-header-title__stage,.modal-two-factor .card-header-title__stage,.modal-change-password .card-header-title__stage{font-weight:500}.modal-subscriptions-edit .card-header-title__second,.modal-profile-edit .card-header-title__second,.modal-two-factor .card-header-title__second,.modal-change-password .card-header-title__second{font-size:16px;font-weight:700;text-transform:uppercase}.modal-subscriptions-edit .card-header__green,.modal-profile-edit .card-header__green,.modal-two-factor .card-header__green,.modal-change-password .card-header__green{background-color:#23cb6e;color:#fff}.modal-subscriptions-edit .card-header__red,.modal-profile-edit .card-header__red,.modal-two-factor .card-header__red,.modal-change-password .card-header__red{background-color:#ef4b2b;color:#fff}.modal-subscriptions-edit .card-header__blue,.modal-profile-edit .card-header__blue,.modal-two-factor .card-header__blue,.modal-change-password .card-header__blue{background-color:#0f9af2;color:#fff}.modal-subscriptions-edit .card-body,.modal-profile-edit .card-body,.modal-two-factor .card-body,.modal-change-password .card-body{-ms-flex-positive:1;flex-grow:1;background:#fff;padding:24px 15px 20px}.modal-subscriptions-edit .card-body__arrow,.modal-profile-edit .card-body__arrow,.modal-two-factor .card-body__arrow,.modal-change-password .card-body__arrow{position:relative;z-index:1}.modal-subscriptions-edit .card-body__arrow:before,.modal-profile-edit .card-body__arrow:before,.modal-two-factor .card-body__arrow:before,.modal-change-password .card-body__arrow:before{content:'';position:absolute;width:14px;height:14px;border-radius:2px 0;top:-6px;left:calc(50% - 10px);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff;z-index:-1}.modal-subscriptions-edit .card-body__dark,.modal-profile-edit .card-body__dark,.modal-two-factor .card-body__dark,.modal-change-password .card-body__dark{background-color:#e8e8e8}.modal-subscriptions-edit .card-body-content,.modal-profile-edit .card-body-content,.modal-two-factor .card-body-content,.modal-change-password .card-body-content{border-radius:2px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.modal-subscriptions-edit .card-body-content__light,.modal-profile-edit .card-body-content__light,.modal-two-factor .card-body-content__light,.modal-change-password .card-body-content__light{background-color:#fff}.modal-subscriptions-edit .card-body-content__dark,.modal-profile-edit .card-body-content__dark,.modal-two-factor .card-body-content__dark,.modal-change-password .card-body-content__dark{background-color:#e8e8e8}.modal-subscriptions-edit .card-footer,.modal-profile-edit .card-footer,.modal-two-factor .card-footer,.modal-change-password .card-footer{text-align:center;-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex;padding:20px 11px 10px}.modal-subscriptions-edit .card-footer .profile-button,.modal-profile-edit .card-footer .profile-button,.modal-two-factor .card-footer .profile-button,.modal-change-password .card-footer .profile-button{-ms-flex-positive:1;flex-grow:1;height:52px;margin:0 4px;-ms-flex-preferred-size:50%;flex-basis:50%;text-transform:uppercase}.modal-subscriptions-edit .card-highlighted,.modal-profile-edit .card-highlighted,.modal-two-factor .card-highlighted,.modal-change-password .card-highlighted{box-shadow:0 0 30px #0f9af2}.modal-subscriptions-edit .profile-modal-body,.modal-profile-edit .profile-modal-body,.modal-two-factor .profile-modal-body,.modal-change-password .profile-modal-body{margin:0 9px 20px 9px}.modal-subscriptions-edit .card-body,.modal-profile-edit .card-body,.modal-two-factor .card-body,.modal-change-password .card-body{background:#fff}.modal-subscriptions-edit .profile-edit .edit-form .edit-mode input,.modal-subscriptions-edit .profile-edit .edit-form .edit-mode select,.modal-subscriptions-edit .profile-edit .edit-form .edit-mode .mf__item,.modal-profile-edit .profile-edit .edit-form .edit-mode input,.modal-profile-edit .profile-edit .edit-form .edit-mode select,.modal-profile-edit .profile-edit .edit-form .edit-mode .mf__item,.modal-two-factor .profile-edit .edit-form .edit-mode input,.modal-two-factor .profile-edit .edit-form .edit-mode select,.modal-two-factor .profile-edit .edit-form .edit-mode .mf__item,.modal-change-password .profile-edit .edit-form .edit-mode input,.modal-change-password .profile-edit .edit-form .edit-mode select,.modal-change-password .profile-edit .edit-form .edit-mode .mf__item{background:#e8e8e8}.modal-subscriptions-edit .card-footer .profile-button,.modal-profile-edit .card-footer .profile-button,.modal-two-factor .card-footer .profile-button,.modal-change-password .card-footer .profile-button{-ms-flex-positive:0;flex-grow:0}.modal-change-password .modal-dialog{max-width:500px;width:auto}.profile-edit casino-profile-edit{display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1}.subscriptions-edit,.profile-edit,.change-password,.two-factor,.verified-phone,.profile-payments{width:100%}.subscriptions-edit .edit-form .view-mode input[type="radio"],.subscriptions-edit .edit-form .view-mode input[type="radio"]:not(:checked)+label,.profile-edit .edit-form .view-mode input[type="radio"],.profile-edit .edit-form .view-mode input[type="radio"]:not(:checked)+label,.change-password .edit-form .view-mode input[type="radio"],.change-password .edit-form .view-mode input[type="radio"]:not(:checked)+label,.two-factor .edit-form .view-mode input[type="radio"],.two-factor .edit-form .view-mode input[type="radio"]:not(:checked)+label,.verified-phone .edit-form .view-mode input[type="radio"],.verified-phone .edit-form .view-mode input[type="radio"]:not(:checked)+label,.profile-payments .edit-form .view-mode input[type="radio"],.profile-payments .edit-form .view-mode input[type="radio"]:not(:checked)+label{display:none}.subscriptions-edit .edit-form .mf__item,.profile-edit .edit-form .mf__item,.change-password .edit-form .mf__item,.two-factor .edit-form .mf__item,.verified-phone .edit-form .mf__item,.profile-payments .edit-form .mf__item{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;font-weight:700}.subscriptions-edit .edit-form .mf__item .mf__radio label,.profile-edit .edit-form .mf__item .mf__radio label,.change-password .edit-form .mf__item .mf__radio label,.two-factor .edit-form .mf__item .mf__radio label,.verified-phone .edit-form .mf__item .mf__radio label,.profile-payments .edit-form .mf__item .mf__radio label{margin-bottom:0}.subscriptions-edit .edit-form .text-value,.subscriptions-edit .edit-form input,.subscriptions-edit .edit-form textarea,.profile-edit .edit-form .text-value,.profile-edit .edit-form input,.profile-edit .edit-form textarea,.change-password .edit-form .text-value,.change-password .edit-form input,.change-password .edit-form textarea,.two-factor .edit-form .text-value,.two-factor .edit-form input,.two-factor .edit-form textarea,.verified-phone .edit-form .text-value,.verified-phone .edit-form input,.verified-phone .edit-form textarea,.profile-payments .edit-form .text-value,.profile-payments .edit-form input,.profile-payments .edit-form textarea{padding-left:5px}.subscriptions-edit .edit-form .not-checkbox,.profile-edit .edit-form .not-checkbox,.change-password .edit-form .not-checkbox,.two-factor .edit-form .not-checkbox,.verified-phone .edit-form .not-checkbox,.profile-payments .edit-form .not-checkbox{margin:5px;margin-bottom:15px}.subscriptions-edit .edit-form .checkbox,.profile-edit .edit-form .checkbox,.change-password .edit-form .checkbox,.two-factor .edit-form .checkbox,.verified-phone .edit-form .checkbox,.profile-payments .edit-form .checkbox{margin:5px}.subscriptions-edit .edit-form .element,.profile-edit .edit-form .element,.change-password .edit-form .element,.two-factor .edit-form .element,.verified-phone .edit-form .element,.profile-payments .edit-form .element{color:#4d4d4d}.subscriptions-edit .edit-form .element-label,.subscriptions-edit .edit-form .element,.profile-edit .edit-form .element-label,.profile-edit .edit-form .element,.change-password .edit-form .element-label,.change-password .edit-form .element,.two-factor .edit-form .element-label,.two-factor .edit-form .element,.verified-phone .edit-form .element-label,.verified-phone .edit-form .element,.profile-payments .edit-form .element-label,.profile-payments .edit-form .element{display:-ms-flexbox;display:flex;text-align:left}.subscriptions-edit .edit-form .element .element-value,.profile-edit .edit-form .element .element-value,.change-password .edit-form .element .element-value,.two-factor .edit-form .element .element-value,.verified-phone .edit-form .element .element-value,.profile-payments .edit-form .element .element-value{width:100%}.subscriptions-edit .edit-form .element-label label,.profile-edit .edit-form .element-label label,.change-password .edit-form .element-label label,.two-factor .edit-form .element-label label,.verified-phone .edit-form .element-label label,.profile-payments .edit-form .element-label label{font-size:15px;font-weight:500;color:#4d4d4d;margin:0;padding-bottom:5px;margin-left:1px}.subscriptions-edit .edit-form .element label,.profile-edit .edit-form .element label,.change-password .edit-form .element label,.two-factor .edit-form .element label,.verified-phone .edit-form .element label,.profile-payments .edit-form .element label{font-weight:400}.subscriptions-edit .edit-form input[type="text"],.subscriptions-edit .edit-form input[type="tel"],.subscriptions-edit .edit-form input[type="password"],.subscriptions-edit .edit-form input[type="amount"],.subscriptions-edit .edit-form input[type="number"],.subscriptions-edit .edit-form input[type="email"],.subscriptions-edit .edit-form input[type="cvv"],.subscriptions-edit .edit-form input[type="credit_card_number"],.subscriptions-edit .edit-form .mf__item,.subscriptions-edit .edit-form select,.subscriptions-edit .edit-form textarea,.profile-edit .edit-form input[type="text"],.profile-edit .edit-form input[type="tel"],.profile-edit .edit-form input[type="password"],.profile-edit .edit-form input[type="amount"],.profile-edit .edit-form input[type="number"],.profile-edit .edit-form input[type="email"],.profile-edit .edit-form input[type="cvv"],.profile-edit .edit-form input[type="credit_card_number"],.profile-edit .edit-form .mf__item,.profile-edit .edit-form select,.profile-edit .edit-form textarea,.change-password .edit-form input[type="text"],.change-password .edit-form input[type="tel"],.change-password .edit-form input[type="password"],.change-password .edit-form input[type="amount"],.change-password .edit-form input[type="number"],.change-password .edit-form input[type="email"],.change-password .edit-form input[type="cvv"],.change-password .edit-form input[type="credit_card_number"],.change-password .edit-form .mf__item,.change-password .edit-form select,.change-password .edit-form textarea,.two-factor .edit-form input[type="text"],.two-factor .edit-form input[type="tel"],.two-factor .edit-form input[type="password"],.two-factor .edit-form input[type="amount"],.two-factor .edit-form input[type="number"],.two-factor .edit-form input[type="email"],.two-factor .edit-form input[type="cvv"],.two-factor .edit-form input[type="credit_card_number"],.two-factor .edit-form .mf__item,.two-factor .edit-form select,.two-factor .edit-form textarea,.verified-phone .edit-form input[type="text"],.verified-phone .edit-form input[type="tel"],.verified-phone .edit-form input[type="password"],.verified-phone .edit-form input[type="amount"],.verified-phone .edit-form input[type="number"],.verified-phone .edit-form input[type="email"],.verified-phone .edit-form input[type="cvv"],.verified-phone .edit-form input[type="credit_card_number"],.verified-phone .edit-form .mf__item,.verified-phone .edit-form select,.verified-phone .edit-form textarea,.profile-payments .edit-form input[type="text"],.profile-payments .edit-form input[type="tel"],.profile-payments .edit-form input[type="password"],.profile-payments .edit-form input[type="amount"],.profile-payments .edit-form input[type="number"],.profile-payments .edit-form input[type="email"],.profile-payments .edit-form input[type="cvv"],.profile-payments .edit-form input[type="credit_card_number"],.profile-payments .edit-form .mf__item,.profile-payments .edit-form select,.profile-payments .edit-form textarea{background:transparent;width:100%;border:1px solid #ebebeb;border-radius:2px;padding:0 15px;font-weight:700;color:#000}.subscriptions-edit .edit-form input[type="text"],.subscriptions-edit .edit-form input[type="tel"],.subscriptions-edit .edit-form input[type="password"],.subscriptions-edit .edit-form input[type="amount"],.subscriptions-edit .edit-form input[type="number"],.subscriptions-edit .edit-form input[type="email"],.subscriptions-edit .edit-form input[type="cvv"],.subscriptions-edit .edit-form input[type="credit_card_number"],.subscriptions-edit .edit-form .mf__item,.subscriptions-edit .edit-form select,.profile-edit .edit-form input[type="text"],.profile-edit .edit-form input[type="tel"],.profile-edit .edit-form input[type="password"],.profile-edit .edit-form input[type="amount"],.profile-edit .edit-form input[type="number"],.profile-edit .edit-form input[type="email"],.profile-edit .edit-form input[type="cvv"],.profile-edit .edit-form input[type="credit_card_number"],.profile-edit .edit-form .mf__item,.profile-edit .edit-form select,.change-password .edit-form input[type="text"],.change-password .edit-form input[type="tel"],.change-password .edit-form input[type="password"],.change-password .edit-form input[type="amount"],.change-password .edit-form input[type="number"],.change-password .edit-form input[type="email"],.change-password .edit-form input[type="cvv"],.change-password .edit-form input[type="credit_card_number"],.change-password .edit-form .mf__item,.change-password .edit-form select,.two-factor .edit-form input[type="text"],.two-factor .edit-form input[type="tel"],.two-factor .edit-form input[type="password"],.two-factor .edit-form input[type="amount"],.two-factor .edit-form input[type="number"],.two-factor .edit-form input[type="email"],.two-factor .edit-form input[type="cvv"],.two-factor .edit-form input[type="credit_card_number"],.two-factor .edit-form .mf__item,.two-factor .edit-form select,.verified-phone .edit-form input[type="text"],.verified-phone .edit-form input[type="tel"],.verified-phone .edit-form input[type="password"],.verified-phone .edit-form input[type="amount"],.verified-phone .edit-form input[type="number"],.verified-phone .edit-form input[type="email"],.verified-phone .edit-form input[type="cvv"],.verified-phone .edit-form input[type="credit_card_number"],.verified-phone .edit-form .mf__item,.verified-phone .edit-form select,.profile-payments .edit-form input[type="text"],.profile-payments .edit-form input[type="tel"],.profile-payments .edit-form input[type="password"],.profile-payments .edit-form input[type="amount"],.profile-payments .edit-form input[type="number"],.profile-payments .edit-form input[type="email"],.profile-payments .edit-form input[type="cvv"],.profile-payments .edit-form input[type="credit_card_number"],.profile-payments .edit-form .mf__item,.profile-payments .edit-form select{height:44px}.subscriptions-edit .edit-form textarea,.profile-edit .edit-form textarea,.change-password .edit-form textarea,.two-factor .edit-form textarea,.verified-phone .edit-form textarea,.profile-payments .edit-form textarea{padding-top:10px;padding-bottom:10px;height:88px}.subscriptions-edit .edit-form .dropdown-menu,.profile-edit .edit-form .dropdown-menu,.change-password .edit-form .dropdown-menu,.two-factor .edit-form .dropdown-menu,.verified-phone .edit-form .dropdown-menu,.profile-payments .edit-form .dropdown-menu{min-width:initial}.subscriptions-edit .edit-form .edit-mode input[type="text"]:not([disabled]),.subscriptions-edit .edit-form .edit-mode input[type="tel"]:not([disabled]),.subscriptions-edit .edit-form .edit-mode input[type="password"]:not([disabled]),.subscriptions-edit .edit-form .edit-mode input[type="amount"]:not([disabled]),.subscriptions-edit .edit-form .edit-mode input[type="number"]:not([disabled]),.subscriptions-edit .edit-form .edit-mode input[type="email"]:not([disabled]),.subscriptions-edit .edit-form .edit-mode input[type="cvv"]:not([disabled]),.subscriptions-edit .edit-form .edit-mode input[type="credit_card_number"]:not([disabled]),.subscriptions-edit .edit-form .edit-mode select:not([disabled]),.subscriptions-edit .edit-form .edit-mode textarea:not([disabled]),.subscriptions-edit .edit-form .edit-mode .mf__item:not([disabled]),.profile-edit .edit-form .edit-mode input[type="text"]:not([disabled]),.profile-edit .edit-form .edit-mode input[type="tel"]:not([disabled]),.profile-edit .edit-form .edit-mode input[type="password"]:not([disabled]),.profile-edit .edit-form .edit-mode input[type="amount"]:not([disabled]),.profile-edit .edit-form .edit-mode input[type="number"]:not([disabled]),.profile-edit .edit-form .edit-mode input[type="email"]:not([disabled]),.profile-edit .edit-form .edit-mode input[type="cvv"]:not([disabled]),.profile-edit .edit-form .edit-mode input[type="credit_card_number"]:not([disabled]),.profile-edit .edit-form .edit-mode select:not([disabled]),.profile-edit .edit-form .edit-mode textarea:not([disabled]),.profile-edit .edit-form .edit-mode .mf__item:not([disabled]),.change-password .edit-form .edit-mode input[type="text"]:not([disabled]),.change-password .edit-form .edit-mode input[type="tel"]:not([disabled]),.change-password .edit-form .edit-mode input[type="password"]:not([disabled]),.change-password .edit-form .edit-mode input[type="amount"]:not([disabled]),.change-password .edit-form .edit-mode input[type="number"]:not([disabled]),.change-password .edit-form .edit-mode input[type="email"]:not([disabled]),.change-password .edit-form .edit-mode input[type="cvv"]:not([disabled]),.change-password .edit-form .edit-mode input[type="credit_card_number"]:not([disabled]),.change-password .edit-form .edit-mode select:not([disabled]),.change-password .edit-form .edit-mode textarea:not([disabled]),.change-password .edit-form .edit-mode .mf__item:not([disabled]),.two-factor .edit-form .edit-mode input[type="text"]:not([disabled]),.two-factor .edit-form .edit-mode input[type="tel"]:not([disabled]),.two-factor .edit-form .edit-mode input[type="password"]:not([disabled]),.two-factor .edit-form .edit-mode input[type="amount"]:not([disabled]),.two-factor .edit-form .edit-mode input[type="number"]:not([disabled]),.two-factor .edit-form .edit-mode input[type="email"]:not([disabled]),.two-factor .edit-form .edit-mode input[type="cvv"]:not([disabled]),.two-factor .edit-form .edit-mode input[type="credit_card_number"]:not([disabled]),.two-factor .edit-form .edit-mode select:not([disabled]),.two-factor .edit-form .edit-mode textarea:not([disabled]),.two-factor .edit-form .edit-mode .mf__item:not([disabled]),.verified-phone .edit-form .edit-mode input[type="text"]:not([disabled]),.verified-phone .edit-form .edit-mode input[type="tel"]:not([disabled]),.verified-phone .edit-form .edit-mode input[type="password"]:not([disabled]),.verified-phone .edit-form .edit-mode input[type="amount"]:not([disabled]),.verified-phone .edit-form .edit-mode input[type="number"]:not([disabled]),.verified-phone .edit-form .edit-mode input[type="email"]:not([disabled]),.verified-phone .edit-form .edit-mode input[type="cvv"]:not([disabled]),.verified-phone .edit-form .edit-mode input[type="credit_card_number"]:not([disabled]),.verified-phone .edit-form .edit-mode select:not([disabled]),.verified-phone .edit-form .edit-mode textarea:not([disabled]),.verified-phone .edit-form .edit-mode .mf__item:not([disabled]),.profile-payments .edit-form .edit-mode input[type="text"]:not([disabled]),.profile-payments .edit-form .edit-mode input[type="tel"]:not([disabled]),.profile-payments .edit-form .edit-mode input[type="password"]:not([disabled]),.profile-payments .edit-form .edit-mode input[type="amount"]:not([disabled]),.profile-payments .edit-form .edit-mode input[type="number"]:not([disabled]),.profile-payments .edit-form .edit-mode input[type="email"]:not([disabled]),.profile-payments .edit-form .edit-mode input[type="cvv"]:not([disabled]),.profile-payments .edit-form .edit-mode input[type="credit_card_number"]:not([disabled]),.profile-payments .edit-form .edit-mode select:not([disabled]),.profile-payments .edit-form .edit-mode textarea:not([disabled]),.profile-payments .edit-form .edit-mode .mf__item:not([disabled]){background:#fff}.subscriptions-edit .edit-form .edit-mode select[type="card_expiry_date"],.profile-edit .edit-form .edit-mode select[type="card_expiry_date"],.change-password .edit-form .edit-mode select[type="card_expiry_date"],.two-factor .edit-form .edit-mode select[type="card_expiry_date"],.verified-phone .edit-form .edit-mode select[type="card_expiry_date"],.profile-payments .edit-form .edit-mode select[type="card_expiry_date"]{width:auto}.subscriptions-edit .edit-form .edit-mode input,.subscriptions-edit .edit-form .edit-mode select,.subscriptions-edit .edit-form .edit-mode textarea,.subscriptions-edit .edit-form .edit-mode .mf__item,.profile-edit .edit-form .edit-mode input,.profile-edit .edit-form .edit-mode select,.profile-edit .edit-form .edit-mode textarea,.profile-edit .edit-form .edit-mode .mf__item,.change-password .edit-form .edit-mode input,.change-password .edit-form .edit-mode select,.change-password .edit-form .edit-mode textarea,.change-password .edit-form .edit-mode .mf__item,.two-factor .edit-form .edit-mode input,.two-factor .edit-form .edit-mode select,.two-factor .edit-form .edit-mode textarea,.two-factor .edit-form .edit-mode .mf__item,.verified-phone .edit-form .edit-mode input,.verified-phone .edit-form .edit-mode select,.verified-phone .edit-form .edit-mode textarea,.verified-phone .edit-form .edit-mode .mf__item,.profile-payments .edit-form .edit-mode input,.profile-payments .edit-form .edit-mode select,.profile-payments .edit-form .edit-mode textarea,.profile-payments .edit-form .edit-mode .mf__item{border:1px solid #c5c5c5}.subscriptions-edit .edit-form .view-mode input,.subscriptions-edit .edit-form .view-mode select,.subscriptions-edit .edit-form .view-mode label,.profile-edit .edit-form .view-mode input,.profile-edit .edit-form .view-mode select,.profile-edit .edit-form .view-mode label,.change-password .edit-form .view-mode input,.change-password .edit-form .view-mode select,.change-password .edit-form .view-mode label,.two-factor .edit-form .view-mode input,.two-factor .edit-form .view-mode select,.two-factor .edit-form .view-mode label,.verified-phone .edit-form .view-mode input,.verified-phone .edit-form .view-mode select,.verified-phone .edit-form .view-mode label,.profile-payments .edit-form .view-mode input,.profile-payments .edit-form .view-mode select,.profile-payments .edit-form .view-mode label{pointer-events:none}.subscriptions-edit .edit-form .view-mode select,.profile-edit .edit-form .view-mode select,.change-password .edit-form .view-mode select,.two-factor .edit-form .view-mode select,.verified-phone .edit-form .view-mode select,.profile-payments .edit-form .view-mode select{-moz-appearance:none;-webkit-appearance:none;padding-left:19px}.subscriptions-edit .edit-form .view-mode select::-ms-expand,.profile-edit .edit-form .view-mode select::-ms-expand,.change-password .edit-form .view-mode select::-ms-expand,.two-factor .edit-form .view-mode select::-ms-expand,.verified-phone .edit-form .view-mode select::-ms-expand,.profile-payments .edit-form .view-mode select::-ms-expand{display:none}.subscriptions-edit .error_msg,.profile-edit .error_msg,.change-password .error_msg,.two-factor .error_msg,.verified-phone .error_msg,.profile-payments .error_msg{color:#ef4b2b}.verified-phone .edit-form .add-phone .add-phone__input{background:white;width:auto}.verified-phone .edit-form .added-phone-confirmation .added-phone-confirmation__code{background:white;width:auto}.verified-phone .added-phone__number{font-weight:700}.verified-phone .added-phone__status{font-weight:700}.documents-list__description{color:#000;font-weight:700}.documents-list__file{color:#666;font-weight:500}.documents-list__file,.documents-list__description{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.documents-list__content{overflow:hidden;text-align:left}.documents-list__status{-ms-flex-negative:0;flex-shrink:0;width:40px;height:40px;font-size:25px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:white;border-radius:50%;margin-right:10px}.documents-list__status_approved{background-color:#23cb6e}.documents-list__status_pending{background-color:#d09f34}.documents-list__status_not_approved{background-color:#ef4b2b}.documents-upload .subcard{padding:0}.documents-upload .subcard-content{-ms-flex-positive:1;flex-grow:1;-ms-flex-direction:column;flex-direction:column}.documents-requirements__header{width:100%;display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;position:relative;height:52px}.documents-requirements__header .requirements-title{padding-left:17px;font-size:16px;font-weight:700;color:#000}.documents-requirements__header .requirements-toggler.profile-button{width:52px;border-radius:0;position:absolute;right:0;bottom:0;top:0;margin:0}.documents-requirements__header .requirements-toggler__value{width:12px}.documents-requirements__body{border-top:1px solid #666;padding:15px;font-size:13px}.profile .card.upload{text-align:center}.profile .card.upload .card-body{overflow:hidden}.profile .card.upload .card-body-content__verified{position:relative}.profile .card.upload .card-body-content__verified:after{content:'✓';height:30px;width:30px;background-color:#23cb6e;position:absolute;top:-14px;right:-5px;color:#fff;border-radius:15px;font-size:25px;text-align:center;line-height:30px}.profile .card.upload .card-body-content textarea{height:100px;width:100%}.profile .card.upload #documents-file-address,.profile .card.upload #documents-file-identity,.profile .card.upload #documents-file-payment{display:none}.profile .card.upload .upload-image{margin-bottom:20px}.profile .card.upload .upload-title{font-size:16px;font-weight:700;line-height:18px;color:#000;margin-bottom:10px}.profile .card.upload .upload-description{font-weight:500;font-size:13px;line-height:18px;color:#666}.profile .card.upload .upload-button{margin:17px 0 12px;width:100%;height:52px;font-weight:700;text-transform:uppercase}.profile .card.upload .upload-button-description{color:#666;font-size:13px;font-weight:500;line-height:12px}.profile .card.upload .added-image{display:-ms-flexbox;display:flex;-ms-flex-item-align:left;align-self:left;-ms-flex-align:center;align-items:center;margin-bottom:20px;max-width:100%}.profile .card.upload .added-image__image{height:70px;margin-right:15px}.profile .card.upload .added-image__image img{max-height:100%}.profile .card.upload .added-image__name{color:#000;font-weight:700;overflow:hidden;text-overflow:ellipsis}.set-limit__icon{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-bottom:20px}.set-limit__title{text-align:center;font-size:16px;font-weight:700;color:#000}.set-limit__description{text-align:justify}.set-limit__button{font-weight:700}.profile-limits__active{color:#23cb6e}.profile-limits__unconfirmed{color:#d09f34}.profile-limits .profile-table{width:100%;table-layout:auto}@media (min-width: 520px){.profile-limits .profile-table{text-align:center;border-spacing:0 10px;width:100%;border-collapse:separate}.profile-limits .profile-table__row{height:52px;box-shadow:0 3px 0 rgba(0,0,0,0.06);border-radius:2px;background:#fff}.profile-limits .profile-table__cell{border:0;padding:0 5px;position:relative;vertical-align:middle}.profile-limits .profile-table__cell:not(:first-child):before{display:block;content:'';position:absolute;width:1px;top:7px;bottom:7px;left:0;background-color:#e8e8e8}.profile-limits .profile-table__xs-label{display:none}}@media (max-width: 520px){.profile-limits .profile-table__header{display:none}.profile-limits .profile-table>div{display:block}.profile-limits .profile-table__xs-label{display:block;text-align:left}.profile-limits .profile-table__xs-value{font-weight:700;color:#000;padding-left:5px;text-align:right}.profile-limits .profile-table__row{background:#fff;border-bottom:15px solid #e8e8e8;border-radius:2px;margin-bottom:10px}.profile-limits .profile-table__cell{padding:6px 12px;border:1px solid #ebebeb;border-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.profile-limits .profile-table__cell:last-child{border-bottom:0}.profile-limits .profile-table .buttons-wrapper{width:100%;-ms-flex-pack:distribute;justify-content:space-around}}.profile-limits .profile-table{font-weight:500}.profile-limits .profile-table__header{color:#4d4d4d}.profile-limits .profile-table__body{color:#000}@media (min-width: 520px){.profile-limits .profile-table .limit-amount{max-width:120px}}@media (min-width: 520px){.profile-limits .profile-table .limit-status{max-width:100px}}@media (min-width: 520px){.profile-limits .profile-table .limit-expires-at{max-width:90px}}@media (min-width: 520px){.profile-limits .profile-table .buttons-table-cell{max-width:170px}}.modal-limits .modal-content{border:0}.modal-limits .modal-dialog{padding:10px;width:auto;max-width:960px}.modal-limits__row{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:100%}.modal-limits__row-item{-ms-flex-preferred-size:50%;flex-basis:50%}@media (max-width: 768px){.modal-limits__row{-ms-flex-direction:column;flex-direction:column;max-width:100%}}.modal-limits__header-title{line-height:24px;font-size:20px;font-weight:700}.modal-limits__hint{padding:5px 15px}.access-limits{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.access-limits>div{-ms-flex-preferred-size:50%;flex-basis:50%}@media (max-width: 768px){.access-limits{-ms-flex-direction:column;flex-direction:column;width:100%}}.modal-edit-limit .modal-dialog{max-width:500px;width:auto}.modal-edit-limit .edit-limit .card{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-positive:1;flex-grow:1;position:relative;background:#fff;box-shadow:0 3px 0 rgba(0,0,0,0.06);padding:0 0;margin:1rem;border-radius:2px}.modal-edit-limit .edit-limit .card>*:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.modal-edit-limit .edit-limit .card-header{font-size:18px;padding-bottom:20px;color:#000;background-color:#fff}.modal-edit-limit .edit-limit .card-header__double{height:90px;padding-top:20px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;text-transform:uppercase}.modal-edit-limit .edit-limit .card-header__single{height:60px;padding:10px 20px;color:#000;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}@media (max-width: 520px){.modal-edit-limit .edit-limit .card-header__single{-ms-flex-direction:column;flex-direction:column;height:auto}}.modal-edit-limit .edit-limit .card-header-title{line-height:24px;font-size:16px;font-weight:700}.modal-edit-limit .edit-limit .card-header-title__value{font-weight:400}.modal-edit-limit .edit-limit .card-header-title__stage{font-weight:500}.modal-edit-limit .edit-limit .card-header-title__second{font-size:16px;font-weight:700;text-transform:uppercase}.modal-edit-limit .edit-limit .card-header__green{background-color:#23cb6e;color:#fff}.modal-edit-limit .edit-limit .card-header__red{background-color:#ef4b2b;color:#fff}.modal-edit-limit .edit-limit .card-header__blue{background-color:#0f9af2;color:#fff}.modal-edit-limit .edit-limit .card-body{-ms-flex-positive:1;flex-grow:1;background:#fff;padding:24px 15px 20px}.modal-edit-limit .edit-limit .card-body__arrow{position:relative;z-index:1}.modal-edit-limit .edit-limit .card-body__arrow:before{content:'';position:absolute;width:14px;height:14px;border-radius:2px 0;top:-6px;left:calc(50% - 10px);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff;z-index:-1}.modal-edit-limit .edit-limit .card-body__dark{background-color:#e8e8e8}.modal-edit-limit .edit-limit .card-body-content{border-radius:2px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.modal-edit-limit .edit-limit .card-body-content__light{background-color:#fff}.modal-edit-limit .edit-limit .card-body-content__dark{background-color:#e8e8e8}.modal-edit-limit .edit-limit .card-footer{text-align:center;-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex;padding:20px 11px 10px}.modal-edit-limit .edit-limit .card-footer .profile-button{-ms-flex-positive:1;flex-grow:1;height:52px;margin:0 4px;-ms-flex-preferred-size:50%;flex-basis:50%;text-transform:uppercase}.modal-edit-limit .edit-limit .card-highlighted{box-shadow:0 0 30px #0f9af2}.modal-edit-limit .edit-limit .card-body:last-child{padding-top:0}.edit-limit .card-body-content,.self-exclusion .card-body-content,.cooling-off .card-body-content,.session-limit .card-body-content{padding:0 15px}.edit-limit .card-body.limit-header,.self-exclusion .card-body.limit-header,.cooling-off .card-body.limit-header,.session-limit .card-body.limit-header{-ms-flex-positive:0;flex-grow:0;color:#000;font-size:16px;font-weight:700;line-height:18px;text-align:center;padding-top:30px}.edit-limit .card-body.limit-period-block,.self-exclusion .card-body.limit-period-block,.cooling-off .card-body.limit-period-block,.session-limit .card-body.limit-period-block{-ms-flex-positive:0;flex-grow:0}.edit-limit casino-accounts-limit,.self-exclusion casino-accounts-limit,.cooling-off casino-accounts-limit,.session-limit casino-accounts-limit{-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.edit-limit .description,.self-exclusion .description,.cooling-off .description,.session-limit .description{color:#666;font-size:13px;font-weight:500;line-height:22px;text-align:justify}.edit-limit .card-body-content.period-selector-wrapper,.self-exclusion .card-body-content.period-selector-wrapper,.cooling-off .card-body-content.period-selector-wrapper,.session-limit .card-body-content.period-selector-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;-ms-flex-direction:row;flex-direction:row}.edit-limit .period-selector,.self-exclusion .period-selector,.cooling-off .period-selector,.session-limit .period-selector{-ms-flex-positive:1;flex-grow:1}.edit-limit .period-selector__label,.self-exclusion .period-selector__label,.cooling-off .period-selector__label,.session-limit .period-selector__label{font-weight:700;font-size:16px}.edit-limit .period-selector__value,.self-exclusion .period-selector__value,.cooling-off .period-selector__value,.session-limit .period-selector__value{position:relative}.edit-limit .period-selector input[type=number]::-webkit-inner-spin-button,.edit-limit .period-selector input[type=number]::-webkit-outer-spin-button,.self-exclusion .period-selector input[type=number]::-webkit-inner-spin-button,.self-exclusion .period-selector input[type=number]::-webkit-outer-spin-button,.cooling-off .period-selector input[type=number]::-webkit-inner-spin-button,.cooling-off .period-selector input[type=number]::-webkit-outer-spin-button,.session-limit .period-selector input[type=number]::-webkit-inner-spin-button,.session-limit .period-selector input[type=number]::-webkit-outer-spin-button{opacity:1}.edit-limit .period-selector__input,.self-exclusion .period-selector__input,.cooling-off .period-selector__input,.session-limit .period-selector__input{padding-right:80px}.edit-limit .period-selector__minutes-label,.self-exclusion .period-selector__minutes-label,.cooling-off .period-selector__minutes-label,.session-limit .period-selector__minutes-label{position:absolute;top:50%;right:0;padding-right:15px;-ms-transform:translate(0, -50%);transform:translate(0, -50%)}.edit-limit .period-selector__label,.edit-limit .amount__label,.self-exclusion .period-selector__label,.self-exclusion .amount__label,.cooling-off .period-selector__label,.cooling-off .amount__label,.session-limit .period-selector__label,.session-limit .amount__label{margin-left:1px;text-align:left}.edit-limit .save-limit-button>button.profile-button,.self-exclusion .save-limit-button>button.profile-button,.cooling-off .save-limit-button>button.profile-button,.session-limit .save-limit-button>button.profile-button{margin:0;margin-bottom:1px;margin-left:18px}.edit-limit .limit-errors,.self-exclusion .limit-errors,.cooling-off .limit-errors,.session-limit .limit-errors{-ms-flex-align:end;align-items:end}.edit-limit .amount,.self-exclusion .amount,.cooling-off .amount,.session-limit .amount{padding:0;width:100%}.edit-limit .amount__label,.self-exclusion .amount__label,.cooling-off .amount__label,.session-limit .amount__label{font-weight:700;font-size:16px}.edit-limit .amount__input,.self-exclusion .amount__input,.cooling-off .amount__input,.session-limit .amount__input{display:-ms-flexbox;display:flex;margin:10px 0;border-radius:2px;background-color:#fff}.edit-limit .amount__input-value,.self-exclusion .amount__input-value,.cooling-off .amount__input-value,.session-limit .amount__input-value{-ms-flex-positive:1;flex-grow:1}.edit-limit .amount__input-currency,.self-exclusion .amount__input-currency,.cooling-off .amount__input-currency,.session-limit .amount__input-currency{border:0;padding:1px 14px;background:rgba(232,232,232,0.5);width:115px;text-align:center;border-left:0;box-shadow:0 3px 0 rgba(0,0,0,0.06);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.edit-limit select,.edit-limit input,.self-exclusion select,.self-exclusion input,.cooling-off select,.cooling-off input,.session-limit select,.session-limit input{width:100%;height:52px;padding:0 15px;border:0;border-radius:2px;box-shadow:0 3px 0 rgba(0,0,0,0.06)}.edit-limit select:disabled,.edit-limit input:disabled,.self-exclusion select:disabled,.self-exclusion input:disabled,.cooling-off select:disabled,.cooling-off input:disabled,.session-limit select:disabled,.session-limit input:disabled{background:#e8e8e8;-webkit-appearance:none}.edit-limit select:disabled::-ms-expand,.edit-limit input:disabled::-ms-expand,.self-exclusion select:disabled::-ms-expand,.self-exclusion input:disabled::-ms-expand,.cooling-off select:disabled::-ms-expand,.cooling-off input:disabled::-ms-expand,.session-limit select:disabled::-ms-expand,.session-limit input:disabled::-ms-expand{display:none}.edit-limit select:after,.self-exclusion select:after,.cooling-off select:after,.session-limit select:after{content:" ";height:0;width:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000;position:absolute;right:10px;top:24px;transition:all 0.3s linear}.profile-button{display:inline-block;position:relative;font-family:inherit;font-size:14px;font-weight:700;background-image:none;cursor:pointer;line-height:14px;padding:18px 20px;margin:5px 0;border:0;border-radius:2px;letter-spacing:.03em;overflow:hidden;text-align:center;transition:all .2s ease-in-out;vertical-align:middle;white-space:nowrap;-ms-touch-action:manipulation;-webkit-user-select:none;user-select:none;-ms-user-select:none;touch-action:manipulation;text-overflow:ellipsis;outline:none;background:#4d4d4d;color:#fff}.profile-button:hover{background:rgba(77,77,77,0.3);color:#4d4d4d}.profile-button:disabled,.profile-button.disabled{pointer-events:none;background:rgba(77,77,77,0.5)}.profile-button.primary{background:#0f9af2;color:#fff}.profile-button.primary:hover{background:rgba(15,154,242,0.3);color:#0f9af2}.profile-button.primary:disabled,.profile-button.primary.disabled{pointer-events:none;background:rgba(15,154,242,0.5)}.profile-button.error{background:transparent;color:#ef4b2b;border:1px solid rgba(239,75,43,0.3)}.profile-button.error:hover{background:#ef4b2b;color:#fff}.profile-button.error:disabled{pointer-events:none;background:rgba(239,75,43,0.5)}.profile-button.success{background:#23cb6e;color:#fff}.profile-button.success:hover{background:rgba(35,203,110,0.3);color:#23cb6e}.profile-button.success:disabled,.profile-button.success.disabled{pointer-events:none;background:rgba(35,203,110,0.5)}.profile-button.muted{background:#666;color:#fff}.profile-button.muted:hover{background:rgba(102,102,102,0.1);color:#666}.profile-button.muted:disabled,.profile-button.muted.disabled{pointer-events:none;background:rgba(102,102,102,0.5)}.profile-button-transparent.primary{background:transparent;color:#0f9af2;border:1px solid rgba(15,154,242,0.3)}.profile-button-transparent.primary:hover{background:#0f9af2;color:#fff}.profile-button-transparent.primary:disabled{pointer-events:none;background:rgba(15,154,242,0.5)}.profile-button+.profile-button{margin-left:8px}.profile-link{font-size:14px;font-weight:700;cursor:pointer}.profile-link:hover{opacity:0.5}.profile-link[disabled]{pointer-events:none}.profile-link.primary{color:#0f9af2}.profile-link.error{color:#ef4b2b}.profile-link.success{color:#23cb6e}.profile-link.muted{color:#666666}.profile-link+.profile-link{margin-left:8px}.modal-profile .modal-content{border:0}.modal-profile .modal-dialog{padding:10px;width:auto;max-width:1200px}.modal-profile .modal-dialog,.modal-limits .modal-dialog,.modal-edit-limit .modal-dialog,.modal-available-games .modal-dialog,.modal-wallet-settings .modal-dialog,.modal-change-password .modal-dialog,.modal-profile-edit .modal-dialog,.modal-subscriptions-edit .modal-dialog,.modal-compoints-exchange .modal-dialog,.modal-two-factor .modal-dialog,.modal-social-networks-settings .modal-dialog,.modal-payments .modal-dialog{font-family:'Quicksand', sans-serif}.modal-profile .modal-content,.modal-limits .modal-content,.modal-edit-limit .modal-content,.modal-available-games .modal-content,.modal-wallet-settings .modal-content,.modal-change-password .modal-content,.modal-profile-edit .modal-content,.modal-subscriptions-edit .modal-content,.modal-compoints-exchange .modal-content,.modal-two-factor .modal-content,.modal-social-networks-settings .modal-content,.modal-payments .modal-content{box-shadow:0 3px 0 rgba(0,0,0,0.06);border-radius:2px;border:1px solid transparent}.modal-profile .header,.modal-limits .header,.modal-edit-limit .header,.modal-available-games .header,.modal-wallet-settings .header,.modal-change-password .header,.modal-profile-edit .header,.modal-subscriptions-edit .header,.modal-compoints-exchange .header,.modal-two-factor .header,.modal-social-networks-settings .header,.modal-payments .header{margin:inherit;position:initial;width:initial;height:initial;background:none;line-height:initial;color:initial}.modal-profile .modal-content,.modal-limits .modal-content,.modal-edit-limit .modal-content,.modal-available-games .modal-content,.modal-wallet-settings .modal-content,.modal-change-password .modal-content,.modal-profile-edit .modal-content,.modal-subscriptions-edit .modal-content,.modal-compoints-exchange .modal-content,.modal-two-factor .modal-content,.modal-social-networks-settings .modal-content,.modal-payments .modal-content{padding:0}.modal-profile table,.modal-limits table,.modal-edit-limit table,.modal-available-games table,.modal-wallet-settings table,.modal-change-password table,.modal-profile-edit table,.modal-subscriptions-edit table,.modal-compoints-exchange table,.modal-two-factor table,.modal-social-networks-settings table,.modal-payments table{width:initial}.modal-profile th,.modal-limits th,.modal-edit-limit th,.modal-available-games th,.modal-wallet-settings th,.modal-change-password th,.modal-profile-edit th,.modal-subscriptions-edit th,.modal-compoints-exchange th,.modal-two-factor th,.modal-social-networks-settings th,.modal-payments th{padding:0;background-color:initial;border:0;font-size:14px;font-weight:initial;text-transform:none}.modal-profile td,.modal-limits td,.modal-edit-limit td,.modal-available-games td,.modal-wallet-settings td,.modal-change-password td,.modal-profile-edit td,.modal-subscriptions-edit td,.modal-compoints-exchange td,.modal-two-factor td,.modal-social-networks-settings td,.modal-payments td{padding:0}.modal-profile a,.modal-limits a,.modal-edit-limit a,.modal-available-games a,.modal-wallet-settings a,.modal-change-password a,.modal-profile-edit a,.modal-subscriptions-edit a,.modal-compoints-exchange a,.modal-two-factor a,.modal-social-networks-settings a,.modal-payments a{color:inherit;outline:initial;text-decoration:initial}.modal-profile a:hover,.modal-limits a:hover,.modal-edit-limit a:hover,.modal-available-games a:hover,.modal-wallet-settings a:hover,.modal-change-password a:hover,.modal-profile-edit a:hover,.modal-subscriptions-edit a:hover,.modal-compoints-exchange a:hover,.modal-two-factor a:hover,.modal-social-networks-settings a:hover,.modal-payments a:hover{color:inherit;text-decoration:initial}.profile{background:#eee;color:#4d4d4d;height:100%;border-radius:2px}.profile .header{margin:inherit;position:initial;width:initial;height:initial;background:none;line-height:initial;color:initial}.profile .modal-content{padding:0}.profile table{width:initial}.profile th{padding:0;background-color:initial;border:0;font-size:14px;font-weight:initial;text-transform:none}.profile td{padding:0}.profile a{color:inherit;outline:initial;text-decoration:initial}.profile a:hover{color:inherit;text-decoration:initial}.profile .progress{background:#d6d6d6;box-shadow:none;width:100%;height:6px;border-radius:3px;margin-bottom:0}.profile .progress .progress-bar{background:#23cb6e;box-shadow:none}.profile .profile-table{width:100%;table-layout:auto}@media (min-width: 520px){.profile .profile-table{text-align:center;border-spacing:0 10px;width:100%;border-collapse:separate}.profile .profile-table__row{height:52px;box-shadow:0 3px 0 rgba(0,0,0,0.06);border-radius:2px;background:#fff}.profile .profile-table__cell{border:0;padding:0 5px;position:relative;vertical-align:middle}.profile .profile-table__cell:not(:first-child):before{display:block;content:'';position:absolute;width:1px;top:7px;bottom:7px;left:0;background-color:#e8e8e8}.profile .profile-table__xs-label{display:none}}@media (max-width: 520px){.profile .profile-table__header{display:none}.profile .profile-table>div{display:block}.profile .profile-table__xs-label{display:block;text-align:left}.profile .profile-table__xs-value{font-weight:700;color:#000;padding-left:5px;text-align:right}.profile .profile-table__row{background:#fff;border-bottom:15px solid #e8e8e8;border-radius:2px;margin-bottom:10px}.profile .profile-table__cell{padding:6px 12px;border:1px solid #ebebeb;border-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.profile .profile-table__cell:last-child{border-bottom:0}.profile .profile-table .buttons-wrapper{width:100%;-ms-flex-pack:distribute;justify-content:space-around}}.profile .card{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-positive:1;flex-grow:1;position:relative;background:#fff;box-shadow:0 3px 0 rgba(0,0,0,0.06);padding:0 0;margin:1rem;border-radius:2px}.profile .card>*:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.profile .card-header{font-size:18px;padding-bottom:20px;color:#000;background-color:#fff}.profile .card-header__double{height:90px;padding-top:20px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;text-transform:uppercase}.profile .card-header__single{height:60px;padding:10px 20px;color:#000;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}@media (max-width: 520px){.profile .card-header__single{-ms-flex-direction:column;flex-direction:column;height:auto}}.profile .card-header-title{line-height:24px;font-size:16px;font-weight:700}.profile .card-header-title__value{font-weight:400}.profile .card-header-title__stage{font-weight:500}.profile .card-header-title__second{font-size:16px;font-weight:700;text-transform:uppercase}.profile .card-header__green{background-color:#23cb6e;color:#fff}.profile .card-header__red{background-color:#ef4b2b;color:#fff}.profile .card-header__blue{background-color:#0f9af2;color:#fff}.profile .card-body{-ms-flex-positive:1;flex-grow:1;background:#fff;padding:24px 15px 20px}.profile .card-body__arrow{position:relative;z-index:1}.profile .card-body__arrow:before{content:'';position:absolute;width:14px;height:14px;border-radius:2px 0;top:-6px;left:calc(50% - 10px);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff;z-index:-1}.profile .card-body__dark{background-color:#e8e8e8}.profile .card-body-content{border-radius:2px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.profile .card-body-content__light{background-color:#fff}.profile .card-body-content__dark{background-color:#e8e8e8}.profile .card-footer{text-align:center;-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex;padding:20px 11px 10px}.profile .card-footer .profile-button{-ms-flex-positive:1;flex-grow:1;height:52px;margin:0 4px;-ms-flex-preferred-size:50%;flex-basis:50%;text-transform:uppercase}.profile .card-highlighted{box-shadow:0 0 30px #0f9af2}@media (max-width: 520px){.profile{text-align:center}}.profile th{text-align:center}.profile .cards-wrapper{display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap}.profile .profile-header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;background:#646464;height:66px}.profile .profile-header .close-wrapper{-ms-flex-preferred-size:50px;flex-basis:50px}.profile .profile-header .close{float:inherit;font-size:23px;line-height:38px;text-align:center;height:40px;width:40px;margin:0 10px;opacity:1;border-radius:2px;background:transparent;color:rgba(255,255,255,0.6);border:1px solid rgba(255,255,255,0.3)}.profile .profile-header .close:hover{background:#fff;color:#646464}.profile .profile-header .close:disabled{pointer-events:none;background:rgba(255,255,255,0.5)}.profile .deposit-header-button{height:40px;padding:0 18px}.profile .profile-main-nav{-ms-flex-positive:1;flex-grow:1}.profile .profile-main-nav .desktop-nav{display:-ms-flexbox;display:flex}.profile .profile-main-nav .desktop-nav li{margin:1rem;font-size:15px;cursor:pointer;position:relative;transition:all .3s ease;-webkit-transition:all .3s ease;border-radius:2px;text-transform:uppercase;color:#fff}.profile .profile-main-nav .desktop-nav li .tabs-bonus-count{font-weight:600;box-shadow:0 3px 0 rgba(0,0,0,0.06);background-color:#ef4b2b;height:26px;width:26px;border-radius:13px;display:inline-table;text-align:center;color:#fff;padding:0 3px}.profile .profile-main-nav .desktop-nav li:hover{background-color:#fff;color:#000}.profile .profile-main-nav .desktop-nav li.active{font-weight:700;background-color:#fff;color:#000}.profile .profile-main-nav .desktop-nav li.active:after{opacity:1}@media (max-width: 992px){.profile .profile-main-nav .desktop-nav li{padding-left:4px;padding-right:4px}}@media (min-width: 992px){.profile .profile-main-nav .desktop-nav li{padding-left:8px;padding-right:8px}}.profile .profile-main-nav .mobile-nav-wrapper{text-align:center}.profile .profile-main-nav .mobile-nav{text-align:center;padding-top:0;padding-bottom:0}.profile .profile-main-nav .mobile-nav .dropdown-toggle{display:inline-block;font-weight:700;color:#000;background:#fff;height:40px;width:170px;padding:0 15px;border:0;border-radius:2px;box-shadow:0 3px 0 rgba(0,0,0,0.06)}.profile .profile-main-nav .mobile-nav .caret{position:initial}.profile .profile-main-nav .mobile-nav .menuitem{padding:2px 10px;cursor:pointer}.profile .profile-main-nav .mobile-nav .menuitem:hover{color:#fff;background:#0f9af2}.profile-modal-header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;height:60px;padding:0 10px 0 20px;font-size:18px;font-weight:500}.profile-modal-close{font-size:18px;line-height:40px;text-align:center;height:40px;width:40px;margin:0 10px;opacity:1;background:transparent;color:#929292;border:1px solid rgba(146,146,146,0.3)}.profile-modal-close:hover{background:#929292;color:#fff}.profile-modal-close:disabled{pointer-events:none;background:rgba(146,146,146,0.5)}.bonus-code-title__value{text-transform:none}.bonus-code-content{text-align:center}.bonus-code-content__error-message{min-height:42px;padding-top:15px;font-size:16px;font-weight:500;color:#ef4b2b}.bonus-code__arrow:before{background:#e8e8e8}.bonus-code__activated{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-preferred-size:250px;flex-basis:250px}.bonus-code-activation-success__icon{width:90px;height:90px;margin:auto;line-height:82px;border:4px solid #23cb6e;font-size:40px;border-radius:50%;color:#23cb6e}.bonus-code-activation-success__text{color:#000;padding-top:10px;font-size:16px;font-weight:700}.bonus-code__value{height:52px;width:100%;text-align:center;color:#000;font-size:16px;font-weight:500;box-shadow:0 1px 0 rgba(0,0,0,0.06);border:3px solid transparent}.bonus-code__value-error{border:3px solid #ef4b2b}.profile .card.freespins .card-header-title__second,.profile .card.bonus .card-header-title__second,.profile .card.freespins-exchange .card-header-title__second{font-size:20px}.profile .card.freespins .card-body .card-body-content__wager,.profile .card.bonus .card-body .card-body-content__wager,.profile .card.freespins-exchange .card-body .card-body-content__wager{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.profile .card.freespins .card-body .card-body-content__progress,.profile .card.bonus .card-body .card-body-content__progress,.profile .card.freespins-exchange .card-body .card-body-content__progress{padding:10px 5px 0}.profile .card.freespins .card-body .card-body-content__date,.profile .card.bonus .card-body .card-body-content__date,.profile .card.freespins-exchange .card-body .card-body-content__date{margin-top:10px;text-align:center;font-size:14px}.profile .card.freespins .card-body .card-body-content__date .date-label,.profile .card.bonus .card-body .card-body-content__date .date-label,.profile .card.freespins-exchange .card-body .card-body-content__date .date-label{color:#666;font-weight:500}.profile .card.freespins .card-body .card-body-content__date .date-value,.profile .card.bonus .card-body .card-body-content__date .date-value,.profile .card.freespins-exchange .card-body .card-body-content__date .date-value{font-weight:700}.profile .card.freespins .card-body .card-body-content .points,.profile .card.bonus .card-body .card-body-content .points,.profile .card.freespins-exchange .card-body .card-body-content .points{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;border:1px solid #d6d6d6;color:#707070;border-radius:2px;font-size:22px;text-align:center;cursor:auto}.profile .card.freespins .card-body .card-body-content .points-value,.profile .card.bonus .card-body .card-body-content .points-value,.profile .card.freespins-exchange .card-body .card-body-content .points-value{font-weight:700;color:#000;text-transform:uppercase}.profile .card.freespins .card-body .bonus-games,.profile .card.bonus .card-body .bonus-games,.profile .card.freespins-exchange .card-body .bonus-games{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.profile .card.freespins .card-body .bonus-games .available-games,.profile .card.bonus .card-body .bonus-games .available-games,.profile .card.freespins-exchange .card-body .bonus-games .available-games{display:inline-block;margin:0 4px}.profile .card.freespins .card-body .bonus-games .available-games-item,.profile .card.bonus .card-body .bonus-games .available-games-item,.profile .card.freespins-exchange .card-body .bonus-games .available-games-item{display:inline-block;width:70px;height:70px;line-height:70px}.profile .card.freespins .card-body .bonus-games .available-games-item-image img,.profile .card.bonus .card-body .bonus-games .available-games-item-image img,.profile .card.freespins-exchange .card-body .bonus-games .available-games-item-image img{width:100%}.profile .card.freespins .card-body .bonus-games .profile-button,.profile .card.bonus .card-body .bonus-games .profile-button,.profile .card.freespins-exchange .card-body .bonus-games .profile-button{width:70px;height:70px;padding:5px;line-height:14px;white-space:normal;font-weight:500;margin:0 4px;font-size:15px}.profile .card.freespins .card-body .bonus-games .profile-button-transparent,.profile .card.bonus .card-body .bonus-games .profile-button-transparent,.profile .card.freespins-exchange .card-body .bonus-games .profile-button-transparent{background:transparent;color:#d6d6d6;border:1px solid rgba(214,214,214,0.3);color:#707070;border-radius:2px}.profile .card.freespins .card-body .bonus-games .profile-button-transparent:hover,.profile .card.bonus .card-body .bonus-games .profile-button-transparent:hover,.profile .card.freespins-exchange .card-body .bonus-games .profile-button-transparent:hover{background:#d6d6d6;color:#fff}.profile .card.freespins .card-body .bonus-games .profile-button-transparent:disabled,.profile .card.bonus .card-body .bonus-games .profile-button-transparent:disabled,.profile .card.freespins-exchange .card-body .bonus-games .profile-button-transparent:disabled{pointer-events:none;background:rgba(214,214,214,0.5)}.profile .card.freespins .card-body .bonus-wager-requirement,.profile .card.bonus .card-body .bonus-wager-requirement,.profile .card.freespins-exchange .card-body .bonus-wager-requirement{border:1px solid #d6d6d6;color:#707070;height:70px;padding:17px;border-radius:2px;margin:0 4px 6px;-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-size:15px;cursor:auto}.profile .card.freespins .card-body .bonus-wager-requirement-value,.profile .card.bonus .card-body .bonus-wager-requirement-value,.profile .card.freespins-exchange .card-body .bonus-wager-requirement-value{color:#3d3d3d}.profile .card.freespins .card-body .bonus-wagered,.profile .card.bonus .card-body .bonus-wagered,.profile .card.freespins-exchange .card-body .bonus-wagered{font-size:16px;margin-bottom:10px;text-align:center}.profile .card.freespins .card-body .bonus-wagered-percent,.profile .card.bonus .card-body .bonus-wagered-percent,.profile .card.freespins-exchange .card-body .bonus-wagered-percent{font-weight:500}.profile .card.freespins .card-body .bonus-wagered-value b,.profile .card.bonus .card-body .bonus-wagered-value b,.profile .card.freespins-exchange .card-body .bonus-wagered-value b{font-weight:700}.profile .card.freespins .card-header-title,.profile .card.bonus .card-header-title{text-transform:capitalize}.profile .card.freespins .card-body,.profile .card.bonus .card-body{padding-bottom:0}.modal-available-games{min-height:300px;display:block}.modal-available-games .modal-dialog{width:100%;max-width:868px}.modal-available-games .profile-available-games .profile-modal-body{margin:0 15px 20px 15px}.modal-available-games .profile-available-games .available-games-table{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.modal-available-games .profile-available-games .available-games-table .available-games-table-item .available-games-item{display:inline-block;margin:10px;width:98px;height:98px;line-height:98px}.modal-available-games .profile-available-games .available-games-table .available-games-table-item .available-games-item-image img{width:100%;margin-bottom:10px}.modal-available-games .profile-available-games .available-games-table .available-games-table-item .available-games-item-image:hover{text-decoration:none}.modal-available-games .profile-available-games .available-games-table .available-games-table-item .available-games-item-title{font-size:13px;font-weight:500;line-height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#000}.profile-lotteries__body{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.profile-lotteries casino-lotteries{display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1}.profile-lotteries .profile-table tbody tr{height:128px}.profile-lotteries .profile-table tbody tr td:not(:first-child):before{top:23px;bottom:23px;-ms-flex-item-align:left;-ms-grid-row-align:left;align-self:left}.profile-lotteries .lottery{width:100%}.profile-lotteries .lottery .subcard-content:first-child{width:70px;-ms-flex-pack:distribute;justify-content:space-around}.profile-lotteries .lottery-info{padding:0;margin:10px;-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-align:center}.profile-lotteries .lottery-counts{color:#000;font-size:16px;font-weight:700}.profile-lotteries .lottery-title{color:#000;font-size:16px;font-weight:700;text-transform:uppercase}.profile-lotteries .lottery-ends{font-size:12px;font-weight:700;text-transform:uppercase;background:#e8e8e8;border-radius:2px;padding:11px 5px;margin-top:10px;width:100%}.profile-lotteries .lottery-ends-label{color:#4d4d4d}.profile-lotteries .lottery-ends-value{color:#000}.card.lotteries{-ms-flex-positive:10;flex-grow:10}.card.lotteries casino-lotteries{display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1}.card.lotteries .card-body{text-align:center}@media (max-width: 520px){.card.lotteries .card-body .my-lotteries-table{min-width:200px}.card.lotteries .card-body .my-lotteries-table .lottery-name{-ms-flex-pack:center;justify-content:center}.card.lotteries .card-body .my-lotteries-table .lottery-name-value{font-weight:700;color:#000}.card.lotteries .card-body .my-lotteries-table .lottery-prize-pool{background-color:rgba(235,235,235,0.2)}}@media (min-width: 520px){.card.lotteries .card-body .my-lotteries-table .lottery-tickets-value{font-weight:700;color:#000}}.deposit-lotteries-container{margin:20px 0}.deposit-lotteries-title{font-size:16px;font-weight:700}.deposit-lottery{display:-ms-flexbox;display:flex;border:1px solid gray;padding:10px;margin-top:10px}.deposit-lottery__active{border:3px solid #0f9af2;outline:none}.deposit-lottery-info{-ms-flex-positive:1;flex-grow:1;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.profile .card.profile-history{padding:0}.profile .card.profile-history .profile-main-nav{color:#4d4d4d}.profile .card.profile-history .profile-main-nav li{margin-bottom:0;padding-bottom:10px}.profile .card.profile-history .profile-main-nav li.active{border-bottom:3px solid #0f9af2;color:#0f9af2}.profile .card.profile-history .profile-main-nav li.inactive{border-bottom:3px solid transparent;color:#4d4d4d}.profile .card.profile-history .profile-main-nav .desktop-nav{-ms-flex-pack:start;justify-content:start}.profile .card.profile-history .dropdown-menu{min-width:initial}.profile .card.profile-history .history-filters{padding-top:10px;min-height:54px;background:#ebebeb;text-align:center}.profile .card.profile-history .history-filters .form-control{width:initial;display:inline-block;border-radius:2px;border:0;box-shadow:0 3px 0 rgba(0,0,0,0.06);height:40px;margin:8px 10px;vertical-align:top}@media (max-width: 520px){.profile .card.profile-history .history-filters .form-control{width:calc(100% - 24px)}}.profile .card.profile-history .history-filters .form-control-calendar{padding-left:0}.profile .card.profile-history .history-filters .form-control-calendar .dropdown-menu{margin-left:-46px}.profile .card.profile-history .history-filters .form-control-search{position:relative;padding-left:0;height:40px}.profile .card.profile-history .history-filters .form-control-search .input{height:25px}.profile .card.profile-history .history-filters .form-control-search input{height:100%;vertical-align:middle;border:0;width:calc(100% - 60px);margin-left:12px}.profile .card.profile-history .history-filters .form-control-search .dropdown-menu{height:initial;width:100%}.profile .card.profile-history .history-filters .form-control i{color:#4d4d4d;vertical-align:middle}.profile .card.profile-history .history-filters .form-control .form-calendar{border:0;height:25px;margin-left:12px;width:calc(100% - 60px)}.profile .card.profile-history .history-filters .history-button{padding:0 20px}.profile .card.profile-history .history-content{padding:10px 20px;text-align:center}.profile .card.profile-history .history-content .profile-table .history-stage-wait,.profile .card.profile-history .history-content .profile-table .history-stage-pending{color:#d09f34}.profile .card.profile-history .history-content .profile-table .history-stage-handle_bets{color:#23cb6e}.profile .card.profile-history .history-content .profile-table .history-stage-lost,.profile .card.profile-history .history-content .profile-table .history-stage-expired{color:#ef4b2b}.profile .card.profile-history .history-content .profile-table .history-stage-wager_done,.profile .card.profile-history .history-content .profile-table .history-stage-canceled{color:#000}.profile .card.profile-history .history-content .profile-table .history-status-pending{color:#d09f34}.profile .card.profile-history .history-content .profile-table .history-status-success{color:#23cb6e}.profile .card.profile-history .history-content .profile-table .history-status-failure{color:#ef4b2b}.profile .card.profile-history .history-content .no-results{padding:10px;font-size:15px}.profile .card.profile-history .history-content .transaction-status .transaction-status-value{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.profile .card.profile-history .history-content .transaction-status .transaction-status-value .profile-button{height:24px;line-height:12px;padding:0 10px;font-size:12px;margin-left:10px}.profile .card.cashout .card-body-content{padding:20px 0}.profile .card.cashout .card-body-content-value{color:#000;font-size:26px;font-weight:700;text-transform:uppercase}.profile .card.cashout .card-body-content-method{font-size:16px;line-height:16px;padding-bottom:8px}.profile .autologin-content__info{word-break:break-word}.profile .autologin__link{color:#0f9af2}.profile .card.current-status .card-body:first-child{padding-top:20px}.profile .card.current-status .card-body .status-info{margin-bottom:11px}.profile .card.current-status .card-body .status-info img{display:block;margin:0 auto 19px;width:78px;height:78px}@media (max-width: 520px){.profile .card.current-status .card-body .status-info img{display:none}}.profile .card.current-status .card-body .status-info .status-label{font-weight:500;color:#666}.profile .card.current-status .card-body .status-info .status-name-wrapper{white-space:nowrap}.profile .card.current-status .card-body .status-info .status-name{font-weight:700;color:#000}.profile .card.current-status .card-body .status-info .status-percent{font-weight:400;color:#666}.profile .card.current-status .card-body .status-progress{-ms-flex-align:start;align-items:flex-start}.profile .card.general-exchange .card-body.exchange-body{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.profile .card.general-exchange .card-body.exchange-body .comp-points{display:inline-block;text-align:center;-ms-flex-preferred-size:50%;flex-basis:50%;height:42px}.profile .card.general-exchange .card-body.exchange-body .comp-points:not(:first-child){border-left:1px solid #e8e8e8}.profile .card.general-exchange .card-body.exchange-body .comp-points-value{font-weight:700;color:#000;font-size:22px;line-height:24px}.profile .card.general-exchange .card-body.exchange-body .comp-points-label{color:#666;font-size:15px;line-height:17px}.profile .card.general-exchange .profile-compoints-exchange h2{font-weight:normal;margin-bottom:0}.profile .card.general-exchange .exchange-block,.profile .card.general-exchange .exchange-header{padding:32px 34px;border-bottom:1px solid rgba(54,54,54,0.06)}.profile .card.general-exchange .exchange-block .title{color:#363636;font-size:18px}.profile .card.general-exchange .exchange-block .exchange-rate{color:#666666;font-size:13px}.profile .card.general-exchange .exchange-block input{width:314px;height:44px;padding:0 16px;border:1px solid #cccccc}.profile .card.general-exchange .exchange-block .currency-selector{width:73px;height:44px;padding-left:15px;border:1px solid #cccccc;border-left:none;text-align:center}.profile .card.general-exchange .exchange-block .group-selector{width:388px;height:44px;padding:0 15px;border:1px solid #cccccc}.profile .card.general-exchange .exchange-block__footer{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.profile-compoints-exchange{font-family:'Open Sans', sans-serif;background:#ebebeb;border-radius:6px}.profile-compoints-exchange .profile-button.primary{width:100%;max-width:300px;padding:0}.profile-compoints-exchange button.close{width:25px;height:25px;margin-top:25px;margin-right:25px;font-size:30px}.profile-compoints-exchange select{-webkit-appearance:none;appearance:none}.profile-compoints-exchange .group-selector,.profile-compoints-exchange .currency-selector{position:relative;display:inline-block}.profile-compoints-exchange .group-selector:after,.profile-compoints-exchange .currency-selector:after{content:" ";height:0;width:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000;position:absolute;right:10px;top:20px}.profile-compoints-exchange .exchange-header{padding:20px 13px 20px 13px;font-size:24px;text-align:center;background:#fff;border-top-left-radius:6px;border-top-right-radius:6px}.profile-compoints-exchange .exchange-block{padding:10px 13px 10px 13px;text-align:center;background:#fff}.profile-compoints-exchange .exchange-block .title{color:#000;font-size:22px}.profile-compoints-exchange .exchange-block .exchange-rate{color:#4d4d4d;font-size:16px;padding-top:5px}.profile-compoints-exchange .exchange-block .group-selector-label{text-align:left}.profile-compoints-exchange .exchange-block .group-selector-label span{font-weight:700;font-size:15px}.profile-compoints-exchange .exchange-block .first-line{padding:10px}.profile-compoints-exchange .exchange-block .first-line .group-selector{display:-ms-flexbox;display:flex}.profile-compoints-exchange .exchange-block .second-line{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.profile-compoints-exchange .exchange-block .second-line .compoints-input-wrapper,.profile-compoints-exchange .exchange-block .second-line .money-output-wrapper{-ms-flex:1 0 50%;flex:1 0 50%;padding:10px 10px 10px 10px}.profile-compoints-exchange .exchange-block .second-line .money-output-wrapper .money-output{-ms-flex-positive:1;flex-grow:1;min-width:130px}.profile-compoints-exchange .exchange-block .second-line .money-output-wrapper .money-output-label{text-align:left}.profile-compoints-exchange .exchange-block .second-line .money-output-wrapper .money-output-label span{font-weight:700;font-size:15px}.profile-compoints-exchange .exchange-block .second-line .compoints-input-wrapper .compoints-input-label{text-align:left}.profile-compoints-exchange .exchange-block .second-line .compoints-input-wrapper .compoints-input-label span{font-weight:700;font-size:15px}.profile-compoints-exchange .exchange-block input,.profile-compoints-exchange .exchange-block select{width:100%;height:44px;padding:0 15px;border:1px solid #c5c5c5}.profile-compoints-exchange .exchange-block .first-line .group-selector select{-ms-flex-positive:1;flex-grow:1}.profile-compoints-exchange .exchange-block .currency-selector{-ms-flex-preferred-size:100px;flex-basis:100px;min-width:70px}.profile-compoints-exchange .exchange-block .currency-selector select,.profile-compoints-exchange .exchange-block .currency-selector input{height:44px;padding-left:15px;border:1px solid #c5c5c5;border-left:0;text-align:center}.profile-compoints-exchange .exchange-block.money .currency-selector{min-width:80px}.profile-compoints-exchange .points-to-be-charged{color:#4d4d4d}.profile-compoints-exchange .exchange-block:first-child{padding-top:16px}.profile-compoints-exchange .exchange-block:last-child{padding-bottom:16px}.profile-compoints-exchange accordion .panel-heading{padding:20px;background:#fff;border-bottom:1px solid #ebebeb}.profile-compoints-exchange accordion .panel-group .panel{background:initial;border:0;box-shadow:none}.profile-compoints-exchange accordion .panel-group{margin-bottom:0}.profile-compoints-exchange accordion .panel-group .panel .panel-body{padding:15px 20px 15px 20px;background:#fff;border-top:0}@media (max-width: 520px){.profile-compoints-exchange accordion .panel-group .panel .panel-body{padding:0}}.profile-compoints-exchange accordion .panel-group .panel+.panel{margin-top:0;padding-top:0}.profile-compoints-exchange accordion a.accordion-toggle:hover,.profile-compoints-exchange accordion a.accordion-toggle:focus,.profile-compoints-exchange accordion a.accordion-toggle:active{text-decoration:none;color:initial;outline:0}.profile-compoints-exchange .profile-button{height:48px;line-height:48px;padding:0 62px;background:#0f9af2;color:#fff}.profile-compoints-exchange .profile-button:hover{background:rgba(15,154,242,0.9);color:#fff}.profile-compoints-exchange .profile-button:disabled{pointer-events:none;background:rgba(15,154,242,0.5)}.profile-compoints-exchange input[disabled],.profile-compoints-exchange select[disabled]{background:#ebebeb}.card.my-wallet .my-wallet-table{width:100%;height:270px;overflow-y:auto}@media (max-width: 520px){.card.my-wallet .my-wallet-table{height:100%}}.card.my-wallet .my-wallet-cards{display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-ms-flex-align:center;align-items:center}@media (max-width: 520px){.card.my-wallet .my-wallet-cards{-ms-flex-direction:column;flex-direction:column;padding:0}}.card.my-wallet .my-wallet-cards .card-footer{padding:3px 0}.card.my-wallet .my-wallet-cards.card-body{padding:10px 15px}.card.my-wallet .card-body .card{border-radius:2px;border:3px solid transparent;-ms-flex-preferred-size:0;flex-basis:0;width:200px;height:230px}.card.my-wallet .card-body .card.mobile-card{display:none}@media (max-width: 520px){.card.my-wallet .card-body .card{margin:6px;-ms-flex-preferred-size:auto;flex-basis:auto;width:100%}.card.my-wallet .card-body .card.mobile-card{display:-ms-flexbox;display:flex}}.card.my-wallet .card-body .card.selected-currency{border:3px solid #0f9af2}.card.my-wallet .card-body .card .card-body{padding:14px 16px 6px 16px}.card.my-wallet .card-body .card .currency-info{padding-top:10px;visibility:visible;position:inherit}.card.my-wallet .card-body .card .currency-header .card-body-content{-ms-flex-direction:row;flex-direction:row;position:relative}.card.my-wallet .card-body .card .currency-label{margin:auto}.card.my-wallet .card-body .card .menu-button{border-radius:2px;border:1px solid #ebebeb;font-size:22px;position:absolute;right:-10px;top:0;bottom:0;padding:2px 10px;cursor:pointer}.card.my-wallet .card-body .card .menu-button:hover{background:#d6d6d6;color:#fff}.card.my-wallet .card-body .card .menu-button.active{background:#0f9af2;color:#fff}.card.my-wallet .card-body .card .menu-button.active:hover{background:#d6d6d6;color:#fff}.card.my-wallet .card-body .card .currency-actions{padding:6px;width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.card.my-wallet .card-body .card .currency-actions .profile-button{transition:all .0s;line-height:100%;padding:10px;height:42px}.card.my-wallet .card-body-content.balance{padding:5px 0}.card.my-wallet .card-body-content.withdrawable{padding:5px 0}.card.my-wallet .card-body-content hr.divider{border-top:1px solid #ebebeb;margin:10px 0;width:100%}.card.my-wallet .withdrawable-label,.card.my-wallet .balance-label{font-size:15px;line-height:15px;font-weight:500;color:#4d4d4d;padding:4px 4px}.card.my-wallet .withdrawable-value,.card.my-wallet .balance-value{font-size:20px;line-height:20px;font-weight:700;color:#000;padding:4px 4px}.modal-wallet-settings .card{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-positive:1;flex-grow:1;position:relative;background:#fff;box-shadow:0 3px 0 rgba(0,0,0,0.06);padding:0 0;margin:1rem;border-radius:2px}.modal-wallet-settings .card>*:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.modal-wallet-settings .card-header{font-size:18px;padding-bottom:20px;color:#000;background-color:#fff}.modal-wallet-settings .card-header__double{height:90px;padding-top:20px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;text-transform:uppercase}.modal-wallet-settings .card-header__single{height:60px;padding:10px 20px;color:#000;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}@media (max-width: 520px){.modal-wallet-settings .card-header__single{-ms-flex-direction:column;flex-direction:column;height:auto}}.modal-wallet-settings .card-header-title{line-height:24px;font-size:16px;font-weight:700}.modal-wallet-settings .card-header-title__value{font-weight:400}.modal-wallet-settings .card-header-title__stage{font-weight:500}.modal-wallet-settings .card-header-title__second{font-size:16px;font-weight:700;text-transform:uppercase}.modal-wallet-settings .card-header__green{background-color:#23cb6e;color:#fff}.modal-wallet-settings .card-header__red{background-color:#ef4b2b;color:#fff}.modal-wallet-settings .card-header__blue{background-color:#0f9af2;color:#fff}.modal-wallet-settings .card-body{-ms-flex-positive:1;flex-grow:1;background:#fff;padding:24px 15px 20px}.modal-wallet-settings .card-body__arrow{position:relative;z-index:1}.modal-wallet-settings .card-body__arrow:before{content:'';position:absolute;width:14px;height:14px;border-radius:2px 0;top:-6px;left:calc(50% - 10px);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff;z-index:-1}.modal-wallet-settings .card-body__dark{background-color:#e8e8e8}.modal-wallet-settings .card-body-content{border-radius:2px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.modal-wallet-settings .card-body-content__light{background-color:#fff}.modal-wallet-settings .card-body-content__dark{background-color:#e8e8e8}.modal-wallet-settings .card-footer{text-align:center;-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex;padding:20px 11px 10px}.modal-wallet-settings .card-footer .profile-button{-ms-flex-positive:1;flex-grow:1;height:52px;margin:0 4px;-ms-flex-preferred-size:50%;flex-basis:50%;text-transform:uppercase}.modal-wallet-settings .card-highlighted{box-shadow:0 0 30px #0f9af2}.modal-wallet-settings .modal-dialog{width:100%;max-width:484px}.modal-wallet-settings .card-body:last-child{padding-top:0}.profile-wallet-settings .profile-modal-body{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;padding:7px}.profile-wallet-settings .card{padding:10px 0 10px 12px;margin:7px;border-radius:2px;border:3px solid transparent;box-shadow:0 1px 0 rgba(0,0,0,0.06);-ms-flex:0 0 220px;flex:0 0 220px;-ms-flex-direction:row;flex-direction:row}.profile-wallet-settings .card.disabled{pointer-events:none;opacity:0.5}.profile-wallet-settings .card.selected-currency{border:3px solid #0f9af2}.profile-wallet-settings .card .currency-action{-ms-flex:1 0 auto;flex:1 0 auto;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex;padding-left:3px}.modal-payments .card{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-positive:1;flex-grow:1;position:relative;background:#fff;box-shadow:0 3px 0 rgba(0,0,0,0.06);padding:0 0;margin:1rem;border-radius:2px}.modal-payments .card>*:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.modal-payments .card-header{font-size:18px;padding-bottom:20px;color:#000;background-color:#fff}.modal-payments .card-header__double{height:90px;padding-top:20px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;text-transform:uppercase}.modal-payments .card-header__single{height:60px;padding:10px 20px;color:#000;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}@media (max-width: 520px){.modal-payments .card-header__single{-ms-flex-direction:column;flex-direction:column;height:auto}}.modal-payments .card-header-title{line-height:24px;font-size:16px;font-weight:700}.modal-payments .card-header-title__value{font-weight:400}.modal-payments .card-header-title__stage{font-weight:500}.modal-payments .card-header-title__second{font-size:16px;font-weight:700;text-transform:uppercase}.modal-payments .card-header__green{background-color:#23cb6e;color:#fff}.modal-payments .card-header__red{background-color:#ef4b2b;color:#fff}.modal-payments .card-header__blue{background-color:#0f9af2;color:#fff}.modal-payments .card-body{-ms-flex-positive:1;flex-grow:1;background:#fff;padding:24px 15px 20px}.modal-payments .card-body__arrow{position:relative;z-index:1}.modal-payments .card-body__arrow:before{content:'';position:absolute;width:14px;height:14px;border-radius:2px 0;top:-6px;left:calc(50% - 10px);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff;z-index:-1}.modal-payments .card-body__dark{background-color:#e8e8e8}.modal-payments .card-body-content{border-radius:2px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.modal-payments .card-body-content__light{background-color:#fff}.modal-payments .card-body-content__dark{background-color:#e8e8e8}.modal-payments .card-footer{text-align:center;-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex;padding:20px 11px 10px}.modal-payments .card-footer .profile-button{-ms-flex-positive:1;flex-grow:1;height:52px;margin:0 4px;-ms-flex-preferred-size:50%;flex-basis:50%;text-transform:uppercase}.modal-payments .card-highlighted{box-shadow:0 0 30px #0f9af2}.modal-payments .modal-dialog{max-width:500px;width:auto}.modal-payments .payments-nav{display:-ms-flexbox;display:flex}.modal-payments .payments-nav__item{padding:0;padding-right:10px;font-size:16px;cursor:pointer;line-height:24px;color:#666}.modal-payments .payments-nav__item:hover{font-weight:700;color:#000}.modal-payments .payments-nav__item.active{font-weight:700;color:#000}.modal-payments .caret{position:initial}.modal-payments .currency-selector-item{padding:5px 15px;cursor:pointer}.modal-payments .currency-selector-item__selected{height:52px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:0 15px;background:#fff;border:1px solid #D0D4DB;border-radius:2px;font:14px Arial, Helvetica, sans-serif}.modal-payments .currency-selector-item:hover{background:#0f9af2}.payment-systems{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin-left:-6px;margin-right:-6px}.payment-system-icon{position:relative;display:-ms-flexbox;display:flex;width:120px;height:62px;margin:5px;background:white;overflow:hidden;padding:3px;border:3px solid transparent;border-radius:2px;box-shadow:0 1px 0 rgba(0,0,0,0.06);cursor:pointer}.payment-system-icon>img{width:100%}.payment-system-icon.active{border:3px solid #0f9af2}.payment-system-icon[disabled]{cursor:default;pointer-events:none}.payment-systems__item-saved,.payment-systems__item-new{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;width:160px;height:44px}.payment-systems__item-remove{color:#ef4b2b;font-size:20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.modal-payments .card{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-positive:1;flex-grow:1;position:relative;background:#fff;box-shadow:0 3px 0 rgba(0,0,0,0.06);padding:0 0;margin:1rem;border-radius:2px}.modal-payments .card>*:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.modal-payments .card-header{font-size:18px;padding-bottom:20px;color:#000;background-color:#fff}.modal-payments .card-header__double{height:90px;padding-top:20px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;text-transform:uppercase}.modal-payments .card-header__single{height:60px;padding:10px 20px;color:#000;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}@media (max-width: 520px){.modal-payments .card-header__single{-ms-flex-direction:column;flex-direction:column;height:auto}}.modal-payments .card-header-title{line-height:24px;font-size:16px;font-weight:700}.modal-payments .card-header-title__value{font-weight:400}.modal-payments .card-header-title__stage{font-weight:500}.modal-payments .card-header-title__second{font-size:16px;font-weight:700;text-transform:uppercase}.modal-payments .card-header__green{background-color:#23cb6e;color:#fff}.modal-payments .card-header__red{background-color:#ef4b2b;color:#fff}.modal-payments .card-header__blue{background-color:#0f9af2;color:#fff}.modal-payments .card-body{-ms-flex-positive:1;flex-grow:1;background:#fff;padding:24px 15px 20px}.modal-payments .card-body__arrow{position:relative;z-index:1}.modal-payments .card-body__arrow:before{content:'';position:absolute;width:14px;height:14px;border-radius:2px 0;top:-6px;left:calc(50% - 10px);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff;z-index:-1}.modal-payments .card-body__dark{background-color:#e8e8e8}.modal-payments .card-body-content{border-radius:2px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.modal-payments .card-body-content__light{background-color:#fff}.modal-payments .card-body-content__dark{background-color:#e8e8e8}.modal-payments .card-footer{text-align:center;-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex;padding:20px 11px 10px}.modal-payments .card-footer .profile-button{-ms-flex-positive:1;flex-grow:1;height:52px;margin:0 4px;-ms-flex-preferred-size:50%;flex-basis:50%;text-transform:uppercase}.modal-payments .card-highlighted{box-shadow:0 0 30px #0f9af2}.modal-payments .modal-dialog{max-width:540px;width:auto}.modal-payments .deposit-errors,.modal-payments .cashout-errors{padding-bottom:20px}.modal-payments .deposit-currency,.modal-payments .cashout-currency{padding-bottom:20px}.modal-payments .deposit-payment-systems,.modal-payments .cashout-payment-systems{padding-bottom:20px}.modal-payments .deposit-saved-payment-systems,.modal-payments .cashout-saved-payment-systems{padding-bottom:20px}.modal-payments .deposit-submit,.modal-payments .cashout-submit{padding:0}.modal-payments .deposit-submit button,.modal-payments .deposit-submit a,.modal-payments .cashout-submit button,.modal-payments .cashout-submit a{border-radius:0}.modal-payments .deposit-submit .profile-button.button,.modal-payments .deposit-submit .profile-button,.modal-payments .deposit-submit a,.modal-payments .cashout-submit .profile-button.button,.modal-payments .cashout-submit .profile-button,.modal-payments .cashout-submit a{margin:0}.modal-payments .payments-nav{display:-ms-flexbox;display:flex}.modal-payments .payments-nav__item{padding:0;padding-right:10px;font-size:18px;cursor:pointer;line-height:24px;color:#666}.modal-payments .payments-nav__item:hover{font-weight:700;color:#000}.modal-payments .payments-nav__item.active{font-weight:700;color:#000}.modal-payments .caret{position:initial}.modal-payments .currency-selector-item{padding:5px 15px;cursor:pointer}.modal-payments .currency-selector-item__selected{height:52px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:0 15px;background:#fff;border:1px solid #D0D4DB;border-radius:2px;font:14px Arial, Helvetica, sans-serif}.modal-payments .currency-selector-item:hover{background:#0f9af2}.modal-payments .locked-indicator{position:absolute;top:0;right:0;bottom:0;left:0;line-height:56px;font-size:20px;text-align:center;color:black;background-color:rgba(0,0,0,0.3)}.modal-payments .prefilled-values{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-5px;margin-right:-5px;margin-bottom:5px}.modal-payments .prefilled-values__item{width:90px;height:40px;margin:5px;background:white;overflow:hidden;border:3px solid transparent;border-radius:2px;cursor:pointer;-ms-flex-positive:1;flex-grow:1;max-width:100px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;box-shadow:0 1px 0 rgba(0,0,0,0.06)}.modal-payments .prefilled-values__item.active{border:3px solid #0f9af2}.modal-payments .deposit_bonus_code{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.modal-payments .edit-form input.deposit_bonus_code-value{-ms-flex-positive:1;flex-grow:1;width:auto;margin-right:15px}.modal-payments .edit-form input.deposit_bonus_code-action{margin:0}.modal-payments .crypto_address-qr_wrapper{display:inline-block}.modal-payments .crypto_address-payment_info{display:inline-block;width:100%;overflow-wrap:break-word;word-wrap:break-word}#devcode_popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:5000}.profile-caret{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:auto;position:relative}.profile-caret:before{content:'';display:block;border-width:5px;border-style:solid;border-color:#000 transparent transparent transparent;-ms-transform:translate(0, 30%);transform:translate(0, 30%)}.profile-loader{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;padding:70px 10px 10px;margin:0;text-align:center;background-image:url("/resources/images/profile-loader.svg");background-repeat:no-repeat;background-size:auto 50px;background-position:center top 10px}.profile-error{font-size:.9em;color:#E04F4F;font-weight:normal;text-align:left;white-space:normal;letter-spacing:normal;font-style:normal;padding-right:5px}.profile-close{display:-ms-inline-flexbox;display:inline-flex}.profile-close:before{content:'✕';color:inherit;transition:color .3s ease}.device-desktop .profile-close:hover:before{color:#00d89f}.profile-auto-option{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:3px 5px;margin:0;border:3px solid rgba(0,0,0,0);border-radius:0;cursor:pointer;background:#fff;font-size:.85em;box-shadow:3px 3px 0 rgba(0,0,0,0.06);transition:border-color .3s ease, box-shadow .3s ease, background-color .3s ease, color .3s ease;color:#000}@media (min-width: 768px){.profile-auto-option{font-size:.95em}}.device-desktop .profile-auto-option:hover{border-color:rgba(0,0,0,0);background:#fff;box-shadow:3px 3px 0 rgba(0,0,0,0.06);color:#000}.profile-auto-option--active,.device-desktop .profile-auto-option:hover.profile-auto-option--active{border-color:#00d89f;background:#fff;box-shadow:3px 3px 0 rgba(0,0,0,0.2);color:#000}.profile-auto-option--locked{cursor:default;opacity:.4}.profile-auto-option__value{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;-ms-flex:1;flex:1;padding:0;margin:0;overflow:hidden;min-height:28px}.profile-auto-option__block{display:block;width:100%;padding:0;margin:0;word-break:break-all;text-align:left;line-height:1}.profile-auto-option--new .profile-auto-option__block,.profile-auto-option--center .profile-auto-option__block{text-align:center}.profile-auto-option__remove{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:auto;padding:0;margin:0 0 0 8px}.profile-auto-option--locked .profile-auto-option__remove{display:none}.profile-btn,a.profile-btn,button.profile-btn{position:relative;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:auto;min-width:80px;min-height:40px;padding:10px 20px;vertical-align:middle;border-radius:26px;font-size:14px;font-weight:bold;letter-spacing:normal;line-height:1.2;font-style:normal;text-decoration:none;border:none;outline:none;text-shadow:none;cursor:pointer;color:#fff;text-transform:none;text-align:center;background-color:#00d89f;background-image:linear-gradient(to right, #00d89f, #00c0d6, #00c0d6, #00d89f);background-size:300% 100%;box-shadow:0 4px #0ea3b2;margin:0 0 4px;transition:color .4s ease-in-out, background-position .4s ease-in-out, box-shadow .4s ease-in-out}.profile-btn:hover,.profile-btn:focus,a.profile-btn:hover,a.profile-btn:focus,button.profile-btn:hover,button.profile-btn:focus{text-decoration:none;outline:none;cursor:pointer;color:#fff;background-position:100% 0}.profile-btn:active,a.profile-btn:active,button.profile-btn:active{box-shadow:0 1px #0ea3b2;top:2px}.profile-btn[disabled],a.profile-btn[disabled],button.profile-btn[disabled]{opacity:.5;pointer-events:none}.profile-btn>*,a.profile-btn>*,button.profile-btn>*{color:inherit}.profile-btn--success,a.profile-btn--success,button.profile-btn--success{width:100%;font-size:1.1em;text-transform:uppercase;min-height:50px;background-color:#fb3f8c;background-image:linear-gradient(to right, #fb3f8c, #ff6d24, #ff6d24, #fb3f8c);background-size:300% 100%;box-shadow:0 4px #cc4f1e;margin:0 0 4px;transition:color .4s ease-in-out, background-position .4s ease-in-out, box-shadow .4s ease-in-out}.profile-btn--success:hover,.profile-btn--success:focus,a.profile-btn--success:hover,a.profile-btn--success:focus,button.profile-btn--success:hover,button.profile-btn--success:focus{text-decoration:none;outline:none;cursor:pointer;color:#fff;background-position:100% 0}.profile-btn--success:active,a.profile-btn--success:active,button.profile-btn--success:active{box-shadow:0 1px #cc4f1e;top:2px}.profile-title{display:block;width:100%;padding:0;margin:0 0 5px 0;font-weight:bold;font-size:1.1em}.profile-title--icons{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.profile-title--head{color:#106875;margin:0;text-align:center;font-size:22px}.profile-block{display:block;width:100%;padding:15px 0 0 0;margin:0}.profile-block__info p{color:rgba(0,0,0,0.7);font-size:14px;line-height:1.6;padding:0;margin:10px 0 0}.profile-block__info a{color:#fb3f8c;border-bottom:1px solid transparent;transition:0.25s all ease}.profile-block__info a:hover{color:#fb3f8c;border-color:#fb3f8c}.profile-block__info-title{margin:0;padding:0;font-weight:bold;font-size:1.1em;color:#000}.profile-hint{display:block;width:100%;padding:0;margin:0;font-size:.9em;font-weight:normal;text-align:left;letter-spacing:normal;text-transform:none;color:inherit}.profile-list{display:block;width:100%;padding:0;margin:0}.profile-list__item{display:block;width:100%;padding:0;margin:0}.profile-list__item:not(:first-child){margin-top:10px}.profile-hint+.profile-list{margin-top:10px}.profile-block-preview{position:relative;display:block;width:100%;padding:0;margin:0;background:none transparent;border:1px solid rgba(0,0,0,0.5);transition:border-color .3s ease}.profile-block-preview--active{border-color:#00d89f;border-width:3px}.profile-block-preview--unavailable{display:none}.profile-block-preview__header{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;padding:10px;margin:0;min-height:40px}.profile-block-preview__header--more{cursor:pointer}.profile-block-preview__body{display:block;width:100%;padding:10px;margin:0}.profile-block-preview__title{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;-ms-flex:1;flex:1;padding:0;margin:0}.profile-block-preview__caret{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:auto;padding:0;margin:0 5px 0 0;cursor:pointer}.profile-block-preview__caret>*{transition:transform .3s ease}.profile-block-preview__caret--open>*{-ms-transform:rotate(180deg);transform:rotate(180deg)}.profile-block-preview__title-inner{display:block;text-align:left;width:100%;-ms-flex:1;flex:1;padding:0 10px 0 0;margin:0}.profile-field{display:block;width:100%;padding:0;margin:0}.profile-field:not(.ng-hide)+.profile-field{margin-top:10px}.profile-field__label{display:inline-block;vertical-align:top;width:auto;margin:0 5px 0 0;padding:0;font-weight:bold}.profile-field__value{display:inline-block;vertical-align:top;width:auto;margin:0;padding:0;font-weight:normal}.profile-nav-tab{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;padding:0;margin:0}.profile-nav-tab__item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:auto;padding:0 10px;margin:0;font-size:1.3em;color:inherit;font-weight:bold;letter-spacing:normal;text-transform:none;font-style:normal;opacity:.7;transition:opacity .3s ease, color .3s ease;cursor:pointer}.device-desktop .profile-nav-tab__item:hover{opacity:1}.profile-nav-tab__item--active{color:#00d89f;opacity:1;cursor:default}.profile-nav-tab__item--hidden{pointer-events:none;opacity:.5;cursor:default}.profile-timer{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;max-width:100%;width:100%;padding:0;margin:0;min-width:210px}.profile-timer__inner{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;max-width:100%;width:auto;padding:0;margin:0}.profile-timer__time{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;white-space:nowrap;width:25%;padding:0 5px;margin:0}.profile-timer__block{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;white-space:nowrap;width:auto;padding:5px 10px;margin:0;background-color:#fff;border-radius:2px}.profile-timer__value{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;white-space:nowrap;width:100%;padding:0;margin:0;font-size:20px}.profile-timer__label{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;white-space:nowrap;width:100%;padding:0;margin:0;text-transform:lowercase;font-size:12px}.profile-progress{display:block;position:relative;width:100%;height:16px;padding:0;margin:0;background-color:#fff;border-radius:10px}.profile-progress__bar{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;left:0;height:100%;min-height:10px;padding:0;margin:0;background-color:#00d89f;border-radius:inherit;text-align:center;min-width:25px}.profile-progress__value{color:#fff;font-size:12px;line-height:1.2;text-align:center}.profile-add-btn{-ms-flex:0 0 auto;flex:0 0 auto;padding:0;width:38px;line-height:38px;margin:0 0 0 6px;border-radius:50%;background:#fff;display:block;color:#585F6D;border:1px solid #eee;outline:none;font-size:24px;font-family:'Open Sans', sans-serif;transition:0.25s all ease}.profile-add-btn:before{content:'\002B'}.profile-add-btn:hover{background:#00d89f;color:#fff;border-color:#00d89f}.profile-add-btn--hide{display:none;margin:0}.profile-form-element{display:block;width:100%;padding:0;margin:0}.profile-form-element+.profile-form-element{margin-top:10px}.profile-form-element__label{display:block;width:100%;padding:0;margin:0 0 5px 0;font-size:14px;color:#000;font-weight:normal;text-align:left;white-space:normal;letter-spacing:normal;font-style:normal}.profile-form-element__value{display:block;width:100%;padding:0;margin:0}.profile-form-element__error{display:block;width:100%;padding:0;margin:0}.profile-form-element__error>.profile-error{display:inline-block;vertical-align:top;width:auto}.profile-form-element__required{color:#E04F4F;text-decoration:none;font-size:1em}.profile-birthday{position:relative;display:table;border-collapse:separate;font-size:0}.profile-birthday>input{display:table-cell;-moz-appearance:textfield}.profile-birthday>input:not(:first-child):not(:last-child){border-radius:0}.profile-birthday>input:first-child{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.profile-birthday>input:last-child{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.profile-birthday>input::-webkit-inner-spin-button,.profile-birthday>input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.profile-birthday-dd.profile-input{width:27%}.profile-birthday-mm.profile-input{width:27%}.profile-birthday-yyyy.profile-input{width:46%}.country-select{position:relative}.country-select--open .country-select__dropdown{display:block}.country-select__input{width:100%;height:34px;border:1px solid #ccc;outline:none;border-radius:3px;font-size:14px;color:#555;background-color:#fff;padding:0 14px;box-shadow:none;transition:border-color .3s ease, color .3s ease}.country-select__input::-moz-placeholder{opacity:1;color:#999 !important}.country-select__input::-webkit-input-placeholder{opacity:1;color:#999 !important}.country-select__input:focus,.country-select--open .country-select__input{border-color:#ccc;color:#555}.country-select__input:first-letter{text-transform:capitalize}.country-select__input::-ms-clear{display:none}.country-select--error .country-select__input{border-color:red}.country-select__close{position:fixed;top:0;bottom:0;right:0;left:0;z-index:10}.country-select__dropdown{position:absolute;top:100%;left:0;z-index:995;display:none;width:100%;margin:5px auto 20px;padding:3px 0;list-style:none;background-color:#eee;border-radius:3px;border:none;box-shadow:none}.country-select__dropdown-inner{list-style:none;display:block;width:100%;padding:0;margin:0;overflow:hidden;overflow-y:auto;max-height:216px}.country-select__dropdown-inner::-webkit-scrollbar{width:10px}.country-select__dropdown-inner::-webkit-scrollbar-track{border-radius:3px;background:none rgba(255,255,255,0.1)}.country-select__dropdown-inner::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.5);border-radius:3px}.country-select__dropdown-inner::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,0.7)}.country-select__item{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;white-space:normal;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;height:auto;min-height:34px;padding:5px 14px;margin:0;text-decoration:none;text-align:left;background-color:transparent;transition:background-color .3s ease, color .3s ease;cursor:pointer;color:rgba(0,0,0,0.6);font-size:14px;font-weight:400;line-height:1.2;letter-spacing:normal}.country-select__item--not-found{cursor:default;pointer-events:none}.country-select__item:hover,.country-select__item:active,.country-select__item:focus,.country-select__item:active:hover,.country-select__item:active:focus{text-decoration:none;outline:none;cursor:pointer;color:rgba(0,0,0,0.6)}body.device-desktop .country-select__item:hover{background-color:rgba(0,0,0,0.2);color:#000}.tel-smart{display:-ms-flexbox;display:flex}.tel-smart--open .tel-smart__dropdown{display:block}.tel-smart__input-wrapper{display:-ms-flexbox;display:flex;position:relative;width:110px}.tel-smart__input-flag{position:absolute;width:25px;height:100%}.tel-smart__input-flag-img{display:-ms-flexbox;display:flex;margin:auto;height:100%;width:20px}.tel-smart__input{width:100%;height:34px;border:1px solid #ccc;outline:none;border-radius:3px;font-size:14px;color:#555;background-color:#fff;padding:0 14px 0 25px;box-shadow:none;transition:border-color .3s ease, color .3s ease}.tel-smart__input::-moz-placeholder{opacity:1;color:#999 !important}.tel-smart__input::-webkit-input-placeholder{opacity:1;color:#999 !important}.tel-smart__input:focus,.tel-smart--open .tel-smart__input{border-color:#ccc;color:#555}.tel-smart__input:first-letter{text-transform:capitalize}.tel-smart__input::-ms-clear{display:none}.tel-smart--error .tel-smart__input{border-color:red}.tel-smart__close{position:fixed;top:0;bottom:0;right:0;left:0;z-index:10}.tel-smart__dropdown{position:absolute;top:100%;left:0;z-index:995;display:none;width:100%;margin:5px auto 20px;padding:3px 0;list-style:none;background-color:#eee;border-radius:3px;border:none;box-shadow:none}.tel-smart__dropdown-inner{list-style:none;display:block;width:100%;padding:0;margin:0;overflow:hidden;overflow-y:auto;max-height:216px}.tel-smart__dropdown-inner::-webkit-scrollbar{width:10px}.tel-smart__dropdown-inner::-webkit-scrollbar-track{border-radius:3px;background:none rgba(255,255,255,0.1)}.tel-smart__dropdown-inner::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.5);border-radius:3px}.tel-smart__dropdown-inner::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,0.7)}.tel-smart__flag{width:20px;margin-right:3px}.tel-smart__item{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;white-space:normal;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;height:auto;min-height:34px;padding:5px 14px;margin:0;text-decoration:none;text-align:left;background-color:transparent;transition:background-color .3s ease, color .3s ease;cursor:pointer;color:rgba(0,0,0,0.6);font-size:14px;font-weight:400;line-height:1.2;letter-spacing:normal}.tel-smart__item--not-found{cursor:default;pointer-events:none}.tel-smart__item:hover,.tel-smart__item:active,.tel-smart__item:focus,.tel-smart__item:active:hover,.tel-smart__item:active:focus{text-decoration:none;outline:none;cursor:pointer;color:rgba(0,0,0,0.6)}body.device-desktop .tel-smart__item:hover{background-color:rgba(0,0,0,0.2);color:#000}.tel-smart__input-number-wrapper{-ms-flex:1;flex:1}.profile-input{display:block;width:100%;padding:0 10px;height:44px;line-height:1;vertical-align:middle;border-radius:24px;background:none #fff;border:1px solid #eee;box-shadow:none;color:#585F6D;font-size:14px;font-weight:normal;text-align:left;text-transform:none;letter-spacing:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:border-color .3s ease, color .3s ease, background-color .3s ease}.profile-input:hover,.profile-input:active,.profile-input:focus,.profile-input:active:hover,.profile-input:active:focus{color:#000;background:none #fff;outline:none;border-color:#eee}.profile-input:active:not(:hover){background:none #fff}.profile-input::-moz-placeholder{opacity:1;color:rgba(0,0,0,0.5) !important;transition:border-color .3s ease, color .3s ease, background-color .3s ease !important}.profile-input::-webkit-input-placeholder{opacity:1;color:rgba(0,0,0,0.5) !important;transition:border-color .3s ease, color .3s ease, background-color .3s ease !important}.profile-input:hover::-webkit-input-placeholder{opacity:1;color:#000 !important}.profile-input:-webkit-autofill{box-shadow:inset 0 0 0 100px #fff !important;color:#585F6D !important;-webkit-text-fill-color:#585F6D !important;background:#fff !important;background-clip:content-box !important;border:1px solid #eee !important;border-radius:24px !important;transition:border-color .3s ease, color .3s ease, background-color .3s ease !important}.profile-input:-webkit-autofill:hover,.profile-input:-webkit-autofill:active,.profile-input:-webkit-autofill:focus,.profile-input:-webkit-autofill:active:hover,.profile-input:-webkit-autofill:active:focus{color:#000 !important;-webkit-text-fill-color:#000 !important;box-shadow:inset 0 0 0 100px #fff !important;border:1px solid #eee !important}.profile-input:-webkit-autofill:active:not(:hover){-webkit-text-fill-color:#585F6D !important}.profile-input:disabled{opacity:.5;pointer-events:none}.profile-input:disabled:hover,.profile-input:disabled:active,.profile-input:disabled:focus,.profile-input:disabled:active:hover,.profile-input:disabled:active:focus{color:#585F6D;background:none #fff;outline:none;border-color:#eee}.profile-input--error{border-color:#E04F4F}.profile-input::-ms-clear,.profile-input::-ms-reveal{display:none;width:0;height:0}.profile-input input,.profile-input input[type=text],.profile-input input[type=number],.profile-input input[type=tel]{-webkit-appearance:none;appearance:none}.profile-amount{display:block;width:100%;padding:0;margin:0}.profile-amount__list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:calc(100% + 10px);padding:0;margin:0}.profile-amount__item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:auto;min-width:86px;height:40px;padding:0;margin:0 10px 10px 0}@media (min-width: 768px){.profile-amount__item{min-width:calc(20% - 10px)}}.profile-amount__block-input{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;padding:0;margin:0}.profile-amount__block-input .profile-amount__input{-ms-flex:1;flex:1;overflow:hidden}.profile-amount__currency{display:inline-block;vertical-align:top;width:auto;margin:0 0 0 10px;padding:0;font-weight:normal}.profile-select{display:block;width:100%;padding:0;margin:0;position:relative}.profile-select.open .profile-select__button{border-radius:24px 24px 0 0;box-shadow:0 15px 20px rgba(0,0,0,0.25)}.profile-select.open .profile-select__menu{display:block}.profile-select.open .profile-select__caret::after{content:"\f106"}.profile-select__button{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:10px 20px;margin:0;height:44px;line-height:1;vertical-align:middle;border-radius:24px;background:#fff;border:1px solid #eee;box-shadow:none;color:#585F6D;font-size:14px;font-weight:normal;text-align:left;text-transform:none;letter-spacing:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-select__caret{position:absolute;top:16px;right:20px;color:#56969F;font-family:FontAwesome, 'sans-serif';font-size:14px;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.profile-select__caret::after{content:"\f107"}.profile-select__caret::before{display:none}.profile-select__active{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex:1;flex:1;width:100%;padding:0;margin:0;overflow:hidden}.profile-select__active span{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.profile-select__menu{display:none;position:absolute;top:100%;left:0;width:100%;padding:0;margin:0;background:#fff none;z-index:10;border:1px solid #eee;border-top:none;border-radius:0 0 20px 20px;color:#585F6D;max-height:180px;overflow:hidden;overflow-y:auto;box-shadow:0 15px 20px rgba(0,0,0,0.25)}.profile-select__menu::-webkit-scrollbar{width:6px}.profile-select__menu::-webkit-scrollbar-track{border-radius:4px;background:transparent none}.profile-select__menu::-webkit-scrollbar-thumb{background:rgba(88,95,109,0.4);border-radius:4px}.profile-select__menu::-webkit-scrollbar-thumb:hover{background:#585F6D}.profile-select__menu-inner{display:block;width:100%;height:auto;padding:0;margin:0}.profile-select__item{min-height:44px;padding:12px 0;margin:0 20px;font-size:inherit;color:inherit;text-align:left;line-height:1.2;transition:color .3s ease, background-color .3s ease;cursor:pointer;border-bottom:1px solid #edf0ef}.profile-select__item:last-child{border:none}.device-desktop .profile-select__item:hover{color:#00d89f;background:#fff}.profile-select[disabled]{opacity:.5;pointer-events:none}.profile-select--error .tel-smart__button{border-color:#E04F4F}.profile-card-date{display:block;width:100%;padding:0;margin:0}.profile-card-date__list{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0;margin:0}.profile-card-date__item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:calc(50% - 5px);padding:0;margin:0}.profile-card-date__errors{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0;margin:0}.profile-card-date__errors>.profile-error{display:inline-block;vertical-align:top;width:auto}.profile-card-date__error-block{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:calc(50% - 5px);padding:0;margin:0}.profile-crypto{display:block;width:100%;padding:0;margin:0}.profile-crypto__info{display:block;width:100%;padding:0;margin:0;font-size:.9em}.profile-crypto__qr-code{display:block;width:100%;padding:10px 0;margin:0;text-align:left}.profile-crypto__qr-code img{max-width:100%;height:auto}.profile-crypto__code{display:block;width:100%;padding:0;margin:10px 0 0 0;word-break:break-all}.profile-crypto__copy-clipboard{margin:10px 0 0 0}.profile-checkbox{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;margin:0 auto;padding:0;position:relative;min-height:20px}.profile-checkbox__input{display:none;height:0;width:0;padding:0;margin:0}.profile-checkbox__input-default{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:20px;height:20px;border-radius:0px;border:1px solid rgba(0,0,0,0.2);background-color:#fff;transition:background-color .3s ease, border-color .3s ease, color .3s ease;cursor:pointer;margin:0 10px 0 0;padding:0;box-shadow:none}.profile-checkbox:hover .profile-checkbox__input-default,.profile-checkbox__input-default:hover{border-color:rgba(0,0,0,0.5);background-color:#fff}.profile-checkbox__input-default:before{content:'✓';display:block;transition:color .3s ease;font-size:16px;line-height:1;font-weight:bold;color:rgba(0,0,0,0)}.profile-checkbox--error .profile-checkbox__input-default{border-color:#E04F4F !important}.profile-checkbox__label{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex:1;flex:1;width:100%;overflow:hidden;color:rgba(0,0,0,0.7);font-size:14px;font-weight:normal;line-height:1.2;text-shadow:none;text-align:left;letter-spacing:normal;transition:color .3s ease;cursor:pointer}body.device-desktop .profile-checkbox:hover .profile-checkbox__label{color:#000}.profile-checkbox__label a{text-decoration:underline;color:#00d89f}.profile-checkbox__label a:hover{text-decoration:none}.profile-checkbox__input:checked ~ .profile-checkbox__input-default{border-color:rgba(0,0,0,0.2);background-color:#fff}.profile-checkbox:hover .profile-checkbox__input:checked ~ .profile-checkbox__input-default,.profile-checkbox__input:checked ~ .profile-checkbox__input-default:hover{border-color:rgba(0,0,0,0.5)}.profile-checkbox__input:checked ~ .profile-checkbox__input-default:before{color:#00d89f}.profile-checkbox__input:checked ~ .profile-checkbox__label{color:#000}.profile-checkbox__input-default--check{border-color:rgba(0,0,0,0.2);background-color:#fff}.profile-checkbox:hover .profile-checkbox__input-default--check,.profile-checkbox__input-default--check:hover{border-color:rgba(0,0,0,0.5)}.profile-checkbox__input-default--check:before{color:#00d89f}.profile-checkbox__input:disabled ~ .profile-checkbox__input-default{pointer-events:none}.profile-checkbox:hover .profile-checkbox__input:disabled ~ .profile-checkbox__input-default,.profile-checkbox__input:disabled ~ .profile-checkbox__input-default:hover{border-color:rgba(0,0,0,0.2)}.profile-checkbox:disabled{opacity:.5;pointer-events:none}.profile-checkbox--error .profile-checkbox__input-default{border-color:#E04F4F}.profile-datepicker{position:relative;display:block;width:100%;padding:0;margin:0}.profile-datepicker .dropdown-menu{display:block;width:100%;padding:24px;margin:0;max-width:100%;position:absolute;top:100% !important;left:0 !important;background-color:#fff;border:1px solid #eee;border-radius:24px;box-shadow:none;background-image:none;outline:none !important;overflow:hidden}.profile-datepicker .dropdown-menu *{outline:none !important}.profile-datepicker .dropdown-menu table{width:100%;border-collapse:collapse;border-spacing:0}.profile-datepicker .dropdown-menu table th,.profile-datepicker .dropdown-menu table td{color:#000;padding:0 !important}.profile-datepicker .dropdown-menu button{background-image:none;background-color:#fff;box-shadow:none;border:none;text-shadow:none;color:#000;font-size:12px;font-weight:400;text-transform:uppercase;font-style:normal;transition:color .3s ease, background-color .3s ease;outline:none;min-width:20px;border-radius:0}.profile-datepicker .dropdown-menu button:hover,.profile-datepicker .dropdown-menu button:active,.profile-datepicker .dropdown-menu button:focus,.profile-datepicker .dropdown-menu button:active:hover,.profile-datepicker .dropdown-menu button:active:focus{text-decoration:none;outline:none;cursor:pointer;color:#000;background-color:#fff;background-image:none}.profile-datepicker .dropdown-menu button .text-muted{color:rgba(0,0,0,0.5)}.profile-datepicker .dropdown-menu button .text-info{color:#00d89f}.device-desktop .profile-datepicker .dropdown-menu button:hover,.profile-datepicker .dropdown-menu button.active{border-radius:0;background-color:#00d89f;box-shadow:none;color:#000;transition:background-color .3s ease, color .3s ease}.device-desktop .profile-datepicker .dropdown-menu button:hover *,.profile-datepicker .dropdown-menu button.active *{color:inherit}.device-desktop .profile-datepicker .dropdown-menu button:hover:hover,.device-desktop .profile-datepicker .dropdown-menu button:hover:active,.device-desktop .profile-datepicker .dropdown-menu button:hover:focus,.device-desktop .profile-datepicker .dropdown-menu button:hover:active:hover,.device-desktop .profile-datepicker .dropdown-menu button:hover:active:focus,.profile-datepicker .dropdown-menu button.active:hover,.profile-datepicker .dropdown-menu button.active:active,.profile-datepicker .dropdown-menu button.active:focus,.profile-datepicker .dropdown-menu button.active:active:hover,.profile-datepicker .dropdown-menu button.active:active:focus{background-color:#00d89f;box-shadow:none;color:#000}.device-desktop .profile-datepicker .dropdown-menu button:hover .text-muted,.profile-datepicker .dropdown-menu button.active .text-muted{color:#000}.profile-datepicker .dropdown-menu button,.profile-datepicker .dropdown-menu .btn,.profile-datepicker .dropdown-menu .btn.btn-default{padding:5px;min-height:20px}.profile-radio{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0;margin:0}.profile-radio--disabled,.profile-radio[disabled]{opacity:.5;pointer-events:none}.profile-radio__option{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:auto;max-width:calc(50% - 10px);padding:0;margin:0}.profile-radio__option:not(:first-child){margin-left:20px}.profile-radio__input{position:absolute;opacity:0;height:0;margin:0;display:none}.profile-radio__block{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0;margin:0;cursor:pointer}.profile-radio__point{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:20px;height:20px;border-radius:50%;overflow:hidden;padding:0;margin:0 5px 0 0;background-color:#fff;border:1px solid rgba(0,0,0,0.2);transition:background-color .3s ease, border-color .3s ease}body.device-desktop .profile-radio__option:hover .profile-radio__point,.profile-radio__point:hover{background-color:#fff;border-color:rgba(0,0,0,0.5)}.profile-radio__point:before{content:'';display:block;width:10px;height:10px;border-radius:50%;background:none transparent;transition:background-color .3s ease}.profile-radio__label{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;min-height:20px;-ms-flex:1;flex:1;width:100%;padding:0;margin:0;color:rgba(0,0,0,0.7);font-size:14px;font-weight:normal;font-style:normal;letter-spacing:normal;text-align:left;word-break:break-all;transition:color .3s ease;cursor:pointer}body.device-desktop .profile-radio__option:hover .profile-radio__label{color:#000}.profile-radio__input:checked+.profile-radio__block .profile-radio__point{background-color:#fff;border-color:rgba(0,0,0,0.2)}.profile-radio__input:checked+.profile-radio__block .profile-radio__point:before{background-color:#00d89f}.profile-radio__input:checked+.profile-radio__block .profile-radio__label{color:#000}.profile-radio--error .profile-radio__point{border-color:#E04F4F}.profile-bonus-code{display:block;width:100%;padding:15px 0 0 0;margin:0}.profile-bonus-code__form{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;padding:0;margin:0}.profile-bonus-code__button{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:auto;padding:0;margin:0 0 0 10px}.profile-bonus-code__input{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex:1;flex:1;width:100%;padding:0;margin:0}.profile-modal-content{position:relative;display:block;width:100%;padding:0;margin:0;background-color:#f4fffd;color:#000;font-size:14px;line-height:1.2;font-family:inherit;font-style:normal;text-align:left;text-transform:none;letter-spacing:normal}.profile-modal-content__close{display:block;position:absolute;top:12px;right:10px;font-size:20px;line-height:1;font-style:normal;font-weight:normal;border:none;background-image:none;background-color:transparent;box-shadow:none;outline:none;cursor:pointer}.profile-modal-content__header{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;min-height:40px;padding:10px 40px 10px 20px;margin:0;border-bottom:1px solid rgba(0,0,0,0.1)}.profile-modal-content__header-inner{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;padding:0;margin:0;min-height:22px;font-size:1.2em}.profile-modal-content__body{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0;margin:0}.profile-modal-content__content{display:block;width:100%;padding:0;margin:0}.profile-modal-content__footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;padding:10px;margin:0}.modal.modal-payments .modal-dialog{max-width:730px;width:calc(100% - 20px)}.profile-payments{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;padding:0;margin:0;color:#000;font-size:14px;line-height:1.2;font-family:inherit;font-style:normal;text-align:left;text-transform:none;letter-spacing:normal}@media (min-width: 768px){.profile-payments{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start}}.profile-payments__nav{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;padding:10px;margin:0;background-color:#fff}@media (min-width: 768px){.profile-payments__nav{width:260px;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}}.profile-payments__content{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:10px;margin:0;background-color:#f4fffd}@media (min-width: 768px){.profile-payments__content{-ms-flex:1;flex:1;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}}.profile-payments__currency{display:block;width:100%;padding:0;margin:0 0 20px 0}.profile-payments__currency-row{display:-ms-flexbox;display:flex}.profile-payments__list-methods{display:block;width:100%;padding:0;margin:0}.profile-payments__methods{display:block;width:100%;padding:0;margin:0}.profile-payments__methods--save{margin-bottom:20px}.profile-payments__methods-empty{display:block;width:100%;padding:15px 0 0 0;margin:0}.profile-payments__label{display:block;width:100%;padding:0;margin:0 0 10px 0;font-weight:bold;font-size:1.1em}.profile-payments__block{display:block;position:relative;width:100%;padding:0;margin:0}.profile-payments__block:not(.ng-hide)+.profile-payments__block{margin-top:25px}@media screen and (max-width: 767px){.profile-payments__block .profile-title{margin-bottom:30px}}@media screen and (max-width: 430px){.profile-payments__block .profile-title{margin-bottom:15px}}.profile-payments__cards section{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2, 1fr)}.profile-payments__cards section img{width:100%}.profile-payments__cards-desktop{margin-top:50px}@media screen and (max-width: 767px){.profile-payments__cards-desktop{display:none}}.profile-payments__cards-mobile{width:50%}@media screen and (min-width: 768px){.profile-payments__cards-mobile{display:none}}@media screen and (max-width: 767px){.profile-payments__cards-mobile{position:absolute;width:250px;top:-10px;left:150px}}@media screen and (max-width: 430px){.profile-payments__cards-mobile{width:55%;left:130px}}.profile-payments__add-currency-button{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;padding:0;margin:0}.profile-payments-methods{display:block;width:100%;padding:0;margin:0;position:relative}.profile-payments-methods__button{display:none}.profile-payments-methods__block-img-active{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:5px;background:#fff none}.profile-payments-methods__caret{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:auto;padding:0;margin:0 0 0 10px;transition:transform .3s ease}.profile-payments.open .profile-payments-methods__caret{-ms-transform:rotate(180deg);transform:rotate(180deg)}.profile-payments-methods__active{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex:1;flex:1;width:100%;padding:0;margin:0}.profile-payments-methods__menu{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(110px, 1fr))[auto-fit];grid-template-columns:repeat(auto-fit, minmax(110px, 1fr));grid-gap:5px;width:100%;padding:5px 0;margin:0;z-index:10;color:#585F6D}.profile-payments-methods.open .profile-payments-methods__menu{display:-ms-grid;display:grid}.profile-payments-methods__item{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin:0;min-height:40px}.dropdown-backdrop{display:none}.profile-payment-item{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:5px;margin:0;text-align:center;cursor:pointer;border:2px solid rgba(0,0,0,0);transition:border-color .3s ease, background-color .3s ease, box-shadow .3s ease;min-height:44px;border-radius:2px;box-shadow:1px 1px 0 rgba(0,0,0,0.2);background:#fff none}.profile-payment-item img{display:block;max-width:100%;height:100%;max-height:30px;object-fit:contain;object-position:center;opacity:.7;transition:opacity .3s ease}.device-desktop .profile-payment-item:hover{background:#fff none;border-color:rgba(0,0,0,0);box-shadow:1px 1px 0 rgba(0,0,0,0.2)}.profile-payment-item--active img,.device-desktop .profile-payment-item:hover img{opacity:1}.profile-payment-item--active,.device-desktop .profile-payment-item--active:hover{background:#fff none;border-color:#00d89f;box-shadow:1px 1px 0 rgba(0,0,0,0.2)}.profile-payment-item--dropdown,.device-desktop .profile-payment-item--dropdown:hover{background:#fff none;border-color:rgba(0,0,0,0);box-shadow:none;min-height:40px;height:40px}.profile-payment-item--dropdown img,.device-desktop .profile-payment-item--dropdown:hover img{opacity:1}.profile-payment-item--locked{cursor:default;pointer-events:none}.profile-payment-item--locked img{opacity:.3 !important;filter:grayscale(100%)}.profile-currency-selector{display:block;width:100%;padding:0;margin:0;position:relative}.profile-currency-selector.open .profile-currency-selector__button{border-radius:24px 24px 0 0;box-shadow:0 15px 20px rgba(0,0,0,0.25)}.profile-currency-selector.open .profile-currency-selector__menu{display:block}.profile-currency-selector.open .profile-currency-selector__caret::after{content:"\f106"}.profile-currency-selector__button{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:10px 20px;margin:0;height:44px;border-radius:24px;background:#fff;border:1px solid #eee;box-shadow:none;color:#585F6D;font-size:14px}.profile-currency-selector--only .profile-currency-selector__button{cursor:default;pointer-events:none}.profile-currency-selector__caret{position:absolute;top:16px;right:20px;color:#56969F;font-family:FontAwesome, 'sans-serif';font-size:14px;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.profile-currency-selector__caret::after{content:"\f107"}.profile-currency-selector__caret::before{display:none}.profile-currency-selector__active{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex:1;flex:1;width:100%;padding:0;margin:0}.profile-currency-selector__menu{display:none;position:absolute;top:100%;left:0;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0;margin:0;background:#fff none;z-index:20;border:1px solid #eee;border-top:none;color:#585F6D;border-radius:0 0 20px 20px;box-shadow:0 15px 20px rgba(0,0,0,0.25)}.profile-currency-selector__item{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;padding:12px 0;margin:0 20px;font-size:inherit;color:inherit;text-align:left;line-height:1.2;transition:color .3s ease;cursor:pointer;border-bottom:1px solid #edf0ef}.profile-currency-selector__item:last-child{border:none}.device-desktop .profile-currency-selector__item:hover{color:#00d89f}.profile-currency-selector .profile-caret{display:none}.profile-payment-form{display:block;width:100%;padding:0;margin:0}.profile-payment-form__description{display:block;width:100%;padding:0;margin:15px 0 0 0;font-size:inherit;color:inherit;font-weight:normal;text-align:left;white-space:normal;letter-spacing:normal;font-style:normal}.profile-payments-wallet{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:calc(100% + 10px);padding:0;margin:0}@media (min-width: 768px){.profile-payments-wallet{width:100%}}.profile-payments-wallet__item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:calc(50% - 5px);max-width:134px;min-height:40px;padding:0;margin:0 10px 10px 0}@media (min-width: 768px){.profile-payments-wallet__item{width:calc((100% - 20px)/3);max-width:calc((100% - 20px)/3 - 1px)}.profile-payments-wallet__item:nth-child(3n+3){margin-right:0}}.profile-verified-card{display:block;width:100%;padding:0;margin:0}.profile-verified-card__list{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center;width:auto;padding:0;margin:0}.profile-verified-card__item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:50%;min-width:60px;padding:1px;margin:0}.profile-verified-card__list--odd .profile-verified-card__item{width:100%}.profile-verified-card__img{display:block;max-width:100%;margin:0 auto;max-height:40px}.payments-js-lib__wrapper{display:-ms-flexbox;display:flex}.payments-js-lib__img-wrapper+span{margin-left:10px}.modal-profile-edit .modal-dialog{max-width:450px;width:calc(100% - 20px);margin-left:auto;margin-right:auto;padding:0;border:none;box-shadow:none}@media (min-width: 768px){.modal-profile-edit .modal-dialog{max-width:730px}}.modal-profile-edit .profile-edit-container__item[disabled]{display:none}.profile-edit-container{display:block;width:100%;padding:10px;margin:0}.profile-edit-container__form{display:block;width:100%;padding:0;margin:0}.profile-edit-container__fields{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;padding:0;margin:0}@media (min-width: 768px){.profile-edit-container__fields{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}}.profile-edit-container__fields+.profile-edit-container__fields{margin-top:10px}.profile-edit-container__item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0;margin:0}.profile-edit-container__item:not(:last-child){margin-bottom:10px}@media (min-width: 768px){.profile-edit-container__item{width:calc(50% - 5px)}}.profile-edit-container__all-error{padding-top:10px;font-size:1.1em}.profile-lottery{display:block;width:100%;padding:0;margin:0}.profile-lottery__checkbox{display:block;width:100%;padding:0;margin:0}.profile-lottery__list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0;margin:0}@media (min-width: 768px){.profile-lottery__list{-ms-flex-pack:justify;justify-content:space-between}}.profile-lottery__item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:100%;max-width:220px;padding:0;margin:10px 10px 0 0;cursor:pointer;min-height:66px}@media (min-width: 768px){.profile-lottery__item{width:calc(50% - 5px);max-width:calc(50% - 5px);min-height:66px;margin:10px 0 0 0}}.profile-lottery__item--active{cursor:default}.profile-lottery-item{display:-ms-flexbox;display:flex;position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:10px;margin:0;text-align:left;background:#fff;transition:box-shadow .3s ease, opacity .3s ease, border-color .3s ease;cursor:pointer;border:3px solid rgba(0,0,0,0);box-shadow:3px 3px 0 rgba(0,0,0,0.06);color:#000}.device-desktop .profile-lottery-item:hover{border-color:rgba(0,0,0,0);background:#fff;box-shadow:3px 3px 0 rgba(0,0,0,0.06);color:#000}.profile-lottery-item--active,.device-desktop .profile-lottery-item:hover.profile-lottery-item--active{border-color:#00d89f;background:#fff;box-shadow:3px 3px 0 rgba(0,0,0,0.2);color:#000}.profile-lottery-item__inner{display:block;position:relative;width:100%;padding:0;margin:0;text-align:inherit}.profile-lottery-item__title{display:block;width:100%;padding:0;margin:0 0 3px 0;font-weight:bold;font-size:.9em;max-height:2.4em;overflow:hidden;text-overflow:ellipsis}.profile-lottery-item__content{display:block;width:100%;padding:0;margin:0;font-size:.9em}.profile-lottery-item__value{font-weight:bold}.profile-bonus-preview{display:-ms-flexbox;display:flex;position:relative;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:10px;margin:0;cursor:pointer}.profile-bonus-preview__inner{display:block;width:100%;padding:0;margin:0}.profile-bonus-preview__title{display:block;width:100%;padding:0 5px;margin:0 0 5px 0;font-weight:bold;text-overflow:ellipsis;text-align:center}.profile-bonus-preview__content{display:block;width:100%;padding:0;margin:0;text-align:center}.profile-bonus-preview__block{display:block;width:100%;padding:0;margin:0;text-align:center;font-size:.8em}.profile-bonus-preview__block--main{font-size:1.2em;font-weight:bold;text-align:center}.profile-bonus-preview__list{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:auto;padding:0;margin:5px 0 0 0}.profile-list-bonus-group{display:block;width:100%;padding:0;margin:0}.profile-list-bonus-group__item{display:block;width:100%;max-width:100%;padding:0;margin:0;background:#fff;transition:box-shadow .3s ease, opacity .3s ease, border-color .3s ease;cursor:pointer;border:3px solid rgba(0,0,0,0);box-shadow:3px 3px 0 rgba(0,0,0,0.06);color:#000}.profile-list-bonus-group__item:not(:first-child){margin-top:10px}.device-desktop .profile-list-bonus-group__item:hover{border-color:rgba(0,0,0,0);background:#fff;box-shadow:3px 3px 0 rgba(0,0,0,0.06);color:#000}.profile-list-bonus-group__item--active,.device-desktop .profile-list-bonus-group__item:hover.profile-list-bonus-group__item--active{border-color:#00d89f;background:#fff;box-shadow:3px 3px 0 rgba(0,0,0,0.2);color:#000}.profile-list-bonus-group__item--unavailable{display:none !important}.profile-hint+.profile-list-bonus-group{margin-top:10px}@media (min-width: 768px){.profile-list-bonus-group{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start}.profile-list-bonus-group>.profile-list-bonus-group__item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:calc(50% - 5px);margin:0 0 10px 0}}.profile-list-bonus-group__inner-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0}.profile-list-bonus-group__inner-item{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0}.profile-list-bonus-group__inner-block{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0}.profile-card{display:block;width:100%;padding:20px 10px;margin:0;text-align:center}.profile-card--status{padding:20px}.profile-card__header{display:block;width:100%;padding:0;margin:0 0 10px 0;text-align:center;font-size:1.2em;font-weight:bold}.profile-card__main-title{display:inline-block;width:auto;padding:0;margin:0}.profile-card__second-title{display:inline-block;width:auto;padding:0 0 0 5px;margin:0;font-size:.8em;font-weight:normal}.profile-card__content{display:block;width:100%;padding:0;margin:0}.profile-card__footer{display:block;width:100%;padding:0;margin:20px 0 0 0}.profile-card__button-list{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;width:auto;max-width:calc(100% + 10px);padding:0;margin:0 -5px}.profile-card__button-item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:auto;padding:0 5px;margin:0}.profile-card__button-item>*{min-height:100% !important;white-space:nowrap}.profile-card__value{font-weight:bold}.profile-card__value--big{font-size:1.4em}.profile-card__block{display:block;width:auto;max-width:100%;padding:0;margin:0}.profile-card__block+.profile-card__block{margin-top:10px}.profile-card__block--bonus-amount{font-size:20px;font-weight:bold}.profile-card__games{display:block;width:100%;padding:0;margin:0}.profile-card__timer{display:block;width:100%;padding:0;margin:5px 0 0 0}.profile-card__separator{display:inline-block;margin:0;padding:0;vertical-align:middle;font-size:20px;color:inherit;font-weight:normal;line-height:18px}.profile-card__separator:before{content:'×';display:inline-block}.profile-games{display:block;width:100%;padding:0;margin:0;overflow:hidden}.profile-games--full-modal{padding:10px}.profile-games__list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;width:calc(100% + 10px);padding:0;margin:0 -5px}.profile-games__more{display:block;width:100%;padding:0;margin:5px 0 0 0;text-align:center}.profile-games__item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:auto;padding:5px;margin:0;max-width:135px}@media (min-width: 768px){.profile-games__item{max-width:200px}}.profile-games__block{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0}.modal.modal-available-games{font-family:inherit}.modal.modal-available-games .modal-dialog{font-family:inherit;border-radius:0;width:calc(100% - 20px)}.modal.modal-available-games .modal-content{background-color:transparent;background-image:none;outline:none;box-shadow:none;border:none;border-radius:0;padding:0;margin:0}.profile-game{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0}.profile-game__link{display:-ms-flexbox;display:flex;position:relative;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:100%;max-width:100%;padding:0;margin:0;text-decoration:none;color:inherit;outline:none;overflow:hidden;border:1px solid transparent;transition:margin-color .3s ease}.profile-game__link:hover,.profile-game__link:focus,.profile-game__link:active{text-decoration:none;outline:none;color:inherit}.profile-game__link:hover{border-color:rgba(0,0,0,0.1)}.profile-game__img{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0;border:none}.profile-game__title{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;padding:5px 10px;margin:0;max-width:100%;font-size:12px;line-height:1.2;text-align:center;text-decoration:none;text-transform:none;white-space:normal;letter-spacing:normal;color:inherit;-ms-flex:1;flex:1}.profile-game__play{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;padding:5px;margin:0;text-align:center;opacity:0;transition:opacity .3s ease}.profile-game__link:hover .profile-game__play{opacity:1}.profile-game__play *{pointer-events:none}.modal.profile-modal-currency-settings .modal-dialog{max-width:730px;width:calc(100% - 20px);background:transparent none;border:none;padding:0;box-shadow:0 3px 9px rgba(0,0,0,0.5)}.modal.profile-modal-currency-settings .modal-content{background:transparent none;box-shadow:none;border:none;padding:0}.modal.profile-modal-telegram-login .modal-dialog{max-width:425px;width:calc(100% - 20px);background:transparent none;border:none;padding:0;font-family:inherit;box-shadow:0 3px 9px rgba(0,0,0,0.5)}.modal.profile-modal-telegram-login .modal-content{background:transparent none;box-shadow:none;border:none;padding:0;font-family:inherit}.modal.profile-modal-telegram-login .telegram-login{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;width:100%;margin:15px}.profile-currency-list{display:block;width:100%;padding:10px 10px 15px;margin:0;color:#000;text-align:left;font-size:inherit;line-height:1.2;font-weight:normal}.profile-currency-list__active{display:block;width:100%;padding:0;margin:0}.profile-currency-list__other{display:block;width:100%;padding:0;margin:10px 0 0 0}.profile-currency-list__title{display:block;width:100%;padding:0;margin:0 0 10px 0;color:#00d89f;font-size:1.2em;font-weight:bold}.profile-currency-list__list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0;margin:0}@media (min-width: 768px){.profile-currency-list__list--other{-ms-flex-pack:justify;justify-content:space-between}}.profile-currency-list__item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:auto;max-width:100%;padding:0;margin:0 10px 10px 0}.profile-currency-list__item--other{width:100%;margin:0 0 10px 0}@media (min-width: 768px){.profile-currency-list__item--other{width:calc(50% - 5px)}}.profile-currency-item{display:block;width:100%;padding:5px 10px;margin:0;border:3px solid rgba(0,0,0,0);border-radius:0;cursor:default;background:#fff;font-size:1em;box-shadow:3px 3px 0 rgba(0,0,0,0.06);transition:border-color .3s ease, box-shadow .3s ease, background-color .3s ease, color .3s ease;color:#000}.device-desktop .profile-currency-item:hover{border-color:rgba(0,0,0,0);background:#fff;box-shadow:3px 3px 0 rgba(0,0,0,0.06);color:#000}.profile-currency-item--default,.device-desktop .profile-currency-item:hover.profile-currency-item--default{border-color:#00d89f;background:#fff;box-shadow:3px 3px 0 rgba(0,0,0,0.2);color:#000}.profile-currency-item--locked{cursor:default;opacity:.4}.profile-currency-item__content{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;width:100%;padding:0;margin:0}.profile-currency-item__code{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;-ms-flex:1;flex:1;padding:0;margin:0;overflow:hidden}.profile-currency-item__action{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:auto;padding:0;margin:0 0 0 10px}.profile-currency-item-active{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:3px 10px;margin:0;border:3px solid rgba(0,0,0,0);border-radius:0;cursor:default;background:#fff;font-size:1em;box-shadow:3px 3px 0 rgba(0,0,0,0.06);transition:border-color .3s ease, box-shadow .3s ease, background-color .3s ease, color .3s ease;color:#000}.device-desktop .profile-currency-item-active:hover{border-color:rgba(0,0,0,0);background:#fff;box-shadow:3px 3px 0 rgba(0,0,0,0.06);color:#000}.profile-currency-item-active--default,.device-desktop .profile-currency-item-active:hover.profile-currency-item-active--default{border-color:#00d89f;background:#fff;box-shadow:3px 3px 0 rgba(0,0,0,0.2);color:#000}.profile-currency-item-active--locked{cursor:default;opacity:.4}.profile-currency-item-active--locked.profile-currency-item-active--default{opacity:1}.profile-currency-item-active__value{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;-ms-flex:1;flex:1;padding:0;margin:0;overflow:hidden;min-height:28px}.profile-currency-item-active__remove{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:auto;padding:0;margin:0 0 0 8px;cursor:pointer}.profile-currency-item-active--locked .profile-currency-item-active__remove{display:none}.notification-loss-limits{display:inline-block;position:fixed;top:20px !important;bottom:auto;left:auto;right:20px;width:auto;max-width:500px;padding:0;margin:0 !important;background-color:#fff;color:#000;font-size:12px;line-height:1.2;text-align:left;letter-spacing:normal;z-index:9999;box-shadow:0 1px 5px rgba(0,0,0,0.1)}.notification-loss-limits__inner{display:block;position:relative;width:100%;padding:0;margin:0}.notification-loss-limits__header{display:block;width:100%;padding:5px 25px 5px 10px;margin:0;border-bottom:1px solid rgba(0,0,0,0.1);font-size:12px;font-weight:bold;text-align:center}.notification-loss-limits__content{display:block;width:100%;padding:10px;margin:0}.notification-loss-limits__close{display:block;position:absolute;top:3px;right:5px;cursor:pointer;outline:none;padding:0;border:none;background:transparent none}.notification-loss-limits__close:before{content:'✕';font-size:16px;font-weight:normal;color:inherit;transition:transform .3s ease}.notification-loss-limits__close:hover:before{-ms-transform:scale(1.2);transform:scale(1.2)}.notification-loss-limits__action{display:block;text-align:center;padding:0;margin:0}.notification-loss-limits__buttom{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:6px 12px;margin:0;font-size:12px;font-weight:normal;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;border:1px solid #3e8f3e;border-radius:4px;color:#fff;text-decoration:none;text-transform:none;background-color:#5cb85c;background-image:linear-gradient(to bottom, #5cb85c 0, #419641 100%);background-repeat:repeat-x;text-shadow:0 -1px 0 rgba(0,0,0,0.2);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.notification-loss-limits__buttom:hover,.notification-loss-limits__buttom:focus{background-color:#419641;background-position:0 -15px;text-decoration:none;outline:none;color:#fff;cursor:pointer}.notification-loss-limits__label{font-style:italic}.notification-loss-limits__loss{display:block;width:100%;padding:0;margin:0 0 3px 0}.notification-loss-limits__loss-empty{text-align:center}.notification-loss-limits__loss-full{text-align:center}.notification-loss-limits__limits{display:block;width:100%;padding:0;margin:0 0 5px 0}.notification-loss-limits__limits-empty{text-align:center}.notification-loss-limits__limits-full{text-align:center}.notification-loss-limits__limits-title{text-align:center;font-weight:bold;margin-bottom:3px}.notification-loss-limits__limits-list{display:inline-block;width:auto;max-width:100%}.notification-loss-limits__limits-list accounts-limits-by-type{display:block;width:100%;max-width:100%;padding:0;margin:0}.table-limits{width:auto;table-layout:auto;border-spacing:0;border-collapse:collapse}.table-limits__row{background-color:transparent;padding:0;margin:0;border:none}.table-limits--inner .table-limits__row{padding:1px 0}.table-limits__cell{padding:1px 0;margin:0;background-color:transparent;border:1px solid rgba(0,0,0,0.1);vertical-align:top}.table-limits--inner .table-limits__cell{border:none;padding:0 3px}.limits-welcome .modal-dialog{padding:10px;width:auto;max-width:480px}.limits-welcome .modal-dialog .modal-limits__header{-ms-flex-pack:end;justify-content:flex-end}.auth-user{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row;line-height:1.2;min-height:79px}.auth-user__notifications{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:0;margin:0}.modal.modal-pay-n-play .modal-dialog{width:calc(100% - 20px);max-width:600px;margin:30px auto 50px;font-family:inherit}.modal.modal-pay-n-play .modal-content{border:none;border-radius:0;outline:none}.modal.modal-pay-n-play pay-n-play{display:block;width:100%;margin:0;padding:0}.modal.modal-pay-n-play pay-n-play>*{padding:20px 10px}@media (min-width: 768px){.modal.modal-pay-n-play pay-n-play>*{padding:20px}}.profile-paynplay{display:block;width:100%;padding:0;margin:0}.profile-paynplay__block{display:block;width:100%;padding:0;margin:0}.profile-paynplay__block:not(:first-child){margin-top:20px}.profile-paynplay__form-element-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0;margin:0}.profile-paynplay__form-element-block{display:block;width:100%;padding:0;margin:0}.profile-paynplay__form-element-block:not(:first-child){margin-top:10px}.profile-paynplay__block-iframe{display:block;width:100%;padding:0;margin:0;background:#fff}.profile-paynplay__iframe{display:block;width:100%;max-width:100%;padding:0;margin:0;border:none}@font-face{font-family:"gm-font";src:url("/resources/fonts/gm-font/gm-font.ttf?jzwsr") format("truetype"),url("/resources/fonts/gm-font/gm-font.woff?jzwsr") format("woff"),url("/resources/fonts/gm-font/gm-font.svg?jzwsr#gm-font") format("svg");font-weight:normal;font-style:normal}.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:after,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:after{font-family:"gm-font" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gm-font{font-family:"gm-font" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gm-font--arr-left:before{content:""}.gm-font--arr-right:before{content:""}.gm-font--bar:before{content:""}.gm-font--close:before{content:""}.gm-font--full:before{content:""}.gm-font--full-close:before{content:""}.gm-font--screen:before{content:""}.gm-font--screen-2:before{content:""}.gm-font--screen-4:before{content:""}.gm-font--search:before{content:""}.gm-font--star:before{content:""}.gm-font--star-full:before{content:""}.gm-font--last-played:before{content:""}.gm-font--new:before{content:""}.gm-font--top:before{content:""}.gm-font--win-last:before{content:""}.gm-font--win-top:before{content:""}.game-modal-core .game-modal{background-color:#adb5bd;position:fixed;width:100%;height:100%;z-index:1000;top:0;bottom:0;left:0;right:0}.game-modal-core .game-modal__header{z-index:10}.game-modal-core .game-modal__container{position:absolute;top:82px;bottom:42px;left:0;right:0;padding:0 48px 0 4px;font-size:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.game-modal-core .game-modal__background{background-color:transparent;bottom:0;left:0;position:fixed;right:0;top:0;z-index:0;transition:background 1s linear}.game-modal-core .game-modal__background img{width:100%;max-width:100%;height:100%;object-fit:cover;position:absolute;left:0;top:0;right:0;bottom:0;opacity:0;transition:opacity 2s ease-in}.game-modal-core .game-modal__background:after{content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,0.1)}.game-modal-core .game-modal__box{position:relative;width:auto;height:auto;padding:0 250px 0 0;border-radius:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;border:none;background-color:transparent;background-image:none;box-shadow:none;transition:padding .3s ease}.game-modal-core .game-modal__box--no-panel{padding:0}.game-modal-core .game-modal iframe{border:none;margin:0;max-width:100%;max-height:100%}.game-modal-core .game-modal__controls{position:absolute;top:0;left:100%;display:block;margin:0 0 0 4px}.game-modal-core .game-modal__iframe-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;width:100%;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;background-color:transparent;max-height:100%;padding:0;border-radius:0}.game-modal-core .game-modal__iframe-item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;width:100%;height:100%;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;border-radius:2px;padding:0 4px 4px;background-color:#f0f0ee}.game-modal-core .game-modal__iframe-item--grid-two{width:calc(50% - 2px)}.game-modal-core .game-modal__iframe-item--grid-four{width:calc(50% - 2px);height:calc(50% - 2px)}.game-modal-core .game-modal__iframe-item--grid-four:nth-child(3),.game-modal-core .game-modal__iframe-item--grid-four:nth-child(4){margin-top:4px}.game-modal-core .game-modal__iframe-item-inner{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;height:100%}.game-modal-core .game-modal__panel{width:248px;display:block;position:absolute;top:0;right:0;height:100%;overflow:hidden;border-radius:2px;background-color:#f8f9fa;transition:width .3s ease}.game-modal-core .game-modal__panel .nicescroll-rails{z-index:1 !important}.game-modal-core .game-modal__panel .nicescroll-cursors{width:5px !important;background-color:#ced4da !important;border:none !important;border-radius:5px !important;margin:1px}.game-modal-core .game-modal__panel--hide{width:0}.game-modal-core .game-modal__footer{position:fixed;bottom:0;left:0;z-index:1000;width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row}.game-modal-core .gm-block{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:100%;height:100%;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;position:relative}.game-modal-core .gm-block__option{display:-ms-flexbox;display:flex;position:relative;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;width:100%;max-width:100%;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;height:36px;overflow:hidden;background-color:#f0f0ee;padding:2px 0}.game-modal-core .gm-block__buttons{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;width:auto;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;max-height:100%;padding:0;margin:0 0 0 10px}.game-modal-core .gm-block__button{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;width:30px;height:30px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:0;margin:0;border:none;border-radius:2px;outline:none;box-shadow:none;background-image:none;background-color:#d2d2d2;color:rgba(0,0,0,0.6);font-size:16px;line-height:1;text-align:center;letter-spacing:normal;font-weight:normal;text-shadow:none;font-style:normal;transition:background-color .3s ease, color .3s ease}body.device-desktop .game-modal-core .gm-block__button:hover{background-color:#fff;color:#000}.game-modal-core .gm-block__button+.gm-block__button{margin-left:5px}.game-modal-core .gm-block__title{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;width:100%;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;max-height:32px;padding:0;margin:0;-ms-flex:1;flex:1;color:#000;font-size:14px;line-height:1.2;font-weight:normal;text-transform:none;letter-spacing:normal;text-align:left;font-style:normal;overflow:hidden}.game-modal-core .gm-block__title span{display:inline-block;max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.game-modal-core .gm-block__title h1{position:absolute;top:-99999px}.game-modal-core .gm-block__wrapper{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;-ms-flex:1;flex:1;background-color:#000;overflow:hidden;border-radius:0}.game-modal-core .gm-block__content{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;max-width:100%;padding:10px 20px 25%;margin:0 auto;position:absolute;top:36px;left:0;height:calc(100% - 36px);-ms-flex:1;flex:1;background-color:#fff}.game-modal-core .gm-block__search{display:block;width:100%;max-width:440px;padding:0;margin:0;z-index:999999}.game-modal-core .gm-block__close{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:26px;height:26px;border-radius:2px;padding:0;margin:0;background-color:#262626;background-image:none;box-shadow:none;border:none;outline:none;font-size:12px;line-height:1;color:#fff;transition:color .3s ease, background-color .3s ease}body.device-desktop .game-modal-core .gm-block__close:hover{color:#fff;background-color:#ffc400}.game-modal-core .gm-controls{display:inline-block;font-size:0;line-height:0;width:auto;padding:0;margin:0;text-align:left}.game-modal-core .gm-controls__item{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:40px;height:38px;padding:0;margin:0;border-radius:2px;background-color:#ced4da;background-image:none;box-shadow:none;border:none;outline:none;transition:background-color .3s ease, color .3s ease;color:rgba(0,0,0,0.5);font-size:20px;line-height:1;text-align:center;letter-spacing:normal;font-weight:normal;text-shadow:none;font-style:normal}body.device-desktop .game-modal-core .gm-controls__item:hover{background-color:#fff;color:#000}.game-modal-core .gm-controls__item--active,body.device-desktop .game-modal-core .gm-controls__item--active:hover{background-color:#fff;color:#000;cursor:default}.game-modal-core .gm-controls__item:not(:last-child){margin-bottom:2px}.game-modal-core .gm-controls__item--toggle{cursor:pointer !important}.game-modal-core .gm-panel{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:248px;height:100%;padding:0;margin:0}.game-modal-core .gm-panel__header{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;padding:0;margin:0}.game-modal-core .gm-panel__header span,.game-modal-core .gm-panel__header a{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;padding:0;margin:0;text-decoration:none !important}.game-modal-core .gm-panel__header button{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;min-height:40px;border-radius:0;background-image:none;border:none;box-shadow:none;outline:none;text-shadow:none;font-size:18px;line-height:1.2;transition:background-color .3s ease}.game-modal-core .gm-panel__content{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;width:100%;-ms-flex:1;flex:1;overflow:hidden;padding:0;margin:0}.game-modal-core .gm-tabs{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0;height:100%}.game-modal-core .gm-tabs .nav.nav-pills{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0;margin:0;list-style:none;font-size:0;line-height:0;letter-spacing:0;text-indent:0}.game-modal-core .gm-tabs .nav.nav-pills:before,.game-modal-core .gm-tabs .nav.nav-pills:after{display:none}.game-modal-core .gm-tabs .nav.nav-pills>li{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:50%;padding:0;margin:0;border:none;box-shadow:none}.game-modal-core .gm-tabs .nav.nav-pills>li:nth-child(even){border-left:1px solid #ced4da}.game-modal-core .gm-tabs .nav.nav-pills>li.active{cursor:default}.game-modal-core .gm-tabs .nav.nav-pills>li.active>a{cursor:default;border:none}.game-modal-core .gm-tabs .nav.nav-pills>li>a{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0;text-decoration:none;border:none;outline:none}.game-modal-core .gm-tabs .tab-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0;margin:0;-ms-flex:1;flex:1;position:relative}.game-modal-core .gm-tabs .tab-content .tab-pane{width:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;padding:0;margin:0;position:absolute;top:0;left:0;height:100%}.game-modal-core .gm-tabs .tab-content .tab-pane.active{display:-ms-flexbox;display:flex}.game-modal-core .gm-tabs__head{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:5px 10px;margin:0;font-size:14px;line-height:1.2;text-align:left;font-weight:normal;letter-spacing:normal;background-color:#ced4da;background-image:none;color:rgba(0,0,0,0.5);transition:background-color .3s ease, color .3s ease}body.device-desktop .game-modal-core .gm-tabs__head:hover{background-color:#fff;color:#000}.game-modal-core .gm-tabs .nav.nav-pills>li.active>a .gm-tabs__head{background-color:#fff;color:#000}.game-modal-core .gm-tabs__icon{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:auto;padding:0;margin:0 5px 0 0;font-size:22px;line-height:1}.game-modal-core .gm-tabs__link{display:block;-ms-flex:1;flex:1;overflow:hidden;width:100%;padding:0;margin:0}.game-modal-core .gm-tabs__block{display:-ms-flexbox;display:flex;width:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;padding:10px;margin:0;height:100%}.game-modal-core .gm-footer{display:block;width:100%;padding:0;margin:0;font-size:0;line-height:0;letter-spacing:normal;background-color:#f8f9fa;position:relative}.game-modal-core .gm-footer__inner{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;width:100%;margin:0;padding:0;transition:margin .3s ease;height:40px;z-index:1;position:relative;background-color:inherit}.game-modal-core .gm-footer__nav{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:auto;margin:0;padding:0}.game-modal-core .gm-footer__list{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:auto;padding:0;margin:0;list-style:none}.game-modal-core .gm-footer__item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:auto;padding:1px 1px 1px 0;margin:0}.game-modal-core .gm-footer__link{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:auto;padding:5px 15px;margin:0;font-size:16px;font-weight:normal;line-height:1.2;white-space:nowrap;text-align:center;text-decoration:none;cursor:pointer;text-transform:none;text-shadow:none;letter-spacing:normal;background-color:#ced4da;color:rgba(0,0,0,0.5);background-image:none;border:none;border-radius:0;box-shadow:none;outline:none;transition:color .3s ease, background-color .3s ease}.game-modal-core .gm-footer__link:hover,.game-modal-core .gm-footer__link:focus,.game-modal-core .gm-footer__link:active{color:rgba(0,0,0,0.5);cursor:pointer;outline:none;text-decoration:none}body.device-desktop .game-modal-core .gm-footer__link:hover{background-color:#fff;color:#000}.game-modal-core .gm-footer__link--active,.game-modal-core .gm-footer__link--active:hover{background-color:#fff;color:#000 !important}.game-modal-core .gm-footer__icon{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:auto;padding:0;margin:0 10px 0 0;font-size:20px}.game-modal-core .gm-footer__name{display:inline-block}.game-modal-core .gm-footer__responsible{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:auto;padding:0 10px;margin:0 0 0 1px}.game-modal-core .gm-footer__responsible-link{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:auto;padding:0;margin:0;font-size:12px;font-weight:normal;line-height:1.2;white-space:nowrap;text-align:center;text-decoration:none;cursor:pointer;text-transform:none;text-shadow:none;letter-spacing:normal;background-color:transparent;color:rgba(0,0,0,0.5);background-image:none;border:none;border-radius:0;box-shadow:none;outline:none;transition:color .3s ease}.game-modal-core .gm-footer__responsible-link:hover,.game-modal-core .gm-footer__responsible-link:focus,.game-modal-core .gm-footer__responsible-link:active{color:rgba(0,0,0,0.5);cursor:pointer;outline:none;text-decoration:none}body.device-desktop .game-modal-core .gm-footer__responsible-link:hover{color:#000}.game-modal-core .gm-footer__info{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;margin:0;width:auto;padding:0 10px}.game-modal-core .gm-footer__time{display:inline-block;width:auto;color:rgba(0,0,0,0.5);font-size:14px;line-height:1.2}.game-modal-core .gm-footer__search{display:inline-block}.game-modal-core .gm-footer__search .search-box .ing-search-complite{top:auto;bottom:100%;width:100%}.game-modal-core .gm-footer__slider{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;position:absolute;bottom:100%;left:0;background-color:#e9ecef;transition:transform .3s ease;padding:0;overflow:hidden;-ms-transform:translate(0, 100%);transform:translate(0, 100%)}.game-modal-core .gm-footer__slider--show{-ms-transform:translate(0, 0);transform:translate(0, 0)}.game-modal-core .gm-footer__slider-inner{display:-ms-flexbox;display:flex;width:100%;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;padding:4px;margin:0}.game-modal-core .gm-slider{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;font-size:0;line-height:0;letter-spacing:normal;overflow:hidden;position:relative;margin:0;padding:0;background-color:transparent;min-width:100%}.game-modal-core .gm-slider .bx-wrapper{height:auto !important;min-width:100%;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch}.game-modal-core .gm-slider .bx-wrapper .bx-viewport{height:auto !important;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch}.game-modal-core .gm-slider__list{margin:0;padding:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch}.game-modal-core .gm-slider__item{float:none !important;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:0;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:140px !important;margin:0 4px 0 0 !important;border-radius:0;overflow:hidden}.game-modal-core .gm-slider__game{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:0;margin:0;width:100%;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch}.game-modal-core .gm-slider .bx-controls{pointer-events:none;display:block;position:absolute;right:0;top:0;bottom:0;margin:0;width:100%;height:100%;z-index:1;padding:0}.game-modal-core .gm-slider .bx-controls .bx-controls-direction{pointer-events:none;display:block;position:absolute;right:0;top:0;bottom:0;margin:0;width:100%;height:100%;z-index:1;padding:0;box-shadow:none;border-radius:0;background-color:transparent;overflow:hidden}.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next{pointer-events:auto;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-decoration:none;margin:0;padding:0;position:absolute;left:2px;right:auto;top:calc(50% - 15px);bottom:auto;background-color:transparent;background-image:none;border-radius:0;box-shadow:none;transition:opacity .3s ease}.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:before,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:before{content:'';display:block;position:absolute;top:50%;left:-2px;-ms-transform:translate(0, -50%);transform:translate(0, -50%);width:calc(100% + 50px);height:200px;background-image:linear-gradient(to left, rgba(233,236,239,0) 0%, #e9ecef 100%);pointer-events:none}.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:after,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:after{content:"";display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:30px;height:30px;background-color:#ced4da;background-image:none;transition:color .3s ease, background-color .3s ease, opacity .3s ease;border-radius:50%;box-shadow:0 1px 0 0 rgba(0,0,0,0.2);font-size:14px;color:rgba(0,0,0,0.5);text-indent:0;z-index:1}.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev.disabled,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next.disabled{pointer-events:none;opacity:0}.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:hover,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:active,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:focus,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:active:hover,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:active:focus,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:hover,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:active,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:focus,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:active:hover,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:active:focus{text-decoration:none}body.device-desktop .game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:hover:after,body.device-desktop .game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:hover:after{color:#000;background-color:#fff}.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next{left:auto;right:2px}.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:before{left:auto;right:-2px;background-image:linear-gradient(to right, rgba(233,236,239,0) 0%, #e9ecef 100%)}.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:after{content:""}.game-modal-core .gm-game{display:block;position:relative;width:100%;padding:0;margin:0;cursor:pointer}.game-modal-core .gm-game__image{display:block;width:100%;padding:0;margin:0}.game-modal-core .gm-game__image img{display:block;width:100%;height:auto;max-width:140px}.game-modal-core .gm-game__info{display:block;position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;background-color:rgba(255,255,255,0.8);transition:opacity .3s ease;overflow:hidden;opacity:0;pointer-events:none}.game-modal-core .gm-game__info--show{opacity:1}.game-modal-core .gm-game__title,.game-modal-core .gm-game__provider{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;width:100%;padding:3px 5px;margin:0;line-height:1.2;text-align:center;letter-spacing:normal;text-transform:none;font-weight:normal;font-style:normal}.game-modal-core .gm-game__title{height:70%;top:0;color:#000;font-size:14px;left:100%;transition:left .3s ease}.game-modal-core .gm-game__title--show-info{left:0}.game-modal-core .gm-game__provider{height:30%;top:70%;font-size:12px;color:rgba(0,0,0,0.8);right:100%;transition:right .3s ease}.game-modal-core .gm-game__provider--show-info{right:0}.game-modal-core .gm-winners{display:block;width:100%;padding:0;margin:0}.game-modal-core .gm-winners__list{display:block;width:100%;padding:0;margin:0;list-style:none}.game-modal-core .gm-winners__item{display:block;width:100%;padding:0;margin:0 0 10px 0}.game-modal-core .gm-winners__block{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;min-height:56px;padding:0;margin:0;cursor:pointer;transition:background-color .3s ease}.device-desktop .game-modal-core .gm-winners__block:hover{background-color:#fff}.game-modal-core .gm-winners__image{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:90px;padding:0;margin:0 10px 0 0}.game-modal-core .gm-winners__image img{display:block;width:100%;height:auto}.game-modal-core .gm-winners__content{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;width:100%;-ms-flex:1;flex:1;overflow:hidden;padding:0;margin:0;color:rgba(0,0,0,0.8);font-size:12px;line-height:1.2;text-align:left;letter-spacing:normal;font-weight:normal;font-style:normal;text-transform:none}.game-modal-core .gm-winners__row{display:block;width:100%;padding:0;margin:0}.game-modal-core .gm-winners__nickname{color:#000;font-weight:bold;max-width:100%;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:top}.game-modal-core .gm-winners__money{color:#000;font-weight:bold}.game-modal-core .gm-winners__game{color:#419641;font-weight:bold}body.page-game .game-modal-core .body__main{height:100vh;padding:0}body.page-game .game-modal-core .footer{display:none}body.game-full.page-game .game-modal-core .header,body.game-full.page-game .game-modal-core .game-modal__controls,body.game-full.page-game .game-modal-core .game-modal__footer,body.game-full.page-game .game-modal-core .game-modal__panel,body.game-full.page-game .game-modal-core .game-modal__header{display:none !important}body.game-full.page-game .game-modal-core .game-modal iframe{margin:0;outline:none}body.game-full.page-game .game-modal-core .game-modal .game-modal__box,body.game-full.page-game .game-modal-core .game-modal .game-modal__container{width:100%;height:100%;padding:0 !important;bottom:0;top:0;left:0;right:0}#gm-panel-mobile{display:none}body.game-full-mobile #gm-panel-mobile{display:block}body.game-full-mobile .game-modal__iframe-item{padding:0}body.game-full-mobile .gm-block__option{display:none !important}body.game-full-mobile .gm-block__wrapper{width:100vw;height:calc(100vh - 40px);height:calc(var(--vh, 1vh) * 100 - 40px);position:relative;bottom:20px}body.game-full-mobile .gm-block__wrapper.scale-fix-portrait{height:100vh !important;-ms-transform:scale(var(--scale-portrait, 1));transform:scale(var(--scale-portrait, 1))}body.game-full-mobile .gm-block__wrapper.scale-fix-landscape{width:100vw !important;-ms-transform:scale(var(--scale-landscape, 1));transform:scale(var(--scale-landscape, 1))}body.game-full-mobile .gm-block__wrapper iframe{width:100vw;height:100vh}@media screen and (orientation: landscape){body.game-full-mobile .gm-block__wrapper{width:calc(100vw - 40px);height:100vh;height:calc(var(--vh, 1vh) * 100);left:20px;bottom:0}}.page-game .gm-panel-mobile{display:block}.gm-panel-mobile{display:none;position:fixed;bottom:0;top:auto;left:0;right:0;width:100%;height:40px;z-index:1000;background:#ced4da none;padding:0;margin:0}@media screen and (orientation: landscape){.gm-panel-mobile{top:0;right:auto;width:40px;height:100%}}.gm-panel-mobile__list{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;width:100%;height:100%;padding:0;margin:0}@media screen and (orientation: landscape){.gm-panel-mobile__list{-ms-flex-direction:column;flex-direction:column}}.gm-panel-mobile__item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:20%;padding:0;margin:0}.gm-panel-mobile__item:not(:first-child){border-left:1px solid #fff}@media screen and (orientation: landscape){.gm-panel-mobile__item{width:100%;-ms-flex:.2;flex:.2}.gm-panel-mobile__item:not(:first-child){border-top:2px solid #fff;border-left:none}}.gm-panel-mobile__link{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:auto;max-width:100%;padding:0;margin:0;background:transparent none;border:none;box-shadow:none;text-decoration:none}.gm-panel-mobile__link:hover,.gm-panel-mobile__link:focus,.gm-panel-mobile__link:active{outline:none;text-decoration:none}.gm-panel-mobile__link--deposit{border-radius:3px;min-width:30px;min-height:30px;border:1px solid #3e8f3e;background-image:linear-gradient(180deg, #59b55a 0%, #459944 100%)}.gm-panel-mobile__icon{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:auto;height:auto;max-width:100%;max-height:100%;padding:0;margin:0;object-fit:contain;object-position:center}.core-tourn{display:-ms-grid;display:grid;grid-auto-flow:row;-ms-grid-columns:1fr;grid-template-columns:1fr;width:100%;max-width:100%;margin:0;padding:0;grid-column-gap:10px;grid-row-gap:30px}@media (min-width: 768px){.core-tourn{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}}.core-tourn__section{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;padding:0;margin:0;grid-column:1 / 3;text-align:center}@media (min-width: 768px){.core-tourn__section--timer{grid-column:1 / 2}.core-tourn__section--pool{grid-column:2 / 3}}.core-tourn__title{display:block;width:100%;padding:0;margin:0;font-weight:bold;font-size:1.5em}.core-tourn__block{display:block;width:100%;padding:0;margin:0}.core-tourn-front-id{display:block;width:100%;padding:0;margin:0;max-width:100%}.core-tourn-front-id__inner{display:block;width:100%;padding:0;margin:0;max-width:100%}.core-tourn-front-id--flex{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;height:100%}.core-tourn-front-id--flex .care-tourn-front-id__inner{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;height:100%}.core-tourn-timer{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;padding:0;margin:0;max-width:100%;text-align:center}.core-tourn-timer__content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:0;margin:10px 0 0 0;max-width:100%}.core-tourn-timer__title{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;padding:0;margin:0;font-weight:bold}.core-tourn-timer__list{display:-ms-grid;display:grid;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr;grid-auto-flow:row;grid-column-gap:10px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;max-width:100%;width:auto;padding:0;margin:0}.core-tourn-timer__item{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0}.core-tourn-timer__value{display:block;width:100%;padding:0;margin:0}.core-tourn-timer__label{display:block;width:100%;padding:0;margin:0;font-size:.7em;opacity:.7}.core-tourn-prizes{display:block;width:100%;padding:0;margin:0;text-align:center;line-height:1.2}.core-tourn-prizes__list{width:100%;padding:0;margin:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start}.core-tourn-prizes__item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:50%;padding:5px;margin:0}@media (min-width: 768px){.core-tourn-prizes__item{width:25%}.core-tourn-prizes--item .core-tourn-prizes__item{width:50%}}.core-tourn-prizes__block{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0;min-height:40px;border:1px solid #ccc;border-radius:4px}.core-tourn-prizes__place{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:30px;padding:5px;margin:0;border-right:1px solid #ccc}@media (min-width: 768px){.core-tourn-prizes__place{width:50px}}.core-tourn-prizes__place-inner{opacity:.7}.core-tourn-prizes__value{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex:1;flex:1;width:100%;padding:5px 10px;margin:0;text-align:center;overflow:hidden}.core-tourn-prizes__value-inner{display:block;width:100%;padding:0;margin:0;text-align:center}.core-tourn-prizes__value-item{display:inline-block;vertical-align:top;width:auto;padding:0;margin:0}.core-tourn-prizes__value-item:not(:first-child):before{content:' + ';display:inline}.core-tourn-leaderboard{display:block;width:100%;padding:0;margin:0}.core-tourn-leaderboard__inner{display:block;width:100%;padding:0;margin:0}.core-tourn-leaderboard__more{display:block;width:100%;padding:0;margin:20px 0 0 0}.core-tourn-leaderboard__table{width:100%;table-layout:auto;border-collapse:separate;border-spacing:0 5px;border:none;margin:0 auto;max-width:100%;background:transparent}.core-tourn-leaderboard__th{background-color:transparent;padding:5px;text-align:center;vertical-align:middle;font-weight:bold;border:none}.core-tourn-leaderboard__th--place{width:40px}.core-tourn-leaderboard__cell{background-color:transparent;vertical-align:middle;padding:5px;border:1px solid #ccc;border-left:none}.core-tourn-leaderboard__cell:first-child{border-radius:4px 0 0 4px;border-left:1px solid #ccc}.core-tourn-leaderboard__cell:last-child{border-radius:0 4px 4px 0}.core-tourn-leaderboard__row:nth-child(even) .core-tourn-leaderboard__cell{background-color:rgba(0,0,0,0.03)}.core-tourn-leaderboard__row.core-tourn-leaderboard__row--user .core-tourn-leaderboard__cell{background-color:#00d89f;color:#fff !important;border-color:#00d89f !important}.core-tourn-leaderboard__cell--name span{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.core-tourn-leaderboard__cell--prize span:not(:first-child):before{content:' + ';display:inline}.core-tourn-leaderboard__cell p{display:block;width:100%;padding:0;margin:0}.core-tourn-leaderboard__cell p+p{margin-top:5px}.core-tourn-item{display:block;width:100%;padding:10px;margin:0;border:1px solid #ccc;border-radius:4px}.core-tourn-item__wrapper{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;grid-auto-flow:row;grid-column-gap:10px;grid-row-gap:10px}@media (min-width: 768px){.core-tourn-item__wrapper{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;-ms-grid-rows:auto auto;grid-template-rows:auto auto}}.core-tourn-item__cell{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0}@media (min-width: 768px){.core-tourn-item__cell--title{grid-column:1/2;grid-row:1/2}.core-tourn-item__cell--image{grid-column:1/2;grid-row:2/3}.core-tourn-item__cell--timer{grid-column:1/2;grid-row:3/4}.core-tourn-item__cell--pool{grid-column:2/3;grid-row:1/2}.core-tourn-item__cell--prizes{grid-column:2/3;grid-row:2/3}.core-tourn-item__cell--link{grid-column:2/3;grid-row:3/4}}.core-tourn-item__title{font-weight:bold;font-size:20px;line-height:1.2;text-align:center}.core-tourn-item__image{display:block;max-width:100%}.core-tourn-item__pool{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;padding:0;margin:0}.core-tourn-item__pool-auto,.core-tourn-item__pool-add{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:auto;padding:0;margin:0}.core-tourn-item__prizes{display:block;width:100%;padding:0;margin:0}.core-tourn-list{display:block;width:100%;padding:0;margin:0}.core-tourn-list__list{display:block;width:100%;padding:0;margin:0}.core-tourn-list__item{display:block;width:100%;padding:0;margin:0}.core-tourn-list__item:not(:first-child){margin-top:20px}.core-catalog{display:block;width:100%;padding:0;margin:0 auto;font-size:inherit;line-height:1.2;letter-spacing:normal;text-align:center;font-weight:normal}@media (min-width: 768px){.core-catalog{text-align:left}}.core-catalog__container{width:100%;margin:0 auto;padding:0;overflow:hidden;max-width:1600px}.core-catalog__list{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;grid-auto-flow:row;grid-column-gap:10px;grid-row-gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;width:100%;text-align:center;padding:0;margin:0}@media (min-width: 768px){.core-catalog__list{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;grid-column-gap:15px;grid-row-gap:20px}}@media (min-width: 992px){.core-catalog__list{-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr}}@media (min-width: 1200px){.core-catalog__list{-ms-grid-columns:1fr 1fr 1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr}}.core-catalog__item{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;padding:0;margin:0;width:100%}.core-catalog__game{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;padding:0;margin:0;width:100%}.core-catalog__more{text-align:center;padding:20px 0 0;margin:0}.core-game{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:100%;max-width:100%;padding:0;margin:0;border:1px solid transparent}.core-game--hover{border-color:#ccc}.core-game__wrapper{position:relative;display:block;width:100%;padding:0;margin:0}.core-game__img{display:block;width:100%;height:auto;max-width:100%;padding:0;margin:0}.core-game__img img{display:block;width:100%;height:auto;max-width:100%;padding:0;margin:0;object-fit:contain;object-position:center}.core-game__action{opacity:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;bottom:0;left:0;right:0;transition:opacity .3s ease;background:rgba(255,255,255,0.6)}.core-game--hover .core-game__action{opacity:1}.core-game__action a+a{margin-top:5px}.core-game__block-title{display:block;width:100%;padding:5px 0;margin:0}.core-game__title{display:block;width:100%;padding:0;margin:0;font-size:16px}.core-game--user .core-game__title{padding:0 20px}.core-game__provider{display:block;width:100%;padding:0;margin:3px 0 0 0;opacity:.65;font-size:12px;text-transform:capitalize}.core-game__favorite{display:block;position:absolute;top:100%;left:0;z-index:1;font-size:18px;line-height:1;padding:5px 3px;color:#00d89f}.device-mobile .core-game__favorite{display:none}.core-game__label{display:block;position:absolute;top:3px;left:0;z-index:1;padding:0;width:50px;height:25px;background:url("/resources/images/games/new.svg") no-repeat left center;background-size:contain;transition:opacity .3s ease;filter:drop-shadow(2px 1px 1px rgba(0,0,0,0.4))}.core-game__label+.core-game__label{top:30px}.core-game__label--top{background-image:url("/resources/images/games/top.svg")}.core-game--hover .core-game__label{opacity:0;pointer-events:none}.core-game__jackpot{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;bottom:0;left:auto;right:0;width:auto;max-width:100%;height:22px;border-radius:4px 0 0 0;background-color:#23cb6e;text-align:center;letter-spacing:normal;text-transform:uppercase;transition:opacity .3s ease;color:#fff;font-size:14px;font-weight:normal;line-height:1.2;padding:0 5px;margin:0;z-index:10}.core-game--hover .core-game__jackpot{opacity:0;pointer-events:none}.core-game__btn-mobile{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1}.games-info-filters{display:-ms-grid;display:grid;grid-auto-flow:row;grid-column-gap:20px;grid-row-gap:15px;-ms-grid-columns:1fr;grid-template-columns:1fr;width:100%;margin:0;padding:10px;border:1px solid #e6e6e6;border-radius:3px;background:#fff}@media (min-width: 768px){.games-info-filters{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}}.games-info-filters__block{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0}.core-tabs{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0;margin:0}.core-tabs .nav.nav-pills{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0;margin:0;list-style:none;font-size:0;line-height:0;letter-spacing:0;text-indent:0}.core-tabs .nav.nav-pills:before,.core-tabs .nav.nav-pills:after{display:none}.core-tabs .nav.nav-pills>li{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:auto;min-width:25%;padding:5px;margin:0;border:none;box-shadow:none;background:transparent none;float:none;border-radius:0}.core-tabs .nav.nav-pills>li.active{cursor:default}.core-tabs .nav.nav-pills>li.active>a{cursor:default;border:none}.core-tabs .nav.nav-pills>li>a{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0;text-decoration:none;border:none;outline:none;background:transparent none;border-radius:0}.core-tabs .tab-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:5px;margin:0;position:relative}.core-tabs .tab-content .tab-pane{width:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;padding:0;margin:0}.core-tabs .tab-content .tab-pane.active{display:-ms-flexbox;display:flex}.core-tabs__head{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;min-height:40px;padding:5px 10px;margin:0;font-size:14px;line-height:1.2;text-align:left;font-weight:normal;letter-spacing:normal;background:#fb3f8c;color:#fff;border-radius:26px;transition:background-color .3s ease, color .3s ease}body.device-desktop .core-tabs__head:hover{background:#fb3f8c;color:#fff}.core-tabs .nav.nav-pills>li.active>a .core-tabs__head{background:#f4fffd;color:#000}.core-tabs__link{display:block;-ms-flex:1;flex:1;overflow:hidden;width:100%;padding:0;margin:0;text-align:center}.core-tabs__block{display:-ms-flexbox;display:flex;width:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;padding:0;margin:0}.core-range-slider{display:-ms-grid;display:grid;grid-auto-flow:row;grid-column-gap:10px;grid-row-gap:5px;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;width:100%;padding:0;margin:0;font-size:14px;color:#000;line-height:1.2;font-weight:normal;text-align:left;white-space:normal;letter-spacing:normal;font-style:normal}.core-range-slider__cell{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0}.core-range-slider__cell--title{grid-column:1/3;grid-row:1/2}.core-range-slider__cell--range{grid-column:1/3;grid-row:2/3}.core-range-slider__cell--min,.core-range-slider__cell--max{grid-row:3/4;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-align:center;align-items:center}.core-range-slider__cell--min,.core-range-slider__cell--error-min{grid-column:1/2}.core-range-slider__cell--max,.core-range-slider__cell--error-max{grid-column:2/3}.core-range-slider .rzslider{min-height:26px;position:relative;padding:0;margin:14px 0 0 0}.core-range-slider .rzslider .rz-bar-wrapper{position:absolute;left:0;width:100%;top:50%;-ms-transform:translate(0, -50%);transform:translate(0, -50%);padding:0;margin:0;height:auto}.core-range-slider .rzslider .rz-bar{background:#ccc none;height:2px;border-radius:1px;box-shadow:none;position:absolute;left:0;width:100%;top:calc(50% - 1px)}.core-range-slider .rzslider .rz-selection{background:#00bf8c none;height:4px;border-radius:2px;box-shadow:none;top:calc(50% - 2px)}.core-range-slider .rzslider .rz-pointer{width:26px;height:26px;border-radius:50%;background:#fff none;outline:none;box-shadow:none;top:calc(50% - 13px);border:10px solid #00d89f}.core-range-slider .rzslider .rz-pointer:hover{background:#f2f2f2 none;border:10px solid #00bf8c}.core-range-slider .rzslider .rz-pointer:after{display:none}.core-range-slider .rzslider .rz-bubble{font-size:14px;color:#00d89f;font-weight:normal;line-height:1;bottom:calc(50% + 13px);padding:0 3px;margin:0}.core-range-slider .rzslider .rz-bubble.rz-limit{color:#999;bottom:calc(50% + 1px)}.core-range-slider__label{width:auto;display:inline-block;margin:0 5px 0 0}.core-range-slider__input{-ms-flex:1;flex:1;position:relative}.core-range-slider__error{font-size:.8em;color:red}.core-dropdown-filter{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;position:relative;width:100%;padding:0;margin:0;font-size:14px;line-height:1.2;text-align:left;color:#000}.core-dropdown-filter__button{display:-ms-flexbox;display:flex;position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;min-height:44px;padding:5px 10px;margin:0;cursor:pointer;transition:border-color .3s ease, color .3s ease, background-color .3s ease, border-radius .3s ease;line-height:1;vertical-align:middle;border-radius:24px;background:#fff;border:1px solid #eee;box-shadow:none;color:#585F6D;font-size:14px;font-weight:normal}.core-dropdown-filter.open .core-dropdown-filter__button,.core-dropdown-filter__button:hover,.core-dropdown-filter__button:focus,.core-dropdown-filter__button:active{border-radius:24px;color:#000;background:#fff;outline:none;border-color:#eee}.core-dropdown-filter.open .core-dropdown-filter__button{border-radius:24px}.core-dropdown-filter__caret{display:-ms-inline-flexbox;display:inline-flex;width:auto;padding:0;margin:0 0 0 10px;transition:transform .3s ease}.core-dropdown-filter.open .core-dropdown-filter__caret{-ms-transform:rotate(180deg);transform:rotate(180deg)}.core-dropdown-filter__button-text{display:inline-block;-ms-flex:1;flex:1;overflow:hidden;text-align:left;line-height:1.2}.core-dropdown-filter__menu{position:absolute;top:100%;left:0;display:none;width:100%;padding:0;margin:-1px 0 20px 0;background:#fff;z-index:3;border:1px solid #eee;border-top:1px solid none;color:#585F6D;border-radius:24px;max-height:300px;overflow:hidden;overflow-y:auto}.core-dropdown-filter.open .core-dropdown-filter__menu{display:block}.core-dropdown-filter__menu::-webkit-scrollbar{width:6px}.core-dropdown-filter__menu::-webkit-scrollbar-track{border-radius:4px;background:transparent none}.core-dropdown-filter__menu::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.4);border-radius:4px}.core-dropdown-filter__menu::-webkit-scrollbar-thumb:hover{background:#000}.core-dropdown-filter__item{display:block;width:100%;padding:0;margin:0}.core-dropdown-filter__link{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;padding:5px 10px;margin:0;font-size:inherit;color:inherit;text-align:left;line-height:1.2;transition:color .3s ease, background-color .3s ease;cursor:pointer;text-decoration:none}.core-dropdown-filter__link:hover,.core-dropdown-filter__link:focus,.core-dropdown-filter__link:active{text-decoration:none;cursor:pointer;outline:none}

@font-face{font-family:'icon-sp';src:url("../resources/fonts/icons/icon-sp.ttf?v1") format("truetype"),url("../resources/fonts/icons/icon-sp.woff?v1") format("woff"),url("../resources/fonts/icons/icon-sp.svg?v1") format("svg");font-weight:normal;font-style:normal;font-display:block}[class^="icon-sp--"],[class*=" icon-sp--"]{font-family:'icon-sp' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-sp--menu-default:before,.icon-sp--games:before{content:""}.icon-sp--arrow-right-bold:before{content:""}.icon-sp--arrow-left:before{content:""}.icon-sp--arrow-right:before{content:""}.icon-sp--arrow-bottom:before{content:""}.icon-sp--arrow-top:before{content:""}.icon-sp--deposit:before{content:"";color:#565d71}.icon-sp--withdraw:before{content:"";color:#565d71}.icon-sp--left-arrow:before{content:""}.icon-sp--payments:before{content:""}.icon-sp--cancel-game:before{content:""}.icon-sp--favorite:before{content:""}.icon-sp--popular-game:before{content:""}.icon-sp--previous-games:before{content:""}.icon-sp--one-game:before{content:""}.icon-sp--two-games:before{content:""}.icon-sp--four-games:before{content:""}.icon-sp--fullscreen:before{content:""}.icon-sp--support:before{content:""}.icon-sp--filters:before{content:""}.icon-sp--favorite-slots-ft:before{content:""}.icon-sp--classic-slots-ft:before{content:""}.icon-sp--new-slots-ft:before{content:""}.icon-sp--popular-slots-ft:before{content:""}.icon-sp--video-slots-ft:before{content:""}.icon-sp--date:before{content:""}.icon-sp--game-adv:before{content:""}.icon-sp--money-adv:before{content:""}.icon-sp--support-adv:before{content:""}.icon-sp--vip-adv:before{content:""}.icon-sp--promotions:before{content:""}.icon-sp--tournaments-alt:before{content:""}.icon-sp--vip:before{content:""}.icon-sp--menu:before{content:""}.icon-sp--profile:before{content:""}.icon-sp--close:before{content:""}.icon-sp--search:before{content:""}.icon-sp--the-table-tournament:before,.icon-sp--winter-live-tournament:before{content:""}.icon-sp--tournaments:before{content:""}.icon-sp--live:before{content:""}.icon-sp--pragmatic-tournament:before{content:""}.icon-sp--online-lottery:before{content:""}.icon-sp--provider-tournament:before{content:""}.icon-sp--tournament-150000:before{content:""}.icon-sp--winter-tournament-2019:before,.icon-sp--winter-slot-race:before{content:""}.icon-sp--winter-lottery-2020:before,.icon-sp--winter-lottery:before{content:""}.icon-sp--netent-tournament:before{content:""}.icon-sp--quickspin-festival:before{content:""}.icon-sp--take-the-bank-promo:before{content:""}.icon-sp--the-drops-and-wins-network-promotion:before{content:""}.icon-sp--hit_that_sweet_slot:before{content:""}.icon-sp--hot_spin_tournament:before{content:""}.icon-sp--live-casino-tournament:before{content:""}.icon-sp--max-quest-series:before{content:""}.icon-sp--wheel:before{content:""}html,body,.mm-page.mm-slideout{height:100%}body{color:#585f6d;font-family:"Roboto Condensed",sans-serif}a,area,button,input,label,select,summary,textarea,[role='button']{-ms-touch-action:manipulation;touch-action:manipulation}img{max-width:100%;height:auto;border:0}a{text-decoration:none}a:hover,a:focus{text-decoration:none}.contain-min{max-width:460px;margin:auto}.contain{max-width:1170px;padding-left:15px;padding-right:15px;margin:auto}.padding-page{padding:0 15px}@media (min-width: 992px){.padding-page{padding:0 25px}}@media (min-width: 1200px){.padding-page{padding:0 40px}}.text-center{text-align:center}.margin-md-top{margin-top:60px}.pos-relative{position:relative}.g-recaptcha{-ms-transform:scale(0.9) translateX(-3%);transform:scale(0.9) translateX(-3%)}@media (max-width: 767px){.g-recaptcha>div>div{margin-right:auto;margin-left:auto}}@media (max-width: 480px){.g-recaptcha{-ms-transform:scale(0.75) translateX(-12%);transform:scale(0.75) translateX(-12%)}}.mm-wrapper_opening .mm-page.mm-slideout{overflow:hidden}.mm-menu .button:visited,.mm-menu .button:focus,.mm-menu .button:active{color:#fff}div[id='livechat-compact-container']{width:0 !important;height:0 !important;line-height:0 !important;display:none}.carcass{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;min-height:100%}@media (min-width: 992px) and (min-height: 640px){.carcass{-ms-flex-direction:row;flex-direction:row}}.carcass__body{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;min-height:100%}@media (min-width: 992px) and (min-height: 640px){.carcass__body{margin-left:160px;max-width:calc(100% - 160px)}}.carcass__main{-ms-flex:1 0 auto;flex:1 0 auto}.button{margin:0;padding:0 15px;cursor:pointer;border:none;outline:none;font:inherit;color:#fff;display:inline-block;text-align:center;text-decoration:none;text-transform:uppercase;transition:.25s ease-in-out}.button-primary{position:relative;min-width:130px;max-width:100%;color:#fff;padding:11px 15px 9px;font-size:12px;font-family:"Roboto Condensed",sans-serif;letter-spacing:0.30px;border-radius:18px;background-color:#00d89f;background-image:linear-gradient(to right, #00d89f, #00c0d6, #00c0d6, #00d89f);background-size:300% 100%;box-shadow:0 4px #0ea3b2;margin-bottom:4px;text-overflow:ellipsis;overflow:hidden;transition:color .4s ease-in-out, background-position .4s ease-in-out, box-shadow .4s ease-in-out}.button-primary:hover,.button-primary:focus{color:#fff;background-position:100% 0}.button-primary:active{box-shadow:0 1px #0ea3b2;top:2px}.button-secondary{position:relative;min-width:130px;max-width:100%;color:#fff;padding:11px 15px 9px;font-size:12px;font-family:"Roboto Condensed",sans-serif;letter-spacing:0.30px;border-radius:18px;background-color:#fb3f8c;background-image:linear-gradient(to right, #fb3f8c, #ff6d24, #ff6d24, #fb3f8c);background-size:300% 100%;box-shadow:0 4px #cc4f1e;margin-bottom:4px;text-overflow:ellipsis;overflow:hidden;transition:.4s ease-in-out}.button-secondary:hover,.button-secondary:focus{color:#fff;background-position:100% 0}.button-secondary:active{box-shadow:0 1px #cc4f1e;top:2px;color:#fff}.button-big{font-size:16px;border-radius:30px;padding:14px 20px 12px}@media (min-width: 768px){.button-big{font-size:18px;min-width:170px}}.title-wave{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;text-align:center;-ms-flex-pack:center;justify-content:center;color:#00d6a3;text-transform:uppercase;font-family:Impact,Charcoal,sans-serif;font-size:22px;margin:28px 0}@media (min-width: 768px){.title-wave{font-size:25px}}.title-wave span{color:#106875}.title-wave strong{font-weight:normal}.title-wave::before{content:"";display:inline-block;background:url("/resources/images/decor/title-wave.svg") repeat-x;-ms-flex:0 1 65px;flex:0 1 65px;height:13px;vertical-align:middle;margin-right:15px}@media (min-width: 768px){.title-wave::before{-ms-flex:0 1 115px;flex:0 1 115px}}.title-wave::after{content:"";display:inline-block;background:url("/resources/images/decor/title-wave.svg") repeat-x;-ms-flex:0 1 65px;flex:0 1 65px;height:13px;vertical-align:middle;margin-left:15px}@media (min-width: 768px){.title-wave::after{-ms-flex:0 1 115px;flex:0 1 115px}}@media (max-width: 767px){.title-wave--home{margin:15px 0}}.title-wave--full::after,.title-wave--full::before{-ms-flex:1 1 60px;flex:1 1 60px}.title-wave .title-wave__text{color:#00d6a3}.title-small{color:#106875;text-transform:uppercase;margin:0 0 15px;font-weight:bold}.title-small{font-size:16px}@media (min-width: 320px){.title-small{font-size:calc(16px + 4 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.title-small{font-size:20px}}.title-description{font-size:15px;color:#56969f;text-transform:uppercase;text-align:center;margin:0 0 30px}.list-block{padding:0;list-style:none}.list-block li{position:relative;padding-left:15px}.list-block li::before{content:'';position:absolute;top:50%;left:0;width:6px;height:6px;margin-top:-3px;border-radius:50%;background:#27c2da}.list-block-numbered{padding:0;list-style:none;counter-reset:section;background:#f3fdfb}.list-block-numbered li{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:15px;color:#56969f}@media (min-width: 768px){.list-block-numbered li{padding:20px}}.list-block-numbered li:nth-child(2n){background:#e8f7f3}.list-block-numbered li::before{counter-increment:section;content:counter(section);background:url("/resources/images/decor/list-numbered.png") no-repeat;background-size:contain;width:43px;min-width:43px;height:42px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-family:"Roboto Condensed",sans-serif;font-size:22px;margin-right:15px;-ms-flex-item-align:start;align-self:flex-start}@media (min-width: 768px){.list-block-numbered li::before{width:73px;height:72px;min-width:73px;font-size:30px;margin-right:20px}}.line-base{display:block;background:url("/resources/images/decor/wave-grey.png") repeat-x;width:100%;height:7px;color:transparent;border:0}.line-base__mg{margin:0}.page-block{margin-bottom:8vw}.page-block__content{padding:0 20px;max-width:1200px;margin:auto}@media (min-width: 992px){.page-block__content{padding:0 40px}}.page-block__content-full{padding:0 20px}@media (min-width: 992px){.page-block__content-full{padding:0 40px}}.page-block p{margin-bottom:25px;line-height:1.8em}.page-block p:last-child{margin-bottom:0}.page-block ul{padding:0;list-style:none;margin:15px 0 25px}.page-block ul li{position:relative;padding-left:15px;margin-bottom:10px}.page-block ul li:last-child{margin-bottom:0}.page-block ul li::before{content:'';position:absolute;top:50%;left:0;width:6px;height:6px;margin-top:-3px;border-radius:50%;background:#27c2da}.page-block-mr{margin-bottom:8vw}.page-block-quote{background:#ddf7f1;padding:35px 25px 25px;position:relative;border-radius:8px}.page-block-quote::before{content:"";position:absolute;top:-5px;left:25px;background:url("/resources/images/quote.svg") no-repeat;width:28px;height:19px}.switch-btn{display:-ms-flexbox;display:flex;border-radius:20px;border:1px solid #eee;text-transform:uppercase;overflow:hidden;background-color:#00d89f;background-image:linear-gradient(to right, #00d89f, #00c0d6, #00c0d6, #00d89f);background-size:300% 100%}.switch-btn__elem{font-size:12px;color:#fff;text-align:center;min-width:100px;transition:0.25s opacity ease}.switch-btn__elem:hover{opacity:0.8;color:#fff}.switch-btn__elem--left{padding:10px 15px 10px 20px}.switch-btn__elem--center{padding:10px 15px 10px;border-right:1px solid #eee;border-left:1px solid #eee}.switch-btn__elem--right{padding:10px 20px 10px 15px;border-left:1px solid #fff}.switch-btn__elem--current{background:#fff;color:#585f6d}.switch-btn__elem--current:hover{opacity:1;color:#585f6d}.status-line--mw{max-width:215px;margin:auto}.status-line__progress{width:100%;height:7px;border-radius:4px;background-color:#bcd2cd;margin:3px 0}.status-line__progress-full{background-color:#00d89f;background-image:linear-gradient(to right, #00d89f, #00c0d6);margin-bottom:4px;height:7px;border-radius:4px}.status-line__text{color:#106875;font-size:12px;margin:0}.bicolor-block{position:relative;background:#e7fdf8;padding-top:20px;text-align:center}@media (min-width: 768px){.bicolor-block{margin:38px 0 0}}.bicolor-block::before{content:'';background:url("/resources/images/decor/modal-box-top-mob.png") no-repeat;background-size:contain;position:absolute;top:-20px;left:0;right:0;height:46px}.bicolor-block--after-confirm{padding:0}.bicolor-block__first-bg{position:relative;z-index:1;padding:0 20px}.bicolor-block__second-bg{position:relative;background:#ddf7f1;padding:30px 20px;margin-top:48px}.bicolor-block__second-bg::before{content:"";background:url("/resources/images/decor/modal-box-second-bg.png") no-repeat center/cover;background-size:cover;position:absolute;top:-21px;left:0;right:0;height:22px}.bicolor-block__second-bg::after{content:'';background:url("/resources/images/decor/modal-box-bottom-mob.png") no-repeat center/cover;background-size:contain;position:absolute;bottom:-22px;left:0;right:0;height:30px}.bicolor-block__second-bg--white{background:#fff;padding:20px 20px 2px;margin-top:30px}.bicolor-block__second-bg--white::before{background:url("/resources/images/decor/modal-box-second-bg-white.png") no-repeat center/cover}.bicolor-block__second-bg--white::after{background:url("/resources/images/decor/modal-box-bottom-mob-white.png") no-repeat center/cover}.bicolor-block-bg{position:relative;max-width:100%}.bicolor-block-bg__img-top{max-width:100%;position:relative;top:5px}.bicolor-block-bg__img-bottom{max-width:100%;position:relative;bottom:5px}.bicolor-block-bg__wrap{background-color:#00d89f;background-image:url("/resources/images/decor/bicolor-bg-center.png"),linear-gradient(to bottom, #c2e5dd 50%, #cceae3 50%);background-position:center 48%;background-repeat:no-repeat;background-size:contain;padding:20px 15px}@media (min-width: 992px){.bicolor-block-bg__wrap{padding:5px 15px}}@media (min-width: 1200px){.bicolor-block-bg__wrap{background-position:center 40%}}.oval-block{position:relative;max-width:100%}.oval-block__img-top{width:100%;max-width:100%;position:relative;top:5px}.oval-block__img-bottom{width:100%;max-width:100%;position:relative;bottom:5px;-ms-transform:rotate(180deg);transform:rotate(180deg)}.oval-block__wrap{background:#f3fdfb;margin:0}.oval-block__wrap--wn{background:#e8f7f3}.oval-block__wrap--content{padding:20px 15px}@media (min-width: 992px){.oval-block__wrap--content{padding:20px 40px}}.table-responsive{width:100%;table-layout:auto;border-collapse:collapse;border:none;margin:10px auto 0;max-width:100%;background:transparent;color:#56969f;font-family:"Roboto Condensed",sans-serif}.table-responsive thead tr th{position:relative;background-color:#e8f6f3;padding:0 5px;vertical-align:top;font-size:16px;font-weight:bold;text-transform:uppercase;border:none;text-align:center;border-bottom:1px solid #ececec;white-space:normal}@media (min-width: 768px){.table-responsive thead tr th{padding:20px 30px}}.table-responsive tbody tr{margin-bottom:25px;border:none;border-left:1px solid #ececec;border-right:1px solid #ececec;border-radius:4px 4px 0 0}@media (min-width: 768px){.table-responsive tbody tr{border:none;border-radius:0;margin-bottom:0}.table-responsive tbody tr:nth-child(2n){background:#f9fefd}}.table-responsive tbody tr td{position:relative;border:none;font-size:13px;padding:5px 5px;vertical-align:middle;border-bottom:1px solid #ececec;white-space:normal}@media (min-width: 768px){.table-responsive tbody tr td{font-size:15px;text-align:center}}@media (min-width: 1200px){.table-responsive tbody tr td{padding:6px 30px}}.table-responsive tbody tr td p{margin:0;white-space:normal}.table-responsive--payments tbody tr td:first-child:before{display:none}@media (max-width: 767px){.table-responsive--payments tbody tr td:first-child{background:#e8f6f3;padding:10px 5px !important;text-align:center}}.table-responsive--payments tbody tr td:first-child img{position:relative;z-index:1;height:20px;max-width:100px}@media (min-width: 1200px){.table-responsive--payments tbody tr td:first-child img{height:30px}}.table-responsive--payments tbody tr td:last-child:before{display:none}@media (max-width: 767px){.table-responsive--payments tbody tr td:last-child{padding:10px 5px !important;text-align:center}}.table-responsive--terms tbody tr td:first-child:before{display:none}@media (max-width: 767px){.table-responsive--terms tbody tr td:first-child{background:#4fa0aa;color:#fff;padding:10px 5px !important;text-align:center}}@media (min-width: 768px) and (max-width: 800px){.table-responsive{display:table;table-layout:auto}.table-responsive thead,.table-responsive tbody{display:table-row-group}.table-responsive thead,.table-responsive thead tr,.table-responsive thead tr th{position:static;top:0;left:0}.table-responsive thead tr,.table-responsive tbody tr{display:table-row;border:none}.table-responsive thead tr th,.table-responsive tbody tr td{display:table-cell;padding:9px 10px !important}.table-responsive thead tr th:before,.table-responsive tbody tr td:before{display:none}.table-responsive tbody tr td:before{display:none}.table-responsive thead tr th:first-child{width:130px}.table-responsive thead tr th:last-child{width:162px}.table-responsive.table--payments thead tr th:first-child,.table-responsive.table--payments tbody tr td:first-child{padding:5px 13px 5px 5px !important}}.table-responsive__img-big{height:30px !important}@media (min-width: 768px){.table-responsive__img-big{height:40px !important}}.category-icon::before{content:'';width:40px;height:38px;display:block;margin:0 auto 4px;background:url("/resources/images/menu/menu-icon.png") no-repeat top left;background-size:2162px 52px}.category-icon--all::before{background-position:-2px -4px}.category-icon--all:hover,.category-icon--all.current{color:#fb3f8c}.category-icon--all:hover:before,.category-icon--all.current:before{background-position:-55px -4px}.category-icon--new-main::before{background-position:-109px -4px}.category-icon--new-main:hover,.category-icon--new-main.current{color:#e2a345}.category-icon--new-main:hover:before,.category-icon--new-main.current:before{background-position:-165px -3px}.category-icon--slots-main::before{background-position:-224px 0}.category-icon--slots-main:hover,.category-icon--slots-main.current{color:#537588}.category-icon--slots-main:hover:before,.category-icon--slots-main.current:before{background-position:-286px 0}.category-icon--roulette-main::before{background-position:-347px -5px}.category-icon--roulette-main:hover,.category-icon--roulette-main.current{color:#72556f}.category-icon--roulette-main:hover:before,.category-icon--roulette-main.current:before{background-position:-406px -5px}.category-icon--live-main::before{background-position:-578px 0}.category-icon--live-main:hover,.category-icon--live-main.current{color:#a3c67e}.category-icon--live-main:hover:before,.category-icon--live-main.current:before{background-position:-632px 0}.category-icon--bonus_buy_slots::before{background:url("/resources/images/menu/bonus_buy_slots.png") no-repeat center 4px/28px}.category-icon--bonus_buy_slots:hover,.category-icon--bonus_buy_slots.current{color:#D84444}.category-icon--bonus_buy_slots:hover:before,.category-icon--bonus_buy_slots.current:before{background-position:center -36px}.category-icon--action-games::before{background:url("/resources/images/menu/action-games.png") no-repeat center 4px/28px}.category-icon--action-games:hover,.category-icon--action-games.current{color:#d66747}.category-icon--action-games:hover:before,.category-icon--action-games.current:before{background-position:center -38px}.category-icon--jackpot-main::before,.category-icon--jackpot::before{background-position:-785px -4px}.category-icon--jackpot-main:hover,.category-icon--jackpot-main.current,.category-icon--jackpot:hover,.category-icon--jackpot.current{color:#29acab}.category-icon--jackpot-main:hover:before,.category-icon--jackpot-main.current:before,.category-icon--jackpot:hover:before,.category-icon--jackpot.current:before{background-position:-836px -4px}.category-icon--other-main::before,.category-icon--other::before{background-position:-685px -4px}.category-icon--other-main:hover,.category-icon--other-main.current,.category-icon--other:hover,.category-icon--other.current{color:#d66747}.category-icon--other-main:hover:before,.category-icon--other-main.current:before,.category-icon--other:hover:before,.category-icon--other.current:before{background-position:-735px -4px}.category-icon--blackjack-main::before,.category-icon--blackjack::before{background-position:-465px -4px}.category-icon--blackjack-main:hover,.category-icon--blackjack-main.current,.category-icon--blackjack:hover,.category-icon--blackjack.current{color:#b587a1}.category-icon--blackjack-main:hover:before,.category-icon--blackjack-main.current:before,.category-icon--blackjack:hover:before,.category-icon--blackjack.current:before{background-position:-522px -4px}.category-icon--all-lobby::before{background-position:-894px 2px}.category-icon--all-lobby:hover,.category-icon--all-lobby.current{color:#fb3f8c}.category-icon--all-lobby:hover:before,.category-icon--all-lobby.current:before{background-position:-958px 2px}.category-icon--roulette::before{background-position:-1019px -6px}.category-icon--roulette:hover,.category-icon--roulette.current{color:#54778c}.category-icon--roulette:hover:before,.category-icon--roulette.current:before{background-position:-1079px -6px}.category-icon--baccarat::before{background-position:-1373px -5px}.category-icon--baccarat:hover,.category-icon--baccarat.current{color:#d66747}.category-icon--baccarat:hover:before,.category-icon--baccarat.current:before{background-position:-1436px -5px}.category-icon--poker::before{background-position:-1140px -6px}.category-icon--poker:hover,.category-icon--poker.current{color:#745670}.category-icon--poker:hover:before,.category-icon--poker.current:before{background-position:-1201px -6px}.category-icon--scratch-cards::before{background-position:-1491px -6px}.category-icon--scratch-cards:hover,.category-icon--scratch-cards.current{color:#d66747}.category-icon--scratch-cards:hover:before,.category-icon--scratch-cards.current:before{background-position:-1541px -6px}.category-icon--new::before{background-position:-1591px -4px}.category-icon--new:hover,.category-icon--new.current{color:#df6440}.category-icon--new:hover:before,.category-icon--new.current:before{background-position:-1647px -3px}.category-icon--favorite::before{background-position:-1706px -4px}.category-icon--favorite:hover,.category-icon--favorite.current{color:#da9c34}.category-icon--favorite:hover:before,.category-icon--favorite.current:before{background-position:-1765px -4px}.category-icon--popular::before{background-position:-1822px -4px}.category-icon--popular:hover,.category-icon--popular.current{color:#80b445}.category-icon--popular:hover:before,.category-icon--popular.current:before{background-position:-1880px -4px}.category-icon--video-poker::before,.category-icon--video::before{background-position:-1942px -4px}.category-icon--video-poker:hover,.category-icon--video-poker.current,.category-icon--video:hover,.category-icon--video.current{color:#3d788e}.category-icon--video-poker:hover:before,.category-icon--video-poker.current:before,.category-icon--video:hover:before,.category-icon--video.current:before{background-position:-2000px -4px}.category-icon--classic::before{background-position:-2056px -4px}.category-icon--classic:hover,.category-icon--classic.current{color:#745670}.category-icon--classic:hover:before,.category-icon--classic.current:before{background-position:-2110px -4px}.category-icon--game_show::before{background:url("/resources/images/menu/game_show.png") no-repeat -4px 0/85px}.category-icon--game_show:hover,.category-icon--game_show.current{color:#176faa}.category-icon--game_show:hover:before,.category-icon--game_show.current:before{background-position:-43px 0}.live-banner{text-align:center;position:relative;margin-bottom:0;max-height:250px;overflow:hidden}@media (min-width: 600px){.live-banner{max-height:unset}}.live-banner__btn{position:absolute;z-index:1;left:0;right:0;bottom:5px}@keyframes top-bottom{0%{transform:translateY(0px)}50%{transform:translateY(-35px) rotate(0.01deg)}100%{transform:translateY(0px)}}@keyframes pulse{0%{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.05, 1.05, 1.05) rotate(0.01deg)}0%{transform:scale3d(1, 1, 1)}}@keyframes appearing{100%{bottom:0}}.layout-withoutheader .header{display:none}.layout-withoutheader .carcass__body{max-width:100%;margin-left:0}.links-primary{color:#106875;border-bottom:1px solid #106875;transition:0.25s all ease}.links-primary:hover{color:#12aab8;border-bottom:transparent}.header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:#f8fbfb;padding:8px 15px;box-shadow:0 8px 8px 0 rgba(0,0,0,0.12)}@media (min-width: 768px){.header{padding:20px 30px}}@media (min-width: 992px) and (min-height: 640px){.header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;position:fixed;left:0;top:0;width:160px;height:100vh;-ms-flex:0 0 160px;flex:0 0 160px;padding:20px 0;z-index:996;box-shadow:0 8px 8px rgba(0,0,0,0.12)}}.header__container{display:none}@media (min-width: 992px) and (min-height: 640px){.header__container{display:block}}.header__logo{display:block;text-align:center}.header__logo-link{display:inline-block;transition:0.2s all ease;max-width:120px}.header__logo-link:hover{opacity:0.8}.header__logo-img{height:36px}@media (min-width: 992px) and (min-height: 640px){.header__logo-img{height:inherit}}.header__locale-selector{position:relative;width:100%;height:34px;padding:0 10px;margin:0 0 15px -15px}.header__bottom{display:none}@media (min-width: 992px) and (min-height: 640px){.header__bottom{display:block;padding:0 15px}}.header__mob-container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}@media (min-width: 992px) and (min-height: 640px){.header__mob-container{display:none}}.header__mobile-menu{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#7f5572;font-size:20px}.header__mobile-menu:hover,.header__mobile-menu:active,.header__mobile-menu:focus{text-decoration:none}.header__mobile-profile{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0 5px;color:#3d788e;font-size:24px}.header__mobile-profile:hover,.header__mobile-profile:active,.header__mobile-profile:focus{text-decoration:none}@media (max-height: 780px) and (min-width: 992px){.header-user .statuses-panel__user{display:none}}@media (max-height: 810px) and (min-width: 992px){.header-user .header-menu__item{margin-bottom:15px}.header-user .header-menu__item:last-child{margin-bottom:0}.header-user .header-menu__item--mr-top{margin-top:15px}.header-user .header__locale-selector{margin-bottom:5px}.header-user .menu-providers{margin-top:15px}}.header-auth__anon{background:#ddf7f1;position:relative;margin:20px 0 30px;padding:10px 15px}.header-auth__anon::before{content:"";position:absolute;top:-6px;left:0;display:block;width:100%;height:7px;background:url("/resources/images/decor/wave.png") repeat-x}.header-auth__anon::after{content:"";position:absolute;bottom:-6px;left:0;display:block;width:100%;height:7px;background:url("/resources/images/decor/wave.png") repeat-x;-ms-transform:scaleY(-1);transform:scaleY(-1)}.header-auth__login-btn{display:block;margin-bottom:12px}.header-auth__reg-btn{display:block}.header-menu{margin:0;padding:0 15px;list-style:none}.header-menu__item{margin-bottom:25px;position:relative}.header-menu__item:last-child{margin-bottom:0}.header-menu__item--mr-top{margin-top:25px;margin-bottom:0}.header-menu__link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#585f6d;font-size:12px;text-transform:uppercase;cursor:pointer;line-height:1}.header-menu__link--current,.header-menu__link:focus,.header-menu__link:hover{color:#fb3f8c}.header-menu__link--tournaments{min-width:145px;position:relative}.header-menu__link--tournaments:hover{cursor:default}.header-menu__link--tournaments:hover .trnmnts-list__list-wrp{display:block}.header-menu__link--tournaments::after{content:'';position:absolute;width:10px;height:10px;border:5px solid transparent;border-left:8px solid #00d89f;left:115px}.header-menu__link--no-hover:hover{cursor:default}.header-menu__icon{display:inline-block;font-size:22px;margin-right:10px;vertical-align:middle}.header-menu .icon-sp--profile{font-size:22px}@media (min-width: 992px){.header-menu .icon-sp--profile{font-size:20px}}.mobile-menu{background:#f8fbfb;color:#585f6d}.mobile-menu__wrap{display:-ms-flexbox !important;display:flex !important;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;padding:0 !important;background:#f8fbfb}.mobile-menu__wrap::before,.mobile-menu__wrap::after{display:none !important}.mobile-menu-extra{background:#cceae3;list-style:none;padding:25px 0 25px 50px;margin:0}.mobile-menu-extra__link{display:block;font-size:14px;text-transform:uppercase;padding:4px 0;transition:0.25s all ease}.mobile-menu-extra__link:hover{opacity:0.8}.mobile-menu-footer{position:relative;background:#e7fdf8;padding:25px 20px}.mobile-menu-footer__item{padding-left:76px;height:44px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.mobile-menu-footer__link{font-size:10px;text-transform:uppercase;display:inline-block;padding:4px 0}.mob-menu{margin:0;padding:20px 15px 0;list-style:none}.mob-menu__item--anon{display:-ms-flexbox;display:flex}.mob-menu__item--sub-category{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:14px 10px 14px 20px}.mob-menu__category .trnmnts-list__trnmnt-quantity{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;top:28px;left:31px}.mob-menu__category-wrp{width:100%;padding:0 !important}.mob-menu__category-wrp.open::after{top:16px;-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.mob-menu__category-wrp::after{content:'';pointer-events:none;position:absolute;top:22px;right:15px;margin:auto;width:10px;height:10px;border:6px solid transparent;border-left:8px solid #00d89f;-ms-transform:rotate(90deg);transform:rotate(90deg)}.mob-menu__link{width:100%;display:-ms-flexbox !important;display:flex !important;-ms-flex-align:center;align-items:center;padding:14px 10px 14px 20px !important;background:none;border:none;outline:none;font-size:16px;text-transform:uppercase;transition:0.25s all ease}.mob-menu__link--current{background:#ddf7f1 !important}.mob-menu__link:hover{opacity:0.8}.mob-menu__trnmnt-list-wrapper{padding:0 0 0 13px !important;font-size:16px;text-transform:uppercase}.mob-menu__icon{display:inline-block;font-size:24px;margin-right:15px;vertical-align:middle}.mob-menu__icon--pragmatic-tournament{color:#FF6830}.mob-menu__icon--tournaments{color:#ef4036}.mob-menu__icon--online-lottery{color:#ff993f}.mob-menu__icon--the-table-tournament,.mob-menu__icon--winter-live-tournament{font-size:20px;margin-right:7px;color:#00d6a3}.mob-menu__icon--profile{font-size:22px}.mob-menu__icon--provider-tournament{color:#0b2b5f}.mob-menu__icon--tournament-150000{color:#8B2B8F;font-size:32px}.mob-menu__icon--winter-tournament-2019,.mob-menu__icon--winter-slot-race{color:#8B2B8F;font-size:23px}.mob-menu__icon--winter-lottery-2020{color:#fb3f8c}.mob-menu__icon--netent-tournament{color:#212392}.mob-menu__icon--quickspin-festival{color:#01C9D1}.mob-menu__icon--take-the-bank-promo{color:#00B9F9}.mob-menu__link-sign-in{-ms-flex:1 1 50%;flex:1 1 50%;text-align:center;font-size:16px;padding:15px 10px !important;background-color:#00d89f;background-image:linear-gradient(to right, #00d89f, #00c0d6);color:#fff !important;text-transform:uppercase;cursor:pointer;transition:0.25s all ease}.mob-menu__link-sign-in:hover{opacity:0.8}.mob-menu__link-sign-up{-ms-flex:1 1 50%;flex:1 1 50%;text-align:center;font-size:16px;padding:15px 10px !important;background-color:#fb3f8c;background-image:linear-gradient(to right, #fb3f8c, #ff6d24);color:#fff !important;text-transform:uppercase;cursor:pointer;transition:0.25s all ease}.mob-menu__link-sign-up:hover{opacity:0.8}.mob-menu__link-profile{font-size:16px;padding:15px 10px 15px 20px !important;background-color:#fb3f8c;background-image:linear-gradient(to right, #fb3f8c, #ff6d24);color:#fff !important;text-transform:uppercase;cursor:pointer;transition:0.25s all ease}.mob-menu__link-profile:hover{opacity:0.8}.profile-mobile{background:#cceae3;padding:0 !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-direction:column;flex-direction:column}.profile-mobile::after,.profile-mobile::before{display:none}.profile-mobile__anonym{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;height:100%}.profile-mobile__anonym-wrp{padding:0 25px}@media (min-width: 768px){.profile-mobile__anonym-wrp{padding:0 40px}}.profile-mobile__title{color:#106875;text-transform:uppercase;font-size:18px;font-weight:bold;margin:30px 0 45px;text-align:center}@media (min-width: 576px){.profile-mobile__title{font-size:22px}}.profile-mobile__user{-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.profile-mobile__user-wrp{-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}.profile-mobile__sign-out-wrp{margin:25px 0 15px;text-align:center}.profile-mobile__sign-out{background:none;border:none;outline:none;font-size:10px;text-transform:uppercase}.profile-mobile a.button-primary.button,.profile-mobile a.button-secondary.button{color:#fff}.city-se .profile-mobile__title{display:none}.city-se .bicolor-block{margin-top:50px}.locale-selector{position:absolute}.locale-selector::after{display:none;content:"";position:absolute;bottom:0;right:0;left:0;width:100%;height:259px;border-radius:20px;box-shadow:0 15px 20px rgba(0,0,0,0.25)}.locale-selector.open:not(.one-elem){width:190px;background:#fff;border-radius:0 0 20px 20px}.locale-selector.open:not(.one-elem)::after{display:block}.locale-selector.open:not(.one-elem) .locale-selector__btn{border-color:#edf0ef;margin:0;padding-left:20px}.locale-selector.open:not(.one-elem) .locale-selector__dropdown-menu{display:block;border:1px solid #edf0ef;border-bottom:none}.locale-selector.open:not(.one-elem) .locale-selector__caret::after{content:"";right:15px}.locale-selector.open:not(.one-elem) .locale-selector__text-btn{max-width:inherit}.locale-selector__dropdown-menu{position:absolute;bottom:100%;left:0;z-index:995;display:none;width:100%;max-height:212px;overflow:auto;margin:0;padding:5px 0 0;list-style:none;background-color:#fff;border-radius:20px 20px 0 0;text-transform:uppercase}.locale-selector__item:last-child{padding-bottom:30px}.locale-selector__item:nth-last-child(-n+5):first-child,.locale-selector__item:nth-last-child(-n+5):first-child ~ li{padding-bottom:5px}.locale-selector__btn{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative;width:100%;outline:none;background:none;text-transform:uppercase;text-align:left;padding:12px 20px 12px 0;margin-left:20px;border-radius:0 0 20px 20px;border:1px solid transparent;z-index:1;transition:0.25s opacity ease}.locale-selector__btn:hover{opacity:0.8}.locale-selector__img-btn{width:22px;height:22px;border-radius:50%;margin-right:8px}.locale-selector__text-btn{text-transform:uppercase;font-size:12px;text-overflow:ellipsis;overflow:hidden;min-width:80px;max-width:80px;white-space:nowrap}.locale-selector__caret{font-family:'icon-sp' !important;font-size:8px;position:absolute;top:16px;right:10px;color:#c3c3c3}.locale-selector__caret::after{content:""}.locale-selector__item{border-bottom:1px solid #edf0ef;margin:0 20px}.locale-selector__item:last-child{border:none}.locale-selector__link{display:block;cursor:pointer;padding:10px 0;color:#585f6d;font-size:12px;transition:0.25s all ease}.locale-selector__link:hover{color:#585f6d;opacity:0.8}.locale-selector__img{width:22px;height:22px;border-radius:50%;margin-right:6px}.locale-selector__text{text-transform:uppercase;font-size:12px}.nicescroll-rails{border-radius:10px}.mob-locale-selector{position:absolute}.mob-locale-selector ::-webkit-scrollbar{width:6px}.mob-locale-selector ::-webkit-scrollbar-track-piece{background-color:#edf0ef;margin:20px 0;border-radius:4px}.mob-locale-selector ::-webkit-scrollbar-thumb{background-color:#00c3d0;border-radius:4px}.mob-locale-selector::after{display:none;content:"";position:absolute;bottom:0;right:0;left:0;width:100%;height:288px;border-radius:20px;background:#fff;border:1px solid #edf0ef;border-bottom:none;box-shadow:0 15px 20px rgba(0,0,0,0.25)}.mob-locale-selector.open:not(.one-elem){background:#fff;border-radius:0 0 20px 20px;min-width:200px}.mob-locale-selector.open:not(.one-elem)::after{display:block}.mob-locale-selector.open:not(.one-elem) .mob-locale-selector__btn{border-color:#edf0ef;border-radius:0 0 20px 20px;background:#fff;padding:12px 20px}.mob-locale-selector.open:not(.one-elem) .mob-locale-selector__dropdown-menu{display:block;background:#fff}.mob-locale-selector.open:not(.one-elem) .mob-locale-selector__text-btn{display:block}.mob-locale-selector.open:not(.one-elem) .mob-locale-selector__caret::after{content:""}.mob-locale-selector__dropdown-menu{position:absolute;bottom:100%;left:0;right:10px;z-index:995;display:none;max-height:238px;overflow:auto;margin:0;padding:5px 0 0;list-style:none;background-color:#cceae3;border-radius:20px 20px 0 0;text-transform:uppercase}.mob-locale-selector__btn{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;position:relative;width:100%;outline:none;background:#cceae3;text-transform:uppercase;font-size:14px;text-align:left;padding:10px;border-radius:25px;border:1px solid transparent;z-index:1;transition:0.25s opacity ease}.mob-locale-selector__btn:hover{opacity:0.8}.mob-locale-selector__btn-wrp{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.mob-locale-selector__img-btn{width:22px;height:22px;border-radius:50%;margin-right:8px}.mob-locale-selector__text-btn{display:none}.mob-locale-selector__caret{font-family:'icon-sp' !important;font-size:8px;color:#c3c3c3}.mob-locale-selector__caret::after{content:""}.mob-locale-selector__item{border-bottom:1px solid #edf0ef;margin:0 20px}.mob-locale-selector__item:last-child{border:none}.mob-locale-selector__link{display:block;cursor:pointer;padding:12px 0;color:#585f6d;font-size:14px;transition:0.25s all ease}.mob-locale-selector__link:hover{color:#585f6d;opacity:0.8}.mob-locale-selector__img{width:22px;height:22px;border-radius:50%;margin-right:6px}.live-chat{padding:0 5px 0 15px}.live-chat__btn{width:100%;border:none;outline:none;background:none;padding:0;text-align:left;margin:6px 0;transition:0.25s all ease}.live-chat__btn:hover{opacity:0.8}.live-chat__img{width:22px;height:22px;border-radius:50%;margin-right:6px}.live-chat__text{text-transform:uppercase;font-size:12px}.footer{position:relative;background:#ddf7f1}.footer::before{content:"";background:url("/resources/images/decor/footer-wave.png") no-repeat;background-size:cover;display:block;width:100%;height:6.7vw;position:absolute;top:-6.7vw}@media (min-width: 768px){.footer--last-winners{padding-bottom:76px}}.footer-menu{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:20px 0}.footer-menu__item{text-align:center;padding:5px 10px}@media (min-width: 992px){.footer-menu__item{padding:5px 15px}}.footer-menu__link{color:#585f6d;text-transform:uppercase;font-size:12px}.footer-links{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#cceae3;padding:10px 0}@media (min-width: 992px){.footer-links{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.footer-links__game-care{-ms-flex-positive:1;flex-grow:1;text-align:right;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:0 20px 10px}@media (min-width: 992px){.footer-links__game-care{padding:0;-ms-flex:0 0 120px;flex:0 0 120px;max-width:120px;-ms-flex-pack:center;justify-content:center}}.footer-links__game-care img{max-height:64px;opacity:0.4;transition:0.25s all ease;-webkit-backface-visibility:hidden;backface-visibility:hidden}@media (min-width: 992px){.footer-links__game-care img{max-height:40px}}.footer-links__game-care img:hover{opacity:1;-ms-transform:scale(1.2);transform:scale(1.2)}.footer-links__other{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-order:1;order:1}@media (min-width: 992px){.footer-links__other{-ms-flex-order:inherit;order:inherit}}.footer-links__responsible-game{-ms-flex-positive:1;flex-grow:1;text-align:left;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;padding:0 20px 10px}@media (min-width: 992px){.footer-links__responsible-game{padding:0;-ms-flex:0 0 160px;flex:0 0 160px;max-width:160px;-ms-flex-pack:center;justify-content:center}}.footer-links__responsible-game img{max-height:40px;opacity:0.4;transition:0.25s all ease;-webkit-backface-visibility:hidden;backface-visibility:hidden}@media (min-width: 992px){.footer-links__responsible-game img{max-height:24px}}.footer-links__responsible-game img:hover{opacity:1;-ms-transform:scale(1.2);transform:scale(1.2)}.footer-links__item-pr{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin:10px 15px;opacity:0.4;transition:0.25s all ease;-webkit-backface-visibility:hidden;backface-visibility:hidden}@media (min-width: 992px){.footer-links__item-pr{margin:15px}}.footer-links__item-pr:hover{opacity:1;-ms-transform:scale(1.2);transform:scale(1.2)}.footer-links__img-pr{height:30px;max-width:100%}.footer-links__img-pr--small{height:22px}.footer-links__item-pm{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin:10px 15px;opacity:0.4;transition:0.25s all ease;-webkit-backface-visibility:hidden;backface-visibility:hidden}@media (min-width: 992px){.footer-links__item-pm{margin:15px}}.footer-links__item-pm:hover{opacity:1;-ms-transform:scale(1.2);transform:scale(1.2)}.footer-links__img-pm{height:30px;max-width:100%}.footer-links__img-pm--small{height:22px}.license{background:#e7fdf8;padding:20px 0}@media (min-width: 992px){.license{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}}.license__link{color:#56969f}.license__link:hover{color:#56969f;text-decoration:underline}.license__mga{display:-ms-flexbox;display:flex}.license__mga-img{-ms-flex:0 0 80px;flex:0 0 80px;max-width:80px;padding:0 15px;margin:0;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:0.25s all ease}@media (min-width: 576px){.license__mga-img{-ms-flex:0 0 120px;flex:0 0 120px;max-width:120px;padding:0 30px}}.license__mga-img:hover{-ms-transform:scale(1.2);transform:scale(1.2)}.license__mga-text{margin:0;color:#7a8496;font-size:12px;line-height:16.05px}.license__icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:25px 20px;-ms-flex-negative:0;flex-shrink:0}@media (min-width: 992px){.license__icon{margin:0 20px}}.license__icon-item{margin:0 20px}.modal-base{position:relative}.modal-base__wrap{background:#cceae3 url("/resources/images/decor/modal-bg.jpg") no-repeat bottom;padding:45px 20px 55px}@media (min-width: 576px){.modal-base__wrap{padding:45px 45px 55px}}.modal-base__wrap--girl{position:relative;overflow:hidden}.modal-base__wrap--girl::before{content:'';position:absolute;left:-4px;bottom:0;width:97px;height:215px;background:url("/resources/images/decor/jackpot-girl-left.png") no-repeat;background-size:contain;z-index:3}.modal-base__wrap--girl::after{content:'';position:absolute;right:14px;bottom:-8px;width:74px;height:215px;background:url("/resources/images/decor/girl-4.png") no-repeat;background-size:cover;z-index:3}.modal-base__wrap--clean{background:#cceae3}.modal-base__body{position:relative;max-width:320px;margin:60px auto 0}.modal-base__body::before{content:'';background:url("/resources/images/decor/modal-box-top-mob.png") no-repeat;background-size:contain;position:absolute;top:-20px;left:0;right:0;height:46px}@media (min-width: 576px){.modal-base__body::before{background:url("/resources/images/decor/modal-box-top.png") no-repeat;height:241px;width:378px;top:-48px;left:-22px}}.modal-base__body::after{content:'';background:url("/resources/images/decor/modal-box-bottom-mob.png") no-repeat;background-size:contain;position:absolute;bottom:-28px;left:0;right:0;height:30px}@media (min-width: 576px){.modal-base__body::after{background:url("/resources/images/decor/modal-box-bottom.png") no-repeat;left:-2px;bottom:-40px;height:81px;width:365px;z-index:2}}.modal-base__body--social::before{display:none}.modal-base__first-bg{position:relative;background:#e7fdf8;padding:38px 0 0;z-index:2}.modal-base__first-bg--min{padding:15px 0 0}.modal-base__first-bg--social{padding:30px 0 0}.modal-base__second-bg{position:relative;background:#ddf7f1;padding:30px 20px;margin-top:48px;text-align:center}.modal-base__second-bg::before{content:"";background:url("/resources/images/decor/modal-box-second-bg.png") no-repeat;position:absolute;top:-21px;left:0;right:0;height:22px}.modal-base__form-field{padding:0 20px;margin-bottom:20px}.modal-base__form-field:last-child{margin-bottom:0}.modal-base__title{margin-top:0}@media (max-width: 575px){.modal-base__title::after,.modal-base__title::before{display:none}}.modal-base__descr{text-align:center;color:#56969f}.modal-base__link{display:block;width:100%;border:none;outline:none;text-decoration:none;padding:25px 0;background:#e7fdf8;font-size:15px;color:#585f6d;text-align:center;text-transform:uppercase;transition:0.25s all ease}@media (min-width: 576px){.modal-base__link{padding:45px 0}}.modal-base__link:hover{background:#ddf7f1;color:#585f6d}.modal-base__close{position:absolute;top:12px;right:12px;font-size:22px;color:#106875;background:transparent;border:none;outline:none;z-index:1;transition:0.25s all ease}.modal-base__close:hover{color:#56969f}.modal-base__regist-wrp{margin:15px 0 0}.modal-base__regist{cursor:pointer;color:#106875;border-bottom:1px solid #106875;transition:0.25s all ease}.modal-base__regist:hover{color:#12aab8;border-bottom:transparent}.modal-base__btn-wrp{text-align:center;margin:25px 0 0}.modal-content{border:none}.modal-prf-edit__wrap{padding:0 20px}.modal-prf-edit__error{text-align:center;padding:0 !important;margin-top:30px;font-size:12px !important}.modal-prf-edit .profile-error{padding-left:20px;text-transform:uppercase;font-size:9px}.modal-prf-edit .profile-form-element__label{padding-left:20px}.modal-prf-edit .profile-edit-container__item{width:100%}.modal-login .modal-dialog,.modal-forgot-password .modal-dialog,.modal-profile-edit .modal-dialog{max-width:420px;margin-right:auto;margin-left:auto}.registry-modal{position:relative;background:#cceae3 url("/resources/images/decor/registry-bg.jpg") repeat-y;padding:45px 0 35px;margin:auto;max-width:440px}@media (min-width: 768px){.registry-modal{max-width:inherit;background-size:contain;background-position:0 bottom;background-repeat:no-repeat}}.registry-modal__close{position:absolute;top:12px;right:12px;font-size:22px;color:#106875;background:transparent;border:none;outline:none;transition:0.25s all ease}@media (min-width: 768px){.registry-modal__close--mob{display:none}}.registry-modal__close:hover{color:#56969f}.registry-modal__title{margin:0 0 35px}@media (max-width: 575px){.registry-modal__title::after,.registry-modal__title::before{display:none}}.registry-modal__body{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media (min-width: 768px){.registry-modal__body{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;padding:0 25px}}.registry-modal__content{padding:0 25px;-ms-flex-order:1;order:1;margin-top:80px}@media (min-width: 768px){.registry-modal__content{-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;-ms-flex-order:inherit;order:inherit;margin-top:0}}.registry-modal__form{padding:0 25px}@media (min-width: 768px){.registry-modal__form{-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%}}.registry-modal__form-text{display:none}@media (min-width: 768px){.registry-modal__form-text{display:block;text-align:center;color:#56969f;font-size:15px;font-family:"Roboto Condensed",sans-serif;margin:0 0 38px}}@media (min-width: 768px){.registry-modal__bonus--form{display:none}}.registry-modal__bonus-wrp{position:relative}@media (max-width: 767px){.registry-modal__bonus-wrp--cnt{display:none}}.registry-modal__bonus-text{font-family:Impact,Charcoal,sans-serif;font-size:20px;color:#106875;text-transform:uppercase;margin:0;position:absolute;bottom:20px;left:0;right:0;text-align:center}.registry-modal__bonus-text span{color:#27b43d}@media (min-width: 576px){.registry-modal__bonus-text{font-size:25px}}.modal-registration .modal-content{background:#cceae3}.modal-registration .modal-dialog{max-width:500px;margin-left:auto;margin-right:auto}@media (min-width: 768px){.modal-registration .modal-dialog{max-width:840px;width:inherit}}.advantage-modal{position:relative}.advantage-modal__wrap{list-style:none;padding:10px 20px;margin:5px 0 30px;background:#e7fdf8;position:relative;z-index:1}.advantage-modal__wrap::before{content:'';background:url("/resources/images/decor/modal-box-top-mob.png");background-size:contain;position:absolute;top:-20px;left:0;right:0;height:46px}.advantage-modal__wrap::after{content:'';background:url("/resources/images/decor/modal-box-bottom-mob2.png") no-repeat;background-size:contain;position:absolute;bottom:-26px;left:0;right:0;height:36px}.advantage-modal__bucks{display:none}@media (min-width: 768px){.advantage-modal__bucks{display:block;width:85px;height:103px;background:url("/resources/images/decor/5-bucks.png") no-repeat;position:absolute;right:-30px;bottom:-44px}}.advantage-modal__item{margin-bottom:15px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative;z-index:1}.advantage-modal__item:last-child{margin-bottom:0}.advantage-modal__icon{font-size:30px;margin-right:15px;display:inline-block;color:#8a92a5}@media (min-width: 576px){.advantage-modal__icon{font-size:34px;margin-right:20px}}.advantage-modal__text{font-size:14px;color:#56969f;text-transform:uppercase}@media (min-width: 576px){.advantage-modal__text{font-size:16px}}.modal-after-registry{text-align:center;padding:0 30px}@media (min-width: 992px){.modal-after-registry{padding:0 45px}}.modal-after-registry__img{margin-bottom:40px;padding-right:20px}.modal-after-registry__txt{font-size:15px;text-transform:uppercase;margin-bottom:20px;color:#56969f}.modal-after-registry__txt:last-child{margin-bottom:0}.after-registration-modal .modal-dialog{max-width:420px;margin-left:auto;margin-right:auto}.modal-congrats__image{position:relative;text-align:center}.modal-congrats__image-txt{position:absolute;top:78px;left:0;right:0;color:#fff;font-family:Impact,Charcoal,sans-serif;font-size:24px;font-weight:400;text-transform:uppercase;letter-spacing:0.98px}.modal-congrats__text{margin-top:20px;padding:0 30px;text-align:center;color:#106875;font-family:Impact,Charcoal,sans-serif;font-size:23px;font-weight:400;text-transform:uppercase;letter-spacing:0.63px}.modal-congrats__text span{color:#00d6a3}.modal-congrats .modal-dialog{max-width:420px;margin-right:auto;margin-left:auto}.modal-mga__title{white-space:nowrap}.modal-mga__timer{color:#56969f;font-family:"Roboto Condensed",sans-serif;font-size:15px;text-transform:uppercase;text-align:center}.modal-mga__timer span{font-weight:bold}.modal-mga__info{margin:10px 0 2px 0;color:#106875;font-family:Impact,Charcoal,sans-serif;font-size:18px;text-align:center;text-transform:uppercase}.modal-mga__items{padding:0;margin:0;list-style:none}.modal-mga__item{display:block;text-align:center;color:#56969f;font-family:"Roboto Condensed",sans-serif;font-size:15px;text-transform:uppercase}.modal-mga__sign-out-btn{margin-bottom:20px}.modal-reality .modal-dialog{max-width:420px;margin-right:auto;margin-left:auto}.terms-bonus-popup__wrap{background:#cceae3 url("/resources/images/decor/game-bg.png") no-repeat bottom;padding-bottom:8vw}.terms-bonus-popup__img-top{width:100%;max-width:100%;position:relative;top:5px}.terms-bonus-popup__img-bottom{width:100%;max-width:100%;-ms-transform:rotate(180deg);transform:rotate(180deg);position:relative;bottom:5px}.terms-bonus-popup__content{background:#fff;overflow:hidden;padding:5px 20px}@media (min-width: 992px){.terms-bonus-popup__content{padding:5px 40px}}.modal-page .modal-dialog{max-width:830px;margin-right:auto;margin-left:auto;width:auto}.modal-page .terms-bonus-popup__wrap{padding-bottom:8px}.update-modal__wrap{background:#cceae3 url("/resources/images/decor/game-bg.png") no-repeat bottom}.update-modal__img-top{width:100%;max-width:100%;position:relative;top:5px}.update-modal__img-bottom{width:100%;max-width:100%;-ms-transform:rotate(180deg);transform:rotate(180deg);position:relative;bottom:5px}.update-modal__content{background:#fff;overflow:hidden;padding:5px 20px}@media (min-width: 992px){.update-modal__content{padding:5px 40px}}.update-modal__terms-and-policy-update{max-height:300px;overflow:auto}.update-modal__input{margin:25px 0}.modal-update .modal-dialog{max-width:830px;margin-right:auto;margin-left:auto;width:auto}.after-account-confirmation{position:fixed;bottom:0;right:0;z-index:99}.after-account-confirmation__link{position:absolute;top:0;right:0;display:block;width:445px;height:300px}.modal-social{list-style:none;padding:10px 20px 30px;margin:5px 0 0;background:#ddf7f1;position:relative}@media (min-width: 768px){.modal-social{margin:38px 0 0}}.modal-social::before{content:'';background:url("/resources/images/decor/modal-box-bottom-mob.png") no-repeat;background-size:contain;-ms-transform:rotate(180deg);transform:rotate(180deg);position:absolute;top:-28px;left:0;right:0;height:30px}.modal-social::after{content:'';background:url("/resources/images/decor/modal-box-second-bg-2.png") no-repeat;background-size:cover;position:absolute;bottom:-6px;left:0;right:0;height:26px;z-index:2}.modal-social__title{color:#56969f;text-align:center;text-transform:uppercase;font-size:15px}.modal-after-confirmation__img{position:relative}.modal-after-confirmation__banner{position:absolute;top:0;bottom:0;right:0;left:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.modal-after-confirmation__img-text{background-image:linear-gradient(to right, #fb3f8c, #ff6d24);max-width:60%;margin:15px 0 0;padding:15px 10px;color:#fff;border-radius:14px;font-weight:bold;text-transform:uppercase}.modal-after-confirmation__img-text--big{font-size:18px}@media (min-width: 768px){.modal-after-confirmation__img-text--big{font-size:22px}}.modal-after-confirmation__btn{margin-bottom:14px}.modal-after-confirmation__txt{color:#56969f;margin:10px 0 0}.modal-after-confirmation__txt--bonus{margin:20px 0 0;letter-spacing:0.06em;line-height:1.6;font-size:16px}.modal-after-confirmation__payments{margin:40px -2px 0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.modal-after-confirmation__payments-item{max-height:20px;padding:0 2px;margin:5px 0}.modal-after-confirmation__payments-item--small{max-height:14px}.modal-after-confirmation__footer{margin:45px 0 0;text-align:center;color:#585f6d;text-transform:uppercase;font-size:16px;position:relative;top:16px}.modal-after-account-confirmation .modal-dialog,.modal-bonus .modal-dialog{max-width:420px;margin-right:auto;margin-left:auto}.loot-modal{background:#ddf7f1;color:#106875;position:relative;border-radius:8px}.loot-modal__main-wrp{position:relative;padding:55px 20px 20px;z-index:3}@media (min-width: 1200px){.loot-modal__header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}}.loot-modal__ttl{text-transform:uppercase;font-size:20px;font-weight:700;text-align:center}@media (min-width: 545px){.loot-modal__ttl{text-align:left}}.loot-modal__descr{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-size:20px}@media (min-width: 768px){.loot-modal__descr{-ms-flex-pack:justify;justify-content:space-between}}.loot-modal__instruction-btn{font-size:14px;display:none}.loot-modal__instruction-btn:hover{opacity:0.8}@media (min-width: 1200px){.loot-modal__instruction-btn{display:initial}}.loot-modal__instruction-btn-mob{display:block;outline:none;margin:0 auto}@media (min-width: 1200px){.loot-modal__instruction-btn-mob{display:none}}.loot-modal__instruction-btn-icon{color:#fff;display:inline-block;margin-left:5px;-ms-transform:rotate(90deg);transform:rotate(90deg)}@media (min-width: 1200px){.loot-modal__instruction-btn-icon{-ms-transform:rotate(0deg);transform:rotate(0deg)}}.loot-modal__instruction-btn-icon--active{-ms-transform:rotate(270deg);transform:rotate(270deg)}@media (min-width: 1200px){.loot-modal__instruction-btn-icon--active{-ms-transform:rotate(180deg);transform:rotate(180deg)}}.loot-modal__content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}@media (min-width: 768px){.loot-modal__content{padding-bottom:20px}}.loot-modal__promo-img{width:100%;margin:25px 0;border-radius:15px}.loot-modal__wheel-block{position:relative;padding:23px;margin-bottom:20px;max-width:300px}.loot-modal__wheel-img{animation:2s wheel-waiting ease-in-out infinite forwards}.loot-modal__wheel-img--spinning-10{animation:4.4s wheel-counted-spinning-1 cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards}.loot-modal__wheel-img--spinning-25{animation:4.4s wheel-counted-spinning-2 cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards}.loot-modal__wheel-img--spinning-50{animation:4.4s wheel-counted-spinning-3 cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards}.loot-modal__wheel-img--spinning-100{animation:4.4s wheel-counted-spinning-4 cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards}.loot-modal__wheel-img--spinning-200{animation:4.4s wheel-counted-spinning-5 cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards}.loot-modal__wheel-img--spinning-150{animation:4.4s wheel-counted-spinning-6 cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards}.loot-modal__wheel-rim{position:absolute;left:0;top:0}.loot-modal__wheel-stopper{position:absolute;width:30px;left:calc(50% - 15px);top:-1vw}@media (min-width: 545px){.loot-modal__wheel-stopper{top:0}}.loot-modal__prize-info{text-align:center;padding:0 10px 10px}.loot-modal__instructions{display:none;padding:15px;background:#fff;border-radius:0 0 8px 8px}@media (min-width: 1200px){.loot-modal__instructions{display:block;position:absolute;width:320px;height:100%;top:0;left:44%;padding:20px;z-index:-1;transition:all 1s ease;border-radius:0 8px 8px 0}}.loot-modal__instructions--showed{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}@media (min-width: 768px){.loot-modal__instructions--showed{left:99%}}.loot-modal__instruction-ttl{font-size:24px;margin:0;text-align:center}.loot-modal__instruction-ttl{font-size:16px}@media (min-width: 320px){.loot-modal__instruction-ttl{font-size:calc(16px + 8 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.loot-modal__instruction-ttl{font-size:24px}}.loot-modal__instruction-ttl--single{margin-bottom:20px}.loot-modal__steps-ttl{margin:20px 0}.loot-modal__steps-ttl{font-size:14px}@media (min-width: 320px){.loot-modal__steps-ttl{font-size:calc(14px + 6 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.loot-modal__steps-ttl{font-size:20px}}.loot-modal__steps{padding:0;counter-reset:section}.loot-modal__step-item{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;font-size:14px;text-align:left;margin-bottom:15px}.loot-modal__step-item{font-size:12px}@media (min-width: 320px){.loot-modal__step-item{font-size:calc(12px + 2 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.loot-modal__step-item{font-size:14px}}.loot-modal__step-item:before{counter-increment:section;content:counter(section);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;min-width:40px;height:40px;font-weight:700;font-size:18px;background:#FFE400;border-radius:50%;margin-right:20px}.loot-modal__spin-btn{margin-bottom:25px}.loot-modal__spin-btn--disabled{display:none}.loot-modal__close{position:absolute;top:10px;right:10px;color:#106875;font-size:22px;background:none;border:none;outline:none}@media (min-width: 768px){.loot-modal__close{top:15px;right:20px}}.loot-modal__timer{width:100%;margin-bottom:20px}.modal-loot .modal-content{border-radius:12px}.modal-loot .modal-dialog{max-width:545px;margin:30px auto}@media (min-width: 768px){.modal-loot .modal-dialog{width:545px}}.loot-appearing-animation{animation:6s lootbox-appearing ease-in-out 1 forwards}@keyframes wheel-waiting{0%{transform:rotate(-3deg)}50%{transform:rotate(3deg)}100%{transform:rotate(-3deg)}}@keyframes wheel-counted-spinning-1{0%{transform:rotate(0deg)}100%{transform:rotate(1080deg)}}@keyframes wheel-counted-spinning-2{0%{transform:rotate(0deg)}100%{transform:rotate(1036deg)}}@keyframes wheel-counted-spinning-3{0%{transform:rotate(0deg)}100%{transform:rotate(990deg)}}@keyframes wheel-counted-spinning-4{0%{transform:rotate(0deg)}100%{transform:rotate(945deg)}}@keyframes wheel-counted-spinning-5{0%{transform:rotate(0deg)}100%{transform:rotate(898deg)}}@keyframes wheel-counted-spinning-6{0%{transform:rotate(0deg)}100%{transform:rotate(1080deg)}}@keyframes lootbox-appearing{0%{opacity:0}100%{opacity:100%}}.modal-gallery{position:relative;max-height:80vh}.modal-gallery__close{position:absolute;top:-28px;right:-6px;padding:4px 6px;color:#fff;background:transparent;border:none;outline:none;font-size:14px;z-index:1;transition:0.25s all ease}@media (min-width: 768px){.modal-gallery__close{right:-30px;font-size:16px}}.modal-gallery__close:hover{opacity:0.8}.modal-gallery__icon{position:absolute;right:0;top:0;bottom:0;width:50px;font-size:20px;color:#fff;background:transparent;border:none;outline:none;transition:0.25s all ease}@media (min-width: 768px){.modal-gallery__icon{width:70px;font-size:30px}}.modal-gallery__icon:hover,.modal-gallery__icon:focus{opacity:0.8}.modal-gallery__icon--prev{left:0;right:inherit;-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.modal-gallery__img{max-height:80vh;max-width:100%}.modal-gallery-box{text-align:center;padding:0 !important}.modal-gallery-box::before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-4px}.modal-gallery-box .modal-dialog{display:inline-block;text-align:left;vertical-align:middle;width:auto}.modal-gallery-box .modal-content{background:transparent;border:none;box-shadow:none}.main-slider{display:block;position:relative;background:#ddf7f1}.main-slider::before{content:"";position:absolute;height:9vw;bottom:-3vw;right:0;left:0;background:url("/resources/images/decor/slider-min.png") no-repeat left bottom;background-size:contain;z-index:1;pointer-events:none}@media (min-width: 1920px){.main-slider::before{bottom:-4vw}}.main-slider::after{content:'';position:absolute;width:50px;height:50px;bottom:25px;right:14px;pointer-events:none;z-index:5;background:url("/resources/images/18plus_red.svg") no-repeat center/100%}.main-slider__main-link{position:absolute;width:100%;height:100%;z-index:20;transition:all ease 0.5s}.main-slider__main-link:hover{background-color:rgba(0,0,0,0.2)}.main-slider__main-link--full-width{display:block}.main-slider__static-pragmatic{position:relative;height:100%;width:100%;background:url("/resources/banner/pragmatic-promo/pragmatic-banner.jpg?v2") no-repeat center/cover}.main-slider__inner{background-image:linear-gradient(to left, rgba(0,155,147,0.7) 0%, rgba(0,172,136,0.7) 50%, rgba(90,209,150,0.7) 100%);position:absolute;top:0;bottom:0;left:0;max-width:450px;width:40%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:360px;padding:0 15px 5vw 15px;text-align:center}.main-slider__inner::after{content:'';position:absolute;top:0;bottom:0;right:-200px;background:url("/resources/images/decor/slider-content-right.png");width:200px;height:360px;background-size:cover}@media (min-width: 992px){.main-slider__inner::after{height:360px;width:219px;right:-219px}}.main-slider__inner--no-bg{background:none}.main-slider__inner--no-bg::after{content:none}.main-slider__content{-ms-flex-positive:1;flex-grow:1;color:#fff;letter-spacing:0.2em;line-height:1.1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;z-index:1}.main-slider__text-tl{margin:0;text-transform:uppercase;font-family:Impact,Charcoal,sans-serif}.main-slider__text-tl{font-size:22px}@media (min-width: 320px){.main-slider__text-tl{font-size:calc(22px + 24 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.main-slider__text-tl{font-size:46px}}.main-slider__text-tl--small{font-size:18px}@media (min-width: 320px){.main-slider__text-tl--small{font-size:calc(18px + 20 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.main-slider__text-tl--small{font-size:38px}}.main-slider__text-tl--smallest{font-size:18px}@media (min-width: 320px){.main-slider__text-tl--smallest{font-size:calc(18px + 4 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.main-slider__text-tl--smallest{font-size:22px}}.main-slider__text-dash{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;text-align:center;-ms-flex-pack:center;justify-content:center;-ms-flex-item-align:stretch;align-self:stretch;color:#cee5de;text-transform:uppercase;margin:0}.main-slider__text-dash{font-size:12px}@media (min-width: 320px){.main-slider__text-dash{font-size:calc(12px + 13 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.main-slider__text-dash{font-size:25px}}.main-slider__text-dash::before,.main-slider__text-dash::after{content:"";display:inline-block;-ms-flex:0 1 35px;flex:0 1 35px;height:1px;background:#cee5de;vertical-align:middle}.main-slider__text-dash::before{margin-right:10px}.main-slider__text-dash::after{margin-left:10px}.main-slider__money{position:relative;display:block;margin:0;line-height:1;font-family:Impact,Charcoal,sans-serif}.main-slider__money{font-size:40px}@media (min-width: 320px){.main-slider__money{font-size:calc(40px + 60 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.main-slider__money{font-size:100px}}.main-slider__money--small{font-size:38px}@media (min-width: 320px){.main-slider__money--small{font-size:calc(38px + 38 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.main-slider__money--small{font-size:76px}}.main-slider__money-elem{position:absolute;top:4px;right:-20px;min-width:32px;height:32px;line-height:32px;border-radius:50%;background:#fb3f8c linear-gradient(to right, #fb4089, #ff6b2a);letter-spacing:normal;font-family:"Roboto Condensed",sans-serif}.main-slider__money-elem{font-size:20px}@media (min-width: 320px){.main-slider__money-elem{font-size:calc(20px + 6 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.main-slider__money-elem{font-size:26px}}.main-slider__money-elem--small{font-size:12px}@media (min-width: 320px){.main-slider__money-elem--small{font-size:calc(12px + 4 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.main-slider__money-elem--small{font-size:16px}}.main-slider__text-bg{background:#00d89f linear-gradient(to right, #00d89f, #00c0d6);padding:4px 15px;border-radius:14px;font-family:"Roboto Condensed",sans-serif;letter-spacing:normal}.main-slider__text-bg{font-size:12px}@media (min-width: 320px){.main-slider__text-bg{font-size:calc(12px + 8 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.main-slider__text-bg{font-size:20px}}.main-slider__text-bg--big{font-size:18px}@media (min-width: 320px){.main-slider__text-bg--big{font-size:calc(18px + 17 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.main-slider__text-bg--big{font-size:35px}}.main-slider__btn{position:absolute;bottom:2.5vw;left:0;right:0;text-align:center;z-index:1}.main-slider__btn-link{vertical-align:bottom}.main-slider .carousel-inner>.item{height:360px}.main-slider .carousel-indicators{width:4vw;left:inherit;right:0;top:0;bottom:0;margin:0;padding:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.main-slider .carousel-indicators>li{border:1px solid #9ba2b2;margin:20px 0 0}.main-slider .carousel-indicators>li.active{width:10px;height:10px;background:#9ba2b2}.main-slider .carousel-control{right:0;left:inherit;top:inherit;background:none;width:4vw;height:35px;z-index:15;text-align:center;color:#9ba2b2;cursor:pointer;opacity:1}.main-slider .carousel-control span{font-family:'icon-sp' !important;font-size:16px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-shadow:none}.main-slider .carousel-control.left{bottom:110px}.main-slider .carousel-control.left span::before{content:""}.main-slider .carousel-control.right{bottom:140px}.main-slider .carousel-control.right span::before{content:""}.city-se .main-slider__main-link{pointer-events:none}.mobile-slider{position:relative;padding-bottom:25px;overflow:hidden}.mobile-slider:after{content:'';position:absolute;width:50px;height:50px;bottom:35px;right:14px;pointer-events:none;z-index:5;background:url("/resources/images/18plus_red.svg") no-repeat center/100%}.mobile-slider__btn{position:absolute;bottom:-25px;left:0;right:0;text-align:center}.mobile-slider__link{position:absolute;left:0;right:0;bottom:0;top:0}.mobile-slider__btn-link{vertical-align:bottom}.mobile-slider .carousel-inner{overflow:inherit}.mobile-slider .carousel-indicators{display:none}.mobile-slider .carousel-control .glyphicon{font-family:'icon-sp' !important}.mobile-slider .carousel-control .glyphicon-chevron-left::before{content:""}.mobile-slider .carousel-control .glyphicon-chevron-right::before{content:""}.search-block{position:relative}.search-block--top .search-block__dropdown{top:inherit;bottom:100%}.search-block--open.search-block--top .search-block__input{border-radius:0 0 24px 24px;box-shadow:0 15px 20px rgba(0,0,0,0.25)}.search-block--open.search-block--top .search-block__dropdown{border-radius:20px 20px 0 0;box-shadow:0 -4px 10px rgba(0,0,0,0.25)}.search-block--open .search-block__input{border-radius:24px 24px 0 0;box-shadow:0 15px 20px rgba(0,0,0,0.25)}.search-block--open .search-block__btn{border:none;background-image:inherit}.search-block--open .search-block__dropdown{display:block}.search-block__input{width:100%;height:36px;border-radius:20px;border:1px solid #eeeeee;outline:none;padding:0 20px;text-transform:uppercase;font-size:12px;transition:0.25s all ease}.search-block__input::-ms-clear{display:none}.search-block__input:focus{box-shadow:0 11px 15px rgba(0,0,0,0.25)}.search-block__btn{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:40px;height:36px;position:absolute;top:0;bottom:0;right:0;background-image:linear-gradient(to top, #efefef 0%, #fff 57%, #fff 100%);border:1px solid #eeeeee;color:#585f6d;font-size:14px;border-radius:20px;cursor:pointer}.search-block__dropdown{position:absolute;top:100%;left:0;z-index:995;display:none;width:100%;max-height:305px;overflow:auto;margin:0;padding:0;list-style:none;background-color:#fff;border-radius:0 0 20px 20px;border:1px solid #eee;border-top:none;text-transform:uppercase;box-shadow:0 15px 20px rgba(0,0,0,0.25);scrollbar-width:thin;scrollbar-color:#00c3d0 rgba(237,240,239,0.5)}.search-block__dropdown::-webkit-scrollbar{width:8px}.search-block__dropdown::-webkit-scrollbar-thumb{border-radius:5px;background-color:#00c3d0}.search-block__dropdown::-webkit-scrollbar-track{margin:10px 0 14px;border-radius:5px;background-color:rgba(237,240,239,0.5)}.search-block__item{border-bottom:1px solid #edf0ef;color:#7b7f8a;margin:0 20px;padding:5px 0;cursor:pointer;transition:0.25s all ease}.search-block__item:last-child{border:none}.search-block__item:hover{color:#4f535e}.search-block__link{display:-ms-flexbox;display:flex;cursor:pointer;padding:0;color:#585f6d;transition:0.25s all ease}.search-block__link:hover{color:#585f6d;opacity:0.8}.search-block__game-img{width:50px;height:50px;margin-right:10px}.search-block__text{-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;text-transform:uppercase;font-size:12px}.search-block__escape{display:none;position:fixed;top:0;bottom:0;left:0;right:0;z-index:994}.search-block .icon-sp--close{font-size:10px}.jackpot-block{background:#ddf7f1 url("/resources/images/decor/jackpot-bg.png") no-repeat top;background-size:contain;position:relative;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin-top:30px}@media (max-width: 575px){.jackpot-block{overflow:hidden}}@media (min-width: 992px){.jackpot-block{margin:0}}.jackpot-block::after{content:"";background:url("/resources/images/decor/jackpot-money.png") repeat;position:absolute;top:0;bottom:0;right:0;left:0}@media (max-width: 767px){.jackpot-block::after{background-size:cover}}.jackpot-block__girl-left{position:absolute;z-index:3;left:0}@media (max-width: 575px){.jackpot-block__girl-left{-ms-transform:scale(0.6);transform:scale(0.6);left:-50px}}@media (min-width: 992px){.jackpot-block__girl-left{position:relative}}.jackpot-block__girl-right{position:absolute;z-index:3;right:0}@media (max-width: 575px){.jackpot-block__girl-right{-ms-transform:scale(0.6);transform:scale(0.6);right:-50px}}@media (min-width: 992px){.jackpot-block__girl-right{position:relative}}.jackpot-block__content{display:inline-block;background:url("/resources/images/decor/jackpot-text.png") no-repeat center;background-size:contain;position:relative;z-index:1;padding:45px 10vw 30px;width:100%;min-width:42vw}@media (min-width: 576px){.jackpot-block__content{padding:50px 160px;width:inherit}}@media (min-width: 992px){.jackpot-block__content{padding:2vw 8vw 3.5vw}}.jackpot-block__title{color:#fff;font-family:Impact,Charcoal,sans-serif;font-size:calc(16px + 2vw);text-transform:uppercase;letter-spacing:1.25px;line-height:1}@media (min-width: 1200px){.jackpot-block__title{font-size:40px}}.jackpot-block__sum{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;position:relative;color:#eaff00;font-family:'Arial Black', Gadget, sans-serif;font-size:calc(16px + 3.8vw);font-weight:bold;text-transform:uppercase;line-height:1;text-shadow:.03em .03em 0 #c8d81b;padding-bottom:10px}@media (min-width: 1200px){.jackpot-block__sum{font-size:70px}}.jackpot-block__btn .button{font-size:16px}.welcome-package{background:#ddf7f1;position:relative;z-index:4;padding-bottom:50px}@media (min-width: 992px){.welcome-package{top:-11px;z-index:1}}.welcome-package--promotion{background:transparent;top:-11px;padding-bottom:25px}.ribbon{display:-ms-flexbox;display:flex;font-family:Impact,Charcoal,sans-serif}.ribbon::before{content:"";background:#fb4089;-ms-flex:1 1 auto;flex:1 1 auto;height:102px;position:relative;top:10px;right:-1px}.ribbon::after{content:"";background:#ff6d24;-ms-flex:1 1 auto;flex:1 1 auto;height:102px;position:relative;top:10px;right:1px}.ribbon__wrap{background:url("/resources/images/decor/welcome-package-bg.png") no-repeat center;height:114px;width:1048px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding-top:8px}@media (min-width: 768px){.ribbon__wrap{height:114px}}.ribbon__title{font-size:calc(14px + 1.5vw);color:#fff;text-transform:uppercase;margin:0;line-height:1;letter-spacing:0.87px}@media (min-width: 1200px){.ribbon__title{font-size:30px}}.ribbon__description{font-size:calc(10px + 1.5vw);color:#fff;text-transform:uppercase;margin:0;letter-spacing:0.87px}@media (min-width: 1200px){.ribbon__description{font-size:22px}}.ribbon__description-y{color:#eaff00}.ribbon__description-yl{color:#ffe99b}.ribbon-tournament{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.ribbon-tournament::before{content:"";background:url("/resources/images/decor/ribbon-lobby-tp.png") repeat-x center;width:100%;height:12px}.ribbon-tournament::after{content:"";background:url("/resources/images/decor/ribbon-lobby-bt.png") repeat-x center;width:100%;height:15px}.ribbon-tournament__content{background-color:#fff;padding:8px 0}.ribbon-tournament__title{font-family:Impact,Charcoal,sans-serif;font-size:18px;color:#304652;text-transform:uppercase;margin:0;text-align:center}@media (min-width: 768px){.ribbon-tournament__title{font-size:calc(20px + 3vw)}}@media (min-width: 1200px){.ribbon-tournament__title{font-size:48px}}.ribbon-tournament__description{font-size:10px;margin:0;color:#304652;text-align:center;text-transform:uppercase}@media (min-width: 768px){.ribbon-tournament__description{font-size:14px}}@media (min-width: 992px){.ribbon-tournament__description{font-size:18px}}.ribbon-winter{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:25px 0}.ribbon-winter::before{position:relative;z-index:1;content:"";background:url("/resources/images/decor/ribbon-lobby-tp.png") repeat-x center;width:100%;height:12px}.ribbon-winter::after{position:relative;z-index:1;content:"";background:url("/resources/images/decor/ribbon-lobby-bt.png") repeat-x center;width:100%;height:15px}.ribbon-winter__decor{position:relative}.ribbon-winter__decor::before{content:'';position:absolute;top:-45px;left:0;right:0;height:82px;background:url("/resources/images/decor/ribbon-winter-top.png") no-repeat center/contain}.ribbon-winter__decor::after{content:'';position:absolute;bottom:-70px;left:0;right:0;height:93px;background:url("/resources/images/decor/ribbon-winter-bottom.png") no-repeat center/contain}.ribbon-winter__content{position:relative;z-index:1;background-color:#fff;padding:8px 0}.ribbon-winter__title{font-family:Impact,Charcoal,sans-serif;color:#304652;text-transform:uppercase;margin:0;text-align:center}.ribbon-winter__title{font-size:14px}@media (min-width: 320px){.ribbon-winter__title{font-size:calc(14px + 16 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.ribbon-winter__title{font-size:30px}}.ribbon-winter__description{margin:0;color:#304652;text-align:center;text-transform:uppercase}.ribbon-winter__description{font-size:12px}@media (min-width: 320px){.ribbon-winter__description{font-size:calc(12px + 12 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.ribbon-winter__description{font-size:24px}}.ribbon-lobby{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:25px 15px 45px;font-family:Impact,Charcoal,sans-serif;background-color:#00d89f;background-image:url("/resources/images/decor/ribbon-lobby.png"),linear-gradient(to right, #00d89f, #00c1d5);background-position:center 101%;background-repeat:repeat-x}@media (min-width: 992px){.ribbon-lobby{padding:25px 15px 35px}}.ribbon-lobby__title{font-size:calc(14px + 1.5vw);color:#fff;text-transform:uppercase;margin:0;line-height:1.2em;letter-spacing:0.67px;text-align:center}@media (min-width: 1200px){.ribbon-lobby__title{font-size:30px}}.ribbon-lobby__wrp-btn{text-align:center}@media (max-width: 991px){.ribbon-lobby__wrp-btn{position:absolute;left:0;right:0;bottom:-15px}}@media (min-width: 992px){.ribbon-lobby__btn{font-size:18px;min-width:170px;border-radius:30px;padding:14px 20px 12px}}.ribbon-advantage{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;background-image:url("/resources/images/page/about-us/advantage-bg.png"),linear-gradient(to right, #00d8a0, #00c0d6);background-size:cover;margin:35px 0}@media (min-width: 1200px){.ribbon-advantage{margin:50px 0}}.ribbon-advantage::before{content:"";background:url("/resources/images/decor/ribbon-lobby.png") repeat-x center;width:100%;height:15px;-ms-transform:rotate(180deg);transform:rotate(180deg)}.ribbon-advantage::after{content:"";background:url("/resources/images/decor/ribbon-lobby.png") repeat-x center;width:100%;height:15px}.ribbon-advantage__content{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:0 15px}@media (min-width: 992px){.ribbon-advantage__content{padding:0 25px}}@media (min-width: 1200px){.ribbon-advantage__content{padding:0 40px}}.ribbon-advantage__title{color:#fff;font-family:Impact,Charcoal,sans-serif;font-size:18px;text-transform:uppercase;letter-spacing:1.26px;margin:0 20px 0 0}@media (min-width: 576px){.ribbon-advantage__title{font-size:calc(18px + 2vw)}}@media (min-width: 1200px){.ribbon-advantage__title{font-size:42px}}.ribbon-advantage__img{max-height:70px}@media (min-width: 768px){.ribbon-advantage__img{max-height:90px}}@media (min-width: 992px){.ribbon-advantage__img{max-height:120px}}@media (min-width: 1200px){.ribbon-advantage__img{max-height:inherit}}.arrow-lobby{display:none}@media (min-width: 992px){.arrow-lobby{color:#fff;font-size:20px;margin:0 15px;display:-ms-flexbox;display:flex}.arrow-lobby__item{animation:mouse-scroll 2s infinite;animation-direction:alternate}.arrow-lobby__item:nth-child(1){animation-delay:0.4s;opacity:0}.arrow-lobby__item:nth-child(2){animation-delay:0.8s;opacity:0.25}.arrow-lobby__item:nth-child(3){animation-delay:1.2s;opacity:0.5}.arrow-lobby__item:nth-child(4){animation-delay:1.6s;opacity:0.75}.arrow-lobby__item:nth-child(5){animation-delay:2s}}@keyframes mouse-scroll{0%{opacity:0}25%{opacity:0.25}50%{opacity:0.5}75%{opacity:.75}100%{opacity:1}}.ribbon-races{display:-ms-flexbox;display:flex;font-family:Impact,Charcoal,sans-serif;overflow:hidden}.ribbon-races::before{content:"";background:#00d89f;-ms-flex:1 1 auto;flex:1 1 auto;height:155px;position:relative;top:11px;right:-1px}.ribbon-races::after{content:"";background:#00c1d5;-ms-flex:1 1 auto;flex:1 1 auto;height:155px;position:relative;top:11px;left:-1px}.ribbon-races__wrap{background:url("/resources/images/decor/ribbon-races.png") no-repeat;min-height:168px;width:1048px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.ribbon-races__left-block{-ms-flex:1 1 auto;flex:1 1 auto;height:100%;position:relative}.ribbon-races__left-block::after{content:'';position:absolute;top:0;bottom:0;margin:auto;right:35%;background:url("/resources/images/decor/races-line.png") repeat-x;height:2px;width:calc(100% + 17vw);z-index:1}.ribbon-races__left-block::before{content:'';position:absolute;top:36px;background:url("/resources/images/decor/races-car-left.png") no-repeat;width:56px;height:35px;background-size:contain}.ribbon-races__flag-left{background:url("/resources/images/decor/races-flag-left.png") no-repeat right 50px;height:100%;display:block;position:relative;z-index:2}.ribbon-races__right-block{-ms-flex:1 1 auto;flex:1 1 auto;height:100%;position:relative}.ribbon-races__right-block::after{content:'';position:absolute;top:0;bottom:0;margin:auto;left:35%;background:url("/resources/images/decor/races-line.png") repeat-x;height:2px;width:calc(100% + 17vw);z-index:1}.ribbon-races__right-block::before{content:'';position:absolute;bottom:36px;background:url("/resources/images/decor/races-car-right.png") no-repeat;width:56px;height:35px;background-size:contain}.ribbon-races__flag-right{background:url("/resources/images/decor/races-flag-right.png") no-repeat left 50px;height:100%;display:block;position:relative;z-index:2}.ribbon-races__text{color:#fff;font-family:Impact,Charcoal,sans-serif;font-size:calc(14px + 2vw);font-weight:400;text-transform:uppercase;margin:0}@media (min-width: 1200px){.ribbon-races__text{font-size:46px}}.first-deposit{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;max-width:1048px;min-height:390px;padding:60px 0;margin:30px auto 0;background:url("/resources/images/decor/first-deposit-bg.png") no-repeat center;background-size:cover}.first-deposit__wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}.first-deposit__item{-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;text-align:center;padding:5px}@media (min-width: 992px){.first-deposit__item{-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%}}.first-deposit__title{font-family:Impact,Charcoal,sans-serif;font-size:16px;color:#106875;text-transform:uppercase;margin:20px 0}@media (min-width: 576px){.first-deposit__title{font-size:24px}}@media (min-width: 992px){.first-deposit__title{margin:30px 0 20px}}.first-deposit__descr{color:#56969f;font-size:12px}@media (min-width: 576px){.first-deposit__descr{font-size:15px}}.first-deposit__btn{position:absolute;bottom:-22px;right:0;left:0;text-align:center}.tourney-banner{background:#ddf7f1}@media (min-width: 992px){.tourney-banner{position:relative;top:-11px}}.tourney-banner__wrap{background:#e7fdf8 url("/resources/images/decor/tourney-banner-bg.png") no-repeat top;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;margin-top:40px;padding:0 15px 6.8vw;position:relative;overflow:hidden}@media (min-width: 768px){.tourney-banner__wrap{-ms-flex-pack:center;justify-content:center;overflow:inherit;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media (min-width: 1200px){.tourney-banner__wrap{background-size:cover;background-position:center -8vw}}.tourney-banner__wrap--pd-bottom{padding-bottom:7.5vw}.tourney-banner__content{display:-ms-flexbox;display:flex;-ms-flex:1 1 100%;flex:1 1 100%}@media (min-width: 1200px){.tourney-banner__content{-ms-flex:0 0 auto;flex:0 0 auto;margin:0 4vw}}.tourney-banner__girl-left{-ms-flex-item-align:end;align-self:flex-end;-ms-flex-order:1;order:1;position:relative;top:4.5vw;display:none}@media (min-width: 576px){.tourney-banner__girl-left{display:block}}@media (min-width: 768px){.tourney-banner__girl-left{-ms-flex-order:inherit;order:inherit}}@media (min-width: 1200px){.tourney-banner__girl-left{top:2.5vw}}.tourney-banner__girl-right{-ms-flex-item-align:end;align-self:flex-end;-ms-flex-order:2;order:2;position:relative;top:7.5vw;text-align:center;-ms-flex-positive:1;flex-grow:1}@media (min-width: 576px){.tourney-banner__girl-right{text-align:right}}@media (min-width: 768px){.tourney-banner__girl-right{-ms-flex-order:inherit;order:inherit;-ms-flex-positive:inherit;flex-grow:inherit}}.tourney-banner__img{margin-right:20px;max-width:110px;-ms-flex-positive:1;flex-grow:1}@media (min-width: 768px){.tourney-banner__img{max-width:inherit;margin-right:50px}}.tourney-banner__title{font-family:Impact,Charcoal,sans-serif;font-size:18px;color:#106875;text-transform:uppercase;margin-bottom:20px}@media (min-width: 768px){.tourney-banner__title{font-size:24px;margin-bottom:30px}}.tourney-banner__descr{font-size:12px;color:#56969f;text-transform:uppercase;margin:20px 0}@media (min-width: 768px){.tourney-banner__descr{font-size:15px;margin:30px 0}}.tourney-banner__list{font-size:12px;color:#56969f}@media (min-width: 768px){.tourney-banner__list{font-size:15px}}.tourney-banner__btn{position:absolute;left:0;right:0;margin-top:35px;text-align:center;z-index:2}@media (min-width: 768px){.tourney-banner__btn{position:relative;text-align:left}}.registration-form{position:relative;background:#e7fdf8;padding-top:20px}@media (min-width: 768px){.registration-form{margin:12px 0 0}}.registration-form::before{content:'';background:url("/resources/images/decor/modal-box-top-mob.png") no-repeat;background-size:contain;position:absolute;top:-20px;left:0;right:0;height:46px}.registration-form__wrap{position:relative;z-index:1;padding:0 20px}.registration-form__wrp-btn{position:relative;background:#ddf7f1;padding:30px 20px;margin-top:48px;text-align:center}.registration-form__wrp-btn::before{content:"";background:url("/resources/images/decor/modal-box-second-bg.png") no-repeat;background-size:cover;position:absolute;top:-21px;left:0;right:0;height:22px}.registration-form__wrp-btn::after{content:'';background:url("/resources/images/decor/modal-box-bottom-mob.png") no-repeat;background-size:contain;position:absolute;bottom:-28px;left:0;right:0;height:30px}.registration-form .form-field--password .ng-empty+.password-strength{max-height:0;margin:0}.registration-form .password-strength{max-height:50px;overflow:hidden;height:auto;transition:0.6s all ease}.statuses-panel{position:relative;margin:20px 0 30px;background:#ddf7f1;text-align:center}@media (min-width: 992px){.statuses-panel::before{content:"";position:absolute;top:-6px;left:0;display:block;width:100%;height:7px;background:url("/resources/images/decor/wave-user.png") repeat-x}}.statuses-panel::after{content:"";position:absolute;bottom:-6px;left:0;display:block;width:100%;height:7px;background:url("/resources/images/decor/wave.png") repeat-x;-ms-transform:scaleY(-1);transform:scaleY(-1)}.statuses-panel__user{position:relative;background:#c8ebe3;padding:10px 15px 20px}.statuses-panel__image{max-width:70px}.statuses-panel__other{position:relative;padding:10px 15px 0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.statuses-panel__other::before{content:"";position:absolute;top:-6px;left:0;display:block;width:100%;height:7px;background:url("/resources/images/decor/wave.png") repeat-x}.statuses-panel__title{color:#969aa1;font-size:11px;text-transform:uppercase;margin:0}.statuses-panel__balance-elem{margin:0;color:#106875;font-size:18px}.statuses-panel__btn-profile{margin:10px 0}.statuses-panel__btn-deposit{margin:0 0 14px}.statuses-panel__ribbon{position:absolute;top:46px;left:0;right:0;margin:auto;z-index:1}.statuses-panel__ribbon-wrp{display:inline-block;min-width:100px;padding:0 4px;margin-top:3px;position:relative;background:#f1330e;color:#fff;text-align:center;font-family:Impact,Charcoal,sans-serif;font-size:19px;letter-spacing:0.98px;text-transform:uppercase;height:34px;line-height:34px;border-left:1px solid #db4922;border-right:1px solid #db4922}.statuses-panel__ribbon-wrp::before,.statuses-panel__ribbon-wrp::after{content:"";position:absolute;display:block;bottom:-6px;border:24px solid #f36138;z-index:-1}.statuses-panel__ribbon-wrp::before{left:-11px;border-width:17px 10px 17px 6px;border-left-color:transparent}.statuses-panel__ribbon-wrp::after{right:-11px;border-width:17px 6px 17px 10px;border-right-color:transparent}.statuses-panel__ribbon-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:120px;display:-ms-inline-flexbox;display:inline-flex}.statuses-panel__ribbon-content::before,.statuses-panel__ribbon-content::after{content:"";position:absolute;display:block;border-style:solid;border-color:#bc2e0b transparent transparent transparent;bottom:-6px}.statuses-panel__ribbon-content::before{left:0;border-width:6px 0 0 6px}.statuses-panel__ribbon-content::after{right:0;border-width:6px 6px 0 0}.statuses-panel__points{margin:10px 0 0}.profile-menu{background:#cceae3;list-style:none;padding:0;margin:0;text-align:center}.profile-menu__item{margin-bottom:6px}.profile-menu__item:last-child{margin-bottom:0}.profile-menu__link{display:block;font-size:14px;text-transform:uppercase;padding:10px 0}.profile-menu__link:active{background:#ddf7f1}.bit-calc{display:inline-block;font-size:14px;color:#585f6d;margin-right:25px}.bit-calc input{width:70px;border:1px solid #585f6d;background:transparent;outline:none;padding:4px 8px;border-radius:6px}.cookies-policy{position:fixed;top:auto !important;bottom:0;left:0;right:0;background:rgba(0,0,0,0.6);z-index:100;padding:10px 10px 6px;font-size:14px;color:#fff}.cookies-policy[data-closing="true"]{display:none}.cookies-policy__wrap{text-align:center}.cookies-policy__txt{display:inline-block;margin:0 20px 10px;font-size:14px;padding:0}.cookies-policy__img{width:24px}.cookies-policy__btn{display:inline-block;position:relative;max-width:100%;color:#fff;padding:7px 20px 5px;font-size:12px;letter-spacing:0.30px;border-radius:18px;background-color:#fb3f8c;background-image:linear-gradient(to right, #fb3f8c, #ff6d24, #ff6d24, #fb3f8c);background-size:300% 100%;box-shadow:0 4px #cc4f1e;margin-bottom:4px;text-overflow:ellipsis;overflow:hidden;transition:.4s ease-in-out}.cookies-policy__btn:hover{color:#fff;background-position:100% 0}.cookies-policy__btn:active{box-shadow:0 1px #0ea3b2;top:2px}.cookies-policy__link{border-bottom:1px solid #fff;transition:0.25s all ease;color:#fff}.cookies-policy__link:hover,.cookies-policy__link:focus{color:#fff;border-color:transparent;text-decoration:none}.comparison-level__img{max-width:30px}@media (min-width: 768px){.comparison-level__img{max-width:70px}}.comparison-level__minus{display:inline-block;background:#f8e7e7;width:22px;height:22px;border-radius:50%;line-height:22px}@media (min-width: 768px){.comparison-level__minus{width:44px;height:44px;line-height:44px}}.comparison-level__plus{display:inline-block;background:#c8f6e2;width:22px;height:22px;border-radius:50%;line-height:22px}@media (min-width: 768px){.comparison-level__plus{width:44px;height:44px;line-height:44px}}.comparison-level__btn{position:absolute;bottom:-20px;left:0;right:0;text-align:center;z-index:1}@media (max-width: 767px){.comparison-level__btn a{padding:11px 15px 9px;font-size:12px}}.comparison-level__table{width:100%;border-spacing:0;padding:0 10px;background:transparent;border-collapse:separate;overflow:hidden;font-family:"Roboto Condensed",sans-serif;position:relative;z-index:1}@media (min-width: 768px){.comparison-level__table{padding:0 20px}}.comparison-level__th{background:transparent !important;color:#56969f;font-size:10px;font-weight:normal;text-transform:uppercase;text-align:center;padding:10px 3px 20px}@media (min-width: 768px){.comparison-level__th{font-size:12px;padding:10px 5px 20px}}@media (min-width: 992px){.comparison-level__th{font-size:15px}}.comparison-level__tr:nth-child(2n+1) td{background:#f3fdfb}.comparison-level__tr:nth-child(2n+1) td:first-child{border-radius:6px 0 0 6px}.comparison-level__tr:nth-child(2n+1) td:last-child{border-radius:0 6px 6px 0}.comparison-level__td{color:#56969f;padding:8px 3px;font-size:10px;line-height:16px;text-align:center}@media (min-width: 768px){.comparison-level__td{padding:8px 5px;font-size:14px}}@media (min-width: 992px){.comparison-level__td{padding:12px 20px;font-size:24px}}@media (min-width: 1200px){.comparison-level__td{font-size:30px}}.not-found{background:url("/resources/images/decor/two-line-bg.png") no-repeat center;text-align:center;background-size:cover;min-height:30vw;padding-bottom:30px;margin-top:40px}@media (min-width: 1200px){.not-found{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-bottom:0}}.not-found__wrap{-ms-flex-positive:1;flex-grow:1}.social-box{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:0 -5px;text-align:center}.social-box__item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex:0 0 auto;flex:0 0 auto;width:38px;height:38px;margin:4px 5px;border-radius:50%;border:1px solid #eee;background:#fff;transition:all 0.25s ease-in}.social-box__item:hover{box-shadow:0 15px 20px 0 rgba(50,50,50,0.25)}.social-box__img{max-height:18px}.social-box__img--vkontakte{max-height:12px}.reg-form{max-width:320px;margin:auto}.reg-form::before{content:'';display:block;background:url("/resources/images/decor/reg-form.png") no-repeat top/contain;width:100%;height:16px;-ms-transform:rotate(180deg);transform:rotate(180deg)}.reg-form::after{content:'';display:block;background:url("/resources/images/decor/reg-form.png") no-repeat top/contain;width:100%;height:16px}.reg-form__title{font-size:15px;text-transform:uppercase;color:#fff;text-align:center;margin:0 0 20px}.reg-form__wrap{background:rgba(0,0,0,0.6);padding:20px 15px}@media (min-width: 768px){.reg-form__wrap{padding:20px}}.reg-form__wrp-btn{text-align:center;margin:30px 0;padding:0 30px;position:relative}.reg-form__back-btn{position:absolute;top:0;left:0;bottom:0;margin:auto;height:30px;font-size:24px;cursor:pointer}.reg-form__text{color:#fff;text-align:center;text-transform:uppercase;font-size:15px}.reg-form__link{color:#00d6a3;transition:0.25s all ease}.reg-form__link:hover{color:#00edb9}.reg-form .input-elem{background:transparent;color:#fff}.reg-form .input-elem:-ms-input-placeholder{color:#fff}.reg-form .input-elem::placeholder{color:#fff}.reg-form .select-elem.open .select-elem__btn{background:#fff;color:#585f6d}.reg-form .select-elem.open .select-elem__btn:-ms-input-placeholder{color:#585f6d}.reg-form .select-elem.open .select-elem__btn::placeholder{color:#585f6d}.reg-form .select-elem.open .select-elem__caret{color:#585f6d}.reg-form .select-elem .select-elem__btn{background:transparent;color:#fff}.reg-form .select-elem .select-elem__btn:-ms-input-placeholder{color:#fff}.reg-form .select-elem .select-elem__btn::placeholder{color:#fff}.reg-form .select-elem .select-elem__caret{color:#fff}.reg-form .checkbox-elem{color:#fff}.reg-form .checkbox-elem a{color:#00d6a3;transition:0.25s all ease}.reg-form .checkbox-elem a:hover{color:#00edb9}.reg-form .form-field--password .ng-empty+.password-strength{max-height:0;margin:0}.reg-form .password-strength{max-height:50px;overflow:hidden;height:auto;transition:0.6s all ease}.last-winners{display:none}@media (min-width: 768px){.last-winners{display:block;position:fixed;bottom:0;left:0;right:0;background:#fff;z-index:10;box-shadow:10px 0 20px 0 rgba(50,50,50,0.12)}}@media (min-width: 992px) and (min-height: 560px){.last-winners{margin-left:160px;max-width:calc(100% - 160px)}}.last-winners__wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:10px 20px}.last-winners__list{width:100%;list-style:none;padding:0;margin:0}.last-winners__item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;opacity:0;animation:show-item-lw 3s ease-in-out forwards}.last-winners__item:nth-child(2){animation-delay:0.3s}@media (max-width: 767px){.last-winners__item:nth-child(2){display:none}}.last-winners__item:nth-child(3){animation-delay:0.6s}@media (max-width: 767px){.last-winners__item:nth-child(3){display:none}}.last-winners__item:nth-child(4){animation-delay:0.9s}@media (max-width: 991px){.last-winners__item:nth-child(4){display:none}}.last-winners__item:nth-child(5){animation-delay:1.2s}@media (max-width: 1199px){.last-winners__item:nth-child(5){display:none}}@media (min-width: 768px){.last-winners__item{width:33.333%}}@media (min-width: 992px){.last-winners__item{width:25%}}@media (min-width: 1200px){.last-winners__item{width:20%}}.last-winners__triangle{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-positive:1;flex-grow:1}.last-winners__triangle-btn{display:block;border:8px solid transparent;border-left:12px solid #00c55d;margin:0 20px;background:none;transition:0.25s all ease;outline:none}.last-winners__triangle-btn:hover{border-left-color:#00e263}.last-winners__image-block{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0}.last-winners__image-link{display:block;background:none;border:none;outline:none;width:48px;height:48px;border-radius:50%;padding:0;transition:0.4s all ease-in-out}.last-winners__image-link:hover{-ms-transform:scale(1.2);transform:scale(1.2)}.last-winners__img{border-radius:50%;max-width:100%}.last-winners__info{-ms-flex:1 1 auto;flex:1 1 auto;padding-left:15px;font-size:13px;overflow:hidden}.last-winners__name{display:block;margin:0;color:#585f6d;text-transform:uppercase;font-weight:bold;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.last-winners__game-link{display:block;max-width:100%;background:none;border:none;outline:none;margin:0;padding:0;color:#7a8496;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;transition:0.25s color ease-in-out}.last-winners__game-link:hover{color:#44495b}.last-winners__sum{display:block;color:#ef4036;font-size:16px;font-weight:bold;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.last-winners__close{background:transparent;border:none;outline:none;font-size:20px;color:#585f6d;transition:0.25s all ease-in-out}.last-winners__close:hover{color:#000}@keyframes show-item-lw{0%{opacity:0}50%,100%{opacity:1}}.last-winners-mob__list{list-style:none;padding:10px 20px;margin:0;box-shadow:0 0 20px 0 rgba(0,0,0,0.13);max-height:90px;overflow:hidden}.last-winners-mob__item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;max-width:450px;margin:0 auto 10px;height:0;opacity:0;animation:item-lwm 0.5s linear forwards}.last-winners-mob__triangle{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.last-winners-mob__triangle::after{display:block;content:"";border:8px solid transparent;border-left:12px solid #00c55d;margin:0 0 0 20px}.last-winners-mob__image-block{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0}.last-winners-mob__image-link{position:relative;display:block;background:none;border:none;outline:none;width:48px;height:48px;border-radius:50%;padding:0}.last-winners-mob__img{border-radius:50%;max-width:100%}.last-winners-mob__info{-ms-flex:1 1 auto;flex:1 1 auto;padding-left:15px;font-size:13px;overflow:hidden}.last-winners-mob__name{display:block;margin:0;color:#585f6d;text-transform:uppercase;font-weight:bold;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.last-winners-mob__game-link{display:block;max-width:100%;background:none;border:none;outline:none;margin:0;padding:0;color:#7a8496;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.last-winners-mob__sum{display:block;color:#ef4036;font-size:16px;font-weight:bold;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@keyframes item-lwm{0%{height:0;opacity:0}100%{height:70px;opacity:1}}.terms-tab{margin:25px 0 0}@media (min-width: 576px){.terms-tab{margin:25px 0 60px}}@media (min-width: 992px){.terms-tab{margin:60px 0 80px}}.terms-tab--mr-first{margin-bottom:25px}.terms-tab--mr-center{margin-top:25px;margin-bottom:25px}.terms-tab--mr-last{margin-top:25px}.terms-tab--active{margin-bottom:0}.terms-tab__title{cursor:pointer;position:relative;background:#e8f7f3;color:#106875;text-align:center;padding:15px 35px;margin:0 0 25px;border-radius:22px;text-transform:uppercase;font-family:Impact,Charcoal,sans-serif;transition:0.25s all ease}.terms-tab__title{font-size:17px}@media (min-width: 320px){.terms-tab__title{font-size:calc(17px + 8 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.terms-tab__title{font-size:25px}}@media (min-width: 768px){.terms-tab__title{padding:15px 45px}}.terms-tab__title:hover{opacity:0.8}.terms-tab__title::after{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:absolute;top:0;bottom:0;right:15px;font-family:'icon-sp' !important;content:""}.terms-tab__title::after{font-size:10px}@media (min-width: 320px){.terms-tab__title::after{font-size:calc(10px + 10 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.terms-tab__title::after{font-size:20px}}.terms-tab__title--active::after{content:""}.terms-tab__title--simple::after{display:none}.terms-tab__title--simple:hover{opacity:unset;cursor:unset}.terms-tab__text-item{margin:0;padding:10px 20px}@media (min-width: 768px){.terms-tab__table-wrap{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;grid-gap:40px}}.affilate-logo-block{text-align:center;margin:0 0 80px 0}.affilate-logo-block__descr{color:#fff;text-transform:uppercase;font-weight:700}.affilate-logo-block__descr{font-size:22px}@media (min-width: 320px){.affilate-logo-block__descr{font-size:calc(22px + 20 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.affilate-logo-block__descr{font-size:42px}}.affilate-logo-block__logo-wrp{display:inline-block;padding:10px;border-radius:6px;background-color:rgba(225,225,225,0.8)}.affilate-logo-block__logo{max-width:100%}.affilate-logo-block__logo--medium{max-height:45px}.casino-descr{margin-bottom:30px;padding:30px;border-radius:5px}.city-se .casino-descr{display:none}.casino-descr--mg-bottom{margin-bottom:8vw}.casino-descr__main-title{font-weight:700;text-align:center;text-transform:uppercase;margin-bottom:20px}.casino-descr__main-title{font-size:18px}@media (min-width: 320px){.casino-descr__main-title{font-size:calc(18px + 12 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.casino-descr__main-title{font-size:30px}}.casino-descr__tabs{margin:20px 0 0;padding:0;list-style:none}.casino-descr__tab-header{position:relative;font-weight:700;margin:0 0 20px;padding-left:30px;cursor:pointer;transition:opacity 0.5s ease}.casino-descr__tab-header{font-size:14px}@media (min-width: 320px){.casino-descr__tab-header{font-size:calc(14px + 4 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.casino-descr__tab-header{font-size:18px}}.casino-descr__tab-header:hover,.casino-descr__tab-header:active,.casino-descr__tab-header:focus{opacity:0.6}.casino-descr__tab-header:before{content:"";display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:absolute;top:0;bottom:0;left:4px;font-family:'icon-sp' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.casino-descr__tab-header:before{font-size:12px}@media (min-width: 320px){.casino-descr__tab-header:before{font-size:calc(12px + 4 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.casino-descr__tab-header:before{font-size:16px}}.casino-descr__tab-header.collapsed::before{content:""}.casino-descr__tab-body{font-size:12px}@media (min-width: 320px){.casino-descr__tab-body{font-size:calc(12px + 4 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.casino-descr__tab-body{font-size:16px}}.casino-descr__tab-body p:last-child{margin-bottom:0}.casino-descr__tab-body-wrap{padding:0 0 20px}.casino-descr__text-elem{margin-bottom:10px}.menu-providers{list-style:none;display:-ms-flexbox;display:flex;width:100%;margin-bottom:0;padding-left:0;margin-top:25px}.menu-providers__provider-icon{width:25px;margin-right:6px}.menu-providers__item{width:100%}.menu-providers__link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#585f6d;font-size:12px;text-transform:uppercase}.menu-providers__link:hover,.menu-providers__link:active{color:#fb3f8c}.menu-providers__link--current:hover,.menu-providers__link--current:focus,.menu-providers__link--current:active{text-decoration:none;color:#585f6d}.menu-provider-mob-item__provider-icon{width:25px;margin-right:14px}.menu-provider-mob-item__link{color:#585f6d;font-size:16px;text-transform:uppercase;transition:all .5s ease-in-out;-ms-flex-align:center;align-items:center}.menu-provider-mob-item__link:hover,.menu-provider-mob-item__link:active{color:#00d89f;opacity:.8}.menu-provider-mob-item__link:hover,.menu-provider-mob-item__link:focus{text-decoration:none}.menu-provider-mob-item__provider-name{display:block}.menu-provider-mob-item a{display:-ms-flexbox;display:flex}.mobile-menu-fixed{position:fixed;bottom:-150px;left:0;right:0;z-index:100;background:rgba(64,145,119,0.95);padding:15px 15px 15px 0;transition:1s;animation:appearing 2s 1;animation-delay:7s;animation-fill-mode:forwards}@media (min-width: 768px){.mobile-menu-fixed{display:none}}.mobile-menu-fixed__wrp{display:-ms-grid;display:grid;-ms-flex-align:center;align-items:center;-ms-grid-columns:auto 1fr auto;grid-template-columns:auto 1fr auto}.mobile-menu-fixed__icon{width:17vw;max-width:100px}.mobile-menu-fixed__info{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;padding-left:15px;color:#fff}.mobile-menu-fixed__info{font-size:12px}@media (min-width: 320px){.mobile-menu-fixed__info{font-size:calc(12px + 8 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.mobile-menu-fixed__info{font-size:20px}}.mobile-menu-fixed__text-lg{text-transform:uppercase;padding-bottom:5px}.mobile-menu-fixed__close{position:absolute;top:10px;right:10px;color:#fff;font-size:12px}.input-elem{font:inherit;font-size:15px;-webkit-appearance:none;max-width:100%;width:100%;height:50px;padding:0 20px;background:#fff;border-radius:24px;color:#585f6d;border:1px solid #eee;transition:0.25s all ease}.input-elem--textarea{height:auto;min-height:150px;padding:15px 20px}.input-elem:-ms-input-placeholder{text-transform:uppercase}.input-elem::placeholder{text-transform:uppercase}.input-elem:focus{outline:none;background-color:#fff;color:#585f6d;box-shadow:0 11px 15px rgba(0,0,0,0.25)}.input-elem:disabled{background-color:#f8f8f8;color:#999;border-color:#eee}.has-error .input-elem{border-color:#e06262}.error_msg{color:#e06262;font-size:9px;font-family:"Roboto Condensed",sans-serif;letter-spacing:0.9px;padding:2px 0 0 20px;text-transform:uppercase}.form-field{margin-bottom:20px}.form-field:last-child{margin-bottom:0}.form-wrp-btn{text-align:center;margin-top:35px}.password-strength{margin:6px 0;display:block}.password-strength__wrap{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0 20px}.password-strength__progress{margin:6px 0 6px 40px;height:4px;overflow:hidden;border-radius:4px;background-color:#cceae3;-ms-flex-positive:1;flex-grow:1}.password-strength__progress-bar{width:0;height:100%;border-radius:4px;transition:width .6s ease}.password-strength__progress-bar--danger{background-color:#e06262}.password-strength__progress-bar--warning{background-color:#fbd01f}.password-strength__progress-bar--info{background-color:#1db7e7}.password-strength__progress-bar--success{background-color:#8fc118}.password-strength__message{font-size:9px;font-family:"Roboto Condensed",sans-serif;text-transform:uppercase;letter-spacing:0.9px}.password-strength__message--danger{color:#e06262}.password-strength__message--warning{color:#e7ba00}.password-strength__message--info{color:#177c9b}.password-strength__message--success{color:#749720}.select-elem{position:relative}.select-elem.open .select-elem__btn{border-radius:24px 24px 0 0;box-shadow:0 15px 20px rgba(0,0,0,0.25)}.select-elem.open .select-elem__dropdown-menu{display:block}.select-elem.open .select-elem__caret::after{content:""}.select-elem__dropdown-menu{position:absolute;top:100%;left:0;z-index:995;display:none;width:100%;max-height:180px;overflow:auto;margin:0;padding:0;list-style:none;background-color:#fff;border-radius:0 0 20px 20px;border:1px solid #eee;border-top:none;text-transform:uppercase;box-shadow:0 15px 20px rgba(0,0,0,0.25)}.select-elem__dropdown-menu::-webkit-scrollbar{width:8px}.select-elem__dropdown-menu::-webkit-scrollbar-thumb{border-radius:5px;background-color:#00c3d0}.select-elem__dropdown-menu::-webkit-scrollbar-track{margin:10px 0 14px;border-radius:5px;background-color:rgba(237,240,239,0.5)}.select-elem__btn{width:100%;max-width:100%;outline:none;background:none;font-size:15px;line-height:50px;height:50px;text-transform:uppercase;text-align:left;border-radius:24px;padding:0 40px 0 20px;background:#fff;color:#585f6d;border:1px solid #eee;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.select-elem__close-box{position:fixed;top:0;bottom:0;right:0;left:0;z-index:2}.select-elem__item{border-bottom:1px solid #edf0ef;color:#7b7f8a;margin:0 20px;padding:12px 0;cursor:pointer;transition:0.25s all ease}.select-elem__item:last-child{border:none}.select-elem__item:hover{color:#4f535e}.select-elem__item--not-found{cursor:default}.select-elem__item--not-found:hover{color:#7b7f8a}.select-elem__link{display:block;cursor:pointer;padding:10px 0;color:#585f6d;transition:0.25s all ease}.select-elem__link:hover{color:#585f6d;opacity:0.8}.select-elem__text{text-transform:uppercase;font-size:12px}.select-elem__caret{position:absolute;top:20px;right:20px;color:#56969f;font-family:'icon-sp' !important;font-size:8px;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.select-elem__caret::after{content:""}.has-error .select-elem__btn,.has-error .select-elem__dropdown-menu{border-color:#e06262}.checkbox-elem{position:relative;padding:0 !important;color:#56969f}.checkbox-elem:hover,.checkbox-elem:focus{color:#106875}.checkbox-elem__input{display:none}.checkbox-elem__icon{display:inline-block;width:16px;height:16px;position:absolute;left:0;top:2px;margin:auto;border-radius:3px;border:1px solid #aeb5c4;padding:3px;transition:background-color .2s linear}.checkbox-elem__text{margin-left:26px;transition:0.25s all ease}.checkbox-elem__required{color:#e06262}.checkbox-elem [type=checkbox]:checked+.checkbox-elem__icon::after{content:"";position:absolute;top:0;bottom:0;right:0;left:0;background:#aeb5c4;margin:2px;border-radius:2px}.checkbox .error_msg{padding-left:26px}.radio-elem{position:relative;padding:0;color:#56969f;margin-right:10px}.radio-elem:last-child{margin-right:0}.radio-elem:hover,.radio-elem:focus{color:#106875}.radio-elem__input{display:none}.radio-elem__icon{display:inline-block;width:16px;height:16px;position:absolute;left:0;top:2px;margin:auto;border-radius:3px;border:1px solid #aeb5c4;padding:3px;transition:background-color .2s linear}.radio-elem__text{margin-left:26px;font-weight:400;transition:0.25s all ease}.radio-elem__required{color:#e06262}.radio-elem [type=radio]:checked+.radio-elem__icon::after{content:"";position:absolute;top:0;bottom:0;right:0;left:0;background:#aeb5c4;margin:2px;border-radius:2px}.birthday-field{display:-ms-flexbox;display:flex;margin:0}.birthday-field__input{font-size:15px;height:50px;padding:0 20px;background:#fff;color:#585f6d;border:1px solid #eee;transition:0.25s all ease;-moz-appearance:textfield}.birthday-field__input::-webkit-inner-spin-button,.birthday-field__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.birthday-field__input:-ms-input-placeholder{text-transform:uppercase}.birthday-field__input::placeholder{text-transform:uppercase}.birthday-field__input:focus{outline:none;background-color:#fff;color:#585f6d;box-shadow:0 11px 15px rgba(0,0,0,0.25)}.birthday-field__input:disabled{background-color:#f8f8f8;color:#999;border-color:#eee}.birthday-field__input--birthday-dd{-ms-flex:0 0 30%;flex:0 0 30%;max-width:30%;border-radius:24px 0 0 24px}.birthday-field__input--birthday-mm{-ms-flex:0 0 30%;flex:0 0 30%;max-width:30%}.birthday-field__input--birthday-yyyy{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%;border-radius:0 24px 24px 0}.has-error .birthday-field__input{border-color:#e06262}.tel-elem__label{position:absolute;top:10px;left:10px;color:#a9a9a9;padding:0 10px;-ms-transform-origin:0 0;transform-origin:0 0;line-height:1;transition:all .2s ease;pointer-events:none}.tel-elem__wrap{display:-ms-grid;display:grid;-ms-grid-columns:minmax(100px, 1fr) 2fr;grid-template-columns:minmax(100px, 1fr) 2fr;grid-gap:15px}.tel-elem__code-number{position:relative}.tel-elem__input-wrp{position:relative}.tel-elem__icon{position:absolute;left:20px;top:0;bottom:0;margin:auto;height:22px;border-radius:50%}.tel-elem__input{font:inherit;font-size:15px;-webkit-appearance:none;max-width:100%;width:100%;height:50px;padding:0 20px;background:#fff;border-radius:24px;color:#585f6d;border:1px solid #eee;transition:0.25s all ease}.tel-elem__input--textarea{height:auto;min-height:150px;padding:15px 20px}.tel-elem__input:-ms-input-placeholder{text-transform:uppercase}.tel-elem__input::placeholder{text-transform:uppercase}.tel-elem__input:focus{outline:none;background-color:#fff;color:#585f6d;box-shadow:0 11px 15px rgba(0,0,0,0.25)}.tel-elem__input--flag{padding:0 0 0 50px}.tel-elem__input--flag.ng-empty{padding:0;text-align:center;font-size:12px}.tel-elem__input--flag:focus{border-radius:24px 24px 0 0}.tel-elem__dropdown{position:absolute;top:100%;left:0;z-index:995;display:none;width:100%;max-height:180px;overflow:auto;line-height:1.2;margin:0;padding:0;list-style:none;background-color:#fff;border-radius:0 0 20px 20px;border:1px solid #eee;border-top:none;text-transform:uppercase;box-shadow:0 15px 20px rgba(0,0,0,0.25)}.tel-elem__dropdown::-webkit-scrollbar{width:8px}.tel-elem__dropdown::-webkit-scrollbar-thumb{border-radius:5px;background-color:#00c3d0}.tel-elem__dropdown::-webkit-scrollbar-track{margin:10px 0 14px;border-radius:5px;background-color:rgba(237,240,239,0.5)}.open .tel-elem__dropdown{display:block}.tel-elem__item{border-top:1px solid #edf0ef;color:#7b7f8a;padding:12px 0 12px 19px;font-size:15px;cursor:pointer;transition:0.25s all ease}.tel-elem__item:hover{color:#4f535e}.tel-elem__item:first-child{border:none}.tel-elem__item-img{height:22px;margin-right:5px;border-radius:50%}.tel-elem__close{position:fixed;top:0;bottom:0;right:0;left:0;z-index:10}.has-error .tel-elem__input,.has-error-mr .tel-elem__input{border-color:#f33535}.game-bar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;position:relative;padding-top:10px;z-index:5}@media (min-width: 768px){.game-bar{padding-top:20px}}.game-bar__menu{-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;padding:0 20px}@media (min-width: 992px){.game-bar__menu{-ms-flex-preferred-size:auto;flex-basis:auto;padding:0}}.game-bar__search-menu{display:-ms-flexbox;display:flex;padding:0 20px;margin-top:10px;-ms-flex-preferred-size:100%;flex-basis:100%}@media (min-width: 768px){.game-bar__search-menu{margin-top:20px}}@media (min-width: 992px){.game-bar__search-menu{padding:0 25px;margin-top:0;-ms-flex-preferred-size:auto;flex-basis:auto}}@media (min-width: 1200px){.game-bar__search-menu{-ms-flex-preferred-size:300px;flex-basis:300px}}.game-bar__search{-ms-flex-positive:1;flex-grow:1}.game-category{margin:0;padding:0;list-style:none;display:-ms-flexbox;display:flex}@media (max-width: 991px){.game-category{overflow:auto;padding-bottom:10px}}.game-category__item{position:relative;-ms-flex:1 1 100px;flex:1 1 100px;max-width:130px;text-align:center}.game-category__item::after{position:absolute;right:0;top:0;bottom:0;margin:auto;content:"";display:inline-block;width:1px;height:20px;background:#ececec}@media (max-width: 991px){.game-category__item{-ms-flex:1 0 100px;flex:1 0 100px}.game-category__item:last-child::after{display:none}}@media (max-width: 767px){.game-category__item--mobile-first{-ms-flex-order:-2;order:-2}}@media (max-width: 767px){.game-category__item--mobile-second{-ms-flex-order:-1;order:-1}}.game-category__link{color:#585f6d;position:relative;display:inline-block;font-size:12px;text-transform:uppercase;transition:0.25s color ease}.games-list{margin-top:20px;overflow:hidden}@media (min-width: 768px){.games-list{margin-top:30px}}.games-list--main{margin-bottom:45px}.games-list--line::before{content:"";display:block;background:url("/resources/images/decor/wave-grey.png") repeat-x;width:100%;height:7px}.games-list--other{margin:0}.games-list--other::before{content:"";display:block;background:url("/resources/images/decor/wave-grey.png") repeat-x;width:100%;height:7px;margin:28px 0}.games-list--lobby{padding:45px 0;margin-top:0}.games-list__wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:40px}.games-list__btn{text-align:center}.game-item{-ms-flex:1 1 33.3333%;flex:1 1 33.3333%;max-width:33.3333%;position:relative;z-index:2;transition:all .4s ease-in-out}@media (min-width: 768px){.game-item{-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%}}@media (min-width: 1200px){.game-item{-ms-flex:1 1 16.6666%;flex:1 1 16.6666%;max-width:16.6666%}}.game-item:hover{z-index:3;-ms-transform:scale(1.1);transform:scale(1.1);box-shadow:0 0 30px 12px rgba(0,255,212,0.4)}.game-item:hover .game-item__overlay{opacity:1}.game-item__overlay{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;width:100%;height:100%;padding:10px 0 0;background-color:rgba(0,0,0,0.65);opacity:0;transition:all .4s ease-in-out}@media (max-width: 1199px){.game-item__overlay--mob{display:none}}.game-item__overlay-title{color:#fff;font-size:12px;text-align:center;text-transform:uppercase;margin-bottom:15px}.game-item__overlay-actions{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.game-item__overlay-play{display:inline-block;width:40px;background:transparent;border:none;outline:none}@media (min-width: 1366px){.game-item__overlay-play{width:64px}}.game-item__overlay-demo{display:inline-block;color:#fff;text-transform:uppercase;margin:15px 0 0;position:relative;font-size:12px;padding:6px 12px;background:transparent;border:none;outline:none;transition:0.3s all ease}.game-item__overlay-demo::after{content:' ';position:absolute;z-index:-1;bottom:50%;left:50%;padding:0 2px;width:0;height:0;transition:0.4s all ease-in-out}.game-item__overlay-demo:hover{color:#fff;-ms-transform:scale(1.1);transform:scale(1.1);transition-delay:0.11s}.game-item__overlay-demo:hover::after{width:100%;height:100%;left:0;bottom:0;background:linear-gradient(to right, #00d89f, #00c0d6);border-radius:2.5em}.game-item__overlay-provider{text-align:center;padding:5px 15px;background:rgba(0,0,0,0.75)}.game-item__overlay-provider img{height:20px}.game-item__img{max-width:100%;width:100%}.game-item__labels{position:absolute;top:8px;right:8px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:end;align-items:flex-end}.game-item__label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:22px;height:22px;margin-bottom:10px;font-family:"Roboto Condensed",sans-serif;font-size:9px;color:#fff;border-radius:50%;text-transform:uppercase}@media (min-width: 768px){.game-item__label{width:30px;height:30px;font-size:11px}}.game-item__label:last-child{margin-bottom:0}.game-item__label--hot{background:#ff6a2b}.game-item__label--new{background:#00d5a6}.game-item__label--exclusive{background:#00B9F9;width:auto;height:auto;padding:6px;border-radius:12px}.game-item__label--mission{background:#ff993f;width:auto;height:auto;padding:6px;border-radius:12px}.game-item__jackpot{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;position:absolute;top:0;left:0;background:#ffcc00;font-size:11px;font-weight:bold;text-transform:uppercase;color:#fff;text-align:center;padding:5px}@media (min-width: 576px){.game-item__jackpot{font-size:12px}}@media (min-width: 1200px){.game-item__jackpot{font-size:14px}}.game-item__drops{position:absolute;top:0;left:0;bottom:0;width:40%;background:url("/resources/images/decor/label-drops-&-wins.svg") no-repeat top/contain}.lobby{margin-bottom:8vw}.lobby__header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;padding:0 20px 20px}@media (min-width: 1200px){.lobby__header{-ms-flex-direction:row;flex-direction:row;padding:0 20px}}.lobby__header-btn{-ms-flex-order:1;order:1}@media (min-width: 1200px){.lobby__header-btn{-ms-flex-order:inherit;order:inherit}}.lobby__header-title{-ms-flex-positive:1;flex-grow:1;margin:0 15px;width:100%}@media (min-width: 1200px){.lobby__header-title{width:auto}}.lobby__header-count{display:none}@media (min-width: 1200px){.lobby__header-count{display:block;color:#7b7f8a;font-size:12px;text-transform:uppercase}}.lobby__header-empty{display:none}@media (min-width: 1200px){.lobby__header-empty{display:-ms-flexbox;display:flex;opacity:0}}.lobby__mob-btn{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;font-size:20px;margin-left:10px;color:#969eaf;text-align:center;background:none;border:none;outline:none}@media (min-width: 992px){.lobby__mob-btn{display:none}}.lobby__mob-btn-text{display:block;text-transform:uppercase;font-size:10px;margin-top:5px;transition:0.25s all ease}.lobby-bar{margin:auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;padding:0 20px}@media (min-width: 992px){.lobby-bar{-ms-flex-direction:row;flex-direction:row}}.lobby-bar__search{-ms-flex:1 1 auto;flex:1 1 auto}@media (min-width: 1200px){.lobby-bar__search{margin-right:30px}}.lobby-category{-ms-flex:1 1 100%;flex:1 1 100%;padding:25px 0 0}@media (min-width: 992px){.lobby-category{padding:25px 25px 0 0;-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}}@media (min-width: 1600px){.lobby-category{padding-right:60px}}.lobby-category__wrap{list-style:none;margin:0;padding:0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;overflow:auto}@media (min-width: 992px){.lobby-category__wrap{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:inherit}}.lobby-category__other{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding-top:10px}@media (min-width: 992px){.lobby-category__other{padding-top:20px}}.lobby-category__item{text-align:center;padding:0 5px;margin-bottom:10px;-ms-flex:1 0 110px;flex:1 0 110px}@media (min-width: 992px){.lobby-category__item{-ms-flex:1 1 33.3333%;flex:1 1 33.3333%;max-width:33.3333%}}@media (min-width: 1200px){.lobby-category__item:nth-child(3n){text-align:right}.lobby-category__item:nth-child(3n+1){text-align:left}}.lobby-category__link{color:#585f6d;display:inline-block;text-align:center}@media (min-width: 1200px){.lobby-category__link{min-width:90px}}.lobby-category__icon{font-size:24px}.lobby-category__text{display:block;text-transform:uppercase;font-size:11px;margin-top:10px;transition:0.25s all ease}.lobby-provider{display:none}@media (min-width: 992px){.lobby-provider{display:block;text-align:right;-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;padding:20px 0 10px}}.lobby-provider__wrap{display:none}@media (min-width: 992px){.lobby-provider__wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;margin:0;list-style:none;text-align:left}}.lobby-provider__item{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;padding:0 5px 12px 0}@media (min-width: 1200px){.lobby-provider__item{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}}.lobby-provider__link{display:inline-block;position:relative;padding-left:22px;color:#585f6d;font-size:11px;text-transform:uppercase;cursor:pointer;transition:0.25s all ease}.lobby-provider__link:hover,.lobby-provider__link:focus{color:#7d8694}.lobby-provider__icon{display:inline-block;width:16px;height:16px;position:absolute;left:0;top:-1px;margin:auto;border-radius:3px;border:1px solid #aeb5c4;padding:3px;transition:background-color .2s linear}.lobby-provider__icon--current::after{content:"";position:absolute;top:0;bottom:0;right:0;left:0;background:#aeb5c4;margin:2px;border-radius:2px}.game-modal{position:fixed;width:100%;height:100%;z-index:1000}.game-modal__sga-container{position:absolute;top:0;bottom:0;left:0;right:0;padding:0;font-size:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;z-index:1}@media (min-width: 992px){.game-modal__sga-container{padding-left:160px}}@media (min-width: 1200px){.game-modal__sga-container{bottom:60px}}.game-modal__background{background:#bfdfd8;bottom:0;left:0;position:fixed;right:0;top:0;z-index:0;opacity:1;transition:opacity 1s ease-in}.game-modal__background-img{display:block;opacity:0;width:100%;max-width:100%;height:100%;object-fit:cover;position:absolute;left:0;top:0;right:0;bottom:0;transition:opacity 1s ease-in}.game-modal__box{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.game-modal__iframe-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;max-height:100%;width:100%;padding:0}.game-modal__iframe-item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;height:100%}.game-modal__box--two .game-modal__iframe-item{width:calc(50% - 6px)}.game-modal__box--four .game-modal__iframe-item{width:calc(50% - 6px);height:calc(50% - 6px)}.game-modal__box--four .game-modal__iframe-item:nth-child(3),.game-modal__box--four .game-modal__iframe-item:nth-child(4){margin-top:4px}.game-modal__iframe-item-inner{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;height:100%}.game-header{height:calc(100vh - 56px)}.page-game.game-full div[id*='livechat']{width:0 !important;height:0 !important;line-height:0 !important;overflow:hidden}.page-game.game-full .game-footer,.page-game.game-full .game-header{display:none}.search-menu{position:relative;margin-top:20px}@media (min-width: 768px){.search-menu::before{content:"";display:block;background:url("/resources/images/decor/wave-grey.png") repeat-x;width:100%;height:7px}}.search-menu__wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:0 25px}@media (min-width: 768px){.search-menu__wrap{padding:25px 25px 0}}.search-menu__providers{display:none}@media (min-width: 768px){.search-menu__providers{display:block;-ms-flex:0 0 180px;flex:0 0 180px}}.search-menu__search{-ms-flex-positive:1;flex-grow:1}@media (min-width: 768px){.search-menu__search{-ms-flex:0 0 250px;flex:0 0 250px}}.provider-filter.open .provider-filter__btn{box-shadow:0 11px 15px rgba(0,0,0,0.25)}.provider-filter.open .provider-filter__dropdown-menu{display:-ms-flexbox;display:flex}.provider-filter.open .provider-filter__caret::after{content:""}.provider-filter__btn{position:relative;width:100%;max-width:100%;outline:none;background:none;font-size:12px;line-height:36px;height:36px;text-transform:uppercase;text-align:left;border-radius:20px;padding:0 35px 0 20px;background:#fff;color:#585f6d;border:1px solid #eee;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:0.25s all ease}.provider-filter__caret{position:absolute;top:14px;right:16px;color:#56969f;font-family:'icon-sp' !important;font-size:8px;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.provider-filter__caret::after{content:""}.provider-filter__dropdown-menu{display:none;-ms-flex-wrap:wrap;flex-wrap:wrap;position:absolute;top:100%;left:0;z-index:995;width:100%;overflow:auto;margin:25px 0 0;padding:12px 25px 0;list-style:none;background-color:#fff;text-transform:uppercase;max-height:290px}@media (min-width: 768px){.provider-filter__dropdown-menu{max-height:inherit}}.provider-filter__item{-ms-flex:0 0 100%;flex:0 0 100%;padding:0 5px 12px 0}@media (min-width: 768px){.provider-filter__item{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;padding:0 5px 12px 0}}@media (min-width: 992px){.provider-filter__item{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}}@media (min-width: 1200px){.provider-filter__item{-ms-flex:0 0 14.28%;flex:0 0 14.28%;max-width:14.28%}}.provider-filter__link{display:block;position:relative;padding:4px 0 4px 22px;color:#585f6d;font-size:11px;text-transform:uppercase;cursor:pointer;transition:0.25s all ease}@media (min-width: 768px){.provider-filter__link{display:inline-block;padding:0 0 0 22px}}.provider-filter__link:hover,.provider-filter__link:focus{color:#7d8694}.provider-filter__checkbox{display:inline-block;width:16px;height:16px;position:absolute;left:0;top:3px;margin:auto;border-radius:3px;border:1px solid #aeb5c4;padding:3px;transition:background-color .2s linear}@media (min-width: 768px){.provider-filter__checkbox{top:-1px}}.provider-filter__checkbox--current::after{content:"";position:absolute;top:0;bottom:0;right:0;left:0;background:#aeb5c4;margin:2px;border-radius:2px}.provider-filter-mob{list-style:none;margin:0;padding:15px}.provider-filter-mob__item-mob{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;font-size:14px;color:#585f6d;text-transform:uppercase;margin-bottom:10px}.provider-filter-mob__close{color:#106875;background:transparent;border:none;outline:none;transition:0.25s all ease}.provider-filter-mob__close:hover{color:#56969f}.provider-filter-mob__item{padding:4px 0}.provider-filter-mob__link{display:inline-block;position:relative;padding-left:22px;color:#585f6d;font-size:12px;text-transform:uppercase;cursor:pointer;transition:0.25s all ease}.provider-filter-mob__link:hover,.provider-filter-mob__link:focus{color:#7d8694}.provider-filter-mob__icon{display:inline-block;width:16px;height:16px;position:absolute;left:0;top:-1px;margin:auto;border-radius:3px;border:1px solid #aeb5c4;padding:3px;transition:background-color .2s linear}.provider-filter-mob__icon--current::after{content:"";position:absolute;top:0;bottom:0;right:0;left:0;background:#aeb5c4;margin:2px;border-radius:2px}.mob-filter{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;font-size:20px;margin-left:10px;color:#969eaf;text-align:center;background:none;border:none;outline:none}@media (min-width: 768px){.mob-filter{display:none}}.mob-filter--md{display:-ms-flexbox;display:flex}@media (min-width: 992px){.mob-filter--md{display:none}}.mob-filter__text{display:block;text-transform:uppercase;font-size:10px;margin-top:5px;transition:0.25s all ease}.game-modal{position:fixed;width:100%;height:100%;z-index:1000}.game-modal__sga-container{position:absolute;top:0;bottom:0;left:0;right:0;padding:0;font-size:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;z-index:1}@media (min-width: 992px){.game-modal__sga-container{padding-left:160px}}@media (min-width: 1200px){.game-modal__sga-container{bottom:60px}}.game-modal__background{background:#bfdfd8;bottom:0;left:0;position:fixed;right:0;top:0;z-index:0;opacity:1;transition:opacity 1s ease-in}.game-modal__background-img{display:block;opacity:0;width:100%;max-width:100%;height:100%;object-fit:cover;position:absolute;left:0;top:0;right:0;bottom:0;transition:opacity 1s ease-in}.game-modal__box{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.game-modal__iframe-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;max-height:100%;width:100%;padding:0}.game-modal__iframe-item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;height:100%}.game-modal__box--two .game-modal__iframe-item{width:calc(50% - 6px)}.game-modal__box--four .game-modal__iframe-item{width:calc(50% - 6px);height:calc(50% - 6px)}.game-modal__box--four .game-modal__iframe-item:nth-child(3),.game-modal__box--four .game-modal__iframe-item:nth-child(4){margin-top:4px}.game-modal__iframe-item-inner{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;height:100%}.game-header{height:calc(100vh - 56px)}.page-game.game-full div[id*='livechat']{width:0 !important;height:0 !important;line-height:0 !important;overflow:hidden}.page-game.game-full .game-footer,.page-game.game-full .game-header{display:none}.game-controls{position:absolute;top:0;left:100%;display:block}.game-controls__nav{margin:0;padding:20px 0 0}.game-controls__nav--only{padding:0}.game-controls__item{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:44px;height:44px;font-size:20px;color:#106875;background:#bfdfd8;margin-bottom:2px;border-radius:0 4px 4px 0;cursor:pointer;transition:0.25s all ease;font-family:'icon-sp' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.game-controls__item:last-child{margin-bottom:0}.game-controls__item:hover,.game-controls__item:focus{background:#d2ede7;color:#fff}.game-controls__item--close::before{content:""}.game-controls__item--full::before{content:""}.game-controls__item--favorite::before{content:""}.game-controls__item--favotite-active{background:#fb3f8c linear-gradient(to right, #fb3f8c, #ff6d24);color:#fff}.game-controls__item--small{background:linear-gradient(to right, #00d89f, #00c0d5) !important;color:#fff}.game-controls__item--small::before{content:""}.game-controls__item--small:hover{opacity:0.8}.game-controls__item--split-1::before{content:""}.game-controls__item--split-2::before{content:""}.game-controls__item--split-4::before{content:""}.game-controls__item--active{background:linear-gradient(to right, #00d89f, #00c0d5);cursor:default;color:#fff}.game-controls__item--active:hover,.game-controls__item--active:focus{background:linear-gradient(to right, #00d89f, #00c0d5);cursor:default;color:#fff}.game-block{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:100%;height:100%;position:relative}.game-block--one .game-block__option{display:none}.game-block__option{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.game-block__button{-ms-flex-negative:0;flex-shrink:0;background:#bfdfd8;color:#106875;border-radius:6px 6px 0 0;border:none;outline:none;padding:0;font-size:10px;width:20px;height:20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;transition:0.25s all ease}.game-block__button:hover{background:#fb3f8c linear-gradient(to right, #fb3f8c, #ff6d24);color:#fff}.game-block__button:focus{color:#fff}.game-block__button--favorite-active{background:#fb3f8c linear-gradient(to right, #fb3f8c, #ff6d24);color:#fff}.game-block__title-wrp{-ms-flex-positive:1;flex-grow:1;text-align:center;margin:0;color:#585f6d;font-size:12px;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.game-block__title{display:-ms-inline-flexbox;display:inline-flex;min-height:20px;-ms-flex-align:center;align-items:center;padding:0 10px;border-radius:4px 4px 0 0;background:#bfdfd8}.game-block__wrapper{background:#bfdfd8;position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;-ms-flex:1;flex:1;overflow:hidden}.game-block__content{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;max-width:100%;-ms-flex:1 1 auto;flex:1 1 auto;background:#bfdfd8}.game-block__iframe{width:100%;height:100%;border:none;margin:0;max-width:100%;max-height:100%;outline:none}.game-block__autocomplete{width:90%;max-width:250px}.game-block__close{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:26px;height:26px;border-radius:2px;padding:0;margin:0;background-color:#262626;background-image:none;box-shadow:none;border:none;outline:none;font-size:12px;line-height:1;color:#fff;transition:color .3s ease, background-color .3s ease}body.device-desktop .game-block__close:hover{color:#fff;background-color:#ffc400}.game-close-sessions{padding:35px 30px 30px;color:#585f6d;background:#c4e9e1;border-radius:2px;text-align:center}.game-close-sessions__btn-wrp{margin:20px 0 0}.game-close-sessions__btn{padding:6px 10px;min-width:90px;margin:0 4px}.game-footer{position:absolute;bottom:0;left:0;right:0;z-index:997;background-color:#b5e1d7}.game-footer__panel{display:-ms-flexbox;display:flex;height:56px;background-color:#c4e9e1}.game-footer__links{-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex}.game-footer__link{position:relative;display:-ms-flexbox;display:flex;background:transparent;-ms-flex-align:center;align-items:center;padding:0 30px;color:#585f6d;font-size:13px;text-transform:uppercase;height:56px;border:none;border-right:1px solid #aed3cb;outline:none;transition:background-color .3s linear}.game-footer__link::after{content:"";display:inline-block;margin-left:15px;font-size:12px;color:#85bcbb;text-decoration:inherit;font-family:'icon-sp' !important;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.game-footer__link--active,.game-footer__link:hover{background-color:#b5e1d7;color:#585f6d}.game-footer__link:focus{text-decoration:none}.game-footer__link--clear::after{display:none}.game-footer__icon{margin-right:15px;font-size:26px;color:#85bcbb}.game-footer__search-wrap{-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0 25px}.game-footer__search{-ms-flex-positive:1;flex-grow:1;max-width:250px}.game-footer__info{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.game-footer__content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#1f2024;padding:0 50px;height:0;opacity:0;overflow:hidden;transition:height .3s ease, opacity .5s ease}.game-footer__content--opened{height:150px;opacity:1}.game-footer__subnav{list-style:none}.game-footer__subnav-item{padding:10px 5px}.game-footer__subnav-link{border:none;outline:none;padding:0}.game-footer__subnav-image{overflow:hidden;display:block}.game-footer__img{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:all 0.4s ease-out}.game-footer__img:hover{transform:translateZ(0) scale(1.15)}.game-footer .bx-wrapper .bx-controls-direction a{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:#fff;color:#85bcbb;border-radius:50%;text-indent:inherit;font-size:0;transition:0.4s all ease}.game-footer .bx-wrapper .bx-controls-direction a::after{font-size:12px;text-decoration:inherit;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.game-footer .bx-wrapper .bx-controls-direction a:hover{background:#c4e7df}.game-footer .bx-wrapper .bx-controls-direction a:focus{text-decoration:none}.game-footer .bx-wrapper .bx-prev{left:-40px}.game-footer .bx-wrapper .bx-prev::after{content:"\e257"}.game-footer .bx-wrapper .bx-next{right:-40px}.game-footer .bx-wrapper .bx-next::after{content:"\e258"}.clock-widget{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0 30px;background:#ddf7f1}.steps-trn{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}.steps-trn__item{-ms-flex:1 1 100%;flex:1 1 100%;position:relative;margin:60px 0 0;padding:0 15px;text-align:center;background:url("/resources/images/tournaments/block/oval.svg") no-repeat center/cover}@media (min-width: 768px){.steps-trn__item{-ms-flex:1 1 50%;flex:1 1 50%;max-width:calc(50% - 20px);margin:70px 10px 0}}@media (min-width: 992px){.steps-trn__item{-ms-flex:1 1 33%;flex:1 1 33%;max-width:calc(33% - 20px);margin:40px 10px 0}}.steps-trn__number{position:absolute;top:-25px;right:0;left:0;margin:auto;font-size:22px;background:url("/resources/images/tournaments/block/step.png") no-repeat center/contain;width:50px;height:50px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#56969f}@media (min-width: 768px){.steps-trn__number{width:73px;height:73px;top:-37px;font-size:30px}}.steps-trn__content{height:100%;padding:40px 15px 25px;color:#106875;font-family:Impact,Charcoal,sans-serif;text-transform:uppercase;overflow:hidden}.steps-trn__content{font-size:18px}@media (min-width: 320px){.steps-trn__content{font-size:calc(18px + 7 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.steps-trn__content{font-size:25px}}@media (min-width: 768px){.steps-trn__content{padding:50px 15px 25px}}.steps-winter{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}.steps-winter__item{-ms-flex:1 1 100%;flex:1 1 100%;position:relative;margin:60px 0 0;padding:0 15px;min-height:115px;text-align:center;background:url("/resources/images/tournaments/block/step-winter-bg.png") no-repeat center/cover}@media (min-width: 576px){.steps-winter__item{margin:80px 0 0}}@media (min-width: 768px){.steps-winter__item{-ms-flex:1 1 50%;flex:1 1 50%;max-width:calc(50% - 20px);margin:70px 10px 0;min-height:145px}}@media (min-width: 992px){.steps-winter__item{-ms-flex:1 1 33%;flex:1 1 33%;max-width:calc(33% - 20px);margin:40px 10px 0}}.steps-winter__item::before{content:'';position:absolute;top:-84%;left:0;right:0;background:url("/resources/images/tournaments/block/step-winter-snow.png") no-repeat center/contain;height:200px;pointer-events:none}@media (min-width: 768px){.steps-winter__item::before{top:-68%}}.steps-winter__number{position:absolute;top:-44px;right:0;left:0;margin:auto;font-size:22px;background:url("/resources/images/tournaments/block/step-winter-number.png") no-repeat center/contain;width:115px;height:74px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#106875;font-family:Impact,Charcoal,sans-serif}@media (min-width: 576px){.steps-winter__number{width:170px;height:121px;top:-85px;font-size:30px;padding:3px 3px 0 0}}@media (min-width: 768px){.steps-winter__number{top:-65px}}.steps-winter__content{height:100%;padding:40px 15px 25px;color:#fff;font-family:Impact,Charcoal,sans-serif;text-transform:uppercase;overflow:hidden}.steps-winter__content{font-size:18px}@media (min-width: 320px){.steps-winter__content{font-size:calc(18px + 7 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.steps-winter__content{font-size:25px}}@media (min-width: 768px){.steps-winter__content{padding:50px 15px 25px}}.tournament-modal{padding:45px 0 0}.tournament-modal__title{text-align:center;font-size:18px;font-weight:bold;text-transform:uppercase;border-bottom:2px solid #00d6a3;margin:0;padding:0 0 25px}@media (min-width: 992px){.tournament-modal__title{font-size:20px}}.tournament-modal__empty{min-height:200px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.tournament-modal__loader{min-height:200px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:url("/resources/images/preloader.gif") no-repeat center}.tournament-banner{background-image:linear-gradient(to left, #00d19e 0%, #00d19e 100%);color:#fff;overflow:hidden;position:relative}@media (min-width: 1200px){.tournament-banner{padding-bottom:3.5vw}}.tournament-banner::after{content:"";background:url("/resources/images/decor/tourney-footer.png") repeat-x;display:block;width:100%;height:6.7vw;position:absolute;bottom:0;z-index:2}.tournament-banner--winter{background:url("/resources/images/decor/winter-banner/winter-banner-bg.jpg") no-repeat center/cover}@media (min-width: 768px){.tournament-banner--winter{background-size:100%}}@media (min-width: 1200px){.tournament-banner--winter{min-height:620px}}.tournament-banner--winter::before{content:"";position:absolute;height:9vw;bottom:-2vw;right:0;left:0;background:url("/resources/images/decor/slider-min.png") no-repeat left bottom;background-size:cover;z-index:3}.tournament-banner--winter::after{content:none;display:none}.tournament-banner--ny{background:url("/resources/images/tournaments/winter/bg-winter.jpg") no-repeat center/cover}@media (max-width: 575px){.tournament-banner__content{position:relative;z-index:4;-ms-flex:2 1 auto;flex:2 1 auto}}.tournament-banner__wrap{display:-ms-flexbox;display:flex;text-align:center;position:relative}.tournament-banner__wrap--center{-ms-flex-pack:center;justify-content:center}.tournament-banner__left-block{-ms-flex:1 1 auto;flex:1 1 auto;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:end;justify-content:flex-end}.tournament-banner__left-block::after{content:'';position:absolute;left:10px;top:55%;bottom:36px;background:url("/resources/images/decor/races-car-left.png") no-repeat;width:25px;height:13px;background-size:contain}@media (min-width: 576px){.tournament-banner__left-block::after{width:67px;height:34px}}.tournament-banner__left-block::before{content:'';position:absolute;top:36px;background:url("/resources/images/decor/races-car-blue.png") no-repeat;width:25px;height:12px;background-size:contain}@media (min-width: 576px){.tournament-banner__left-block::before{width:67px;height:34px}}.tournament-banner__left-block--no-decor:before,.tournament-banner__left-block--no-decor:after{content:none;display:none}.tournament-banner__flag-left{display:block;position:relative;z-index:2}@media (max-width: 575px){.tournament-banner__flag-left{width:100px;position:absolute;left:0;bottom:0}}.tournament-banner__flag-left::before{content:"";background:url("/resources/images/decor/girl-3.png") no-repeat center;position:absolute;left:-20px;width:81px;height:200px;z-index:11;background-size:contain}@media (min-width: 576px){.tournament-banner__flag-left::before{width:153px;height:378px}}.tournament-banner__flag-left--winter::before{background-image:url("/resources/images/decor/winter-banner/girl-winter-left.png");width:111px;height:230px}@media (min-width: 576px){.tournament-banner__flag-left--winter::before{width:223px;height:488px;left:-100px}}.tournament-banner__line-left{position:absolute;top:0;bottom:0;margin:auto;right:35%;background:url("/resources/images/decor/races-line.png") repeat-x;height:2px;width:100%;z-index:1}.tournament-banner__right-block{-ms-flex:1 1 auto;flex:1 1 auto;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end}.tournament-banner__right-block::after{content:'';position:absolute;top:22%;left:10%;background:url("/resources/images/decor/races-car-green.png") no-repeat;width:25px;height:12px;background-size:contain}@media (min-width: 576px){.tournament-banner__right-block::after{width:66px;height:31px}}.tournament-banner__right-block::before{content:'';position:absolute;right:10px;bottom:36px;background:url("/resources/images/decor/races-car-right.png") no-repeat;width:25px;height:13px;background-size:contain}@media (min-width: 576px){.tournament-banner__right-block::before{width:63px;height:32px}}.tournament-banner__flag-right{display:block;position:relative;z-index:2}@media (max-width: 575px){.tournament-banner__flag-right{width:100px;position:absolute;right:0;bottom:0}}.tournament-banner__flag-right::before{content:"";background:url("/resources/images/decor/girl-4.png") no-repeat center;position:absolute;right:0;width:57px;height:200px;background-size:contain}@media (min-width: 576px){.tournament-banner__flag-right::before{width:111px;height:391px}}.tournament-banner__flag-right--winter::before{background-image:url("/resources/images/decor/winter-banner/girl-winter-right.png");width:111px;height:230px}@media (min-width: 576px){.tournament-banner__flag-right--winter::before{width:223px;height:488px;right:-100px}}.tournament-banner__line-right{position:absolute;top:0;bottom:0;margin:auto;left:35%;background:url("/resources/images/decor/races-line.png") repeat-x;height:2px;width:100%;z-index:1}.tournament-banner__content-tl{font-family:Impact,Charcoal,sans-serif;font-size:18px;letter-spacing:1.26px;text-transform:uppercase}@media (min-width: 576px){.tournament-banner__content-tl{font-size:calc(22px + 3vw)}}@media (min-width: 1200px){.tournament-banner__content-tl{font-size:55px}}.tournament-banner__content-tl--ny{font-size:18px}@media (min-width: 320px){.tournament-banner__content-tl--ny{font-size:calc(18px + 12 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.tournament-banner__content-tl--ny{font-size:30px}}.tournament-banner__content-descr{font-size:10px;margin:0 0 6px;text-transform:uppercase;letter-spacing:0.45px}@media (min-width: 576px){.tournament-banner__content-descr{font-size:14px;margin:15px 0}}@media (min-width: 992px){.tournament-banner__content-descr{font-size:18px}}.tournament-banner__content-descr--lg{font-weight:700;margin:0 0 40px 0}.tournament-banner__content-descr--lg{font-size:22px}@media (min-width: 320px){.tournament-banner__content-descr--lg{font-size:calc(22px + 23 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.tournament-banner__content-descr--lg{font-size:45px}}.tournament-banner__content-descr--ny{margin:0 0 20px;font-family:Impact,Charcoal,sans-serif;line-height:1.2}.tournament-banner__content-descr--ny{font-size:22px}@media (min-width: 320px){.tournament-banner__content-descr--ny{font-size:calc(22px + 23 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.tournament-banner__content-descr--ny{font-size:45px}}@media (min-width: 768px){.tournament-banner__content-descr--ny{margin:0 0 40px}}.tournament-banner__content-img{margin-top:10px;width:35px}@media (min-width: 576px){.tournament-banner__content-img{width:inherit;margin-top:20px}}.tournament-banner__content-img--ny{width:50px}@media (min-width: 576px){.tournament-banner__content-img--ny{width:inherit}}.tournament-banner__content-track{position:relative;z-index:4;width:35px}@media (min-width: 576px){.tournament-banner__content-track{width:inherit}}.tournament-banner__ribbon{position:relative;top:-15px}@media (min-width: 576px){.tournament-banner__ribbon{top:-25px}}.tournament-banner__btn-wrp{text-align:center;position:relative;z-index:3}@media (min-width: 1200px){.tournament-banner__btn-wrp{top:20px}}@media (min-width: 1200px){.tournament-banner__btn-wrp--winter{top:100px}}.tournament-banner__decor{position:absolute;bottom:0;z-index:2}.tournament-banner__decor--left{right:65%;width:120px}@media (min-width: 576px){.tournament-banner__decor--left{width:150px}}@media (min-width: 768px){.tournament-banner__decor--left{width:auto}}.tournament-banner__decor--right{left:65%;width:120px}@media (min-width: 576px){.tournament-banner__decor--right{width:150px}}@media (min-width: 768px){.tournament-banner__decor--right{width:auto}}.tournament-banner__decor--top-left{display:none}@media (min-width: 992px){.tournament-banner__decor--top-left{display:block;left:-140px;bottom:50px}}@media (min-width: 1200px){.tournament-banner__decor--top-left{bottom:140px}}.tournament-banner__decor--top-right{display:none}@media (min-width: 992px){.tournament-banner__decor--top-right{display:block;right:-140px;bottom:50px}}@media (min-width: 1200px){.tournament-banner__decor--top-right{bottom:140px}}.tournament-banner__decor--ny{max-width:1260px;margin:auto;right:0;left:0}.tournament-banner__decor--ny::before{content:"";position:absolute;bottom:-14px;left:-52px;min-width:160px;min-height:158px;width:40vw;height:40vw;max-width:459px;max-height:476px;background:url("/resources/images/tournaments/winter/decor-left.png") no-repeat center/contain}@media (min-width: 768px){.tournament-banner__decor--ny::before{bottom:0;left:-15%}}@media (min-width: 1200px){.tournament-banner__decor--ny::before{left:-12%}}@media (min-width: 1600px){.tournament-banner__decor--ny::before{left:-50px}}.tournament-banner__decor--ny::after{content:"";position:absolute;bottom:-15px;right:-56px;min-width:195px;min-height:158px;width:40vw;height:40vw;max-width:429px;max-height:455px;background:url("/resources/images/tournaments/winter/decor-right.png") no-repeat center/contain}@media (min-width: 768px){.tournament-banner__decor--ny::after{right:-15%}}@media (min-width: 1200px){.tournament-banner__decor--ny::after{right:-10%}}@media (min-width: 1600px){.tournament-banner__decor--ny::after{right:0}}.tournament-rc__pst{top:-20px}@media (min-width: 576px){.tournament-rc__pst{top:-12px}}.tournament-rc__wrap{padding:0 26px 0 20px}.tournament-rc__scroll{max-height:450px}@media (min-width: 992px){.tournament-rc__scroll{max-height:645px}}.tournament-rc .title-wave{white-space:nowrap}.tournament-winners{width:100%;border-spacing:0;background:transparent;border-collapse:separate;table-layout:fixed;overflow:hidden;font-family:"Roboto Condensed",sans-serif}.tournament-winners__th{background:transparent !important;color:#56969f;font-size:12px;font-weight:500;padding:18px 10px;text-transform:uppercase}@media (min-width: 992px){.tournament-winners__th{font-size:13px;padding:20px}}.tournament-winners__th--first{width:40px;padding:8px;text-align:center}@media (min-width: 768px){.tournament-winners__th--first{width:120px}}@media (min-width: 1200px){.tournament-winners__th--first{width:200px}}.tournament-winners__th--small{width:40px;padding:8px;text-align:center}@media (min-width: 768px){.tournament-winners__th--small{width:120px}}@media (min-width: 992px){.tournament-winners__th--small{width:40px}}@media (min-width: 1200px){.tournament-winners__th--small{width:200px}}.tournament-winners__tr:nth-child(2n+1) td{background:#f3fdfb}.tournament-winners__tr:nth-child(2n+1) td:first-child{border-radius:6px 0 0 6px}.tournament-winners__tr:nth-child(2n+1) td:last-child{border-radius:0 6px 6px 0}.tournament-winners__td{color:#56969f;padding:8px;font-size:12px;line-height:16px;text-overflow:ellipsis;overflow:hidden}@media (min-width: 992px){.tournament-winners__td{padding:12px 20px;font-size:15px}}.tournament-winners__td--first{width:40px;padding:8px;text-align:center}@media (min-width: 768px){.tournament-winners__td--first{width:120px}}@media (min-width: 1200px){.tournament-winners__td--first{width:200px}}.tournament-winners__td--small{width:40px;padding:8px;text-align:center}@media (min-width: 768px){.tournament-winners__td--small{width:120px}}@media (min-width: 992px){.tournament-winners__td--small{width:40px}}@media (min-width: 1200px){.tournament-winners__td--small{width:200px}}.tournament-winners__td--player{background:#00d19e !important;color:#fff !important}.tournament-winners__td--player:first-child{border-radius:6px 0 0 6px}.tournament-winners__td--player:last-child{border-radius:0 6px 6px 0}.tournament-timer{text-align:center}.tournament-timer__title-big{margin-bottom:20px;color:#106875;text-transform:uppercase;font-family:Impact,Charcoal,sans-serif}.tournament-timer__title-big{font-size:17px}@media (min-width: 320px){.tournament-timer__title-big{font-size:calc(17px + 8 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.tournament-timer__title-big{font-size:25px}}.tournament-timer__title-wrp{max-width:240px;margin:auto;position:relative;top:12px;display:inline-block;z-index:1}.tournament-timer__title-wrp::before{content:'';background:url("/resources/images/decor/oval-block-2.png") no-repeat center;background-size:cover;height:6px;position:absolute;top:-5px;left:0;right:0}.tournament-timer__title-wrp::after{content:'';background:url("/resources/images/decor/oval-block-2.png") no-repeat center;-ms-transform:rotate(180deg);transform:rotate(180deg);background-size:cover;height:6px;position:absolute;bottom:-5px;left:0;right:0}.tournament-timer__title-ctr{display:inline-block;background:#e8f7f3;padding:6px 15px}.tournament-timer__title{display:block;font-size:12px;line-height:1.1;text-align:center;color:#56969f}@media (min-width: 576px){.tournament-timer__title{font-size:14px}}.tournament-timer__prev{background:url("/resources/images/decor/timer-bg.png") no-repeat center/contain;margin-top:47px;min-height:96px;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-transform:uppercase}.tournament-timer__prev{font-size:17px}@media (min-width: 320px){.tournament-timer__prev{font-size:calc(17px + 8 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.tournament-timer__prev{font-size:25px}}.tournament-timer__counter{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding:20px 0 15px;background:url("/resources/images/decor/timer-bg.png") no-repeat center/contain}@media (min-width: 576px){.tournament-timer__counter{padding:20px 0 10px}}.tournament-timer__time{position:relative;color:#fff;padding:0 6px}@media (min-width: 768px){.tournament-timer__time{padding:0 12px}}.tournament-timer__time--dots::after{content:":";position:absolute;top:14px;left:0}.tournament-timer__value{font-size:24px}@media (min-width: 576px){.tournament-timer__value{font-size:36px}}.tournament-timer__unit{font-size:11px;text-align:center}.tournament-tabs{padding:0 0 10px;margin:0 -4px 20px;list-style:none;display:-ms-flexbox;display:flex;overflow:auto}@media (min-width: 768px){.tournament-tabs{margin:0 -8px 20px;padding:0 15px 10px}}@media (min-width: 992px){.tournament-tabs{-ms-flex-pack:center;justify-content:center}}.tournament-tabs__item{position:relative;-ms-flex:0 0 80px;flex:0 0 80px;text-align:center;margin:0 4px;padding-top:40px}@media (min-width: 768px){.tournament-tabs__item{-ms-flex:0 0 106px;flex:0 0 106px;padding-top:50px;margin:0 8px}}.tournament-tabs__label{margin:auto;position:absolute;top:12px;left:-10px;right:-10px;display:inline-block;z-index:1}@media (min-width: 768px){.tournament-tabs__label{min-width:100px}}.tournament-tabs__label::before{content:'';background:url("/resources/images/decor/oval-block-2.png") no-repeat center;background-size:cover;height:6px;position:absolute;top:-5px;left:0;right:0}.tournament-tabs__label::after{content:'';background:url("/resources/images/decor/oval-block-2.png") no-repeat center;-ms-transform:rotate(180deg);transform:rotate(180deg);background-size:cover;height:6px;position:absolute;bottom:-5px;left:0;right:0}.tournament-tabs__label-wrp{display:block;background:#e8f7f3;padding:0 15px;color:#56969f;font-size:12px;font-weight:bold;text-transform:capitalize}@media (min-width: 768px){.tournament-tabs__label-wrp{font-size:15px}}.tournament-tabs__wrap{background:url("/resources/images/decor/tourney-date.svg") no-repeat;padding:30px 10px 12px;background-size:cover;color:#304652;position:relative;cursor:pointer}@media (min-width: 768px){.tournament-tabs__wrap{padding:35px 10px 15px}}.tournament-tabs__wrap--in-progress{background-image:url("/resources/images/decor/tourney-date-active.svg");color:#fff}.tournament-tabs__date{display:block;font-size:22px;font-weight:300;line-height:1;margin-bottom:4px}@media (min-width: 768px){.tournament-tabs__date{font-size:38px}}.tournament-tabs__week{display:block;font-size:12px;text-transform:capitalize}@media (min-width: 768px){.tournament-tabs__week{font-size:15px}}.table-trn__banner{position:relative;padding:15px 0 0;text-align:center;line-height:1.2;color:#fff;letter-spacing:0.02em;font-family:Impact,Charcoal,sans-serif;text-transform:uppercase;background:url("/resources/images/tournaments/table/bg-mob.jpg") no-repeat center/cover;min-height:300px;height:70vw}@media (min-width: 768px){.table-trn__banner{padding:25px 0 0;height:60vw}}@media (min-width: 992px){.table-trn__banner{height:56vw;max-height:700px;background:url("/resources/images/tournaments/table/bg.jpg") no-repeat center/cover}}@media (min-width: 992px){.table-trn__banner::after{content:"";position:absolute;background:url("/resources/images/tournaments/table/girls.png") no-repeat center bottom/contain;right:0;left:0;bottom:0;top:0;max-width:1100px;margin:auto;pointer-events:none}}.table-trn__banner::before{content:"";position:absolute;height:9vw;bottom:-2vw;right:0;left:0;background:url("/resources/images/decor/slider-min.png") no-repeat left bottom;background-size:cover;z-index:1}.table-trn__banner--high{min-height:500px}@media (min-width: 768px){.table-trn__banner--high{height:90vw}}@media (min-width: 992px){.table-trn__banner--high{height:75vw;max-height:800px}}.table-trn__banner--winter{background:url("/resources/images/tournaments/winter-live/bg-mob-winter.jpg") no-repeat center/cover}@media (min-width: 992px){.table-trn__banner--winter{background:url("/resources/images/tournaments/winter-live/bg-winter.jpg") no-repeat center/cover}}.table-trn__banner--winter::after{background:url("/resources/images/tournaments/winter-live/girls-winter.png") no-repeat center bottom/contain}.table-trn__provider-logo-img{max-width:300px;margin-bottom:20px}@media (min-width: 768px){.table-trn__provider-logo-img{max-width:none}}.table-trn__cup{width:35px}@media (min-width: 768px){.table-trn__cup{width:70px}}@media (min-width: 992px){.table-trn__cup{width:94px}}.table-trn__cup--lg{width:47px}@media (min-width: 768px){.table-trn__cup--lg{width:95px}}@media (min-width: 992px){.table-trn__cup--lg{width:120px}}.table-trn__title{position:relative;z-index:1;margin:10px 0 0}.table-trn__title{font-size:18px}@media (min-width: 320px){.table-trn__title{font-size:calc(18px + 37 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.table-trn__title{font-size:55px}}@media (min-width: 768px){.table-trn__title{margin:20px 0 0}}.table-trn__money{position:relative;z-index:1;margin:0;color:#ffc926}.table-trn__money{font-size:22px}@media (min-width: 320px){.table-trn__money{font-size:calc(22px + 26 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.table-trn__money{font-size:48px}}.table-trn__text{position:relative;z-index:1;margin:0}.table-trn__text{font-size:12px}@media (min-width: 320px){.table-trn__text{font-size:calc(12px + 12 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.table-trn__text{font-size:24px}}.table-trn__btn-wrp{position:absolute;bottom:2.5vw;left:0;right:0;text-align:center;z-index:1}.table-trn__steps{position:relative;z-index:2}.table-trn__tourn-wrp{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin-top:25px}@media (min-width: 992px){.table-trn__tourn-wrp{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin:40px -15px 0}}.table-trn__tourn{-ms-flex-preferred-size:100%;flex-basis:100%}@media (min-width: 992px){.table-trn__tourn{padding:0 15px;-ms-flex-preferred-size:50%;flex-basis:50%}}.table-trn__tourn--order{-ms-flex-order:1;order:1}@media (min-width: 992px){.table-trn__tourn--order{-ms-flex-order:inherit;order:inherit}}.table-trn__pst{top:-20px}@media (min-width: 576px){.table-trn__pst{top:-12px}}.table-trn__wrap{padding:0 26px 0 20px}.table-trn__scroll{max-height:450px;overflow:auto;scrollbar-width:thin;scrollbar-color:#00d6a3 transparent}@media (min-width: 992px){.table-trn__scroll{max-height:645px}}.table-trn__scroll--modal{height:64vh}.table-trn__scroll::-webkit-scrollbar{width:6px}.table-trn__scroll::-webkit-scrollbar-thumb{border-radius:5px;background-color:#00d6a3}.table-trn__scroll::-webkit-scrollbar-track{border-radius:5px}.table-trn__last-btn{text-align:center;position:relative}@media (min-width: 576px){.table-trn__last-btn{top:-38px}}.table-trn__btn-box{margin-top:30px;text-align:center}.trnmnts-list__dropdown{max-height:0;overflow:hidden;height:auto;padding-left:25px;text-transform:uppercase;transition:0.6s all ease}.open .trnmnts-list__dropdown{max-height:300px}.trnmnts-list__list-wrp{position:absolute;min-width:210px;background-color:#fff;left:145px;bottom:100%;margin:0 0 -32px;display:none;border-radius:5px;box-shadow:0 22px 35px 1px rgba(0,0,0,0.47);border:1px solid #edf0ef}.trnmnts-list__list-wrp:after{content:'';position:absolute;border:10px solid transparent;border-right:10px solid #fff;left:-20px;bottom:10px}.trnmnts-list__item{color:#585f6d;text-align:left;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;white-space:normal;position:relative;padding:12px 0 12px 10px}.trnmnts-list__item:not(:last-child){border-bottom:1px solid #edf0ef}.trnmnts-list__item--the-table-tournament:hover,.trnmnts-list__item--the-table-tournament:focus,.trnmnts-list__item--the-table-tournament:active,.trnmnts-list__item--winter-live-tournament:hover,.trnmnts-list__item--winter-live-tournament:focus,.trnmnts-list__item--winter-live-tournament:active{color:#00d6a3}.trnmnts-list__item--tournaments:hover,.trnmnts-list__item--tournaments:focus,.trnmnts-list__item--tournaments:active{color:#ef4036}.trnmnts-list__item--pragmatic-tournament:hover,.trnmnts-list__item--pragmatic-tournament:focus,.trnmnts-list__item--pragmatic-tournament:active{color:#FF6830}.trnmnts-list__item--online-lottery:hover,.trnmnts-list__item--online-lottery:focus,.trnmnts-list__item--online-lottery:active{color:#ff993f}.trnmnts-list__item--provider-tournament:hover,.trnmnts-list__item--provider-tournament:focus,.trnmnts-list__item--provider-tournament:active{color:#0b2b5f}.trnmnts-list__item--tournament-150000:hover,.trnmnts-list__item--tournament-150000:focus,.trnmnts-list__item--tournament-150000:active{color:#8B2B8F}.trnmnts-list__item--winter-lottery-2020:hover,.trnmnts-list__item--winter-lottery-2020:focus,.trnmnts-list__item--winter-lottery-2020:active,.trnmnts-list__item--winter-lottery:hover,.trnmnts-list__item--winter-lottery:focus,.trnmnts-list__item--winter-lottery:active{color:#fb3f8c}.trnmnts-list__item--winter-tournament-2019:hover,.trnmnts-list__item--winter-tournament-2019:focus,.trnmnts-list__item--winter-tournament-2019:active,.trnmnts-list__item--winter-slot-race:hover,.trnmnts-list__item--winter-slot-race:focus,.trnmnts-list__item--winter-slot-race:active{color:#8B2B8F}.trnmnts-list__item--netent-tournament:hover,.trnmnts-list__item--netent-tournament:focus,.trnmnts-list__item--netent-tournament:active{color:#212392}.trnmnts-list__item--quickspin-festival:hover,.trnmnts-list__item--quickspin-festival:focus,.trnmnts-list__item--quickspin-festival:active{color:#01C9D1}.trnmnts-list__item--take-the-bank-promo:hover,.trnmnts-list__item--take-the-bank-promo:focus,.trnmnts-list__item--take-the-bank-promo:active{color:#00B9F9}.trnmnts-list__item--the-drops-and-wins-network-promotion:hover,.trnmnts-list__item--the-drops-and-wins-network-promotion:focus,.trnmnts-list__item--the-drops-and-wins-network-promotion:active{color:#f19021}.trnmnts-list__item--hit_that_sweet_slot:hover,.trnmnts-list__item--hit_that_sweet_slot:focus,.trnmnts-list__item--hit_that_sweet_slot:active{color:#8B2B8F}.trnmnts-list__item--hot_spin_tournament:hover,.trnmnts-list__item--hot_spin_tournament:focus,.trnmnts-list__item--hot_spin_tournament:active{color:#ff993f}.trnmnts-list__item--live-casino-tournament:hover,.trnmnts-list__item--live-casino-tournament:focus,.trnmnts-list__item--live-casino-tournament:active{color:#00B9F9}.trnmnts-list__item--max-quest-series:hover,.trnmnts-list__item--max-quest-series:focus,.trnmnts-list__item--max-quest-series:active{color:#00B9F9}.trnmnts-list__icon{display:inline-block;font-size:22px;margin-right:10px;vertical-align:middle;min-width:35px;text-align:center}.trnmnts-list__icon--the-table-tournament,.trnmnts-list__icon--winter-live-tournament{color:#00d6a3}.trnmnts-list__icon--tournaments{color:#ef4036}.trnmnts-list__icon--pragmatic-tournament{color:#FF6830}.trnmnts-list__icon--online-lottery{color:#ff993f}.trnmnts-list__icon--provider-tournament{color:#0b2b5f}.trnmnts-list__icon--tournament-150000{color:#8B2B8F}.trnmnts-list__icon--winter-lottery-2020,.trnmnts-list__icon--winter-lottery{color:#fb3f8c}.trnmnts-list__icon--winter-tournament-2019,.trnmnts-list__icon--winter-slot-race{color:#8B2B8F}.trnmnts-list__icon--netent-tournament{color:#212392}.trnmnts-list__icon--quickspin-festival{color:#01C9D1}.trnmnts-list__icon--take-the-bank-promo{color:#00B9F9}.trnmnts-list__icon--the-drops-and-wins-network-promotion{color:#f19021}.trnmnts-list__icon--hit_that_sweet_slot{color:#8B2B8F}.trnmnts-list__icon--hot_spin_tournament{color:#ff993f}.trnmnts-list__icon--live-casino-tournament{color:#00B9F9}.trnmnts-list__icon--max-quest-series{color:#00B9F9}.trnmnts-list__trnmnt-quantity{position:absolute;width:15px;height:15px;border-radius:50%;top:11px;left:11px;background-color:#00d6a3;color:#fff;text-align:center;padding-top:2px;animation:trnmnt-quantity-rotate 10s ease infinite}@keyframes trnmnt-quantity-rotate{0%{transform:rotateY(0)}50%{transform:rotateY(360deg)}100%{transform:rotateY(0)}}.provider-trn{position:relative}.provider-trn__banner{position:relative;overflow:hidden;padding-bottom:50px}@media (min-width: 768px){.provider-trn__banner{height:60vw;padding-bottom:0}}@media (min-width: 992px){.provider-trn__banner{height:50vw}}@media (min-width: 1200px){.provider-trn__banner{max-height:700px}}.provider-trn__banner::before{content:"";position:absolute;height:75px;bottom:0;right:0;left:0;background:url("/resources/images/decor/slider-min.png") no-repeat left bottom;background-size:cover;z-index:3}@media (min-width: 768px){.provider-trn__banner::before{height:9vw}}@media (min-width: 768px){.provider-trn__banner--medium{height:45vw}}@media (min-width: 992px){.provider-trn__banner--medium{height:40vw}}@media (min-width: 1200px){.provider-trn__banner--high{max-height:none;height:62vw}}.provider-trn__wrap{position:absolute;top:0;right:0;bottom:0;left:0;padding:20px 15px;text-align:center;font-family:Impact,Charcoal,sans-serif;text-transform:uppercase;line-height:1.2}@media (min-width: 576px){.provider-trn__wrap{padding:30px 15px}}.provider-trn__img-star{max-width:60px}@media (min-width: 576px){.provider-trn__img-star{max-width:70px}}@media (min-width: 768px){.provider-trn__img-star{max-width:100%}}.provider-trn__title{margin:20px 0 0;color:#fff}.provider-trn__title{font-size:20px}@media (min-width: 320px){.provider-trn__title{font-size:calc(20px + 35 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.provider-trn__title{font-size:55px}}@media (min-width: 768px){.provider-trn__title{margin:40px 0 0}}.provider-trn__description{margin:0;color:#fdea4f}.provider-trn__description{font-size:20px}@media (min-width: 320px){.provider-trn__description{font-size:calc(20px + 35 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.provider-trn__description{font-size:55px}}.provider-trn__btn-wrp{position:absolute;bottom:50px;left:0;right:0;z-index:4}@media (min-width: 768px){.provider-trn__btn-wrp{bottom:5vw}}.provider-trn__btn-wrp-simple{padding:20px 0;text-align:center}.provider-trn__steps{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}@media (min-width: 768px){.provider-trn__steps{padding-top:20px}}@media (min-width: 992px){.provider-trn__steps{width:100%}}.provider-trn__steps-wrp{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}@media (min-width: 768px){.provider-trn__steps-wrp{-ms-flex-pack:distribute;justify-content:space-around}}@media (min-width: 1200px){.provider-trn__steps-wrp{width:100%;-ms-flex-pack:justify;justify-content:space-between}}.provider-trn__win-table-wrp{margin-top:25px}.provider-trn__validity{background-color:#f3fdfb;padding:15px 0;text-align:center;color:#106875;font-weight:700;text-transform:uppercase;border-radius:20px}.provider-trn__validity{font-size:14px}@media (min-width: 320px){.provider-trn__validity{font-size:calc(14px + 8 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.provider-trn__validity{font-size:22px}}.winter-trn__contain{max-width:1920px;margin:auto}.winter-trn__steps{margin:30px 0}.winter-trn__btn-wrp{margin-top:30px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.winter-trn__btn-wrp--rul{margin-top:-35px}.lottery-page__banner{position:relative;padding:15px 0 0;text-align:center;line-height:1.2;color:#fff;letter-spacing:0.02em;text-transform:uppercase;background:url("/resources/images/lottery/bg-lg.jpg") no-repeat center/cover;height:65vw;margin-bottom:20px}@media (min-width: 768px){.lottery-page__banner{padding:30px 0 0;height:72vw}}@media (min-width: 992px){.lottery-page__banner{height:60vw;max-height:750px}}.lottery-page__banner::before{content:"";position:absolute;height:9vw;bottom:-4vw;right:0;left:0;background:url("/resources/images/decor/slider-min.png") no-repeat left bottom;background-size:cover;z-index:1}.lottery-page__banner--winter{background:url("/resources/images/lottery/main-bg-winter.jpg") no-repeat center/140%}@media (min-width: 768px){.lottery-page__banner--winter{background-size:100%}}.lottery-page__banner-decor{position:absolute;width:33%;height:100%;bottom:0;z-index:0}@media (min-width: 768px){.lottery-page__banner-decor{width:40%}}@media (min-width: 1200px){.lottery-page__banner-decor{width:425px}}.lottery-page__banner-decor--left{left:0;background:url("/resources/images/lottery/girl-lg.png") no-repeat bottom/135%;background-position:-11vw 90%}@media (min-width: 768px){.lottery-page__banner-decor--left{background-size:100%;background-position:-10px 86%}}@media (min-width: 1200px){.lottery-page__banner-decor--left{left:auto;right:50vw;background-position:0 86%}}.lottery-page__banner-decor--right{right:0;background:url("/resources/images/lottery/guy-lg.png") no-repeat bottom/110%;background-position:8vw 9vw}@media (min-width: 768px){.lottery-page__banner-decor--right{background-size:83%;background-position:100% 100%}}@media (min-width: 1200px){.lottery-page__banner-decor--right{right:auto;left:50vw}}.lottery-page__cup{width:14vw}@media (min-width: 768px){.lottery-page__cup{width:110px;margin-bottom:15px}}@media (min-width: 992px){.lottery-page__cup{width:130px}}.lottery-page__title{margin-top:10px;margin-bottom:5px;font-weight:700}.lottery-page__title{font-size:19px}@media (min-width: 320px){.lottery-page__title{font-size:calc(19px + 36 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.lottery-page__title{font-size:55px}}@media (min-width: 768px){.lottery-page__title{font-size:47px}}.lottery-page__money{font-weight:700;position:relative;z-index:2;margin:5px 0}.lottery-page__money{font-size:19px}@media (min-width: 320px){.lottery-page__money{font-size:calc(19px + 36 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.lottery-page__money{font-size:55px}}@media (min-width: 768px){.lottery-page__money{font-size:47px}}.lottery-page__btn-wrp{position:absolute;bottom:-18px;left:0;right:0;text-align:center;z-index:1}@media (min-width: 768px){.lottery-page__btn-wrp{bottom:0.5vw}}@media (min-width: 768px){.lottery-page__btn-wrp--rul{bottom:-20px}}.lottery-page__btn-static-wrp{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-top:20px}@media (min-width: 768px){.lottery-page__btn-static-wrp{margin-top:40px}}.lottery-page__btn{padding:10px 15px;min-width:100px}.lottery-page__btn{font-size:12px}@media (min-width: 320px){.lottery-page__btn{font-size:calc(12px + 10 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.lottery-page__btn{font-size:22px}}@media (min-width: 768px){.lottery-page__btn{min-width:200px;font-size:22px;padding:15px}}.lottery-page__steps{position:relative;z-index:2}.lottery-page__block-title{color:#106875;font-weight:700;text-align:center}.lottery-page__block-title{font-size:17px}@media (min-width: 320px){.lottery-page__block-title{font-size:calc(17px + 8 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.lottery-page__block-title{font-size:25px}}.lottery-page__block-title--alt{margin:10px 0 25px 0}@media (min-width: 992px){.lottery-page__block-title--alt{margin-top:20px}}.lottery-page__prizes{margin:25px 0}@media (min-width: 992px){.lottery-page__prizes{margin:40px 0}}.lottery-page__prizes-ttl-row{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:10px}.lottery-page__prize-ttl{text-align:center;width:100%;color:#56969f}.lottery-page__prize-ttl{font-size:9px}@media (min-width: 320px){.lottery-page__prize-ttl{font-size:calc(9px + 4 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.lottery-page__prize-ttl{font-size:13px}}.lottery-page__prizes-val-row{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:20px 0;margin-bottom:10px;background:#f8fbfb url("/resources/images/lottery/arrow-separator.png") no-repeat center/contain}.lottery-page__prizes-val-elem{width:100%;text-align:center;font-weight:700}.lottery-page__prizes-val-elem{font-size:17px}@media (min-width: 320px){.lottery-page__prizes-val-elem{font-size:calc(17px + 7 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.lottery-page__prizes-val-elem{font-size:24px}}.lottery-page__prizes-val{color:#169d72}.lottery-page__prizes-val--alt{color:#ff993f}.lottery-page__prizes-currency{color:#106875}.promotions{position:relative}.promotions__decor-img{width:100%}.promotions__wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#00d89f;background-image:url("/resources/images/page/promotions/decor-center.png"),linear-gradient(to bottom, #e7fdf8 50%, #ddf7f1 50%);background-position:center 50%;background-repeat:no-repeat;background-size:contain;padding:0 10px}@media (min-width: 992px){.promotions__wrap{padding:0 30px;background-position:center 48%}}@media (min-width: 1200px){.promotions__wrap{background-position:center 44%}}.promotions__wrap--clear{background:transparent}.promotions__item{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;margin-bottom:40px;padding:0 10px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}@media (min-width: 576px){.promotions__item{-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;margin-bottom:60px}}@media (min-width: 992px){.promotions__item{-ms-flex:1 1 33.3333%;flex:1 1 33.3333%;max-width:33.3333%}}.promotions__hover{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;text-align:center;max-width:300px;width:100%;position:relative}@media (min-width: 1200px){.promotions__hover:hover{box-shadow:0 2px 27px rgba(0,0,0,0.11);background-image:url("/resources/images/decor/modal-box-second-bg.png"),linear-gradient(to bottom, #e7fdf8 50%, #ddf7f1 50%);background-position:center 48%;background-repeat:no-repeat;background-size:contain}.promotions__hover:hover::after{content:'';height:52px;position:absolute;left:0;right:0;top:-50px;background:url("/resources/images/page/promotions/hover-top.png") no-repeat center;background-size:cover}.promotions__hover:hover::before{content:'';height:52px;position:absolute;left:0;right:0;bottom:-50px;background:url("/resources/images/page/promotions/hover-bottom.png") no-repeat center;background-size:cover}}.promotions__wrp-img{margin-bottom:15px}@media (min-width: 992px){.promotions__wrp-img--lst{min-height:192px}}.promotions__title{font-family:Impact,Charcoal,sans-serif;font-size:18px;color:#106875;text-transform:uppercase;letter-spacing:1.17px;line-height:1.3em;margin:0}@media (min-width: 768px){.promotions__title{font-size:24px}}.promotions__descr{margin:15px 0 20px 0;color:#56969f;font-size:12px;text-transform:uppercase;letter-spacing:0.88px}@media (min-width: 768px){.promotions__descr{font-size:15px}}.promotions__link{margin-bottom:20px;color:#585f6d;font-size:10px;text-transform:uppercase;letter-spacing:0.71px;transition:0.25s all ease}@media (min-width: 768px){.promotions__link{font-size:12px}}.promotions__link:hover{color:#585f6d;opacity:0.8}.promotions-banner{display:none}@media (min-width: 992px){.promotions-banner{display:block;position:relative;overflow:hidden}}.promotions-banner::before{content:"";position:absolute;height:9vw;bottom:-2vw;right:0;left:0;background:url("/resources/images/decor/slider-min.png") no-repeat left bottom;background-size:contain;z-index:1}@media (min-width: 1920px){.promotions-banner::before{bottom:-4vw}}.payments{margin-bottom:20px}.payments__block{padding:0 15px}@media (min-width: 768px){.payments__block{padding:0}}.payments__text{font-family:"Roboto Condensed",sans-serif;font-size:12px;line-height:2em;padding:0 20px;text-align:center;color:#56969f}@media (min-width: 768px){.payments__text{font-size:15px}}@media (min-width: 992px){.payments__text{padding:0 40px}}.payments__text-btm{font-family:"Roboto Condensed",sans-serif;font-size:12px;line-height:2em;padding:0 20px;text-align:left;color:#56969f}@media (min-width: 768px){.payments__text-btm{font-size:15px}}@media (min-width: 992px){.payments__text-btm{padding:0 40px}}.vip-page__banner{position:relative;overflow:hidden}.vip-page__banner::before{content:"";position:absolute;height:9vw;bottom:-2vw;right:0;left:0;background:url("/resources/images/decor/slider-min.png") no-repeat left bottom;background-size:contain;z-index:1}@media (min-width: 1920px){.vip-page__banner::before{bottom:-4vw}}.vip-page__promo{padding:0 15px;max-width:1200px;margin:auto}@media (min-width: 992px){.vip-page__promo{padding:0 25px}}@media (min-width: 1200px){.vip-page__promo{padding:0 40px}}.vip-page__promo-text{padding:0 15px;color:#56969f;text-align:center;position:relative;z-index:1;font-size:12px}@media (min-width: 992px){.vip-page__promo-text{padding:0 25px;font-size:15px}}@media (min-width: 1200px){.vip-page__promo-text{padding:0 40px}}@media (max-width: 991px){.vip-page__promo-text br{display:none}}.vip-page__status{margin-top:30px}.vip-page__decor-img-top{display:none}@media (min-width: 1200px){.vip-page__decor-img-top{display:block;width:100%;position:relative;top:2px}}.vip-page__decor-img-bottom{display:none}@media (min-width: 1200px){.vip-page__decor-img-bottom{display:block;width:100%;position:relative;top:-2px}}.vip-page__decor{background:url("/resources/images/page/vip/bg-min.png") no-repeat bottom;background-size:cover;text-align:center;padding-bottom:40px;position:relative;z-index:1}@media (min-width: 1200px){.vip-page__decor{background-image:url("/resources/images/page/promotions/decor-center.png"),linear-gradient(to bottom, #e7fdf8 50%, #ddf7f1 50%);background-size:contain;background-position:center 50%}}.vip-page__level-wrp{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;list-style:none;margin:0;padding:0}.vip-page__level{-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;margin-bottom:30px;padding:0 25px;text-align:center}@media (min-width: 576px){.vip-page__level{margin-bottom:40px}}@media (min-width: 992px){.vip-page__level{-ms-flex:1 1 33.3333%;flex:1 1 33.3333%;max-width:33.3333%}}.vip-page__level-tl{margin:25px 0 10px;color:#56969f;font-size:15px;text-transform:uppercase}@media (min-width: 1200px){.vip-page__level-tl{margin:35px 0 10px}}.vip-page__level-cp{font-size:24px;font-family:Impact,Charcoal,sans-serif;color:#106875}@media (min-width: 1200px){.vip-page__level-btn{position:absolute;bottom:-5vw;left:0;right:0}}@media (max-width: 767px){.vip-page a{padding:11px 15px 9px;font-size:12px}}.page-404{background:#fff;padding-bottom:7vw}.page-404__wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding-top:50px;background:url("/resources/images/page/404/404-2.jpg") repeat-x center bottom;background-size:cover;text-align:center;min-height:45vw}@media (min-width: 768px){.page-404__wrap{padding-top:0}}.page-404__title{font-family:Impact,Charcoal,sans-serif;font-size:calc(30px + 8vw);position:relative;color:#ffeb5b;margin:0;line-height:1;text-shadow:0px 4px 0px #cb7320}.page-404__title::after{content:attr(data-text);display:block;position:absolute;top:0;left:0;bottom:0;right:0;text-shadow:none;background-image:linear-gradient(to top, #ffcd23 0%, #ffcd23 40%, #ffec5c 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.page-404__title-min{font-family:Impact,Charcoal,sans-serif;font-size:calc(20px + 4vw);position:relative;color:#ffeb5b;margin:0;line-height:1;text-transform:uppercase;text-shadow:0px 3px 0px #cb7320}.page-404__title-min::after{content:attr(data-text);display:block;position:absolute;top:0;left:0;bottom:0;right:0;text-shadow:none;background-image:linear-gradient(to top, #ffcd23 0%, #ffcd23 40%, #ffec5c 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.page-404__description{font-size:14px;color:#fff;margin:25px 0;text-transform:uppercase}@media (min-width: 992px){.page-404__description{font-size:18px}}.page-404__btn{min-width:220px}.reset-password-page .form-field--password .ng-empty+.password-strength{max-height:0;margin:0}.reset-password-page .password-strength{max-height:50px;overflow:hidden;height:auto;transition:0.6s all ease}.about-page--swedes{margin:40px 0 8vw}.about-page__banner{position:relative;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;background:url("/resources/images/page/about-us/bg.png") no-repeat center;background-size:cover;overflow:hidden;min-height:220px}@media (min-width: 576px){.about-page__banner{min-height:45vw}}@media (min-width: 992px){.about-page__banner{min-height:inherit}}.about-page__banner::after{content:"";position:absolute;top:0;bottom:0;right:0;left:0;background:url("/resources/images/page/about-us/money.png") repeat-x center top;background-size:cover;z-index:2}@media (min-width: 992px){.about-page__banner::after{background-size:contain}}.about-page__banner::before{content:"";position:absolute;height:9vw;bottom:-2vw;right:0;left:0;background:url("/resources/images/decor/slider-min.png") no-repeat left bottom;background-size:contain;z-index:4}@media (min-width: 1920px){.about-page__banner::before{bottom:-4vw}}.about-page__banner-img-left{position:absolute;z-index:3;left:-70px;bottom:-92px;-ms-transform:scale(0.45);transform:scale(0.45)}@media (min-width: 576px){.about-page__banner-img-left{-ms-transform:scale(0.55);transform:scale(0.55);bottom:-62px;left:-50px}}@media (min-width: 768px){.about-page__banner-img-left{-ms-transform:scale(0.7);transform:scale(0.7);bottom:-42px}}@media (min-width: 992px){.about-page__banner-img-left{position:relative;margin-top:90px;-ms-transform:scale(1);transform:scale(1);bottom:-25px}}.about-page__banner-img-right{position:absolute;z-index:3;right:-70px;bottom:-104px;-ms-transform:scale(0.45);transform:scale(0.45)}@media (min-width: 576px){.about-page__banner-img-right{-ms-transform:scale(0.55);transform:scale(0.55);right:-50px;bottom:-82px}}@media (min-width: 768px){.about-page__banner-img-right{-ms-transform:scale(0.7);transform:scale(0.7);bottom:-52px}}@media (min-width: 992px){.about-page__banner-img-right{position:relative;margin-top:90px;-ms-transform:scale(1);transform:scale(1);bottom:-40px}}.about-page__banner-title{font-family:Impact,Charcoal,sans-serif;font-size:22px;letter-spacing:1.26px;text-transform:uppercase;color:#fff;position:relative;z-index:5}@media (min-width: 576px){.about-page__banner-title{font-size:calc(22px + 3vw)}}@media (min-width: 1200px){.about-page__banner-title{font-size:55px}}.about-page__content{margin-top:25px}.about-page__text{padding:0 15px;font-size:14px;color:#585f6d;text-align:center}@media (min-width: 992px){.about-page__text{padding:0 25px;font-size:18px}}@media (min-width: 1200px){.about-page__text{padding:0 40px}}.about-page__btn-wrp{margin:35px 0;text-align:center}@media (min-width: 1200px){.about-page__btn-wrp{margin:50px 0}}.landing-sl .registration-form{background:transparent;padding:0;max-width:420px}.landing-sl .registration-form::before{display:none}.landing-sl .registration-form__wrap{padding:0}.landing-sl .registration-form__wrp-btn{position:relative;background:transparent;margin:0;animation:pulse 2s infinite alternate ease-in-out}.landing-sl .registration-form__wrp-btn button{background-image:linear-gradient(to right, #4688a3, #6bbf4e, #4688a3, #6bbf4e);border-radius:14px;font-size:28px;min-width:220px;font-family:Impact,Charcoal,sans-serif;box-shadow:0 4px #4688a3}@media (min-width: 768px){.landing-sl .registration-form__wrp-btn button{font-size:36px;min-width:300px}}.landing-sl .registration-form__wrp-btn::before,.landing-sl .registration-form__wrp-btn::after{display:none}.landing-sl .input-elem{border-radius:8px;padding-left:70px}.landing-sl .form-field{position:relative}.landing-sl .form-field::before{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#fff;position:absolute;left:1px;top:1px;height:48px;width:55px;border-radius:8px 0 0 8px;font-family:FontAwesome, 'sans-serif';font-size:20px;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.landing-sl .form-field--email::before{content:"\f0e0";background-image:linear-gradient(to right, #dc7156 0%, #f1bc53 100%)}.landing-sl .form-field--password::before{content:"\f084";background-image:linear-gradient(to right, #81d176 0%, #4e95b1 100%)}.landing-sl .form-field--password_confirmation::before{content:"\f084";background-image:linear-gradient(to right, #81d176 0%, #4e95b1 100%)}.landing-sl .form-field--first_name::before{content:"\f007";background-image:linear-gradient(to right, #9a88a8 0%, #d4a9c8 100%)}.landing-sl .form-field--last_name::before{content:"\f007";background-image:linear-gradient(to right, #d7afcb 0%, #e08268 100%)}.landing-sl .form-field--city::before{content:"\f041";background-image:linear-gradient(to right, #9a88a8 0%, #d4a9c8 100%)}.landing-sl .form-field--address::before{content:"\f041";background-image:linear-gradient(to right, #e94caf 0%, #b2a3b7 100%)}.landing-sl .form-field--postal_code::before{content:"\f041";background-image:linear-gradient(to right, #e08268 0%, #d7afcb 100%)}.landing-sl .form-field--currency .select-elem__btn{position:relative;border-radius:8px;padding-left:70px}.landing-sl .form-field--currency .select-elem__btn::before{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#fff;background-image:linear-gradient(to right, #81d176 0%, #4e95b1 100%);position:absolute;left:0;top:0;height:48px;width:55px;border-radius:8px 0 0 8px;font-family:FontAwesome, 'sans-serif';font-size:20px;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f0d6"}.landing-sl .form-field--country .select-elem{position:relative}.landing-sl .form-field--country .select-elem::before{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#fff;background-image:linear-gradient(to right, #dc7156 0%, #f1bc53 100%);position:absolute;left:1px;top:0;bottom:0;margin:auto;height:48px;width:55px;border-radius:8px 0 0 8px;font-family:FontAwesome, 'sans-serif';font-size:20px;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f0ac"}.landing-sl .form-field--country .select-elem__btn{border-radius:8px;padding-left:70px}.landing-sl .checkbox-elem__text{color:#fff}.landing-sl .birthday-field__input--birthday-dd{border-radius:8px 0 0 8px}.landing-sl .birthday-field__input--birthday-yyyy{border-radius:0 8px 8px 0}.landing-sl .tel-elem__input{border-radius:8px}.landing-sl .tel-elem__input--flag:focus{border-radius:8px 8px 0 0}.landing-sl .error_msg{padding:2px 0 0 70px}.landing-sl__btn{border-radius:15px;background-color:#d55133;background-image:linear-gradient(to right, #efaa36, #d55133, #efaa36, #d55133);background-size:300% 100%;font-family:Impact,Charcoal,sans-serif;font-size:28px;font-weight:400;text-transform:uppercase;color:#fff;border:none;margin-top:40px;padding:20px 30px;min-width:200px;text-overflow:ellipsis;overflow:hidden;outline:none;transition:.4s ease-in-out;animation:pulse 2s infinite alternate ease-in-out}@media (min-width: 768px){.landing-sl__btn{font-size:36px;min-width:320px;margin-top:60px}}.landing-sl__btn:hover{color:#fff;background-position:100% 0}.contain-sl{max-width:1170px;padding-left:15px;padding-right:15px;margin:auto}.contain-sl-b{max-width:1440px;padding-left:15px;padding-right:15px;margin:auto}.first-section-sl{background:url("/resources/images/page/landing-sl/bg.jpg") no-repeat top center;position:relative;padding-bottom:8vw;overflow:hidden}@media (min-width: 768px){.first-section-sl::before{content:"";background:url("/resources/images/page/landing-sl/man.png") no-repeat bottom;position:absolute;right:0;bottom:3vw;width:458px;height:768px}}@media (min-width: 1200px){.first-section-sl::before{right:10vw}}.first-section-sl::after{content:"";position:absolute;bottom:0;left:0;right:0;border:5vw solid transparent;border-bottom:20px solid #fff;border-left:100vw solid #fff}.first-section-sl--exclusive{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;background-size:cover}@media (min-width: 768px){.first-section-sl--exclusive{display:block}}.first-section-sl--exclusive::before{content:"";background:url("/resources/images/page/landing-sl/man-2.png") no-repeat bottom/contain;position:relative;bottom:-4vw;height:80vw;width:88vw;max-width:887px;max-height:920px;-ms-flex-order:1;order:1;margin:auto}@media (min-width: 768px){.first-section-sl--exclusive::before{bottom:2vw;height:70vw;width:70vw;position:absolute}}@media (min-width: 1200px){.first-section-sl--exclusive::before{width:887px;height:920px;right:0}}@media (min-width: 1400px){.first-section-sl--exclusive::before{right:10vw}}.first-section-sl__ash{background:url("/resources/images/page/landing-sl/ash.png") repeat;animation:bg_moove-sl 30s infinite linear;position:absolute;top:0;bottom:0;left:0;right:0;pointer-events:none}.first-section-sl__chips{background:url("/resources/images/page/landing-sl/chips-mob.png") no-repeat top/contain;animation:top-bottom 6s infinite linear;position:absolute;top:0;bottom:0;left:0;right:0;pointer-events:none}@media (min-width: 768px){.first-section-sl__chips{background:url("/resources/images/page/landing-sl/chips.png") no-repeat top/contain;max-width:1600px;margin:auto}}.first-section-sl__logo{display:block;margin:30px 0}.first-section-sl__logo-img{max-width:150px}@media (min-width: 576px){.first-section-sl__logo-img{max-width:200px}}.first-section-sl__title{font-family:Impact,Charcoal,sans-serif;font-size:30px;margin:25px 0;color:#fff;letter-spacing:0.03em;text-transform:uppercase;position:relative;z-index:1}@media (min-width: 768px){.first-section-sl__title{font-size:42px;margin:40px 0}}.first-section-sl__title-grd{background:#dd5e33 linear-gradient(to top, #dd5e33, #edb03e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:0}.last-section-sl{position:relative;top:-7.5vw;text-align:center;background:url("/resources/images/page/landing-sl/bg-circle.png") no-repeat left bottom}.last-section-sl__h2{display:inline-block;font-family:Impact,Charcoal,sans-serif;font-size:34px;color:#2f2f2f;text-transform:uppercase;border-radius:20px;padding:10px 20px;border:2px solid #4688a3;margin:60px 0 40px}@media (min-width: 768px){.last-section-sl__h2{font-size:48px;margin:100px 0 40px}}.bonuses-sl{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}@media (min-width: 768px){.bonuses-sl{margin:0 -15px}}.bonuses-sl__item{box-shadow:0 16px 40px rgba(0,0,0,0.12);border-radius:20px;background-color:#fff;text-align:center;-ms-flex:1 1 100%;flex:1 1 100%;max-width:400px;margin:20px 0;overflow:hidden;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}@media (min-width: 768px){.bonuses-sl__item{-ms-flex:1 1 calc(50% - 30px);flex:1 1 calc(50% - 30px);margin:20px 15px;max-width:330px}}@media (min-width: 992px){.bonuses-sl__item{-ms-flex:1 1 calc(33.333% - 30px);flex:1 1 calc(33.333% - 30px);max-width:inherit}}@media (min-width: 992px){.bonuses-sl__item--1-4{-ms-flex:1 1 calc(25% - 30px);flex:1 1 calc(25% - 30px);max-width:inherit}}.bonuses-sl__item-img{margin:50px 0;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;-ms-flex:0 0 auto;flex:0 0 auto}.bonuses-sl__item-title{position:relative;margin:0;color:#fff;font-size:20px;text-transform:uppercase;padding:10px 40px 10px 60px}@media (min-width: 768px){.bonuses-sl__item-title{font-size:28px}}.bonuses-sl__item-title--small{font-size:18px}@media (min-width: 768px){.bonuses-sl__item-title--small{font-size:24px}}.bonuses-sl__item-title--orange{background-image:linear-gradient(to right, #f1bc53 0%, #dc7156 100%)}.bonuses-sl__item-title--green{background-image:linear-gradient(to right, #81d176 0%, #4e95b1 100%)}.bonuses-sl__item-title--purple{background-image:linear-gradient(to right, #9a88a8 0%, #d4a9c8 100%)}.bonuses-sl__item-title--red{background-image:linear-gradient(to right, #f55b5b 0%, #b13a3a 100%)}.bonuses-sl__item-num{background:rgba(0,0,0,0.1);position:absolute;left:0;top:0;bottom:0;padding:4px 18px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.bonuses-sl__item-num::after{content:"";border:24px solid transparent;border-left:10px solid #000;opacity:0.1;position:absolute;top:0;bottom:0;right:-34px}@media (min-width: 768px){.bonuses-sl__item-num::after{border:34px solid transparent;right:-44px}}.advantage-sl{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0 -10px}.advantage-sl__item{box-shadow:0 16px 40px rgba(0,0,0,0.12);border-radius:20px;background-color:#fff;text-align:center;-ms-flex:1 1 100%;flex:1 1 100%;max-width:400px;margin:20px 10px;padding:30px 15px;overflow:hidden;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}@media (min-width: 576px){.advantage-sl__item{-ms-flex:1 1 calc(50% - 20px);flex:1 1 calc(50% - 20px)}}@media (min-width: 992px){.advantage-sl__item{-ms-flex:1 1 calc(25% - 20px);flex:1 1 calc(25% - 20px)}}.advantage-sl__img{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;-ms-flex:0 0 auto;flex:0 0 auto}.advantage-sl__title{margin:30px 0 0;font-size:18px;font-weight:bold;color:#2f2f2f;text-transform:uppercase}@keyframes bg_moove-sl{from{background-position:0 0}to{background-position:1920px 0}}.landing-rosh{padding-bottom:8vw}.landing-rosh__first{background:url("/resources/images/page/landing-rosh/bg.jpg") no-repeat center/cover;position:relative;text-align:center;padding:45px 0 4vw;margin-bottom:10px;color:#fff;overflow:hidden}.landing-rosh__first--pdt{padding-top:100px}.landing-rosh__first::before{content:"";position:absolute;height:9vw;bottom:-10px;right:0;left:0;background:url("/resources/images/decor/slider-min.png") no-repeat left bottom;background-size:contain;z-index:2}.landing-rosh__content{position:relative;z-index:2}.landing-rosh__content--columned{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.landing-rosh__logo{margin:0 auto 35px;max-width:100px}@media (min-width: 768px){.landing-rosh__logo{max-width:inherit}}.landing-rosh__border--link{transition:all 1s ease}.landing-rosh__border--link:hover,.landing-rosh__border--link:active,.landing-rosh__border--link:focus{opacity:0.6;cursor:pointer}.landing-rosh__h1{margin:0;text-transform:uppercase;letter-spacing:1.5px;line-height:0.8em;font-weight:bold}.landing-rosh__h1{font-size:22px}@media (min-width: 320px){.landing-rosh__h1{font-size:calc(22px + 28 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.landing-rosh__h1{font-size:50px}}.landing-rosh__h1--border{line-height:0.9em;display:inline-block;margin:30px 0 45px;padding:20px 30px;border-image-slice:27 27 27 27 fill;border-image-width:20px 20px 20px 20px;border-image-outset:90px 0 40px 0;border-image-repeat:round round;border-image-source:url("/resources/images/page/landing-rosh/border.png")}.landing-rosh__h1--border{font-size:18px}@media (min-width: 320px){.landing-rosh__h1--border{font-size:calc(18px + 22 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.landing-rosh__h1--border{font-size:40px}}@media (min-width: 992px){.landing-rosh__h1--border{min-width:840px;padding:40px 30px;border-image-outset:100px 0 40px 0}}.landing-rosh__descr{font-size:14px}@media (min-width: 320px){.landing-rosh__descr{font-size:calc(14px + 16 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.landing-rosh__descr{font-size:30px}}.landing-rosh__descr-big{line-height:0.9em;color:#fffc27}.landing-rosh__descr-big{font-size:55px}@media (min-width: 320px){.landing-rosh__descr-big{font-size:calc(55px + 55 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.landing-rosh__descr-big{font-size:110px}}.landing-rosh__turquoise{color:#27ffca}.landing-rosh__btn-wrp{margin-top:30px}.landing-rosh__btn{background:#00c25b;box-shadow:0 4px #036430;animation:pulse 2s infinite alternate ease-in-out}.landing-rosh__btn--big{padding:12px 20px 10px;border-radius:24px;min-width:260px;font-weight:bold}.landing-rosh__btn--big{font-size:14px}@media (min-width: 320px){.landing-rosh__btn--big{font-size:calc(14px + 16 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.landing-rosh__btn--big{font-size:30px}}@media (min-width: 768px){.landing-rosh__btn--big{padding:14px 20px 12px;border-radius:34px;min-width:300px}}.landing-rosh__btn:hover,.landing-rosh__btn:focus{color:#fff;background:#00af56}.landing-rosh__btn:active{box-shadow:0 1px #036430}.landing-rosh__platform{max-width:60%;margin:auto}.landing-rosh__bonus{position:relative;top:-30px;display:inline-block;padding:12px 40px;margin:0;border-radius:34px;background-color:#fffc27;color:#394145;z-index:3;text-transform:uppercase;font-weight:bold}.landing-rosh__bonus{font-size:14px}@media (min-width: 320px){.landing-rosh__bonus{font-size:calc(14px + 16 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.landing-rosh__bonus{font-size:30px}}@media (min-width: 768px){.landing-rosh__bonus{top:-60px}}.landing-rosh__bonus::before{content:"";position:absolute;top:-35px;left:-30px;background:url("/resources/images/page/landing-rosh/gargaton.png") no-repeat top/contain;width:60px;height:114px}@media (min-width: 576px){.landing-rosh__bonus::before{width:100px;height:189px;top:-65px;left:-75px}}@media (min-width: 992px){.landing-rosh__bonus::before{top:-124px;left:-135px;width:168px;height:318px}}.landing-rosh__bonus--clear{margin:20px 0;top:0}.landing-rosh__bonus--clear::before{display:none}.landing-rosh__bonus--link:hover{color:#394145;background:#f5f21a}.landing-rosh__bonus-key{color:#000}.landing-rosh__tabs{text-align:center;margin-bottom:45px}.landing-rosh__tabs-head{color:#3f4b4d;cursor:pointer;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:0;position:relative;text-transform:uppercase;transition:0.25s all ease}.landing-rosh__tabs-head{font-size:14px}@media (min-width: 320px){.landing-rosh__tabs-head{font-size:calc(14px + 16 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.landing-rosh__tabs-head{font-size:30px}}.landing-rosh__tabs-head:hover{opacity:0.8}.landing-rosh__tabs-head::after{margin-left:10px;font-family:FontAwesome, 'sans-serif';content:"\f0d7"}.landing-rosh__tabs-head::after{font-size:12px}@media (min-width: 320px){.landing-rosh__tabs-head::after{font-size:calc(12px + 8 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.landing-rosh__tabs-head::after{font-size:20px}}.landing-rosh__tabs-head.active::after{content:"\f0d8"}.landing-rosh__tabs-body{margin-top:30px}.landing-rosh__tabs-body{font-size:12px}@media (min-width: 320px){.landing-rosh__tabs-body{font-size:calc(12px + 8 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.landing-rosh__tabs-body{font-size:20px}}.graphics-rosh{position:absolute;top:0;bottom:0;left:0;right:0;pointer-events:none}.graphics-rosh::before{content:"";position:absolute;top:0;left:-5vw;background:url("/resources/images/page/landing-rosh/elem-left-mob.png") no-repeat left top/contain;width:80px;height:648px;z-index:1}@media (min-width: 576px){.graphics-rosh::before{width:108px;left:0}}@media (min-width: 992px){.graphics-rosh::before{max-width:564px;max-height:903px;width:30vw;height:60vw;background:url("/resources/images/page/landing-rosh/elem-left.png") no-repeat left top/contain}}.graphics-rosh::after{content:"";position:absolute;top:0;right:-5vw;background:url("/resources/images/page/landing-rosh/elem-right-mob.png") no-repeat right top/contain;width:80px;height:942px;z-index:1}@media (min-width: 576px){.graphics-rosh::after{right:0;width:157px}}@media (min-width: 992px){.graphics-rosh::after{max-width:520px;max-height:1048px;width:30vw;height:60vw;background:url("/resources/images/page/landing-rosh/elem-right.png") no-repeat right top/contain}}.graphics-rosh__women{position:absolute;bottom:0;right:-12vw;z-index:2}@media (min-width: 576px){.graphics-rosh__women{right:-3vw;z-index:0}}@media (min-width: 1200px){.graphics-rosh__women{right:4vw}}.graphics-rosh__women-img{width:55vw}@media (min-width: 576px){.graphics-rosh__women-img{width:40vw}}@media (min-width: 992px){.graphics-rosh__women-img{width:30vw}}.graphics-rosh__stone{position:absolute;bottom:52%;left:1vw;width:50px;height:49px;animation:stone-fw 3s infinite alternate}@media (min-width: 500px){.graphics-rosh__stone{width:90px;height:87px;left:0}}@media (min-width: 768px){.graphics-rosh__stone{width:138px;height:133px}}@media (min-width: 1400px){.graphics-rosh__stone{left:30px}}.graphics-rosh__stone::after{display:block;content:"";background:url("/resources/images/page/landing-rosh/stone.png") no-repeat center/cover;width:50px;height:49px;position:absolute;top:0;bottom:0;right:0;left:0;z-index:1}@media (min-width: 500px){.graphics-rosh__stone::after{width:90px;height:87px}}@media (min-width: 768px){.graphics-rosh__stone::after{width:138px;height:133px}}.graphics-rosh__stone::before{content:"";background:url("/resources/images/page/landing-rosh/shadow.png") no-repeat center/cover;width:120px;height:120px;position:absolute;bottom:-41px;left:-34px;animation:pulse-fw 6s infinite ease-in-out}@media (min-width: 500px){.graphics-rosh__stone::before{bottom:-57px;left:-39px;width:178px;height:178px}}@media (min-width: 768px){.graphics-rosh__stone::before{width:200px;height:200px;bottom:-6vw;left:-20px}}@media (min-width: 992px){.graphics-rosh__stone::before{width:278px;height:278px;bottom:-86px;left:-60px}}.graphics-rosh__ball{position:absolute;top:45%;left:-30%;background:url("/resources/images/page/landing-rosh/ball-1.png") no-repeat center/contain;width:60vw;height:60vw;max-width:404px;max-height:400px;animation:starPule-pa 3s infinite ease-in-out}@media (min-width: 576px){.graphics-rosh__ball{left:-20%}}@media (min-width: 992px){.graphics-rosh__ball{left:-10vw;top:10vw}}.graphics-rosh__ball-2{position:absolute;top:20%;right:-30%;background:url("/resources/images/page/landing-rosh/ball-2.png") no-repeat center/contain;width:60vw;height:60vw;max-width:404px;max-height:400px;animation:starPule-pa 3s infinite ease-in-out}@media (min-width: 576px){.graphics-rosh__ball-2{right:-20%}}@media (min-width: 992px){.graphics-rosh__ball-2{right:-8vw;top:0}}.graphics-rosh__ball-3{position:absolute;bottom:-30vw;right:-10vw;background:url("/resources/images/page/landing-rosh/ball-3.png") no-repeat center/contain;width:60vw;height:60vw;max-width:404px;max-height:400px;animation:starPule-pa 3s infinite ease-in-out}@media (min-width: 992px){.graphics-rosh__ball-3{bottom:-6vw}}@keyframes starPule-pa{0%{transform:scale(1)}50%{transform:scale(0.6)}100%{transform:scale(1)}}@keyframes stone-fw{0%{transform:translateY(0)}100%{transform:translateY(-30px)}}@keyframes pulse-fw{0%{transform:scale(1)}50%{transform:scale(2)}100%{transform:scale(1)}}.reg-page{background:url("/resources/images/page/registration/bg.jpg") no-repeat top/cover;padding:40px 0 10vw;position:relative;overflow:hidden}.reg-page__graphics{max-width:320px;margin:auto;position:relative;text-align:right;top:10px}@media (min-width: 768px){.reg-page__graphics{position:absolute;pointer-events:none;top:0;bottom:0;left:0;right:0}}@media (min-width: 768px){.reg-page__graphics-man{background:url("/resources/images/page/registration/men.png") no-repeat bottom/contain;width:230px;height:417px;position:absolute;bottom:0;left:-30vw}}@media (min-width: 992px){.reg-page__graphics-man{left:-20vw}}@media (min-width: 1200px){.reg-page__graphics-man{width:320px;height:580px;left:-100%}}.reg-page__graphics-ra{display:inline-block;width:100%;height:95px;background:url("/resources/images/page/registration/ra.png") no-repeat right bottom/contain;opacity:0;animation:light-speed-in-ra 1s 1s forwards}@media (min-width: 768px){.reg-page__graphics-ra{display:block;width:200px;height:218px;right:-76%;position:absolute;bottom:-24px;animation:bounce-ra 2s 1s forwards}}@media (min-width: 992px){.reg-page__graphics-ra{right:-84%}}@media (min-width: 1200px){.reg-page__graphics-ra{width:273px;height:298px;right:-110%}}.reg-page__graphics-ball{display:block;width:8px;height:8px;background:#f3e7c7;border-radius:50%;position:absolute;top:36px;right:88px;opacity:0;animation:bounce-in-ra 0.3s 2s forwards}@media (min-width: 768px){.reg-page__graphics-ball{width:12px;height:12px;top:100px;left:0;right:inherit;animation:bounce-in-ra 0.4s 3s forwards}}@media (min-width: 1200px){.reg-page__graphics-ball{width:16px;height:16px;top:130px}}.reg-page__graphics-ball-1{display:block;width:12px;height:12px;border-radius:50%;background:#f3e7c7;position:absolute;top:16px;right:102px;opacity:0;animation:bounce-in-ra 0.3s 2.3s forwards}@media (min-width: 768px){.reg-page__graphics-ball-1{width:20px;height:20px;position:relative;top:40px;right:20px;animation:bounce-in-ra 0.4s 3.4s forwards}}@media (min-width: 1200px){.reg-page__graphics-ball-1{width:28px;height:28px;top:55px}}.reg-page__graphics-ball-2{display:block;width:15px;height:15px;background:#f3e7c7;border-radius:50%;position:absolute;top:-5px;right:118px;opacity:0;animation:bounce-in-ra 0.3s 2.6s forwards}@media (min-width: 768px){.reg-page__graphics-ball-2{top:-30px;left:0;right:inherit;width:28px;height:28px;animation:bounce-in-ra 0.4s 3.8s forwards}}@media (min-width: 1200px){.reg-page__graphics-ball-2{width:36px;height:36px}}.reg-page__graphics-frame{background:url("/resources/images/page/registration/frame.png") no-repeat center/cover;font-family:Impact,Charcoal,sans-serif;line-height:1.3em;color:#503a2b;text-transform:uppercase;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-align:center;position:absolute;top:-25px;left:0;width:180px;height:95px;opacity:0;animation:light-speed-in-ra 0.6s 3s forwards}@media (min-width: 768px){.reg-page__graphics-frame{min-width:220px;min-height:116px;font-size:18px;top:-70%;right:7%;left:inherit;opacity:0;animation:light-speed-in-ra 0.6s 4.2s forwards}}@media (min-width: 1200px){.reg-page__graphics-frame{width:299px;height:157px;font-size:25px}}.reg-page__graphics-anim-txt{animation:light-speed-in-ra 0.6s forwards}@keyframes bounce-ra{0%,60%,75%,90%,100%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0)}60%{opacity:1;transform:translate3d(0, -20px, 0)}75%{transform:translate3d(0, 10px, 0)}90%{transform:translate3d(0, -5px, 0)}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes bounce-in-ra{0%,20%,40%,60%,80%,100%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}100%{opacity:1;transform:scale3d(1, 1, 1)}}@keyframes light-speed-in-ra{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}100%{transform:none;opacity:1}}.promo-page{text-align:center}.promo-page{font-size:16px}@media (min-width: 320px){.promo-page{font-size:calc(16px + 4 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.promo-page{font-size:20px}}.promo-page__banner-img{border-radius:4px;width:100%}.promo-page__btn-wrp{margin:25px 0;text-align:center}.landing-mq__banner{position:relative;background:url("/resources/images/page/max-quest/banner-mob.jpg") no-repeat center top/cover;height:53vw;min-height:220px}@media (min-width: 768px){.landing-mq__banner{background:url("/resources/images/page/max-quest/banner.jpg") no-repeat 35.6% center/cover;height:400px}}.landing-mq__btn-wrp{position:absolute;bottom:15px;left:0;right:0;margin:auto;text-align:center;width:180px}@media (min-width: 768px){.landing-mq__btn-wrp{left:35.6%;right:initial}}.landing-mq__games{margin-top:25px}.landing-mq__game{background:#000 no-repeat center/cover;padding:6% 0;color:#fff}.landing-mq__game--first{background-image:url("/resources/images/page/max-quest/bg-1.jpg")}.landing-mq__game--second{background-image:url("/resources/images/page/max-quest/bg-2.jpg")}.landing-mq__game--third{background-image:url("/resources/images/page/max-quest/bg-3.jpg")}.landing-mq__game--fourth{background-image:url("/resources/images/page/max-quest/bg-4.jpg");padding-bottom:8vw}.landing-mq__title{display:block;margin:auto;padding:0 0 6%;max-width:100%}.landing-mq__content{display:-ms-grid;display:grid}@media (min-width: 768px){.landing-mq__content{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;grid-gap:30px}}.landing-mq__text{text-align:justify}.landing-mq__title-small{margin:0 0 15px;color:#fff;text-align:left;text-transform:uppercase;font-weight:normal}.landing-mq__title-small{font-size:22px}@media (min-width: 320px){.landing-mq__title-small{font-size:calc(22px + 10 * ((100vw - 320px) / 880))}}@media (min-width: 1200px){.landing-mq__title-small{font-size:32px}}.landing-mq__btn-primary{display:block;width:100%;margin:15px 0 10px;padding:10px 15px;color:#000;text-shadow:0 1px 0 rgba(255,255,255,0.5);background:linear-gradient(180deg, #FFB908 0%, #F9770E 100%);border:none;outline:none;border-radius:4px;font-weight:bold;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:.3s}.landing-mq__btn-primary:hover,.landing-mq__btn-primary:focus{box-shadow:0 20px 40px rgba(0,0,0,0.4);-ms-transform:scale(1.05, 1.05);transform:scale(1.05, 1.05)}.landing-mq__btn-secondary{display:block;width:100%;padding:10px 15px;color:#fff;background:linear-gradient(180deg, #1f1b1c 0%, #000 100%);border:none;outline:none;border-radius:4px;font-weight:bold;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:.3s}.landing-mq__btn-secondary:hover,.landing-mq__btn-secondary:focus{box-shadow:0 20px 40px rgba(0,0,0,0.4);-ms-transform:scale(1.05, 1.05);transform:scale(1.05, 1.05)}.landing-mq__video{position:relative;height:0;padding-bottom:56.25%;overflow:hidden;border:1px solid #e2dad7}@media (max-width: 767px){.landing-mq__video{-ms-flex-order:-1;order:-1;margin-bottom:25px}}.landing-mq__video-iframe{position:absolute;left:0;top:0;height:100%;width:100%}.landing-mq__gallery{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;grid-gap:15px;padding:0;margin:5% 0 0;list-style:none}@media (min-width: 576px){.landing-mq__gallery{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2, 1fr)}}@media (min-width: 768px){.landing-mq__gallery{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4, 1fr)}}.landing-mq__gallery-item{position:relative;cursor:pointer}.landing-mq__gallery-item img{width:100%}.landing-mq__gallery-item::before{content:"";pointer-events:none;position:absolute;top:0;left:0;right:0;bottom:0;transition:0.25s all ease}.landing-mq__gallery-item:hover::before{background-color:rgba(0,0,0,0.5)}.loot-page{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding:20px 0 50px 0;background:url("/resources/images/page/loot-page.jpg") no-repeat center top/cover}@media (min-width: 768px){.loot-page{padding:40px 0 100px 0}}.loot-page__wrp{max-width:545px;position:relative;z-index:1}@media (min-width: 768px){.loot-page__wrp{width:535px}}@media (min-width: 1200px){.loot-page .loot-modal{right:50px}}@media (min-width: 1600px){.loot-page .loot-modal{right:auto}}.loot-page .loot-modal__close{display:none}.limits-lc{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px}.limits-lc__item{-ms-flex:0 0 100%;flex:0 0 100%;padding:0 10px;margin:15px 0 20px}@media (min-width: 768px){.limits-lc__item{margin:15px 0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}.modal-edit-limit .bicolor-block__second-bg::after,.modal-limits .bicolor-block__second-bg::after{bottom:-30px}.set-limit-lc__title{margin:15px 0;color:#106875;font-weight:bold;text-transform:uppercase}.set-limit-lc__title--mt{margin-top:0;text-align:left}.set-limit-lc__description{text-align:justify;color:#56969f;min-height:110px}.set-limit-lc__description--session{min-height:124px}.set-limit-lc__period{text-align:left}.set-limit-lc__period-wrp{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}.set-limit-lc__period-value{border-radius:30px;border:1px solid #ededed;padding:6px 20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-positive:1;flex-grow:1;margin:0 15px 0 0}.set-limit-lc__period-input{border:none;max-width:80px;min-height:40px}.set-limit-lc__period-select{-ms-flex-positive:1;flex-grow:1;margin-right:15px;border:1px solid #ededed;border-radius:35px;padding:6px 20px;outline:none;min-height:52px}.set-limit-lc__minutes-label{-ms-flex-positive:1;flex-grow:1;text-align:right}.profile-modal-content__header{background:#ddf7f1}.profile-close{color:#106875}.profile-modal-content__header-inner{color:#106875}.profile-input{padding:0 20px;transition:0.25s all ease}.profile-input:focus{outline:none;background-color:#fff;color:#585f6d;box-shadow:0 11px 15px rgba(0,0,0,0.25)}.profile-currency-list__title{color:#000}.snowfall{background:url("/resources/images/decor/snowflakes/snowflake.png"),url("/resources/images/decor/snowflakes/snowflake3.png"),url("/resources/images/decor/snowflakes/snowflake2.png");animation:snowfall 20s linear infinite;position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.snowfall--over{z-index:100}@keyframes snowfall{0%{background-position:0 0, 0 0, 0 0}100%{background-position:500px 1000px, 400px 400px, 300px 300px}}.text-color-blue{color:#35aac9}.text-color-green{color:#7dbe40}.text-color-purple{color:#c625da}.text-color-scarlet{color:#d52a5f}.text-color-scarlet{color:#d52a5f}.text-color-orange{color:#f36036}.text-color-orange-light{color:#ff793a}.text-color-primary{color:#00d6a3}.text-color-primary-darker{color:#106875}.text-color-primary-light{color:#56969f}.text-color-yellow{color:#fffc00}.text-color-gold{color:#ffc926}.text-color-crimson{color:#e41b1b}

