@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lemon&family=Montserrat:wght@500;600;700&display=swap);
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

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

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.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: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

* {
  scrollbar-color: rgb(255, 255, 255) rgb(41, 41, 41);
    scrollbar-width: thin;
}

body {
  overflow-x: hidden;
  min-width: 320px;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  /*background: #181818;*/
  background: #131313;
  color: #ffffff;
}
html {
  scrollbar-width: 2px;
  scrollbar-color: #fff
}
html::-webkit-scrollbar {
  width: 4px;
}
html::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #fff;
  /* height: 10%; */
}
html::-webkit-scrollbar-track {
  background: #292929;
  border-radius: 2px;
}

/* Handle on hover */
html::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media (max-width: 600px) {
  html,
  body {
    height: 100%;
    overflow: auto;
  }
}
@media (min-width: 1200px){

  .container {
    width: 1256px;
  }
}

body.text-page {
  color: #dedede;
}
a:focus {
  outline: none;
  text-decoration: none;
}

#loadChat{
  align-items: center;
  border-radius: 34px 8px 34px 34px;
  bottom: 20px;
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .26);
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: fixed;
  right: 20px;
  z-index: 9995;
  height: 60px;
  width: 60px;
  background-color: #810000 !important;
  color: #ffffff !important;
  border-color: transparent #810000 transparent transparent;
}

#loadChat img {
	width: 45%;
	height: auto;
	background: #fff;
	padding: 2px;
}

/*---------------------------------
GALLERY AT MAIN PAGE
-----------------------------------*/

.page-style {
  min-height: calc(100vh - 510px);
}

.main-gallery {
  margin: 0 auto;
  /*box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.9);*/
}
.gallery-wrapper {
  width: 100vw;
}
.owl-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.slide {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 570px;
}
.slide__content {
  height: 0;
  min-height: 570px;
  display: table;
  width: 100%;
}
.slide__content-inner {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 60px;
  text-align: center;
  position: relative;
}

.header {
  position: absolute;
  width: 100vw;
  left: 0;
}

@media screen and (max-width: 768px) {
  .slide__content-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 700px) {
  .slide__content-inner {
padding-bottom: 36px;
  }
}
@media screen and (max-width: 600px) {
  .text-page h1 {
    text-align: center;
  }

  .slide__content-inner {
    text-align: center;
  }
}
.slide__title {
  font-size: 44px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  max-width: 50%;
  line-height: 50px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 600px) {
  .slide__title {
    font-size: 30px;
    line-height: 34px;
  }
}
.slide__desc {
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 30px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  max-width: 50%;
}
@media screen and (max-width: 991px) {
  .slide__desc,
  .slide__title {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .slide__desc {
    font-size: 16px;
    line-height: 20px;
  }
}
.slide__link {
  font-size: 24px;
  color: white;
  display: inline-block;
  padding: 15px 75px;
  background: #03bd5b;
  border-radius: 50px;
  text-transform: uppercase;
  position: relative;
  transition: 1s;
  overflow: hidden;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}
.slide__link:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 14px;
  background-image: url(/dist/assets/images/arrow-icon.dae6a6cc.webp);
  top: 25px;
  left: 35px;
  transform: translate(-50px, 0);
  transition: 0.6s;
}
.slide__link:hover {
  text-decoration: none;
  color: white;
  background: #009c3a;
}
.slide__link:hover:before {
  transform: translate(0);
}
/*OWL CAROUSEL NAVIGATION - DOTS*/
.owl-dots {
  float: left;
  z-index: 99;
  margin-top: -45px;
  position: relative;
  text-align: center;
  width: 100%;
}
.owl-dot {
  width: 9px;
  height: 9px;
  background: white;
  border-radius: 50%;
  display: inline-block;
  margin: 0 8px;
}
.owl-dots .active {
  background: #fbcd62;
}
.owl-dots .active:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border: 1px solid #fbcd62;
  border-radius: 50%;
  margin-left: -4px;
  margin-top: -4px;
  z-index: 9999;
  position: absolute;
}
.header-inner {
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 9;
  text-align: right;
}
.header-inner {
  background: linear-gradient(to right, #3d0909, #a40a09);
  height: 84px;
  padding: 0 1.563vw 0 10.938vw;
}

.logo img {
width: 120px;
height: 48px;
padding: 0;
}
.menu ul li {
  padding-top: 3px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  margin-right: 33px;
}
.menu ul li a {
  display: inline-block;
  padding-top: 3px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}
#register-btn {
background-color: #02BD5B;
}
@media screen and (min-width: 1200px) {
  .header-inner {
    padding: 0 1.563vw 0 calc(48vw - 558px);
  }
}
@media screen and (max-width: 1162px) and (min-width: 992px) {
  .menu ul li a{
      font-size: 12px;
    }
    .menu ul li {
      margin-right: 16px;
    }
}
.mobile-container {
height: 100%;
}
#sign-btn {
  width: 160px;
  height: 44px;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}
.header-buttons {
  display: inline-block;
  margin-top: 20px;
}
#register-btn {
  width: 160px;
  height: 44px;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}
@media screen and (max-width: 1162px) and (min-width: 992px) {
    a#sign-btn{
      height: 32px;
      width: 120px;
      font-size: 12px;
      line-height: 14px;
    }
    a#register-btn{
      width: 120px;
      height: 32px;
      font-size: 12px;
      border-radius: 40px;
      line-height: 14px;
    }
    .header-buttons {
      margin-top: 26px;
    }
}
.logo {
  position: relative;
  z-index: 99999;
  display: inline-block;
  float: left;
  padding-top: 16px;
}
.logo a {
  position: relative;
}
.logo a:after {
  content: "";
  position: absolute;
  z-index: 99999;
  top: -25px;
  left: 56px;
  width: 70px;
  height: 70px;
  background-image: url(/dist/assets/images/shine1.810704f6.webp);
  background-repeat: no-repeat;
  animation: shining2 2s linear infinite;
}
.logo a:before {
  content: "";
  position: absolute;
  z-index: 99999;
  top: -27px;
  left: 25px;
  width: 90px;
  height: 70px;
  background-image: url(/dist/assets/images/shine2.1a8ae09d.webp);
  background-repeat: no-repeat;
  animation: shining 3.5s linear infinite;
}

@keyframes shining {
  0% {
    transform: translateX(12px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(12px);
    opacity: 0;
  }
}
@keyframes shining2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 991px) {
  .logo {
    position: absolute;
    left: 75px;
  }
}
@media screen and (max-width: 480px) {
  .logo img {
    max-width: 150px;
  }
  .logo a:after {
    left: 38px;
  }
  .logo a:before {
    left: 12px;
  }
}
@media screen and (max-width: 480px) {
  .logo {
    position: absolute;
    left: 18%;
  }
}
.lang {
  display: inline-block;
  vertical-align: top;
  margin-top: 37px;
  width: 60px;
}
@media screen and (max-width: 991px) {
  .lang {
    display: table;
    margin: 0 auto;
    margin-top: 15px;
  }
}
@media screen and (max-width: 992px) {
  .mobile-container {
    width: 100vw;
    max-width: 750px;
    left: calc(50vw - 375px);
  }
}
.lang-chooser {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}
.lang-chooser label {
  margin: 0;
}
.lang-chooser label:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 14px;
  background-image: url(/dist/assets/images/arrow-icon.dae6a6cc.webp);
  top: 4px;
  left: -10px;
  transform: rotate(90deg);
}
.lang-input {
  cursor: pointer;
  height: 17px;
  background: transparent;
  border: none;
  padding-left: 5px;
  width: 40px;
  min-height: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.lang-list {
  width: 100%;
  background: #181818;
  display: none;
  top: 20px;
  min-width: 40px;
  left: -10px;
  position: absolute;
  z-index: 9999;
  text-align: left;
  list-style-type: none;
  padding: 10px;
}
.lang-list a {
  cursor: pointer;
  color: #dbdbdb;
  list-style-type: none;
  font-size: 14px;
  line-height: 16px;
}
.lang-list a:hover {
  color: #ffaf45;
}
.menu {
  display: inline-block;
  margin-top: 26px;
  order: 2;
font-size: 18px;
font-weight: 700;
line-height: 24px;

}
.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu ul li a {
  color: white;
  text-transform: uppercase;
  padding-bottom: 5px;
  position: relative;
}
.menu ul li a:after {
  content: "";
  position: absolute;
  width: 0;
  left: 50%;
  height: 3px;
  transition: 0.3s;
  background: linear-gradient(to right, #fbb535, #fd7d03);
  bottom: -5px;
}
.menu ul li a:hover {
  text-decoration: none;
}
.menu ul li a:hover:after {
  width: 100%;
  margin-left: -50%;
}
@media screen and (max-width: 1200px) {
  .menu ul li {
    margin-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .menu ul li {
    display: block;
    text-align: center;
    border-bottom: 1px solid #221212;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .menu ul li {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .menu {
    top: 60px;
    padding-right: 15px;
    padding-left: 15px;
    left: 0;
    right: 0;
    width: 100%;
  }
}
#register-btn,
.link_btn {
  font-size: 14px;
  color: white;
  overflow: hidden;
  display: inline-block;
  padding: 10px 0;
  width: 160px;
  font-weight: bold;
  text-align: center;
  background: #02BD5B;
  border-radius: 50px;
  text-transform: uppercase;
  position: relative;
  transition: 1s;
  margin-left: 15px;
}
.refferal-block {
  flex-direction: row-reverse;
}
#register-btn:hover,
.link_btn:hover {
  text-decoration: none;
  color: white;
  background: #02BD5B;
}
@media screen and (max-width: 991px) {
  #register-btn {
    display: block;
    margin: 0 auto;
  }
}
#sign-btn {
  font-size: 14px;
  color: black;
  overflow: hidden;
  display: inline-block;
  padding: 9px 0;
  width: 160px;
  font-weight: bold;
  text-align: center;
  border: 1px solid white;
  background: white;
  border-radius: 50px;
  text-transform: uppercase;
  position: relative;
}

#sign-btn:hover {
  color: white;
  background: #009c3a;
  text-decoration: none;
}
#sign-btn:hover:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 991px) {
  #sign-btn {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
