@charset "UTF-8";
/*!
 *  Material Design Iconic Font by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
 *  License - http://zavoloklom.github.io/material-design-iconic-font/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: Material-Design-Iconic-Font;
    src: url(/css/materialdesign/fonts/Material-Design-Iconic-Font.woff2?v=2.2.0) format('woff2'), url(/css/materialdesign/fonts/Material-Design-Iconic-Font.woff?v=2.2.0) format('woff'), url(/css/materialdesign/fonts/Material-Design-Iconic-Font.ttf?v=2.2.0) format('truetype');
    font-weight: 400;
    font-style: normal
}

.zmdi {
    display: inline-block;
    font: normal normal normal 14px/1 Material-Design-Iconic-Font;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.zmdi-hc-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.zmdi-hc-2x {
    font-size: 2em
}

.zmdi-hc-3x {
    font-size: 3em
}

.zmdi-hc-4x {
    font-size: 4em
}

.zmdi-hc-5x {
    font-size: 5em
}

.zmdi-hc-fw {
    width: 1.28571429em;
    text-align: center
}

.zmdi-hc-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.zmdi-hc-ul > li {
    position: relative
}

.zmdi-hc-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.zmdi-hc-li.zmdi-hc-lg {
    left: -1.85714286em
}

.zmdi-hc-border {
    padding: .1em .25em;
    border: solid .1em #9e9e9e;
    border-radius: 2px
}

.zmdi-hc-border-circle {
    padding: .1em .25em;
    border: solid .1em #9e9e9e;
    border-radius: 50%
}

.zmdi.pull-left {
    float: left;
    margin-right: .15em
}

.zmdi.pull-right {
    float: right;
    margin-left: .15em
}

.zmdi-hc-spin {
    -webkit-animation: zmdi-spin 1.5s infinite linear;
    animation: zmdi-spin 1.5s infinite linear
}

.zmdi-hc-spin-reverse {
    -webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
    animation: zmdi-spin-reverse 1.5s infinite linear
}

@-webkit-keyframes zmdi-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes zmdi-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes zmdi-spin-reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg)
    }
}

@keyframes zmdi-spin-reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg)
    }
}

.zmdi-hc-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.zmdi-hc-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.zmdi-hc-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.zmdi-hc-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.zmdi-hc-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

.zmdi-hc-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.zmdi-hc-stack-1x, .zmdi-hc-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.zmdi-hc-stack-1x {
    line-height: inherit
}

.zmdi-hc-stack-2x {
    font-size: 2em
}

.zmdi-hc-inverse {
    color: #fff
}

.zmdi-3d-rotation:before {
    content: '\f101'
}

.zmdi-airplane-off:before {
    content: '\f102'
}

.zmdi-airplane:before {
    content: '\f103'
}

.zmdi-album:before {
    content: '\f104'
}

.zmdi-archive:before {
    content: '\f105'
}

.zmdi-assignment-account:before {
    content: '\f106'
}

.zmdi-assignment-alert:before {
    content: '\f107'
}

.zmdi-assignment-check:before {
    content: '\f108'
}

.zmdi-assignment-o:before {
    content: '\f109'
}

.zmdi-assignment-return:before {
    content: '\f10a'
}

.zmdi-assignment-returned:before {
    content: '\f10b'
}

.zmdi-assignment:before {
    content: '\f10c'
}

.zmdi-attachment-alt:before {
    content: '\f10d'
}

.zmdi-attachment:before {
    content: '\f10e'
}

.zmdi-audio:before {
    content: '\f10f'
}

.zmdi-badge-check:before {
    content: '\f110'
}

.zmdi-balance-wallet:before {
    content: '\f111'
}

.zmdi-balance:before {
    content: '\f112'
}

.zmdi-battery-alert:before {
    content: '\f113'
}

.zmdi-battery-flash:before {
    content: '\f114'
}

.zmdi-battery-unknown:before {
    content: '\f115'
}

.zmdi-battery:before {
    content: '\f116'
}

.zmdi-bike:before {
    content: '\f117'
}

.zmdi-block-alt:before {
    content: '\f118'
}

.zmdi-block:before {
    content: '\f119'
}

.zmdi-boat:before {
    content: '\f11a'
}

.zmdi-book-image:before {
    content: '\f11b'
}

.zmdi-book:before {
    content: '\f11c'
}

.zmdi-bookmark-outline:before {
    content: '\f11d'
}

.zmdi-bookmark:before {
    content: '\f11e'
}

.zmdi-brush:before {
    content: '\f11f'
}

.zmdi-bug:before {
    content: '\f120'
}

.zmdi-bus:before {
    content: '\f121'
}

.zmdi-cake:before {
    content: '\f122'
}

.zmdi-car-taxi:before {
    content: '\f123'
}

.zmdi-car-wash:before {
    content: '\f124'
}

.zmdi-car:before {
    content: '\f125'
}

.zmdi-card-giftcard:before {
    content: '\f126'
}

.zmdi-card-membership:before {
    content: '\f127'
}

.zmdi-card-travel:before {
    content: '\f128'
}

.zmdi-card:before {
    content: '\f129'
}

.zmdi-case-check:before {
    content: '\f12a'
}

.zmdi-case-download:before {
    content: '\f12b'
}

.zmdi-case-play:before {
    content: '\f12c'
}

.zmdi-case:before {
    content: '\f12d'
}

.zmdi-cast-connected:before {
    content: '\f12e'
}

.zmdi-cast:before {
    content: '\f12f'
}

.zmdi-chart-donut:before {
    content: '\f130'
}

.zmdi-chart:before {
    content: '\f131'
}

.zmdi-city-alt:before {
    content: '\f132'
}

.zmdi-city:before {
    content: '\f133'
}

.zmdi-close-circle-o:before {
    content: '\f134'
}

.zmdi-close-circle:before {
    content: '\f135'
}

.zmdi-close:before {
    content: '\f136'
}

.zmdi-cocktail:before {
    content: '\f137'
}

.zmdi-code-setting:before {
    content: '\f138'
}

.zmdi-code-smartphone:before {
    content: '\f139'
}

.zmdi-code:before {
    content: '\f13a'
}

.zmdi-coffee:before {
    content: '\f13b'
}

.zmdi-collection-bookmark:before {
    content: '\f13c'
}

.zmdi-collection-case-play:before {
    content: '\f13d'
}

.zmdi-collection-folder-image:before {
    content: '\f13e'
}

.zmdi-collection-image-o:before {
    content: '\f13f'
}

.zmdi-collection-image:before {
    content: '\f140'
}

.zmdi-collection-item-1:before {
    content: '\f141'
}

.zmdi-collection-item-2:before {
    content: '\f142'
}

.zmdi-collection-item-3:before {
    content: '\f143'
}

.zmdi-collection-item-4:before {
    content: '\f144'
}

.zmdi-collection-item-5:before {
    content: '\f145'
}

.zmdi-collection-item-6:before {
    content: '\f146'
}

.zmdi-collection-item-7:before {
    content: '\f147'
}

.zmdi-collection-item-8:before {
    content: '\f148'
}

.zmdi-collection-item-9-plus:before {
    content: '\f149'
}

.zmdi-collection-item-9:before {
    content: '\f14a'
}

.zmdi-collection-item:before {
    content: '\f14b'
}

.zmdi-collection-music:before {
    content: '\f14c'
}

.zmdi-collection-pdf:before {
    content: '\f14d'
}

.zmdi-collection-plus:before {
    content: '\f14e'
}

.zmdi-collection-speaker:before {
    content: '\f14f'
}

.zmdi-collection-text:before {
    content: '\f150'
}

.zmdi-collection-video:before {
    content: '\f151'
}

.zmdi-compass:before {
    content: '\f152'
}

.zmdi-cutlery:before {
    content: '\f153'
}

.zmdi-delete:before {
    content: '\f154'
}

.zmdi-dialpad:before {
    content: '\f155'
}

.zmdi-dns:before {
    content: '\f156'
}

.zmdi-drink:before {
    content: '\f157'
}

.zmdi-edit:before {
    content: '\f158'
}

.zmdi-email-open:before {
    content: '\f159'
}

.zmdi-email:before {
    content: '\f15a'
}

.zmdi-eye-off:before {
    content: '\f15b'
}

.zmdi-eye:before {
    content: '\f15c'
}

.zmdi-eyedropper:before {
    content: '\f15d'
}

.zmdi-favorite-outline:before {
    content: '\f15e'
}

.zmdi-favorite:before {
    content: '\f15f'
}

.zmdi-filter-list:before {
    content: '\f160'
}

.zmdi-fire:before {
    content: '\f161'
}

.zmdi-flag:before {
    content: '\f162'
}

.zmdi-flare:before {
    content: '\f163'
}

.zmdi-flash-auto:before {
    content: '\f164'
}

.zmdi-flash-off:before {
    content: '\f165'
}

.zmdi-flash:before {
    content: '\f166'
}

.zmdi-flip:before {
    content: '\f167'
}

.zmdi-flower-alt:before {
    content: '\f168'
}

.zmdi-flower:before {
    content: '\f169'
}

.zmdi-font:before {
    content: '\f16a'
}

.zmdi-fullscreen-alt:before {
    content: '\f16b'
}

.zmdi-fullscreen-exit:before {
    content: '\f16c'
}

.zmdi-fullscreen:before {
    content: '\f16d'
}

.zmdi-functions:before {
    content: '\f16e'
}

.zmdi-gas-station:before {
    content: '\f16f'
}

.zmdi-gesture:before {
    content: '\f170'
}

.zmdi-globe-alt:before {
    content: '\f171'
}

.zmdi-globe-lock:before {
    content: '\f172'
}

.zmdi-globe:before {
    content: '\f173'
}

.zmdi-graduation-cap:before {
    content: '\f174'
}

.zmdi-home:before {
    content: '\f175'
}

.zmdi-hospital-alt:before {
    content: '\f176'
}

.zmdi-hospital:before {
    content: '\f177'
}

.zmdi-hotel:before {
    content: '\f178'
}

.zmdi-hourglass-alt:before {
    content: '\f179'
}

.zmdi-hourglass-outline:before {
    content: '\f17a'
}

.zmdi-hourglass:before {
    content: '\f17b'
}

.zmdi-http:before {
    content: '\f17c'
}

.zmdi-image-alt:before {
    content: '\f17d'
}

.zmdi-image-o:before {
    content: '\f17e'
}

.zmdi-image:before {
    content: '\f17f'
}

.zmdi-inbox:before {
    content: '\f180'
}

.zmdi-invert-colors-off:before {
    content: '\f181'
}

.zmdi-invert-colors:before {
    content: '\f182'
}

.zmdi-key:before {
    content: '\f183'
}

.zmdi-label-alt-outline:before {
    content: '\f184'
}

.zmdi-label-alt:before {
    content: '\f185'
}

.zmdi-label-heart:before {
    content: '\f186'
}

.zmdi-label:before {
    content: '\f187'
}

.zmdi-labels:before {
    content: '\f188'
}

.zmdi-lamp:before {
    content: '\f189'
}

.zmdi-landscape:before {
    content: '\f18a'
}

.zmdi-layers-off:before {
    content: '\f18b'
}

.zmdi-layers:before {
    content: '\f18c'
}

.zmdi-library:before {
    content: '\f18d'
}

.zmdi-link:before {
    content: '\f18e'
}

.zmdi-lock-open:before {
    content: '\f18f'
}

.zmdi-lock-outline:before {
    content: '\f190'
}

.zmdi-lock:before {
    content: '\f191'
}

.zmdi-mail-reply-all:before {
    content: '\f192'
}

.zmdi-mail-reply:before {
    content: '\f193'
}

.zmdi-mail-send:before {
    content: '\f194'
}

.zmdi-mall:before {
    content: '\f195'
}

.zmdi-map:before {
    content: '\f196'
}

.zmdi-menu:before {
    content: '\f197'
}

.zmdi-money-box:before {
    content: '\f198'
}

.zmdi-money-off:before {
    content: '\f199'
}

.zmdi-money:before {
    content: '\f19a'
}

.zmdi-more-vert:before {
    content: '\f19b'
}

.zmdi-more:before {
    content: '\f19c'
}

.zmdi-movie-alt:before {
    content: '\f19d'
}

.zmdi-movie:before {
    content: '\f19e'
}

.zmdi-nature-people:before {
    content: '\f19f'
}

.zmdi-nature:before {
    content: '\f1a0'
}

.zmdi-navigation:before {
    content: '\f1a1'
}

.zmdi-open-in-browser:before {
    content: '\f1a2'
}

.zmdi-open-in-new:before {
    content: '\f1a3'
}

.zmdi-palette:before {
    content: '\f1a4'
}

.zmdi-parking:before {
    content: '\f1a5'
}

.zmdi-pin-account:before {
    content: '\f1a6'
}

.zmdi-pin-assistant:before {
    content: '\f1a7'
}

.zmdi-pin-drop:before {
    content: '\f1a8'
}

.zmdi-pin-help:before {
    content: '\f1a9'
}

.zmdi-pin-off:before {
    content: '\f1aa'
}

.zmdi-pin:before {
    content: '\f1ab'
}

.zmdi-pizza:before {
    content: '\f1ac'
}

.zmdi-plaster:before {
    content: '\f1ad'
}

.zmdi-power-setting:before {
    content: '\f1ae'
}

.zmdi-power:before {
    content: '\f1af'
}

.zmdi-print:before {
    content: '\f1b0'
}

.zmdi-puzzle-piece:before {
    content: '\f1b1'
}

.zmdi-quote:before {
    content: '\f1b2'
}

.zmdi-railway:before {
    content: '\f1b3'
}

.zmdi-receipt:before {
    content: '\f1b4'
}

.zmdi-refresh-alt:before {
    content: '\f1b5'
}

.zmdi-refresh-sync-alert:before {
    content: '\f1b6'
}

.zmdi-refresh-sync-off:before {
    content: '\f1b7'
}

.zmdi-refresh-sync:before {
    content: '\f1b8'
}

.zmdi-refresh:before {
    content: '\f1b9'
}

.zmdi-roller:before {
    content: '\f1ba'
}

.zmdi-ruler:before {
    content: '\f1bb'
}

.zmdi-scissors:before {
    content: '\f1bc'
}

.zmdi-screen-rotation-lock:before {
    content: '\f1bd'
}

.zmdi-screen-rotation:before {
    content: '\f1be'
}

.zmdi-search-for:before {
    content: '\f1bf'
}

.zmdi-search-in-file:before {
    content: '\f1c0'
}

.zmdi-search-in-page:before {
    content: '\f1c1'
}

.zmdi-search-replace:before {
    content: '\f1c2'
}

.zmdi-search:before {
    content: '\f1c3'
}

.zmdi-seat:before {
    content: '\f1c4'
}

.zmdi-settings-square:before {
    content: '\f1c5'
}

.zmdi-settings:before {
    content: '\f1c6'
}

.zmdi-shield-check:before {
    content: '\f1c7'
}

.zmdi-shield-security:before {
    content: '\f1c8'
}

.zmdi-shopping-basket:before {
    content: '\f1c9'
}

.zmdi-shopping-cart-plus:before {
    content: '\f1ca'
}

.zmdi-shopping-cart:before {
    content: '\f1cb'
}

.zmdi-sign-in:before {
    content: '\f1cc'
}

.zmdi-sort-amount-asc:before {
    content: '\f1cd'
}

.zmdi-sort-amount-desc:before {
    content: '\f1ce'
}

.zmdi-sort-asc:before {
    content: '\f1cf'
}

.zmdi-sort-desc:before {
    content: '\f1d0'
}

.zmdi-spellcheck:before {
    content: '\f1d1'
}

.zmdi-storage:before {
    content: '\f1d2'
}

.zmdi-store-24:before {
    content: '\f1d3'
}

.zmdi-store:before {
    content: '\f1d4'
}

.zmdi-subway:before {
    content: '\f1d5'
}

.zmdi-sun:before {
    content: '\f1d6'
}

.zmdi-tab-unselected:before {
    content: '\f1d7'
}

.zmdi-tab:before {
    content: '\f1d8'
}

.zmdi-tag-close:before {
    content: '\f1d9'
}

.zmdi-tag-more:before {
    content: '\f1da'
}

.zmdi-tag:before {
    content: '\f1db'
}

.zmdi-thumb-down:before {
    content: '\f1dc'
}

.zmdi-thumb-up-down:before {
    content: '\f1dd'
}

.zmdi-thumb-up:before {
    content: '\f1de'
}

.zmdi-ticket-star:before {
    content: '\f1df'
}

.zmdi-toll:before {
    content: '\f1e0'
}

.zmdi-toys:before {
    content: '\f1e1'
}

.zmdi-traffic:before {
    content: '\f1e2'
}

.zmdi-translate:before {
    content: '\f1e3'
}

.zmdi-triangle-down:before {
    content: '\f1e4'
}

.zmdi-triangle-up:before {
    content: '\f1e5'
}

.zmdi-truck:before {
    content: '\f1e6'
}

.zmdi-turning-sign:before {
    content: '\f1e7'
}

.zmdi-wallpaper:before {
    content: '\f1e8'
}

.zmdi-washing-machine:before {
    content: '\f1e9'
}

.zmdi-window-maximize:before {
    content: '\f1ea'
}

.zmdi-window-minimize:before {
    content: '\f1eb'
}

.zmdi-window-restore:before {
    content: '\f1ec'
}

.zmdi-wrench:before {
    content: '\f1ed'
}

.zmdi-zoom-in:before {
    content: '\f1ee'
}

.zmdi-zoom-out:before {
    content: '\f1ef'
}

.zmdi-alert-circle-o:before {
    content: '\f1f0'
}

.zmdi-alert-circle:before {
    content: '\f1f1'
}

.zmdi-alert-octagon:before {
    content: '\f1f2'
}

.zmdi-alert-polygon:before {
    content: '\f1f3'
}

.zmdi-alert-triangle:before {
    content: '\f1f4'
}

.zmdi-help-outline:before {
    content: '\f1f5'
}

.zmdi-help:before {
    content: '\f1f6'
}

.zmdi-info-outline:before {
    content: '\f1f7'
}

.zmdi-info:before {
    content: '\f1f8'
}

.zmdi-notifications-active:before {
    content: '\f1f9'
}

.zmdi-notifications-add:before {
    content: '\f1fa'
}

.zmdi-notifications-none:before {
    content: '\f1fb'
}

.zmdi-notifications-off:before {
    content: '\f1fc'
}

.zmdi-notifications-paused:before {
    content: '\f1fd'
}

.zmdi-notifications:before {
    content: '\f1fe'
}

.zmdi-account-add:before {
    content: '\f1ff'
}

.zmdi-account-box-mail:before {
    content: '\f200'
}

.zmdi-account-box-o:before {
    content: '\f201'
}

.zmdi-account-box-phone:before {
    content: '\f202'
}

.zmdi-account-box:before {
    content: '\f203'
}

.zmdi-account-calendar:before {
    content: '\f204'
}

.zmdi-account-circle:before {
    content: '\f205'
}

.zmdi-account-o:before {
    content: '\f206'
}

.zmdi-account:before {
    content: '\f207'
}

.zmdi-accounts-add:before {
    content: '\f208'
}

.zmdi-accounts-alt:before {
    content: '\f209'
}

.zmdi-accounts-list-alt:before {
    content: '\f20a'
}

.zmdi-accounts-list:before {
    content: '\f20b'
}

.zmdi-accounts-outline:before {
    content: '\f20c'
}

.zmdi-accounts:before {
    content: '\f20d'
}

.zmdi-face:before {
    content: '\f20e'
}

.zmdi-female:before {
    content: '\f20f'
}

.zmdi-male-alt:before {
    content: '\f210'
}

.zmdi-male-female:before {
    content: '\f211'
}

.zmdi-male:before {
    content: '\f212'
}

.zmdi-mood-bad:before {
    content: '\f213'
}

.zmdi-mood:before {
    content: '\f214'
}

.zmdi-run:before {
    content: '\f215'
}

.zmdi-walk:before {
    content: '\f216'
}

.zmdi-cloud-box:before {
    content: '\f217'
}

.zmdi-cloud-circle:before {
    content: '\f218'
}

.zmdi-cloud-done:before {
    content: '\f219'
}

.zmdi-cloud-download:before {
    content: '\f21a'
}

.zmdi-cloud-off:before {
    content: '\f21b'
}

.zmdi-cloud-outline-alt:before {
    content: '\f21c'
}

.zmdi-cloud-outline:before {
    content: '\f21d'
}

.zmdi-cloud-upload:before {
    content: '\f21e'
}

.zmdi-cloud:before {
    content: '\f21f'
}

.zmdi-download:before {
    content: '\f220'
}

.zmdi-file-plus:before {
    content: '\f221'
}

.zmdi-file-text:before {
    content: '\f222'
}

.zmdi-file:before {
    content: '\f223'
}

.zmdi-folder-outline:before {
    content: '\f224'
}

.zmdi-folder-person:before {
    content: '\f225'
}

.zmdi-folder-star-alt:before {
    content: '\f226'
}

.zmdi-folder-star:before {
    content: '\f227'
}

.zmdi-folder:before {
    content: '\f228'
}

.zmdi-gif:before {
    content: '\f229'
}

.zmdi-upload:before {
    content: '\f22a'
}

.zmdi-border-all:before {
    content: '\f22b'
}

.zmdi-border-bottom:before {
    content: '\f22c'
}

.zmdi-border-clear:before {
    content: '\f22d'
}

.zmdi-border-color:before {
    content: '\f22e'
}

.zmdi-border-horizontal:before {
    content: '\f22f'
}

.zmdi-border-inner:before {
    content: '\f230'
}

.zmdi-border-left:before {
    content: '\f231'
}

.zmdi-border-outer:before {
    content: '\f232'
}

.zmdi-border-right:before {
    content: '\f233'
}

.zmdi-border-style:before {
    content: '\f234'
}

.zmdi-border-top:before {
    content: '\f235'
}

.zmdi-border-vertical:before {
    content: '\f236'
}

.zmdi-copy:before {
    content: '\f237'
}

.zmdi-crop:before {
    content: '\f238'
}

.zmdi-format-align-center:before {
    content: '\f239'
}

.zmdi-format-align-justify:before {
    content: '\f23a'
}

.zmdi-format-align-left:before {
    content: '\f23b'
}

.zmdi-format-align-right:before {
    content: '\f23c'
}

.zmdi-format-bold:before {
    content: '\f23d'
}

.zmdi-format-clear-all:before {
    content: '\f23e'
}

.zmdi-format-clear:before {
    content: '\f23f'
}

.zmdi-format-color-fill:before {
    content: '\f240'
}

.zmdi-format-color-reset:before {
    content: '\f241'
}

.zmdi-format-color-text:before {
    content: '\f242'
}

.zmdi-format-indent-decrease:before {
    content: '\f243'
}

.zmdi-format-indent-increase:before {
    content: '\f244'
}

.zmdi-format-italic:before {
    content: '\f245'
}

.zmdi-format-line-spacing:before {
    content: '\f246'
}

.zmdi-format-list-bulleted:before {
    content: '\f247'
}

.zmdi-format-list-numbered:before {
    content: '\f248'
}

.zmdi-format-ltr:before {
    content: '\f249'
}

.zmdi-format-rtl:before {
    content: '\f24a'
}

.zmdi-format-size:before {
    content: '\f24b'
}

.zmdi-format-strikethrough-s:before {
    content: '\f24c'
}

.zmdi-format-strikethrough:before {
    content: '\f24d'
}

.zmdi-format-subject:before {
    content: '\f24e'
}

.zmdi-format-underlined:before {
    content: '\f24f'
}

.zmdi-format-valign-bottom:before {
    content: '\f250'
}

.zmdi-format-valign-center:before {
    content: '\f251'
}

.zmdi-format-valign-top:before {
    content: '\f252'
}

.zmdi-redo:before {
    content: '\f253'
}

.zmdi-select-all:before {
    content: '\f254'
}

.zmdi-space-bar:before {
    content: '\f255'
}

.zmdi-text-format:before {
    content: '\f256'
}

.zmdi-transform:before {
    content: '\f257'
}

.zmdi-undo:before {
    content: '\f258'
}

.zmdi-wrap-text:before {
    content: '\f259'
}

.zmdi-comment-alert:before {
    content: '\f25a'
}

.zmdi-comment-alt-text:before {
    content: '\f25b'
}

.zmdi-comment-alt:before {
    content: '\f25c'
}

.zmdi-comment-edit:before {
    content: '\f25d'
}

.zmdi-comment-image:before {
    content: '\f25e'
}

.zmdi-comment-list:before {
    content: '\f25f'
}

.zmdi-comment-more:before {
    content: '\f260'
}

.zmdi-comment-outline:before {
    content: '\f261'
}

.zmdi-comment-text-alt:before {
    content: '\f262'
}

.zmdi-comment-text:before {
    content: '\f263'
}

.zmdi-comment-video:before {
    content: '\f264'
}

.zmdi-comment:before {
    content: '\f265'
}

.zmdi-comments:before {
    content: '\f266'
}

.zmdi-check-all:before {
    content: '\f267'
}

.zmdi-check-circle-u:before {
    content: '\f268'
}

.zmdi-check-circle:before {
    content: '\f269'
}

.zmdi-check-square:before {
    content: '\f26a'
}

.zmdi-check:before {
    content: '\f26b'
}

.zmdi-circle-o:before {
    content: '\f26c'
}

.zmdi-circle:before {
    content: '\f26d'
}

.zmdi-dot-circle-alt:before {
    content: '\f26e'
}

.zmdi-dot-circle:before {
    content: '\f26f'
}

.zmdi-minus-circle-outline:before {
    content: '\f270'
}

.zmdi-minus-circle:before {
    content: '\f271'
}

.zmdi-minus-square:before {
    content: '\f272'
}

.zmdi-minus:before {
    content: '\f273'
}

.zmdi-plus-circle-o-duplicate:before {
    content: '\f274'
}

.zmdi-plus-circle-o:before {
    content: '\f275'
}

.zmdi-plus-circle:before {
    content: '\f276'
}

.zmdi-plus-square:before {
    content: '\f277'
}

.zmdi-plus:before {
    content: '\f278'
}

.zmdi-square-o:before {
    content: '\f279'
}

.zmdi-star-circle:before {
    content: '\f27a'
}

.zmdi-star-half:before {
    content: '\f27b'
}

.zmdi-star-outline:before {
    content: '\f27c'
}

.zmdi-star:before {
    content: '\f27d'
}

.zmdi-bluetooth-connected:before {
    content: '\f27e'
}

.zmdi-bluetooth-off:before {
    content: '\f27f'
}

.zmdi-bluetooth-search:before {
    content: '\f280'
}

.zmdi-bluetooth-setting:before {
    content: '\f281'
}

.zmdi-bluetooth:before {
    content: '\f282'
}

.zmdi-camera-add:before {
    content: '\f283'
}

.zmdi-camera-alt:before {
    content: '\f284'
}

.zmdi-camera-bw:before {
    content: '\f285'
}

.zmdi-camera-front:before {
    content: '\f286'
}

.zmdi-camera-mic:before {
    content: '\f287'
}

.zmdi-camera-party-mode:before {
    content: '\f288'
}

.zmdi-camera-rear:before {
    content: '\f289'
}

.zmdi-camera-roll:before {
    content: '\f28a'
}

.zmdi-camera-switch:before {
    content: '\f28b'
}

.zmdi-camera:before {
    content: '\f28c'
}

.zmdi-card-alert:before {
    content: '\f28d'
}

.zmdi-card-off:before {
    content: '\f28e'
}

.zmdi-card-sd:before {
    content: '\f28f'
}

.zmdi-card-sim:before {
    content: '\f290'
}

.zmdi-desktop-mac:before {
    content: '\f291'
}

.zmdi-desktop-windows:before {
    content: '\f292'
}

.zmdi-device-hub:before {
    content: '\f293'
}

.zmdi-devices-off:before {
    content: '\f294'
}

.zmdi-devices:before {
    content: '\f295'
}

.zmdi-dock:before {
    content: '\f296'
}

.zmdi-floppy:before {
    content: '\f297'
}

.zmdi-gamepad:before {
    content: '\f298'
}

.zmdi-gps-dot:before {
    content: '\f299'
}

.zmdi-gps-off:before {
    content: '\f29a'
}

.zmdi-gps:before {
    content: '\f29b'
}

.zmdi-headset-mic:before {
    content: '\f29c'
}

.zmdi-headset:before {
    content: '\f29d'
}

.zmdi-input-antenna:before {
    content: '\f29e'
}

.zmdi-input-composite:before {
    content: '\f29f'
}

.zmdi-input-hdmi:before {
    content: '\f2a0'
}

.zmdi-input-power:before {
    content: '\f2a1'
}

.zmdi-input-svideo:before {
    content: '\f2a2'
}

.zmdi-keyboard-hide:before {
    content: '\f2a3'
}

.zmdi-keyboard:before {
    content: '\f2a4'
}

.zmdi-laptop-chromebook:before {
    content: '\f2a5'
}

.zmdi-laptop-mac:before {
    content: '\f2a6'
}

.zmdi-laptop:before {
    content: '\f2a7'
}

.zmdi-mic-off:before {
    content: '\f2a8'
}

.zmdi-mic-outline:before {
    content: '\f2a9'
}

.zmdi-mic-setting:before {
    content: '\f2aa'
}

.zmdi-mic:before {
    content: '\f2ab'
}

.zmdi-mouse:before {
    content: '\f2ac'
}

.zmdi-network-alert:before {
    content: '\f2ad'
}

.zmdi-network-locked:before {
    content: '\f2ae'
}

.zmdi-network-off:before {
    content: '\f2af'
}

.zmdi-network-outline:before {
    content: '\f2b0'
}

.zmdi-network-setting:before {
    content: '\f2b1'
}

.zmdi-network:before {
    content: '\f2b2'
}

.zmdi-phone-bluetooth:before {
    content: '\f2b3'
}

.zmdi-phone-end:before {
    content: '\f2b4'
}

.zmdi-phone-forwarded:before {
    content: '\f2b5'
}

.zmdi-phone-in-talk:before {
    content: '\f2b6'
}

.zmdi-phone-locked:before {
    content: '\f2b7'
}

.zmdi-phone-missed:before {
    content: '\f2b8'
}

.zmdi-phone-msg:before {
    content: '\f2b9'
}

.zmdi-phone-paused:before {
    content: '\f2ba'
}

.zmdi-phone-ring:before {
    content: '\f2bb'
}

.zmdi-phone-setting:before {
    content: '\f2bc'
}

.zmdi-phone-sip:before {
    content: '\f2bd'
}

.zmdi-phone:before {
    content: '\f2be'
}

.zmdi-portable-wifi-changes:before {
    content: '\f2bf'
}

.zmdi-portable-wifi-off:before {
    content: '\f2c0'
}

.zmdi-portable-wifi:before {
    content: '\f2c1'
}

.zmdi-radio:before {
    content: '\f2c2'
}

.zmdi-reader:before {
    content: '\f2c3'
}

.zmdi-remote-control-alt:before {
    content: '\f2c4'
}

.zmdi-remote-control:before {
    content: '\f2c5'
}

.zmdi-router:before {
    content: '\f2c6'
}

.zmdi-scanner:before {
    content: '\f2c7'
}

.zmdi-smartphone-android:before {
    content: '\f2c8'
}

.zmdi-smartphone-download:before {
    content: '\f2c9'
}

.zmdi-smartphone-erase:before {
    content: '\f2ca'
}

.zmdi-smartphone-info:before {
    content: '\f2cb'
}

.zmdi-smartphone-iphone:before {
    content: '\f2cc'
}

.zmdi-smartphone-landscape-lock:before {
    content: '\f2cd'
}

.zmdi-smartphone-landscape:before {
    content: '\f2ce'
}

.zmdi-smartphone-lock:before {
    content: '\f2cf'
}

.zmdi-smartphone-portrait-lock:before {
    content: '\f2d0'
}

.zmdi-smartphone-ring:before {
    content: '\f2d1'
}

.zmdi-smartphone-setting:before {
    content: '\f2d2'
}

.zmdi-smartphone-setup:before {
    content: '\f2d3'
}

.zmdi-smartphone:before {
    content: '\f2d4'
}

.zmdi-speaker:before {
    content: '\f2d5'
}

.zmdi-tablet-android:before {
    content: '\f2d6'
}

.zmdi-tablet-mac:before {
    content: '\f2d7'
}

.zmdi-tablet:before {
    content: '\f2d8'
}

.zmdi-tv-alt-play:before {
    content: '\f2d9'
}

.zmdi-tv-list:before {
    content: '\f2da'
}

.zmdi-tv-play:before {
    content: '\f2db'
}

.zmdi-tv:before {
    content: '\f2dc'
}

.zmdi-usb:before {
    content: '\f2dd'
}

.zmdi-videocam-off:before {
    content: '\f2de'
}

.zmdi-videocam-switch:before {
    content: '\f2df'
}

.zmdi-videocam:before {
    content: '\f2e0'
}

.zmdi-watch:before {
    content: '\f2e1'
}

.zmdi-wifi-alt-2:before {
    content: '\f2e2'
}

.zmdi-wifi-alt:before {
    content: '\f2e3'
}

.zmdi-wifi-info:before {
    content: '\f2e4'
}

.zmdi-wifi-lock:before {
    content: '\f2e5'
}

.zmdi-wifi-off:before {
    content: '\f2e6'
}

.zmdi-wifi-outline:before {
    content: '\f2e7'
}

.zmdi-wifi:before {
    content: '\f2e8'
}

.zmdi-arrow-left-bottom:before {
    content: '\f2e9'
}

.zmdi-arrow-left:before {
    content: '\f2ea'
}

.zmdi-arrow-merge:before {
    content: '\f2eb'
}

.zmdi-arrow-missed:before {
    content: '\f2ec'
}

.zmdi-arrow-right-top:before {
    content: '\f2ed'
}

.zmdi-arrow-right:before {
    content: '\f2ee'
}

.zmdi-arrow-split:before {
    content: '\f2ef'
}

.zmdi-arrows:before {
    content: '\f2f0'
}

.zmdi-caret-down-circle:before {
    content: '\f2f1'
}

.zmdi-caret-down:before {
    content: '\f2f2'
}

.zmdi-caret-left-circle:before {
    content: '\f2f3'
}

.zmdi-caret-left:before {
    content: '\f2f4'
}

.zmdi-caret-right-circle:before {
    content: '\f2f5'
}

.zmdi-caret-right:before {
    content: '\f2f6'
}

.zmdi-caret-up-circle:before {
    content: '\f2f7'
}

.zmdi-caret-up:before {
    content: '\f2f8'
}

.zmdi-chevron-down:before {
    content: '\f2f9'
}

.zmdi-chevron-left:before {
    content: '\f2fa'
}

.zmdi-chevron-right:before {
    content: '\f2fb'
}

.zmdi-chevron-up:before {
    content: '\f2fc'
}

.zmdi-forward:before {
    content: '\f2fd'
}

.zmdi-long-arrow-down:before {
    content: '\f2fe'
}

.zmdi-long-arrow-left:before {
    content: '\f2ff'
}

.zmdi-long-arrow-return:before {
    content: '\f300'
}

.zmdi-long-arrow-right:before {
    content: '\f301'
}

.zmdi-long-arrow-tab:before {
    content: '\f302'
}

.zmdi-long-arrow-up:before {
    content: '\f303'
}

.zmdi-rotate-ccw:before {
    content: '\f304'
}

.zmdi-rotate-cw:before {
    content: '\f305'
}

.zmdi-rotate-left:before {
    content: '\f306'
}

.zmdi-rotate-right:before {
    content: '\f307'
}

.zmdi-square-down:before {
    content: '\f308'
}

.zmdi-square-right:before {
    content: '\f309'
}

.zmdi-swap-alt:before {
    content: '\f30a'
}

.zmdi-swap-vertical-circle:before {
    content: '\f30b'
}

.zmdi-swap-vertical:before {
    content: '\f30c'
}

.zmdi-swap:before {
    content: '\f30d'
}

.zmdi-trending-down:before {
    content: '\f30e'
}

.zmdi-trending-flat:before {
    content: '\f30f'
}

.zmdi-trending-up:before {
    content: '\f310'
}

.zmdi-unfold-less:before {
    content: '\f311'
}

.zmdi-unfold-more:before {
    content: '\f312'
}

.zmdi-apps:before {
    content: '\f313'
}

.zmdi-grid-off:before {
    content: '\f314'
}

.zmdi-grid:before {
    content: '\f315'
}

.zmdi-view-agenda:before {
    content: '\f316'
}

.zmdi-view-array:before {
    content: '\f317'
}

.zmdi-view-carousel:before {
    content: '\f318'
}

.zmdi-view-column:before {
    content: '\f319'
}

.zmdi-view-comfy:before {
    content: '\f31a'
}

.zmdi-view-compact:before {
    content: '\f31b'
}

.zmdi-view-dashboard:before {
    content: '\f31c'
}

.zmdi-view-day:before {
    content: '\f31d'
}

.zmdi-view-headline:before {
    content: '\f31e'
}

.zmdi-view-list-alt:before {
    content: '\f31f'
}

.zmdi-view-list:before {
    content: '\f320'
}

.zmdi-view-module:before {
    content: '\f321'
}

.zmdi-view-quilt:before {
    content: '\f322'
}

.zmdi-view-stream:before {
    content: '\f323'
}

.zmdi-view-subtitles:before {
    content: '\f324'
}

.zmdi-view-toc:before {
    content: '\f325'
}

.zmdi-view-web:before {
    content: '\f326'
}

.zmdi-view-week:before {
    content: '\f327'
}

.zmdi-widgets:before {
    content: '\f328'
}

.zmdi-alarm-check:before {
    content: '\f329'
}

.zmdi-alarm-off:before {
    content: '\f32a'
}

.zmdi-alarm-plus:before {
    content: '\f32b'
}

.zmdi-alarm-snooze:before {
    content: '\f32c'
}

.zmdi-alarm:before {
    content: '\f32d'
}

.zmdi-calendar-alt:before {
    content: '\f32e'
}

.zmdi-calendar-check:before {
    content: '\f32f'
}

.zmdi-calendar-close:before {
    content: '\f330'
}

.zmdi-calendar-note:before {
    content: '\f331'
}

.zmdi-calendar:before {
    content: '\f332'
}

.zmdi-time-countdown:before {
    content: '\f333'
}

.zmdi-time-interval:before {
    content: '\f334'
}

.zmdi-time-restore-setting:before {
    content: '\f335'
}

.zmdi-time-restore:before {
    content: '\f336'
}

.zmdi-time:before {
    content: '\f337'
}

.zmdi-timer-off:before {
    content: '\f338'
}

.zmdi-timer:before {
    content: '\f339'
}

.zmdi-android-alt:before {
    content: '\f33a'
}

.zmdi-android:before {
    content: '\f33b'
}

.zmdi-apple:before {
    content: '\f33c'
}

.zmdi-behance:before {
    content: '\f33d'
}

.zmdi-codepen:before {
    content: '\f33e'
}

.zmdi-dribbble:before {
    content: '\f33f'
}

.zmdi-dropbox:before {
    content: '\f340'
}

.zmdi-evernote:before {
    content: '\f341'
}

.zmdi-facebook-box:before {
    content: '\f342'
}

.zmdi-facebook:before {
    content: '\f343'
}

.zmdi-github-box:before {
    content: '\f344'
}

.zmdi-github:before {
    content: '\f345'
}

.zmdi-google-drive:before {
    content: '\f346'
}

.zmdi-google-earth:before {
    content: '\f347'
}

.zmdi-google-glass:before {
    content: '\f348'
}

.zmdi-google-maps:before {
    content: '\f349'
}

.zmdi-google-pages:before {
    content: '\f34a'
}

.zmdi-google-play:before {
    content: '\f34b'
}

.zmdi-google-plus-box:before {
    content: '\f34c'
}

.zmdi-google-plus:before {
    content: '\f34d'
}

.zmdi-google:before {
    content: '\f34e'
}

.zmdi-instagram:before {
    content: '\f34f'
}

.zmdi-language-css3:before {
    content: '\f350'
}

.zmdi-language-html5:before {
    content: '\f351'
}

.zmdi-language-javascript:before {
    content: '\f352'
}

.zmdi-language-python-alt:before {
    content: '\f353'
}

.zmdi-language-python:before {
    content: '\f354'
}

.zmdi-lastfm:before {
    content: '\f355'
}

.zmdi-linkedin-box:before {
    content: '\f356'
}

.zmdi-paypal:before {
    content: '\f357'
}

.zmdi-pinterest-box:before {
    content: '\f358'
}

.zmdi-pocket:before {
    content: '\f359'
}

.zmdi-polymer:before {
    content: '\f35a'
}

.zmdi-share:before {
    content: '\f35b'
}

.zmdi-stackoverflow:before {
    content: '\f35c'
}

.zmdi-steam-square:before {
    content: '\f35d'
}

.zmdi-steam:before {
    content: '\f35e'
}

.zmdi-twitter-box:before {
    content: '\f35f'
}

.zmdi-twitter:before {
    content: '\f360'
}

.zmdi-vk:before {
    content: '\f361'
}

.zmdi-wikipedia:before {
    content: '\f362'
}

.zmdi-windows:before {
    content: '\f363'
}

.zmdi-aspect-ratio-alt:before {
    content: '\f364'
}

.zmdi-aspect-ratio:before {
    content: '\f365'
}

.zmdi-blur-circular:before {
    content: '\f366'
}

.zmdi-blur-linear:before {
    content: '\f367'
}

.zmdi-blur-off:before {
    content: '\f368'
}

.zmdi-blur:before {
    content: '\f369'
}

.zmdi-brightness-2:before {
    content: '\f36a'
}

.zmdi-brightness-3:before {
    content: '\f36b'
}

.zmdi-brightness-4:before {
    content: '\f36c'
}

.zmdi-brightness-5:before {
    content: '\f36d'
}

.zmdi-brightness-6:before {
    content: '\f36e'
}

.zmdi-brightness-7:before {
    content: '\f36f'
}

.zmdi-brightness-auto:before {
    content: '\f370'
}

.zmdi-brightness-setting:before {
    content: '\f371'
}

.zmdi-broken-image:before {
    content: '\f372'
}

.zmdi-center-focus-strong:before {
    content: '\f373'
}

.zmdi-center-focus-weak:before {
    content: '\f374'
}

.zmdi-compare:before {
    content: '\f375'
}

.zmdi-crop-16-9:before {
    content: '\f376'
}

.zmdi-crop-3-2:before {
    content: '\f377'
}

.zmdi-crop-5-4:before {
    content: '\f378'
}

.zmdi-crop-7-5:before {
    content: '\f379'
}

.zmdi-crop-din:before {
    content: '\f37a'
}

.zmdi-crop-free:before {
    content: '\f37b'
}

.zmdi-crop-landscape:before {
    content: '\f37c'
}

.zmdi-crop-portrait:before {
    content: '\f37d'
}

.zmdi-crop-square:before {
    content: '\f37e'
}

.zmdi-exposure-alt:before {
    content: '\f37f'
}

.zmdi-exposure:before {
    content: '\f380'
}

.zmdi-filter-b-and-w:before {
    content: '\f381'
}

.zmdi-filter-center-focus:before {
    content: '\f382'
}

.zmdi-filter-frames:before {
    content: '\f383'
}

.zmdi-filter-tilt-shift:before {
    content: '\f384'
}

.zmdi-gradient:before {
    content: '\f385'
}

.zmdi-grain:before {
    content: '\f386'
}

.zmdi-graphic-eq:before {
    content: '\f387'
}

.zmdi-hdr-off:before {
    content: '\f388'
}

.zmdi-hdr-strong:before {
    content: '\f389'
}

.zmdi-hdr-weak:before {
    content: '\f38a'
}

.zmdi-hdr:before {
    content: '\f38b'
}

.zmdi-iridescent:before {
    content: '\f38c'
}

.zmdi-leak-off:before {
    content: '\f38d'
}

.zmdi-leak:before {
    content: '\f38e'
}

.zmdi-looks:before {
    content: '\f38f'
}

.zmdi-loupe:before {
    content: '\f390'
}

.zmdi-panorama-horizontal:before {
    content: '\f391'
}

.zmdi-panorama-vertical:before {
    content: '\f392'
}

.zmdi-panorama-wide-angle:before {
    content: '\f393'
}

.zmdi-photo-size-select-large:before {
    content: '\f394'
}

.zmdi-photo-size-select-small:before {
    content: '\f395'
}

.zmdi-picture-in-picture:before {
    content: '\f396'
}

.zmdi-slideshow:before {
    content: '\f397'
}

.zmdi-texture:before {
    content: '\f398'
}

.zmdi-tonality:before {
    content: '\f399'
}

.zmdi-vignette:before {
    content: '\f39a'
}

.zmdi-wb-auto:before {
    content: '\f39b'
}

.zmdi-eject-alt:before {
    content: '\f39c'
}

.zmdi-eject:before {
    content: '\f39d'
}

.zmdi-equalizer:before {
    content: '\f39e'
}

.zmdi-fast-forward:before {
    content: '\f39f'
}

.zmdi-fast-rewind:before {
    content: '\f3a0'
}

.zmdi-forward-10:before {
    content: '\f3a1'
}

.zmdi-forward-30:before {
    content: '\f3a2'
}

.zmdi-forward-5:before {
    content: '\f3a3'
}

.zmdi-hearing:before {
    content: '\f3a4'
}

.zmdi-pause-circle-outline:before {
    content: '\f3a5'
}

.zmdi-pause-circle:before {
    content: '\f3a6'
}

.zmdi-pause:before {
    content: '\f3a7'
}

.zmdi-play-circle-outline:before {
    content: '\f3a8'
}

.zmdi-play-circle:before {
    content: '\f3a9'
}

.zmdi-play:before {
    content: '\f3aa'
}

.zmdi-playlist-audio:before {
    content: '\f3ab'
}

.zmdi-playlist-plus:before {
    content: '\f3ac'
}

.zmdi-repeat-one:before {
    content: '\f3ad'
}

.zmdi-repeat:before {
    content: '\f3ae'
}

.zmdi-replay-10:before {
    content: '\f3af'
}

.zmdi-replay-30:before {
    content: '\f3b0'
}

.zmdi-replay-5:before {
    content: '\f3b1'
}

.zmdi-replay:before {
    content: '\f3b2'
}

.zmdi-shuffle:before {
    content: '\f3b3'
}

.zmdi-skip-next:before {
    content: '\f3b4'
}

.zmdi-skip-previous:before {
    content: '\f3b5'
}

.zmdi-stop:before {
    content: '\f3b6'
}

.zmdi-surround-sound:before {
    content: '\f3b7'
}

.zmdi-tune:before {
    content: '\f3b8'
}

.zmdi-volume-down:before {
    content: '\f3b9'
}

.zmdi-volume-mute:before {
    content: '\f3ba'
}

.zmdi-volume-off:before {
    content: '\f3bb'
}

.zmdi-volume-up:before {
    content: '\f3bc'
}

.zmdi-n-1-square:before {
    content: '\f3bd'
}

.zmdi-n-2-square:before {
    content: '\f3be'
}

.zmdi-n-3-square:before {
    content: '\f3bf'
}

.zmdi-n-4-square:before {
    content: '\f3c0'
}

.zmdi-n-5-square:before {
    content: '\f3c1'
}

.zmdi-n-6-square:before {
    content: '\f3c2'
}

.zmdi-neg-1:before {
    content: '\f3c3'
}

.zmdi-neg-2:before {
    content: '\f3c4'
}

.zmdi-plus-1:before {
    content: '\f3c5'
}

.zmdi-plus-2:before {
    content: '\f3c6'
}

.zmdi-sec-10:before {
    content: '\f3c7'
}

.zmdi-sec-3:before {
    content: '\f3c8'
}

.zmdi-zero:before {
    content: '\f3c9'
}

.zmdi-airline-seat-flat-angled:before {
    content: '\f3ca'
}

.zmdi-airline-seat-flat:before {
    content: '\f3cb'
}

.zmdi-airline-seat-individual-suite:before {
    content: '\f3cc'
}

.zmdi-airline-seat-legroom-extra:before {
    content: '\f3cd'
}

.zmdi-airline-seat-legroom-normal:before {
    content: '\f3ce'
}

.zmdi-airline-seat-legroom-reduced:before {
    content: '\f3cf'
}

.zmdi-airline-seat-recline-extra:before {
    content: '\f3d0'
}

.zmdi-airline-seat-recline-normal:before {
    content: '\f3d1'
}

.zmdi-airplay:before {
    content: '\f3d2'
}

.zmdi-closed-caption:before {
    content: '\f3d3'
}

.zmdi-confirmation-number:before {
    content: '\f3d4'
}

.zmdi-developer-board:before {
    content: '\f3d5'
}

.zmdi-disc-full:before {
    content: '\f3d6'
}

.zmdi-explicit:before {
    content: '\f3d7'
}

.zmdi-flight-land:before {
    content: '\f3d8'
}

.zmdi-flight-takeoff:before {
    content: '\f3d9'
}

.zmdi-flip-to-back:before {
    content: '\f3da'
}

.zmdi-flip-to-front:before {
    content: '\f3db'
}

.zmdi-group-work:before {
    content: '\f3dc'
}

.zmdi-hd:before {
    content: '\f3dd'
}

.zmdi-hq:before {
    content: '\f3de'
}

.zmdi-markunread-mailbox:before {
    content: '\f3df'
}

.zmdi-memory:before {
    content: '\f3e0'
}

.zmdi-nfc:before {
    content: '\f3e1'
}

.zmdi-play-for-work:before {
    content: '\f3e2'
}

.zmdi-power-input:before {
    content: '\f3e3'
}

.zmdi-present-to-all:before {
    content: '\f3e4'
}

.zmdi-satellite:before {
    content: '\f3e5'
}

.zmdi-tap-and-play:before {
    content: '\f3e6'
}

.zmdi-vibration:before {
    content: '\f3e7'
}

.zmdi-voicemail:before {
    content: '\f3e8'
}

.zmdi-group:before {
    content: '\f3e9'
}

.zmdi-rss:before {
    content: '\f3ea'
}

.zmdi-shape:before {
    content: '\f3eb'
}

.zmdi-spinner:before {
    content: '\f3ec'
}

.zmdi-ungroup:before {
    content: '\f3ed'
}

.zmdi-500px:before {
    content: '\f3ee'
}

.zmdi-8tracks:before {
    content: '\f3ef'
}

.zmdi-amazon:before {
    content: '\f3f0'
}

.zmdi-blogger:before {
    content: '\f3f1'
}

.zmdi-delicious:before {
    content: '\f3f2'
}

.zmdi-disqus:before {
    content: '\f3f3'
}

.zmdi-flattr:before {
    content: '\f3f4'
}

.zmdi-flickr:before {
    content: '\f3f5'
}

.zmdi-github-alt:before {
    content: '\f3f6'
}

.zmdi-google-old:before {
    content: '\f3f7'
}

.zmdi-linkedin:before {
    content: '\f3f8'
}

.zmdi-odnoklassniki:before {
    content: '\f3f9'
}

.zmdi-outlook:before {
    content: '\f3fa'
}

.zmdi-paypal-alt:before {
    content: '\f3fb'
}

.zmdi-pinterest:before {
    content: '\f3fc'
}

.zmdi-playstation:before {
    content: '\f3fd'
}

.zmdi-reddit:before {
    content: '\f3fe'
}

.zmdi-skype:before {
    content: '\f3ff'
}

.zmdi-slideshare:before {
    content: '\f400'
}

.zmdi-soundcloud:before {
    content: '\f401'
}

.zmdi-tumblr:before {
    content: '\f402'
}

.zmdi-twitch:before {
    content: '\f403'
}

.zmdi-vimeo:before {
    content: '\f404'
}

.zmdi-whatsapp:before {
    content: '\f405'
}

.zmdi-xbox:before {
    content: '\f406'
}

.zmdi-yahoo:before {
    content: '\f407'
}

.zmdi-youtube-play:before {
    content: '\f408'
}

.zmdi-youtube:before {
    content: '\f409'
}

.zmdi-3d-rotation:before {
    content: '\f101'
}

.zmdi-airplane-off:before {
    content: '\f102'
}

.zmdi-airplane:before {
    content: '\f103'
}

.zmdi-album:before {
    content: '\f104'
}

.zmdi-archive:before {
    content: '\f105'
}

.zmdi-assignment-account:before {
    content: '\f106'
}

.zmdi-assignment-alert:before {
    content: '\f107'
}

.zmdi-assignment-check:before {
    content: '\f108'
}

.zmdi-assignment-o:before {
    content: '\f109'
}

.zmdi-assignment-return:before {
    content: '\f10a'
}

.zmdi-assignment-returned:before {
    content: '\f10b'
}

.zmdi-assignment:before {
    content: '\f10c'
}

.zmdi-attachment-alt:before {
    content: '\f10d'
}

.zmdi-attachment:before {
    content: '\f10e'
}

.zmdi-audio:before {
    content: '\f10f'
}

.zmdi-badge-check:before {
    content: '\f110'
}

.zmdi-balance-wallet:before {
    content: '\f111'
}

.zmdi-balance:before {
    content: '\f112'
}

.zmdi-battery-alert:before {
    content: '\f113'
}

.zmdi-battery-flash:before {
    content: '\f114'
}

.zmdi-battery-unknown:before {
    content: '\f115'
}

.zmdi-battery:before {
    content: '\f116'
}

.zmdi-bike:before {
    content: '\f117'
}

.zmdi-block-alt:before {
    content: '\f118'
}

.zmdi-block:before {
    content: '\f119'
}

.zmdi-boat:before {
    content: '\f11a'
}

.zmdi-book-image:before {
    content: '\f11b'
}

.zmdi-book:before {
    content: '\f11c'
}

.zmdi-bookmark-outline:before {
    content: '\f11d'
}

.zmdi-bookmark:before {
    content: '\f11e'
}

.zmdi-brush:before {
    content: '\f11f'
}

.zmdi-bug:before {
    content: '\f120'
}

.zmdi-bus:before {
    content: '\f121'
}

.zmdi-cake:before {
    content: '\f122'
}

.zmdi-car-taxi:before {
    content: '\f123'
}

.zmdi-car-wash:before {
    content: '\f124'
}

.zmdi-car:before {
    content: '\f125'
}

.zmdi-card-giftcard:before {
    content: '\f126'
}

.zmdi-card-membership:before {
    content: '\f127'
}

.zmdi-card-travel:before {
    content: '\f128'
}

.zmdi-card:before {
    content: '\f129'
}

.zmdi-case-check:before {
    content: '\f12a'
}

.zmdi-case-download:before {
    content: '\f12b'
}

.zmdi-case-play:before {
    content: '\f12c'
}

.zmdi-case:before {
    content: '\f12d'
}

.zmdi-cast-connected:before {
    content: '\f12e'
}

.zmdi-cast:before {
    content: '\f12f'
}

.zmdi-chart-donut:before {
    content: '\f130'
}

.zmdi-chart:before {
    content: '\f131'
}

.zmdi-city-alt:before {
    content: '\f132'
}

.zmdi-city:before {
    content: '\f133'
}

.zmdi-close-circle-o:before {
    content: '\f134'
}

.zmdi-close-circle:before {
    content: '\f135'
}

.zmdi-close:before {
    content: '\f136'
}

.zmdi-cocktail:before {
    content: '\f137'
}

.zmdi-code-setting:before {
    content: '\f138'
}

.zmdi-code-smartphone:before {
    content: '\f139'
}

.zmdi-code:before {
    content: '\f13a'
}

.zmdi-coffee:before {
    content: '\f13b'
}

.zmdi-collection-bookmark:before {
    content: '\f13c'
}

.zmdi-collection-case-play:before {
    content: '\f13d'
}

.zmdi-collection-folder-image:before {
    content: '\f13e'
}

.zmdi-collection-image-o:before {
    content: '\f13f'
}

.zmdi-collection-image:before {
    content: '\f140'
}

.zmdi-collection-item-1:before {
    content: '\f141'
}

.zmdi-collection-item-2:before {
    content: '\f142'
}

.zmdi-collection-item-3:before {
    content: '\f143'
}

.zmdi-collection-item-4:before {
    content: '\f144'
}

.zmdi-collection-item-5:before {
    content: '\f145'
}

.zmdi-collection-item-6:before {
    content: '\f146'
}

.zmdi-collection-item-7:before {
    content: '\f147'
}

.zmdi-collection-item-8:before {
    content: '\f148'
}

.zmdi-collection-item-9-plus:before {
    content: '\f149'
}

.zmdi-collection-item-9:before {
    content: '\f14a'
}

.zmdi-collection-item:before {
    content: '\f14b'
}

.zmdi-collection-music:before {
    content: '\f14c'
}

.zmdi-collection-pdf:before {
    content: '\f14d'
}

.zmdi-collection-plus:before {
    content: '\f14e'
}

.zmdi-collection-speaker:before {
    content: '\f14f'
}

.zmdi-collection-text:before {
    content: '\f150'
}

.zmdi-collection-video:before {
    content: '\f151'
}

.zmdi-compass:before {
    content: '\f152'
}

.zmdi-cutlery:before {
    content: '\f153'
}

.zmdi-delete:before {
    content: '\f154'
}

.zmdi-dialpad:before {
    content: '\f155'
}

.zmdi-dns:before {
    content: '\f156'
}

.zmdi-drink:before {
    content: '\f157'
}

.zmdi-edit:before {
    content: '\f158'
}

.zmdi-email-open:before {
    content: '\f159'
}

.zmdi-email:before {
    content: '\f15a'
}

.zmdi-eye-off:before {
    content: '\f15b'
}

.zmdi-eye:before {
    content: '\f15c'
}

.zmdi-eyedropper:before {
    content: '\f15d'
}

.zmdi-favorite-outline:before {
    content: '\f15e'
}

.zmdi-favorite:before {
    content: '\f15f'
}

.zmdi-filter-list:before {
    content: '\f160'
}

.zmdi-fire:before {
    content: '\f161'
}

.zmdi-flag:before {
    content: '\f162'
}

.zmdi-flare:before {
    content: '\f163'
}

.zmdi-flash-auto:before {
    content: '\f164'
}

.zmdi-flash-off:before {
    content: '\f165'
}

.zmdi-flash:before {
    content: '\f166'
}

.zmdi-flip:before {
    content: '\f167'
}

.zmdi-flower-alt:before {
    content: '\f168'
}

.zmdi-flower:before {
    content: '\f169'
}

.zmdi-font:before {
    content: '\f16a'
}

.zmdi-fullscreen-alt:before {
    content: '\f16b'
}

.zmdi-fullscreen-exit:before {
    content: '\f16c'
}

.zmdi-fullscreen:before {
    content: '\f16d'
}

.zmdi-functions:before {
    content: '\f16e'
}

.zmdi-gas-station:before {
    content: '\f16f'
}

.zmdi-gesture:before {
    content: '\f170'
}

.zmdi-globe-alt:before {
    content: '\f171'
}

.zmdi-globe-lock:before {
    content: '\f172'
}

.zmdi-globe:before {
    content: '\f173'
}

.zmdi-graduation-cap:before {
    content: '\f174'
}

.zmdi-home:before {
    content: '\f175'
}

.zmdi-hospital-alt:before {
    content: '\f176'
}

.zmdi-hospital:before {
    content: '\f177'
}

.zmdi-hotel:before {
    content: '\f178'
}

.zmdi-hourglass-alt:before {
    content: '\f179'
}

.zmdi-hourglass-outline:before {
    content: '\f17a'
}

.zmdi-hourglass:before {
    content: '\f17b'
}

.zmdi-http:before {
    content: '\f17c'
}

.zmdi-image-alt:before {
    content: '\f17d'
}

.zmdi-image-o:before {
    content: '\f17e'
}

.zmdi-image:before {
    content: '\f17f'
}

.zmdi-inbox:before {
    content: '\f180'
}

.zmdi-invert-colors-off:before {
    content: '\f181'
}

.zmdi-invert-colors:before {
    content: '\f182'
}

.zmdi-key:before {
    content: '\f183'
}

.zmdi-label-alt-outline:before {
    content: '\f184'
}

.zmdi-label-alt:before {
    content: '\f185'
}

.zmdi-label-heart:before {
    content: '\f186'
}

.zmdi-label:before {
    content: '\f187'
}

.zmdi-labels:before {
    content: '\f188'
}

.zmdi-lamp:before {
    content: '\f189'
}

.zmdi-landscape:before {
    content: '\f18a'
}

.zmdi-layers-off:before {
    content: '\f18b'
}

.zmdi-layers:before {
    content: '\f18c'
}

.zmdi-library:before {
    content: '\f18d'
}

.zmdi-link:before {
    content: '\f18e'
}

.zmdi-lock-open:before {
    content: '\f18f'
}

.zmdi-lock-outline:before {
    content: '\f190'
}

.zmdi-lock:before {
    content: '\f191'
}

.zmdi-mail-reply-all:before {
    content: '\f192'
}

.zmdi-mail-reply:before {
    content: '\f193'
}

.zmdi-mail-send:before {
    content: '\f194'
}

.zmdi-mall:before {
    content: '\f195'
}

.zmdi-map:before {
    content: '\f196'
}

.zmdi-menu:before {
    content: '\f197'
}

.zmdi-money-box:before {
    content: '\f198'
}

.zmdi-money-off:before {
    content: '\f199'
}

.zmdi-money:before {
    content: '\f19a'
}

.zmdi-more-vert:before {
    content: '\f19b'
}

.zmdi-more:before {
    content: '\f19c'
}

.zmdi-movie-alt:before {
    content: '\f19d'
}

.zmdi-movie:before {
    content: '\f19e'
}

.zmdi-nature-people:before {
    content: '\f19f'
}

.zmdi-nature:before {
    content: '\f1a0'
}

.zmdi-navigation:before {
    content: '\f1a1'
}

.zmdi-open-in-browser:before {
    content: '\f1a2'
}

.zmdi-open-in-new:before {
    content: '\f1a3'
}

.zmdi-palette:before {
    content: '\f1a4'
}

.zmdi-parking:before {
    content: '\f1a5'
}

.zmdi-pin-account:before {
    content: '\f1a6'
}

.zmdi-pin-assistant:before {
    content: '\f1a7'
}

.zmdi-pin-drop:before {
    content: '\f1a8'
}

.zmdi-pin-help:before {
    content: '\f1a9'
}

.zmdi-pin-off:before {
    content: '\f1aa'
}

.zmdi-pin:before {
    content: '\f1ab'
}

.zmdi-pizza:before {
    content: '\f1ac'
}

.zmdi-plaster:before {
    content: '\f1ad'
}

.zmdi-power-setting:before {
    content: '\f1ae'
}

.zmdi-power:before {
    content: '\f1af'
}

.zmdi-print:before {
    content: '\f1b0'
}

.zmdi-puzzle-piece:before {
    content: '\f1b1'
}

.zmdi-quote:before {
    content: '\f1b2'
}

.zmdi-railway:before {
    content: '\f1b3'
}

.zmdi-receipt:before {
    content: '\f1b4'
}

.zmdi-refresh-alt:before {
    content: '\f1b5'
}

.zmdi-refresh-sync-alert:before {
    content: '\f1b6'
}

.zmdi-refresh-sync-off:before {
    content: '\f1b7'
}

.zmdi-refresh-sync:before {
    content: '\f1b8'
}

.zmdi-refresh:before {
    content: '\f1b9'
}

.zmdi-roller:before {
    content: '\f1ba'
}

.zmdi-ruler:before {
    content: '\f1bb'
}

.zmdi-scissors:before {
    content: '\f1bc'
}

.zmdi-screen-rotation-lock:before {
    content: '\f1bd'
}

.zmdi-screen-rotation:before {
    content: '\f1be'
}

.zmdi-search-for:before {
    content: '\f1bf'
}

.zmdi-search-in-file:before {
    content: '\f1c0'
}

.zmdi-search-in-page:before {
    content: '\f1c1'
}

.zmdi-search-replace:before {
    content: '\f1c2'
}

.zmdi-search:before {
    content: '\f1c3'
}

.zmdi-seat:before {
    content: '\f1c4'
}

.zmdi-settings-square:before {
    content: '\f1c5'
}

.zmdi-settings:before {
    content: '\f1c6'
}

.zmdi-shield-check:before {
    content: '\f1c7'
}

.zmdi-shield-security:before {
    content: '\f1c8'
}

.zmdi-shopping-basket:before {
    content: '\f1c9'
}

.zmdi-shopping-cart-plus:before {
    content: '\f1ca'
}

.zmdi-shopping-cart:before {
    content: '\f1cb'
}

.zmdi-sign-in:before {
    content: '\f1cc'
}

.zmdi-sort-amount-asc:before {
    content: '\f1cd'
}

.zmdi-sort-amount-desc:before {
    content: '\f1ce'
}

.zmdi-sort-asc:before {
    content: '\f1cf'
}

.zmdi-sort-desc:before {
    content: '\f1d0'
}

.zmdi-spellcheck:before {
    content: '\f1d1'
}

.zmdi-storage:before {
    content: '\f1d2'
}

.zmdi-store-24:before {
    content: '\f1d3'
}

.zmdi-store:before {
    content: '\f1d4'
}

.zmdi-subway:before {
    content: '\f1d5'
}

.zmdi-sun:before {
    content: '\f1d6'
}

.zmdi-tab-unselected:before {
    content: '\f1d7'
}

.zmdi-tab:before {
    content: '\f1d8'
}

.zmdi-tag-close:before {
    content: '\f1d9'
}

.zmdi-tag-more:before {
    content: '\f1da'
}

.zmdi-tag:before {
    content: '\f1db'
}

.zmdi-thumb-down:before {
    content: '\f1dc'
}

.zmdi-thumb-up-down:before {
    content: '\f1dd'
}

.zmdi-thumb-up:before {
    content: '\f1de'
}

.zmdi-ticket-star:before {
    content: '\f1df'
}

.zmdi-toll:before {
    content: '\f1e0'
}

.zmdi-toys:before {
    content: '\f1e1'
}

.zmdi-traffic:before {
    content: '\f1e2'
}

.zmdi-translate:before {
    content: '\f1e3'
}

.zmdi-triangle-down:before {
    content: '\f1e4'
}

.zmdi-triangle-up:before {
    content: '\f1e5'
}

.zmdi-truck:before {
    content: '\f1e6'
}

.zmdi-turning-sign:before {
    content: '\f1e7'
}

.zmdi-wallpaper:before {
    content: '\f1e8'
}

.zmdi-washing-machine:before {
    content: '\f1e9'
}

.zmdi-window-maximize:before {
    content: '\f1ea'
}

.zmdi-window-minimize:before {
    content: '\f1eb'
}

.zmdi-window-restore:before {
    content: '\f1ec'
}

.zmdi-wrench:before {
    content: '\f1ed'
}

.zmdi-zoom-in:before {
    content: '\f1ee'
}

.zmdi-zoom-out:before {
    content: '\f1ef'
}

.zmdi-alert-circle-o:before {
    content: '\f1f0'
}

.zmdi-alert-circle:before {
    content: '\f1f1'
}

.zmdi-alert-octagon:before {
    content: '\f1f2'
}

.zmdi-alert-polygon:before {
    content: '\f1f3'
}

.zmdi-alert-triangle:before {
    content: '\f1f4'
}

.zmdi-help-outline:before {
    content: '\f1f5'
}

.zmdi-help:before {
    content: '\f1f6'
}

.zmdi-info-outline:before {
    content: '\f1f7'
}

.zmdi-info:before {
    content: '\f1f8'
}

.zmdi-notifications-active:before {
    content: '\f1f9'
}

.zmdi-notifications-add:before {
    content: '\f1fa'
}

.zmdi-notifications-none:before {
    content: '\f1fb'
}

.zmdi-notifications-off:before {
    content: '\f1fc'
}

.zmdi-notifications-paused:before {
    content: '\f1fd'
}

.zmdi-notifications:before {
    content: '\f1fe'
}

.zmdi-account-add:before {
    content: '\f1ff'
}

.zmdi-account-box-mail:before {
    content: '\f200'
}

.zmdi-account-box-o:before {
    content: '\f201'
}

.zmdi-account-box-phone:before {
    content: '\f202'
}

.zmdi-account-box:before {
    content: '\f203'
}

.zmdi-account-calendar:before {
    content: '\f204'
}

.zmdi-account-circle:before {
    content: '\f205'
}

.zmdi-account-o:before {
    content: '\f206'
}

.zmdi-account:before {
    content: '\f207'
}

.zmdi-accounts-add:before {
    content: '\f208'
}

.zmdi-accounts-alt:before {
    content: '\f209'
}

.zmdi-accounts-list-alt:before {
    content: '\f20a'
}

.zmdi-accounts-list:before {
    content: '\f20b'
}

.zmdi-accounts-outline:before {
    content: '\f20c'
}

.zmdi-accounts:before {
    content: '\f20d'
}

.zmdi-face:before {
    content: '\f20e'
}

.zmdi-female:before {
    content: '\f20f'
}

.zmdi-male-alt:before {
    content: '\f210'
}

.zmdi-male-female:before {
    content: '\f211'
}

.zmdi-male:before {
    content: '\f212'
}

.zmdi-mood-bad:before {
    content: '\f213'
}

.zmdi-mood:before {
    content: '\f214'
}

.zmdi-run:before {
    content: '\f215'
}

.zmdi-walk:before {
    content: '\f216'
}

.zmdi-cloud-box:before {
    content: '\f217'
}

.zmdi-cloud-circle:before {
    content: '\f218'
}

.zmdi-cloud-done:before {
    content: '\f219'
}

.zmdi-cloud-download:before {
    content: '\f21a'
}

.zmdi-cloud-off:before {
    content: '\f21b'
}

.zmdi-cloud-outline-alt:before {
    content: '\f21c'
}

.zmdi-cloud-outline:before {
    content: '\f21d'
}

.zmdi-cloud-upload:before {
    content: '\f21e'
}

.zmdi-cloud:before {
    content: '\f21f'
}

.zmdi-download:before {
    content: '\f220'
}

.zmdi-file-plus:before {
    content: '\f221'
}

.zmdi-file-text:before {
    content: '\f222'
}

.zmdi-file:before {
    content: '\f223'
}

.zmdi-folder-outline:before {
    content: '\f224'
}

.zmdi-folder-person:before {
    content: '\f225'
}

.zmdi-folder-star-alt:before {
    content: '\f226'
}

.zmdi-folder-star:before {
    content: '\f227'
}

.zmdi-folder:before {
    content: '\f228'
}

.zmdi-gif:before {
    content: '\f229'
}

.zmdi-upload:before {
    content: '\f22a'
}

.zmdi-border-all:before {
    content: '\f22b'
}

.zmdi-border-bottom:before {
    content: '\f22c'
}

.zmdi-border-clear:before {
    content: '\f22d'
}

.zmdi-border-color:before {
    content: '\f22e'
}

.zmdi-border-horizontal:before {
    content: '\f22f'
}

.zmdi-border-inner:before {
    content: '\f230'
}

.zmdi-border-left:before {
    content: '\f231'
}

.zmdi-border-outer:before {
    content: '\f232'
}

.zmdi-border-right:before {
    content: '\f233'
}

.zmdi-border-style:before {
    content: '\f234'
}

.zmdi-border-top:before {
    content: '\f235'
}

.zmdi-border-vertical:before {
    content: '\f236'
}

.zmdi-copy:before {
    content: '\f237'
}

.zmdi-crop:before {
    content: '\f238'
}

.zmdi-format-align-center:before {
    content: '\f239'
}

.zmdi-format-align-justify:before {
    content: '\f23a'
}

.zmdi-format-align-left:before {
    content: '\f23b'
}

.zmdi-format-align-right:before {
    content: '\f23c'
}

.zmdi-format-bold:before {
    content: '\f23d'
}

.zmdi-format-clear-all:before {
    content: '\f23e'
}

.zmdi-format-clear:before {
    content: '\f23f'
}

.zmdi-format-color-fill:before {
    content: '\f240'
}

.zmdi-format-color-reset:before {
    content: '\f241'
}

.zmdi-format-color-text:before {
    content: '\f242'
}

.zmdi-format-indent-decrease:before {
    content: '\f243'
}

.zmdi-format-indent-increase:before {
    content: '\f244'
}

.zmdi-format-italic:before {
    content: '\f245'
}

.zmdi-format-line-spacing:before {
    content: '\f246'
}

.zmdi-format-list-bulleted:before {
    content: '\f247'
}

.zmdi-format-list-numbered:before {
    content: '\f248'
}

.zmdi-format-ltr:before {
    content: '\f249'
}

.zmdi-format-rtl:before {
    content: '\f24a'
}

.zmdi-format-size:before {
    content: '\f24b'
}

.zmdi-format-strikethrough-s:before {
    content: '\f24c'
}

.zmdi-format-strikethrough:before {
    content: '\f24d'
}

.zmdi-format-subject:before {
    content: '\f24e'
}

.zmdi-format-underlined:before {
    content: '\f24f'
}

.zmdi-format-valign-bottom:before {
    content: '\f250'
}

.zmdi-format-valign-center:before {
    content: '\f251'
}

.zmdi-format-valign-top:before {
    content: '\f252'
}

.zmdi-redo:before {
    content: '\f253'
}

.zmdi-select-all:before {
    content: '\f254'
}

.zmdi-space-bar:before {
    content: '\f255'
}

.zmdi-text-format:before {
    content: '\f256'
}

.zmdi-transform:before {
    content: '\f257'
}

.zmdi-undo:before {
    content: '\f258'
}

.zmdi-wrap-text:before {
    content: '\f259'
}

.zmdi-comment-alert:before {
    content: '\f25a'
}

.zmdi-comment-alt-text:before {
    content: '\f25b'
}

.zmdi-comment-alt:before {
    content: '\f25c'
}

.zmdi-comment-edit:before {
    content: '\f25d'
}

.zmdi-comment-image:before {
    content: '\f25e'
}

.zmdi-comment-list:before {
    content: '\f25f'
}

.zmdi-comment-more:before {
    content: '\f260'
}

.zmdi-comment-outline:before {
    content: '\f261'
}

.zmdi-comment-text-alt:before {
    content: '\f262'
}

.zmdi-comment-text:before {
    content: '\f263'
}

.zmdi-comment-video:before {
    content: '\f264'
}

.zmdi-comment:before {
    content: '\f265'
}

.zmdi-comments:before {
    content: '\f266'
}

.zmdi-check-all:before {
    content: '\f267'
}

.zmdi-check-circle-u:before {
    content: '\f268'
}

.zmdi-check-circle:before {
    content: '\f269'
}

.zmdi-check-square:before {
    content: '\f26a'
}

.zmdi-check:before {
    content: '\f26b'
}

.zmdi-circle-o:before {
    content: '\f26c'
}

.zmdi-circle:before {
    content: '\f26d'
}

.zmdi-dot-circle-alt:before {
    content: '\f26e'
}

.zmdi-dot-circle:before {
    content: '\f26f'
}

.zmdi-minus-circle-outline:before {
    content: '\f270'
}

.zmdi-minus-circle:before {
    content: '\f271'
}

.zmdi-minus-square:before {
    content: '\f272'
}

.zmdi-minus:before {
    content: '\f273'
}

.zmdi-plus-circle-o-duplicate:before {
    content: '\f274'
}

.zmdi-plus-circle-o:before {
    content: '\f275'
}

.zmdi-plus-circle:before {
    content: '\f276'
}

.zmdi-plus-square:before {
    content: '\f277'
}

.zmdi-plus:before {
    content: '\f278'
}

.zmdi-square-o:before {
    content: '\f279'
}

.zmdi-star-circle:before {
    content: '\f27a'
}

.zmdi-star-half:before {
    content: '\f27b'
}

.zmdi-star-outline:before {
    content: '\f27c'
}

.zmdi-star:before {
    content: '\f27d'
}

.zmdi-bluetooth-connected:before {
    content: '\f27e'
}

.zmdi-bluetooth-off:before {
    content: '\f27f'
}

.zmdi-bluetooth-search:before {
    content: '\f280'
}

.zmdi-bluetooth-setting:before {
    content: '\f281'
}

.zmdi-bluetooth:before {
    content: '\f282'
}

.zmdi-camera-add:before {
    content: '\f283'
}

.zmdi-camera-alt:before {
    content: '\f284'
}

.zmdi-camera-bw:before {
    content: '\f285'
}

.zmdi-camera-front:before {
    content: '\f286'
}

.zmdi-camera-mic:before {
    content: '\f287'
}

.zmdi-camera-party-mode:before {
    content: '\f288'
}

.zmdi-camera-rear:before {
    content: '\f289'
}

.zmdi-camera-roll:before {
    content: '\f28a'
}

.zmdi-camera-switch:before {
    content: '\f28b'
}

.zmdi-camera:before {
    content: '\f28c'
}

.zmdi-card-alert:before {
    content: '\f28d'
}

.zmdi-card-off:before {
    content: '\f28e'
}

.zmdi-card-sd:before {
    content: '\f28f'
}

.zmdi-card-sim:before {
    content: '\f290'
}

.zmdi-desktop-mac:before {
    content: '\f291'
}

.zmdi-desktop-windows:before {
    content: '\f292'
}

.zmdi-device-hub:before {
    content: '\f293'
}

.zmdi-devices-off:before {
    content: '\f294'
}

.zmdi-devices:before {
    content: '\f295'
}

.zmdi-dock:before {
    content: '\f296'
}

.zmdi-floppy:before {
    content: '\f297'
}

.zmdi-gamepad:before {
    content: '\f298'
}

.zmdi-gps-dot:before {
    content: '\f299'
}

.zmdi-gps-off:before {
    content: '\f29a'
}

.zmdi-gps:before {
    content: '\f29b'
}

.zmdi-headset-mic:before {
    content: '\f29c'
}

.zmdi-headset:before {
    content: '\f29d'
}

.zmdi-input-antenna:before {
    content: '\f29e'
}

.zmdi-input-composite:before {
    content: '\f29f'
}

.zmdi-input-hdmi:before {
    content: '\f2a0'
}

.zmdi-input-power:before {
    content: '\f2a1'
}

.zmdi-input-svideo:before {
    content: '\f2a2'
}

.zmdi-keyboard-hide:before {
    content: '\f2a3'
}

.zmdi-keyboard:before {
    content: '\f2a4'
}

.zmdi-laptop-chromebook:before {
    content: '\f2a5'
}

.zmdi-laptop-mac:before {
    content: '\f2a6'
}

.zmdi-laptop:before {
    content: '\f2a7'
}

.zmdi-mic-off:before {
    content: '\f2a8'
}

.zmdi-mic-outline:before {
    content: '\f2a9'
}

.zmdi-mic-setting:before {
    content: '\f2aa'
}

.zmdi-mic:before {
    content: '\f2ab'
}

.zmdi-mouse:before {
    content: '\f2ac'
}

.zmdi-network-alert:before {
    content: '\f2ad'
}

.zmdi-network-locked:before {
    content: '\f2ae'
}

.zmdi-network-off:before {
    content: '\f2af'
}

.zmdi-network-outline:before {
    content: '\f2b0'
}

.zmdi-network-setting:before {
    content: '\f2b1'
}

.zmdi-network:before {
    content: '\f2b2'
}

.zmdi-phone-bluetooth:before {
    content: '\f2b3'
}

.zmdi-phone-end:before {
    content: '\f2b4'
}

.zmdi-phone-forwarded:before {
    content: '\f2b5'
}

.zmdi-phone-in-talk:before {
    content: '\f2b6'
}

.zmdi-phone-locked:before {
    content: '\f2b7'
}

.zmdi-phone-missed:before {
    content: '\f2b8'
}

.zmdi-phone-msg:before {
    content: '\f2b9'
}

.zmdi-phone-paused:before {
    content: '\f2ba'
}

.zmdi-phone-ring:before {
    content: '\f2bb'
}

.zmdi-phone-setting:before {
    content: '\f2bc'
}

.zmdi-phone-sip:before {
    content: '\f2bd'
}

.zmdi-phone:before {
    content: '\f2be'
}

.zmdi-portable-wifi-changes:before {
    content: '\f2bf'
}

.zmdi-portable-wifi-off:before {
    content: '\f2c0'
}

.zmdi-portable-wifi:before {
    content: '\f2c1'
}

.zmdi-radio:before {
    content: '\f2c2'
}

.zmdi-reader:before {
    content: '\f2c3'
}

.zmdi-remote-control-alt:before {
    content: '\f2c4'
}

.zmdi-remote-control:before {
    content: '\f2c5'
}

.zmdi-router:before {
    content: '\f2c6'
}

.zmdi-scanner:before {
    content: '\f2c7'
}

.zmdi-smartphone-android:before {
    content: '\f2c8'
}

.zmdi-smartphone-download:before {
    content: '\f2c9'
}

.zmdi-smartphone-erase:before {
    content: '\f2ca'
}

.zmdi-smartphone-info:before {
    content: '\f2cb'
}

.zmdi-smartphone-iphone:before {
    content: '\f2cc'
}

.zmdi-smartphone-landscape-lock:before {
    content: '\f2cd'
}

.zmdi-smartphone-landscape:before {
    content: '\f2ce'
}

.zmdi-smartphone-lock:before {
    content: '\f2cf'
}

.zmdi-smartphone-portrait-lock:before {
    content: '\f2d0'
}

.zmdi-smartphone-ring:before {
    content: '\f2d1'
}

.zmdi-smartphone-setting:before {
    content: '\f2d2'
}

.zmdi-smartphone-setup:before {
    content: '\f2d3'
}

.zmdi-smartphone:before {
    content: '\f2d4'
}

.zmdi-speaker:before {
    content: '\f2d5'
}

.zmdi-tablet-android:before {
    content: '\f2d6'
}

.zmdi-tablet-mac:before {
    content: '\f2d7'
}

.zmdi-tablet:before {
    content: '\f2d8'
}

.zmdi-tv-alt-play:before {
    content: '\f2d9'
}

.zmdi-tv-list:before {
    content: '\f2da'
}

.zmdi-tv-play:before {
    content: '\f2db'
}

.zmdi-tv:before {
    content: '\f2dc'
}

.zmdi-usb:before {
    content: '\f2dd'
}

.zmdi-videocam-off:before {
    content: '\f2de'
}

.zmdi-videocam-switch:before {
    content: '\f2df'
}

.zmdi-videocam:before {
    content: '\f2e0'
}

.zmdi-watch:before {
    content: '\f2e1'
}

.zmdi-wifi-alt-2:before {
    content: '\f2e2'
}

.zmdi-wifi-alt:before {
    content: '\f2e3'
}

.zmdi-wifi-info:before {
    content: '\f2e4'
}

.zmdi-wifi-lock:before {
    content: '\f2e5'
}

.zmdi-wifi-off:before {
    content: '\f2e6'
}

.zmdi-wifi-outline:before {
    content: '\f2e7'
}

.zmdi-wifi:before {
    content: '\f2e8'
}

.zmdi-arrow-left-bottom:before {
    content: '\f2e9'
}

.zmdi-arrow-left:before {
    content: '\f2ea'
}

.zmdi-arrow-merge:before {
    content: '\f2eb'
}

.zmdi-arrow-missed:before {
    content: '\f2ec'
}

.zmdi-arrow-right-top:before {
    content: '\f2ed'
}

.zmdi-arrow-right:before {
    content: '\f2ee'
}

.zmdi-arrow-split:before {
    content: '\f2ef'
}

.zmdi-arrows:before {
    content: '\f2f0'
}

.zmdi-caret-down-circle:before {
    content: '\f2f1'
}

.zmdi-caret-down:before {
    content: '\f2f2'
}

.zmdi-caret-left-circle:before {
    content: '\f2f3'
}

.zmdi-caret-left:before {
    content: '\f2f4'
}

.zmdi-caret-right-circle:before {
    content: '\f2f5'
}

.zmdi-caret-right:before {
    content: '\f2f6'
}

.zmdi-caret-up-circle:before {
    content: '\f2f7'
}

.zmdi-caret-up:before {
    content: '\f2f8'
}

.zmdi-chevron-down:before {
    content: '\f2f9'
}

.zmdi-chevron-left:before {
    content: '\f2fa'
}

.zmdi-chevron-right:before {
    content: '\f2fb'
}

.zmdi-chevron-up:before {
    content: '\f2fc'
}

.zmdi-forward:before {
    content: '\f2fd'
}

.zmdi-long-arrow-down:before {
    content: '\f2fe'
}

.zmdi-long-arrow-left:before {
    content: '\f2ff'
}

.zmdi-long-arrow-return:before {
    content: '\f300'
}

.zmdi-long-arrow-right:before {
    content: '\f301'
}

.zmdi-long-arrow-tab:before {
    content: '\f302'
}

.zmdi-long-arrow-up:before {
    content: '\f303'
}

.zmdi-rotate-ccw:before {
    content: '\f304'
}

.zmdi-rotate-cw:before {
    content: '\f305'
}

.zmdi-rotate-left:before {
    content: '\f306'
}

.zmdi-rotate-right:before {
    content: '\f307'
}

.zmdi-square-down:before {
    content: '\f308'
}

.zmdi-square-right:before {
    content: '\f309'
}

.zmdi-swap-alt:before {
    content: '\f30a'
}

.zmdi-swap-vertical-circle:before {
    content: '\f30b'
}

.zmdi-swap-vertical:before {
    content: '\f30c'
}

.zmdi-swap:before {
    content: '\f30d'
}

.zmdi-trending-down:before {
    content: '\f30e'
}

.zmdi-trending-flat:before {
    content: '\f30f'
}

.zmdi-trending-up:before {
    content: '\f310'
}

.zmdi-unfold-less:before {
    content: '\f311'
}

.zmdi-unfold-more:before {
    content: '\f312'
}

.zmdi-apps:before {
    content: '\f313'
}

.zmdi-grid-off:before {
    content: '\f314'
}

.zmdi-grid:before {
    content: '\f315'
}

.zmdi-view-agenda:before {
    content: '\f316'
}

.zmdi-view-array:before {
    content: '\f317'
}

.zmdi-view-carousel:before {
    content: '\f318'
}

.zmdi-view-column:before {
    content: '\f319'
}

.zmdi-view-comfy:before {
    content: '\f31a'
}

.zmdi-view-compact:before {
    content: '\f31b'
}

.zmdi-view-dashboard:before {
    content: '\f31c'
}

.zmdi-view-day:before {
    content: '\f31d'
}

.zmdi-view-headline:before {
    content: '\f31e'
}

.zmdi-view-list-alt:before {
    content: '\f31f'
}

.zmdi-view-list:before {
    content: '\f320'
}

.zmdi-view-module:before {
    content: '\f321'
}

.zmdi-view-quilt:before {
    content: '\f322'
}

.zmdi-view-stream:before {
    content: '\f323'
}

.zmdi-view-subtitles:before {
    content: '\f324'
}

.zmdi-view-toc:before {
    content: '\f325'
}

.zmdi-view-web:before {
    content: '\f326'
}

.zmdi-view-week:before {
    content: '\f327'
}

.zmdi-widgets:before {
    content: '\f328'
}

.zmdi-alarm-check:before {
    content: '\f329'
}

.zmdi-alarm-off:before {
    content: '\f32a'
}

.zmdi-alarm-plus:before {
    content: '\f32b'
}

.zmdi-alarm-snooze:before {
    content: '\f32c'
}

.zmdi-alarm:before {
    content: '\f32d'
}

.zmdi-calendar-alt:before {
    content: '\f32e'
}

.zmdi-calendar-check:before {
    content: '\f32f'
}

.zmdi-calendar-close:before {
    content: '\f330'
}

.zmdi-calendar-note:before {
    content: '\f331'
}

.zmdi-calendar:before {
    content: '\f332'
}

.zmdi-time-countdown:before {
    content: '\f333'
}

.zmdi-time-interval:before {
    content: '\f334'
}

.zmdi-time-restore-setting:before {
    content: '\f335'
}

.zmdi-time-restore:before {
    content: '\f336'
}

.zmdi-time:before {
    content: '\f337'
}

.zmdi-timer-off:before {
    content: '\f338'
}

.zmdi-timer:before {
    content: '\f339'
}

.zmdi-android-alt:before {
    content: '\f33a'
}

.zmdi-android:before {
    content: '\f33b'
}

.zmdi-apple:before {
    content: '\f33c'
}

.zmdi-behance:before {
    content: '\f33d'
}

.zmdi-codepen:before {
    content: '\f33e'
}

.zmdi-dribbble:before {
    content: '\f33f'
}

.zmdi-dropbox:before {
    content: '\f340'
}

.zmdi-evernote:before {
    content: '\f341'
}

.zmdi-facebook-box:before {
    content: '\f342'
}

.zmdi-facebook:before {
    content: '\f343'
}

.zmdi-github-box:before {
    content: '\f344'
}

.zmdi-github:before {
    content: '\f345'
}

.zmdi-google-drive:before {
    content: '\f346'
}

.zmdi-google-earth:before {
    content: '\f347'
}

.zmdi-google-glass:before {
    content: '\f348'
}

.zmdi-google-maps:before {
    content: '\f349'
}

.zmdi-google-pages:before {
    content: '\f34a'
}

.zmdi-google-play:before {
    content: '\f34b'
}

.zmdi-google-plus-box:before {
    content: '\f34c'
}

.zmdi-google-plus:before {
    content: '\f34d'
}

.zmdi-google:before {
    content: '\f34e'
}

.zmdi-instagram:before {
    content: '\f34f'
}

.zmdi-language-css3:before {
    content: '\f350'
}

.zmdi-language-html5:before {
    content: '\f351'
}

.zmdi-language-javascript:before {
    content: '\f352'
}

.zmdi-language-python-alt:before {
    content: '\f353'
}

.zmdi-language-python:before {
    content: '\f354'
}

.zmdi-lastfm:before {
    content: '\f355'
}

.zmdi-linkedin-box:before {
    content: '\f356'
}

.zmdi-paypal:before {
    content: '\f357'
}

.zmdi-pinterest-box:before {
    content: '\f358'
}

.zmdi-pocket:before {
    content: '\f359'
}

.zmdi-polymer:before {
    content: '\f35a'
}

.zmdi-share:before {
    content: '\f35b'
}

.zmdi-stackoverflow:before {
    content: '\f35c'
}

.zmdi-steam-square:before {
    content: '\f35d'
}

.zmdi-steam:before {
    content: '\f35e'
}

.zmdi-twitter-box:before {
    content: '\f35f'
}

.zmdi-twitter:before {
    content: '\f360'
}

.zmdi-vk:before {
    content: '\f361'
}

.zmdi-wikipedia:before {
    content: '\f362'
}

.zmdi-windows:before {
    content: '\f363'
}

.zmdi-aspect-ratio-alt:before {
    content: '\f364'
}

.zmdi-aspect-ratio:before {
    content: '\f365'
}

.zmdi-blur-circular:before {
    content: '\f366'
}

.zmdi-blur-linear:before {
    content: '\f367'
}

.zmdi-blur-off:before {
    content: '\f368'
}

.zmdi-blur:before {
    content: '\f369'
}

.zmdi-brightness-2:before {
    content: '\f36a'
}

.zmdi-brightness-3:before {
    content: '\f36b'
}

.zmdi-brightness-4:before {
    content: '\f36c'
}

.zmdi-brightness-5:before {
    content: '\f36d'
}

.zmdi-brightness-6:before {
    content: '\f36e'
}

.zmdi-brightness-7:before {
    content: '\f36f'
}

.zmdi-brightness-auto:before {
    content: '\f370'
}

.zmdi-brightness-setting:before {
    content: '\f371'
}

.zmdi-broken-image:before {
    content: '\f372'
}

.zmdi-center-focus-strong:before {
    content: '\f373'
}

.zmdi-center-focus-weak:before {
    content: '\f374'
}

.zmdi-compare:before {
    content: '\f375'
}

.zmdi-crop-16-9:before {
    content: '\f376'
}

.zmdi-crop-3-2:before {
    content: '\f377'
}

.zmdi-crop-5-4:before {
    content: '\f378'
}

.zmdi-crop-7-5:before {
    content: '\f379'
}

.zmdi-crop-din:before {
    content: '\f37a'
}

.zmdi-crop-free:before {
    content: '\f37b'
}

.zmdi-crop-landscape:before {
    content: '\f37c'
}

.zmdi-crop-portrait:before {
    content: '\f37d'
}

.zmdi-crop-square:before {
    content: '\f37e'
}

.zmdi-exposure-alt:before {
    content: '\f37f'
}

.zmdi-exposure:before {
    content: '\f380'
}

.zmdi-filter-b-and-w:before {
    content: '\f381'
}

.zmdi-filter-center-focus:before {
    content: '\f382'
}

.zmdi-filter-frames:before {
    content: '\f383'
}

.zmdi-filter-tilt-shift:before {
    content: '\f384'
}

.zmdi-gradient:before {
    content: '\f385'
}

.zmdi-grain:before {
    content: '\f386'
}

.zmdi-graphic-eq:before {
    content: '\f387'
}

.zmdi-hdr-off:before {
    content: '\f388'
}

.zmdi-hdr-strong:before {
    content: '\f389'
}

.zmdi-hdr-weak:before {
    content: '\f38a'
}

.zmdi-hdr:before {
    content: '\f38b'
}

.zmdi-iridescent:before {
    content: '\f38c'
}

.zmdi-leak-off:before {
    content: '\f38d'
}

.zmdi-leak:before {
    content: '\f38e'
}

.zmdi-looks:before {
    content: '\f38f'
}

.zmdi-loupe:before {
    content: '\f390'
}

.zmdi-panorama-horizontal:before {
    content: '\f391'
}

.zmdi-panorama-vertical:before {
    content: '\f392'
}

.zmdi-panorama-wide-angle:before {
    content: '\f393'
}

.zmdi-photo-size-select-large:before {
    content: '\f394'
}

.zmdi-photo-size-select-small:before {
    content: '\f395'
}

.zmdi-picture-in-picture:before {
    content: '\f396'
}

.zmdi-slideshow:before {
    content: '\f397'
}

.zmdi-texture:before {
    content: '\f398'
}

.zmdi-tonality:before {
    content: '\f399'
}

.zmdi-vignette:before {
    content: '\f39a'
}

.zmdi-wb-auto:before {
    content: '\f39b'
}

.zmdi-eject-alt:before {
    content: '\f39c'
}

.zmdi-eject:before {
    content: '\f39d'
}

.zmdi-equalizer:before {
    content: '\f39e'
}

.zmdi-fast-forward:before {
    content: '\f39f'
}

.zmdi-fast-rewind:before {
    content: '\f3a0'
}

.zmdi-forward-10:before {
    content: '\f3a1'
}

.zmdi-forward-30:before {
    content: '\f3a2'
}

.zmdi-forward-5:before {
    content: '\f3a3'
}

.zmdi-hearing:before {
    content: '\f3a4'
}

.zmdi-pause-circle-outline:before {
    content: '\f3a5'
}

.zmdi-pause-circle:before {
    content: '\f3a6'
}

.zmdi-pause:before {
    content: '\f3a7'
}

.zmdi-play-circle-outline:before {
    content: '\f3a8'
}

.zmdi-play-circle:before {
    content: '\f3a9'
}

.zmdi-play:before {
    content: '\f3aa'
}

.zmdi-playlist-audio:before {
    content: '\f3ab'
}

.zmdi-playlist-plus:before {
    content: '\f3ac'
}

.zmdi-repeat-one:before {
    content: '\f3ad'
}

.zmdi-repeat:before {
    content: '\f3ae'
}

.zmdi-replay-10:before {
    content: '\f3af'
}

.zmdi-replay-30:before {
    content: '\f3b0'
}

.zmdi-replay-5:before {
    content: '\f3b1'
}

.zmdi-replay:before {
    content: '\f3b2'
}

.zmdi-shuffle:before {
    content: '\f3b3'
}

.zmdi-skip-next:before {
    content: '\f3b4'
}

.zmdi-skip-previous:before {
    content: '\f3b5'
}

.zmdi-stop:before {
    content: '\f3b6'
}

.zmdi-surround-sound:before {
    content: '\f3b7'
}

.zmdi-tune:before {
    content: '\f3b8'
}

.zmdi-volume-down:before {
    content: '\f3b9'
}

.zmdi-volume-mute:before {
    content: '\f3ba'
}

.zmdi-volume-off:before {
    content: '\f3bb'
}

.zmdi-volume-up:before {
    content: '\f3bc'
}

.zmdi-n-1-square:before {
    content: '\f3bd'
}

.zmdi-n-2-square:before {
    content: '\f3be'
}

.zmdi-n-3-square:before {
    content: '\f3bf'
}

.zmdi-n-4-square:before {
    content: '\f3c0'
}

.zmdi-n-5-square:before {
    content: '\f3c1'
}

.zmdi-n-6-square:before {
    content: '\f3c2'
}

.zmdi-neg-1:before {
    content: '\f3c3'
}

.zmdi-neg-2:before {
    content: '\f3c4'
}

.zmdi-plus-1:before {
    content: '\f3c5'
}

.zmdi-plus-2:before {
    content: '\f3c6'
}

.zmdi-sec-10:before {
    content: '\f3c7'
}

.zmdi-sec-3:before {
    content: '\f3c8'
}

.zmdi-zero:before {
    content: '\f3c9'
}

.zmdi-airline-seat-flat-angled:before {
    content: '\f3ca'
}

.zmdi-airline-seat-flat:before {
    content: '\f3cb'
}

.zmdi-airline-seat-individual-suite:before {
    content: '\f3cc'
}

.zmdi-airline-seat-legroom-extra:before {
    content: '\f3cd'
}

.zmdi-airline-seat-legroom-normal:before {
    content: '\f3ce'
}

.zmdi-airline-seat-legroom-reduced:before {
    content: '\f3cf'
}

.zmdi-airline-seat-recline-extra:before {
    content: '\f3d0'
}

.zmdi-airline-seat-recline-normal:before {
    content: '\f3d1'
}

.zmdi-airplay:before {
    content: '\f3d2'
}

.zmdi-closed-caption:before {
    content: '\f3d3'
}

.zmdi-confirmation-number:before {
    content: '\f3d4'
}

.zmdi-developer-board:before {
    content: '\f3d5'
}

.zmdi-disc-full:before {
    content: '\f3d6'
}

.zmdi-explicit:before {
    content: '\f3d7'
}

.zmdi-flight-land:before {
    content: '\f3d8'
}

.zmdi-flight-takeoff:before {
    content: '\f3d9'
}

.zmdi-flip-to-back:before {
    content: '\f3da'
}

.zmdi-flip-to-front:before {
    content: '\f3db'
}

.zmdi-group-work:before {
    content: '\f3dc'
}

.zmdi-hd:before {
    content: '\f3dd'
}

.zmdi-hq:before {
    content: '\f3de'
}

.zmdi-markunread-mailbox:before {
    content: '\f3df'
}

.zmdi-memory:before {
    content: '\f3e0'
}

.zmdi-nfc:before {
    content: '\f3e1'
}

.zmdi-play-for-work:before {
    content: '\f3e2'
}

.zmdi-power-input:before {
    content: '\f3e3'
}

.zmdi-present-to-all:before {
    content: '\f3e4'
}

.zmdi-satellite:before {
    content: '\f3e5'
}

.zmdi-tap-and-play:before {
    content: '\f3e6'
}

.zmdi-vibration:before {
    content: '\f3e7'
}

.zmdi-voicemail:before {
    content: '\f3e8'
}

.zmdi-group:before {
    content: '\f3e9'
}

.zmdi-rss:before {
    content: '\f3ea'
}

.zmdi-shape:before {
    content: '\f3eb'
}

.zmdi-spinner:before {
    content: '\f3ec'
}

.zmdi-ungroup:before {
    content: '\f3ed'
}

.zmdi-500px:before {
    content: '\f3ee'
}

.zmdi-8tracks:before {
    content: '\f3ef'
}

.zmdi-amazon:before {
    content: '\f3f0'
}

.zmdi-blogger:before {
    content: '\f3f1'
}

.zmdi-delicious:before {
    content: '\f3f2'
}

.zmdi-disqus:before {
    content: '\f3f3'
}

.zmdi-flattr:before {
    content: '\f3f4'
}

.zmdi-flickr:before {
    content: '\f3f5'
}

.zmdi-github-alt:before {
    content: '\f3f6'
}

.zmdi-google-old:before {
    content: '\f3f7'
}

.zmdi-linkedin:before {
    content: '\f3f8'
}

.zmdi-odnoklassniki:before {
    content: '\f3f9'
}

.zmdi-outlook:before {
    content: '\f3fa'
}

.zmdi-paypal-alt:before {
    content: '\f3fb'
}

.zmdi-pinterest:before {
    content: '\f3fc'
}

.zmdi-playstation:before {
    content: '\f3fd'
}

.zmdi-reddit:before {
    content: '\f3fe'
}

.zmdi-skype:before {
    content: '\f3ff'
}

.zmdi-slideshare:before {
    content: '\f400'
}

.zmdi-soundcloud:before {
    content: '\f401'
}

.zmdi-tumblr:before {
    content: '\f402'
}

.zmdi-twitch:before {
    content: '\f403'
}

.zmdi-vimeo:before {
    content: '\f404'
}

.zmdi-whatsapp:before {
    content: '\f405'
}

.zmdi-xbox:before {
    content: '\f406'
}

.zmdi-yahoo:before {
    content: '\f407'
}

.zmdi-youtube-play:before {
    content: '\f408'
}

.zmdi-youtube:before {
    content: '\f409'
}

.zmdi-import-export:before {
    content: '\f30c'
}

.zmdi-swap-vertical-:before {
    content: '\f30c'
}

.zmdi-airplanemode-inactive:before {
    content: '\f102'
}

.zmdi-airplanemode-active:before {
    content: '\f103'
}

.zmdi-rate-review:before {
    content: '\f103'
}

.zmdi-comment-sign:before {
    content: '\f25a'
}

.zmdi-network-warning:before {
    content: '\f2ad'
}

.zmdi-shopping-cart-add:before {
    content: '\f1ca'
}

.zmdi-file-add:before {
    content: '\f221'
}

.zmdi-network-wifi-scan:before {
    content: '\f2e4'
}

.zmdi-collection-add:before {
    content: '\f14e'
}

.zmdi-format-playlist-add:before {
    content: '\f3ac'
}

.zmdi-format-queue-music:before {
    content: '\f3ab'
}

.zmdi-plus-box:before {
    content: '\f277'
}

.zmdi-tag-backspace:before {
    content: '\f1d9'
}

.zmdi-alarm-add:before {
    content: '\f32b'
}

.zmdi-battery-charging:before {
    content: '\f114'
}

.zmdi-daydream-setting:before {
    content: '\f217'
}

.zmdi-more-horiz:before {
    content: '\f19c'
}

.zmdi-book-photo:before {
    content: '\f11b'
}

.zmdi-incandescent:before {
    content: '\f189'
}

.zmdi-wb-iridescent:before {
    content: '\f38c'
}

.zmdi-calendar-remove:before {
    content: '\f330'
}

.zmdi-refresh-sync-disabled:before {
    content: '\f1b7'
}

.zmdi-refresh-sync-problem:before {
    content: '\f1b6'
}

.zmdi-crop-original:before {
    content: '\f17e'
}

.zmdi-power-off:before {
    content: '\f1af'
}

.zmdi-power-off-setting:before {
    content: '\f1ae'
}

.zmdi-leak-remove:before {
    content: '\f38d'
}

.zmdi-star-border:before {
    content: '\f27c'
}

.zmdi-brightness-low:before {
    content: '\f36d'
}

.zmdi-brightness-medium:before {
    content: '\f36e'
}

.zmdi-brightness-high:before {
    content: '\f36f'
}

.zmdi-smartphone-portrait:before {
    content: '\f2d4'
}

.zmdi-live-tv:before {
    content: '\f2d9'
}

.zmdi-format-textdirection-l-to-r:before {
    content: '\f249'
}

.zmdi-format-textdirection-r-to-l:before {
    content: '\f24a'
}

.zmdi-arrow-back:before {
    content: '\f2ea'
}

.zmdi-arrow-forward:before {
    content: '\f2ee'
}

.zmdi-arrow-in:before {
    content: '\f2e9'
}

.zmdi-arrow-out:before {
    content: '\f2ed'
}

.zmdi-rotate-90-degrees-ccw:before {
    content: '\f304'
}

.zmdi-adb:before {
    content: '\f33a'
}

.zmdi-network-wifi:before {
    content: '\f2e8'
}

.zmdi-network-wifi-alt:before {
    content: '\f2e3'
}

.zmdi-network-wifi-lock:before {
    content: '\f2e5'
}

.zmdi-network-wifi-off:before {
    content: '\f2e6'
}

.zmdi-network-wifi-outline:before {
    content: '\f2e7'
}

.zmdi-network-wifi-info:before {
    content: '\f2e4'
}

.zmdi-layers-clear:before {
    content: '\f18b'
}

.zmdi-colorize:before {
    content: '\f15d'
}

.zmdi-format-paint:before {
    content: '\f1ba'
}

.zmdi-format-quote:before {
    content: '\f1b2'
}

.zmdi-camera-monochrome-photos:before {
    content: '\f285'
}

.zmdi-sort-by-alpha:before {
    content: '\f1cf'
}

.zmdi-folder-shared:before {
    content: '\f225'
}

.zmdi-folder-special:before {
    content: '\f226'
}

.zmdi-comment-dots:before {
    content: '\f260'
}

.zmdi-reorder:before {
    content: '\f31e'
}

.zmdi-dehaze:before {
    content: '\f197'
}

.zmdi-sort:before {
    content: '\f1ce'
}

.zmdi-pages:before {
    content: '\f34a'
}

.zmdi-stack-overflow:before {
    content: '\f35c'
}

.zmdi-calendar-account:before {
    content: '\f204'
}

.zmdi-paste:before {
    content: '\f109'
}

.zmdi-cut:before {
    content: '\f1bc'
}

.zmdi-save:before {
    content: '\f297'
}

.zmdi-smartphone-code:before {
    content: '\f139'
}

.zmdi-directions-bike:before {
    content: '\f117'
}

.zmdi-directions-boat:before {
    content: '\f11a'
}

.zmdi-directions-bus:before {
    content: '\f121'
}

.zmdi-directions-car:before {
    content: '\f125'
}

.zmdi-directions-railway:before {
    content: '\f1b3'
}

.zmdi-directions-run:before {
    content: '\f215'
}

.zmdi-directions-subway:before {
    content: '\f1d5'
}

.zmdi-directions-walk:before {
    content: '\f216'
}

.zmdi-local-hotel:before {
    content: '\f178'
}

.zmdi-local-activity:before {
    content: '\f1df'
}

.zmdi-local-play:before {
    content: '\f1df'
}

.zmdi-local-airport:before {
    content: '\f103'
}

.zmdi-local-atm:before {
    content: '\f198'
}

.zmdi-local-bar:before {
    content: '\f137'
}

.zmdi-local-cafe:before {
    content: '\f13b'
}

.zmdi-local-car-wash:before {
    content: '\f124'
}

.zmdi-local-convenience-store:before {
    content: '\f1d3'
}

.zmdi-local-dining:before {
    content: '\f153'
}

.zmdi-local-drink:before {
    content: '\f157'
}

.zmdi-local-florist:before {
    content: '\f168'
}

.zmdi-local-gas-station:before {
    content: '\f16f'
}

.zmdi-local-grocery-store:before {
    content: '\f1cb'
}

.zmdi-local-hospital:before {
    content: '\f177'
}

.zmdi-local-laundry-service:before {
    content: '\f1e9'
}

.zmdi-local-library:before {
    content: '\f18d'
}

.zmdi-local-mall:before {
    content: '\f195'
}

.zmdi-local-movies:before {
    content: '\f19d'
}

.zmdi-local-offer:before {
    content: '\f187'
}

.zmdi-local-parking:before {
    content: '\f1a5'
}

.zmdi-local-parking:before {
    content: '\f1a5'
}

.zmdi-local-pharmacy:before {
    content: '\f176'
}

.zmdi-local-phone:before {
    content: '\f2be'
}

.zmdi-local-pizza:before {
    content: '\f1ac'
}

.zmdi-local-post-office:before {
    content: '\f15a'
}

.zmdi-local-printshop:before {
    content: '\f1b0'
}

.zmdi-local-see:before {
    content: '\f28c'
}

.zmdi-local-shipping:before {
    content: '\f1e6'
}

.zmdi-local-store:before {
    content: '\f1d4'
}

.zmdi-local-taxi:before {
    content: '\f123'
}

.zmdi-local-wc:before {
    content: '\f211'
}

.zmdi-my-location:before {
    content: '\f299'
}

.zmdi-directions:before {
    content: '\f1e7'
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../../../owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/*! nouislider - 12.1.0 - 10/25/2018 */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    position: absolute
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto
}

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #3fb8af
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-sub {
    background: #aaa
}

.noUi-marker-large {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%, 0);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.rangeslider, .rangeslider__fill {
    display: block;
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.rangeslider {
    background: #e6e6e6;
    position: relative
}

.rangeslider--horizontal {
    height: 20px;
    width: 100%
}

.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%
}

.rangeslider--disabled {
    opacity: .4
}

.rangeslider__fill {
    background: #0f0;
    position: absolute
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%
}

.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%
}

.rangeslider__handle {
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, .1)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .1));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .1));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .1));
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.rangeslider__handle:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(0, 0, 0, .13)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, .13), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .13), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(0, 0, 0, .13), rgba(255, 255, 255, 0));
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.rangeslider--active .rangeslider__handle, .rangeslider__handle:active {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, .12)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12));
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12))
}

.rangeslider--horizontal .rangeslider__handle {
    top: -10px;
    touch-action: pan-y;
    -ms-touch-action: pan-y
}

.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x
}

input[type=range]:focus + .rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, .9);
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, .9);
    box-shadow: 0 0 8px rgba(255, 0, 255, .9)
}

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    -webkit-border-radius: 0;
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    -webkit-border-radius: .2rem;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1230px) {
    .container {
        max-width: 1170px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .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-lg-auto, .col-md, .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-md-auto, .col-sm, .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-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1230px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #9fcdff
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb
}

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media (max-width: 1229.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive > .table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    -webkit-border-radius: .2rem;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    -webkit-border-radius: .3rem;
    border-radius: .3rem
}

select.form-control[multiple], select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #28a745
}

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
    display: block
}

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    background-color: #71dd8a
}

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid ~ .custom-file-label::after, .was-validated .custom-file-input:valid ~ .custom-file-label::after {
    border-color: inherit
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block
}

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    background-color: #efa2a9
}

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .custom-file-label::after, .was-validated .custom-file-input:invalid ~ .custom-file-label::after {
    border-color: inherit
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.btn:focus, .btn:hover {
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus, .btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus, .btn-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus, .btn-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus, .btn-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus, .btn-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus, .btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus, .btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus, .btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus, .btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link.disabled, .btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    -webkit-border-radius: .3rem;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    -webkit-border-radius: .2rem;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
    z-index: 1
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
    z-index: 1
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .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-left: -1px
}

.btn-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
    width: 100%
}

.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-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
    margin-left: -1px
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
    z-index: 3
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .custom-file {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    -webkit-border-radius: .3rem;
    border-radius: .3rem
}

.input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    -webkit-border-radius: .2rem;
    border-radius: .2rem
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff
}

.custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    -webkit-background-size: 8px 10px;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(128, 189, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(128, 189, 255, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:focus ~ .custom-file-label::after {
    border-color: #80bdff
}

.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    -webkit-border-radius: 0 .25rem .25rem 0;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    -webkit-border-radius: 1rem;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar > .container, .navbar > .container-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1229.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1230px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group:first-child .list-group-item:first-child {
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.card > .list-group:last-child .list-group-item:last-child {
    -webkit-border-bottom-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    -webkit-border-bottom-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    -webkit-border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    -webkit-border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    -webkit-border-radius: calc(.25rem - 1px);
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    -webkit-border-top-left-radius: calc(.25rem - 1px);
    border-top-left-radius: calc(.25rem - 1px);
    -webkit-border-top-right-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    -webkit-border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
    -webkit-border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group > .card {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:first-child {
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0
    }

    .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:last-child {
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0
    }

    .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:only-child {
        -webkit-border-radius: .25rem;
        border-radius: .25rem
    }

    .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
        -webkit-border-top-left-radius: .25rem;
        border-top-left-radius: .25rem;
        -webkit-border-top-right-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
        -webkit-border-bottom-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        -webkit-border-bottom-left-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        -webkit-border-radius: 0;
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    -webkit-border-radius: 0;
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem;
    -webkit-border-bottom-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
    -webkit-border-bottom-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    -webkit-border-top-left-radius: .3rem;
    border-top-left-radius: .3rem;
    -webkit-border-bottom-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    -webkit-border-top-right-radius: .3rem;
    border-top-right-radius: .3rem;
    -webkit-border-bottom-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    -webkit-border-top-left-radius: .2rem;
    border-top-left-radius: .2rem;
    -webkit-border-bottom-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    -webkit-border-top-right-radius: .2rem;
    border-top-right-radius: .2rem;
    -webkit-border-bottom-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    -webkit-border-radius: 10rem;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:focus, .badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:focus, .badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.badge-light[href]:focus, .badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    -webkit-border-radius: .3rem;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.progress-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 1rem 1rem;
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    -webkit-border-bottom-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    -webkit-border-bottom-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus, .list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (.5rem * 2));
    content: ""
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    -webkit-border-top-left-radius: .3rem;
    border-top-left-radius: .3rem;
    -webkit-border-top-right-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: .3rem;
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
    border-width: 0 .5rem .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-top-left-radius: calc(.3rem - 1px);
    border-top-left-radius: calc(.3rem - 1px);
    -webkit-border-top-right-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    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
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    -webkit-border-radius: .25rem !important;
    border-radius: .25rem !important
}

.rounded-top {
    -webkit-border-top-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important;
    -webkit-border-top-right-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    -webkit-border-top-right-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
    -webkit-border-bottom-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    -webkit-border-bottom-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
    -webkit-border-bottom-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    -webkit-border-top-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important;
    -webkit-border-bottom-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important
}

.rounded-0 {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1230px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.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-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1230px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1230px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1230px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1230px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        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 #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.nano {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 400px;
    min-height: 44px;
    margin-top: 2px
}

.nano.-empty {
    height: 85px
}

.nano > .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-right: 20px
}

.nano > .nano-content:focus {
    outline: thin dotted
}

.nano > .nano-content::-webkit-scrollbar {
    display: none
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block
}

.nano > .nano-pane {
    position: absolute;
    width: 7px;
    right: 1px;
    top: 0;
    bottom: 0;
    opacity: .01;
    margin: 1px 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    opacity: 1 !important
}

.nano > .nano-pane > .nano-slider {
    background: #bfbfbf;
    position: relative;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 7px;
    border-radius: 7px
}

.nano-pane.active, .nano-pane.flashed, .nano:hover > .nano-pane {
    opacity: .99
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0
}

.header--h1, .header--h2, .header--h3, .header--h4, .header--h5, .header--h6 {
    color: #000;
    font-weight: 700;
    margin: 0
}

.header--h1.-contrast, .header--h2.-contrast, .header--h3.-contrast, .header--h4.-contrast, .header--h5.-contrast, .header--h6.-contrast {
    color: #fff
}

.header--h1.-altfont, .header--h2.-altfont, .header--h3.-altfont, .header--h4.-altfont, .header--h5.-altfont, .header--h6.-altfont {
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    font-weight: 600
}

.header--h1.-italic, .header--h2.-italic, .header--h3.-italic, .header--h4.-italic, .header--h5.-italic, .header--h6.-italic {
    font-style: italic
}

.header--h1.-lightcolor, .header--h2.-lightcolor, .header--h3.-lightcolor, .header--h4.-lightcolor, .header--h5.-lightcolor, .header--h6.-lightcolor {
    color: #8f8f8f
}

.header--h1.-primarycolor, .header--h2.-primarycolor, .header--h3.-primarycolor, .header--h4.-primarycolor, .header--h5.-primarycolor, .header--h6.-primarycolor {
    color: #f70d5a
}

.header--h1.-uppercase, .header--h2.-uppercase, .header--h3.-uppercase, .header--h4.-uppercase, .header--h5.-uppercase, .header--h6.-uppercase {
    text-transform: uppercase
}

.header--h1.-regularcase, .header--h2.-regularcase, .header--h3.-regularcase, .header--h4.-regularcase, .header--h5.-regularcase, .header--h6.-regularcase {
    text-transform: none
}

.header--h1.-lightweight, .header--h2.-lightweight, .header--h3.-lightweight, .header--h4.-lightweight, .header--h5.-lightweight, .header--h6.-lightweight {
    font-weight: 300;
    letter-spacing: .025em
}

.header--h1.-mediumweight, .header--h2.-mediumweight, .header--h3.-mediumweight, .header--h4.-mediumweight, .header--h5.-mediumweight, .header--h6.-mediumweight {
    font-weight: 500;
    letter-spacing: .025em
}

.header--h1.-narrower25, .header--h2.-narrower25, .header--h3.-narrower25, .header--h4.-narrower25, .header--h5.-narrower25, .header--h6.-narrower25 {
    letter-spacing: -.025em
}

.header--h1.-narrower10, .header--h2.-narrower10, .header--h3.-narrower10, .header--h4.-narrower10, .header--h5.-narrower10, .header--h6.-narrower10 {
    letter-spacing: -.01em
}

.header--h1.-unactive, .header--h2.-unactive, .header--h3.-unactive, .header--h4.-unactive, .header--h5.-unactive, .header--h6.-unactive {
    color: #bfbfbf;
    display: inline-block;
    position: relative
}

.header--h1.-unactive::before, .header--h2.-unactive::before, .header--h3.-unactive::before, .header--h4.-unactive::before, .header--h5.-unactive::before, .header--h6.-unactive::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #bfbfbf;
    top: 48%
}

.header--h1 {
    font-size: 38px;
    line-height: 1
}

.header--h1.-incontactpopup {
    line-height: .88
}

.header--h1.-modal {
    font-size: 30px;
    text-transform: uppercase;
    font-family: Oswald, sans-serif
}

button.header--h2 {
    padding: 0;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    position: relative
}

button.header--h2.-noarrow:after {
    opacity: 0
}

button.header--h2:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .155em;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

button.header--h2:focus {
    outline: 0
}

.header--h2 {
    font-size: 30px
}

.header--h2.-insearch {
    margin-top: 12px
}

.header--h3 {
    font-size: 26px
}

.header--h3.-inregister {
    margin-top: -14px
}

.header--h4 {
    font-size: 22px
}

.header--h4.-altfont {
    font-weight: 500
}

.header--h4.-winners {
    text-align: center;
    font-style: italic;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    position: relative;
    margin-bottom: 21px
}

.header--h4.-winners:before {
    content: "";
    height: 1px;
    width: 100%;
    background: #bfbfbf;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0
}

.header--h4.-winners > .text {
    position: relative;
    z-index: 2;
    display: inline-block;
    max-width: 90%;
    background: #fff;
    padding: 0 20px;
    letter-spacing: .1em
}

.header--h4.-reviewsub {
    text-transform: uppercase;
    letter-spacing: .05em;
    font-family: Oswald, sans-serif;
    font-weight: 400
}

.header--h4.-success {
    color: #69cd3c
}

.header--h4.-danger {
    color: #e74c3c
}

.header--h5 {
    font-size: 18px;
    font-weight: 500
}

.header--h5.-boldest {
    font-weight: 700
}

.header--h5.-bigger {
    font-size: 20px
}

.header--h5.-regular {
    font-weight: 400;
    letter-spacing: .025em
}

.header--h5.-aboutroomsubheading {
    font-weight: 700;
    margin: 35px 0 13px
}

.header--h5.-aboutroomsubheading:first-of-type {
    margin-top: 0
}

.header--h5.-aboutsub {
    margin-bottom: 10px
}

.header--h6 {
    font-size: 16px;
    color: #3f3f3f;
    font-weight: 500
}

.header--h6.-aboutlistheading {
    font-weight: 700;
    color: #020000;
    margin: 0 0 15px;
    min-height: 38px
}

.primary--link {
    padding: 0;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    color: #f70d5a
}

.primary--link:hover {
    color: #f70d5a
}

.paragraph--component {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
    letter-spacing: .025em;
    color: #7f7f7f;
    margin: 0 0 16px
}

.paragraph--component:last-child {
    margin-bottom: 0
}

.paragraph--component.-small {
    font-size: 12px
}

.christmas--header {
    text-align: center
}

.christmas--header > h1 {
    display: inline-block;
    position: relative
}

.christmas--header > h1:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 78px;
    background: url(/i/christmas/donk-christmas-2.png) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain
}

@media (max-width: 1229px) {
    .header--h2.-longword {
        font-size: 34px
    }
}

@media (max-width: 991px) {
    .header--h2.-longword {
        font-size: 24px
    }
}

@media (min-width: 768px) {
    .header--h1 {
        font-size: 44px
    }

    .header--h1.-modal {
        font-size: 42px;
        line-height: 44px
    }

    .header--h2 {
        font-size: 34px
    }

    .header--h2.-insearch {
        margin-top: 18px
    }

    .header--h3 {
        font-size: 28px
    }

    .christmas--header > h1:before {
        position: absolute;
        right: 100%;
        margin-right: 10px;
        bottom: -26px;
        width: 72px;
        height: 100px
    }
}

@media (min-width: 1230px) {
    .header--h1 {
        font-size: 54px
    }

    .header--h2 {
        font-size: 42px
    }

    .header--h2.-insearch {
        margin-top: 23px
    }

    .header--h3 {
        font-size: 30px
    }

    .header--h4 {
        font-size: 24px
    }

    .header--h5 {
        font-size: 18px
    }

    .header--h5.-bigger {
        font-size: 20px
    }

    .header--h6 {
        font-size: 16px;
        color: #3f3f3f;
        font-weight: 500
    }

    .paragraph--component {
        font-size: 20px
    }
}

.responsivesprite {
    display: block;
    width: 100%
}

.beginners-badge {
    max-width: 50px;
    max-height: 50px
}

.beginners-badge::after {
    content: '\00a0';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-position: 88.70636550308008% 29.559748427672957%;
    -webkit-background-size: 2048% 2008%;
    background-size: 2048% 2008%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.beginners-badge::after {
    max-width: 50px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.best-deal-badge {
    max-width: 50px;
    max-height: 50px
}

.best-deal-badge::after {
    content: '\00a0';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-position: 94.25051334702259% 29.559748427672957%;
    -webkit-background-size: 2048% 2008%;
    background-size: 2048% 2008%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.best-deal-badge::after {
    max-width: 50px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.bitcoin-badge {
    max-width: 50px;
    max-height: 50px
}

.bitcoin-badge::after {
    content: '\00a0';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-position: 41.395348837209305% 50.700934579439256%;
    -webkit-background-size: 960% 956%;
    background-size: 960% 956%;
    background-image: url(/i/sprite-1_v6.png);
    padding: 0
}

.responsivesprite.bitcoin-badge::after {
    max-width: 50px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.challenge-prize-decorator-bottom {
    max-width: 199px;
    max-height: 51px
}

.challenge-prize-decorator-bottom::after {
    content: '\00a0';
    display: inline-block;
    width: 199px;
    height: 51px;
    background-position: 65.57575757575758% 46.16998950682056%;
    -webkit-background-size: 514.572864321608% 1968.6274509803923%;
    background-size: 514.572864321608% 1968.6274509803923%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.challenge-prize-decorator-bottom::after {
    max-width: 199px;
    width: 100%;
    height: 0;
    padding: 0 0 25.628140703517587% 0
}

.challenge-prize-decorator-left {
    max-width: 129px;
    max-height: 82px
}

.challenge-prize-decorator-left::after {
    content: '\00a0';
    display: inline-block;
    width: 129px;
    height: 82px;
    background-position: 50.712250712250714% 75%;
    -webkit-background-size: 372.09302325581393% 582.9268292682926%;
    background-size: 372.09302325581393% 582.9268292682926%;
    background-image: url(/i/sprite-1_v6.png);
    padding: 0
}

.responsivesprite.challenge-prize-decorator-left::after {
    max-width: 129px;
    width: 100%;
    height: 0;
    padding: 0 0 63.565891472868216% 0
}

.challenge-prize-decorator-right {
    max-width: 151px;
    max-height: 88px
}

.challenge-prize-decorator-right::after {
    content: '\00a0';
    display: inline-block;
    width: 151px;
    height: 88px;
    background-position: 79.95418098510882% 98.2532751091703%;
    -webkit-background-size: 678.1456953642385% 1140.909090909091%;
    background-size: 678.1456953642385% 1140.909090909091%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.challenge-prize-decorator-right::after {
    max-width: 151px;
    width: 100%;
    height: 0;
    padding: 0 0 58.27814569536424% 0
}

.challenge-prize-decorator-top {
    max-width: 200px;
    max-height: 98px
}

.challenge-prize-decorator-top::after {
    content: '\00a0';
    display: inline-block;
    width: 200px;
    height: 98px;
    background-position: 65.65533980582525% 37.30684326710817%;
    -webkit-background-size: 512% 1024.4897959183672%;
    background-size: 512% 1024.4897959183672%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.challenge-prize-decorator-top::after {
    max-width: 200px;
    width: 100%;
    height: 0;
    padding: 0 0 49% 0
}

.choice-badge {
    max-width: 50px;
    max-height: 50px
}

.choice-badge::after {
    content: '\00a0';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-position: 41.395348837209305% 89.48598130841121%;
    -webkit-background-size: 960% 956%;
    background-size: 960% 956%;
    background-image: url(/i/sprite-1_v6.png);
    padding: 0
}

.responsivesprite.choice-badge::after {
    max-width: 50px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.chrome-icon {
    max-width: 15px;
    max-height: 15px
}

.chrome-icon::after {
    content: '\00a0';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-position: 98.21605550049554% 31.951466127401417%;
    -webkit-background-size: 6826.666666666667% 6693.333333333333%;
    background-size: 6826.666666666667% 6693.333333333333%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.chrome-icon::after {
    max-width: 15px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.comic-balloon {
    max-width: 189px;
    max-height: 141px
}

.comic-balloon::after {
    content: '\00a0';
    display: inline-block;
    width: 189px;
    height: 141px;
    background-position: 40.83832335329341% 9.733487833140208%;
    -webkit-background-size: 541.7989417989418% 712.0567375886525%;
    background-size: 541.7989417989418% 712.0567375886525%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.comic-balloon::after {
    max-width: 189px;
    width: 100%;
    height: 0;
    padding: 0 0 74.60317460317461% 0
}

.comic-balloon2 {
    max-width: 189px;
    max-height: 141px
}

.comic-balloon2::after {
    content: '\00a0';
    display: inline-block;
    width: 189px;
    height: 141px;
    background-position: 89.22155688622755% 39.1657010428737%;
    -webkit-background-size: 541.7989417989418% 712.0567375886525%;
    background-size: 541.7989417989418% 712.0567375886525%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.comic-balloon2::after {
    max-width: 189px;
    width: 100%;
    height: 0;
    padding: 0 0 74.60317460317461% 0
}

.dollar {
    max-width: 22px;
    max-height: 22px
}

.dollar::after {
    content: '\00a0';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-position: 38.92215568862275% 25.05091649694501%;
    -webkit-background-size: 4654.545454545455% 4563.636363636364%;
    background-size: 4654.545454545455% 4563.636363636364%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.dollar::after {
    max-width: 22px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.donk-referral {
    max-width: 275px;
    max-height: 209px
}

.donk-referral::after {
    content: '\00a0';
    display: inline-block;
    width: 275px;
    height: 209px;
    background-position: 1.951219512195122% 1.486988847583643%;
    -webkit-background-size: 174.54545454545453% 228.70813397129186%;
    background-size: 174.54545454545453% 228.70813397129186%;
    background-image: url(/i/sprite-1_v6.png);
    padding: 0
}

.responsivesprite.donk-referral::after {
    max-width: 275px;
    width: 100%;
    height: 0;
    padding: 0 0 76% 0
}

.donkcoin-big {
    max-width: 27px;
    max-height: 27px
}

.donkcoin-big::after {
    content: '\00a0';
    display: inline-block;
    width: 27px;
    height: 27px;
    background-position: 94.08224674022067% 46.05936540429887%;
    -webkit-background-size: 3792.5925925925926% 3718.5185185185187%;
    background-size: 3792.5925925925926% 3718.5185185185187%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.donkcoin-big::after {
    max-width: 27px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.donkcoin-small {
    max-width: 22px;
    max-height: 22px
}

.donkcoin-small::after {
    content: '\00a0';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-position: 96.7065868263473% 45.824847250509166%;
    -webkit-background-size: 4654.545454545455% 4563.636363636364%;
    background-size: 4654.545454545455% 4563.636363636364%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.donkcoin-small::after {
    max-width: 22px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.donkcoins {
    max-width: 533px;
    max-height: 258px
}

.donkcoins::after {
    content: '\00a0';
    display: inline-block;
    width: 533px;
    height: 258px;
    background-position: .814663951120163% 36.46112600536193%;
    -webkit-background-size: 192.1200750469043% 389.14728682170545%;
    background-size: 192.1200750469043% 389.14728682170545%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.donkcoins::after {
    max-width: 533px;
    width: 100%;
    height: 0;
    padding: 0 0 48.405253283302066% 0
}

.donkey {
    max-width: 227px;
    max-height: 299px
}

.donkey::after {
    content: '\00a0';
    display: inline-block;
    width: 227px;
    height: 299px;
    background-position: 94.10288582183188% 68.51063829787235%;
    -webkit-background-size: 451.10132158590307% 335.7859531772575%;
    background-size: 451.10132158590307% 335.7859531772575%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.donkey::after {
    max-width: 227px;
    width: 100%;
    height: 0;
    padding: 0 0 131.71806167400882% 0
}

.donkey-terms {
    max-width: 193px;
    max-height: 194px
}

.donkey-terms::after {
    content: '\00a0';
    display: inline-block;
    width: 193px;
    height: 194px;
    background-position: 95.0661853188929% 10.37037037037037%;
    -webkit-background-size: 530.5699481865284% 517.5257731958762%;
    background-size: 530.5699481865284% 517.5257731958762%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.donkey-terms::after {
    max-width: 193px;
    width: 100%;
    height: 0;
    padding: 0 0 100.51813471502591% 0
}

.donkey-warning {
    max-width: 193px;
    max-height: 289px
}

.donkey-warning::after {
    content: '\00a0';
    display: inline-block;
    width: 193px;
    height: 289px;
    background-position: 98.60627177700349% 2.1164021164021163%;
    -webkit-background-size: 248.70466321243524% 165.39792387543253%;
    background-size: 248.70466321243524% 165.39792387543253%;
    background-image: url(/i/sprite-1_v6.png);
    padding: 0
}

.responsivesprite.donkey-warning::after {
    max-width: 193px;
    width: 100%;
    height: 0;
    padding: 0 0 149.74093264248705% 0
}

.donkhunter-logo {
    max-width: 80px;
    max-height: 85px
}

.donkhunter-logo::after {
    content: '\00a0';
    display: inline-block;
    width: 80px;
    height: 85px;
    background-position: 96.08050847457628% 98.04134929270947%;
    -webkit-background-size: 1280% 1181.1764705882354%;
    background-size: 1280% 1181.1764705882354%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.donkhunter-logo::after {
    max-width: 80px;
    width: 100%;
    height: 0;
    padding: 0 0 106.25% 0
}

.edge-icon {
    max-width: 15px;
    max-height: 16px
}

.edge-icon::after {
    content: '\00a0';
    display: inline-block;
    width: 15px;
    height: 16px;
    background-position: 96.33300297324084% 31.983805668016196%;
    -webkit-background-size: 6826.666666666667% 6275%;
    background-size: 6826.666666666667% 6275%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.edge-icon::after {
    max-width: 15px;
    width: 100%;
    height: 0;
    padding: 0 0 106.66666666666667% 0
}

.en {
    max-width: 30px;
    max-height: 30px
}

.en::after {
    content: '\00a0';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: 43.561368209255534% 23.51129363449692%;
    -webkit-background-size: 3413.3333333333335% 3346.6666666666665%;
    background-size: 3413.3333333333335% 3346.6666666666665%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.en::after {
    max-width: 30px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.es {
    max-width: 30px;
    max-height: 30px
}

.es::after {
    content: '\00a0';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: 46.98189134808853% 23.51129363449692%;
    -webkit-background-size: 3413.3333333333335% 3346.6666666666665%;
    background-size: 3413.3333333333335% 3346.6666666666665%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.es::after {
    max-width: 30px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.firefox-icon {
    max-width: 15px;
    max-height: 14px
}

.firefox-icon::after {
    content: '\00a0';
    display: inline-block;
    width: 15px;
    height: 14px;
    background-position: 97.81962338949455% 24.141414141414142%;
    -webkit-background-size: 6826.666666666667% 7171.428571428572%;
    background-size: 6826.666666666667% 7171.428571428572%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.firefox-icon::after {
    max-width: 15px;
    width: 100%;
    height: 0;
    padding: 0 0 93.33333333333333% 0
}

.golden-donk-badge {
    max-width: 50px;
    max-height: 50px
}

.golden-donk-badge::after {
    content: '\00a0';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-position: 53.95348837209303% 89.48598130841121%;
    -webkit-background-size: 960% 956%;
    background-size: 960% 956%;
    background-image: url(/i/sprite-1_v6.png);
    padding: 0
}

.responsivesprite.golden-donk-badge::after {
    max-width: 50px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.hoof {
    max-width: 102px;
    max-height: 111px
}

.hoof::after {
    content: '\00a0';
    display: inline-block;
    width: 102px;
    height: 111px;
    background-position: 99.56616052060737% 88.01791713325868%;
    -webkit-background-size: 1003.9215686274509% 904.5045045045046%;
    background-size: 1003.9215686274509% 904.5045045045046%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.hoof::after {
    max-width: 102px;
    width: 100%;
    height: 0;
    padding: 0 0 108.82352941176471% 0
}

.lottery {
    max-width: 170px;
    max-height: 257px
}

.lottery::after {
    content: '\00a0';
    display: inline-block;
    width: 170px;
    height: 257px;
    background-position: 1.2903225806451613% 98.19004524886878%;
    -webkit-background-size: 282.3529411764706% 185.99221789883268%;
    background-size: 282.3529411764706% 185.99221789883268%;
    background-image: url(/i/sprite-1_v6.png);
    padding: 0
}

.responsivesprite.lottery::after {
    max-width: 170px;
    width: 100%;
    height: 0;
    padding: 0 0 151.1764705882353% 0
}

.lottery-animation {
    max-width: 245px;
    max-height: 250px
}

.lottery-animation::after {
    content: '\00a0';
    display: inline-block;
    width: 245px;
    height: 250px;
    background-position: 69.44801026957639% 11.140583554376658%;
    -webkit-background-size: 417.9591836734694% 401.6%;
    background-size: 417.9591836734694% 401.6%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.lottery-animation::after {
    max-width: 245px;
    width: 100%;
    height: 0;
    padding: 0 0 102.04081632653062% 0
}

.news-donkey {
    max-width: 333px;
    max-height: 264px
}

.news-donkey::after {
    content: '\00a0';
    display: inline-block;
    width: 333px;
    height: 264px;
    background-position: .5788712011577424% .5405405405405406%;
    -webkit-background-size: 307.5075075075075% 380.3030303030303%;
    background-size: 307.5075075075075% 380.3030303030303%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.news-donkey::after {
    max-width: 333px;
    width: 100%;
    height: 0;
    padding: 0 0 79.27927927927928% 0
}

.news-donkey-hoof {
    max-width: 50px;
    max-height: 99px
}

.news-donkey-hoof::after {
    content: '\00a0';
    display: inline-block;
    width: 50px;
    height: 99px;
    background-position: 87.57700205338809% 99.4475138121547%;
    -webkit-background-size: 2048% 1014.1414141414141%;
    background-size: 2048% 1014.1414141414141%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.news-donkey-hoof::after {
    max-width: 50px;
    width: 100%;
    height: 0;
    padding: 0 0 198% 0
}

.opera-icon {
    max-width: 14px;
    max-height: 14px
}

.opera-icon::after {
    content: '\00a0';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-position: 97.72277227722772% 25.95959595959596%;
    -webkit-background-size: 7314.285714285715% 7171.428571428572%;
    background-size: 7314.285714285715% 7171.428571428572%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.opera-icon::after {
    max-width: 14px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.pl {
    max-width: 30px;
    max-height: 30px
}

.pl::after {
    content: '\00a0';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: 50.40241448692153% 23.51129363449692%;
    -webkit-background-size: 3413.3333333333335% 3346.6666666666665%;
    background-size: 3413.3333333333335% 3346.6666666666665%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.pl::after {
    max-width: 30px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.prize-default {
    max-width: 84px;
    max-height: 71px
}

.prize-default::after {
    content: '\00a0';
    display: inline-block;
    width: 84px;
    height: 71px;
    background-position: 95.95744680851064% .4287245444801715%;
    -webkit-background-size: 1219.047619047619% 1414.0845070422536%;
    background-size: 1219.047619047619% 1414.0845070422536%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.prize-default::after {
    max-width: 84px;
    width: 100%;
    height: 0;
    padding: 0 0 84.52380952380952% 0
}

.prizes-decorator {
    max-width: 70px;
    max-height: 45px
}

.prizes-decorator::after {
    content: '\00a0';
    display: inline-block;
    width: 70px;
    height: 45px;
    background-position: 82.80922431865828% 29.40563086548488%;
    -webkit-background-size: 1462.857142857143% 2231.1111111111113%;
    background-size: 1462.857142857143% 2231.1111111111113%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.prizes-decorator::after {
    max-width: 70px;
    width: 100%;
    height: 0;
    padding: 0 0 64.28571428571429% 0
}

.prizes-decorator-right {
    max-width: 70px;
    max-height: 45px
}

.prizes-decorator-right::after {
    content: '\00a0';
    display: inline-block;
    width: 70px;
    height: 45px;
    background-position: 86.79245283018868% .4171011470281543%;
    -webkit-background-size: 1462.857142857143% 2231.1111111111113%;
    background-size: 1462.857142857143% 2231.1111111111113%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.prizes-decorator-right::after {
    max-width: 70px;
    width: 100%;
    height: 0;
    padding: 0 0 64.28571428571429% 0
}

.prizes-decorator2 {
    max-width: 45px;
    max-height: 23px
}

.prizes-decorator2::after {
    content: '\00a0';
    display: inline-block;
    width: 45px;
    height: 23px;
    background-position: 34.831460674157306% 23.343527013251784%;
    -webkit-background-size: 2275.5555555555557% 4365.217391304348%;
    background-size: 2275.5555555555557% 4365.217391304348%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.prizes-decorator2::after {
    max-width: 45px;
    width: 100%;
    height: 0;
    padding: 0 0 51.111111111111114% 0
}

.pt {
    max-width: 30px;
    max-height: 30px
}

.pt::after {
    content: '\00a0';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: 97.78672032193158% 28.95277207392197%;
    -webkit-background-size: 3413.3333333333335% 3346.6666666666665%;
    background-size: 3413.3333333333335% 3346.6666666666665%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.pt::after {
    max-width: 30px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.rakerace-badge {
    max-width: 50px;
    max-height: 50px
}

.rakerace-badge::after {
    content: '\00a0';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-position: 66.51162790697674% 95.32710280373831%;
    -webkit-background-size: 960% 956%;
    background-size: 960% 956%;
    background-image: url(/i/sprite-1_v6.png);
    padding: 0
}

.responsivesprite.rakerace-badge::after {
    max-width: 50px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.referal-footer-bg {
    max-width: 742px;
    max-height: 182px
}

.referal-footer-bg::after {
    content: '\00a0';
    display: inline-block;
    width: 742px;
    height: 182px;
    background-position: 1.4184397163120568% 64.96350364963503%;
    -webkit-background-size: 138.0053908355795% 551.6483516483516%;
    background-size: 138.0053908355795% 551.6483516483516%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.referal-footer-bg::after {
    max-width: 742px;
    width: 100%;
    height: 0;
    padding: 0 0 24.528301886792452% 0
}

.referal-header-bg {
    max-width: 742px;
    max-height: 139px
}

.referal-header-bg::after {
    content: '\00a0';
    display: inline-block;
    width: 742px;
    height: 139px;
    background-position: 1.4184397163120568% 83.23699421965318%;
    -webkit-background-size: 138.0053908355795% 722.3021582733813%;
    background-size: 138.0053908355795% 722.3021582733813%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.referal-header-bg::after {
    max-width: 742px;
    width: 100%;
    height: 0;
    padding: 0 0 18.733153638814017% 0
}

.referal-header-bg-mobile {
    max-width: 550px;
    max-height: 27px
}

.referal-header-bg-mobile::after {
    content: '\00a0';
    display: inline-block;
    width: 550px;
    height: 27px;
    background-position: 71.94092827004219% 5.424769703172979%;
    -webkit-background-size: 186.1818181818182% 3718.5185185185187%;
    background-size: 186.1818181818182% 3718.5185185185187%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.referal-header-bg-mobile::after {
    max-width: 550px;
    width: 100%;
    height: 0;
    padding: 0 0 4.909090909090909% 0
}

.referal-stars-left {
    max-width: 123px;
    max-height: 107px
}

.referal-stars-left::after {
    content: '\00a0';
    display: inline-block;
    width: 123px;
    height: 107px;
    background-position: 87.11484593837535% 80.05390835579514%;
    -webkit-background-size: 390.2439024390244% 446.7289719626168%;
    background-size: 390.2439024390244% 446.7289719626168%;
    background-image: url(/i/sprite-1_v6.png);
    padding: 0
}

.responsivesprite.referal-stars-left::after {
    max-width: 123px;
    width: 100%;
    height: 0;
    padding: 0 0 86.99186991869918% 0
}

.referal-stars-right {
    max-width: 74px;
    max-height: 110px
}

.referal-stars-right::after {
    content: '\00a0';
    display: inline-block;
    width: 74px;
    height: 110px;
    background-position: 98.73684210526316% 37.58389261744966%;
    -webkit-background-size: 1383.7837837837837% 912.7272727272727%;
    background-size: 1383.7837837837837% 912.7272727272727%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.referal-stars-right::after {
    max-width: 74px;
    width: 100%;
    height: 0;
    padding: 0 0 148.64864864864865% 0
}

.referall-amount-bg {
    max-width: 164px;
    max-height: 110px
}

.referall-amount-bg::after {
    content: '\00a0';
    display: inline-block;
    width: 164px;
    height: 110px;
    background-position: 87.20930232558139% 87.91946308724832%;
    -webkit-background-size: 624.390243902439% 912.7272727272727%;
    background-size: 624.390243902439% 912.7272727272727%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.referall-amount-bg::after {
    max-width: 164px;
    width: 100%;
    height: 0;
    padding: 0 0 67.07317073170732% 0
}

.ru {
    max-width: 30px;
    max-height: 30px
}

.ru::after {
    content: '\00a0';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: 99.59758551307847% .4106776180698152%;
    -webkit-background-size: 3413.3333333333335% 3346.6666666666665%;
    background-size: 3413.3333333333335% 3346.6666666666665%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.ru::after {
    max-width: 30px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.safari {
    max-width: 15px;
    max-height: 15px
}

.safari::after {
    content: '\00a0';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-position: 97.81962338949455% 22.24469160768453%;
    -webkit-background-size: 6826.666666666667% 6693.333333333333%;
    background-size: 6826.666666666667% 6693.333333333333%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.safari::after {
    max-width: 15px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.skrill {
    max-width: 39px;
    max-height: 13px
}

.skrill::after {
    content: '\00a0';
    display: inline-block;
    width: 39px;
    height: 13px;
    background-position: 39.59390862944162% 23.107971745711403%;
    -webkit-background-size: 2625.641025641026% 7723.076923076923%;
    background-size: 2625.641025641026% 7723.076923076923%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.skrill::after {
    max-width: 39px;
    width: 100%;
    height: 0;
    padding: 0 0 33.333333333333336% 0
}

.tools-desc-btm {
    max-width: 690px;
    max-height: 137px
}

.tools-desc-btm::after {
    content: '\00a0';
    display: inline-block;
    width: 690px;
    height: 137px;
    background-position: 1.1976047904191616% 99.53863898500576%;
    -webkit-background-size: 148.40579710144928% 732.8467153284671%;
    background-size: 148.40579710144928% 732.8467153284671%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.tools-desc-btm::after {
    max-width: 690px;
    width: 100%;
    height: 0;
    padding: 0 0 19.855072463768117% 0
}

.tools-desc-top {
    max-width: 483px;
    max-height: 45px
}

.tools-desc-top::after {
    content: '\00a0';
    display: inline-block;
    width: 483px;
    height: 45px;
    background-position: 63.03142329020333% .4171011470281543%;
    -webkit-background-size: 212.00828157349898% 2231.1111111111113%;
    background-size: 212.00828157349898% 2231.1111111111113%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.tools-desc-top::after {
    max-width: 483px;
    width: 100%;
    height: 0;
    padding: 0 0 9.316770186335404% 0
}

.tools-dollar {
    max-width: 17px;
    max-height: 23px
}

.tools-dollar::after {
    content: '\00a0';
    display: inline-block;
    width: 17px;
    height: 23px;
    background-position: 98.01390268123139% 19.673802242609582%;
    -webkit-background-size: 6023.529411764706% 4365.217391304348%;
    background-size: 6023.529411764706% 4365.217391304348%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.tools-dollar::after {
    max-width: 17px;
    width: 100%;
    height: 0;
    padding: 0 0 135.2941176470588% 0
}

.wallet-frame {
    max-width: 31px;
    max-height: 110px
}

.wallet-frame::after {
    content: '\00a0';
    display: inline-block;
    width: 31px;
    height: 110px;
    background-position: 99.39577039274924% 8.83668903803132%;
    -webkit-background-size: 3303.2258064516127% 912.7272727272727%;
    background-size: 3303.2258064516127% 912.7272727272727%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.wallet-frame::after {
    max-width: 31px;
    width: 100%;
    height: 0;
    padding: 0 0 354.83870967741933% 0
}

.zh {
    max-width: 30px;
    max-height: 30px
}

.zh::after {
    content: '\00a0';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: 99.59758551307847% 3.9014373716632442%;
    -webkit-background-size: 3413.3333333333335% 3346.6666666666665%;
    background-size: 3413.3333333333335% 3346.6666666666665%;
    background-image: url(/i/sprite-0_v6.png);
    padding: 0
}

.responsivesprite.zh::after {
    max-width: 30px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

@media (-webkit-min-device-pixel-ratio: 2),(-o-min-device-pixel-ratio: 2/1),(min-resolution: 192dpi) {
    .beginners-badge::after {
        background-position: 88.70636550308008% 29.559748427672957%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .best-deal-badge::after {
        background-position: 94.25051334702259% 29.559748427672957%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .bitcoin-badge::after {
        background-position: 41.395348837209305% 50.700934579439256%;
        background-image: url(/i/sprite-1-2x_v6.png)
    }

    .challenge-prize-decorator-bottom::after {
        background-position: 65.57575757575758% 46.16998950682056%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .challenge-prize-decorator-left::after {
        background-position: 50.712250712250714% 75%;
        background-image: url(/i/sprite-1-2x_v6.png)
    }

    .challenge-prize-decorator-right::after {
        background-position: 79.95418098510882% 98.2532751091703%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .challenge-prize-decorator-top::after {
        background-position: 65.65533980582525% 37.30684326710817%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .choice-badge::after {
        background-position: 41.395348837209305% 89.48598130841121%;
        background-image: url(/i/sprite-1-2x_v6.png)
    }

    .chrome-icon::after {
        background-position: 98.21605550049554% 31.951466127401417%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .comic-balloon2::after {
        background-position: 89.22155688622755% 39.1657010428737%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .comic-balloon::after {
        background-position: 40.83832335329341% 9.733487833140208%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .dollar::after {
        background-position: 38.92215568862275% 25.05091649694501%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .donk-referral::after {
        background-position: 1.951219512195122% 1.486988847583643%;
        background-image: url(/i/sprite-1-2x_v6.png)
    }

    .donkcoin-big::after {
        background-position: 94.08224674022067% 46.05936540429887%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .donkcoin-small::after {
        background-position: 96.7065868263473% 45.824847250509166%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .donkcoins::after {
        background-position: .814663951120163% 36.46112600536193%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .donkey-terms::after {
        background-position: 95.0661853188929% 10.37037037037037%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .donkey-warning::after {
        background-position: 98.60627177700349% 2.1164021164021163%;
        background-image: url(/i/sprite-1-2x_v6.png)
    }

    .donkey::after {
        background-position: 94.10288582183188% 68.51063829787235%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .donkhunter-logo::after {
        background-position: 96.08050847457628% 98.04134929270947%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .edge-icon::after {
        background-position: 96.33300297324084% 31.983805668016196%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .en::after {
        background-position: 43.561368209255534% 23.51129363449692%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .es::after {
        background-position: 46.98189134808853% 23.51129363449692%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .firefox-icon::after {
        background-position: 97.81962338949455% 24.141414141414142%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .golden-donk-badge::after {
        background-position: 53.95348837209303% 89.48598130841121%;
        background-image: url(/i/sprite-1-2x_v6.png)
    }

    .hoof::after {
        background-position: 99.56616052060737% 88.01791713325868%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .lottery-animation::after {
        background-position: 69.44801026957639% 11.140583554376658%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .lottery::after {
        background-position: 1.2903225806451613% 98.19004524886878%;
        background-image: url(/i/sprite-1-2x_v6.png)
    }

    .news-donkey-hoof::after {
        background-position: 87.57700205338809% 99.4475138121547%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .news-donkey::after {
        background-position: .5788712011577424% .5405405405405406%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .opera-icon::after {
        background-position: 97.72277227722772% 25.95959595959596%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .pl::after {
        background-position: 50.40241448692153% 23.51129363449692%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .prize-default::after {
        background-position: 95.95744680851064% .4287245444801715%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .prizes-decorator-right::after {
        background-position: 86.79245283018868% .4171011470281543%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .prizes-decorator2::after {
        background-position: 34.831460674157306% 23.343527013251784%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .prizes-decorator::after {
        background-position: 82.80922431865828% 29.40563086548488%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .pt::after {
        background-position: 97.78672032193158% 28.95277207392197%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .rakerace-badge::after {
        background-position: 66.51162790697674% 95.32710280373831%;
        background-image: url(/i/sprite-1-2x_v6.png)
    }

    .referal-footer-bg::after {
        background-position: 1.4184397163120568% 64.96350364963503%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .referal-header-bg-mobile::after {
        background-position: 71.94092827004219% 5.424769703172979%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .referal-header-bg::after {
        background-position: 1.4184397163120568% 83.23699421965318%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .referal-stars-left::after {
        background-position: 87.11484593837535% 80.05390835579514%;
        background-image: url(/i/sprite-1-2x_v6.png)
    }

    .referal-stars-right::after {
        background-position: 98.73684210526316% 37.58389261744966%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .referall-amount-bg::after {
        background-position: 87.20930232558139% 87.91946308724832%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .ru::after {
        background-position: 99.59758551307847% .4106776180698152%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .safari::after {
        background-position: 97.81962338949455% 22.24469160768453%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .skrill::after {
        background-position: 39.59390862944162% 23.107971745711403%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .tools-desc-btm::after {
        background-position: 1.1976047904191616% 99.53863898500576%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .tools-desc-top::after {
        background-position: 63.03142329020333% .4171011470281543%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .tools-dollar::after {
        background-position: 98.01390268123139% 19.673802242609582%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .wallet-frame::after {
        background-position: 99.39577039274924% 8.83668903803132%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }

    .zh::after {
        background-position: 99.59758551307847% 3.9014373716632442%;
        background-image: url(/i/sprite-0-2x_v6.png)
    }
}

.africa {
    max-width: 1139px;
    max-height: 405px
}

.africa::after {
    content: '\00a0';
    display: inline-block;
    width: 1139px;
    height: 405px;
    background-position: 50% .12254901960784313%;
    -webkit-background-size: 100.35118525021949% 502.962962962963%;
    background-size: 100.35118525021949% 502.962962962963%;
    background-image: url(/i/mainpage-maps-0.png);
    padding: 0
}

.responsivesprite.africa::after {
    max-width: 1139px;
    width: 100%;
    height: 0;
    padding: 0 0 35.55750658472344% 0
}

.asia {
    max-width: 1139px;
    max-height: 405px
}

.asia::after {
    content: '\00a0';
    display: inline-block;
    width: 1139px;
    height: 405px;
    background-position: 50% 25.061274509803923%;
    -webkit-background-size: 100.35118525021949% 502.962962962963%;
    background-size: 100.35118525021949% 502.962962962963%;
    background-image: url(/i/mainpage-maps-0.png);
    padding: 0
}

.responsivesprite.asia::after {
    max-width: 1139px;
    width: 100%;
    height: 0;
    padding: 0 0 35.55750658472344% 0
}

.australia {
    max-width: 1139px;
    max-height: 405px
}

.australia::after {
    content: '\00a0';
    display: inline-block;
    width: 1139px;
    height: 405px;
    background-position: 50% 50%;
    -webkit-background-size: 100.35118525021949% 502.962962962963%;
    background-size: 100.35118525021949% 502.962962962963%;
    background-image: url(/i/mainpage-maps-0.png);
    padding: 0
}

.responsivesprite.australia::after {
    max-width: 1139px;
    width: 100%;
    height: 0;
    padding: 0 0 35.55750658472344% 0
}

.europe {
    max-width: 1139px;
    max-height: 405px
}

.europe::after {
    content: '\00a0';
    display: inline-block;
    width: 1139px;
    height: 405px;
    background-position: 50% 74.93872549019608%;
    -webkit-background-size: 100.35118525021949% 502.962962962963%;
    background-size: 100.35118525021949% 502.962962962963%;
    background-image: url(/i/mainpage-maps-0.png);
    padding: 0
}

.responsivesprite.europe::after {
    max-width: 1139px;
    width: 100%;
    height: 0;
    padding: 0 0 35.55750658472344% 0
}

.italy {
    max-width: 1139px;
    max-height: 405px
}

.italy::after {
    content: '\00a0';
    display: inline-block;
    width: 1139px;
    height: 405px;
    background-position: 50% 99.87745098039215%;
    -webkit-background-size: 100.35118525021949% 502.962962962963%;
    background-size: 100.35118525021949% 502.962962962963%;
    background-image: url(/i/mainpage-maps-0.png);
    padding: 0
}

.responsivesprite.italy::after {
    max-width: 1139px;
    width: 100%;
    height: 0;
    padding: 0 0 35.55750658472344% 0
}

.north-america {
    max-width: 1139px;
    max-height: 405px
}

.north-america::after {
    content: '\00a0';
    display: inline-block;
    width: 1139px;
    height: 405px;
    background-position: 50% .48661800486618007%;
    -webkit-background-size: 100.35118525021949% 201.4814814814815%;
    background-size: 100.35118525021949% 201.4814814814815%;
    background-image: url(/i/mainpage-maps-1.png);
    padding: 0
}

.responsivesprite.north-america::after {
    max-width: 1139px;
    width: 100%;
    height: 0;
    padding: 0 0 35.55750658472344% 0
}

.south-america {
    max-width: 1139px;
    max-height: 405px
}

.south-america::after {
    content: '\00a0';
    display: inline-block;
    width: 1139px;
    height: 405px;
    background-position: 50% 99.51338199513383%;
    -webkit-background-size: 100.35118525021949% 201.4814814814815%;
    background-size: 100.35118525021949% 201.4814814814815%;
    background-image: url(/i/mainpage-maps-1.png);
    padding: 0
}

.responsivesprite.south-america::after {
    max-width: 1139px;
    width: 100%;
    height: 0;
    padding: 0 0 35.55750658472344% 0
}

body {
    background: #fff;
    background-image: url(/i/bg-mobile.png);
    background-repeat: no-repeat;
    background-position: top center;
    font-family: Rubik, sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding-top: 75px
}

body.-blocked {
    overflow: hidden
}

body.navOpen, html.navOpen {
    overflow: hidden
}

.cookie--bar {
    position: fixed;
    z-index: 4000;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 14px 0 14px;
    text-align: left;
    line-height: 1.5;
    background: #e7e7e7;
    color: #000;
    font-size: 12px;
    letter-spacing: .025em
}

.cookie--bar a {
    color: #000;
    text-decoration: none
}

.cookie--bar a:hover {
    text-decoration: underline;
    color: #000
}

.cookie--bar .buttonwrapper {
    text-align: center;
    margin-top: 10px
}

.news--body--image--left.news--body--image--left.news--body--image--left {
    float: left;
    margin: 15px 15px 15px 0;
    max-width: 100%;
    height: auto
}

.news--body--image--right.news--body--image--right.news--body--image--right {
    float: right;
    margin: 15px 0 15px 15px;
    max-width: 100%;
    height: auto
}

@media (min-width: 576px) {
    .buttonwrapper {
        margin-top: 0
    }
}

@media (min-width: 768px) {
    body {
        background: url(/i/bg.png) no-repeat top center;
        padding-top: 88px
    }

    .cookie--bar {
        padding: 19px 0 21px
    }
}

@media (min-width: 1230px) {
    body {
        padding-top: 94px
    }

    .cookie--bar {
        padding: 24px 0 27px
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.fast {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes stomp {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    50% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    60% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes stomp {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    50% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    60% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.stomp {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation-name: stomp;
    animation-name: stomp
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes reelAnimation {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes reelAnimation {
    0% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.reelAnimation {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-name: reelAnimation;
    animation-name: reelAnimation
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        opacity: 1;
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    25% {
        opacity: 1;
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

.comicBaloonAnimation {
    animation: animationFrames linear .5s;
    animation-iteration-count: 1;
    transform-origin: 100% 100%;
    animation-fill-mode: forwards;
    -webkit-animation: animationFrames linear .5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 100% 100%;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: animationFrames linear .5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 100% 100%;
    -moz-animation-fill-mode: forwards;
    -o-animation: animationFrames linear .5s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 100% 100%;
    -o-animation-fill-mode: forwards;
    -ms-animation: animationFrames linear .5s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 100% 100%;
    -ms-animation-fill-mode: forwards
}

@keyframes animationFrames {
    0% {
        opacity: 0;
        -webkit-transform: rotate(25deg) scaleX(.4) scaleY(.4);
        transform: rotate(25deg) scaleX(.4) scaleY(.4)
    }
    70% {
        opacity: 1;
        -webkit-transform: rotate(-10deg) scaleX(1.2) scaleY(1.2);
        transform: rotate(-10deg) scaleX(1.2) scaleY(1.2)
    }
    85% {
        -webkit-transform: rotate(5deg) scaleX(.9) scaleY(.9);
        transform: rotate(5deg) scaleX(.9) scaleY(.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0) scaleX(1) scaleY(1);
        transform: rotate(0) scaleX(1) scaleY(1)
    }
}

@-webkit-keyframes animationFrames {
    0% {
        opacity: 0;
        -webkit-transform: rotate(25deg) scaleX(.4) scaleY(.4)
    }
    70% {
        opacity: 1;
        -webkit-transform: rotate(-10deg) scaleX(1.2) scaleY(1.2)
    }
    85% {
        -webkit-transform: rotate(5deg) scaleX(.9) scaleY(.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0) scaleX(1) scaleY(1)
    }
}

.notify--container {
    position: fixed;
    padding: 28px 61px 27px;
    top: 20px;
    right: 0;
    left: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 626px;
    z-index: 10001;
    -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, .14);
    background-color: #b2e4ff;
    color: #122463;
    font-size: 16px;
    line-height: 1.2;
    border-width: 2px;
    border-style: solid;
    letter-spacing: .025em
}

.notify--container > .notify > .zmdi {
    position: absolute;
    top: 50%;
    left: 23px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px
}

.notify--container > .closebtn {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 23px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0;
    color: #fff;
    cursor: pointer
}

.notify--container > .closebtn:focus, .notify--container > .closebtn:hover {
    text-shadow: 0 0 16px rgba(0, 0, 0, .3)
}

.notify--container.alert-info {
    background-color: #b2e4ff;
    color: #122463;
    border-color: #122463
}

.notify--container.alert-warning {
    background-color: #feedc5;
    color: #eb9316;
    border-color: #eb9316
}

.notify--container.alert-danger, .notify--container.alert-error {
    background-color: #ffd7e4;
    color: #f70d5a;
    border-color: #f70d5a
}

.notify--container.alert-success {
    background-color: #e0f8c0;
    color: #77af2a;
    border-color: #77af2a
}

.notify--container a {
    display: block;
    color: #000;
    margin: 10px 0 0;
    text-align: center
}

.modal-header {
    display: block;
    text-align: center;
    border-bottom: 0;
    padding-top: 44px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0
}

@media (min-width: 768px) {
    .modal-header {
        padding-top: 35px;
        padding-right: 65px;
        padding-left: 65px;
        padding-bottom: 0
    }
}

@media (min-width: 992px) {
    .modal-dialog.modal-lg {
        max-width: 624px
    }

    .modal-dialog.modal-xl {
        max-width: 912px
    }
}

@media (min-width: 1230px) {
    .modal-header {
        padding-top: 44px;
        padding-right: 65px;
        padding-left: 65px;
        padding-bottom: 0
    }

    .modal-dialog.modal-xl {
        max-width: 1140px
    }
}

.noUi-marker {
    bottom: 0
}

.noUi-marker-horizontal.noUi-marker {
    display: none;
    width: 1px;
    background: #1f1f1f
}

.noUi-marker-horizontal.noUi-marker-large {
    display: block;
    height: 10px
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 40px;
    top: auto;
    bottom: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    font-family: Oswald, sans-serif;
    font-size: 18px;
    color: #1f1f1f;
    -webkit-transform: translate(-50%, -3px);
    -ms-transform: translate(-50%, -3px);
    transform: translate(-50%, -3px)
}

.noUi-value-horizontal > .decorator {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 16px;
    margin-top: -3px
}

.noUi-horizontal {
    height: 30px
}

.noUi-target {
    margin-top: 68px;
    background: #1f1f1f;
    border: 5px solid #e9e9e9;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.noUi-horizontal .noUi-handle {
    top: 0;
    height: 20px;
    width: 60px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #f70d5a;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.noUi-handle:focus {
    outline: 0
}

.noUi-handle:after {
    content: "";
    height: 30px;
    width: 200px;
    position: absolute;
    z-index: -1;
    top: auto;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmNzBkNWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiNmNzBkNWEiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjcwZDVhIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-radial-gradient(center, ellipse cover, #f70d5a 0, rgba(247, 13, 90, 0) 70%, rgba(247, 13, 90, 0) 100%);
    background: -webkit-radial-gradient(center, ellipse, #f70d5a 0, rgba(247, 13, 90, 0) 70%, rgba(247, 13, 90, 0) 100%);
    background: -o-radial-gradient(center, ellipse, #f70d5a 0, rgba(247, 13, 90, 0) 70%, rgba(247, 13, 90, 0) 100%);
    background: radial-gradient(ellipse at center, #f70d5a 0, rgba(247, 13, 90, 0) 70%, rgba(247, 13, 90, 0) 100%)
}

.noUi-handle:before {
    content: '· · ·';
    color: #fff;
    height: auto;
    width: auto;
    background: 0 0;
    left: 18px;
    top: 2px;
    line-height: 1
}

.noUi-base, .noUi-connects {
    overflow: hidden;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -30px
}

@media (min-width: 576px) {
    .noUi-value-horizontal > .decorator {
        width: 22px;
        margin-top: -6px
    }

    .noUi-value-horizontal {
        font-size: 24px;
        -webkit-transform: translate(-50%, -10px);
        -ms-transform: translate(-50%, -10px);
        transform: translate(-50%, -10px)
    }
}

.tooltip-inner {
    max-width: 260px;
    padding: 7px 30px 7px 10px;
    color: #bfbfbf;
    text-align: left;
    background-color: #f3f3f3;
    position: relative;
    font-size: 12px;
    line-height: 1.5
}

.tooltip-inner p {
    margin-top: 0
}

.tooltip-inner a {
    color: #000
}

.tooltip-inner a:hover {
    color: #000
}

.tooltip-inner .closetooltip {
    padding: 0;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    position: absolute;
    top: 9px;
    right: 10px;
    color: #8f8f8f;
    font-size: 18px
}

.tooltip.show {
    opacity: 1
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #f3f3f3
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 13px
}

.bs-tooltip-auto[x-placement^=right] .tooltip-inner, .bs-tooltip-right .tooltip-inner {
    -webkit-border-radius: 0 3px 3px 3px;
    border-radius: 0 3px 3px 3px
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    top: 0;
    width: 13px;
    height: 13px
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-width: 0 13px 13px 0;
    border-right-color: #f3f3f3
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #f3f3f3
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 13px
}

.bs-tooltip-auto[x-placement^=left] .tooltip-inner, .bs-tooltip-left .tooltip-inner {
    -webkit-border-radius: 3px 0 3px 3px;
    border-radius: 3px 0 3px 3px
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    top: 0;
    width: 13px;
    height: 13px
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-width: 13px 13px 0 0;
    border-top-color: #f3f3f3
}

.dropdown-menu.-headerdropdown {
    min-width: 214px;
    padding: 0 25px;
    margin: 20px 20px 0 0;
    font-size: 20px;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #8f8f8f;
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    -webkit-box-shadow: 0 5px 29px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 5px 29px 0 rgba(0, 0, 0, .5);
    background: #e7e7e7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTdlN2U3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -webkit-linear-gradient(45deg, #e7e7e7 0, #fff 100%);
    background: -o-linear-gradient(45deg, #e7e7e7 0, #fff 100%);
    background: linear-gradient(45deg, #e7e7e7 0, #fff 100%)
}

.dropdown-menu.-headerdropdown:before {
    content: "";
    position: absolute;
    right: -1px;
    top: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 13px 13px;
    border-color: transparent transparent #fff transparent
}

.dropdown-menu-right.-headerdropdown {
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.custom--dropdown--item {
    border-bottom: 1px solid #bfbfbf;
    padding: 13px 0 8px
}

.custom--dropdown--item:last-child {
    border-bottom: none
}

.-topsticked {
    position: fixed !important;
    top: 170px !important;
    bottom: auto !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    max-width: 260px !important
}

@media (min-width: 992px) {
    .-topsticked {
        top: 155px !important
    }
}

.zh .news--block--big .link {
    line-height: 1.4
}

.news--block--big {
    position: relative;
    margin-bottom: 30px
}

.news--block--big .link, .news--block--big > .header .link {
    display: inline-block;
    font-family: Oswald, sans-serif;
    font-weight: 600;
    font-size: 38px;
    line-height: .85;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -.01em
}

.news--block--big .link:focus, .news--block--big .link:hover, .news--block--big > .header .link:focus, .news--block--big > .header .link:hover {
    text-decoration: none
}

.news--block--big > .imagelink {
    display: block;
    overflow: hidden;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: 7px
}

.news--block--big > .imagelink:before {
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: rgba(247, 13, 90, .2);
    display: block;
    z-index: 2;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.news--block--big > .imagelink:hover > .image {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.news--block--big > .imagelink:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.news--block--big > .imagelink > .image {
    max-width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.news--block--big.-newslist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 0;
    text-decoration: none
}

.news--block--big.-newslist:before {
    display: none
}

.news--block--big.-newslist > .description {
    color: #8f8f8f;
    letter-spacing: .025em;
    margin-top: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0;
    font-size: 13px
}

.category--block {
    color: #8f8f8f;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em
}

.category--block > .categorylink {
    color: #000;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.category--block > .categorylink:focus, .category--block > .categorylink:hover {
    color: #f70d5a
}

.category--block._margined {
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .news--block--big {
        margin-bottom: 0
    }

    .news--block--big .link, .news--block--big > .header .link {
        font-size: 44px;
        margin-bottom: 2px
    }

    .news--block--big > .imagelink {
        margin-top: 9px
    }

    .category--block {
        font-size: 11px
    }
}

@media (min-width: 992px) {
    .news--block--big.-newslist .link, .news--block--big.-newslist > .header .link {
        padding-right: 50px
    }

    .news--block--big.-newslist > .description {
        margin-bottom: 18px
    }
}

@media (min-width: 1230px) {
    .news--block--big.-newslist .link, .news--block--big.-newslist > .header .link {
        padding-right: 100px
    }

    .news--block--big.-newslist > .description {
        font-size: 16px
    }

    .news--block--big .link, .news--block--big > .header .link {
        font-size: 54px;
        margin-bottom: 4px
    }

    .news--block--big > .imagelink {
        margin-top: 13px
    }

    .category--block {
        font-size: 12px
    }
}

.news--block--small {
    margin-bottom: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bfbfbf;
    margin-left: auto;
    margin-right: auto
}

.news--block--small:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.news--block--small.-newslist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding-bottom: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid #bfbfbf;
    padding-top: 20px;
    text-decoration: none
}

.news--block--small.-sidebar {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
    text-decoration: none;
    display: block
}

.news--block--small > .header > .link, .news--block--small > .link {
    display: inline-block;
    font-family: Rubik, sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 3px;
    letter-spacing: -.025em
}

.news--block--small > .header > .link.-smaller, .news--block--small > .link.-smaller {
    font-size: 14px
}

.news--block--small > .description {
    color: #8f8f8f;
    letter-spacing: .025em;
    margin-top: auto;
    margin-bottom: 0;
    font-size: 13px
}

.news--block--small > .description.-smaller {
    font-size: 11px
}

.news--block--small.-noborder {
    border-bottom: none
}

@media (max-width: 991px) {
    .news--block--small {
        max-width: 290px
    }
}

@media (min-width: 576px) {
    .newslist--col--r {
        padding-bottom: 30px;
        padding-right: 30px
    }

    .newslist--col--l {
        padding-left: 30px
    }
}

@media (min-width: 768px) {
    .news--block--small {
        margin-bottom: 22px;
        padding-bottom: 10px
    }

    .news--block--small > .header > .link {
        font-size: 22px
    }

    .news--block--small > .header > .link.-smaller {
        font-size: 16px
    }
}

@media (min-width: 992px) {
    .news--block--small.-sidebar {
        margin-bottom: 25px
    }
}

@media (min-width: 1230px) {
    .news--block--small {
        margin-bottom: 27px;
        padding-bottom: 13px
    }

    .news--block--small > .header > .link {
        font-size: 24px
    }

    .news--block--small > .header > .link.-smaller {
        font-size: 18px
    }

    .news--block--small > .description {
        font-size: 16px
    }

    .news--block--small > .description.-smaller {
        font-size: 13px
    }

    .news--block--small.-sidebar {
        margin-bottom: 45px
    }
}

.room--block--mainpage {
    position: relative;
    z-index: 2;
    float: left;
    width: 206px;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, .1);
    margin-left: -10px;
    padding: 13px 24px 24px 24px
}

.room--block--mainpage.-lower {
    margin-top: 10px;
    z-index: 4
}

.room--block--mainpage.-higher {
    margin-top: -10px;
    z-index: 0
}

.room--block--mainpage:nth-child(2n) {
    background: #f2f2f2
}

.room--block--mainpage .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.room--block--mainpage--content > .image {
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.room--block--mainpage--content > .image > .picture {
    width: auto;
    max-height: 90px
}

.room--block--mainpage--content > .rating {
    color: #fbd412;
    text-align: center;
    font-size: 20px
}

.room--block--mainpage--content > .rating > .zmdi {
    margin: 0 -1px
}

.room--block--mainpage--content > .lead {
    color: #8f8f8f;
    font-size: 10px;
    line-height: 1.5;
    padding-bottom: 18px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    letter-spacing: .025em
}

.room--block--mainpage--content > .lead p {
    margin-top: 0
}

.room--block--mainpage--content > .lead p:last-child {
    margin-bottom: 0
}

.room--list {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 16px;
    color: #000;
    font-size: 13px;
    font-weight: 400
}

.room--list.-inhorizontalblock {
    padding: 0;
    font-size: 11px
}

.mobile--rooms--carousel.owl-carousel .owl-stage-outer {
    padding-top: 32px;
    padding-bottom: 32px
}

.mobile--rooms--carousel .slick-list {
    padding-top: 32px !important;
    padding-bottom: 32px !important
}

.room--carousel--nav {
    width: 100%;
    display: none
}

.room--carousel--nav .next, .room--carousel--nav .prev {
    padding: 0;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    position: absolute;
    left: 40px;
    padding: 0 10px;
    top: 50%;
    z-index: 1;
    width: 50px;
    height: 50px;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.room--carousel--nav .next:active, .room--carousel--nav .next:focus, .room--carousel--nav .next:hover, .room--carousel--nav .prev:active, .room--carousel--nav .prev:focus, .room--carousel--nav .prev:hover {
    opacity: .3
}

.room--carousel--nav .next:focus, .room--carousel--nav .prev:focus {
    outline: 0
}

.room--carousel--nav .next:hover, .room--carousel--nav .prev:hover {
    left: 30px
}

.room--carousel--nav .next:before, .room--carousel--nav .prev:before {
    content: '';
    width: 50px;
    height: 50px;
    border-right: 4px solid #f3f3f3;
    border-top: 4px solid #f3f3f3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.room--carousel--nav .next:after, .room--carousel--nav .prev:after {
    content: '';
    position: absolute;
    width: 4px;
    top: -10px;
    bottom: -12px;
    left: 20px;
    background-color: #f3f3f3;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.room--carousel--nav .next .triangle, .room--carousel--nav .prev .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 36px 35px 0;
    border-color: transparent #000 transparent transparent;
    opacity: .75;
    position: absolute;
    top: -22px;
    left: 18px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.room--carousel--nav .next {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    right: 40px;
    left: auto
}

.room--carousel--nav .next:hover {
    left: auto;
    right: 30px
}

.room--carousel--nav--mob {
    font-size: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.room--carousel--nav--mob .owl-prev {
    padding: 0;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none
}

.room--carousel--nav--mob .owl-prev > .icon {
    padding: 0 10px;
    color: #fff
}

.room--carousel--nav--mob .owl-next {
    padding: 0;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none
}

.room--carousel--nav--mob .owl-next > .icon {
    padding: 0 10px;
    color: #fff
}

.donkey--room--block {
    display: none
}

.room--name {
    font-weight: 500;
    color: #000;
    text-decoration: none;
    text-align: center;
    margin: 0 0 10px;
    display: block;
    font-size: 14px
}

.room--name:hover {
    color: #000
}

.room--name.-unactive {
    color: #8f8f8f;
    text-decoration: line-through
}

@media (min-width: 768px) {
    .room--carousel--nav {
        display: block
    }

    .room--carousel--nav--mob {
        display: none
    }

    .donkey--room--block {
        position: relative;
        z-index: 6;
        float: left;
        display: block;
        width: 198px
    }

    .donkey--room--block > .donkey {
        -webkit-transform: translate3D(-14px, 0, 0);
        -ms-transform: translate3D(-14px, 0, 0);
        transform: translate3D(-14px, 0, 0);
        position: relative
    }

    .donkey--room--block > .donkey.-christmas {
        -webkit-transform: translate3D(-30px, 0, 0);
        -ms-transform: translate3D(-30px, 0, 0);
        transform: translate3D(-30px, 0, 0);
        max-width: 192px;
        margin-top: -11px
    }

    .donkey--room--block > .animatedhoof {
        position: absolute;
        z-index: 2;
        right: 7%;
        width: 42%;
        top: 64%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .donkey--room--block > .balloon {
        position: absolute;
        z-index: 1;
        top: -30%;
        left: 7%;
        width: 77%;
        opacity: 0
    }

    .donkey--room--block > .balloon > .text {
        width: 100%;
        padding: 15px;
        text-align: center;
        font-size: 20px;
        line-height: 1.2;
        font-family: Caveat, cursive;
        color: #000;
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        margin-top: -4px;
        -webkit-transform: translate3D(-50%, -50%, 0);
        -ms-transform: translate3D(-50%, -50%, 0);
        transform: translate3D(-50%, -50%, 0)
    }
}

@media (min-width: 992px) {
    .room--name {
        font-size: 16px
    }
}

@media (min-width: 1230px) {
    .donkey--room--block {
        width: 247px
    }

    .donkey--room--block > .donkey {
        -webkit-transform: translate3D(-14px, 0, 0);
        -ms-transform: translate3D(-14px, 0, 0);
        transform: translate3D(-14px, 0, 0);
        margin-top: 10px
    }

    .donkey--room--block > .donkey.-christmas {
        -webkit-transform: translate3D(-30px, 0, 0);
        -ms-transform: translate3D(-30px, 0, 0);
        transform: translate3D(-30px, 0, 0);
        margin-top: -3px;
        max-width: 227px
    }

    .donkey--room--block > .balloon > .text {
        font-size: 26px;
        margin-top: -8px
    }

    .room--block--mainpage {
        width: 258px;
        margin-left: -10px;
        padding: 16px 30px 30px 30px
    }

    .room--block--mainpage.-lower {
        margin-top: 10px
    }

    .room--block--mainpage.-higher {
        margin-top: -10px
    }

    .room--block--mainpage--content > .image {
        max-height: 90px
    }

    .room--block--mainpage--content > .image > .picture {
        max-height: 90px
    }

    .room--block--mainpage--content > .rating {
        font-size: 25px
    }

    .room--block--mainpage--content > .rating > .zmdi {
        margin: 0 -1px
    }

    .room--block--mainpage--content > .lead {
        font-size: 13px;
        padding-bottom: 23px
    }

    .room--list {
        padding-bottom: 20px;
        font-size: 16px
    }

    .room--list.-inhorizontalblock {
        font-size: 14px
    }

    .room--list.-inhorizontalblock li {
        margin-bottom: 3px
    }

    .room--list.-inhorizontalblock li:last-child {
        margin-bottom: 0
    }
}

.room--horizontal {
    padding: 2px 0 2px 22px;
    margin-bottom: 1px;
    background: #fff url(/i/mainpage/room-horizontal-bg.png) no-repeat top left;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .25);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    text-decoration: none;
    -webkit-transition: border .3s ease;
    -o-transition: border .3s ease;
    transition: border .3s ease
}

.room--horizontal:focus, .room--horizontal:hover {
    border: 1px solid #000;
    text-decoration: none
}

.room--horizontal:focus > .button, .room--horizontal:focus > .button > .zmdi, .room--horizontal:focus > .list, .room--horizontal:focus > .room > .name, .room--horizontal:focus > .room > .rating, .room--horizontal:hover > .button, .room--horizontal:hover > .button > .zmdi, .room--horizontal:hover > .list, .room--horizontal:hover > .room > .name, .room--horizontal:hover > .room > .rating {
    text-decoration: none
}

.room--horizontal:focus > .button, .room--horizontal:hover > .button {
    color: #f70d5a
}

.room--horizontal > .imagewrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%
}

.room--horizontal > .imagewrapper > .image {
    padding-right: 15%;
    height: 48px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.room--horizontal > .imagewrapper > .image > .picture {
    width: auto;
    max-height: 48px;
    max-width: 100%
}

.room--horizontal > .room {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    text-align: center;
    padding: 0 10px
}

.room--horizontal > .room > .name {
    font-size: 12px;
    line-height: 1.5;
    color: #8f8f8f;
    letter-spacing: .025em;
    margin: 2px 0
}

.room--horizontal > .room .rating {
    color: #fbd412;
    font-size: 16px
}

.room--horizontal > .list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 28%;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%
}

.room--horizontal > .button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12%;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
    color: #000;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    text-align: center;
    font-size: 22px;
    padding-left: 22px
}

.room--horizontal.-miniversion > .list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58%;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 58%
}

.room--horizontal.-miniversion > .imagewrapper .rating {
    color: #fbd412;
    font-size: 16px
}

.room--horizontal.-miniversion > .button {
    padding-left: 10px
}

@media (min-width: 1230px) {
    .room--horizontal {
        padding: 2px 0 6px 22px
    }

    .room--horizontal > .imagewrapper > .image {
        height: 60px
    }

    .room--horizontal > .imagewrapper > .image > .picture {
        max-height: 60px
    }

    .room--horizontal > .room > .name {
        font-size: 13px;
        margin: 5px 0 4px
    }

    .room--horizontal > .room .rating {
        font-size: 18px
    }
}

.past--challenge--block {
    text-align: center;
    max-width: 360px;
    margin: 0 auto
}

.past--challenge--block > .name {
    font-size: 14px;
    line-height: 1.33;
    color: #000;
    font-weight: 700;
    margin-bottom: 16px
}

.past--challenge--block > .image {
    padding: 0 30px;
    margin-bottom: 24px;
    display: block
}

.past--challenge--block > .image > .picture {
    max-width: 100%
}

.past--challenge--block > .winnername {
    font-size: 14px;
    line-height: 1.33;
    color: #000;
    font-weight: 400;
    margin-bottom: 8px
}

.past--challenge--block > .lead {
    font-size: 12px;
    line-height: 1.6;
    color: #8f8f8f;
    letter-spacing: .025em;
    font-weight: 400;
    margin-bottom: 20px
}

.past--challenge--block > .prizeimage {
    display: block;
    max-width: 100px;
    margin: 0 auto 8px auto
}

.past--challenge--block > .prizename {
    font-size: 12px;
    font-weight: 500;
    color: #8f8f8f;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 0
}

@media (min-width: 992px) {
    .past--challenge--block {
        text-align: center
    }

    .past--challenge--block > .name {
        margin-bottom: 20px
    }

    .past--challenge--block > .image {
        padding: 0 50px;
        margin-bottom: 28px
    }

    .past--challenge--block > .winnername {
        margin-bottom: 12px
    }

    .past--challenge--block > .lead {
        margin-bottom: 26px
    }

    .past--challenge--block > .prizeimage {
        max-width: 128px;
        margin: 0 auto 12px auto
    }
}

@media (min-width: 1230px) {
    .past--challenge--block > .name {
        font-size: 18px;
        margin-bottom: 26px
    }

    .past--challenge--block > .image {
        padding: 0 62px;
        margin-bottom: 36px
    }

    .past--challenge--block > .winnername {
        font-size: 18px;
        margin-bottom: 15px
    }

    .past--challenge--block > .lead {
        font-size: 14px;
        margin-bottom: 32px
    }

    .past--challenge--block > .prizeimage {
        max-width: 160px;
        margin: 0 auto 15px auto
    }
}

.entity--border--block {
    height: 100%;
    padding-bottom: 15px;
    max-width: 290px;
    margin: 0 auto
}

.entity--border--block.-sidetext {
    float: left;
    width: 100%;
    margin-right: 15px;
    margin-bottom: 15px
}

.entity--border--block.-rightsidetext {
    float: right;
    width: 100%;
    margin-left: 15px;
    margin-bottom: 15px
}

.entity--border--block > .wrapper {
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    height: 100%;
    padding: 16px 20px 90px;
    position: relative;
    overflow: hidden
}

.entity--border--block > .wrapper > .promobar {
    position: absolute;
    z-index: 10;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    width: 50%;
    top: 35px;
    left: 0;
    font-weight: 700;
    overflow: hidden;
    background: #f70d5a;
    -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .25)
}

.entity--border--block > .wrapper > .promobar.-donk {
    background: #57c326
}

.entity--border--block > .wrapper > .image {
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-bottom: 22px
}

.entity--border--block > .wrapper > .image > .picture {
    width: auto;
    max-height: 60px
}

.entity--border--block > .wrapper > .title {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    line-height: 1;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px
}

.entity--border--block > .wrapper > .text {
    color: #8f8f8f;
    line-height: 1.5;
    letter-spacing: .025em;
    font-size: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.entity--border--block > .wrapper > .text p {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin-top: 0;
    margin-bottom: 10px
}

.entity--border--block > .wrapper > .text p:last-child {
    margin-bottom: 0
}

.entity--border--block > .wrapper > .button {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 24px;
    bottom: 40px
}

.exchange--rate {
    font-family: Oswald, sans-serif;
    color: #000;
    font-weight: 400;
    text-align: center;
    margin-top: 21px
}

.exchange--rate > .spacer {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 5px 2px 5px;
    font-size: 16px
}

.exchange--rate > .currency {
    display: inline-block;
    vertical-align: bottom;
    white-space: nowrap;
    font-size: 19px;
    line-height: 1
}

.exchange--rate > .currency.-free {
    color: #58c225
}

.exchange--rate > .currency > .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    width: 18px;
    margin-top: -4px
}

.exchange--rate > .currency > .old {
    display: block;
    text-align: right;
    font-size: 14px;
    line-height: 1
}

@media (min-width: 576px) {
    .entity--border--block {
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .entity--border--block {
        padding-left: 15px
    }

    .entity--border--block > .wrapper {
        padding: 16px 24px 110px
    }

    .entity--border--block > .wrapper > .button {
        padding: 0 24px;
        bottom: 60px
    }

    .exchange--rate > .currency > .old {
        font-size: 12px
    }

    .exchange--rate > .currency > .icon {
        margin-right: 4px;
        width: 18px;
        margin-top: -4px
    }
}

@media (max-width: 575px) {
    .tool--chessboard:nth-child(2n+1) .entity--border--block > .wrapper {
        background-color: #f2f2f2;
        border: none
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .tool--chessboard:nth-child(4n) .entity--border--block > .wrapper, .tool--chessboard:nth-child(4n-3) .entity--border--block > .wrapper {
        background-color: #f2f2f2;
        border: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tool--chessboard:nth-child(2n+1) .entity--border--block > .wrapper {
        background-color: #f2f2f2;
        border: none
    }
}

@media (min-width: 992px) {
    .entity--border--block > .wrapper.-darkbg {
        background-color: #f2f2f2;
        border: none
    }
}

@media (min-width: 1230px) {
    .entity--border--block {
        height: 100%
    }

    .entity--border--block > .wrapper {
        padding: 20px 30px 139px;
        height: 100%
    }

    .entity--border--block > .wrapper > .promobar {
        font-size: 12px;
        line-height: 20px
    }

    .entity--border--block > .wrapper > .image {
        height: 76px;
        margin-bottom: 27px
    }

    .entity--border--block > .wrapper > .image > .picture {
        max-height: 76px
    }

    .entity--border--block > .wrapper > .title {
        font-size: 20px;
        margin-bottom: 10px
    }

    .entity--border--block > .wrapper > .text {
        font-size: 13px
    }

    .entity--border--block > .wrapper > .button {
        padding: 0 30px;
        bottom: 80px
    }

    .exchange--rate {
        font-size: 16px;
        margin-top: 26px
    }

    .exchange--rate > .currency {
        font-size: 24px
    }

    .exchange--rate > .currency > .old {
        font-size: 14px
    }

    .exchange--rate > .currency > .icon {
        margin-right: 5px;
        width: 22px;
        margin-top: -4px
    }
}

.share--list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    margin-bottom: 10px
}

.share--list > .item {
    padding: 0 5px
}

.share--list > .item > .text {
    color: #8f8f8f;
    margin-right: 10px
}

.share--rounded--link {
    width: 30px;
    height: 30px;
    background-color: #e7e7e7;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.share--rounded--link:active, .share--rounded--link:focus, .share--rounded--link:hover {
    color: #fff;
    text-decoration: none;
    opacity: .8
}

.share--rounded--link.-fb {
    background-color: #3a56a2
}

.share--rounded--link.-vk {
    background-color: #5181b8
}

.share--rounded--link.-google {
    background-color: #dc4e41
}

.share--rounded--link.-twitter {
    background-color: #1da1f2
}

.review--single--block {
    border-right: 1px solid #eaeaea;
    border-bottom: solid 1px #f9f9f9;
    padding: 24px 19px 0 15px;
    margin: 0 0 30px;
    -webkit-transition: .5s background-color ease-out;
    -o-transition: .5s background-color ease-out;
    transition: .5s background-color ease-out
}

.review--single--block.-open {
    background-color: #f7f7f7
}

.review--single--block > .content > .username-wrapper {
    position: relative
}

.review--single--block > .content > .username-wrapper > .username {
    color: #8f8f8f;
    letter-spacing: .025em;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px
}

.review--single--block > .content > .username-wrapper > button {
    position: absolute;
    top: 0;
    background-color: transparent;
    border: none;
    right: 0;
    cursor: pointer;
    color: #a3a3a3;
    font-size: 22px
}

.review--single--block > .content > .txt-wrapper {
    position: relative
}

.review--single--block > .content > .txt-wrapper > .txt {
    color: #202020;
    letter-spacing: .025em;
    padding-left: 36px;
    max-width: 350px;
    font-weight: 500
}

.review--single--block > .content > .date {
    font-size: 11px;
    color: #8f8f8f;
    letter-spacing: .025em
}

.review--single--block > .footer {
    border-top: solid 1px #e7e7e7;
    padding: 9px 0
}

.review--single--block > .footer .donkcoin-count {
    font-weight: 500;
    font-size: 15px;
    font-family: Oswald, sans-serif;
    margin: 0;
    margin-right: 10px;
    letter-spacing: .1em;
    cursor: pointer
}

.review--single--block > .footer .donkcoin-count > .donkcoin-small {
    max-width: 22px;
    max-height: 22px;
    line-height: 1
}

.review--single--block > .footer .donkcoin-count > .donkcoin-small:after {
    width: 17px;
    height: 17px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    top: -2px
}

.review--single--block > .footer .comments-count {
    font-family: Oswald, sans-serif;
    color: #202020;
    font-size: 15px;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.review--single--block > .footer .comments-count > i {
    margin-right: 2px;
    position: relative;
    top: 2px
}

.review--single--block > .footer .comments-count > span {
    ine-height: 1;
    position: relative;
    top: -1px
}

.donkcoin--count--tooltip {
    background-color: #e6e6e6;
    border: none;
    padding: 10px;
    width: 158px;
    -webkit-border-radius: 0 10px 10px 10px;
    border-radius: 0 10px 10px 10px;
    position: absolute;
    text-align: center;
    font-size: 11px;
    font-family: Rubik, sans-serif;
    font-style: italic;
    letter-spacing: .025em;
    color: #8f8f8f;
    z-index: 1;
    line-height: 1.2;
    top: 18px !important;
    left: 18px !important
}

.donkcoin--count--tooltip:before {
    display: block;
    width: 12px;
    height: 5px;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: -19px;
    content: '';
    border-width: 0 13px 20px 0;
    border-color: transparent;
    border-style: solid;
    border-bottom-color: #e6e6e6
}

.donkcoin--count--tooltip > a {
    color: #f70d5a;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-style: normal;
    letter-spacing: .05em;
    margin: 3px 0 0
}

.donkcoin--count--tooltip strong, .donkcoin--count--tooltip > a {
    display: block
}

.review--comments--container {
    display: none;
    margin: 25px 0 0
}

.dropdown--report--review {
    background-color: #e6e6e6;
    border: none;
    padding: 10px;
    width: 83px;
    height: 35px;
    position: relative;
    top: -10px !important;
    left: -15px !important
}

.dropdown--report--review.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: auto
}

.dropdown--report--review:before {
    display: block;
    width: 15px;
    height: 5px;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    content: '';
    border-width: 9px 0 10px 20px;
    border-color: transparent;
    border-style: solid;
    border-bottom-color: #e6e6e6;
    right: -16px;
    border-width: 0 18px 10px 0
}

.dropdown--report--review > i {
    font-weight: 600;
    margin-right: 8px;
    font-size: 18px
}

.dropdown--report--review > .txt {
    font-size: 14px;
    color: #676767;
    margin: 3px 0 0;
    font-family: Oswald, sans-serif;
    line-height: 1;
    letter-spacing: .025em;
    cursor: pointer
}

.dropdown--report--review.-comment {
    left: -75px !important;
    top: -48px !important
}

.addreview--comment-container textarea {
    height: 42px;
    border: none;
    resize: none;
    -webkit-border-radius: 0;
    border-radius: 0
}

.addreview--comment-container button {
    font-family: Oswald, sans-serif;
    border: none;
    letter-spacing: .025em;
    font-size: 13px;
    width: 75px;
    min-width: auto;
    padding-left: 5px;
    padding-right: 5px;
    background: #bfbfbf;
    color: #fff;
    text-transform: uppercase;
    padding-top: 9px;
    padding-bottom: 6px;
    -webkit-transition: .2s background;
    -o-transition: .2s background;
    transition: .2s background;
    cursor: auto
}

.addreview--comment-container button.-active {
    background: #f70d5a;
    cursor: pointer
}

@media (min-width: 650px) {
    .dropdown--report--review {
        left: -120px !important
    }

    .dropdown--report--review.-comment {
        left: -100px !important
    }
}

@media (min-width: 768px) {
    .dropdown--report--review {
        left: 23px !important
    }

    .dropdown--report--review:before {
        left: -17px;
        right: initial;
        border-width: 9px 0 10px 20px
    }

    .dropdown--report--review.-comment {
        left: 35px !important
    }

    .review--single--block {
        padding: 24px 19px 0 25px
    }
}

.review--comment--component {
    padding: 0 10px 0 18px;
    position: relative;
    margin: 0 0 25px 18px
}

.review--comment--component:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: #8f8f8f
}

.review--comment--component > .heading {
    font-family: Rubik, sans-serif;
    font-size: 12px;
    color: #8f8f8f;
    letter-spacing: .025em;
    margin: 0 0 15px;
    position: relative
}

.review--comment--component > .heading > button {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: transparent;
    border: none;
    color: #a3a3a3;
    font-size: 20px;
    cursor: pointer
}

.review--comment--component > .content {
    font-family: Rubik, sans-serif;
    line-height: 24px;
    letter-spacing: .025em;
    font-size: 14px;
    color: #414141
}

.review--comment--component > .date {
    color: #8f8f8f;
    letter-spacing: .025em;
    font-family: Rubik, sans-serif;
    font-size: 10px
}

.btn--common {
    padding: 0;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    min-width: 200px;
    background: #e7e7e7;
    font-size: 20px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    letter-spacing: .1em;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding-top: 10px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn--common:active, .btn--common:focus, .btn--common:hover {
    color: #fff;
    background: #000;
    text-decoration: none
}

.btn--common.-primary {
    background: #08AD4E;
    color: #fff
}

.btn--common.-primary:active, .btn--common.-primary:focus, .btn--common.-primary:hover {
    color: #fff;
    background: rgba(247, 13, 90, .7)
}

.btn--common.-narrow {
    min-width: 142px
}

.btn--common.-small {
    min-width: 134px
}

.btn--common.-medium {
    min-width: 160px
}

.btn--common.-fullwidth {
    width: 100%;
    min-width: 1px
}

.btn--common.-donate {
    max-width: 304px;
    width: 100%;
    background: #f70d5a;
    color: #fff
}

.btn--common.-donate:active, .btn--common.-donate:focus, .btn--common.-donate:hover {
    color: #fff;
    background: rgba(247, 13, 90, .7)
}

.btn--common.-donate > .zmdi {
    font-size: 16px;
    margin-left: 8px;
    vertical-align: middle;
    margin-top: -4px
}

.btn--common.-modalbtn {
    display: block;
    max-width: 348px;
    margin: 0 auto
}

.btn--common.-add-review {
    font-size: 14px;
    width: 56px;
    min-width: auto;
    padding-left: 5px;
    padding-right: 5px
}

.btn--common.-add-comment {
    font-family: Oswald, sans-serif;
    letter-spacing: .025em;
    font-size: 18px;
    width: 75px;
    padding-left: 5px;
    padding-right: 5px;
    background: #bfbfbf;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: .2s background;
    -o-transition: .2s background;
    transition: .2s background;
    cursor: auto;
    text-transform: lowercase;
    font-variant: small-caps
}

.btn--common.-add-comment:active, .btn--common.-add-comment:focus, .btn--common.-add-comment:hover {
    background: #bfbfbf
}

.btn--common.-add-comment.-active {
    background: #f70d5a;
    cursor: pointer
}

.btn--common.-add-comment.-active:active, .btn--common.-add-comment.-active:focus, .btn--common.-add-comment.-active:hover {
    color: #fff;
    background: rgba(247, 13, 90, .7)
}

.btn--common.-disabled {
    background-color: #8f8f8f;
    cursor: auto
}

.btn--common.-disabled:hover {
    background-color: #8f8f8f
}

.btn--border {
    padding: 0;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    min-width: 160px;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    color: #08AD4E;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    letter-spacing: .05em;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 2px solid #08AD4E;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 4px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn--border:focus, .btn--border:hover {
    text-decoration: none;
    color: #f70d5a;
    border: 2px solid #000
}

.btn--border.-contactus {
    min-width: 1px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 6px;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px
}

.btn--border.-medium {
    min-width: 160px;
    font-size: 20px
}

.btn--border.-web {
    min-width: 1px;
    width: 100%;
    font-size: 16px;
    padding-top: 6px;
    padding-bottom: 2px
}

.link--common {
    padding: 0;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    min-width: 200px;
    background: 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    letter-spacing: .05em;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 4px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.link--common:focus, .link--common:hover {
    text-decoration: none;
    color: #f70d5a
}

.link--common.-withicon > .icon {
    margin-left: 8px
}

.link--common.-primary {
    color: #f70d5a
}

.link--common.-primary:focus, .link--common.-primary:hover {
    color: #000
}

.link--common.-primary > .icon {
    color: #000;
    margin-left: 11px;
    font-size: 24px
}

.link--common.-big {
    font-size: 24px
}

.link--common.-bottomspace {
    margin-bottom: 10px
}

.link--common.-subscribe {
    min-width: 160px
}

.btn--basic {
    padding: 0;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    min-width: 258px;
    background: 0 0;
    font-size: 24px;
    font-weight: 400;
    color: #f70d5a;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    letter-spacing: .05em;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 4px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.btn--basic:focus, .btn--basic:hover {
    text-decoration: none;
    color: #000
}

.btn--basic.-withicon > .icon {
    color: #000;
    margin-left: 11px;
    font-size: 24px
}

.btn--basic.-bottomspace {
    margin-bottom: 10px
}

.footer--link {
    color: #bfbfbf;
    font-size: 12px;
    font-family: Rubik, sans-serif;
    padding: 5px 10px;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.footer--link:focus, .footer--link:hover {
    color: #000
}

.social--icon--link {
    padding: 0;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    color: #bfbfbf;
    padding: 5px 10px;
    font-size: 20px;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.social--icon--link:focus, .social--icon--link:hover {
    color: #000
}

.social--icon--link.-narrowspace {
    padding: 5px
}

.social--icon--link.-big {
    font-size: 38px
}

.social--icon--link.-big.-discord svg, .social--icon--link.-big.-telegram svg, .social--icon--link.-big.-wechat svg {
    width: 34px;
    height: 34px
}

.social--icon--link.-circle.-circle.-circle {
    width: 34px;
    height: 34px;
    position: relative;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 25px;
    padding: 0
}

.social--icon--link.-circle.-circle.-circle.-vk {
    background-color: #5181b8
}

.social--icon--link.-circle.-circle.-circle.-fb {
    background-color: #3a56a2
}

.social--icon--link.-circle.-circle.-circle.-google {
    background-color: #dc4e41
}

.social--icon--link.-circle.-circle.-circle:focus.-vk, .social--icon--link.-circle.-circle.-circle:hover.-vk {
    color: #fff
}

.social--icon--link.-circle.-circle.-circle:focus.-fb, .social--icon--link.-circle.-circle.-circle:hover.-fb {
    color: #fff
}

.social--icon--link.-circle.-circle.-circle:focus.-google, .social--icon--link.-circle.-circle.-circle:hover.-google {
    color: #fff
}

.social--icon--link.-primary {
    color: #f70d5a
}

.social--icon--link.-primary:focus, .social--icon--link.-primary:hover {
    color: #f70d5a
}

.social--icon--link.-skype {
    color: #00aff0
}

.social--icon--link.-skype:focus, .social--icon--link.-skype:hover {
    color: #00aff0
}

.social--icon--link.-whatsapp {
    color: #4bc75a
}

.social--icon--link.-whatsapp:focus, .social--icon--link.-whatsapp:hover {
    color: #4bc75a
}

.social--icon--link.-fb {
    color: #3a56a2
}

.social--icon--link.-fb:focus, .social--icon--link.-fb:hover {
    color: #3a56a2
}

.social--icon--link.-discord svg, .social--icon--link.-telegram svg, .social--icon--link.-wechat svg {
    width: 30px;
    height: 30px
}

.social--icon--link.-discord path, .social--icon--link.-telegram path, .social--icon--link.-wechat path {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.social--icon--link.-telegram path {
    fill: #0087cb
}

.social--icon--link.-telegram:focus path, .social--icon--link.-telegram:hover path {
    fill: #0087cb
}

.social--icon--link.-discord svg {
    width: 24px
}

.social--icon--link.-discord path {
    fill: #7289da
}

.social--icon--link.-discord:focus path, .social--icon--link.-discord:hover path {
    fill: #7289da
}

.social--icon--link.-wechat svg {
    width: 37px
}

.social--icon--link.-wechat path {
    fill: #2dc100
}

.social--icon--link.-wechat:focus path, .social--icon--link.-wechat:hover path {
    fill: #2dc100
}

.btn--close {
    padding: 0;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    color: #bfbfbf;
    border: none;
    outline: transparent;
    line-height: 1;
    background: 0 0;
    font-size: 35px;
    cursor: pointer
}

.btn--close:focus, .btn--close:hover {
    color: #8f8f8f;
    border: none;
    outline: transparent;
    background: 0 0
}

.btn--add--review {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: .05em;
    position: relative;
    font-family: Oswald, sans-serif;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    padding-right: 16px;
    line-height: 1;
    outline: 0
}

.btn--add--review:focus {
    outline: 0
}

.btn--add--review > span {
    font-size: 30px;
    line-height: 1;
    font-weight: 300;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.btn--add--review.-big {
    font-size: 24px;
    letter-spacing: .1em;
    font-weight: 300;
    border: solid 2px #e7e7e7;
    min-width: 195px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 5px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn--add--review.-big:hover {
    border: 2px solid #000
}

.btn--add--review.-pros {
    color: #69cd3c
}

.btn--add--review.-cons {
    color: #e74c3c
}

.btn--more--comments {
    font-family: Oswald, sans-serif;
    border: none;
    font-size: 15px;
    color: #202020;
    letter-spacing: .025em;
    background-color: transparent;
    cursor: pointer
}

.btn--more--comments.-hide {
    display: none
}

.btn--more--reviews {
    font-size: 14px;
    color: #8f8f8f;
    letter-spacing: .025em;
    font-family: Rubik, sans-serif;
    padding: 5px 0;
    cursor: pointer;
    border-right: none;
    border-left: none;
    border-bottom: solid 1px #e7e7e7;
    border-top: solid 1px #e7e7e7;
    background-color: transparent
}

.btn--more--reviews > .txt {
    position: relative;
    color: #000
}

.btn--more--reviews > .txt:hover {
    text-decoration: underline
}

.btn--more--reviews > .txt > .arrow {
    position: absolute;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-bottom: solid 1px #c6c6c6;
    border-right: solid 1px #c6c6c6;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
    top: 30%;
    right: -12px
}

.btn--clipboard--copy {
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    color: #f70d5a;
    font-family: Oswald, sans-serif;
    font-size: 24px;
    letter-spacing: .1em;
    cursor: pointer;
    line-height: 1;
    position: relative;
    top: 3px;
    left: -3px;
    outline: 0 !important
}

.btn--clipboard--copy > i {
    color: #f70d5a;
    font-size: 19px
}

.btn--dropdown--info {
    line-height: 1;
    background: 0 0;
    position: relative;
    bottom: -3px;
    padding: 0;
    border: none;
    cursor: pointer
}

.btn--dropdown--info > i {
    color: #f70d5a;
    font-size: 22px
}

@media (min-width: 768px) and (max-width: 991px) {
    .social--icon--link.-popup {
        font-size: 24px
    }
}

@media (min-width: 1230px) {
    .btn--common {
        font-size: 24px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 12px;
        padding-bottom: 9px;
        min-width: 258px
    }

    .btn--common.-narrow {
        min-width: 178px;
        padding-left: 20px;
        padding-right: 20px
    }

    .btn--common.-medium {
        min-width: 196px
    }

    .btn--border {
        min-width: 200px;
        font-size: 20px
    }

    .btn--border.-contactus {
        padding-top: 10px;
        padding-bottom: 8px;
        font-size: 24px
    }

    .btn--border.-medium {
        min-width: 200px;
        padding-top: 10px;
        padding-bottom: 8px;
        font-size: 24px
    }

    .link--common {
        font-size: 20px
    }

    .social--icon--link.-circle {
        width: 42px;
        height: 42px;
        font-size: 31px
    }
}

.custom--checkbox--component {
    position: relative;
    display: inline-block;
    min-height: 1.5rem
}

.custom--checkbox--component > .input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom--checkbox--component > .label {
    color: #8f8f8f;
    font-size: 14px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    padding-left: 30px;
    cursor: pointer
}

.custom--checkbox--component > .label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 2px solid transparent;
    background-color: #f3f3f3;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.custom--checkbox--component > .label:after {
    content: '';
    width: 11px;
    height: 6px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    position: absolute;
    opacity: 0;
    top: 5px;
    left: 4px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.custom--checkbox--component > .label:focus, .custom--checkbox--component > .label:hover {
    color: #000
}

.custom--checkbox--component > .label:focus:before, .custom--checkbox--component > .label:hover:before {
    border: 2px solid #000
}

.custom--checkbox--component > .label.-required > .zmdi {
    color: #f70d5a;
    margin-left: 6px;
    font-size: 10px;
    vertical-align: text-top
}

.custom--checkbox--component > .label > .subtext {
    color: #bfbfbf
}

.custom--checkbox--component > .input:checked ~ .label {
    color: #000
}

.custom--checkbox--component > .input:checked ~ .label::before {
    background-color: #f70d5a;
    border-color: #f70d5a
}

.custom--checkbox--component > .input:focus ~ .label::before {
    border: 2px solid #000
}

.custom--checkbox--component > .input:checked ~ .label::after {
    opacity: 1
}

.custom--checkbox--component > .input.is-invalid ~ .label::before {
    border: 2px solid #e50d2c
}

.custom--checkbox--component.-secondary {
    padding-left: 0
}

.custom--checkbox--component.-secondary > label {
    text-transform: none;
    color: #8f8f8f;
    font-weight: 400;
    letter-spacing: .025em
}

.custom--checkbox--component.-secondary > label:before {
    background-color: #fff
}

.custom--filter--component {
    position: relative;
    display: inline-block;
    min-height: 1.5rem
}

.custom--filter--component > .input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom--filter--component > .label {
    color: #8f8f8f;
    font-size: 14px;
    padding-left: 30px;
    cursor: pointer
}

.custom--filter--component > .label:before {
    content: '';
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #e7e7e7;
    border: 2px solid #bfbfbf;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.custom--filter--component > .label:after {
    content: '';
    width: 9px;
    height: 5px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: absolute;
    opacity: 0;
    top: 7px;
    left: 3px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.custom--filter--component > .label:focus, .custom--filter--component > .label:hover {
    color: #000
}

.custom--filter--component > .label:focus:before, .custom--filter--component > .label:hover:before {
    border: 2px solid #000
}

.custom--filter--component > .input:checked ~ .label::before {
    background-color: #f70d5a;
    border-color: #f70d5a
}

.custom--filter--component > .input:focus ~ .label::before {
    border: 2px solid #000
}

.custom--filter--component > .input:checked ~ .label::after {
    opacity: 1
}

.custom--filter--component > .input.is-invalid ~ .label::before {
    border: 2px solid #e50d2c
}

.form--group--text {
    max-width: 100%
}

.form--group--text.-error > .input {
    border: 2px solid #e50d2c;
    margin: 0
}

.form--group--text.-error > .label {
    color: #e50d2c
}

.form--group--text.-error > .selectcomponent {
    border: 2px solid #e50d2c;
    background-color: #fff
}

.form--group--text.-focus > .label {
    color: #000
}

.form--group--text.-focus > .input {
    border: 2px solid #000;
    outline: transparent;
    background-color: #fff
}

.form--group--text.-focus > .selectcomponent {
    border: 2px solid #000;
    background-color: #fff
}

.form--group--text.-iconright {
    padding-right: 33px;
    position: relative
}

.form--group--text.-iconright > .icon {
    width: 27px;
    position: absolute;
    bottom: 3px;
    right: -2px
}

.form--group--text.-noinput > .label {
    margin-bottom: 0
}

.form--group--text.-textareawrapper {
    position: relative
}

.form--group--text.-textareawrapper > .max-lenght-holder {
    position: absolute;
    bottom: -6px;
    left: 0;
    font-size: 11px;
    color: #8f8f8f;
    letter-spacing: .025em
}

.form--group--text > .input {
    background-color: #f2f2f2;
    border: 2px solid transparent;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
    font-family: Rubik, sans-serif;
    padding: 3px 10px;
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: .025em
}

.form--group--text > .input.-fullwidth {
    width: 100%
}

.form--group--text > .input.-textarea {
    min-height: 135px
}

.form--group--text > .input.-textarea.-small {
    min-height: 85px
}

.form--group--text > .input.-addreviewtextarea {
    resize: none;
    height: 70px;
    min-height: auto;
    background-color: #fff;
    margin-bottom: 10px
}

.form--group--text > .input.-small {
    font-size: 14px
}

.form--group--text > .input.-plaintext {
    background: #fff;
    border: 2px solid #f3f3f3;
    color: #8f8f8f
}

.form--group--text > .label {
    display: block;
    text-transform: uppercase;
    color: #8f8f8f;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
    margin-bottom: 6px;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.form--group--text > .label.-required > .zmdi {
    color: #f70d5a;
    margin-left: 6px;
    font-size: 10px;
    vertical-align: text-top
}

.form--group--text > .label > .primary-differentiator {
    color: #f70d5a;
    font-size: 12px;
    letter-spacing: .1em;
    font-weight: 500;
    padding-right: 7px
}

.form--group--text > .selectcomponent {
    position: relative;
    border: 2px solid transparent;
    background-color: #f2f2f2;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.form--group--text > .selectcomponent:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000 transparent transparent transparent
}

.form--group--text > .selectcomponent > .select {
    width: 100%;
    display: block;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font-size: 16px;
    font-family: Rubik, sans-serif;
    padding: 3px 28px 3px 10px;
    letter-spacing: .025em
}

.form--group--text > .selectcomponent > .select::-ms-expand {
    display: none
}

.form--group--text > .selectcomponent > .select:focus {
    outline: 0
}

.form--group--text > .selectcomponent.-error {
    border: 2px solid #e50d2c
}

.form--group--text > .selectcomponent.-focus {
    border: 2px solid #000;
    background-color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.form--group--text > .selectcomponent.-focus > .select {
    outline: transparent
}

.form--group--text > .selectcomponent.-roomfilter {
    background-color: #fff
}

.form--group--text > .selectcomponent.-roomfilter > .select {
    font-size: 14px
}

.form--label--standard {
    font-size: 12px;
    color: #8f8f8f;
    letter-spacing: .025em;
    cursor: pointer
}

.tooltip--component {
    padding: 0;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
    color: #bfbfbf;
    margin-left: 4px;
    margin-right: -24px
}

.upload--input {
    position: relative;
    display: inline-block
}

.upload--input.-focus > .label {
    color: #000
}

.upload--input > .input {
    position: absolute;
    z-index: 2;
    opacity: 0;
    width: 100%;
    height: 100%
}

.upload--input > .label {
    color: #8f8f8f;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.upload--input > .label > .zmdi {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 7px;
    margin-top: -3px
}

.add--review--form > textarea {
    resize: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0
}

@media (max-width: 991px) {
    .form--group--text > .input {
        padding: 3px 7px;
        font-size: 14px
    }

    .form--group--text > .selectcomponent > .select {
        padding: 3px 28px 3px 7px;
        font-size: 14px
    }
}

.copyright--wrapper {
    color: #bfbfbf;
    font-size: 12px;
    font-family: Rubik, sans-serif;
    padding: 5px 10px;
    padding-left: 0
}

.select--country {
    max-width: 80px
}

.dropdown--menu {
    padding: 0;
    min-width: 80px
}

.dropdown--item.-active {
    background-color: #f2f2f2
}

.dropdown--item:focus, .dropdown--item:hover {
    background-color: #f2f2f2
}

.main--footer {
    padding-top: 50px;
    padding-bottom: 30px
}

@media (min-width: 768px) {
    .main--footer {
        padding-top: 68px;
        padding-bottom: 40px
    }
}

@media (min-width: 1230px) {
    .main--footer {
        padding-top: 86px;
        padding-bottom: 50px
    }
}

.main--menu--link {
    padding: 0;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 26px;
    line-height: 1.5;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    color: #8f8f8f;
    position: relative;
    letter-spacing: .05em;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main--menu--link:before {
    content: '';
    height: 2px;
    background-color: #f70d5a;
    position: absolute;
    bottom: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main--menu--link:active, .main--menu--link:focus, .main--menu--link:hover {
    color: #000;
    text-decoration: none
}

.main--menu--link:active:before, .main--menu--link:focus:before, .main--menu--link:hover:before {
    width: 100%
}

.main--menu--link.-capitalize {
    text-transform: capitalize;
    font-variant: small-caps
}

.main--menu--link.-active {
    color: #000;
    text-decoration: none
}

.main--menu--link.-active:before {
    width: 100%
}

.main--menu--link.-small {
    font-size: 18px
}

.tooltip--coins--wrapper {
    position: relative;
    display: block;
    padding-top: 15px
}

.tooltip--coins--wrapper > .text > .icon {
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0
}

.tooltip--coins--wrapper > .text {
    position: relative;
    padding-left: 25px;
    display: block
}

.tooltip--show--more {
    display: block;
    text-align: right
}

.menu--icon--link {
    border: none;
    background: 0 0;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    position: relative
}

.menu--icon--link > .icon {
    color: #000;
    font-size: 26px
}

.menu--icon--link.-notify:after {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #f70d5a;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 4px;
    top: 6px
}

.dropdown--menu--list {
    padding: 10px 10px 5px
}

.dropdown--menu--list > li {
    text-align: center
}

.coins--quantity {
    background-color: #1f1f1f;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    padding: 0 10px 0 34px;
    display: block;
    line-height: 22px;
    position: relative;
    min-height: 22px
}

.coins--quantity > .text {
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 17px;
    line-height: 1;
    letter-spacing: .1em;
    font-weight: 500;
    padding: 0
}

.coins--quantity > .icon {
    position: absolute;
    left: 0;
    width: 22px
}

.menu--brand--link {
    display: block;
    color: #cfcfcf;
    font-size: 20px;
    font-family: Rubik, sans-serif;
    text-transform: uppercase
}

.menu--brand--link > .logo {
    width: 50px;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-6%, -60%);
    -ms-transform: translate(-6%, -60%);
    transform: translate(-6%, -60%);
    z-index: 1
}

@media (min-width: 991px) {
    .menu--brand--link > .logo {
        width: 80px
    }
}

.top--menu {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center
}

.top--menu > .item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    margin-bottom: 5px
}

.donkcoin--button {
    padding: 0;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 4px;
    margin-right: 5px
}

.bottom--menu {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0
}

.bottom--menu > .item {
    margin-bottom: 10px
}

.bottom--menu > .item:last-child {
    margin-bottom: 0
}

.main--header {
    padding-top: 12px;
    padding-bottom: 12px;
    position: fixed;
    z-index: 1030;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    background-image: url(/i/bg-mobile.png);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1)
}

.sign--in--button {
    padding: 0;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    color: #f70d5a;
    font-size: 20px;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-left: 7px
}

.sign--in--button > .zmdi {
    font-size: 22px;
    color: #bfbfbf
}

.sign--in--button > .text {
    padding: 0 9px
}

.mobile--nav--btn {
    padding: 0;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 24px;
    padding: 5px 10px;
    color: #000
}

.mobile--nav--btn.-close {
    color: #bfbfbf;
    margin: 16px 0
}

.language--dropdown {
    padding: 0;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    margin-left: 10px
}

.language--dropdown:active, .language--dropdown:focus, .language--dropdown:hover {
    text-decoration: none;
    outline: transparent
}

.language--dropdown:after {
    vertical-align: middle
}

.language--icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px
}

.logo--header {
    margin: 0;
    padding: 0;
    font-weight: 400
}

@media (max-width: 991px) {
    .mobile--navigation {
        position: fixed;
        z-index: 2000;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #fff;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .mobile--navigation.-open {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    .mobile--navigation > .mobilewrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: auto;
        padding: 0 15px 50px 15px
    }
}

@media (min-width: 768px) {
    .main--header {
        background: #fff url(/i/bg.png) no-repeat top center
    }

    .menu--brand--link:after {
        content: '';
        display: block;
        position: absolute;
        top: -43px;
        bottom: -27px;
        right: 0;
        left: 0;
        background-color: #fff
    }

    .top--menu > .item {
        margin: 0
    }
}

@media (min-width: 992px) {
    .bottom--menu > .item.-withsubmenu {
        position: relative
    }

    .bottom--menu > .item.-withsubmenu .dropdown--menu--list {
        margin-top: 0;
        position: absolute;
        -webkit-transform: translate3d(10px, 30px, 0);
        transform: translate3d(10px, 30px, 0);
        top: -5px;
        left: 0;
        will-change: transform
    }

    .bottom--menu > .item.-withsubmenu:hover .dropdown--menu--list {
        display: block
    }

    .main--menu--link {
        font-size: 16px
    }

    .dropdown--menu--list > li {
        text-align: left
    }

    .menu--brand--link:after {
        bottom: -38px
    }

    .menu--icon--link > .icon {
        font-size: 18px
    }

    .menu--icon--link.-notify:after {
        width: 10px;
        height: 10px;
        border: 1px solid #fff;
        right: 4px;
        top: -2px
    }

    .coins--quantity {
        padding: 0 8px 0 27px;
        line-height: 17px
    }

    .coins--quantity > .text {
        font-size: 14px;
        font-weight: 400
    }

    .coins--quantity > .icon {
        width: 18px
    }

    .bottom--menu {
        text-align: right;
        margin: 0 -10px 0 0
    }

    .bottom--menu > .item {
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
        margin-bottom: 0
    }

    .bottom--menu > .item:first-child {
        padding-left: 0
    }

    .top--menu {
        text-align: right;
        margin: 0 0 2px 0
    }

    .top--menu > .item {
        padding: 0
    }
}

@media (min-width: 1230px) {
    .main--menu--link {
        font-size: 20px
    }

    .bottom--menu > .item.-withsubmenu .dropdown--menu--list {
        margin-top: 0;
        top: 0
    }

    .menu--brand--link:after {
        bottom: -42px
    }

    .menu--icon--link > .icon {
        font-size: 22px
    }

    .menu--icon--link.-notify:after {
        width: 12px;
        height: 12px;
        border: 2px solid #fff;
        right: 4px;
        top: -2px
    }

    .coins--quantity {
        padding: 0 10px 0 34px;
        line-height: 22px
    }

    .coins--quantity > .text {
        font-size: 17px;
        font-weight: 500
    }

    .coins--quantity > .icon {
        width: 22px
    }
}

.modal--search--form {
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-right: 40px
}

.modal--search--form .input {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px 9px;
    height: 46px
}

.modal--search--form .input:focus {
    outline: transparent
}

.modal--search--form .twitter-typeahead {
    display: block !important
}

.modal--search--form .tt-menu {
    background: #fff;
    padding: 15px;
    margin-top: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #000;
    width: auto;
    right: -40px
}

.modal--search--form .tt-dataset {
    margin-bottom: 15px
}

.modal--search--form .tt-dataset:first-child .section-title {
    border-top: none;
    padding-top: 0
}

.modal--search--form .tt-dataset:last-child {
    margin-bottom: 0
}

.modal--search--form .section-title {
    margin-bottom: 5px;
    padding-top: 15px;
    border-top: 1px solid #000
}

.modal--search--form .tt-suggestion {
    margin-bottom: 10px;
    cursor: pointer;
    background: #fff;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease
}

.modal--search--form .tt-suggestion:last-of-type {
    padding-bottom: 0
}

.modal--search--form .tt-suggestion.tt-cursor {
    background: #f2f2f2
}

.modal--search--form .tt-suggestion span.unactive {
    color: #8f8f8f;
    text-decoration: line-through
}

.modal--search--form .tt-hint {
    color: #bfbfbf
}

.modal--search--form .imagewrapper {
    width: 121px;
    text-align: center
}

.modal--search--form .imagewrapper img {
    max-width: 100%;
    height: auto
}

.modal--search--close {
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.search--modal--open .modal-backdrop {
    background-color: #fff;
    opacity: .85
}

@media (max-width: 575px) {
    .modal--search--form .imagewrapper {
        width: 85px
    }

    .modal--search--form .tt-menu {
        padding: 10px
    }

    .modal--search--form .tt-suggestion {
        font-size: 13px
    }

    .modal--search--form .section-title {
        font-size: 18px
    }
}

.dropdown--history--notify {
    display: block;
    text-align: left;
    padding: 0;
    padding: 14px 0;
    border-bottom: 1px solid #d2d2d2;
    width: 260px
}

.dropdown--history--notify:active, .dropdown--history--notify:focus, .dropdown--history--notify:hover {
    background-color: transparent;
    text-decoration: none
}

.dropdown--history--notify:last-of-type {
    border: none
}

.dropdown--history--notify > .notification {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    font-family: Rubik, sans-serif;
    line-height: 1.65;
    font-weight: 500;
    padding-left: 30px;
    position: relative
}

.dropdown--history--notify > .notification > .icon {
    margin: 0 3px;
    width: 22px;
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle
}

.dropdown--history--notify .notify--icon--category {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px
}

.dropdown--history--notify .notify--icon--category > .notifyicon {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #bfbfbf
}

.dropdown--history--notify .notify--icon--category > .notifyicon > .icon {
    color: #fff;
    font-size: 17px
}

.history--notify--more {
    border-top: 1px solid #d2d2d2
}

.showmore--btn {
    padding: 0;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-family: Rubik, sans-serif;
    font-size: 12px;
    color: #000;
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.showmore--btn > .icon {
    color: #8f8f8f;
    padding-left: 10px;
    font-size: 18px
}

@media (min-width: 1230px) {
    .dropdown--history--notify {
        width: 300px
    }

    .dropdown--history--notify > .notification {
        padding-left: 40px
    }
}

.newsletter--component {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.newsletter--component > .element > .title {
    margin-right: 12px
}

@media (max-width: 991px) {
    .newsletter--component > .element {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

@media (max-width: 767px) {
    .newsletter--component {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .newsletter--component > .element {
        margin-bottom: 10px
    }
}

.decorated--list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.decorated--list > .element {
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    color: #000;
    margin-bottom: 8px
}

.decorated--list > .element:before {
    content: '\f269';
    color: #69cd3c;
    position: absolute;
    top: 1px;
    left: 2px;
    display: inline-block;
    font: normal normal normal 21px/1 Material-Design-Iconic-Font;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.referall--list {
    max-width: 350px;
    margin: 0 auto 16px auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .025em;
    color: #8f8f8f
}

.referall--list > ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.referall--list > ul > li {
    padding-left: 36px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #000;
    margin-bottom: 8px
}

.referall--list > ul > li:before {
    content: '\f269';
    color: #69cd3c;
    position: absolute;
    top: 0;
    left: 3px;
    display: inline-block;
    font: normal normal normal 22px/1 Material-Design-Iconic-Font;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (min-width: 1230px) {
    .decorated--list.-small > .element {
        font-size: 16px;
        padding-left: 28px
    }

    .decorated--list.-small > .element:before {
        top: 3px;
        font-size: 21px
    }

    .decorated--list > .element {
        font-size: 18px;
        padding-left: 36px
    }

    .decorated--list > .element:before {
        top: 3px;
        font-size: 23px
    }
}

.intro--image {
    max-width: 172px;
    border: solid 7px #e9e9e9;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.intro--image.-team {
    margin-left: -30px;
    margin-right: -30px;
    position: relative;
    z-index: 4;
    max-width: 130px
}

.intro--image.-team:nth-child(2) {
    z-index: 2
}

.intro--image.-team:nth-child(3) {
    z-index: 0
}

.intro--box {
    text-align: center;
    padding-top: 14px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
    letter-spacing: .025em;
    color: #7f7f7f
}

.intro--box.-nodescription {
    margin-bottom: 0
}

.intro--box.-small {
    font-size: 14px
}

.intro--box.-small > .descriptionbox {
    padding: 22px 15px 26px 15px
}

.intro--box.-small p {
    text-align: left
}

.intro--box > .descriptionbox {
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
    position: relative;
    -webkit-transition: max-height .3s linear;
    -o-transition: max-height .3s linear;
    transition: max-height .3s linear;
    padding: 22px 15px 26px 0
}

.intro--box p {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0 0 16px
}

.intro--box p:last-child {
    margin-bottom: 0
}

.intro--box.-innewsdetail {
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding-top: 0;
    margin-top: 10px
}

.intro--box.-innewsdetail > .descriptionbox {
    border: none
}

.intro--box.-innewsdetail > .title {
    padding: 0 15px
}

.load--more--wrapper.-opend div {
    max-height: 1000px !important;
    height: auto
}

.challenge--intro--box {
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 0 15px 36px 15px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 300;
    letter-spacing: .025em;
    color: #7f7f7f
}

.challenge--intro--box p {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0 0 16px
}

.challenge--intro--box p:last-child {
    margin-bottom: 0
}

.challenge--intro--box > .name {
    margin-top: 19px
}

@media (min-width: 768px) {
    .top--image--box {
        padding: 36px 0 0
    }

    .intro--image.-team {
        max-width: 168px
    }

    .intro--box {
        padding-top: 24px;
        margin-bottom: 52px
    }

    .intro--box.-small > .descriptionbox {
        padding: 5px 16px 15px 16px
    }

    .intro--box > .descriptionbox {
        padding: 5px 16px 15px
    }

    .intro--box.-innewsdetail {
        padding-top: 0;
        margin-top: 15px
    }

    .intro--box.-innewsdetail > .title {
        padding: 0 16px
    }
}

@media (min-width: 992px) {
    .top--image--box {
        padding: 36px 0 0 62px
    }
}

@media (min-width: 1230px) {
    .intro--box {
        padding-top: 30px;
        margin-bottom: 66px;
        font-size: 20px
    }

    .intro--box.-small {
        font-size: 16px
    }

    .intro--box.-small > .descriptionbox {
        padding: 0 45px 33px 45px
    }

    .intro--box > .descriptionbox {
        padding: 0 45px 33px 0;
        margin-left: 12px
    }

    .intro--box p {
        margin: 0 0 20px
    }

    .intro--box.-innewsdetail {
        padding-top: 0;
        margin-top: 23px
    }

    .intro--box.-innewsdetail > .title {
        padding: 0 20px
    }

    .challenge--intro--box {
        padding-bottom: 45px;
        margin-bottom: 50px;
        font-size: 16px
    }

    .challenge--intro--box > .name {
        margin-top: 24px
    }
}

.basic--text--box {
    font-size: 14px;
    color: #8f8f8f;
    margin-bottom: 35px
}

.basic--text--box > .title {
    text-align: center;
    margin-bottom: 20px
}

.basic--text--box > .text {
    font-size: 14px;
    color: #8f8f8f
}

.basic--text--box ol > li {
    padding-bottom: 5px;
    padding-top: 5px
}

.basic--text--box ol {
    padding-top: 10px
}

.basic--text--box ul {
    list-style-type: none;
    padding-left: 0;
    padding-top: 10px
}

.basic--text--box ul > li {
    position: relative;
    padding-bottom: 5px;
    padding-top: 5px;
    display: inline-block;
    padding-left: 30px
}

.basic--text--box ul > li:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #8f8f8f;
    left: 6px;
    top: 14px
}

@media (min-width: 1230px) {
    .basic--text--box {
        font-size: 16px;
        margin-bottom: 65px
    }

    .basic--text--box > .title {
        text-align: center;
        margin-bottom: 40px
    }

    .basic--text--box > .text {
        font-size: 16px
    }

    .basic--text--box ol > li {
        padding-bottom: 10px;
        padding-top: 10px
    }

    .basic--text--box ul > li {
        padding-bottom: 10px;
        padding-top: 10px
    }

    .basic--text--box ul > li:before {
        top: 22px
    }
}

.modal--close--btn {
    color: #bfbfbf;
    border: none;
    outline: transparent;
    line-height: 1;
    background: 0 0;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    right: 7px;
    top: 8px
}

.modal--close--btn:active, .modal--close--btn:focus, .modal--close--btn:hover {
    color: #8f8f8f;
    border: none;
    outline: transparent;
    background: 0 0
}

.modal--close--btn.-winmodal {
    right: 10px;
    top: 15px
}

.common--modal--content {
    max-width: 352px;
    margin: 0 auto;
    padding-bottom: 21px;
    padding-top: 4px
}

.common--modal--content.-medium {
    max-width: 450px
}

.common--modal--content.-wide {
    max-width: 560px
}

.common--modal--content.-nobottompadding {
    padding-bottom: 0
}

.modal--link {
    padding: 0;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 13px;
    color: #000
}

.modal--link.-strong {
    font-weight: 500
}

.checkbox--modal--wrapper {
    margin-top: 8px
}

.modal--button--wrapper {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 14px
}

.modal--button--wrapper.-about {
    margin-top: 10px;
    text-align: right
}

.modal--info {
    font-size: 12px;
    color: #8f8f8f;
    font-family: "M PLUS Rounded 1c", sans-serif;
    margin: 15px 0 0
}

.modal--info > a {
    font-weight: 600
}

.modal--info > button {
    border: none;
    background-color: transparent;
    font-weight: 600;
    padding: 0;
    cursor: pointer
}

.modal--info.-buytool {
    line-height: 1.8;
    margin-top: 8px
}

.modal--description {
    font-size: 16px;
    color: #8f8f8f;
    line-height: 1.5;
    letter-spacing: .025em;
    text-align: center
}

.modal--description p {
    margin-top: 0
}

.modal--description p:last-child {
    margin-bottom: 0
}

.modal--body > .title {
    margin-bottom: 40px
}

.modal--body > .prizeimg {
    margin-bottom: 40px;
    max-width: 100%;
    height: auto
}

.modal--body > .textinfo {
    font-size: 13px;
    font-family: Rubik, sans-serif;
    margin-top: 14px;
    color: #8f8f8f
}

.modal--component {
    margin-top: 50px
}

.modal--component:before {
    content: '';
    background-image: url(/i/modal-border-1.png);
    position: absolute;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    top: -30px
}

.modal--component:after {
    content: '';
    background-image: url(/i/modal-border-2.png);
    position: absolute;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    bottom: 10px
}

.edit--modal--header {
    text-align: center;
    margin: 24px 0 20px
}

.modal--tool--logo {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.modal--tool--logo > .image {
    max-width: 100%;
    max-height: 60px
}

.modal--toolname {
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-size: 20px;
    line-height: 1;
    letter-spacing: .05em;
    color: #000;
    margin: 0
}

.modal--exchange--rate {
    margin: 0;
    text-align: center;
    line-height: 1;
    font-size: 38px;
    color: #000;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    margin-top: 6px
}

.modal--exchange--rate > .icon {
    width: 22px;
    margin-right: 5px;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle
}

.exchange--label {
    font-size: 14px;
    letter-spacing: .025em;
    color: #000;
    margin: 0
}

.exchange--plaintext--input {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 1.5;
    font-weight: 700;
    text-align: right;
    color: #000;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    font-size: 14px
}

.modal--change--header {
    margin: 20px 0 15px
}

.modal--payout {
    text-align: right;
    font-size: 30px;
    font-family: Oswald, sans-serif;
    line-height: 1;
    color: #000;
    letter-spacing: -.01em;
    margin: 0
}

.lottery--modal--content {
    max-width: 280px;
    margin: 0 auto;
    text-align: center
}

@media (min-width: 576px) {
    .modal--component {
        max-width: 400px;
        margin: 50px auto
    }

    .modal--body {
        min-height: 340px
    }

    .modal--component:before {
        width: 533px;
        height: 244px;
        left: -50px;
        right: auto
    }

    .modal--component:after {
        width: 533px;
        height: 157px;
        left: -50px;
        right: auto
    }
}

@media (min-width: 768px) {
    .edit--modal--header {
        text-align: center;
        margin: 29px 0 25px
    }

    .modal--close--btn {
        font-size: 30px;
        right: 23px;
        top: 26px
    }

    .modal--close--btn.-lottery {
        right: 3px;
        top: 7px
    }

    .common--modal--content {
        padding-bottom: 21px;
        padding-top: 5px
    }

    .checkbox--modal--wrapper {
        margin-top: 8px
    }

    .modal--button--wrapper {
        margin-top: 40px;
        margin-bottom: 11px
    }

    .modal--info {
        font-size: 13px
    }

    .modal--payout {
        font-size: 38px
    }
}

@media (min-width: 992px) {
    .modal--body {
        min-height: 400px
    }

    .modal--component {
        max-width: 624px;
        margin-top: 50px
    }

    .modal--component:before {
        width: 819px;
        height: 344px;
        left: -77px
    }

    .modal--component:after {
        width: 819px;
        height: 221px;
        left: -77px
    }

    .modal--tool--logo {
        margin-top: 17px;
        margin-bottom: 26px;
        height: 80px
    }

    .modal--tool--logo > .image {
        max-height: 80px
    }

    .modal--change--header {
        margin: 28px 0 25px
    }
}

@media (min-width: 1230px) {
    .modal--close--btn {
        font-size: 35px;
        right: 23px;
        top: 26px
    }

    .modal--close--btn.-lottery {
        right: 23px;
        top: 26px
    }

    .common--modal--content {
        padding-bottom: 27px;
        padding-top: 6px
    }

    .checkbox--modal--wrapper {
        margin-top: 11px
    }

    .modal--button--wrapper {
        margin-top: 50px;
        margin-bottom: 14px
    }

    .edit--modal--header {
        text-align: center;
        margin: 37px 0 32px
    }

    .modal--tool--logo {
        margin-top: 21px;
        margin-bottom: 33px;
        height: 100px
    }

    .modal--tool--logo > .image {
        max-height: 100px
    }

    .modal--exchange--rate {
        font-size: 48px;
        margin-top: 7px
    }

    .modal--exchange--rate > .icon {
        width: 28px;
        margin-right: 6px;
        margin-top: -8px
    }

    .modal--change--header {
        margin: 35px 0 32px
    }

    .modal--payout {
        font-size: 48px
    }
}

.breadcrumb--component {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    margin-bottom: 5px
}

.breadcrumb--component > .item > .icon {
    margin-left: 10px;
    margin-right: 5px
}

.breadcrumb--link {
    font-size: 16px;
    font-family: Oswald, sans-serif;
    color: #000;
    font-weight: 400;
    text-transform: uppercase
}

.breadcrumb--link:active, .breadcrumb--link:focus, .breadcrumb--link:hover {
    color: #000;
    text-decoration: none
}

@media (min-width: 1230px) {
    .breadcrumb--link {
        font-size: 20px
    }

    .breadcrumb--component {
        margin-bottom: 9px
    }
}

.gallery--carousel {
    margin-top: 30px;
    padding: 0 10px;
    position: relative
}

.gallery--carousel .slide img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto
}

.gallery--carousel .owl-nav {
    position: absolute;
    top: -65px;
    left: 0
}

.gallery--carousel.owl-carousel .owl-nav button.owl-next, .gallery--carousel.owl-carousel .owl-nav button.owl-prev {
    font-size: 40px;
    line-height: 1;
    color: #bfbfbf;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    width: 46px
}

.gallery--carousel.owl-carousel .owl-nav button.owl-next > .zmdi, .gallery--carousel.owl-carousel .owl-nav button.owl-prev > .zmdi {
    line-height: 1;
    display: block;
    margin: 0 auto
}

.gallery--carousel.owl-carousel .owl-nav button.owl-next:focus, .gallery--carousel.owl-carousel .owl-nav button.owl-next:hover, .gallery--carousel.owl-carousel .owl-nav button.owl-prev:focus, .gallery--carousel.owl-carousel .owl-nav button.owl-prev:hover {
    color: #3f3f3f
}

.about--pokerroom--wrapper .thumbnail--carousel {
    margin: 15px 0
}

.thumbnail--carousel {
    padding: 0 40px;
    margin-bottom: 20px;
    position: relative
}

.thumbnail--carousel.-noinitializedcarousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.thumbnail--carousel.-noinitializedcarousel:not(.owl-carousel) {
    padding: 0
}

.thumbnail--carousel.-noinitializedcarousel > .slide {
    text-align: left;
    padding-left: 0;
    display: inline-block
}

.thumbnail--carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0
}

.thumbnail--carousel.owl-carousel .owl-nav button.owl-next, .thumbnail--carousel.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    font-size: 26px;
    line-height: 1;
    color: #bfbfbf;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 36px
}

.thumbnail--carousel.owl-carousel .owl-nav button.owl-next > .zmdi, .thumbnail--carousel.owl-carousel .owl-nav button.owl-prev > .zmdi {
    line-height: 1;
    display: block;
    margin: 0 auto
}

.thumbnail--carousel.owl-carousel .owl-nav button.owl-next:focus, .thumbnail--carousel.owl-carousel .owl-nav button.owl-next:hover, .thumbnail--carousel.owl-carousel .owl-nav button.owl-prev:focus, .thumbnail--carousel.owl-carousel .owl-nav button.owl-prev:hover {
    color: #3f3f3f
}

.thumbnail--carousel.owl-carousel .owl-nav button.owl-prev {
    left: 0
}

.thumbnail--carousel.owl-carousel .owl-nav button.owl-next {
    right: 0
}

.thumbnail--carousel.owl-carousel .owl-item img {
    max-width: 100%;
    width: 100%;
    display: block;
    margin: 0 auto
}

.thumbnail--carousel .slide {
    padding: 0 15px;
    text-align: center;
    cursor: pointer
}

.thumbnail--carousel.-right {
    float: right
}

.thumbnail--carousel.-left {
    float: left
}

.btn--gallery {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0;
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 100%
}

.btn--gallery:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(247, 13, 90, .2);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn--gallery:focus, .btn--gallery:hover {
    outline: 0
}

.btn--gallery:focus:before, .btn--gallery:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.btn--gallery:focus > .btnimg, .btn--gallery:hover > .btnimg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.btn--gallery > .btnimg {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.btn--gallery > img {
    width: 100%
}

.video--component {
    padding: 0;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 15px 0
}

.video--component:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(247, 13, 90, .2);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.video--component:focus, .video--component:hover {
    outline: 0
}

.video--component:focus:before, .video--component:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.video--component:focus > .image, .video--component:hover > .image {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.video--component > .icon {
    color: #000;
    font-size: 46px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video--component > .image {
    max-width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.video--embed--responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0
}

.video--embed--responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    display: block
}

@media (min-width: 768px) {
    .thumbnail--carousel {
        padding: 0 50px;
        margin-bottom: 40px
    }

    .thumbnail--carousel.owl-carousel .owl-nav button.owl-next, .thumbnail--carousel.owl-carousel .owl-nav button.owl-prev {
        font-size: 32px;
        width: 40px
    }

    .thumbnail--carousel.-right {
        margin-bottom: 10px;
        margin-left: 5px
    }

    .thumbnail--carousel.-left {
        margin-bottom: 10px;
        margin-right: 5px
    }

    .video--component > .icon {
        font-size: 56px
    }
}

@media (min-width: 1230px) {
    .thumbnail--carousel {
        padding: 0 62px;
        margin-bottom: 50px
    }

    .thumbnail--carousel.owl-carousel .owl-nav button.owl-next, .thumbnail--carousel.owl-carousel .owl-nav button.owl-prev {
        font-size: 40px;
        width: 50px
    }

    .thumbnail--carousel.-right {
        margin-bottom: 10px;
        margin-left: 5px
    }

    .thumbnail--carousel.-left {
        margin-bottom: 10px;
        margin-right: 5px
    }

    .about--pokerroom--wrapper .thumbnail--carousel {
        margin: 25px 0 20px
    }

    .video--component {
        margin: 25px 0 20px
    }

    .video--component > .icon {
        font-size: 70px
    }
}

.reviews--content {
    margin: 36px 0 50px
}

.reviews--column {
    padding-bottom: 60px
}

.reviews--column.-pros {
    margin-bottom: 40px
}

.reviews--column > .bottom-btn-wrapper {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.reviews--column > .empty-info {
    color: #8f8f8f;
    font-style: italic
}

.revies--list--wrapper {
    margin: 27px 0 0
}

@media (min-width: 768px) {
    .reviews--column.-pros {
        margin-bottom: 0
    }
}

.review--rating--circle {
    width: 22px;
    height: 22px;
    border: solid 1px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0
}

.review--rating--circle.-pros {
    border-color: #69cd3c
}

.review--rating--circle.-pros .fullfilment {
    background-color: #69cd3c
}

.review--rating--circle.-pros > .content {
    text-shadow: -1px 0 #69cd3c, 0 1px #69cd3c, 1px 0 #69cd3c, 0 -1px #69cd3c
}

.review--rating--circle.-cons {
    border-color: #e74c3c
}

.review--rating--circle.-cons > .fullfilment {
    background-color: #e74c3c
}

.review--rating--circle.-cons > .content {
    text-shadow: -1px 0 #e74c3c, 0 1px #e74c3c, 1px 0 #e74c3c, 0 -1px #e74c3c
}

.review--rating--circle > .fullfilment {
    display: block;
    position: absolute;
    bottom: 0;
    left: -5px;
    right: -5px;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.review--rating--circle > .content {
    font-family: Rubik, sans-serif;
    color: #fff;
    line-height: 1;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    top: 55%
}

.review--rating--circle.-readytovote > .content {
    top: 45%;
    font-size: 24px;
    font-weight: 200
}

.review--rating--container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    margin-top: -12px
}

.rate--impact--dropdown {
    background: #e6e6e6;
    padding: 15px 42px;
    border: none;
    -webkit-border-radius: 10px 10px 10px 0;
    border-radius: 10px 10px 10px 0;
    top: -20px !important;
    left: 7px !important;
    position: relative
}

.rate--impact--dropdown:before {
    display: block;
    width: 12px;
    height: 5px;
    background-color: transparent;
    position: absolute;
    left: 0;
    bottom: -36px;
    content: '';
    border-width: 18px 11px 19px 0;
    border-color: transparent;
    border-style: solid;
    border-top-color: #e6e6e6
}

.rate--impact--dropdown > .heading {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 12px;
    text-align: center;
    margin: 0 0 7px;
    font-weight: 600
}

.rate--impact--dropdown > ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.rate--impact--dropdown > ul > li {
    display: inline-block
}

.rate--impact--dropdown > ul > li:not(:last-child) {
    margin-right: 12px
}

.rate--impact--dropdown > .desc {
    font-size: 11px;
    color: #212529;
    letter-spacing: .025em;
    font-style: italic;
    margin: 5px 0 0
}

.rate--btn {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: transparent;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    padding: 0;
    font-family: Oswald, sans-serif;
    display: inline-block;
    cursor: pointer
}

.rate--btn > span {
    line-height: 1
}

.rate--btn.-first {
    background-color: #a6e796
}

.rate--btn.-second {
    background-color: #70dd53
}

.rate--btn.-third {
    background-color: #69cd3c
}

.rate--btn.-fourth {
    background-color: #459123
}

.review--form--wrapper {
    background-color: #f7f7f7;
    margin: 15px 0 0;
    padding: 32px 17px 24px;
    position: relative;
    display: none
}

.review--form--wrapper > .heading {
    color: #8f8f8f;
    font-size: 12px;
    font-family: Rubik, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .025em;
    margin: 10px 0 5px
}

.review--form--wrapper > button {
    background: 0 0;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 1;
    cursor: pointer
}

.review--form--wrapper > button > i {
    color: #bfbfbf;
    font-size: 22px
}

.about--table--list {
    margin: 0 0 35px;
    padding: 0;
    list-style-type: none
}

.about--table--list > li {
    margin-bottom: 5px
}

.about--table--list > li:nth-child(even) {
    background-color: #f9f9f9
}

.about--table--list > li:nth-child(odd) {
    background-color: #ebebeb
}

.about--table--list > li .txt-box {
    padding-left: 10px
}

.about--table--list > li p {
    margin: 0;
    color: #020000;
    font-family: Rubik, sans-serif
}

@media (min-width: 576px) {
    .about--table--list {
        max-width: 205px
    }
}

.visual--list {
    margin: 0;
    margin-right: 10px;
    padding: 0;
    list-style-type: none;
    display: inline-block
}

.visual--list > span {
    display: inline-block;
    float: left;
    border: solid 1px #e70d5c;
    width: 17px;
    height: 8px
}

.visual--list > span:not(:last-child) {
    margin-right: 2px
}

.visual--list > span.-active {
    background-color: #e70d5c
}

@media (min-width: 576px) {
    .visual--list {
        margin-right: 0
    }
}

.modal--leaving > .modal-header {
    padding-top: 80px
}

.modal--leaving > .modal-header > .txt {
    max-width: 395px;
    margin: 17px auto 0;
    font-size: 15px;
    letter-spacing: .025em;
    line-height: 24px
}

.modal--leaving > .modal-header > .txt > span {
    color: #f70d5a
}

.modal--leaving > .modal-body {
    padding: 1rem 1rem 40px
}

.feature--modal--box {
    position: relative;
    height: 258px
}

.feature--modal--box > .feature-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.leaving--modal--content {
    max-width: 408px;
    margin: 0 auto
}

.leaving--modal--content > ul {
    padding: 0;
    margin: 17px 0 45px;
    list-style-type: none
}

.leaving--modal--content > ul > li {
    font-size: 18px;
    color: #404040;
    letter-spacing: .025em;
    padding-left: 23px;
    position: relative;
    line-height: 24px
}

.leaving--modal--content > ul > li:not(:last-child) {
    margin-bottom: 12px
}

.leaving--modal--content > ul > li:nth-child(2) {
    margin-bottom: 24px
}

.leaving--modal--content > ul > li > strong {
    font-weight: 500
}

.leaving--modal--content > ul > li > .number {
    position: absolute;
    left: 0
}

.leaving--modal--content > ul > li .colored {
    color: #f70d5a
}

.leaving--modal--content > .small {
    text-align: center;
    margin: 25px 0 0;
    font-family: "M PLUS Rounded 1c", sans-serif;
    letter-spacing: .025em;
    color: #8f8f8f;
    font-size: 13px
}

.leaving--modal--content > .small > a {
    color: #f70d5a;
    font-weight: 600
}

@media (max-width: 767px) {
    .feature--modal--box {
        height: 210px
    }
}

@media (max-width: 575px) {
    .feature--modal--box {
        height: 135px
    }
}

@media (min-width: 768px) {
    .feature--modal--box > .feature-inner {
        left: -44px
    }

    .modal--leaving > .modal-body {
        padding: 1rem 1rem 60px
    }
}

.modal--leaving.-signup > .modal-body {
    padding: 80px 1rem 40px
}

.modal--leaving.-signup > .modal-body.-pt0 {
    padding-top: 0
}

.modal--leaving.-signup > .modal-body.-pb0 {
    padding-bottom: 0
}

.modal--leaving.-signup > .modal-body.-pt0.-pb0 li.dropup {
    margin: 0
}

.modal--leaving.-signup > .modal-body > .top-box {
    margin: 0 0 40px
}

.modal--leaving.-signup > .modal-body > .top-box > .txt {
    margin: 21px 0 42px
}

.leaving--form--wrapper {
    max-width: 350px;
    margin: 0 auto
}

.modal--paragraph {
    color: #404040;
    font-size: 15px;
    letter-spacing: .025em;
    line-height: 24px
}

.modal--paragraph.-big {
    font-size: 18px
}

.modal--paragraph.-offsettop {
    margin-top: 20px
}

.modal--paragraph.-clearcookie > br {
    display: none
}

@media (max-width: 767px) {
    .donkcoins:after {
        width: 470px;
        height: 215px
    }
}

@media (max-width: 575px) {
    .feature--modal--box > .feature-inner {
        text-align: center
    }

    .donkcoins:after {
        width: 280px;
        height: 145px
    }
}

@media (min-width: 576px) {
    .modal-custom {
        max-width: 500px
    }

    .modal--paragraph.-clearcookie > br {
        display: block
    }
}

@media (min-width: 768px) {
    .modal-custom {
        max-width: 580px
    }

    .modal--leaving.-signup > .modal-body {
        padding: 80px 75px 60px
    }
}

.modal--leaving.-instructions > .modal-body {
    padding: 80px 1rem 40px
}

.instructions--list {
    list-style-type: none;
    padding: 0;
    margin: 30px 0 0
}

.instructions--list > li {
    font-family: Rubik, sans-serif;
    font-size: 18px;
    color: #404040;
    letter-spacing: .025em;
    margin: 0 0 21px;
    padding-left: 18px;
    position: relative
}

.instructions--list > li > .number {
    position: absolute;
    left: 0
}

.instructions--list > li a {
    color: #f70d5a
}

.txt--small {
    letter-spacing: .025em;
    color: #404040;
    font-size: 12px;
    margin: 16px 0 0 -19px
}

.screens--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0 0 -15px
}

.screens--wrapper.-widemodal {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single--screen {
    width: 50%;
    padding: 8px 10px 8px 22px;
    margin: 0 0 9px;
    position: relative
}

.single--screen > .browser-icon {
    position: absolute;
    z-index: 1;
    top: 7px;
    left: 0
}

.single--screen > .content {
    position: relative
}

.single--screen > .content > img {
    border: solid 1px #cbcbcb;
    width: 100%
}

.single--screen > .content > .icon {
    font-size: 46px;
    font-weight: 600;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.single--screen > .content > .link {
    padding: 0;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.info--dropdown {
    background: #e6e6e6;
    padding: 12px 15px 5px;
    border: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    left: -71px !important;
    top: -15px !important;
    max-width: 158px
}

.info--dropdown:before {
    display: block;
    width: 12px;
    height: 5px;
    background-color: transparent;
    position: absolute;
    left: 50%;
    bottom: -16px;
    content: '';
    border-width: 10px 7px 7px 7px;
    border-color: transparent;
    border-style: solid;
    border-top-color: #e6e6e6;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.info--dropdown > p {
    font-size: 10px;
    margin: 0;
    max-width: 158px;
    font-style: italic;
    letter-spacing: .025em
}

.info--dropdown > a {
    color: #f70d5a;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .05em;
    font-family: Oswald, sans-serif
}

#imageModal {
    z-index: 1055;
    background: #000
}

#imageModal .modal-backdrop {
    z-index: 1051
}

@media (min-width: 576px) {
    .single--screen {
        padding: 8px 22px
    }

    .single--screen.-widemodal {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333%;
        -ms-flex: 0 0 33.3333333%;
        flex: 0 0 33.3333333%;
        max-width: 33.3333333%
    }
}

@media (min-width: 768px) {
    .modal--leaving.-instructions > .modal-body {
        padding: 80px 77px 60px
    }

    .screens--wrapper {
        margin: 10px 0 0 -22px
    }

    .instructions--list {
        margin: 43px -35px 0 0
    }

    .instructions--list.-narrow {
        margin-top: 0
    }

    .single--screen > .content > img {
        max-width: 176px
    }
}

@media (min-width: 992px) {
    .single--screen.-widemodal {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.unactive--tag {
    background-color: #bfbfbf;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    font-size: 1rem;
    font-family: Oswald, sans-serif;
    padding: 5px 7px 2px;
    display: inline-block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-left: 10px;
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px)
}

.unactive--tag.-room {
    margin: 0;
    font-size: 1.2rem;
    margin-bottom: 18px
}

.unactive--tag.-big {
    margin: 24px auto 24px auto;
    padding: 8px 11px 3px;
    font-size: 1.9rem
}

.tag--align {
    text-align: center
}

@media (min-width: 768px) {
    .tag--align {
        text-align: left
    }
}

.mainpage--bg1 {
    background: url(/i/mainpage/mainpage-bg1-mobile.png) no-repeat bottom center
}

.mainpage--bg2 {
    background: url(/i/mainpage/mainpage-bg2-mobile.png) no-repeat top center
}

.mainpage--bg3 {
    background: url(/i/mainpage/mainpage-bg3-mobile.png) no-repeat top center
}

@media (min-width: 768px) {
    .mainpage--bg1 {
        background: url(/i/mainpage/mainpage-bg1.png) no-repeat bottom center
    }

    .mainpage--bg2 {
        background: url(/i/mainpage/mainpage-bg2.png) no-repeat top center
    }

    .mainpage--bg3 {
        background: url(/i/mainpage/mainpage-bg3.png) no-repeat top center
    }
}

.articles--section {
    padding-bottom: 40px
}

@media (min-width: 768px) {
    .articles--section {
        padding-bottom: 64px;
        padding-top: 8px
    }
}

@media (min-width: 1230px) {
    .articles--section {
        padding-bottom: 80px;
        padding-top: 10px
    }
}

.animal--foundation--block {
    padding-bottom: 24px;
    text-align: center;
    text-align: center
}

.animal--foundation--block > .title {
    margin-bottom: 25px;
    letter-spacing: -.64px
}

.animal--foundation--block > .text {
    margin-bottom: 21px;
    color: #8f8f8f
}

@media (max-width: 767px) {
    .animal--foundation--block {
        margin-top: 50px;
        padding-bottom: 35px
    }
}

.donkhunter--presentation > .title {
    margin-bottom: 24px
}

.donkhunter--presentation > .text {
    margin-top: 0;
    margin-bottom: 30px;
    color: #8f8f8f;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5
}

.rectangle--presentation {
    font-family: Oswald, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 44px 0;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-bottom: 10px;
    margin-top: 0
}

.rectangle--presentation.-first {
    background: url(/i/mainpage/bg-rectangle-1.png);
    width: 233px;
    height: 214px
}

.rectangle--presentation.-third {
    background: url(/i/mainpage/bg-rectangle-3.png);
    width: 233px;
    height: 214px
}

.rectangle--presentation.-second {
    background: url(/i/mainpage/bg-rectangle-2.png);
    width: 233px;
    height: 146px
}

.rectangle--presentation.-fourth {
    background: url(/i/mainpage/bg-rectangle-4.png);
    width: 233px;
    height: 146px
}

.rectangle--presentation.-fourth > .more {
    letter-spacing: 1px
}

.rectangle--presentation > .more {
    display: block;
    color: #bfbfbf;
    line-height: .8;
    font-size: 32px;
    letter-spacing: 2px;
    font-weight: 300
}

.rectangle--presentation > .subtitle {
    display: block;
    line-height: .8;
    font-size: 54px;
    font-weight: 300
}

.rectangle--presentation > .title {
    display: block;
    font-weight: 700;
    line-height: .7;
    font-size: 90px
}

.rectangle--presentation.-bigger > .title {
    font-size: 72px
}

.rectangle--presentation.-bigger > .subtitle {
    font-size: 48px
}

.rectangle--presentation.-bigger > .more {
    letter-spacing: 7px
}

.rectangle--presentation.-smaller > .title {
    font-size: 54px
}

.presentation--section {
    margin-bottom: 117px
}

@media (max-width: 991px) {
    .donkhunter--presentation > .text {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .donkhunter--presentation {
        margin-bottom: 50px
    }

    .presentation--section {
        margin-bottom: 50px
    }
}

.winners--section.-about {
    padding-top: 40px
}

.wins--item {
    padding: 0 24px
}

.wins--item > .content {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-right: -34px;
    padding-right: 40px
}

.wins--item > .content > .nick {
    font-size: 13px;
    color: #3f3f3f;
    line-height: 1
}

.wins--item > .content > .date {
    font-size: 12px;
    color: #8f8f8f;
    line-height: 1;
    margin-top: 4px;
    white-space: nowrap
}

.wins--item > .prize {
    display: inline-block;
    vertical-align: top;
    width: 30px
}

.wins--carousel {
    position: relative
}

.wins--carousel:after, .wins--carousel:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 50px;
    pointer-events: none
}

.wins--carousel:before {
    left: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%)
}

.wins--carousel:after {
    right: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%)
}

.wins--carousel .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    left: 0;
    right: 0;
    font-size: 30px;
    color: #8f8f8f
}

.wins--carousel .owl-prev {
    position: absolute;
    left: 5px;
    top: -10px
}

.wins--carousel .owl-prev > .icon {
    padding: 0 10px
}

.wins--carousel .owl-next {
    position: absolute;
    right: 5px;
    top: -10px
}

.wins--carousel .owl-next > .icon {
    padding: 0 10px
}

@media (min-width: 768px) {
    .wins--carousel:after, .wins--carousel:before {
        width: 100px
    }

    .winners--section.-about {
        padding-top: 60px
    }
}

.rooms--section {
    position: relative;
    overflow: hidden;
    padding-top: 40px
}

.rooms--section.-spacetop {
    margin-top: 40px
}

.rooms--section:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 374px;
    background: #000
}

.rooms--section > .content {
    position: relative;
    z-index: 2
}

@media (min-width: 768px) {
    .rooms--section {
        padding-top: 50px
    }

    .rooms--section.-spacetop {
        margin-top: 54px
    }

    .mainpage--rooms--list {
        margin-top: 100px;
        margin-bottom: 36px
    }
}

@media (min-width: 1230px) {
    .rooms--section {
        padding-top: 62px
    }

    .rooms--section.-spacetop {
        margin-top: 68px
    }

    .rooms--section:before {
        height: 394px
    }

    .mainpage--rooms--list {
        margin-top: 57px
    }
}

.single--testimonial {
    max-width: 260px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center
}

.single--testimonial > .photo {
    margin-bottom: 16px;
    max-width: 100px;
    height: auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 5px solid #e9e9e9;
    margin-left: auto;
    margin-right: auto
}

.single--testimonial > .photo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 40px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 40px 0 rgba(0, 0, 0, .5)
}

.single--testimonial > .photo > .image {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1
}

.single--testimonial > .title {
    margin-bottom: 5px
}

.single--testimonial > .title > .region {
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .025em;
    color: #000;
    margin-top: -1px;
    padding-bottom: 3px
}

.single--testimonial > .text {
    color: #8f8f8f;
    font-size: 12px;
    margin-bottom: 16px
}

.single--testimonial > .quotation {
    color: #8f8f8f;
    font-size: 16px;
    font-style: italic;
    line-height: 1.3
}

.single--testimonial > .socials {
    text-align: center;
    padding-top: 8px
}

.single--testimonial > .list {
    text-align: left;
    padding-top: 6px
}

.testimonials--wrapper {
    padding-top: 60px
}

@media (min-width: 768px) {
    .padding--wrapper {
        margin-top: 72px
    }

    .single--testimonial {
        margin-bottom: 54px;
        max-width: none
    }
}

@media (min-width: 1230px) {
    .padding--wrapper {
        margin-top: 90px
    }

    .single--testimonial {
        margin-bottom: 68px
    }

    .single--testimonial > .photo {
        margin-bottom: 20px
    }

    .single--testimonial > .title {
        margin-bottom: 5px
    }

    .single--testimonial > .text {
        font-size: 13px;
        margin-bottom: 21px
    }

    .single--testimonial > .quotation {
        font-size: 20px
    }
}

.prize--banner--text {
    display: inline-block;
    position: relative;
    margin: 20px 0 20px
}

.prize--banner--text.-big > .text {
    font-size: 24px;
    font-family: Oswald, sans-serif;
    font-weight: 600;
    line-height: 1;
    padding: 9px 30px 2px 30px
}

.prize--banner--text.-big > .text > .icon {
    vertical-align: middle;
    display: inline-block;
    margin-top: -6px;
    margin-left: 10px;
    margin-right: 10px
}

.prize--banner--text > .text {
    background: #000;
    color: #fff;
    padding: 7px 16px 6px;
    font-size: 15px;
    font-weight: 400;
    font-family: Rubik, sans-serif;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    display: block;
    position: relative;
    overflow: hidden;
    letter-spacing: .025em
}

.prize--banner--text > .text:before {
    content: "";
    height: 20px;
    width: 100%;
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM0MGZmMzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiM0MGZmMzIiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDBmZjMyIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-radial-gradient(center, ellipse cover, #40ff32 0, rgba(64, 255, 50, 0) 70%, rgba(64, 255, 50, 0) 100%);
    background: -webkit-radial-gradient(center, ellipse, #40ff32 0, rgba(64, 255, 50, 0) 70%, rgba(64, 255, 50, 0) 100%);
    background: -o-radial-gradient(center, ellipse, #40ff32 0, rgba(64, 255, 50, 0) 70%, rgba(64, 255, 50, 0) 100%);
    background: radial-gradient(ellipse at center, #40ff32 0, rgba(64, 255, 50, 0) 70%, rgba(64, 255, 50, 0) 100%)
}

.prize--banner--text > .text > em {
    color: #f70d5a;
    font-style: normal
}

.prize--banner--text > .decorator {
    display: none
}

.prizes--text {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .025em;
    color: #bfbfbf;
    margin: 14px 0 0 0
}

.prizes--section {
    padding-bottom: 40px
}

.prize--card {
    text-align: center;
    max-width: 160px;
    margin: 0 auto
}

.prize--card > .image {
    margin-bottom: 4px;
    height: 124px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.prize--card > .image > .picture {
    max-height: 104px;
    max-width: 100%;
    width: auto;
    height: auto
}

.prize--card > .name {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
    margin: 0
}

.prize--card > .description {
    font-size: 11px;
    line-height: 1.5;
    font-weight: 400;
    color: #8f8f8f;
    margin: 4px 0 0 0
}

.prizes--container {
    margin-top: 24px;
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .05)
}

.prizes--container > .prizeswrapper {
    position: relative
}

.prizes--list {
    position: absolute;
    top: 0;
    left: 15px;
    width: 100%;
    z-index: 0;
    -webkit-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in
}

.prizes--list.-active {
    z-index: 2
}

.prizes--list.-active > .prizeblock {
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.prizes--list.-active > .prizeblock.-delay0 {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.prizes--list.-active > .prizeblock.-delay1 {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.prizes--list.-active > .prizeblock.-delay2 {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.prizes--list.-active > .prizeblock.-delay3 {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.prizes--list.-active > .prizeblock.-delay4 {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.prizes--list.-active > .prizeblock.-delay5 {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.prizes--list > .prizeblock {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.prizes--list > .prizeblock.-delay0 {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.prizes--list > .prizeblock.-delay1 {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.prizes--list > .prizeblock.-delay2 {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.prizes--list > .prizeblock.-delay3 {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.prizes--list > .prizeblock.-delay4 {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.prizes--list > .prizeblock.-delay5 {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.prizes--list > .prizeblock > .text {
    color: #bfbfbf;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin: 0
}

@media (min-width: 768px) {
    .prize--banner--text {
        padding: 0 70px;
        margin: 48px 0 17px
    }

    .prize--banner--text > .decorator {
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 56px;
        height: 36px;
        margin-top: -18px
    }

    .prize--banner--text > .decorator.-right {
        left: auto;
        right: 0
    }

    .prize--banner--text > .text {
        padding: 7px 16px 6px;
        font-size: 15px
    }

    .prizes--container {
        margin-top: 30px;
        padding: 0 24px 16px
    }

    .prizes--section {
        padding-bottom: 60px
    }

    .prize--card > .image {
        margin-bottom: 5px;
        height: 124px
    }

    .prize--card > .image > .picture {
        max-height: 104px
    }

    .prizes--list > .prizeblock > .text {
        font-size: 30px
    }
}

@media (min-width: 1230px) {
    .prize--banner--text {
        margin: 60px 0 21px
    }

    .prize--banner--text.-big > .text {
        font-size: 36px
    }

    .prize--banner--text > .text {
        font-size: 18px
    }

    .prize--banner--text > .decorator {
        width: 70px;
        height: 45px;
        margin-top: -22px
    }

    .prizes--container {
        margin-top: 38px;
        padding: 0 30px 20px
    }

    .prizes--section {
        padding-bottom: 74px
    }

    .prizes--text {
        font-size: 16px;
        margin: 17px 0 0 0
    }

    .prizes--list > .prizeblock > .text {
        font-size: 36px
    }

    .prize--card > .image {
        margin-bottom: 6px;
        height: 155px
    }

    .prize--card > .image > .picture {
        max-height: 130px
    }

    .prize--card > .name {
        font-size: 16px
    }

    .prize--card > .description {
        font-size: 13px
    }
}

.mainpage--map {
    position: relative;
    z-index: 1;
    max-width: 275px;
    margin: 0 auto
}

.mainpage--map > .map {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.mainpage--map > .map.-hover {
    opacity: 0
}

.mainpage--map > .hover {
    opacity: 0;
    max-width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .2s ease .2s;
    -o-transition: opacity .2s ease .2s;
    transition: opacity .2s ease .2s;
    pointer-events: none
}

.mainpage--map > .hover.-hover {
    opacity: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.area--rooms--list {
    position: relative
}

.area--rooms--list > .image {
    display: none;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.area--rooms--list > .image > .areaimage {
    max-width: 200px
}

.area--rooms--list > .wrapper {
    position: relative;
    z-index: 4;
    max-width: 750px;
    padding: 0;
    margin: 0 auto
}

.area--rooms--list > .wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #bfbfbf
}

.area--rooms--list > .wrapper > .header {
    position: relative;
    text-align: center;
    padding: 0 30px;
    margin-bottom: 6px
}

.area--rooms--list > .wrapper > .header > .button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -5px
}

.area--rooms--list > .wrapper > .content {
    min-height: 320px;
    padding: 0
}

.lottery--section {
    margin: 50px 0;
    position: relative
}

.lottery--section > .contentblock {
    max-width: 280px;
    margin: 0 auto;
    text-align: center
}

.lottery--section > .areawrapper {
    display: none
}

.lottery--section > .areawrapper > .areanav {
    text-align: center;
    margin-top: 10px
}

.lottery--section > .map {
    position: relative
}

.lottery--section > .map > .mapprizes {
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none
}

.lottery--section > .map > .mapprizes.-active {
    display: block
}

.map--prize {
    position: absolute;
    display: inline-block;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 40px;
    width: 100%
}

.map--prize > img {
    max-width: 100%;
    height: auto
}

.map--prize > div {
    max-width: 100%
}

.lottery--text {
    text-align: center
}

.lottery--text > .explanation {
    max-width: 189px;
    margin-left: auto;
    margin-bottom: -28px;
    position: relative
}

.lottery--text > .explanation > .text {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 12px 12px 20px 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: Caveat, cursive;
    font-size: 14px;
    line-height: 1.2
}

.lottery--text > .decorator {
    max-width: 136px;
    margin: 0 auto
}

.lottery--text > .decorator > .lottery {
    margin: 0 auto
}

.lottery--text > .startheader {
    font-size: 48px;
    font-family: Oswald, sans-serif;
    font-weight: 600;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 14px;
    margin-bottom: -3px;
    letter-spacing: -.01em
}

.lottery--text > .startheader > .color {
    display: block;
    color: #f70d5a;
    font-size: 58px;
    font-weight: 300;
    margin-top: -15px;
    letter-spacing: normal
}

.lottery--text > .secondheader {
    letter-spacing: -.025em;
    margin-top: 16px
}

.lottery--text > .waittext {
    font-family: Oswald, sans-serif;
    font-size: 38px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .2em;
    width: 240px;
    margin-bottom: -20px
}

.lottery--text > .waittext path {
    fill: transparent
}

.lottery--text > .waittext text {
    fill: #bfbfbf;
    width: 100%
}

.lottery--text.-disabled > .startheader {
    color: #8f8f8f
}

.lottery--text.-disabled > .startheader > .color {
    color: #8f8f8f
}

.lottery--select {
    position: relative;
    background: #fff;
    border: 2px solid #e7e7e7;
    margin: 8px 0 19px
}

.lottery--select:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #000 transparent transparent transparent
}

.lottery--select > .decorator {
    position: absolute;
    z-index: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    width: 22px
}

.lottery--select > .select {
    position: relative;
    z-index: 4;
    width: 100%;
    text-align: right;
    direction: rtl;
    display: block;
    padding: 10px 25px 7px 45px;
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Oswald, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .1em;
    color: #000
}

.lottery--select > .select option {
    font-family: Oswald, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .1em;
    color: #000
}

.reel-outer .reel {
    position: relative;
    z-index: 0;
    border: 1px solid transparent
}

.lottery--animation--radius {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 28px
}

.lottery--animation {
    width: 200px;
    height: 200px;
    background: #1f1f1f;
    position: relative;
    -webkit-border-bottom-left-radius: 50%;
    border-bottom-left-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    border-bottom-right-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    border-top-right-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    border-top-left-radius: 50%;
    -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .25), inset 0 0 15px 0 #000;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .25), inset 0 0 15px 0 #000;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto
}

.lottery--animation:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NyUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-radial-gradient(center, ellipse cover, #000 0, rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-radial-gradient(center, ellipse, #000 0, rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0) 100%);
    background: -o-radial-gradient(center, ellipse, #000 0, rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0) 100%);
    background: radial-gradient(ellipse at center, #000 0, rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0) 100%)
}

.lottery--animation > .decorator {
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.reel--face--outer {
    width: 200px;
    height: 200px
}

.reel--face--outer.active {
    display: block
}

.reel--face--outer .reelface {
    width: 200px;
    height: 200px
}

.lottery--block--disabled > .text-wrapper {
    position: absolute;
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%
}

.lottery--block--disabled > .text-wrapper > .startheader {
    color: #f70d5a;
    font-size: 72px;
    font-family: Oswald, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 14px;
    margin-bottom: -3px;
    letter-spacing: -.01em;
    line-height: 52px
}

.lottery--block--disabled > .text-wrapper > .startheader > small {
    color: #000;
    font-size: 26px;
    display: block
}

.lottery--step--container.-disabled {
    opacity: .15
}

@media (min-width: 576px) {
    .mainpage--map {
        max-width: none
    }
}

@media (min-width: 768px) {
    .lottery--section {
        margin: 142px 0
    }

    .lottery--section > .contentblock {
        position: absolute;
        z-index: 10;
        top: 50%;
        left: 50%;
        max-width: 280px;
        -webkit-transform: translate3D(-50%, -50%, 0);
        -ms-transform: translate3D(-50%, -50%, 0);
        transform: translate3D(-50%, -50%, 0)
    }

    .lottery--section > .areawrapper {
        background-image: url(/i/mainpage/area-rooms-bg.png);
        background-position: top center;
        -webkit-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat
    }

    .lottery--section > .areawrapper > .areanav {
        margin-top: 16px
    }

    .area--rooms--list > .image {
        display: block;
        top: 21px;
        left: -100px;
        max-width: 400px
    }

    .area--rooms--list > .image > .areaimage {
        max-width: 100%
    }

    .area--rooms--list > .wrapper {
        max-width: 600px;
        padding: 0 28px
    }

    .area--rooms--list > .wrapper > .header {
        padding: 0 64px;
        margin-bottom: 5px
    }

    .area--rooms--list > .wrapper > .header > .button {
        top: 50%;
        right: 30px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -5px
    }

    .area--rooms--list > .wrapper > .content {
        min-height: 320px;
        padding: 0 18px
    }

    .lottery--text > .explanation {
        margin-right: -96px;
        margin-bottom: -43px
    }

    .lottery--text > .waittext {
        font-size: 38px;
        width: 400px;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-bottom: -50px
    }

    .lottery--animation {
        width: 282px;
        height: 282px
    }

    .lottery--animation > .decorator {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    .reel--face--outer {
        width: 282px;
        height: 282px
    }

    .reel--face--outer .reelface {
        width: 282px;
        height: 282px
    }
}

@media (min-width: 992px) {
    .area--rooms--list > .image {
        max-width: 100%
    }

    .map--prize {
        max-width: 68px
    }

    .lottery--section {
        margin: 142px 0 90px
    }
}

@media (min-width: 1230px) {
    .map--prize {
        max-width: 85px
    }

    .lottery--section {
        margin: 178px 0 100px
    }

    .lottery--section > .areawrapper > .areanav {
        margin-top: 20px
    }

    .lottery--text > .explanation {
        margin-right: -80px;
        margin-bottom: -54px
    }

    .lottery--text > .decorator {
        max-width: none
    }

    .lottery--text > .startheader {
        font-size: 60px;
        margin-top: 14px;
        margin-bottom: -3px
    }

    .lottery--text > .startheader > .color {
        font-size: 72px;
        margin-top: -15px
    }

    .area--rooms--list > .image > .areaimage {
        width: auto;
        max-width: 100%
    }

    .area--rooms--list > .image {
        top: 21px;
        left: 54px
    }

    .area--rooms--list > .wrapper {
        max-width: 750px;
        padding: 0 35px
    }

    .area--rooms--list > .wrapper > .header {
        padding: 0 80px;
        margin-bottom: 6px
    }

    .area--rooms--list > .wrapper > .header > .button {
        top: 50%;
        right: 30px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -5px
    }

    .area--rooms--list > .wrapper > .content {
        min-height: 400px
    }
}

.mainpage--news--carousel {
    margin-bottom: 20px;
    -webkit-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
    visibility: none;
    opacity: 0
}

.mainpage--news--carousel.initialized {
    position: relative;
    visibility: visible;
    opacity: 1
}

.mainpage--news--carousel.initialized > .slide.-active, .mainpage--news--carousel.initialized > .slide:nth-child(1) {
    z-index: 5;
    opacity: 1
}

.mainpage--news--carousel.initialized > .slide.-active .news--block--big > .header .category--block, .mainpage--news--carousel.initialized > .slide.-active .news--block--big > .header .link, .mainpage--news--carousel.initialized > .slide:nth-child(1) .news--block--big > .header .category--block, .mainpage--news--carousel.initialized > .slide:nth-child(1) .news--block--big > .header .link {
    opacity: 1
}

.mainpage--news--carousel.initialized > .slide.-active .news--block--big > .imagelink, .mainpage--news--carousel.initialized > .slide:nth-child(1) .news--block--big > .imagelink {
    border: 0 solid transparent;
    -webkit-transform: skewX(0) scaleY(1);
    -ms-transform: skewX(0) scaleY(1);
    transform: skewX(0) scaleY(1);
    margin-left: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0
}

.mainpage--news--carousel.initialized > .slide.-active .news--block--big > .imagelink:after, .mainpage--news--carousel.initialized > .slide:nth-child(1) .news--block--big > .imagelink:after {
    opacity: 0
}

.mainpage--news--carousel.initialized > .slide.-second, .mainpage--news--carousel.initialized > .slide:nth-child(2) {
    z-index: 4
}

.mainpage--news--carousel.initialized > .slide.-second .news--block--big > .imagelink, .mainpage--news--carousel.initialized > .slide:nth-child(2) .news--block--big > .imagelink {
    opacity: 1;
    -webkit-transform: skewX(5deg) scaleY(.8);
    -ms-transform: skewX(5deg) scaleY(.8);
    transform: skewX(5deg) scaleY(.8);
    border-width: 4px;
    margin-left: -5px
}

.mainpage--news--carousel.initialized > .slide.-second .news--block--big .categorylink, .mainpage--news--carousel.initialized > .slide.-second .news--block--big .link, .mainpage--news--carousel.initialized > .slide.-second .news--block--big > .header .link, .mainpage--news--carousel.initialized > .slide.-second .news--block--big > .imagelink, .mainpage--news--carousel.initialized > .slide:nth-child(2) .news--block--big .categorylink, .mainpage--news--carousel.initialized > .slide:nth-child(2) .news--block--big .link, .mainpage--news--carousel.initialized > .slide:nth-child(2) .news--block--big > .header .link, .mainpage--news--carousel.initialized > .slide:nth-child(2) .news--block--big > .imagelink {
    cursor: default
}

.mainpage--news--carousel.initialized > .slide.-third, .mainpage--news--carousel.initialized > .slide:nth-child(3) {
    z-index: 3
}

.mainpage--news--carousel.initialized > .slide.-third .news--block--big > .imagelink, .mainpage--news--carousel.initialized > .slide:nth-child(3) .news--block--big > .imagelink {
    opacity: 1;
    -webkit-transform: skewX(10deg) scaleY(.6);
    -ms-transform: skewX(10deg) scaleY(.6);
    transform: skewX(10deg) scaleY(.6);
    border-width: 4px;
    margin-left: -10px
}

.mainpage--news--carousel.initialized > .slide.-third .news--block--big .categorylink, .mainpage--news--carousel.initialized > .slide.-third .news--block--big .link, .mainpage--news--carousel.initialized > .slide.-third .news--block--big > .header .link, .mainpage--news--carousel.initialized > .slide.-third .news--block--big > .imagelink, .mainpage--news--carousel.initialized > .slide:nth-child(3) .news--block--big .categorylink, .mainpage--news--carousel.initialized > .slide:nth-child(3) .news--block--big .link, .mainpage--news--carousel.initialized > .slide:nth-child(3) .news--block--big > .header .link, .mainpage--news--carousel.initialized > .slide:nth-child(3) .news--block--big > .imagelink {
    cursor: default
}

.mainpage--news--carousel.initialized > .slide.-fourth, .mainpage--news--carousel.initialized > .slide:nth-child(4) {
    z-index: 2
}

.mainpage--news--carousel.initialized > .slide.-fourth .news--block--big > .imagelink, .mainpage--news--carousel.initialized > .slide:nth-child(4) .news--block--big > .imagelink {
    opacity: .8;
    -webkit-transform: skewX(15deg) scaleY(.4);
    -ms-transform: skewX(15deg) scaleY(.4);
    transform: skewX(15deg) scaleY(.4);
    margin-left: -15px
}

.mainpage--news--carousel.initialized > .slide.-fourth .news--block--big .categorylink, .mainpage--news--carousel.initialized > .slide.-fourth .news--block--big .link, .mainpage--news--carousel.initialized > .slide.-fourth .news--block--big > .header .link, .mainpage--news--carousel.initialized > .slide.-fourth .news--block--big > .imagelink, .mainpage--news--carousel.initialized > .slide:nth-child(4) .news--block--big .categorylink, .mainpage--news--carousel.initialized > .slide:nth-child(4) .news--block--big .link, .mainpage--news--carousel.initialized > .slide:nth-child(4) .news--block--big > .header .link, .mainpage--news--carousel.initialized > .slide:nth-child(4) .news--block--big > .imagelink {
    cursor: default
}

.mainpage--news--carousel.initialized > .slide.flipOut {
    z-index: 6
}

.mainpage--news--carousel.initialized > .slide.flipOut .news--block--big > .header .link {
    opacity: 0
}

.mainpage--news--carousel.initialized > .slide.flipOut .news--block--big > .imagelink {
    opacity: 0;
    -webkit-transform: skewX(-35deg) scaleY(0);
    -ms-transform: skewX(-35deg) scaleY(0);
    transform: skewX(-35deg) scaleY(0);
    -webkit-transition: opacity .1s ease-out, -webkit-transform .4s ease;
    transition: opacity .1s ease-out, -webkit-transform .4s ease;
    -o-transition: transform .4s ease, opacity .1s ease-out;
    transition: transform .4s ease, opacity .1s ease-out;
    transition: transform .4s ease, opacity .1s ease-out, -webkit-transform .4s ease
}

.mainpage--news--carousel.initialized > .slide.flipOut .news--block--big > .imagelink:after {
    background: #fff
}

.mainpage--news--carousel.initialized > .slide .news--block--big {
    -webkit-perspective: 250px;
    perspective: 250px;
    height: 100%;
    position: relative
}

.mainpage--news--carousel.initialized > .slide .news--block--big > .header .category--block, .mainpage--news--carousel.initialized > .slide .news--block--big > .header .link {
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.mainpage--news--carousel.initialized > .slide .news--block--big > .imagelink {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: opacity .1s ease-in, padding .1s ease-out, -webkit-transform .25s ease;
    transition: opacity .1s ease-in, padding .1s ease-out, -webkit-transform .25s ease;
    -o-transition: transform .25s ease, opacity .1s ease-in, padding .1s ease-out;
    transition: transform .25s ease, opacity .1s ease-in, padding .1s ease-out;
    transition: transform .25s ease, opacity .1s ease-in, padding .1s ease-out, -webkit-transform .25s ease;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: skewX(15deg) scaleY(.3);
    -ms-transform: skewX(15deg) scaleY(.3);
    transform: skewX(15deg) scaleY(.3);
    border: 2px solid #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 5px
}

.mainpage--news--carousel.initialized > .slide .news--block--big > .imagelink:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    -webkit-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
    background: #f70e5b;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3MGU1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-linear-gradient(top, #f70e5b 0, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f70e5b), to(white));
    background: -o-linear-gradient(top, #f70e5b 0, #fff 100%);
    background: linear-gradient(to bottom, #f70e5b 0, #fff 100%)
}

.news--video--container {
    position: relative;
    padding-bottom: 53.9%;
    padding-top: 30px;
    height: 0;
    overflow: auto;
    background-color: #fff;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.news--video--container > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.news--video--container > .button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    z-index: 2;
    border: none;
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer
}

.news--video--container > .button > .icon {
    font-size: 88px;
    color: red;
    position: relative
}

.news--video--container > .button > .icon:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

.imagelink--news--video.-played .button {
    display: none
}

.imagelink--news--video.-played:after, .imagelink--news--video.-played:before {
    display: none
}

@media (min-width: 768px) {
    .mainpage--news--carousel {
        margin-bottom: 0
    }
}

.seo--section {
    margin: 15px 0 40px
}

.mainpage--seo--box {
    text-align: center
}

.mainpage--seo--box > h1 {
    font-size: 42px;
    font-family: Oswald, sans-serif
}

.mainpage--seo--box > p {
    font-size: 16px
}

.mainpage--seo--box > a {
    max-width: 298px;
    width: 100%;
    background-color: #f70d5a;
    padding: 0;
    display: inline-block;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    min-width: 200px;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    letter-spacing: .1em;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding-top: 10px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.mainpage--seo--box > a:hover {
    color: #fff;
    background-color: rgba(247, 13, 90, .7)
}

.mainpage--seo--box.-christmas {
    text-align: center;
    padding-top: 25px
}

.mainpage--seo--box.-christmas h1 {
    display: inline-block;
    position: relative
}

.mainpage--seo--box.-christmas h1:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 82px;
    background: url(/i/christmas/donk-christmas.png) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain
}

@media (min-width: 768px) {
    .mainpage--seo--box.-christmas {
        text-align: center;
        padding-top: 25px
    }

    .mainpage--seo--box.-christmas h1 {
        display: inline-block;
        position: relative
    }

    .mainpage--seo--box.-christmas h1:before {
        position: absolute;
        left: auto;
        right: 100%;
        margin-right: 10px;
        bottom: 0;
        width: 72px;
        height: 110px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media (min-width: 992px) {
    .seo--section {
        margin: 35px 0 75px
    }

    .mainpage--seo--box > h1 {
        font-size: 4rem
    }

    .mainpage--seo--box > p {
        font-size: 18px
    }
}

.top--filters {
    margin-bottom: 25px;
    position: relative
}

.top--filters > .wrapper.-sticky {
    position: fixed;
    z-index: 1020;
    left: 0;
    right: 0
}

.pokerrooms--filter {
    margin-bottom: 27px
}

.pokerrooms--filter > .name {
    margin-bottom: 7px
}

.main--filter--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #e7e7e7;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 10px
}

.main--filter--list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    padding: 8px 0
}

.main--filter--list > .element {
    padding: 2px 0
}

.top--filter--component > .input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.top--filter--component > .label {
    display: inline-block;
    background-color: #fff;
    border: 2px solid #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    padding: 1px 6px;
    margin: 0 2px;
    font-size: 14px;
    cursor: pointer
}

.top--filter--component > .label:active, .top--filter--component > .label:focus, .top--filter--component > .label:hover {
    border: 2px solid #000;
    text-decoration: none
}

.top--filter--component > .label.-active {
    background-color: #000;
    color: #fff;
    border: 2px solid #000
}

.top--filter--component > .input:checked ~ .label {
    background-color: #000;
    color: #fff;
    border: 2px solid #000
}

.top--filter--component > .input:focus ~ .label {
    border: 2px solid #000
}

.filter--platform--checkbox > .input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.filter--platform--checkbox > .label {
    color: #fff;
    padding: 0 10px;
    font-size: 20px;
    cursor: pointer;
    margin: 0
}

.filter--platform--checkbox > .label:active, .filter--platform--checkbox > .label:focus, .filter--platform--checkbox > .label:hover {
    color: #000
}

.filter--platform--checkbox > .input:checked ~ .label {
    color: #000
}

.filter--platform--checkbox > .input:focus ~ .label {
    border: 2px solid #000;
    margin: -2px
}

.filter--name {
    padding: 0 13px;
    display: block
}

.header--filter {
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 500;
    color: #000
}

.filter--button {
    padding: 0;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #8f8f8f;
    font-style: italic;
    font-family: Oswald, sans-serif
}

.filter--button > .icon {
    margin-left: 20px
}

.filter--button:active > .icon, .filter--button:focus > .icon, .filter--button:hover > .icon {
    color: #000
}

.rooms--list--desc {
    position: relative;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    text-align: center;
    padding: 30px 15px;
    margin: 20px 0 40px
}

.rooms--list--desc:after, .rooms--list--desc:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    height: 1px
}

.rooms--list--desc:before {
    top: 0;
    background: #f70e59
}

.rooms--list--desc:after {
    bottom: 0;
    background: #ffc400
}

.rooms--list--desc > .stars {
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fbd412;
    padding: 5px 15px;
    background: #fff;
    text-align: center
}

@media (min-width: 576px) {
    .rooms--list--desc {
        padding: 38px 20px 40px 40px
    }

    .rooms--list--desc:after, .rooms--list--desc:before {
        left: 15px
    }
}

@media (min-width: 768px) {
    .top--filters {
        margin-bottom: 50px
    }
}

@media (min-width: 1230px) {
    .rooms--list--desc > .stars {
        font-size: 23px
    }
}

.rooms--list--wrapper {
    margin-bottom: 34px
}

.single--room--box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 16px;
    padding-bottom: 96px;
    max-width: 290px;
    margin: 0 auto;
    position: relative
}

.single--room--box.-sidetext {
    float: left;
    width: 100%;
    margin-right: 15px;
    margin-bottom: 15px
}

.single--room--box.-rightsidetext {
    float: right;
    width: 100%;
    margin-left: 15px;
    margin-bottom: 15px
}

.single--room--box > .labels {
    position: absolute;
    text-align: right;
    right: -6px;
    top: -6px;
    left: 15px
}

.single--room--box > .headerlogo {
    max-width: 166px;
    margin: 0 auto
}

.single--room--box > .headerlogo > .imagelink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    height: 85px;
    margin: 0 auto
}

.single--room--box > .headerlogo > .imagelink > .image {
    max-height: 85px;
    width: auto;
    -webkit-box-shadow: 0 9px 52px -4px rgba(0, 0, 0, .15);
    box-shadow: 0 9px 52px -4px rgba(0, 0, 0, .15)
}

.single--room--box.-cardstyle {
    background-color: #fff;
    border: none;
    padding-top: 13px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: left;
    margin: 0 5px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    max-width: 250px;
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, .15)
}

.single--room--box.-restricted {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.single--room--box.-restricted .single--room--btns p {
    font-size: .9rem;
    padding: 0 1rem
}

.single--room--box.-restricted a {
    cursor: not-allowed
}

.single--room--row > .column {
    padding-bottom: 15px
}

.room--info--list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    padding-bottom: 15px
}

.room--info--list > .element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-family: Rubik, sans-serif
}

.room--info--list > .element > .badge {
    font-size: 13px;
    font-family: Rubik, sans-serif;
    font-weight: 400
}

.single--room--text {
    font-size: 10px;
    color: #8f8f8f;
    font-family: "M PLUS Rounded 1c", sans-serif;
    line-height: 1.6;
    margin-bottom: 2px
}

.single--room--rating {
    text-align: center;
    color: #fbd412;
    font-size: 20px;
    margin-bottom: 10px
}

.single--room--rating.-detailroom {
    min-width: 110px;
    font-size: 17px
}

.single--room--rating.-skin {
    font-size: 11px;
    margin-bottom: 8px
}

.single--room--rating.-skinsection {
    margin-bottom: 0;
    margin-top: 6px;
    font-size: 16px
}

.single--room--btns {
    text-align: center;
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0
}

.single--room--btns > .wrapper {
    margin-bottom: 5px
}

.single--room--body {
    padding: 10px 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.single--room--body > .web {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 500;
    color: #f70d5a;
    letter-spacing: .05em;
    margin: 0 0 3px;
    display: block;
    text-align: center
}

.poker--tools--page {
    overflow: hidden
}

.poker--tools--description {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: .025em;
    color: #000;
    text-align: left;
    position: relative;
    margin-bottom: 50px
}

.poker--tools--description > .bottom, .poker--tools--description > .text, .poker--tools--description > .top {
    max-width: 792px;
    margin: 0 auto;
    position: relative
}

.poker--tools--description > .top > .stars {
    display: none
}

.poker--tools--description > .bottom > .stars {
    display: none
}

.poker--tools--description > .bottom > .btm {
    margin-left: auto;
    margin-top: -10%
}

.poker--tools--description > .text {
    padding: 0 36px;
    position: relative
}

.other--rooms--cards > .owl-stage-outer > .owl-stage .owlelement {
    margin: 15px 0
}

.other--rooms--cards .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.other--rooms--cards .owl-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

@media (max-width: 575px) {
    .single--room--row > .column:nth-child(2n) .single--room--box {
        background-color: #f2f2f2;
        border: none
    }
}

@media (min-width: 576px) {
    .single--room--row > .column {
        padding-left: 15px
    }

    .poker--tools--description > .top > .stars {
        display: block;
        position: absolute;
        right: 100%;
        top: 100%;
        margin-right: 20px;
        margin-top: 6px
    }

    .poker--tools--description > .bottom > .stars {
        display: block;
        position: absolute;
        left: 100%;
        bottom: 100%;
        margin-bottom: 13px;
        margin-left: 6px
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .single--room--row > .column:nth-child(4n) .single--room--box, .single--room--row > .column:nth-child(4n-3) .single--room--box {
        background-color: #f2f2f2;
        border: none
    }
}

@media (min-width: 992px) {
    .single--room--box > .headerlogo > .imagelink {
        height: 85px
    }

    .single--room--box > .headerlogo > .imagelink > .image {
        max-height: 85px;
        width: auto
    }

    .single--room--row > .column:nth-child(2n+1) .single--room--box {
        background-color: #f2f2f2;
        border: none
    }
}

@media (min-width: 1230px) {
    .single--room--rating {
        font-size: 23px;
        margin-bottom: 15px
    }

    .room--info--list {
        padding-bottom: 20px
    }

    .room--info--list > .element {
        font-size: 16px
    }

    .room--info--list > .element > .badge {
        font-size: 16px
    }

    .single--room--text {
        font-size: 13px
    }

    .single--room--box {
        padding-bottom: 110px;
        padding-right: 25px;
        padding-left: 25px;
        padding-top: 25px
    }

    .single--room--box.-cardstyle {
        padding-top: 16px;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 11px
    }

    .single--room--box > .headerlogo > .imagelink {
        height: 85px
    }

    .single--room--box > .headerlogo > .imagelink > .image {
        max-height: 85px
    }

    .single--room--btns {
        bottom: 30px
    }

    .single--room--body {
        padding: 15px 0
    }
}

.signup--frame {
    position: relative;
    margin-top: 40px
}

.signup--frame > .content {
    position: relative;
    z-index: 10
}

.signup--frame > .framebottom {
    margin-bottom: 40px
}

@media (max-width: 575px) {
    .signup--frame > .frametop ~ .content > .instructions--list {
        margin-top: 15px
    }
}

@media (min-width: 768px) {
    .signup--frame {
        margin-top: 60px
    }

    .signup--frame > .framebottom, .signup--frame > .frametop {
        margin-left: -35px;
        margin-right: -35px
    }

    .signup--frame > .frametop {
        margin-bottom: -80px;
        position: relative
    }

    .signup--frame > .frametop ~ .content > .instructions--list {
        margin-right: 0
    }

    .signup--frame > .frametop > .stars {
        width: 20px;
        position: absolute;
        left: -30px;
        top: -3px
    }

    .signup--frame > .frametop > .stars.-left {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .signup--frame > .frametop > .stars.-right {
        left: auto;
        right: -30px;
        top: 12px
    }

    .signup--frame > .framebottom {
        margin-top: -100px;
        position: relative
    }

    .signup--frame > .framebottom > .stars {
        width: 20px;
        position: absolute;
        left: -30px;
        bottom: 26px
    }

    .signup--frame > .framebottom > .stars.-left {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .signup--frame > .framebottom > .stars.-right {
        left: auto;
        right: -30px;
        bottom: 4px
    }
}

.detail--room--badge {
    background-color: #e7e7e7;
    color: #7f7f7f;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 10px;
    line-height: 1;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.room--detail--info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 30px
}

.room--detail--info > .name {
    font-size: 12px;
    text-transform: uppercase;
    color: #8f8f8f;
    font-weight: 500
}

.room--detail--info > .name .hunter-plus {
    content: '\00a0';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(/i/sprite/tools-dollar.png);
    padding: 0;
    vertical-align: middle
}

.room--detail--info > .property {
    font-family: Oswald, sans-serif;
    font-size: 20px;
    color: #000
}

.room--detail--info > .iconwrapper {
    max-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.room--detail--info > .iconwrapper > .icon {
    color: #000;
    font-size: 21px;
    margin-left: 8px
}

.room--detail--info > .iconwrapper > .icon > .skrill {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -3px
}

.pokerroom--detail--header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.room--main--info {
    width: 100%;
    padding-left: 15px
}

.room--maininfo--wrapper {
    margin: 42px 0 40px;
    position: relative
}

.room--maininfo--wrapper:before {
    content: '';
    width: 1px;
    top: 70px;
    bottom: 0;
    position: absolute;
    right: 0;
    background-color: #e7e7e7
}

.room--maininfo--wrapper.-noborder:before {
    display: none
}

.room--maininfo--wrapper .namesection {
    margin-bottom: 38px
}

.room--maininfo--wrapper .namesection .logo > .image {
    display: block;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto
}

.room--maininfo--wrapper .namesection:last-child {
    margin-bottom: 0
}

.room--maininfo--wrapper .infosection {
    margin-bottom: 34px;
    margin-right: 10px
}

.room--maininfo--wrapper .list {
    margin-right: 10px
}

@media (max-width: 991px) {
    .pokerroom--detail--header {
        display: block
    }

    .pokerroom--detail--header > .wrapper {
        margin-bottom: 20px
    }

    .room--maininfo--wrapper {
        padding-bottom: 20px;
        margin: 15px 0 20px
    }

    .room--maininfo--wrapper .namesection {
        margin-bottom: 15px
    }

    .room--maininfo--wrapper .infosection {
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    .room--maininfo--wrapper .namesection {
        display: block
    }

    .room--maininfo--wrapper .namesection .logo {
        margin-bottom: 20px
    }

    .room--maininfo--wrapper:before {
        display: none
    }

    .room--maininfo--wrapper:after {
        display: none
    }

    .room--main--info {
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .no--web--header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.room--main--content {
    font-size: 14px;
    color: #8f8f8f;
    padding-bottom: 30px
}

.room--main--content > p {
    font-size: 14px;
    color: #8f8f8f;
    padding-bottom: 5px;
    margin-bottom: 0
}

.room--main--content > p .video--component {
    margin-bottom: 0
}

.room--main--content > a {
    font-size: 14px;
    color: #000
}

.room--main--content > a:active, .room--main--content > a:focus, .room--main--content > a:hover {
    color: #000;
    text-decoration: none;
    opacity: .7
}

.room--main--content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

.room--bottom--section {
    margin-bottom: 50px;
    margin-top: 50px
}

.room--bottom--section > .name {
    margin-bottom: 16px
}

.room--bottom--section > .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.room--bottom--section > .links > .linkwrap {
    margin-right: 35px
}

.room--bottom--section > .links > .linkwrap:last-of-type {
    margin-right: 0
}

.check--other--rooms {
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-top: 47px
}

.check--other--rooms:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 80px;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #f3f3f3
}

.other--rooms > .title {
    margin-bottom: 33px
}

.other--rooms--cards .element {
    display: inline-block
}

.skins--wrapper {
    margin: 30px 0 0
}

.reviews--wrapper {
    margin: 25px auto 0;
    max-width: 980px
}

@media (min-width: 1230px) {
    .room--main--content {
        font-size: 16px
    }

    .room--main--content > p {
        font-size: 16px;
        padding-bottom: 5px
    }

    .room--main--content > a {
        font-size: 16px
    }

    .room--main--content > img {
        padding: 0 100px
    }
}

@media (max-width: 767px) {
    .room--bottom--section > .links {
        display: block
    }

    .room--bottom--section > .links > .linkwrap {
        margin-right: 0;
        margin-bottom: 5px
    }

    .room--bottom--section > .links > .linkwrap:last-of-type {
        margin-bottom: 0
    }
}

.skin--block {
    display: block;
    text-decoration: none;
    margin-bottom: 15px;
    margin-top: 15px;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px;
    text-align: center
}

.skin--block:hover {
    text-decoration: none
}

.skin--block:hover > .text {
    color: #8f8f8f
}

.skin--block > .text {
    font-size: 10px;
    line-height: 1.5;
    color: #8f8f8f;
    margin: 0;
    padding: 0 0 2px;
    text-decoration: none
}

.skin--block > .image {
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-bottom: 10px
}

.skin--block > .image > .picture {
    max-width: 100%;
    width: auto;
    max-height: 40px
}

.skin--section {
    padding: 15px;
    background: #f3f3f3;
    margin-bottom: 15px
}

.skin--section .text {
    font-size: 12px;
    line-height: 1.5
}

.skin--logo {
    height: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.skin--logo > .picture {
    max-width: 100%;
    height: auto;
    max-height: 55px
}

@media (min-width: 992px) {
    .skin--section .text {
        font-size: 16px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .skin--block {
        margin-bottom: 30px
    }
}

.pros--cons .link-wrapper {
    padding: 12px 0 10px;
    border-bottom: solid 1px #e7e7e7;
    border-top: solid 1px #e7e7e7;
    margin-top: 25px
}

.pros--cons .link-wrapper > a {
    font-size: 14px;
    color: #000;
    letter-spacing: .025em;
    position: relative
}

.pros--cons .link-wrapper > a > .arrow {
    position: absolute;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-bottom: solid 1px #c6c6c6;
    border-right: solid 1px #c6c6c6;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
    top: 30%;
    right: -12px
}

.pros--cons--list {
    list-style-type: none;
    padding-left: 0;
    position: relative
}

.pros--cons--list > li {
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 42px;
    position: relative
}

.pros--cons--list > li > .circle {
    display: inline-block;
    width: 21px;
    height: 21px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: solid 1px;
    position: absolute;
    overflow: hidden;
    left: 0
}

.pros--cons--list > li > .circle:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0
}

.pros--cons--list > li > .circle.-pros {
    border-color: attr("data-value")
}

.pros--cons--list > li > .circle.-cons {
    border-color: #e74c3c
}

.pros--cons--list > li > .circle.-cons:after {
    background-color: #e74c3c;
    top: 34%
}

@media (min-width: 576px) {
    .border--line {
        border-right: 1px solid #eaeaea
    }
}

@media (min-width: 768px) {
    .pros--cons--list {
        padding: 0 15px
    }
}

.about--pokerroom--wrapper {
    color: #020000
}

.about--pokerroom--wrapper p {
    margin-bottom: 10px
}

.about--pokerroom--wrapper p .visual--list {
    margin-left: 5px
}

.about--pokerroom--wrapper hr {
    height: 1px;
    background-color: #f70d5a
}

.about--pokerroom--wrapper h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 35px 0 13px
}

.about--pokerroom--wrapper h2:first-child {
    margin-top: 0
}

.about--pokerroom--wrapper h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 35px 0 13px
}

.about--pokerroom--wrapper h3:first-child {
    margin-top: 0
}

.about--pokerroom--wrapper h4 {
    font-size: 24px;
    font-weight: 500;
    margin: 35px 0 13px
}

.about--pokerroom--wrapper h4:first-child {
    margin-top: 0
}

.about--pokerroom--section {
    margin-bottom: 35px
}

.about--pokerroom--section:nth-of-type(1) {
    padding-bottom: 12px;
    position: relative
}

.about--pokerroom--section:nth-of-type(1):after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #f70d5a;
    right: 0;
    left: 16%
}

.about--pokerroom--firsttypelist, .about--pokerroom--secondtypelist {
    list-style-type: none;
    padding-left: 15px;
    margin-bottom: 0
}

.about--pokerroom--firsttypelist .visual--list, .about--pokerroom--secondtypelist .visual--list {
    display: inline-block;
    margin-left: 5px
}

.about--pokerroom--firsttypelist .visual--list > li, .about--pokerroom--secondtypelist .visual--list > li {
    float: left
}

.about--pokerroom--firsttypelist > li, .about--pokerroom--secondtypelist > li {
    position: relative;
    padding-left: 21px
}

.about--pokerroom--firsttypelist > li:not(:last-child), .about--pokerroom--secondtypelist > li:not(:last-child) {
    margin-bottom: 6px
}

.about--pokerroom--firsttypelist > li:before, .about--pokerroom--secondtypelist > li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.about--pokerroom--firsttypelist > li ul:not(.visual--list), .about--pokerroom--secondtypelist > li ul:not(.visual--list) {
    margin-top: 5px
}

.about--pokerroom--firsttypelist > li:before {
    width: 13px;
    height: 13px;
    border: solid 2px #f70d5a;
    background-color: transparent
}

.about--pokerroom--secondtypelist > li:before {
    width: 9px;
    height: 9px;
    border: none;
    background-color: #ffc107
}

.about--pokerroom--thirdtypelist {
    list-style-type: none;
    padding-left: 0
}

.about--pokerroom--thirdtypelist > li {
    position: relative;
    padding-left: 25px
}

.about--pokerroom--thirdtypelist > li:not(:last-child) {
    margin-bottom: 10px
}

.about--pokerroom--thirdtypelist > li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 9px;
    height: 9px;
    border: none;
    background-color: #ebebeb
}

@media (max-width: 991px) {
    .about--pokerroom--wrapper table {
        width: 100% !important
    }

    .about--pokerroom--wrapper table td, .about--pokerroom--wrapper table th {
        width: auto !important
    }

    .about--pokerroom--wrapper table .btn--border {
        min-width: 50px !important
    }
}

@media (min-width: 768px) {
    .about--pokerroom--firsttypelist, .about--pokerroom--secondtypelist {
        padding-left: 25px
    }

    .about--pokerroom--thirdtypelist {
        padding-left: 20px
    }
}

.login--social--list {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
    list-style: none
}

.login--social--list.-inregister {
    margin-bottom: 10px
}

.login--social--list > .item {
    display: inline-block;
    padding: 0 6px
}

@media (min-width: 768px) {
    .login--social--list {
        margin-bottom: 38px
    }

    .login--social--list.-inregister {
        margin-bottom: 14px
    }

    .login--social--list > .item {
        padding: 0 8px
    }
}

@media (min-width: 1230px) {
    .login--social--list {
        margin-bottom: 48px
    }

    .login--social--list.-inregister {
        margin-bottom: 18px
    }

    .login--social--list > .item {
        padding: 0 10px
    }
}

.news--list--sidebar {
    position: relative;
    margin-top: 30px;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto
}

.news--list--sidebar > .donkeycontainer {
    position: absolute;
    left: -22px;
    bottom: -30px;
    width: 228px
}

.news--list--sidebar > .hoofcontainer {
    position: absolute;
    left: -19px;
    bottom: -60px;
    width: 34px;
    z-index: 3
}

.news--list--sidebar > .textcontainer {
    color: #aca499;
    text-align: left;
    width: 100%;
    margin-left: auto;
    padding: 0;
    padding-bottom: 130px;
    padding-left: 15px
}

.news--list--sidebar > .textcontainer > .title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1;
    margin-bottom: 4px
}

.news--list--sidebar > .textcontainer > .subtitle {
    font-size: 12px;
    letter-spacing: .025em;
    line-height: 1.375;
    font-weight: 400
}

@media (min-width: 576px) {
    .news--list--sidebar {
        margin-top: 50px;
        max-width: none
    }

    .news--list--sidebar > .textcontainer {
        padding-bottom: 84px;
        padding-left: 140px
    }
}

@media (min-width: 768px) {
    .news--list--sidebar {
        margin-top: 0
    }

    .news--list--sidebar > .donkeycontainer {
        left: -28px;
        bottom: -30px;
        width: 228px
    }

    .news--list--sidebar > .hoofcontainer {
        left: -26px;
        bottom: -60px;
        width: 34px
    }

    .news--list--sidebar > .textcontainer {
        text-align: center;
        padding-bottom: 130px;
        padding-left: 0
    }

    .blogs--container {
        border-left: 1px solid #bfbfbf
    }
}

@media (min-width: 992px) {
    .news--list--sidebar {
        margin-top: 8px
    }

    .news--list--sidebar > .donkeycontainer {
        left: -27px;
        bottom: -35px;
        width: 266px
    }

    .news--list--sidebar > .hoofcontainer {
        left: -29px;
        bottom: -68px;
        width: 40px
    }

    .news--list--sidebar > .textcontainer {
        text-align: right;
        width: 265px;
        max-width: 54%;
        padding-bottom: 117px
    }

    .news--list--sidebar > .textcontainer > .title {
        font-size: 33px;
        margin-bottom: 5px
    }

    .news--list--sidebar > .textcontainer > .subtitle {
        font-size: 13px
    }
}

@media (min-width: 1230px) {
    .news--list--sidebar {
        margin-top: 10px
    }

    .news--list--sidebar > .donkeycontainer {
        left: -27px;
        bottom: -47px;
        width: 333px
    }

    .news--list--sidebar > .hoofcontainer {
        left: -31px;
        bottom: -84px;
        width: 50px
    }

    .news--list--sidebar > .textcontainer {
        text-align: right;
        width: 265px;
        max-width: 54%;
        padding-bottom: 117px
    }

    .news--list--sidebar > .textcontainer > .title {
        font-size: 42px;
        margin-bottom: 7px
    }

    .news--list--sidebar > .textcontainer > .subtitle {
        font-size: 16px
    }
}

.news--img--container {
    display: block;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 8px;
    position: relative
}

.news--img--container:before {
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: rgba(247, 13, 90, .2);
    display: block;
    z-index: 2;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.news--block--big .news--img--container {
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.news--img--container:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.news--img--container:hover > .img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.news--img--container > .img {
    max-width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (min-width: 992px) {
    .news--block--big .news--img--container {
        margin-bottom: 25px
    }
}

@media (min-width: 1230px) {
    .news--block--big .news--img--container {
        margin-bottom: 32px
    }
}

@media (max-width: 575px) {
    .news--img--container:before {
        display: none
    }
}

.news--sidebox--title {
    margin-bottom: 10px
}

.news--single--sideblock {
    margin-bottom: 30px
}

.news--side--column {
    margin-top: 10px
}

.news--sidebox--btn {
    margin-top: 15px
}

.news--detail--body {
    color: #8f8f8f;
    font-size: 14px;
    margin-bottom: 20px
}

.news--detail--body img, .news--detail--body > .image {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 100%;
    height: auto !important
}

.news--detail--body p:last-child {
    margin-bottom: 0
}

.news--detail--body h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 35px 0 13px;
    color: #000
}

.news--detail--body h2:first-child {
    margin-top: 0
}

.news--detail--body h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 35px 0 13px
}

.news--detail--body h3:first-child {
    margin-top: 0
}

.news--detail--body h4 {
    font-size: 24px;
    font-weight: 500;
    margin: 35px 0 13px
}

.news--detail--body h4:first-child {
    margin-top: 0
}

.share--bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 0;
    padding-left: 25px;
    border-left: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7
}

.tag--list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    margin-bottom: 10px
}

.tag--list > .item {
    padding: 0 5px
}

.tag--list > .item > .text {
    color: #8f8f8f;
    margin-right: 10px
}

.tag--link {
    color: #000
}

.tag--link:active, .tag--link:focus, .tag--link:hover {
    color: #000;
    text-decoration: underline
}

@media (min-width: 768px) {
    .news--single--sideblock {
        margin-bottom: 45px
    }

    .news--side--column {
        margin-top: 15px
    }

    .news--detail--body {
        margin-bottom: 32px
    }
}

@media (min-width: 1230px) {
    .news--sidebox--title {
        margin-bottom: 17px
    }

    .news--single--sideblock {
        margin-bottom: 94px
    }

    .news--sidebox--btn {
        margin-top: 25px
    }

    .news--detail--body {
        font-size: 16px;
        margin-bottom: 40px
    }

    .news--detail--body > .image {
        margin-bottom: 50px
    }

    .share--bar {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .news--side--column {
        margin-top: 23px
    }
}

.new--challenge--block > .text {
    color: #8f8f8f;
    font-size: 11px;
    line-height: 1.54
}

.new--challenge--block > .image {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px
}

.new--challenge--block > .title {
    margin-bottom: 9px
}

@media (min-width: 1230px) {
    .new--challenge--block > .text {
        font-size: 13px;
        padding: 0 20px
    }
}

.contact--text {
    padding-top: 10px
}

.contact--text.-center {
    text-align: center
}

.contact--text p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .025em;
    color: #8f8f8f;
    margin: 0 0 16px
}

.contact--list {
    margin: 24px 0 60px;
    padding: 0;
    list-style: none;
    text-align: center
}

.contact--list.-about {
    margin: 0;
    padding: 24px 0 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, .63) 14%, rgba(255, 255, 255, .82) 32%, rgba(255, 255, 255, .9) 44%, #fff 58%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0)), color-stop(14%, rgba(255, 255, 255, .63)), color-stop(32%, rgba(255, 255, 255, .82)), color-stop(44%, rgba(255, 255, 255, .9)), color-stop(58%, #fff), to(white));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, .63) 14%, rgba(255, 255, 255, .82) 32%, rgba(255, 255, 255, .9) 44%, #fff 58%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, .63) 14%, rgba(255, 255, 255, .82) 32%, rgba(255, 255, 255, .9) 44%, #fff 58%, #fff 100%)
}

.contact--list > .item {
    display: inline-block;
    vertical-align: middle
}

.contact--list.-contactpopup {
    margin: 0
}

.contact--send--button--wrapper {
    text-align: center;
    margin: 16px 0 0
}

.contact--map {
    padding-bottom: 40px;
    position: relative
}

.contact--map.-about {
    padding-bottom: 30px;
    max-width: 707px
}

.contact--map.-about > .map {
    width: 100%
}

.contact--map > .map {
    display: inline-block;
    position: relative;
    z-index: 2
}

.contact--map > .map > .mapimage {
    max-width: 100%
}

.contact--popups {
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3D(-50%, -70%, 0);
    -ms-transform: translate3D(-50%, -70%, 0);
    transform: translate3D(-50%, -70%, 0);
    opacity: 0;
    max-width: 900px;
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.contact--popups.-active {
    -webkit-transform: translate3D(-50%, -50%, 0);
    -ms-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0);
    opacity: 1
}

.contact--popup {
    display: none;
    background: #fff;
    padding: 60px 15px 20px 15px;
    -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, .5);
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.contact--popup.-active {
    display: block
}

.contact--marker {
    padding: 0;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    position: absolute;
    -webkit-transform: translate3D(-50%, -50%, 0);
    -ms-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0);
    max-width: 92px;
    overflow: hidden
}

.contact--marker > .image {
    width: 100%;
    height: auto;
    display: block;
    max-width: none;
    border: solid 7px #e9e9e9;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.contact--popup {
    background: #fff;
    padding: 60px 15px 20px 15px;
    -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, .5);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 903px;
    width: 100%
}

.contact--popup > .header {
    text-align: center;
    margin-bottom: 20px
}

.contact--popup > .header > .button {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px
}

.contact--popup .content .photo {
    text-align: center;
    margin-bottom: 10px
}

.contact--popup .content .photo .image {
    max-width: 100%
}

.contact--popup--text > .region {
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .025em;
    margin-bottom: 8px
}

.contact--popup--text > .description {
    font-size: 13px;
    line-height: 1.5;
    color: #8f8f8f;
    letter-spacing: .025em;
    margin-bottom: 9px
}

.contact--popup--text > .description p {
    margin-top: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit
}

@media (min-width: 576px) {
    .contact--popup .content .photo {
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    .contact--marker {
        max-width: 58px
    }

    .contact--marker > .image {
        border: none
    }
}

@media (max-width: 991px) {
    .contact--popup > .header {
        word-break: break-word
    }
}

@media (min-width: 768px) {
    .contact--text {
        padding-top: 13px
    }

    .contact--popup--text {
        display: inline-block;
        width: 50%
    }

    .contact--popup--content > .photo {
        display: inline-block;
        float: left;
        padding: 0 15px 0 0
    }

    .contact--list {
        margin: 34px 0 84px
    }

    .contact--list.-contactpopup {
        margin: 0 0 0 -15px
    }

    .contact--send--button--wrapper {
        margin: 20px 0 0
    }

    .contact--map {
        padding-bottom: 50px
    }

    .contact--popup {
        padding: 56px 52px 40px 52px;
        -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, .5);
        box-shadow: 0 4px 40px 0 rgba(0, 0, 0, .5)
    }

    .contact--popup > .header {
        margin-bottom: 24px
    }

    .contact--popup > .header > .button {
        top: 18px;
        right: 18px
    }

    .contact--popup--text > .region {
        margin-bottom: 9px
    }

    .contact--popup--text > .description {
        margin-bottom: 10px;
        text-align: left
    }
}

@media (min-width: 992px) {
    .contact--popup--content > .photo {
        padding: 0 33px 0 0
    }

    .contact--list.-contactpopup {
        margin: 0 0 0 -20px
    }
}

@media (min-width: 1230px) {
    .contact--text {
        padding-top: 16px
    }

    .contact--text p {
        font-size: 20px;
        margin: 0 0 20px
    }

    .contact--list {
        margin: 43px 0 105px
    }

    .contact--list.-inmodal {
        margin: 25px 0 25px
    }

    .contact--send--button--wrapper {
        margin: 26px 0 0
    }

    .contact--map {
        padding-bottom: 63px
    }

    .contact--popups {
        max-width: 900px
    }

    .contact--popup {
        padding: 50px;
        -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, .5);
        box-shadow: 0 5px 50px 0 rgba(0, 0, 0, .5)
    }

    .contact--popup > .header {
        margin-bottom: 30px
    }

    .contact--popup > .header > .button {
        top: 28px;
        right: 30px
    }

    .contact--popup--text > .region {
        margin-bottom: 12px
    }

    .contact--popup--text > .description {
        margin-bottom: 13px
    }
}

.referall--text {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    letter-spacing: .025em;
    color: #8f8f8f;
    padding: 32px 0
}

.referall--text p {
    margin-top: 0;
    margin-bottom: 12px
}

.referall--range--section {
    max-width: 600px;
    margin: 0 auto;
    text-align: center
}

.referall--range--section > .header {
    position: relative;
    font-family: Oswald, sans-serif;
    line-height: 1;
    color: #000;
    text-transform: uppercase
}

.referall--range--section > .header > .heading {
    font-size: 34px;
    font-weight: 500;
    letter-spacing: -.025em;
    padding-top: 10px
}

.referall--range--section > .header > .heading2 {
    font-size: 34px;
    font-weight: 300;
    letter-spacing: .1em;
    margin: 0;
    margin-top: 10px
}

.referall--range--section > .header > .decorator {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%
}

.referall--range--section > .header > .decorator > .referal-header-bg {
    margin: 0 auto
}

.referall--range--section > .footer {
    position: relative
}

.referall--range--section > .footer > .decorator {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.referall--range--section > .footer > .heading {
    position: relative;
    font-family: Oswald, sans-serif;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    padding-top: 58px;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: .1em;
    margin-bottom: 0
}

.referall--profit {
    position: relative;
    display: inline-block;
    padding-left: 118px;
    padding-right: 58px;
    max-width: 378px;
    margin-left: -48px;
    margin-bottom: 20px
}

.referall--profit > .decorator {
    position: absolute
}

.referall--profit > .decorator.-left {
    width: 98px;
    left: 0;
    top: -5px
}

.referall--profit > .decorator.-right {
    width: 59px;
    right: 0;
    top: -5px
}

.referall--profit > .profit {
    width: 132px;
    position: relative;
    margin: 0 auto
}

.referall--profit > .profit > .amount {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    margin-top: -2px;
    margin-left: -8px;
    font-size: 36px;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-shadow: 1px 1px 0 #bc8826
}

.referall--join--wrapper {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 17px
}

.referall--join--wrapper.-last {
    margin-top: 0;
    margin-bottom: 50px
}

@media (min-width: 576px) {
    .referall--range--section > .header {
        padding-top: 0
    }

    .referall--range--section > .header > .decorator {
        bottom: 10px
    }

    .referall--range--section > .header > .heading {
        padding-top: 0;
        padding-bottom: 58px
    }

    .referall--range--section > .footer {
        padding-bottom: 30px
    }

    .referall--profit {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .referall--range--section > .header > .heading {
        padding-bottom: 73px
    }
}

@media (min-width: 1230px) {
    .referall--text {
        font-size: 16px;
        padding: 40px 0
    }

    .referall--text p {
        margin-bottom: 16px
    }

    .referall--range--section {
        max-width: 750px;
        margin: 0 auto 0 auto
    }

    .referall--range--section > .header {
        padding-top: 0
    }

    .referall--range--section > .header > .heading {
        font-size: 42px;
        padding-bottom: 105px
    }

    .referall--range--section > .header > .decorator {
        bottom: 10px
    }

    .referall--range--section > .header > .heading2 {
        font-size: 42px;
        margin-top: -7px
    }

    .referall--range--section > .footer {
        padding-bottom: 38px;
        margin-bottom: 10px
    }

    .referall--range--section > .footer > .heading {
        padding-top: 73px;
        font-size: 42px
    }

    .referall--profit {
        padding-left: 147px;
        padding-right: 90px;
        max-width: none;
        margin-left: -78px
    }

    .referall--profit > .decorator.-left {
        width: 123px;
        top: -5px
    }

    .referall--profit > .decorator.-right {
        width: 74px;
        top: -5px
    }

    .referall--profit > .profit {
        width: 164px
    }

    .referall--profit > .profit > .amount {
        margin-top: -5px;
        margin-left: -11px;
        font-size: 46px;
        text-shadow: 1px 2px 0 #bc8826
    }

    .referall--join--wrapper {
        margin-top: 40px;
        margin-bottom: 21px
    }

    .referall--join--wrapper.-last {
        margin-bottom: 80px
    }
}

.challenge--prize {
    display: inline-block;
    text-align: center;
    position: relative;
    padding-left: 110px;
    padding-right: 133px;
    margin-top: 14px;
    margin-bottom: 24px
}

.challenge--prize > .leftdecorator {
    width: 103px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.challenge--prize > .rightdecorator {
    width: 121px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.challenge--prize > .prize {
    width: 160px;
    display: inline-block;
    padding: 0 16px
}

.challenge--prize > .prize > .image {
    max-width: 100%;
    margin-bottom: 12px
}

.challenge--prize > .prize > .name {
    font-size: 12px;
    font-weight: 500;
    color: #8f8f8f;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 0
}

.challenge--prize > .topdecorator {
    margin-bottom: -34px
}

.challenge--prize > .bottomdecorator {
    margin-top: -26px
}

.challenge--winner {
    padding: 0 10px
}

.challenge--winner > .description {
    color: #8f8f8f;
    font-weight: 300;
    font-size: 13px
}

.challenge--contact--header {
    text-align: center;
    margin-top: 18px;
    margin-bottom: 20px
}

.challenge--content img {
    max-width: 100%;
    margin-bottom: 24px
}

.challenge--content p {
    margin-top: 0;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .025em;
    color: #8f8f8f
}

.challenge--warning {
    position: relative;
    margin-top: 0
}

.challenge--warning > .decorator > .img-box {
    position: relative;
    bottom: -15px;
    margin: 0 auto
}

.challenge--warning > .content {
    background: #000;
    padding: 30px 20px 30px;
    text-align: center
}

.challenge--warning > .content > .text {
    color: #fff;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-size: 23px;
    line-height: .85;
    letter-spacing: -.01em;
    font-weight: 600
}

.challenge--warning > .content > .textlight {
    color: #bfbfbf;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-size: 19px;
    line-height: 1;
    letter-spacing: .05em;
    font-weight: 300;
    margin-top: 9px
}

.challenge--warning.-smallimg > .content {
    padding: 18px 16px 43px 90px
}

.challenge--warning.-smallimg > .decorator {
    position: absolute;
    bottom: 6px;
    left: -21px;
    width: 130px
}

.previous--challenge--title {
    font-size: 12px;
    font-weight: 500;
    color: #8f8f8f;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 17px;
    text-align: center
}

.challenge--carousel .owl-nav {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0
}

.challenge--carousel .owl-nav button.owl-next, .challenge--carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    color: #bfbfbf;
    width: 28px;
    text-align: left
}

.challenge--carousel .owl-nav button.owl-next {
    left: auto;
    right: 0;
    text-align: right
}

@media (max-width: 575px) {
    .challenge--prize {
        padding-left: 0;
        padding-right: 0
    }

    .challenge--prize > .leftdecorator {
        display: none
    }

    .challenge--prize > .rightdecorator {
        display: none
    }

    .challenge--contact--header {
        margin-top: 23px;
        margin-bottom: 25px
    }

    .challenge--content img {
        margin-bottom: 36px
    }

    .challenge--content p {
        font-size: 13px
    }
}

@media (max-width: 767px) {
    .challenge--warning.-smallimg > .content {
        padding: 18px 16px 43px 110px;
        margin: 0 0 20px
    }
}

@media (min-width: 768px) {
    .challenge--warning {
        margin-top: 43px
    }

    .challenge--warning > .decorator > .img-box {
        bottom: -18px
    }

    .challenge--warning > .content {
        padding: 35px 20px 40px
    }
}

@media (min-width: 1230px) {
    .challenge--content img {
        margin-bottom: 45px
    }

    .challenge--content p {
        font-size: 16px
    }

    .challenge--prize {
        padding-left: 137px;
        padding-right: 166px;
        margin-top: 17px;
        margin-bottom: 30px
    }

    .challenge--prize > .leftdecorator {
        width: 129px
    }

    .challenge--prize > .rightdecorator {
        width: 151px
    }

    .challenge--prize > .prize {
        width: 200px;
        padding: 0 20px
    }

    .challenge--prize > .prize > .image {
        margin-bottom: 15px
    }

    .challenge--prize > .topdecorator {
        margin-bottom: -42px
    }

    .challenge--prize > .bottomdecorator {
        margin-top: -33px
    }

    .challenge--winner {
        padding: 0 15px
    }

    .challenge--winner > .description {
        font-size: 16px
    }

    .challenge--contact--header {
        margin-top: 29px;
        margin-bottom: 32px
    }

    .challenge--warning {
        padding-bottom: 70px;
        margin-top: 54px
    }

    .challenge--warning > .content > .text {
        font-size: 28px
    }

    .challenge--warning > .content > .textlight {
        font-size: 24px;
        margin-top: 11px
    }

    .challenge--carousel .owl-nav {
        top: 96px
    }

    .challenge--carousel .owl-nav button.owl-next, .challenge--carousel .owl-nav button.owl-prev {
        font-size: 40px
    }
}

.about--contact {
    margin-top: 38px
}

.about--big--icon {
    max-height: 240px
}

.about--content img {
    max-width: 100%;
    margin-bottom: 30px
}

.about--content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #8f8f8f;
    letter-spacing: .025em;
    margin-top: 0;
    margin-bottom: 18px
}

.about--section {
    padding: 40px 0
}

.about--section.-bcgsecondary {
    background-color: #f2f2f2;
    margin: 0 -15px
}

.about--imgs--box {
    display: block;
    margin: 0 -12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 33px 0 62px;
    padding: 0
}

.about--imgs--box > .single-img {
    width: 33.33%;
    padding: 0 12px;
    margin-bottom: 24px
}

.about--imgs--box > .single-img > .content {
    position: relative;
    cursor: pointer
}

.about--imgs--box > .single-img > .content:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5)
}

.about--imgs--box > .single-img > .content:hover > i {
    opacity: 1;
    z-index: 1;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity
}

.about--imgs--box > .single-img > .content > i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 34px;
    opacity: 0
}

.aboutpage--bg1 {
    background-image: url(/i/about/aboutpage-bg1.png);
    background-position: -147px -100px;
    -webkit-background-size: 1252px 1252px;
    background-size: 1252px;
    background-repeat: no-repeat
}

.about--content--box {
    padding-left: 13px
}

.about--content--box > .content {
    max-height: 296px;
    overflow: hidden;
    -webkit-transition: .3s max-height;
    -o-transition: .3s max-height;
    transition: .3s max-height
}

.about--content--box .about--pokerroom--firsttypelist > li:not(:last-child), .about--content--box .about--pokerroom--secondtypelist > li:not(:last-child) {
    margin-bottom: 24px
}

@media (max-width: 992px) {
    .about--imgs--box > .single-img {
        padding: 0 10px;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .about--imgs--box > .single-img img {
        width: 100%
    }
}

@media (max-width: 575px) {
    .about--imgs--box {
        padding: 0 18px
    }

    .about--imgs--box > .single-img {
        width: 50%
    }
}

@media (min-width: 768px) {
    .about--contact {
        margin-top: 48px
    }

    .about--content img {
        margin-bottom: 37px
    }

    .about--content p {
        margin-bottom: 24px
    }
}

@media (min-width: 992px) {
    .about--imgs--box {
        padding: 0 33px 0 62px
    }
}

@media (min-width: 1230px) {
    .about--contact {
        margin-top: 60px
    }

    .about--content img {
        margin-bottom: 46px
    }

    .about--content p {
        font-size: 16px;
        margin-bottom: 30px
    }
}

.wallet--component {
    max-width: 360px;
    margin: 0 auto;
    height: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: gray;
    position: relative
}

.wallet--component.-promo {
    background: #f70d5a;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3MGQ1YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZjMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-linear-gradient(top, #f70d5a 0, #fffc00 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f70d5a), to(#fffc00));
    background: -o-linear-gradient(top, #f70d5a 0, #fffc00 100%);
    background: linear-gradient(to bottom, #f70d5a 0, #fffc00 100%)
}

.wallet--component.-promo > .stars {
    display: block
}

.wallet--component.-promo.-stars0 > .stars {
    top: 40px
}

.wallet--component.-promo.-stars1 > .stars {
    top: 130px
}

.wallet--component.-promo.-stars2 > .stars {
    top: 80px
}

.wallet--component:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    background: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.wallet--component > .stars {
    display: none;
    position: absolute;
    z-index: 2;
    background: #fff;
    left: -11px;
    width: 25px;
    padding: 22px 0
}

.wallet--component > .content {
    position: relative;
    z-index: 2;
    padding: 56px 27px 82px;
    height: 100%
}

.wallet--component > .content > .button {
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0
}

.wallet--component > .content p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .025em;
    color: #8f8f8f;
    margin-top: 0;
    margin-bottom: 14px
}

.wallet--component > .content > .list {
    margin-top: 20px;
    margin-bottom: 20px
}

.wallet--wrapper {
    position: relative;
    height: 100%;
    padding-top: 19px
}

.wallet--logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    text-align: center;
    padding: 0 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 38px;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wallet--logo > .image {
    max-width: 100%;
    max-height: 38px;
    width: auto;
    height: auto
}

.wallets--section {
    padding-top: 18px;
    padding-bottom: 20px
}

@media (min-width: 768px) {
    .wallets--section {
        padding-top: 22px;
        padding-bottom: 24px
    }

    .wallet--logo {
        max-width: 230px;
        padding: 0 16px;
        height: 42px
    }

    .wallet--logo > .image {
        max-height: 42px
    }

    .wallet--wrapper {
        padding-top: 21px
    }

    .wallet--component > .stars {
        left: -11px;
        width: 25px;
        padding: 22px 0
    }

    .wallet--component > .content {
        padding: 76px 27px 82px
    }

    .wallet--component > .content > .button {
        bottom: 40px
    }

    .wallet--component > .content p {
        font-size: 13px;
        margin-bottom: 16px
    }

    .wallet--component > .content > .list {
        margin-top: 22px;
        margin-bottom: 21px
    }
}

@media (max-width: 991px) {
    .wallet--wrapper {
        padding-bottom: 30px
    }

    .wallets--section {
        padding-top: 0
    }
}

@media (min-width: 1230px) {
    .wallets--section {
        padding-top: 27px;
        padding-bottom: 30px
    }

    .wallet--logo {
        max-width: 288px;
        padding: 0 20px;
        height: 54px
    }

    .wallet--logo > .image {
        max-height: 54px
    }

    .wallet--wrapper {
        padding-top: 27px
    }

    .wallet--component.-promo.-stars0 > .stars {
        top: 50px
    }

    .wallet--component.-promo.-stars1 > .stars {
        top: 164px
    }

    .wallet--component.-promo.-stars2 > .stars {
        top: 100px
    }

    .wallet--component > .stars {
        left: -12px;
        width: 31px;
        padding: 28px 0
    }

    .wallet--component > .content {
        padding: 95px 34px 102px
    }

    .wallet--component > .content > .button {
        bottom: 50px
    }

    .wallet--component > .content p {
        font-size: 16px;
        margin-bottom: 20px
    }

    .wallet--component > .content > .list {
        margin-top: 28px;
        margin-bottom: 27px
    }
}

.wallet--isolation #page_content {
    padding-top: 95px
}

.search--result--more {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px
}

.search--result--header {
    text-align: center;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    font-size: 24px;
    margin-bottom: 28px;
    margin-top: 20px
}

.search--section:last-child .search--result--more {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .search--result--header {
        font-size: 28px;
        margin-bottom: 36px;
        margin-top: 28px
    }

    .search--result--more {
        margin-top: 28px;
        margin-bottom: 60px
    }
}

@media (min-width: 1230px) {
    .search--result--header {
        font-size: 36px;
        margin-bottom: 45px;
        margin-top: 35px
    }

    .search--result--more {
        margin-top: 35px;
        margin-bottom: 93px
    }
}

.rectangle--presentation.-bigger > .title {
    font-size: 30px
}

.rectangle--presentation > .title {
    line-height: .9
}

.rectangle--presentation.-bigger > .more {
    letter-spacing: .1em
}

.rectangle--presentation > .more {
    line-height: 1.4;
    font-size: 26px
}

.rectangle--presentation > .title {
    font-size: 34px;
    line-height: 1.1
}

.rectangle--presentation > .subtitle {
    font-size: 40px
}

.rectangle--presentation.-smaller > .title {
    font-size: 30px
}

.rectangle--presentation.-first {
    padding: 26px 0
}

.rectangle--presentation.-third {
    padding: 16px 0
}

.rectangle--presentation.-fourth {
    padding: 26px 0
}

.btn--border {
    padding-top: 6px;
    padding-bottom: 6px
}

.btn--border.-medium {
    padding-top: 8px;
    padding-bottom: 8px
}

#join_block input[type=submit] {
    width: auto !important;
    min-width: 177px
}

.challenge--warning > .content > .text {
    line-height: 1
}

.btn--common {
    padding-top: 10px;
    padding-bottom: 10px
}

.header--h1.-altfont, .header--h2.-altfont, .header--h3.-altfont, .header--h4.-altfont, .header--h5.-altfont, .header--h6.-altfont {
    line-height: 1.8
}

.prize--banner--text.-big > .text {
    padding: 6px 30px 6px 30px
}

@media (min-width: 1230px) {
    .main--menu--link {
        font-size: 16px
    }

    .lottery--text > .startheader {
        font-size: 54px;
        line-height: 1.1
    }

    .lottery--text > .startheader > .color {
        font-size: 60px
    }

    .referall--range--section > .header > .heading2 {
        font-size: 38px
    }

    .referall--range--section > .footer > .heading {
        padding-bottom: 8px
    }

    .referall--range--section > .header > .heading {
        padding-bottom: 125px
    }
}

.main--menu--link {
    font-size: 14px;
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

figure img {
    border-radius: 14px;
    margin: 30px auto;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
}

.responsive-table th,
.responsive-table td {
    padding: 5px 5px;
    border: 1px solid #08AD4E;
    text-align: left;

}

.responsive-table th {
    color: white;
}

.responsive-table th {
    background-color: #08AD4E;
    font-weight: bold;
}

ul.custom-list {
    list-style: none;
    padding: 0;
    margin: 0;

}

ul.custom-list li {
    margin: 10px 0;
    padding: 10px 10px 10px 40px;
    background: #08AD4E;
    color: white;
    border-radius: 10px;
    position: relative;
}

ul.custom-list li::before {
    content: '\2660';
    position: absolute;
    left: 10px;
    color: white;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
}


ol.custom-list {
    counter-reset: custom-counter;
    list-style: none;
    padding: 0;
    margin: 0;
}

ol.custom-list li {
    counter-increment: custom-counter;
    margin: 15px 0;
    padding: 10px 10px 10px 40px;
    background: #08AD4E;
    color: black;
    border-radius: 10px;
    position: relative;
}

ol.custom-list li::before {
    content: counter(custom-counter) ". ";
    position: absolute;
    left: 10px;
    color: black;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
}

h1 {
    text-align: center;
}