#buter {
  order: 9;
  position: absolute;
  z-index: 99999;
  right: calc(26vw - 126px);;
  top: 35px;
  width: 40px;
  height: 35px;
  display: none;
}
@media screen and (max-width: 991px) {
  #buter {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  #buter {
    right: 24px;
  }
}
#buter span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: white;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
/* Icon 3 */
#buter span:nth-child(1) {
  top: 0px;
}
#buter span:nth-child(2),
#buter span:nth-child(3) {
  top: 10px;
}
#buter span:nth-child(4) {
  top: 20px;
}
#buter.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
#buter.open span:nth-child(2) {
  transform: rotate(45deg);
}
#buter.open span:nth-child(3) {
  transform: rotate(-45deg);
}
#buter.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
@media screen and (max-width: 991px) {
  .header-buttons {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .mobile-container {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .mobile-container {
    left: 0;
  }
}
.mobile-container.open {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
  padding-bottom: 30px;
  background: black;
  z-index: 9;
  overflow: auto;
}
.mobile-container-inner {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .mobile-container-inner {
    display: flex;
    padding-top: 100px;
    flex-direction: column;
  }
}
.left-wrapper {
  order: 2;
}
.games-container {
  overflow: hidden;
}
.games .tab {
  margin-right: 0;
}
.games-wrapper {
  position: relative;
  padding-top: 10px;
  padding-bottom: 30px;
}

.promo-inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1176px;
  margin: auto;
  gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 168px;
}

@media screen and (max-width: 992px) {
  .promo-inner {
margin-bottom: 74px;
  }
}

.promo-card {
  align-self: stretch;
  max-width: 380px;
  background-color: #481D1D;
  border-radius: 10px;
}

.promo-card img {
  height: 217px;
  width: 100%;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  object-fit: cover;
}

.promo-block {
  padding: 32px 16px;
  height: 216px;
}

.promo-heading {
  margin: 0;
  margin-bottom: 8px;
  font-family: Open Sans;
font-size: 24px;
font-weight: 700;
line-height: 32px;
text-align: left;
}

.promo-text {
  font-family: Open Sans;
font-size: 12px;
font-weight: 400;
line-height: 18px;
text-align: left;
margin-bottom: 32px;
}

.promo-btn {
  display: block;
  width: 160px;
height: 44px;
padding: 8px 2px 8px 2px;
border-radius: 40px;
background-color: #fff;
font-family: Open Sans;
font-size: 14px;
font-weight: 700;
line-height: 27px;
text-align: center;
color: #000;
cursor: pointer;

}

.playNow {
  display: none;
  width: 233px;
  height: 58px;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  background-color: #02BD5B;
  margin: 0 auto 56px;
  border: none;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.playNow:hover {
  color: #fff;
  background: #009c3a;
  text-decoration: none;
}

.games-breadcrumbs {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 56px 0 32px;
}

.games-breadcrumbs span {
  font-weight: 700;
}

.tabs {
  cursor: pointer;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .tabs {
    text-align: center;
    width: 100%;
  }
}
.tabs-wrapper {
  padding-top: 15px;
  padding-bottom: 36px;
  border-bottom: 2px solid #414141;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.link_btn {
  margin: 0;
  width: 233px;
  height: 60px;
  border-radius: 40px;
  padding: 15px 52px;
  font-family: Open Sans;
font-size: 20px;
font-weight: 600;

}
.tab {
  text-transform: uppercase;
  border-left: 1px #343434 solid;
  border-right: 1px #343434 solid;
  flex-grow: 1;
  flex-basis: 0;
  font-size: 16px;
  color: #A6A6A6;
  display: inline-block;
  padding: 12px;
  margin-bottom: 0;
  cursor: pointer;
  border-radius: 0px;
  position: relative;
  font-weight: 400;
  margin-right: 10px;
  background-color: #2A2A2A;
  text-align: center;
  font-family: Open Sans;
  line-height: 18px;
}

.tab:nth-of-type(1) {
  border-left: none;
}
.tab:nth-last-of-type(1) {
  border-right: none;
}
.tab:nth-of-type(1) {
  border-left: none;
}
.tab:nth-last-of-type(1) {
  border-right: none;
}

.tab:hover {
  text-decoration: none;
  background: #252525;
}

@media screen and (max-width: 768px) {
  .tab:hover:after {
    display: none;
  }
}
@media screen and (min-width: 560px) {
  .tab:nth-of-type(1) {
    max-width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .tab {
    padding: 12px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .tab span {
    line-height: 14px;
  }

  .tab {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.tab input {
  display: none;
}
@media screen and (max-width: 768px) {
  .tab {
    width: 49%;
  }
}
@media screen and (max-width: 560px) {
  .tabs {
    flex-wrap: wrap;
  }

  .tab {
    border: 1px #343434 solid;
  }
}

@media screen and (max-width: 991px) {
  .tab {
    flex-basis: auto;
  }
}
@media screen and (max-width: 480px) {
  .tab {
    font-size: 12px;
  }
}
.tabs__change {
  cursor: pointer;
  font-size: 16px;
  width: 55px;
  display: inline-block;
  min-width: 55px;
}
.tabs__change a {
  color: white;
}
.tabs__change a:hover {
  text-decoration: none;
  color: #fbb535;
}
.tabs__change img {
  vertical-align: middle;
  margin-top: -3px;
}
.tabs__change:hover {
  color: #fbce65;
}
@media screen and (max-width: 768px) {
  .tabs__change {
    position: absolute;
    top: 15px;
    right: 15px;
  }
}
.slots-tab:before {
  top: 8px;
  left: 10px;
  width: 29px;
  height: 27px;
  background-image: url(/dist/assets/images/tabs-icon2.0ab27310.webp);
}
.table-tab:before {
  top: 14px;
  left: 17px;
  width: 16px;
  height: 17px;
  background-image: url(/dist/assets/images/dice.c35bdb20.webp);
}
.spec-tab:before {
  top: 13px;
  left: 15px;
  width: 21px;
  height: 19px;
  background-image: url(/dist/assets/images/diamond.af786199.webp);
}
.live-tab:before {
  top: 13px;
  left: 15px;
  width: 21px;
  height: 19px;
  background-image: url(/dist/assets/images/live.1b435c68.webp);
}
.video-tab:before {
  top: 12px;
  width: 19px;
  height: 21px;
  background-image: url(/dist/assets/images/tabs-icon3.ddb80d67.webp);
}
.new-tab:before {
  top: 12px;
  width: 21px;
  height: 20px;
  background-image: url(/dist/assets/images/tabs-icon4.5ba63064.webp);
}
.tab.active {
  background: #343434;
  border-bottom: 3px solid #EEB648;
  color: #FFFFFF;
  font-weight: 700;
}
.tab_item {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.allgames-link {
  font-size: 14px;
  color: white;
  display: inline-block;
  padding: 9px 0;
  width: 120px;
  text-align: center;
  border: 1px solid white;
  border-radius: 50px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
}
.allgames-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 1.46em;
  background-color: white;
  transform: scaleX(0.7);
  opacity: 0;
  transition: transform 0.8s, opacity 0.3s;
}
.allgames-link:hover {
  text-decoration: none;
  color: black;
}
.allgames-link:hover:after {
  transform: scaleX(1);
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
}
@media screen and (max-width: 768px) {
  #allgames-link1 {
    display: none;
  }
}
#allgames-link2 {
  display: none;
}
@media screen and (max-width: 768px) {
  #allgames-link2 {
    display: table;
    margin: 15px auto 0;
  }
}
.game-block {
  position: relative;
  height: 215px;
  width: 24%;
  margin-left: 0.5%;
  margin-right: 0.5%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 15px;
  border-radius: 5px;
  transform: scale(0);
  opacity: 0;
}
/*block animation 1*/
.grid-inner.active .game-block {
  transition: 0.6s;
  transform: scale(1);
  opacity: 1;
}
.grid-inner.disable-animation .game-block {
  transition: none !important;
}
.grid-inner.active .game-block:nth-of-type(2) {
  transition-delay: 0.1s;
}
.grid-inner.active .game-block:nth-of-type(3) {
  transition-delay: 0.2s;
}
.grid-inner.active .game-block:nth-of-type(4) {
  transition-delay: 0.3s;
}
.grid-inner.active .game-block:nth-of-type(5) {
  transition-delay: 0.4s;
}
.grid-inner.active .game-block:nth-of-type(6) {
  transition-delay: 0.5s;
}
.grid-inner.active .game-block:nth-of-type(7) {
  transition-delay: 0.6s;
}
.grid-inner.active .game-block:nth-of-type(8) {
  transition-delay: 0.7s;
}
.grid-inner.active .game-block:nth-of-type(9) {
  transition-delay: 0.8s;
}
.grid-inner.active .game-block:nth-of-type(10) {
  transition-delay: 0.9s;
}
.grid-inner.active .game-block:nth-of-type(11) {
  transition-delay: 1s;
}
.grid-inner.active .game-block:nth-of-type(12) {
  transition-delay: 1.1s;
}
.grid-inner.active .game-block:nth-of-type(13) {
  transition-delay: 1.2s;
}
.grid-inner.active .game-block:nth-of-type(14) {
  transition-delay: 1.3s;
}
.grid-inner.active .game-block:nth-of-type(15) {
  transition-delay: 1.4s;
}
.grid-inner.active .game-block:nth-of-type(16) {
  transition-delay: 1.5s;
}
.grid-inner.active .game-block:nth-of-type(17) {
  transition-delay: 1.6s;
}
.grid-inner.active .game-block:nth-of-type(18) {
  transition-delay: 1.7s;
}
.grid-inner.active .game-block:nth-of-type(19) {
  transition-delay: 1.8s;
}
.grid-inner.active .game-block:nth-of-type(20) {
  transition-delay: 1.9s;
}
.grid-inner.active .game-block:nth-of-type(21) {
  transition-delay: 2s;
}
.grid-inner.active .game-block:nth-of-type(22) {
  transition-delay: 2.1s;
}
.grid-inner.active .game-block:nth-of-type(23) {
  transition-delay: 2.2s;
}
.grid-inner.active .game-block:nth-of-type(24) {
  transition-delay: 2.3s;
}
.grid-inner.active .game-block:nth-of-type(25) {
  transition-delay: 2.4s;
}
.grid-inner.active .game-block:nth-of-type(26) {
  transition-delay: 2.5s;
}
.grid-inner.active .game-block:nth-of-type(27) {
  transition-delay: 2.6s;
}
.grid-inner.active .game-block:nth-of-type(28) {
  transition-delay: 2.7s;
}
.grid-inner.active .game-block:nth-of-type(29) {
  transition-delay: 2.8s;
}
.grid-inner.active .game-block:nth-of-type(30) {
  transition-delay: 2.9s;
}

.game-block:hover .games-block__inner {
  opacity: 1;
}
.game-block:hover .games-block__inner a {
  transform: translateY(0);
}
@media screen and (max-width: 1200px) {
  .game-block {
    height: 180px;
  }
}
@media screen and (max-width: 991px) {
  .game-block {
    height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .game-block {
    margin-bottom: 5px;
    width: 24%;
  }
}
@media screen and (max-width: 580px) {
  .game-block {
    margin-bottom: 5px;
    width: 32%;
  }
}
@media screen and (max-width: 480px) {
  .game-block {
    height: 140px;
    width: 49%;
  }
}
@media screen and (max-width: 350px) {
  .game-block {
    height: 120px;
  }
}
.games-block__inner {
  overflow: hidden;
  opacity: 0;
  border-radius: 5px;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(202, 1, 1, 0.8);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}
.games-block__inner a {
  font-size: 14px;
  color: #ffee66;
  display: inline-block;
  padding: 9px 0;
  width: 140px;
  text-align: center;
  border: 2px solid #ffee66;
  border-radius: 50px;
  text-transform: uppercase;
  position: relative;
  transition: 0.6s;
  margin-top: 5px;
  margin-bottom: 5px;
}
.games-block__inner a:last-child {
	margin-bottom: 10px;
}


@media screen and (max-width: 990px) {
  .games-block__inner a {
    margin-top: 5px;
    margin-bottom: 5px;
		padding: 5px 0;
		font-size: 14px !important;
  }
  .games-block__inner {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .games-block__inner a {
		font-size: 12px !important;
  }
}
.games-block__inner a:hover {
  text-decoration: none;
  color: #ca0101;
  background: #ffee66;
}
.games-block__inner a:first-of-type {
  transform: translateY(-100%);
}
.games-block__inner a:last-of-type {
  transform: translateY(100%);
}
/* Grid */
.grid {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 101%;
  margin-left: -0.5%;
}
.grid-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-bottom: 32px;
}
.see-more {
  display: block;
  width: 233px;
  height: 58px;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  background-color: #02BD5B;
  margin: 0 auto;
  border: none;
  transition: 0.5s;
}

.grid:after {
  content: "";
  flex: auto;
}

.jackpot-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
.jackpot-inner {
  display: flex;
}
@media screen and (max-width: 550px) {
  .jackpot-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .jackpot-inner {
    flex-direction: column;
    align-items: center;
  }
}
.jackpot {
  width: 50%;
  text-align: center;
}
.jackpot:last-of-type span:before {
  width: 15px;
  height: 26px;
  position: absolute;
  top: 5px;
  left: -30px;
  background-image: url(/dist/assets/images/jackpot2.2d5a72b3.webp);
}
@media screen and (max-width: 991px) {
  .jackpot:last-of-type span:before {
    width: 12px;
    height: 23px;
    top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .jackpot {
    margin-bottom: 30px;
    width: 100%;
  }
}
.jackpot__title {
  font-size: 30px;
  font-family: "Libre Baskerville", serif;
}
@media screen and (max-width: 991px) {
  .jackpot__title {
    font-size: 20px;
  }
}
.jackpot__num {
  font-size: 30px;
  color: #f6cb31;
  text-transform: uppercase;
  text-shadow: 0 0 30px #f6cb31;
  position: relative;
}
.jackpot__num span {
  position: relative;
}
.jackpot__num span:before {
  content: "";
  width: 21px;
  height: 16px;
  position: absolute;
  top: 10px;
  left: -30px;
  background-image: url(/dist/assets/images/jackpot1.9ecec5a8.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .jackpot__num span:before {
    width: 18px;
    height: 12px;
    top: 7px;
  }
}
@media screen and (max-width: 991px) {
  .jackpot__num {
    font-size: 20px;
  }
}
.articles-wrapper {
  margin-bottom: 30px;
}
.articles-inner {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.2);
  z-index: 99999;
}
@media screen and (max-width: 991px) {
  .articles-inner {
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.articles-right {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .articles-right {
    width: 100%;
  }
}
.article-big {
  position: relative;
  width: 100%;
  padding-bottom: calc(100% - 25px);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .article-big .article-big__link {
    width: 180px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
  }
}
.article-big__title {
  font-size: 44px;
  text-transform: uppercase;
  text-align: right;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  line-height: 44px;
}
@media screen and (max-width: 768px) {
  .article-big__title {
    font-size: 22px;
    line-height: 22px;
  }
}
.article-big__link,
.article-big__link:focus {
  font-size: 14px;
  color: white;
  border: 1px solid white;
  display: inline-block;
  padding: 8px 20px;
  text-align: center;
  background: #ba000d;
  border-radius: 50px;
  text-transform: uppercase;
  position: absolute;
  left: 35px;
  bottom: 60px;
  transition: 1s;
}
.article-big__link:hover {
  text-decoration: none;
  color: white;
  background: #7b000d;
}
#articles .owl-dots {
  text-align: left;
  padding-left: 35px;
}
#articles .owl-dots .owl-dot {
  width: 7px;
  height: 7px;
  margin: 0 8px;
  background: lightgrey;
}
#articles .owl-dots .owl-dot.active {
  background: white;
}
#articles .owl-dots .owl-dot.active:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid white;
}
.articles-left {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .articles-left {
    width: 100%;
    height: 450px;
  }
}
.article-wide {
  width: 100%;
  height: 50%;
  display: flex;
  color: white;
  overflow: hidden;
}
.article-wide:hover {
  color: white;
  text-decoration: none;
}
.article-wide:hover .article-wide__link {
  display: block;
}
.article-wide:hover .article-wide__bg {
  opacity: 0.7;
}
.second .article-wide__left {
  order: 2;
}
.second .article-wide__left:after {
  left: -14px;
  transform: rotate(180deg);
}
.second .article-wide__right {
  order: 1;
}
.article-wide__bg {
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.article-wide__right {
  transition: 1s;
  width: calc(50% + 14px);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.article-wide__left {
  position: relative;
  width: calc(50% - 14px);
  z-index: 2;
}
.article-wide__left::after {
  content: '';
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  width: 15px;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 45%, 5% 50%, 100% 55%, 100% 100%, 0 100%);
  z-index: 9;
}
.article-wide .article-wide__left,
.article-wide .article-wide__left::after {
  background-color: #481D1D;
  color: #fff;
}
.article-wide .special,
.article-wide .special::after {
  color: #000;
  background-color: #EEB648;
}
.article-wide .special .article-big__link,
.article-wide .article-wide__left.special .article-big__link:focus {
  color: #000;
  border-color: #000;
}
.article-wide .article-wide__left.special .article-big__link:hover {
  color: #fff;
}
.promotions .article-wide .special .article-big__link::after {
  background-color: #000;
}
.article-wide .monthly,
.article-wide .monthly::after {
  background-color: #9B48EE;
}
.article-wide__left-inner {
  overflow: hidden;
  border: 30px solid transparent;
  border-right-width: 35px;
  border-left-width: 35px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page .article-wide__left-inner {
  display: block;
}
@media screen and (max-width: 991px) {
  .centered-image .article-wide__right {
    background-position: 50% 50%;
  }
  .article-wide__left-inner {
    border: 15px solid transparent;
    border-top-width: 20px;
    border-bottom-width: 10px;
  }
}
.article-wide__link {
  font-size: 14px;
  color: white;
  display: none;
  padding: 8px 20px;
  text-align: center;
  border: 1px solid white;
  border-radius: 50px;
  text-transform: uppercase;
  position: relative;
  transition: 1s;
}
.article-wide__link-w {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-wide__date {
  color: #808fa3;
  font-size: 12px;
  margin-bottom: 5px;
}
.article-wide__title {
  font-size: 32px;
  font-family: "Libre Baskerville", serif;
  transition: 1s;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .article-wide__title {
    font-size: 18px;
  }
}
.article-wide__desc {
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
}

.article-icon-wrapper {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .article-icon-wrapper {
    margin-left: 15px;
  }
}
.article-icon {
  margin-bottom: 8px;
}
.article-icon .h2 {
  display: inline-block;
  font-family: "Libre Baskerville", serif;
  margin: 0 auto;
  vertical-align: bottom;
  margin-left: 15px;
  text-transform: none;
}
.contact-icon-wrapper .article-icon .h2 {
  margin-left: 0;
  font-size: 30px;
  color: white;
}
.contact-icon-wrapper .article-icon-line {
  width: 50px;
  margin-left: 0;
}
.article-icon-line {
  height: 2px;
  width: 20px;
  margin-left: 4px;
  background: #ea0c07;
}
.download-wrapper {
  margin-bottom: 100px;
}
.download {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .contact-icon-wrapper {
    margin-left: 0;
  }
  .download {
    flex-direction: column;
  }
}
.download__picture {
  width: 50%;
  position: relative;
  text-align: center;
}
.download__icons {
  width: 212px;
  height: 32px;
}
.download__picture img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .download__picture {
    width: 100%;
    order: 2;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.download__info {
  width: 65%;
  /* padding-top: 180px; */
  padding-left: 26px;
}
@media screen and (max-width: 991px) {
  .download__info {
    width: 100%;
    order: 1;
    padding-top: 60px;
    padding-bottom: 0;
    padding-left: 15px;
    text-align: center;
  }
}
.download__title {
  color: white;
    font-family: 'Libre Baskerville', serif;
font-size: 40px;
font-weight: 700;
text-align: left;

  margin-bottom: 34px;

}
@media screen and (max-width: 768px) {
  .download__title {
    font-size: 24px;
  }
}
.download__desc {
  width: 81%;
  color: #fff;
  font-family: Open Sans;
font-size: 22px;
font-weight: 400;
line-height: 40px;
text-align: left;

  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .download__desc {
    font-size: 16px;
  }
}
#desktop-btn {
  font-size: 16px;
  color: white;
  display: inline-block;
  padding: 12px 0;
  width: 180px;
  text-align: center;
  background: #03bd5b;
  border-radius: 50px;
  text-transform: uppercase;
  position: relative;
  transition: 0.6s;
  overflow: hidden;
  margin-left: 15px;
}

@media (hover: hover) {
  #desktop-btn:hover {
    text-decoration: none;
    color: white;
    background: #02BD5B;
    padding-left: 15px;
  }
}


#mobile-btn {
  font-size: 16px;
  color: white;
  overflow: hidden;
  display: inline-block;
  padding: 12px 0;
  width: 180px;
  text-align: center;
  border: 1px solid white;
  border-radius: 50px;
  text-transform: uppercase;
  position: relative;
  transition: 0.4s;
}
#mobile-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 1.46em;
  background-color: white;
  transform: scaleX(0.7);
  opacity: 0;
  transition: transform 0.8s, opacity 0.3s;
}
#mobile-btn:hover {
  text-decoration: none;
  color: black;
}
#mobile-btn:hover:after {
  transform: scaleX(1);
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
}
@media screen and (max-width: 991px) {
  .download__buttons {
    display: flex;
    justify-content: center;
  }
  #desktop-btn {
    margin-left: 0;
  }
  #desktop-btn:before {
    transform: translate(0);
  }
}
.info-wrapper {
  position: relative;
  z-index: 999;
  padding-top: 30px;
  margin-bottom: 100px;
}
.info {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 991px) {
  .info {
    flex-direction: column;
  }
}
.info__block {
  width: 50%;
  padding: 30px 60px;
  opacity: 1;
  transition: 2s;
}
@media screen and (max-width: 991px) {
  .info__block {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .info-wrapper {
    padding-top: 100px;
  }
  .info__block {
    padding: 35px;
  }
}
.info__block:nth-of-type(2) {
  transition-delay: 0.5s;
}
.info__block:nth-of-type(3) {
  transition-delay: 1s;
}
.info__block:nth-of-type(4) {
  transition-delay: 1.5s;
}
.info-wrapper.in-view .info__block {
  opacity: 1;
}
.info__text {
  color: white;
}
.info__text:hover {
  color: white;
  text-decoration: none;
}
.info__title {
  vertical-align: top;
  font-size: 25px;
  font-family: "Libre Baskerville", serif;
}
@media screen and (max-width: 768px) {
  .info__title {
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
  }
}
.info__block {
  display: flex;
}
.info__img {
  margin-right: 30px;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .info__img {
    display: none;
  }
}
.info__desc {
  font-size: 16px;
  line-height: 30px;
  color: #d9d9d9;
}
.info__mob-img {
  display: none;
}
.info__mob-img img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .info__mob-img {
    display: block;
    max-width: 75px;
    padding: 5px;
    margin-right: 15px;
  }
}
.footer-wrapper {
  overflow: hidden;
  transform: translateY(-45px);
}
@media screen and (max-width: 450px) {
  .footer-wrapper {
    transform: translateY(14px);
  }
  .footer {
    border-radius: 10px 10px 0 0;
  }
}

.footer {
  background: #2b2b2b;
  border-radius: 10px;
  padding: 40px 50px;
  padding-bottom: 15px;
  width: 1255px;
  min-height: 282px;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 30px;
}
.footer:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 45px;
  left: 100%;
  height: 175px;
  background: #080808;
}
.footer:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 45px;
  right: 100%;
  height: 175px;
  background: #080808;
}
@media screen and (max-width: 991px) {
  .footer {
    padding: 24px;
    width: auto;
    margin: 0 24px;
  }
  .footer__inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .footer {
    margin: unset;
  }
}
@media screen and (max-width: 1320px) {
  .footer {
    width: auto;
  }

}
.footer__first {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .footer__first {
    width: 100%;
    order: 9;
  }
}
.footer__second {
  width: 20%;
  padding: 22px 30px 0 30px;
}

@media screen and (max-width: 991px) {
  .footer__second {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
.footer__third {
  width: 20%;
  padding: 22px 30px 0 30px;
}
@media screen and (max-width: 1200px) {
  .footer__second {
    padding: 15px 15px;
    width: auto;
  }
  .footer__third {
    padding: 15px 15px;
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .footer__third {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
.footer__contact {
  width: 30%;
}
@media screen and (max-width: 991px) {
  .footer__contact {
    width: 100%;
    text-align: center;
    order: -1;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1104px) {
  .footer-wrapper .container {
    width: 1104px;
  }
}
@media screen and (max-width: 1200px) {
  .footer__inner {
    padding: 0;
  }
}

.footer__copy {
  color: #A6A6A6;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;

}
.footer__title {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 10px;
}
.footer__link {
  margin-bottom: 20px;
}
.footer__link a {
  display: inline-block;
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;

}
@media screen and (max-width: 1104px) and (min-width: 992px) {
  .footer__link a {
    font-size: 14px;
  }
  .footer__second {
    padding: 15px 15px 15px 15px;
  }
  .footer__third {
    padding: 15px 15px 15px 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer__link a {
    margin-bottom: 5px;
  }
  .footer__third {
    margin-bottom: 15px;
  }
}
.footer__chat {
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #9e1613;
  padding: 10px 40px;
  width: 100%;
  height: 84px;
  max-width: 289px;
  color: white;
  transition: 1s;
}
.footer__chat:hover {
  background: #080808;
  text-decoration: none;
  color: white;
}
.footer__chat:focus {
  color: white;
}
@media screen and (max-width: 991px) {
  .footer__chat {
    padding: 10px 35px;
    border: 1px solid white;
  }
}
.footer__chat-name {
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
  padding-left: 15px;
  display: inline-block;
}
.footer__chat-name:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 23px;
  top: 4px;
  left: -15px;
  background-image: url(/dist/assets/images/bubble.dafa920f.webp);
}
.footer__chat-desc {
  color: #c1c1c1;
  font-size: 16px;
}
.footer__tel {
  margin-left: 40px;
  margin-top: 20px;
font-size: 26px;
font-weight: 400;
line-height: 24px;

}
@media screen and (max-width: 991px) {
  .footer__tel {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .slide__content-inner {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 992px)  {
  #download__picture_two {
    top: -325px;
  }
  #download__picture_one {
    top: -80px;
  }
}
@media screen and (max-width: 900px) {
  .promo-card{
    max-width: 308px;
  }
.promo-block{
  padding: 24px 12px;
  height: 192px;
}
.promo-text {
  margin-bottom: 24px;
}
  .promo-card img {
    border-radius: 10px;
    height: 180px;
  }

  .promo-btn {
    width: 100%;
  }
}
.footer__tel a {
  color: white;
  font-size: 26px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  }
.footer__tel a:hover {
  text-decoration: none;
  color: white;
}
.footer__tel a:focus {
  color: white;
}
.visas {
  display: flex;
  gap: 40px;
  justify-content: center;
  width: 100%;
  max-width: 1368px;
  align-items: center;
  margin: 0 auto;
  flex-flow: row wrap;
  margin-top: 40px;
}

.visas div img {
  height: 30px;
  width: auto;
}

#visa {
  height: 24px;
}
#discover {
  height: 20px;
}
#ssl {
  height: 34px;
}

.visas div:hover img {
  filter: grayscale(100%);
}
@media screen and (max-width: 991px) {
  .visas {
    max-width: 100%;
  }
  .visas div img {
    height: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .visas {
    gap: 32px
  }
}
@media screen and (max-width: 1200px) {
  .visas {
    gap: 32px
  }
}
@media screen and (max-width: 600px) {
  .visas {
    gap: 16px
  }
}



.bottom-line {
  height: 95px;
  background: #1c0403;
  margin-top: -67px;
}

.bottom-line:nth-child(odd) {
  position: relative;
  z-index: -1;
  top: -198px;
}

.bottom-line:nth-child(even) {
background: transparent;
}
.red-parallax {
  position: absolute;
  height: 872px;
  z-index: -2;
  background: linear-gradient(to right, #1b0000 0%, #a40809 50%, #a40809 100%);
  width: 200%;
  transform: perspective(3000px) rotateY(40deg);
  box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .red-parallax {
    height: 950px;
    transform: perspective(768px) rotateY(15deg);
    background: linear-gradient(to right, #630908, #820a09);
  }
}
@media screen and (max-width: 1096px) {
  .red-parallax {
    left: -67px;
  }
}
@media screen and (max-width: 1200px) {
  .bottom-line:nth-child(even) {
    height: 53px;
    }
}
@media screen and (max-width: 900px) {
  .bottom-line:nth-child(even) {
    height: 53px;
    }
}
.grey-parallax {
  position: absolute;
  height: 400px;
  z-index: -2;
  background: linear-gradient(to top, #0c0c0c, #1b1b1b);
  width: 200%;
  transform: perspective(3000px) rotateY(45deg);
  box-shadow: -1px -1px 15px 5px rgba(0, 0, 0, 0.1);
}
.grey-parallax-wrapper {
  transform: rotate(180deg);
  z-index: -2;
  position: relative;
}
.page .grey-parallax-main {
  transform: translateY(-100px) !important;
}
@media screen and (max-width: 768px) {
  .grey-parallax-wrapper {
    display: none;
  }
}
.grey-parallax-main {
  position: relative;
  z-index: -2;
}
.grey-parallax-outer {
  transform: translateY(300px);
  position: relative;
  z-index: -2;
}
.red-parallax-wrapper {
  position: relative;
  z-index: -2;
}
.red-parallax-outer {
  position: relative;
  z-index: -2;
  transform: translateY(-190px);
}
.red-parallax-promotions {
  position: relative;
  z-index: -2;
  transform: translateY(500px);
}
.red-parallax-promotions .red-parallax {
  height: 500px;
}
.all {
  overflow: hidden;
}
.moniki {
  position: absolute;
  left: 0;
  z-index: 1;
  top: 100px;
}
@media screen and (max-width: 1200px) {
  .red-parallax-outer {
    transform: none;
  }
}
@media screen and (max-width: 991px) {
  .moniki {
    position: relative;
    transform: translate(0) !important;
  }
}
@media screen and (max-width: 991px) {
  .moniki-bg {
    display: none;
  }
}

.all-games-btn {
  display: none;
}

@media screen and (max-width: 550px) {
  .all-games-btn {
    margin: auto;
    margin-top: 16px;
    display: block;
    text-transform: uppercase;
    border: 1px solid #fff;
    height: 46px;
    line-height: 44px;
    width: 130px;
    border-radius: 30px;
    text-align: center;
    color: #fff;

  }
}

.moniki-bg:nth-child(2) {
  position: relative;
  top: 127px;
  left: 25px;
}

.first-block {
  position: relative;
  transition: 3s;
  z-index: 8;
}
@media screen and (max-width: 991px) {
  .first-block {
    transform: translate(0) !important;
  }
}
.second-block {
  position: relative;
  transition: 3s;
}
@media screen and (max-width: 991px) {
  .second-block {
    transform: translate(0) !important;
  }
}
.third-block {
  position: relative;
  z-index: 9;
  transition: 3s;
}
@media screen and (max-width: 991px) {
  .third-block {
    transform: translate(0) !important;
  }
}
.fourth-block {
  position: relative;
  transition: 3s;
}
@media screen and (max-width: 991px) {
  .fourth-block {
    transform: translate(0) !important;
  }
}
.articles-wrapper.in-view .first-block,
.articles-wrapper.in-view .second-block,
.articles-wrapper.in-view .third-block,
.articles-wrapper.in-view .fourth-block,
.articles-wrapper.in-view #articles {
  transform: translate(0) !important;
}
#articles {
  transition: 3s;
}
@media screen and (max-width: 991px) {
  #articles {
    transform: translate(0) !important;
  }
}
@media screen and (max-width: 600px) {
  .header-inner {
    height: 72px;
    padding-left: 16px;
  }
  .logo {
    padding-top: 11px;
    left: 20px;
    top: 2px;
  }

  #buter {
    top: 26px;
  }
}
.page .games .tabs-wrapper {
  padding-top: 30px;
}
.header-wrapper {
  background: linear-gradient(to right, #3d0909, #a40a09);
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.9);
  height: 84px;
}
.more-games-wrapper {
  padding-top: 30px;
  text-align: center;
}
.more-games {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  width: auto;
  min-width: 226px;
  height: 64px;
  padding: 15px;
  background-color: transparent;
  text-transform: uppercase;
  transition: 0.3s;
}
.more-games:hover {
  text-decoration: none;
}
.more-games::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/dist/assets/images/icons/border-gold.140408c2.webp) center / 100% 100% no-repeat;
  pointer-events: none;
}
.more-games.disable {
  display: none;
}
@media screen and (max-width: 1200px) {
  .page .tabs {
    display: flex;
  }
  .more-games {
    font-size: 14px;
    min-width: 134px;
    height: 44px;
    padding: 10px;
  }
}
@media screen and (max-width: 900px) {
  .more-games {
    font-size: 12px;
    min-width: 121px;
    height: 42px;
  }
}

.promotions-wrapper {
  padding-top: 30px;
  padding-bottom: 100px;
}
.promotions .article-wide {
  height: auto;
  border-radius: 5px;
  min-height: 280px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .promotions .article-wide {
    display: flex;
    flex-direction: column;
  }
}
.promotions .article-wide .article-wide__left-inner {
  position: relative;
}
.promotions .article-wide .article-wide__title {
  text-align: left;
}
.promotions .article-wide .article-wide__desc {
  min-height: 100px;
  margin-bottom: 15px;
}
.promotions .article-wide .article-wide__right {
  width: calc(65% + 14px);
}
@media screen and (max-width: 991px) {
  .promotions .article-wide .article-wide__right {
    width: 100%;
    padding-bottom: 45.5%;
    order: -1;
  }
}
.promotions .article-wide .article-wide__left {
  width: calc(35% - 14px);
}
@media screen and (max-width: 991px) {
  .promotions .article-wide .article-wide__left {
    width: calc(50% - 14px);
  }
}
@media screen and (max-width: 991px) {
  .promotions .article-wide .article-wide__left {
    width: 100%;
  }
}
.promotions .article-wide .article-wide__left-inner {
  border: 50px solid transparent;
  border-right-width: 25px;
  border-left-width: 45px;
}
@media screen and (max-width: 991px) {
  .promotions .article-wide .article-wide__left-inner {
    border: 40px solid transparent;
    border-right-width: 35px;
    border-left-width: 35px;
  }
}
.promotions .article-wide .article-big__link {
  left: 0;
  bottom: 0;
  position: relative;
  overflow: hidden;
  background: transparent;
  padding: 8px 35px;
  transition: 0.4s;
}

.promotions .article-wide .article-big__link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 1.46em;
  background-color: white;
  transform: scaleX(0.7);
  opacity: 0;
  transition: transform 0.8s, opacity 0.3s;
}
.promotions .article-wide .article-big__link:hover {
  text-decoration: none;
  color: black;
}
.promotions .article-wide .article-big__link:hover:after {
  transform: scaleX(1);
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
}

@media screen and (max-width: 480px) {
  .promotions .article-wide .article-big__link {
    font-size: 12px;
    padding: 8px 25px;
  }
}
@media screen and (max-width: 768px) {
  .promotions .article-wide .article-wide__desc {
    display: block;
    max-height: none;
  }
}
@media screen and (max-width: 768px) {
  .promotions .article-wide {
    min-height: 150px;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .promotions {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.more-promotions-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.more-promotions {
  font-size: 14px;
  color: white;
  overflow: hidden;
  display: inline-block;
  padding: 10px 0;
  width: 150px;
  text-align: center;
  background: #03bd5b;
  border-radius: 50px;
  text-transform: uppercase;
  position: relative;
  transition: 1s;
  margin-left: 15px;
}
.more-promotions:hover {
  text-decoration: none;
  color: white;
  background: #009c3a;
}
@media screen and (max-width: 991px) {
  .more-promotions {
    display: block;
    margin: 0 auto;
  }
}
h1 {
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
h2 {
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
h3 {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
hr {
  border-top: 3px solid #282828;
}
.text-wrapper {
  padding-top: 30px;
  padding-bottom: 100px;
}
.text-wrapper table {
  font-size: 13px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
  background: linear-gradient(to right, #494948, #7c7b7a);
}
.text-wrapper table th,
.text-wrapper table td {
  padding: 10px 30px;
}
@media screen and (max-width: 768px) {
  .text-wrapper table th,
  .text-wrapper table td {
    padding: 5px;
    font-size: 12px;
  }
}

.text-wrapper table img {
  max-width: 100px;
  height: auto;
}
@media screen and (max-width: 400px) {
  .text-wrapper table th,
  .text-wrapper table td {
    padding: 2px;
    font-size: 10px;
  }
}
.text-wrapper table th {
  text-align: center;
  background: #1d1d1d;
  border: 1px solid #1d1d1d;
}
.text-wrapper table td {
  border: 1px solid #4e4e4d;
}
.text-wrapper table td .table__line {
  border: none;
  outline: none;
  height: 1px;
  background: #4e4e4d;
  margin: 7px 0;
}
@media screen and (max-width: 768px) {
  .text-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .text-wrapper table img {
    max-width: 50px;
  }
}
.text img {
  max-width: 100%;
  height: auto;
}
.text cite {
  padding-left: 40px;
  display: block;
  position: relative;
}
.text cite:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 1px;
  height: 100%;
  background: #fbd572;
  border-radius: 50%;
}
.text ul {
  list-style-type: none;
}
.text ul li {
  position: relative;
  margin-bottom: 5px;
}
.text ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -15px;
  width: 6px;
  height: 6px;
  background: #fbd572;
  border-radius: 50%;
}
.text ul li a {
  color: white;
}
.text a {
  font-weight: bold;
  color: #fbe26f;
}
.list-container {
  background: #2b2b2b;
  border-radius: 10px;
  padding: 15px;
}
.list-container ul {
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
}
.list-container ul li {
  width: 25%;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .list-container ul li {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .list-container ul li {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  .list-container ul li {
    width: 100%;
  }
}
.list-container ul li a {
  color: white;
  font-size: 14px;
  font-weight: 400;
}
.table-wrapper {
  overflow: auto;
}

.vip-banner {
  margin: 32px 0;
}
.vip-banner a {
	display: block;
}
.vip-banner .vip-banner-desk {
  display: block;
  width: 100%;
  height: auto;
}
.vip-banner .vip-banner-mob {
  display: none;
}

@media screen and (max-width: 600px) {
  .vip-banner .vip-banner-mob {
    width: 100%;
    height: auto;
    display: block;
  }
  .vip-banner .vip-banner-desk {
    display: none;
  }
}

a#load-more-games.disabled {
  display: none;
}

.hidden-games {
  display: none;
}

/*NEW styles of promotions inner*/
.main-picture {
  margin: 0 0 32px;
}
.main-picture img {
  display: block;
  width: 100%;
  height: 405px;
  object-fit: cover;
}
.promotions-inner-wrapper {
  margin-bottom: 100px;
  margin-top: 30px;
}
.promotions-title,
.promotions-inner-wrapper h1 {
  font-size: 42px;
  margin: 32px 0;
}
.promotions__title {
  text-align: left;
  font-weight: 900;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .promotions__title {
    text-align: center;
  }
}
.promotions__text-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .promotions__text-wrapper {
    flex-direction: column;
  }
}
.promotions__text {
  color: white;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 32px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .promotions__text {
    width: 100%;
  }
}
.promotions__text span {
  white-space: nowrap;
}
.promotions__text-little {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
  color: #595959;
}
.promotions__code {
  background: #282828;
  border-radius: 3px;
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.promotions__table {
  width: 100%;
  margin-bottom: 25px;
}
.promotions__table th {
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5px;
}
.promotions__table td {
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5px;
}
.promotions_offer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.promotions_offer {
  display: flex;
  flex-direction: column;
  width: calc(33.333% - 10.66px);
  border-radius: 10px;
  background-color: #2F0F0F;
}
.promotions_offer-img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.promotions_offer-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 32px 16px;
}
.promotions_offer-top {
  margin: 0 0 32px;
}
.promotions_offer-title {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 700;
  margin: 0 0 8px;
}
.promotions_offer-description,
.promotions_offer-terms {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}
.promotions_offer-terms {
  display: none;
  position: absolute;
  left: 16px;
  bottom: 32px;
  width: calc(100% - 32px);
  padding: 20px 68px 20px 20px;
  border-radius: 8px;
  background-color: #131313;
  z-index: 1;
}
.promotions_offer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: auto 0 0;
}
.promotions_offer-coupon_btn,
.promotions_offer-terms_btn,
.promotions_offer-play_link {
  font-weight: 700;
  height: 44px;
  min-width: 60px;
  padding: 10px 16px;
  border-width: 1px;
  border-style: solid;
  border-radius: 40px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.55px;
}
.promotions_offer-coupon_btn {
  position: relative;
  flex-grow: 1;
  padding: 10px 12.5%;
  color: #F2C94C;
  border-color: currentColor;
  background-color: transparent;
  transition: 0.3s;
}
.promotions_offer-coupon_btn.success {
  color: #03BD5B;
}
.promotions_offer-coupon_btn.error {
  color: #9E1613;
}
.promotions_offer-coupon_btn svg {
  display: block;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translate(0, -50%);
}
.promotions_offer-coupon_btn path {
  fill: currentColor;
}
.promotions_offer-terms_btn {
  color: #fff;
  border-color: currentColor;
  background-color: transparent;
}
.promotions_offer-terms .promotions_offer-terms_btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: auto;
  padding: 0;
  border: 0;
}
.promotions_offer-play_link {
  width: 100%;
  color: #000;
  background-color: #fff;
  border-color: #fff;
  transition: 0.3s;
}
.promotions_offer-play_link:hover {
  background-color: #F2C94C;
  border-color: #F2C94C;
}
.promotions_offer-play_link:hover,
.promotions_offer-play_link:focus {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 1536px) {
  .main-picture img {
    height: 380px;
  }
  .promotions_offer-coupon_btn {
    padding: 10px 16px;
  }
  .promotions_offer-coupon_btn svg {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .promotions-title,
  .promotions-inner-wrapper h1 {
    font-size: 32px;
  }
  .main-picture img {
    height: 280px;
  }
}
@media screen and (max-width: 900px) {
  .promotions-title,
  .promotions-inner-wrapper h1 {
    font-size: 28px;
    margin: 24px 0;
  }
  .main-picture,
  .promotions__text {
    margin: 0 0 24px;
  }
  .main-picture img {
    height: 220px;
  }
  .promotions_offer-wrapper {
    justify-content: flex-start;
  }
  .promotions_offer {
    width: calc(50% - 8px);
  }
  .promotions_offer-terms {
    padding: 16px 64px 16px 16px;
  }
}
@media screen and (max-width: 600px) {
  .promotions-title,
  .promotions-inner-wrapper h1 {
    font-size: 24px;
  }
  .main-picture img {
    height: 180px;
  }
  .promotions_offer {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .content {
    padding-right: 15px;
    padding-left: 15px;
  }
  .promotions__code {
    width: 100%;
    margin: 0 auto 15px;
  }
}
.promotions__code-text {
  font-size: 34px;
  color: #f90f0f;
}
.promotions__use {
  font-size: 16px;
  font-weight: bold;
}
.promotions__divider {
  margin-top: 5px;
  margin-bottom: 15px;
  height: 1px;
  width: 100%;
  background: #03bd5b;
}

.promotions__btn {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.promotions__btn a {
  color: white;
  display: inline-block;
  padding: 15px 45px;
  text-align: center;
  min-width: 250px;
  border: 2px solid #03bd5b;
  border-radius: 50px;
  text-transform: uppercase;
  position: relative;
  transition: 0.6s;
  overflow: hidden;
  font-size: 24px;
  position: relative;
  overflow: visible;
}
.promotions__btn a:before {
  content: "";
  top: 50%;
  right: 110%;
  height: 1px;
  background: #6b6b6b;
  width: 110vw;
  position: absolute;
  z-index: 999;
  transition: 0.6s;
}
.promotions__btn a:after {
  content: "";
  top: 50%;
  left: 110%;
  height: 1px;
  background: #6b6b6b;
  width: 110vw;
  position: absolute;
  z-index: 999;
  transition: 0.6s;
}
.promotions__btn a:hover {
  text-decoration: none;
  color: white;
  background: #009c3a;
}
.promotions__btn a:hover:after,
.promotions__btn a:hover:before {
  background: #03bd5b;
}
.games-block__inner a {
  width: calc(100% - 30px);
  font-size: 18px;
}
.games-block__name {
  transform: translateY(-100%);
  transition: 0.6s;
  color: #ffee66;
  min-height: 42px;
  text-transform: uppercase;
  padding: 0 15px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.game-block:hover .games-block__name {
  transform: translateY(0);
}
.games-block__info {
  text-transform: lowercase;
  position: absolute;
  color: #ffee66;
  top: 5px;
  right: 5px;
  border-radius: 50%;
  border: 2px solid #ffee66;
  width: 25px;
  height: 25px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.games-block__info:hover {
  background: #ffee66;
  color: #ca0101;
}
.games-popup-wrapper {
  display: none;
  position: fixed;
  z-index: 9999999;
  overflow: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.games-popup-inner-wrapper {
  display: table;
  width: 100%;
  max-width: 768px;
  height: 100%;
  margin: 0 auto;
}
.games-popup-inner {
  display: table-cell;
  vertical-align: middle;
}
.games-popup {
  background: #2b2b2b;
  color: white;
  max-width: 768px;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  z-index: 999999;
}
.games-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.games-popup-bg {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.games-popup-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
}
.games-popup-title:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #525252;
  top: 100%;
  position: absolute;
  left: 0;
}
.games-popup-bottom {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
.games-popup-bottom a {
  text-transform: uppercase;
  color: white;
  text-decoration: underline;
  font-weight: bold;
  font-size: 16px;
}
.games-popup-bottom a:hover {
  color: #fbb535;
}
@media screen and (max-width: 991px) {
  .games-block__name {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .games-popup-bottom a {
    font-size: 12px;
  }
}

/*contacts*/
.contacts-all {
  background-image: url(/dist/assets/images/contact-bg.6483bbe7.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-position: center;
}
.contacts-page {
  /* background-image: url("../../images/contacts-bg.png"); */
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto;
}
.contacts-page p {
  color: white;
  max-width: calc(100% - 450px);
  line-height: 24px;
}
.contacts__low {
  display: flex;
  margin-top: 200px;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 3px solid #e40101;
}
.contacts__low-block {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 31%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #282828;
}
.contacts__low-tel {
  margin-left: 15px;
}
.contacts__low-tel a {
  color: white;
  font-size: 20px;
  font-weight: 400;
}
.contacts__low-mail {
  margin-left: 15px;
}
.contacts__low-mail a {
  color: #feee92;
  font-size: 16px;
  font-weight: 400;
}

.contacts__low-support a {
  padding: 5px 40px;
  border-radius: 50px;
  font-weight: 400;
  font-size: 20px;
  margin-left: 25px;
  margin-right: 25px;
  border: 1px solid #575757;
  transition: 1s;
}
.contacts__low a:hover {
  text-decoration: none;
}
.contacts__low-support a:hover {
  background: #080808;
}
.cherry-decor {
  width: 31px;
  height: 45px;
  position: absolute;
  pointer-events: none;
  bottom: 5px;
  right: 5px;
  background-image: url(/dist/assets/images/cherry2.8d94a256.webp);
  background-repeat: no-repeat;
}
.contacts__low-block:nth-of-type(2) .cherry-decor {
  bottom: 0;
  right: 0;
  transform: rotate(25deg);
}
.contacts__low-block:nth-of-type(3) .cherry-decor {
  bottom: 15px;
  right: 15px;
  transform: rotate(-15deg);
}

.contacts-baba {
  display: none;
}
@media screen and (max-width: 991px) {
  .contacts-baba {
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
  .contacts-page {
    background: none;
  }
  .contacts-page p {
    max-width: 100%;
  }
  .contacts__low-block {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .contacts__low {
    display: block;
    margin-top: 30px;
  }
}
@media screen and (max-width: 400px) {
  .cherry-decor {
    display: none;
  }
}

.slide__content .slide__text img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .slide__content .slide__text {
    text-align: center;
  }
}

.golden-button-inner {
  display: inline-flex;
  border-radius: 50px;
  overflow: hidden;
}
.golden-button a {
  font-size: 30px;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  min-width: 250px;
  background: linear-gradient(
    to bottom,
    #fffb9e 0%,
    #d5a23f 38%,
    #fad14f 54%,
    #f1c64d 78%,
    #cfa146 100%
  );
  color: #594005;
  text-transform: none;
  font-family: "Libre Baskerville", serif;
  transition: 1s;
}
.golden-button a:before {
  display: none;
}

.golden-button a:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  background-image: none;
  height: 100%;
  width: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: -65px;
  transform: skewX(-45deg) translateX(0);
  transition: none;
}
.golden-button a:hover {
  color: rgba(202, 1, 1, 0.8);
  background: linear-gradient(
    to bottom,
    #fffb9e 0%,
    #d5a23f 38%,
    #fad14f 54%,
    #f1c64d 78%,
    #cfa146 100%
  );
}
.golden-button a:hover:before {
  transform: skewX(-45deg) translateX(375px);
  transition: all 0.5s ease-in-out;
}

.transparent-button a {
  background: transparent;
  border: 2px solid #faf34b;
  padding: 10px 75px;
  font-size: 30px;
  margin-left: 15px;
}

@media screen and (max-width: 600px) {
  .golden-button a {
    margin: 0 auto;
  }
  .transparent-button a {
    font-size: 24px;
    margin-left: 0;
  }
  .slide-special {
    background-image: url(/dist/assets/images/dragon_mob.2e49ec56.webp) !important;
  }
  .slide-welcome {
    background: url(/dist/assets/images/welcome_mob.aa0746ab.webp) !important;
  }
  .slide-monthly {
    background: url(/dist/assets/images/monthly_mob.7ffccff6.webp) !important;
  }
}

.red-button a {
  background: linear-gradient(to bottom, #e00019, #ba000d);
  border-radius: 15px;
  margin-top: 15px;
}
.red-button a:hover {
  background: linear-gradient(to bottom, #e00019, #ba000d);
}

a.info {
  color: white;
}

a.info:hover,
a.info:focus {
  text-decoration: none;
}

.three-blocks-wrapper {
  display: flex;
  justify-content: space-between;
}
.single-block {
  width: 32%;
}
.single-block img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .single-block {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
  }
  .three-blocks-wrapper {
    display: block;
    text-align: center;
  }
}

a.white {
  color: white;
}

a.white:hover {
  text-decoration: none;
}

.app .logo {
  display: table;
  margin: 0 auto;
  float: none;
}

.app .footer__contact {
  display: table;
  margin: 0 auto;
  float: none;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .app .logo {
    position: relative;
    left: 0;
  }
}

.slide-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.slide video {
  margin: 0 auto;
  height: 100% !important;
  position: relative;
  left: 50%;
  /*margin-left:-1020px;*/
  transform: translateX(-50%);
}
/*@media screen and (max-width: 1100px) {

  .slide {
    min-height: 370px;
  }
  .slide__content {
    min-height: 370px;
  }
  .slide video{
    margin-left: -600px
  }
}
@media screen and (max-width: 768px) {

  .slide video{
    margin-left: -700px;
  }
  .slide__content-inner {
    padding-bottom: 15px;
  }
}
}
@media screen and (max-width: 600px) {
  .slide {
    min-height: 300px;
  }
  .slide__content {
    min-height: 300px;
  }
  .slide video{
    margin-left: -580px;
  }

}
 */
.slide-video img {
  max-width: 100%;
  height: auto;
}
.owl-item.active .slide-video{
  z-index: 9;
}
.owl-item.active .container {
  position: relative;
  z-index: 99;
}
.light {
  position: absolute;
  width: 157px;
  height: 133px;
  background-image: url(/dist/assets/images/light.db3df16a.webp);
  background-repeat: no-repeat;
  animation: shining2 2s linear infinite;
  visibility: hidden;
  transition: 2s;
}
.light:nth-of-type(1) {
  left: 50%;
  top: 300px;
  animation-delay: 0.2s;
}
.light:nth-of-type(2) {
  left: 40%;
  top: 227px;
  animation-delay: 1.8s;
}
.light:nth-of-type(3) {
  left: 58%;
  top: 250px;
  animation-delay: 0.4s;
}
.light:nth-of-type(4) {
  left: 55%;
  top: 230px;
  animation-delay: 1.2s;
}
.light:nth-of-type(5) {
  left: 38%;
  top: 260px;
  animation-delay: 1.6s;
}
.light:nth-of-type(6) {
  left: 42%;
  top: 275px;
  animation-delay: 1.8s;
}
.light:nth-of-type(7) {
  left: 35%;
  top: 240px;
  animation-delay: 2.8s;
}
.light:nth-of-type(8) {
  left: 58%;
  top: 250px;
  animation-delay: 0.1s;
}
.light:nth-of-type(9) {
  left: 55%;
  top: 230px;
  animation-delay: 3.2s;
}
.light:nth-of-type(10) {
  left: 34%;
  top: 260px;
  animation-delay: 2.6s;
}

.light:nth-of-type(11) {
  left: 10%;
  top: 290px;
  animation-delay: 1.6s;
}
.light:nth-of-type(12) {
  left: 10%;
  top: 305px;
  animation-delay: 1.8s;
}
.light:nth-of-type(13) {
  left: 10%;
  top: 290px;
  animation-delay: 2.8s;
}
.light:nth-of-type(14) {
  left: 10%;
  top: 280px;
  animation-delay: 0.1s;
}
.light:nth-of-type(15) {
  left: 10%;
  top: 270px;
  animation-delay: 3.2s;
}

.light:nth-of-type(16) {
  right: 10%;
  top: 290px;
  animation-delay: 1.6s;
}
.light:nth-of-type(17) {
  right: 10%;
  top: 305px;
  animation-delay: 1.8s;
}
.light:nth-of-type(18) {
  right: 10%;
  top: 290px;
  animation-delay: 2.8s;
}
.light:nth-of-type(19) {
  right: 10%;
  top: 280px;
  animation-delay: 0.1s;
}
.light:nth-of-type(20) {
  right: 10%;
  top: 270px;
  animation-delay: 3.2s;
}

@media screen and (max-width: 991px) {
  .light:nth-of-type(11) {
    left: 30%;
  }
  .light:nth-of-type(12) {
    left: 30%;
  }
  .light:nth-of-type(13) {
    left: 30%;
  }
  .light:nth-of-type(14) {
    left: 30%;
  }
  .light:nth-of-type(15) {
    left: 30%;
  }
  .light:nth-of-type(16) {
    right: 30%;
  }
  .light:nth-of-type(17) {
    right: 30%;
  }
  .light:nth-of-type(18) {
    right: 30%;
  }
  .light:nth-of-type(19) {
    right: 30%;
  }
  .light:nth-of-type(20) {
    right: 30%;
  }
}

@media screen and (max-width: 500px) {
  .lights {
    transform: translateY(-287px) scale(0.5);
  }
  .slide__content {
    position: absolute;
    bottom: 0;
    min-height: auto;
  }
  .slide-video {
    position: relative;
  }
  .slide-video::before {
    content: "";
    position: absolute;
    top: 54%;
    left: 46.2%;
    width: 7.2%;
    padding-bottom: 1.8%;
    background: url(/dist/assets/images/eyes.f66a5c63.webp) center / cover no-repeat;
    opacity: 0;
    animation: blink 2s step-start infinite;
  }
  .slide-video::after {
    content: "";
    position: absolute;
    top: 62%;
    right: 27%;
    width: 9.6%;
    padding-bottom: 11.6%;
    background: url(/dist/assets/images/cherry4.665bbc1c.webp) center / cover no-repeat;
    animation: bounce 2s ease-in-out infinite;
  }
  .slide {
    min-height: auto;
  }
  .slide video {
    height: auto !important;
    max-width: 100%;
    left: auto;
    margin: 0 auto;
    vertical-align: top;
  }
  .light:nth-of-type(11) {
    display: none;
  }
  .light:nth-of-type(12) {
    display: none;
  }
  .light:nth-of-type(13) {
    display: none;
  }
  .light:nth-of-type(14) {
    display: none;
  }
  .light:nth-of-type(15) {
    display: none;
  }
  .light:nth-of-type(16) {
    display: none;
  }
  .light:nth-of-type(17) {
    display: none;
  }
  .light:nth-of-type(18) {
    display: none;
  }
  .light:nth-of-type(19) {
    display: none;
  }
  .light:nth-of-type(20) {
    display: none;
  }
}
.welcome-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.welcome-text img {
  max-height: 300px;
  max-width: 500px;
}
@media screen and (max-width: 991px) {
  .welcome-text img {
    max-width: 380px;
    max-height: 170px;
  }
  .slide__content,
  .slide {
    min-height: 450px;
  }
  .slide video {
    margin-left: -820px;
    transform: translateX(0);
  }
}
@media screen and (max-width: 700px) {
  .welcome-text img {
    max-width: 320px;
  }
  .slide__content,
  .slide {
    min-height: 400px;
  }
  .slide video {
    margin-left: -735px;
    transform: translateX(0);
  }
}
@media screen and (max-width: 650px) {
  .welcome-text img {
    max-width: 280px;
    height: auto;
  }
  .slide__content,
  .slide {
    min-height: 380px;
  }
}
@media screen and (max-width: 550px) {
  .welcome-text img {
    max-width: 260px;
    height: auto;
  }
  .slide__content,
  .slide {
    min-height: 350px;
  }
  .slide video {
    margin-left: -650px;
    transform: translateX(0);
  }
}
.mobile-bg,
.welcome-text__mob {
  display: none;
}
@media screen and (max-width: 500px) {
  .welcome-text img {
    max-width: 80%;
  }
  .welcome-text__desc {
    display: none;
  }
  .welcome-text__mob {
    display: inline-block;
  }
  .slide__content,
  .slide {
    min-height: 100%;
  }
  .welcome-text {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 120px;
  }
  .mobile-bg {
    display: block;
  }
  .desktop-video {
    display: none;
  }
  .slide__content-inner {
    padding-bottom: 5px;
  }
  .lights {
    transform: translateY(-240px) translateX(-40px) scale(0.5);
  }
}

@media screen and (max-width: 400px) {
  .lights {
    transform: translateY(-230px) translateX(-40px) scale(0.5);
  }
}

/*AUUUUU*/
.au .logo__au-text {
  position: absolute;
  top: calc(100% + 5px);
  width: calc(100% - 10px);
  left: 5px;
  right: 5px;
}
.au .menu ul li a:after {
  background: #03bd5b;
}

.au .golden-button a:hover {
  color: #007336;
}
.au .tab:after {
  background: #03bd5b;
}
.au .page .header-inner .logo img {
  max-width: 170px;
}
.au .jackpot__num {
  color: #32ff48;
  text-shadow: 0 0 30px #32ff48;
}
.au .footer__chat {
  border: 1px solid #06b358;
}
.au.page .logo img {
  max-width: 165px;
  height: auto;
}
.au.page .logo a:before {
  left: 20px;
}
.au.page .logo a:after {
  left: 48px;
}
.au .footer__first img {
  max-width: 165px;
  height: auto;
}

.footer__first img {
  margin-bottom: 12px;
  max-width: 161px;
}

/* application page */
.app-block-wrapper{
  width: 32%;
}
.app-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#games-category-title {
	font-size: 30px;
	text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .app-block-wrapper {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .app-wrapper {
    flex-direction: column;
  }
  .games-breadcrumbs {
    margin: 56px 24px 32px;
  }
  #games-category-title {
    margin-left: 24px;
    margin-right: 24px;
  }
  .games {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 600px) {
  .games-breadcrumbs {
    margin: 56px 16px 32px;
  }
  #games-category-title {
    margin-left: 16px;
    margin-right: 16px;
  }
  .games {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.app-main {
  background: #2b2b2b;
  padding: 45px;
  text-align: center;
  margin-bottom: 25px;
  box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .app-main {
    padding: 30px;
  }
}
.app-img {
  margin-bottom: 30px;
}
.app-img svg {
  max-width: 100px;
}
.app-img svg polygon {
  fill: #ffffff;
}
.app-img svg path {
  fill: #ffffff;
}
.app-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.app-desc {
  margin-bottom: 10px;
  color: #8a8a8a;
  font-size: 16px;
}
.app__button a {
  font-weight: 500;
  font-size: 14px;
  color: white;
  background: linear-gradient(to left, #525252, #2b2b2b);
  border: 1px solid #525252;
  outline: none;
  display: inline-block;
  padding: 10px 40px;
  text-align: center;
  border-radius: 50px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.app__button a:hover {
  text-decoration: none;
  background: #525252;
}
.app__button-coming span {
  font-size: 14px;
  color: #8a8a8a;
  background: transparent;
  outline: none;
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  border-radius: 50px;
  text-transform: uppercase;
  border: 1px solid #8a8a8a;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  cursor: default;
}
.app-open {
  background: linear-gradient(to left, #525252, #2b2b2b);
  text-align: center;
  padding: 15px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}
.app-open:hover {
  background: #525252;
  color: white;
}
.app-info {
  background: linear-gradient(to left, #525252, #2b2b2b);
  padding: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  display: none;
  padding-bottom: 0;
}
.app-p {
  margin-bottom: 5px;
}
.app-info img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
  border: 1px solid #949494;
}
.app-arrow {
  margin-bottom: 3px !important;
  margin-left: 10px;
  transform: rotate(180deg);
}
.app-arrow.opened {
  transform: rotate(0);
}
.app-divider {
  height: 2px;
  width: 70px;
  background: #086aa9;
  margin-bottom: 15px;
}
/* .cds-logo{
  margin-top:-5px;
} */
.c-white{
  color: #fff !important;
}
.ovHidden {
  overflow: hidden;
}
.promotions__quiz img{
  margin: 0 auto;
}
.promotions__quiz {
  margin: 15px 0 0 0;
  cursor: pointer;
}
.promotions__quiz.new-quizz {
  cursor: auto;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .promotions__quiz.new-quizz {
    margin-bottom: 100px;
  }
}
@media (max-width: 524px) {
  .promotions__quiz.new-quizz {
    margin-bottom: 120px;
  }
}
.new-quizz .promotions__quiz_h1 {
  font-size: 29px;
}
.new-quizz .img-rounded {
  cursor: pointer;
}
.quizzes__btn {
  color: #fffb02;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #fffb02;
  width: 200px;
  height: 60px;
  cursor: pointer;
  transition: 0.3s ease-in;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
}
.quizzes__btn:hover {
  background-color: #fffb02;
  color: #000;
}
.new-quizz .col-sm-8 {
  position: unset;
}
@media (min-width: 768px) and (max-width: 992px) {
  .container {
    width: 734px;
  }
}
@media (min-width: 768px) {
  .new-quizz .col-sm-4 {
    margin-top: 30px;
  }
  .new-quizz .promotions__quiz_h1 {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .new-quizz .col-sm-4 {
    margin-top: 0;
  }
  .quizzes__btn {
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
  }
}
#modalQuiz {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999999;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all 0.2s;
  opacity: 0;
  pointer-events: none;
  background: #00000094;
  backdrop-filter: blur(5px);
  overflow-x: hidden;
  overflow-y: auto;
}
#modalQuiz.open {
  opacity: 1;
  pointer-events: auto;
}
.modalQuiz_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modalQuiz_content {
  background: #000000;
  width: 100%;
  max-width: 800px;
  margin: 20px 15px;
  position: relative;
  padding-top: 50px;
  height: 100%;
  overflow: scroll;
}
.modalQuiz_content::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.modalQuiz_close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  fill: aliceblue;
}
@media screen and (max-width: 768px) {
  .modalQuiz_content {
    margin: 0;
  }
}

@media (max-width: 769px) {
  .promotions__code--pt {
    margin: 25px 0 0 0;
  }
}

/*banking cc and pm and pdf*/
.banking-validation {
  margin: 8.333vw 0 7vw 0;
}

.banking_wrapper {
  background: #2b2b2b;
  margin: 0 auto;
  border: 2px solid #ffffff;
  border-radius: 10px;
  max-width: 60.938vw;
  padding: 3.125vw 7.552vw;
  width: 100%;
  color: #ffffff;
}

.banking_wrapper__title {
  font-weight: 600;
  font-size: 1.771vw;
  line-height: 130%;
  text-transform: uppercase;
  margin: 0 0 1.042vw 0;
}

.banking_wrapper__subTitle {
  font-weight: 600;
  font-size: 0.938vw;
  line-height: 150%;
  margin: 0 0 1.042vw 0;
}

.banking_wrapper__subTitle a {
  text-decoration: none;
  color: inherit;
}

.banking_wrapper__text {
  font-weight: 400;
  font-size: 0.781vw;
  line-height: 140%;
}

.offsetText {
  padding: 0 0 0 1.042vw;
}

.inputWrapper {
  border: 2px solid #ffffff;
  border-radius: 10px;
  padding: 2.083vw;
  margin: 2.083vw 0 0.521vw 0;
}

.banking_wrapper .inputWrapper [name="asHtml"] {
  display: none;
}

.inputWrapper label {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.302vw;
}

.inputWrapper label span {
  display: inline-block;
  margin-bottom: 0.313vw;
  font-weight: 500;
  font-size: 0.729vw;
  line-height: 100%;
}

.banking_wrapper input {
  color: #fff;
  font-size: 0.938vw;
  font-weight: 500;
  height: 2.865vw;
  outline: none;
  padding: 0.833vw;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.banking_wrapper__info {
  font-size: 0.521vw;
  font-weight: 400;
  margin: 0 0 1.563vw 0;
  text-align: center;
}

.formFooter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 1.042vw 0 0 0;
  width: 36.479vw;
}

.form_footer__input {
  display: flex;
  flex-direction: column;
}

.form_footer__input span {
  font-size: 0.938vw;
  font-weight: 600;
  margin: 0 0 0.313vw 0;
}

.signatureResult_wrap {
  cursor: pointer;
  height: 2.865vw;
  padding: 0.26vw;
  text-align: center;
  width: 9.115vw;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #ffffff;
  border-radius: 5px;
}

#f_date {
  text-transform: uppercase;
}

.actionButton_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 3.125vw auto 0 auto;
}

.actionButton#download_empty {
  border: 1px solid #ffffff;
  border-radius: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.667vw;
  height: 3.125vw;
  margin: 0 3.125vw 0 0;
}

.actionButton#download_empty:hover {
  text-decoration: none;
}

.actionButton#download_empty span {
  font-weight: 700;
  font-size: 0.833vw;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 1.302vw 0 0;
}

.actionButton#submit_form {
  background: rgba(3, 189, 91, 0.3);
  border-radius: 55px;
  pointer-events: none;
  text-decoration: none;
  text-transform: uppercase;
  color: #789988;
  font-weight: 700;
  font-size: 0.833vw;
  width: 16.667vw;
  height: 3.125vw;
  border: transparent;
}

.actionButton#submit_form.active {
  background: #03bd5b;
  color: #fff;
  opacity: 1;
  pointer-events: auto;
}

.actionButton img {
  margin: 0 0 0 1.406vw;
  width: 1.563vw;
}

.actionButton#submit_form .black {
  display: none;
}

.actionButton#submit_form.active .black {
  display: inline-block;
}

.actionButton#submit_form.active .white {
  display: none;
}

/*signature*/
.signature-wrapper {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.signature-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.signature-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 26.875vw;
}

.signature-wrapper .hidden,
.signature-wrapper.wait {
  display: none;
}

.signature_close {
  align-items: center;
  align-self: flex-end;
  cursor: pointer;
  display: flex;
  height: 1.042vw;
  justify-content: center;
  position: relative;
  transform: translate(-20%, -55%);
  width: 1.042vw;
}

.signature_close:before {
  transform: rotate(-45deg);
}

.signature_close:after {
  transform: rotate(45deg);
}

.signature_close:after,
.signature_close:before {
  background: #fff;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  width: 1.042vw;
}

.signature_close:after,
.signature-wrapper .signature_close:before {
  background: #fff;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  width: 1.042vw;
}

.signature-pad {
  background-image: url(/dist/assets/images/banking/signatureBg.2b781818.png);
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  height: 19.531vw;
  padding: 1.875vw 2.083vw 2.083vw 2.083vw;
  position: relative;
  width: 26.875vw;
}

.signature-pad .title {
  font-size: 0.729vw;
  font-weight: 400;
  margin: 0 0 0.729vw;
  position: relative;
  z-index: 10;
}

.signature-pad--body {
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #ffffff;
  flex: 1;
  border-radius: 5px;
  position: relative;
  z-index: 10;
  max-height: 10.417vw;
}

.signatureResult_wrap img {
  max-height: 100%;
  max-width: 100%;
}

.signature-pad--body #signatureDraw {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.signature-pad--footer {
  color: #c3c3c3;
  font-size: 1.2em;
  margin: 1.042vw 0 0 0;
  position: relative;
  text-align: center;
  z-index: 10;
}

.signature-pad--actions {
  display: flex;
  justify-content: center;
}

.signature-pad--actions .button {
  width: 10.417vw;
  height: 2.865vw;
  border-radius: 55px;
  font-weight: 500;
  outline: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.833vw;
}

.signature-pad--actions .button.clear {
  margin-right: max(30px, 1.5625vw);
  border: 1px solid #ffffff;
  background: transparent;
}

.signature-pad--actions .button.apply {
  pointer-events: none;
  background: rgba(3, 189, 91, 0.3);
  border: none;
  opacity: 0.6;
}

.signature-pad--actions .button.apply.active {
  background: #03bd5b;
  opacity: 1;
  pointer-events: auto;
}

.inputWrapper .label_container {
  display: flex;
  flex-direction: row;
  gap: 2.0833333333vw;
}

.inputWrapper .label_container label {
  flex-grow: 1;
  max-width: none;
  width: 50%;
}

@media (max-width: 1500px) {
  .inputWrapper .label_container {
    flex-direction: column;
    gap: 0;
  }

  .inputWrapper .label_container label {
    flex-grow: 1;
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 1366px) {
  .banking-validation {
    margin: 11.333vw 0 7vw 0;
  }
}

@media (max-width: 1024px) and (orientation: portrait), (max-width: 1023px) {
  .banking-validation {
    margin: 15vw 0 15vw;
  }

  .banking_wrapper {
    max-width: 90.365vw;
    padding: 7.943vw 8.203vw 5.208vw 8.203vw;
  }

  .banking_wrapper__title {
    font-size: 4.427vw;
    margin: 0 0 2.604vw 0;
    width: 60%;
  }

  .banking_wrapper__subTitle {
    font-size: 2.344vw;
    margin: 0 0 2.604vw 0;
  }

  .banking_wrapper__text {
    font-size: 1.953vw;
  }

  .offsetText {
    padding: 0 0 0 1.5vw;
    margin: 0 0 1.953vw 0;
  }

  .inputWrapper {
    padding: 5.208vw 6.51vw 1.953vw 6.51vw;
    margin: 2.604vw 0 1.302vw 0;
  }

  .inputWrapper label span {
    margin-bottom: 0.781vw;
    font-size: 1.823vw;
  }

  .banking_wrapper input {
    font-size: 2.344vw;
    height: 7.161vw;
    padding: 2.083vw;
  }

  .inputWrapper label {
    margin-bottom: 3.255vw;
  }

  .banking_wrapper__info {
    font-size: 1.302vw;
    margin: 0 0 5.208vw 0;
  }

  .formFooter {
    margin: 2.344vw 0 0 0;
    width: 81%;
  }

  .form_footer__input span {
    font-size: 2.344vw;
    margin: 0 0 0.781vw 0;
  }

  .signatureResult_wrap {
    height: 7.161vw;
    padding: 0.651vw;
    width: 23.047vw;
  }

  #f_date {
    height: 7.161vw;
    padding: 2.474vw 3.036vw 2.344vw 2.083vw;
    width: 23.047vw;
  }

  .actionButton_wrapper {
    margin: 7.813vw auto 0 auto;
  }

  .actionButton#download_empty {
    width: 41.667vw;
    height: 7.813vw;
    margin: 0 7.161vw 0 0;
  }

  .actionButton#submit_form {
    font-size: 2.083vw;
    width: 41.667vw;
    height: 7.813vw;
  }

  .actionButton#download_empty span {
    font-size: 2.083vw;
    padding: 0;
  }

  .actionButton img {
    margin: 0 0 0 3.255vw;
    width: 3.906vw;
  }

  /*  modal*/
  .signature-pad {
    height: 48.828vw;
    padding: 4.688vw 5.208vw 5.208vw 5.208vw;
    position: relative;
    width: 67.188vw;
  }

  .signature-container {
    width: 67.188vw;
  }

  .signature_close:after,
  .signature-wrapper .signature_close:before {
    width: 3.646vw;
  }

  .signature_close {
    height: 3.646vw;
    transform: translate(-20%, -55%);
    width: 3.646vw;
  }

  .signature-pad .title {
    font-size: 1.823vw;
    margin: 0 0 1.302vw;
  }

  .signature-pad--body {
    max-height: 26.042vw;
  }

  .signature-pad--footer {
    margin: 2.604vw 0 0 0;
  }

  .signature-pad--actions .button {
    width: 26.042vw;
    height: 7.161vw;
    font-size: 2.083vw;
  }
}

@media (max-width: 600px) and (orientation: portrait), (max-width: 599px) {
  .banking-validation {
    margin: 28.333vmin 0 25.333vmin;
  }

  .banking_wrapper__title {
    font-size: 9.067vmin;
    margin: 0 0 5.333vmin 0;
    width: 100%;
  }

  .banking_wrapper {
    max-width: 89.333vmin;
    padding: 0;
    background: none;
    border: none;
  }

  .banking_wrapper__subTitle {
    font-size: 4.8vmin;
    margin: 0 0 5.333vmin 0;
  }

  .banking_wrapper__text {
    font-size: 4vmin;
  }

  .offsetText {
    padding: 0 0 0 5.333vmin;
    margin: 0 0 4vmin 0;
  }

  .inputWrapper {
    padding: 0;
    margin: 0 0 5.333vmin 0;
    border: none;
  }

  .inputWrapper label span {
    margin-bottom: 1.6vmin;
    font-size: 3.733vmin;
  }

  .banking_wrapper input {
    font-size: 4.8vmin;
    height: 14.667vmin;
    padding: 4.267vmin;
  }

  .inputWrapper label {
    margin-bottom: 6.4vmin;
  }

  .banking_wrapper__info {
    font-size: 2.667vmin;
    margin: 0 0 8vmin 0;
    text-align: left;
  }

  .formFooter {
    margin: 5.333vmin 0 0 0;
    width: 100%;
    flex-direction: column;
  }

  .signatureResult_wrap {
    height: 14.667vmin;
    padding: 4.267vmin;
    width: 100%;
  }

  .form_footer__input span {
    font-size: 4.8vmin;
    margin: 0 0 1.6vmin 0;
  }

  .form_footer__input {
    display: flex;
    flex-direction: column;
    margin: 0 0 6.4vmin 0;
  }

  #f_date {
    height: 14.667vmin;
    padding: 4.267vmin;
    width: 100%;
  }

  .actionButton_wrapper {
    margin: 10.667vmin auto 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .actionButton#download_empty {
    width: 89.333vmin;
    height: 16vmin;
    margin: 0 0 8vmin 0;
  }

  .actionButton#submit_form {
    font-size: 4.267vw;
    width: 89.333vmin;
    height: 16vmin;
  }

  .actionButton#download_empty span {
    font-size: 4.267vmin;
    padding: 0;
  }

  .actionButton img {
    margin: 0 0 0 6.933vmin;
    width: 8vmin;
  }

  .signature-container {
    width: 95.188vmin;
  }

  .signature-pad {
    height: 116.533vmin;
    padding: 7.733vmin 6.667vmin 7.733vmin 6.667vmin;
    width: 100vmin;
  }

  .signature-pad .title {
    font-size: 3.733vmin;
    margin: 0 0 2.667vmin;
  }

  .signature-pad--body {
    max-height: 53.333vmin;
  }

  .signature-pad {
    background-image: url(/dist/assets/images/banking/signatureBg_mob.5905ca55.png);
    background-size: 100% 100%;
  }

  .signature-pad--actions {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .signature-pad--footer {
    margin: 5.333vmin 0 0 0;
  }

  .signature-pad--actions .button {
    width: 89.333vmin;
    height: 14.667vmin;
    font-size: 4.267vmin;
  }

  .signature-pad--actions .button.clear {
    margin: 5.333vmin 0 0 0;
    border: 1px solid #ffffff;
  }

  .signature_close {
    height: 7.467vmin;
    transform: translate(-20%, -55%);
    width: 7.467vmin;
  }

  .signature_close:after,
  .signature-wrapper .signature_close:before {
    width: 7.467vmin;
  }
}

.popup-game,
.popup-game .offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.popup-game {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  color: #fff;
}
.popup-game,
.popup-game * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.popup-game .offer {
  width: 40.1041666667vw;
  background-color: #0d694c;
  border-radius: 1.0416666667vw;
  border: 0.2604166667vw solid #ffc346;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .popup-game .offer {
    width: 79.4270833333vw;
    border-radius: 2.6041666667vw;
    border-width: 0.6510416667vw;
  }
}
@media only screen and (max-width: 584px) {
  .popup-game .offer {
    width: 89.3333333333vmin;
    border-radius: 5.3333333333vmin;
    border-width: 0.8vmin;
  }
}
.popup-game .btn-play::before,
.popup-game .offer:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.popup-game .offer:before {
  background: url(/dist/assets/images/bg-offer.e720d903.webp) center/cover no-repeat;
  opacity: 0.6;
  mix-blend-mode: screen;
  pointer-events: none;
}
.popup-game .offer-img {
  border-style: none;
  height: auto;
  width: 35.1041666667vw;
  margin-top: 1.0416666667vw;
  margin-bottom: 2.0833333333vw;
  -webkit-transform: translate(-1%, 0);
  -ms-transform: translate(-1%, 0);
  transform: translate(-1%, 0);
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .popup-game .offer-img {
    width: 71.6145833333vw;
    margin-top: 2.6041666667vw;
    margin-bottom: 2.6041666667vw;
  }
}
@media only screen and (max-width: 584px) {
  .popup-game .offer-img {
    width: 80vmin;
    margin-bottom: 2.6666666667vmin;
  }
}
.popup-game .offer-title {
  text-align: center;
  font-size: 4.1666666667vw;
  line-height: 2.1875vw;
  font-family: "Lemon";
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  margin: 0;
  margin-bottom: 2.0833333333vw;
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .popup-game .offer-title {
    font-size: 8.4635416667vw;
    line-height: 5.46875vw;
    margin-bottom: 5.2083333333vw;
  }
}
@media only screen and (max-width: 584px) {
  .popup-game .offer-title {
    font-size: 8.5333333333vmin;
    line-height: 11.2vmin;
  }
}
.popup-game .offer-game,
.popup-game .offer-title p {
  margin: 0;
  font-size: 6.25vw;
  line-height: 2.1875vw;
  margin-bottom: 2.34375vw;
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .popup-game .offer-title p {
    font-size: 10.4166666667vw;
    line-height: 5.46875vw;
    margin-bottom: 0.6510416667vw;
  }
}
@media only screen and (max-width: 584px) {
  .popup-game .offer-title p {
    font-size: 14.6666666667vmin;
    line-height: 11.2vmin;
    margin-bottom: 2.6666666667vmin;
  }
  .popup-game .offer-title br {
    display: none;
  }
}
.popup-game .offer-game {
  font-weight: 700;
  font-size: 1.4583333333vw;
  margin-bottom: 3.125vw;
  color: #ffc346;
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .popup-game .offer-game {
    font-size: 2.6041666667vw;
    line-height: 5.46875vw;
    margin-bottom: 6.5104166667vw;
  }
}
@media only screen and (max-width: 584px) {
  .popup-game .offer-game {
    font-size: 4.2666666667vmin;
    line-height: 5.3333333333vmin;
    margin-bottom: 5.3333333333vmin;
    max-width: 58.1333333333vmin;
    text-align: center;
  }
}
.popup-game .btn-close {
  cursor: pointer;
  z-index: 10;
  outline: 0;
  border: 0;
  width: 2.2916666667vw;
  height: 2.2916666667vw;
  background: 0 0;
  position: absolute;
  top: 1.25vw;
  right: 1.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .popup-game .btn-close {
    width: 5.7291666667vw;
    height: 5.7291666667vw;
    top: 3.125vw;
    right: 3.125vw;
  }
}
@media only screen and (max-width: 584px) {
  .popup-game .btn-close {
    width: 7.4666666667vmin;
    height: 7.4666666667vmin;
    top: 3.2vmin;
    right: 3.2vmin;
  }
}
.popup-game .btn-close svg {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .popup-game .btn-close svg {
    width: 80%;
  }
}
.popup-game .btn-play {
  width: 23.2291666667vw;
  height: 4.1666666667vw;
  cursor: pointer;
  outline: 0;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ff8a00),
      to(red)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#9ed700), to(#005b1a));
  background: -o-linear-gradient(top, #ff8a00 0, red 100%),
    -o-linear-gradient(top, #9ed700 0, #005b1a 100%);
  background: linear-gradient(180deg, #ff8a00 0, red 100%),
    linear-gradient(180deg, #9ed700 0, #005b1a 100%);
  -webkit-box-shadow: inset 0 0.2083333333vw 0.3125vw rgba(255, 255, 255, 0.25),
    inset 0 -0.2083333333vw 0.3125vw rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0.2083333333vw 0.3125vw rgba(255, 255, 255, 0.25),
    inset 0 -0.2083333333vw 0.3125vw rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  font-weight: 700;
  font-size: 1.6666666667vw;
  line-height: 2.1875vw;
  text-transform: uppercase;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4.2708333333vw;
  border: 0;
  text-decoration: none;
  position: relative;
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .popup-game .btn-play {
    width: 52.0833333333vw;
    height: 10.4166666667vw;
    -webkit-box-shadow: inset 0 0.5208333333vw 0.78125vw
        rgba(255, 255, 255, 0.25),
      inset 0 -0.5208333333vw 0.78125vw rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0.5208333333vw 0.78125vw rgba(255, 255, 255, 0.25),
      inset 0 -0.5208333333vw 0.78125vw rgba(0, 0, 0, 0.25);
    font-size: 3.6458333333vw;
    line-height: 5.46875vw;
    margin-bottom: 6.5104166667vw;
  }
}
@media only screen and (max-width: 584px) {
  .popup-game .btn-play {
    width: 74.6666666667vmin;
    height: 13.3333333333vmin;
    -webkit-box-shadow: inset 0 1.0666666667vmin 1.6vmin
        rgba(255, 255, 255, 0.25),
      inset 0 -1.0666666667vmin 1.6vmin rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1.0666666667vmin 1.6vmin rgba(255, 255, 255, 0.25),
      inset 0 -1.0666666667vmin 1.6vmin rgba(0, 0, 0, 0.25);
    font-size: 5.3333333333vmin;
    line-height: 11.2vmin;
    margin-bottom: 10.6666666667vmin;
  }
}
.popup-game .btn-play span {
  z-index: 1;
}
.popup-game .btn-play::before {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(red),
      to(#ff8a00)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#005b1a), to(#9ed700));
  background: -o-linear-gradient(top, red 0, #ff8a00 100%),
    -o-linear-gradient(top, #005b1a 0, #9ed700 100%);
  background: linear-gradient(180deg, red 0, #ff8a00 100%),
    linear-gradient(180deg, #005b1a 0, #9ed700 100%);
  border-radius: inherit;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 0;
}
@media only screen and (hover: hover) {
  .popup-game .btn-play:hover::before {
    opacity: 1;
    -webkit-box-shadow: 0 0.2083333333vw 0.3125vw rgba(255, 255, 255, 0.25),
      0 -0.2083333333vw 0.3125vw rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.2083333333vw 0.3125vw rgba(255, 255, 255, 0.25),
      0 -0.2083333333vw 0.3125vw rgba(0, 0, 0, 0.25);
  }
}

.MuiGrid-container,
.MuiTypography-root {
  height: 100%;
}
.MuiBox-root .MuiBox-root .MuiBox-root .MuiBox-root {
  height: 100%;
}
main {
  padding: 0 !important;
}
.container-c {
  height: 100%;
  align-items: flex-end;
  min-height: 659px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 0 8.281vw 0 0;
}
.container__title {
  font-size: 42px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: 0.46px;
  text-align: left;
  text-transform: uppercase;
  margin: 6.094vw 0 0.833vw 0;
}
.container__button-p {
  text-align: left;
  margin-top: 8px;
}
.contact {
  display: flex;
  gap: 16px;
  align-items: baseline;
  margin-bottom: 16px;
}
.contact__text {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.contact p {
  margin: 0;
}
.container__text {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.container__contacts {
  display: flex;
  flex-direction: column;
  margin: 0 0 36px 0;
}
.container__button {
  color: #000;
  text-decoration: none;
  border: none;
  cursor: pointer;
  width: 200px;
  height: 38px;
  text-transform: uppercase;
  border-radius: 8px;
  background: linear-gradient(
    180deg,
    #fffb9e 0%,
    #d5a23f 39%,
    #fad14f 63%,
    #f1c64d 82%,
    #cfa146 100%
  );
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}
.container__call {
  display: flex;
  flex-direction: column;
  width: 595px;
  height: 456px;
  background: #2a2a2afa;
  border: 1px solid #eeb648;
  border-radius: 7px;
  margin: 102px 0 0px 0;
  padding: 85px 88px;
}
.container__header {
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  margin: 0 0 16px 0;
  text-align: left;
  text-transform: uppercase;
}
.container__info-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
.container__email {
  display: flex;
  width: 498px;
  height: 120px;
  background: #160303;
  border: 1px solid #ff7a76;
  border-radius: 12px;
}
.container__img {
  display: flex;
  margin: 0 36px 0 20px;
  max-width: 44px;
}
.container__info-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.container__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 32px;
}
.container__phones {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container__phones img {
  max-height: 11px !important;
  max-width: 18px !important;
  margin: 0 8px 0 0;
}
.container__phones-item {
  padding-top: 8px;
}
.container__phones-item a {
  color: #fff;
}
@media only screen and (max-width: 1536px) {
  .container-c {
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 0 8.667vw 0 0;
  }
  .container__call {
    padding: 48px;
    width: 515px;
    height: 384px;
    margin-top: 151px;
  }
}
@media only screen and (max-width: 900px) {
  .container-c {
    height: 100%;
    min-height: 484px;
    padding-right: 2.667vw;
  }
  .container__call {
    padding: 32px 48px;
    width: 462px;
    height: 316px;
    margin-top: 95.5px;
  }
  .container__header {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    margin-bottom: 8px;
  }
  .container__info {
    margin-bottom: 24px;
  }
  .container__button-p {
    margin: 0px !important;
  }
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .contacts-all {
    background-image: url(/dist/assets/images/contact-bg-t.719ad96d.webp);
  }
  .container-c {
    height: 100%;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 0 0 0 24px;
  }
  .container__title,
  .container__text {
    text-align: center;
    width: 100%;
  }
  .container__title {
    margin: 117px auto 16px auto;
  }
  .container__contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 0 15% 0;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .container-c {
    align-items: center;
    background-position: bottom;
    text-align: center;
    padding: 0;
    min-height: 844px;
    height: 100%;
  }
  .container__title {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 36px;
    margin: 36px auto 16px auto;
  }
  .container__text {
    text-align: center;
    max-width: 91%;
  }
  .container__call {
    width: 462px;
    height: 316px;
    margin: 64px 0 0 0;
  }
  .container__email {
    width: 343px;
    height: 120px;
  }

  .container__header {
    text-align: center;
  }

  .container {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 468px) and (orientation: portrait) {
  .container-c {
    height: 100%;
    min-height: 718px;
  }
  .container__call {
    margin-top: 34px;
    width: 320px;
    height: 309px;
    padding: 32px 44px;
  }
  .container__header {
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: left;
  }
  .container__info {
    margin-bottom: 0px;
  }
  .container__info-desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    margin-bottom: 20px;
  }
  .contact__text {
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
  }
  .contact__img {
    width: 18px;
  }
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .container {
    margin: auto !important;
  }

  .container-c {
    min-height: 844px !important;
  }

  .container__call {
    margin: 64px 0 0 0 !important;
  }

  .container__header {
    text-align: center !important;
  }
}

.breadcrumbs {
  margin: 0 0 24px;
}
.breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumbs-item {
  font-size: 14px;
  line-height: 1.5;
}
.breadcrumbs-item:last-child {
  font-weight: 700;
}
.breadcrumbs-item:not(:last-child):after {
  content: '/';
  margin: 0 5px;
}
.breadcrumbs-link {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 5px;
}
.breadcrumbs-link:hover {
  color: inherit;
}
@media screen and (min-width: 900px) {
  .breadcrumbs {
    margin: 0 0 32px;
  }
  .breadcrumbs-item {
    font-size: 16px;
  }
}
/*demo-play*/
.demo-play {
	padding: 56px 0 100px;
}
.demo-play .breadcrumbs {
	font-size: 16px;
	line-height: 1.5;
}
.demo-play .breadcrumbs a {
	color: #fff;
	text-decoration: none;
}
.demo-play .breadcrumbs a:hover {
	text-decoration: underline;
}
.demo-play__title {
	font-size: 42px;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	margin: 0 0 32px;
	text-transform: none;
}
.demo-play__iframe {
	margin-bottom: 56px;
	width: 100%;
	position: relative;
	padding-bottom: 42%;
}
.demo-play__iframe iframe {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.demo-play__description {
	margin-bottom: 104px;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}
.demo-play__description p {
	margin: 0 0 32px;
}
.demo-play__description ul,
.demo-play__description ol {
	padding-left: 20px;
	margin: 0 0 32px;
}
.demo-play__description h2,
.demo-play__games .h2 {
	font-size: 42px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 32px;
	text-transform: none;
}
.demo-play__description h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 32px;
	text-transform: none;
}
.demo-play__games .line{
	border-top: 2px solid #2A2A2A;
	margin-bottom: 32px;
}
.table-container {
  overflow-x: auto;
}

.responsive-table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid white;
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.responsive-table th,
.responsive-table td {
  border: 1px solid white;
  padding: 10px 14px;
  text-align: left;
  color: #fff;
}

.responsive-table thead {
  background-color: #2c3e50; /* Темно-синій для заголовків */
}

.responsive-table th {
  font-weight: bold;
}

.responsive-table tbody tr {
  background-color: #222; /* Єдиний темний фон для всіх рядків */
}

.responsive-table tbody tr:hover {
  background-color: #2a2a2a; /* Легка підсвітка при наведенні */
}
.demo-games {
	max-height: 215px;
	overflow: hidden;
	margin-bottom: 32px;
	transition: 1s ease all;
}
.demo-games.opened {
	max-height: 3000px;
}
.demo-play__games .btn-wrap {
	text-align: center;
}
.show-more-games,
.demo-play__buttons .bt {
	text-decoration: none;
	width: 233px;
	height: 58px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0.15px;
	text-align: left;
	background: #02BD5B;
  border: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 30px;
	transition: 0.3s all ease;
}
.show-more-games:hover,
.demo-play__buttons .bt:hover {
	background: #fff;
	color: #000;
}
.demo-play__buttons {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.demo-play__buttons .wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	position: relative;
	z-index: 2;
}
.demo-play__buttons .bt-show-iframe {
	background: #fff;
	color: #000;
}
.demo-play__buttons .bt-show-iframe:hover {
	background: #000;
	color: #fff;
}
.demo-play__buttons .img-bg{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
}
.demo-play__buttons .img-bg img {
	display: block;
	width: 100%;
	object-fit: cover;
	filter: blur(10px)  brightness(.7);
	-webkit-filter: blur(10px)  brightness(.7);
}

/*quotes*/
.quote {

}

.quote__wrap {

}

.quote-block-red {
  background: url(/dist/assets/images/seo/tip/tip-block-red.6a98aebe.webp);
}

.quote-block-blue {
  background: url(/dist/assets/images/seo/tip/tip-block-blue.50548a09.webp);
}

.quote-block-gold {
  background: url(/dist/assets/images/seo/tip/tip-block-gold.f3624b27.webp);
}

.quote-block-green {
  background: url(/dist/assets/images/seo/tip/tip-block-green.10ef6add.webp);
}

.quote-block-grey {
  background: url(/dist/assets/images/seo/tip/tip-block-grey.fc75f45c.webp);
}

/*---*/
.quote-block__inner-red {
  background: url(/dist/assets/images/seo/tip/overlay-red.bd221eae.png);
}

.quote-block__inner-gold {
  background: url(/dist/assets/images/seo/tip/overlay-gold.4b0cf670.png);
}

.quote-block__inner-green {
  background: url(/dist/assets/images/seo/tip/overlay-green.548c0aea.png);
}

.quote-block__inner-grey {
  background: url(/dist/assets/images/seo/tip/overlay-grey.75b37b09.png);
}

.quote-block__inner-blue {
  background: url(/dist/assets/images/seo/tip/overlay-blue.d08f269c.png);
}

blockquote {
   border-left: none;
   font-size: inherit;
   margin: 0;
   padding: 0;
  border-radius: 8px;
}

.quote-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1408 / 208;
  width: 100%;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

.quote-block__inner {
  border-radius: 8px;
  width: 24.74vw;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0 0 2.188vw;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.text-quote {
  max-width: 15vw;
  position: relative;
  margin: 0;
  font-size: 0.729vw;
  line-height: 1.146vw;
}

.text-quote::before {
  content: "";
  background: url(/dist/assets/images/seo/tip/left-q.a41778cd.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -10px;
  top: -30px;
}

.text-quote::after {
  content: "";
  background: url(/dist/assets/images/seo/tip/right-q.bf25a985.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -20px;
  bottom: -20px;
}

/*pro-tip-text*/
.pro-tip-text {
  background: linear-gradient(90deg, rgba(237, 196, 7, .3), hsla(0, 0%, 100%, 0));
  border: 1px solid rgba(251, 226, 111, .25);
  border-left: 6px solid #fbe26f;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(255, 106, 0, .08);
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin: 20px 0;
  padding: 14px 16px;
}

@media (max-width: 1024px) {
  .quote-block {
    background-size: cover;
    aspect-ratio: 704 / 208;
    background-position: 65% 100%;
  }
  .quote-block__inner {
    width: 476px;
    padding: 0 0 0 42px;
    background-size: 100% 100%;
    background-position: right;
  }

  .text-quote {
    max-width: 288px;
    font-size: 14px;
    line-height: 22px;
  }

  .pro-tip-text {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .quote-block-red {
    background: url(/dist/assets/images/seo/tip/tip-block-red_mob.59214914.webp);
  }

  .quote-block-gold {
    background: url(/dist/assets/images/seo/tip/tip-block-gold_mob.b114afc5.webp);
  }

  .quote-block-green {
    background: url(/dist/assets/images/seo/tip/tip-block-green_mob.4bae2df7.webp);
  }

  .quote-block-grey {
    background: url(/dist/assets/images/seo/tip/tip-block-grey_mob.d41916bf.webp);
  }

  .quote-block-blue {
    background: url(/dist/assets/images/seo/tip/tip-block-blue_mob.c61b05a5.webp);
  }

  .quote-block {
    aspect-ratio: 345 / 208;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .quote-block__inner {
    width: 217px;
    padding: 0 0 0 16px;
    background-size: 100% 100%;
    background-position: left;
  }

  .text-quote {
    max-width: 175px;
  }

  .text-quote::before {
    left: -1px;
  }
}


@media screen and (max-width: 1200px) {
	.demo-games {
		max-height: 180px;
	}
}
@media screen and (max-width: 991px) {
	.demo-games {
		max-height: 140px;
	}
	.demo-play__title {
		font-size: 32px;
	}
	.demo-play__description h2,
	.demo-play__games .h2 {
		font-size: 32px;
	}
	.demo-play__buttons .bt,
	.show-more-games {
		width: 200px;
		height: 44px;
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.demo-play .breadcrumbs {
		font-size: 14px;
	}
	.demo-games {
		max-height: 290px;
	}
	.demo-play__description {
		font-size: 14px;
		line-height: 20px;
	}
	.demo-play__description h2, .demo-play__games .h2 {
		font-size: 28px;
	}
	.demo-play__description h3 {
		font-size: 20px;
	}
	.demo-play__buttons .bt,
	.show-more-games {
		width: 134px;
		height: 42px;
		font-size: 14px;
	}
	.show-more-games {
		width: 170px;
	}
	.demo-play__description {
		margin-bottom: 56px;
	}
	.demo-play__iframe {
		margin-bottom: 32px;
	}
	.demo-play {
		padding-top: 32px;
	}
}
@media screen and (max-width: 450px) {
	.demo-play {
		padding-bottom: 56px;
	}
	.demo-play__iframe {
		padding-bottom: 60%;
	}
}

.bonuses {
  padding: 0 16px;
  margin-bottom: 24px;
}
@media (min-width: 600px) {
  .bonuses {
    padding: 0 24px;
    margin-bottom: 32px;
  }
}
.bonuses .h1 {
  font-size: 24px;
  font-weight: 700;
  margin-right: 100px;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .bonuses .h1 {
    font-size: 28px;
    font-weight: 600;
  }
}
@media (min-width: 900px) {
  .bonuses .h1 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .bonuses .h1 {
    font-size: 36px;
    font-weight: 700;
  }
}
@media (min-width: 1536px) {
  .bonuses .h1 {
    font-size: 42px;
    font-weight: 600;
  }
}
.bonuses h2 {
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 900px) {
  .bonuses h2 {
    font-size: 24px;
    font-weight: 700;
  }
}
.bonuses h3 {
  font-size: 20px;
  font-weight: 600;
}
.bonuses .container {
  max-width: 100%;
}
.bonuses-slider {
  --slider-right-padding: 0;
  position: relative;
  padding-right: var(--slider-right-padding);
}
@media (min-width: 600px) {
  .bonuses-slider {
    --slider-right-padding: 230px;
  }
}
@media (min-width: 900px) {
  .bonuses-slider {
    --slider-right-padding: 170px;
  }
}
@media (min-width: 1200px) {
  .bonuses-slider {
    --slider-right-padding: 120px;
  }
}
.bonuses-slider .owl-stage-outer {
  width: calc(100% + var(--slider-right-padding));
}
.bonuses-slider .owl-stage {
  display: flex;
}
.bonuses-slider .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(calc(-50% - 35px));
}
.bonuses-slider .owl-nav button {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background-color: #fff;
}
.bonuses-slider .owl-nav button.disabled {
  opacity: 0.5;
}
.bonuses-slider .owl-nav button span {
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
  background: url(/dist/assets/images/icons/arrow.a7f0b0b2.svg) center/15px 9px no-repeat;
  filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(7460%) hue-rotate(326deg) brightness(108%) contrast(93%);
}
.bonuses-slider .owl-prev {
  margin-right: 8px;
}
.bonuses-slider .owl-prev span {
  transform: rotate(-90deg);
}
.bonuses-slider .owl-next span {
  transform: rotate(90deg);
}
.bonuses-slide {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 7px;
  background-color: #2a2a2a;
}
.bonuses-slide img {
  aspect-ratio: 1.9428;
  object-fit: cover;
}
.bonuses .slide-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 24px;
}
.bonuses .slide-head {
  position: relative;
}
.bonuses .slide-payment {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  padding: 0;
  list-style: none;
}
.bonuses .slide-payment li img {
  display: block;
  width: 24px;
  height: 24px;
}
.bonuses .slide-title {
  position: relative;
  padding-right: 48px;
  text-transform: initial;
  font-size: 20px;
  font-weight: 600;
}
.bonuses .slide-more {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #fae26f;
  border-radius: 8px;
  background: url(/dist/assets/images/icons/info.4dd6c1a1.svg) center/16px auto no-repeat;
}
.bonuses .slide-description {
  margin-bottom: auto;
  color: #a6a6a6;
}
.bonuses .slide-claim {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 8px;
  margin-top: 24px;
  text-transform: uppercase;
  color: #000000;
  background: linear-gradient(180deg, #fffb9e 0%, #d5a23f 39%, #fad14f 63%, #f1c64d 82%, #cfa146 100%);
}

.seo_text {
  padding: 0 16px;
  margin-bottom: 24px;
}
@media (min-width: 600px) {
  .seo_text {
    padding: 0 24px;
    margin-bottom: 32px;
  }
}
.seo_text h1 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .seo_text h1 {
    font-size: 28px;
    font-weight: 600;
  }
}
@media (min-width: 900px) {
  .seo_text h1 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .seo_text h1 {
    font-size: 36px;
    font-weight: 700;
  }
}
@media (min-width: 1536px) {
  .seo_text h1 {
    font-size: 42px;
    font-weight: 600;
  }
}
.seo_text h2 {
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 900px) {
  .seo_text h2 {
    font-size: 24px;
    font-weight: 700;
  }
}
.seo_text h3 {
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 900px) {
  .seo_text h3 {
    font-size: 20px;
  }
}
.seo_text p,
.seo_text ul,
.seo_text ol {
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 900px) {
  .seo_text p,
  .seo_text ul,
  .seo_text ol {
    font-size: 16px;
  }
}
.seo_text ol {
  padding-left: 20px;
}
.seo_text ul {
  list-style: none;
  padding-left: 0;
}
.seo_text ul li {
  display: flex;
  align-items: center;
  margin: 16px 0;
}
.seo_text ul li::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  background: url(/dist/assets/images/icons/cherry.60b4b756.svg) center/contain no-repeat;
}
.seo_text a {
  color: #25a440;
}
.seo_text .container {
  max-width: 100%;
}
.seo_text-additional {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.seo_text-additional .seo_text-block:first-child {
  margin-top: 0;
}
.seo_text-block {
  margin: 32px 0;
}
.seo_text-more {
  font-size: 12px;
  font-weight: 700;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 112px;
  height: 42px;
  padding: 10px;
  border: 0;
  margin: 0 auto;
  background-color: transparent;
  text-transform: uppercase;
}
@media (min-width: 900px) {
  .seo_text-more {
    font-size: 14px;
    min-width: 124px;
    height: 44px;
  }
}
@media (min-width: 1200px) {
  .seo_text-more {
    font-size: 20px;
    min-width: 212px;
    height: 58px;
  }
}
.seo_text-more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/dist/assets/images/icons/border-gold.140408c2.webp) center/100% 100% no-repeat;
  pointer-events: none;
}
.seo_text-more.active::before {
  background-image: url(/dist/assets/images/icons/border-green.22018b1d.webp);
}

.accordion {
  padding: 0 16px;
  margin-bottom: 24px;
}
@media (min-width: 600px) {
  .accordion {
    padding: 0 24px;
    margin-bottom: 77px;
  }
}
.accordion h2 {
  font-size: 28px;
  font-weight: 600;
}
@media (min-width: 900px) {
  .accordion h2 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .accordion h2 {
    font-size: 32px;
  }
}
@media (min-width: 1536px) {
  .accordion h2 {
    font-size: 42px;
  }
}
.accordion ul {
  list-style: none;
}
.accordion .container {
  max-width: 100%;
}
.accordion-list, .accordion ul {
  padding: 0;
  margin: 0;
}
.accordion-item, .accordion li {
  padding: 16px;
  border-radius: 10px;
  background-color: #2a2a2a;
  cursor: pointer;
}
.accordion-item:not(:last-child), .accordion li:not(:last-child) {
  margin-bottom: 8px;
}
.accordion-head, .accordion h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  color: #eeb648;
  text-align: left;
  outline: none;
  background-color: transparent;
  font-size: 20px;
  font-weight: 600;
  text-transform: initial;
}
@media (min-width: 900px) {
  .accordion-head, .accordion h3 {
    font-size: 24px;
    font-weight: 700;
  }
}
.accordion-head::after, .accordion h3::after {
  content: "";
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-left: 16px;
  background: url(/dist/assets/images/icons/arrow.a7f0b0b2.svg) center/15px 9px no-repeat;
  transform: rotate(-180deg);
  transition: transform 0.3s ease-out;
}
.active .accordion-head::after, .active .accordion h3::after {
  transform: rotate(0deg);
}
.accordion-content {
  max-height: 0;
  color: #a6a6a6;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.accordion-content p {
  margin: 8px 0;
}
@media (min-width: 900px) {
  .accordion-content p {
    font-size: 16px;
  }
}
