/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

*,::after,::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

figcaption,figure,footer,main,section {
  display: block;
}

::selection { background:#115417; color:#fff; }

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0!important;
}

h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

code {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,input,select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[type=button],[type=reset],[type=submit],button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
  cursor: pointer;
}

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

input[type=checkbox],input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none!important;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  font-weight: bold;
}



.h1,h1 {
  font-size: 2.5rem;
}

.h2,h2 {
  font-size: 2rem;
}

.h3,h3 {
  font-size: 1.6rem;
}

.h4,h4 {
  font-size: 1.5rem;
}

.h5,h5 {
  font-size: 1.25rem;
}

.h6,h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

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

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid,.container-lg,.container-md,.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:576px) {
  .container,  .container-sm {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container,  .container-md,  .container-sm {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container,  .container-lg,  .container-md,  .container-sm {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container,  .container-lg,  .container-md,  .container-sm {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width:576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width:768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width:992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table td {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm td {
  padding: .3rem;
}

.table-secondary,.table-secondary>td {
  background-color: #d6d8db;
}

.table-secondary tbody+tbody,.table-secondary td {
  border-color: #b3b7bb;
}

.table-info,.table-info>td {
  background-color: #bee5eb;
}

.table-info tbody+tbody,.table-info td {
  border-color: #86cfda;
}

.table-active,.table-active>td {
  background-color: rgba(0,0,0,.075);
}

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5;
}

.form-text {
  display: block;
  margin-top: .25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row>.col,.form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width:576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.btn:disabled {
  opacity: .65;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 .2rem rgba(130,138,145,.5);
}

.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 .2rem rgba(58,176,195,.5);
}

.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus {
  text-decoration: underline;
}

.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: .5rem;
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
  width: 100%;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: .25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: .75rem;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1.25rem;
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0,0,0,.03);
  border-top: 1px solid rgba(0,0,0,.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-img,.card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img,.card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card-img {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .badge {
    transition: none;
  }
}

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

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:focus,a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:focus,a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-footer>* {
  margin: .25rem;
}

@media (min-width:576px) {
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width:992px) {
  .modal-lg {
    max-width: 800px;
  }
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.align-top {
  vertical-align: top!important;
}

.align-text-top {
  vertical-align: text-top!important;
}

.bg-secondary {
  background-color: #6c757d!important;
}

a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover {
  background-color: #545b62!important;
}

.bg-info {
  background-color: #17a2b8!important;
}

a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover {
  background-color: #117a8b!important;
}

.border {
  border: 1px solid #dee2e6!important;
}

.border-top {
  border-top: 1px solid #dee2e6!important;
}

.border-right {
  border-right: 1px solid #dee2e6!important;
}

.border-left {
  border-left: 1px solid #dee2e6!important;
}

.border-0 {
  border: 0!important;
}

.border-top-0 {
  border-top: 0!important;
}

.border-right-0 {
  border-right: 0!important;
}

.border-left-0 {
  border-left: 0!important;
}

.border-secondary {
  border-color: #6c757d!important;
}

.border-info {
  border-color: #17a2b8!important;
}

.rounded-sm {
  border-radius: .2rem!important;
}

.rounded {
  border-radius: .25rem!important;
}

.rounded-top {
  border-top-left-radius: .25rem!important;
  border-top-right-radius: .25rem!important;
}

.rounded-right {
  border-top-right-radius: .25rem!important;
  border-bottom-right-radius: .25rem!important;
}

.rounded-left {
  border-top-left-radius: .25rem!important;
  border-bottom-left-radius: .25rem!important;
}

.rounded-lg {
  border-radius: .3rem!important;
}

.rounded-circle {
  border-radius: 50%!important;
}

.rounded-0 {
  border-radius: 0!important;
}

.d-none {
  display: none!important;
}

.d-inline {
  display: inline!important;
}

.d-inline-block {
  display: inline-block!important;
}

.d-block {
  display: block!important;
}

.d-table {
  display: table!important;
}

.d-table-row {
  display: table-row!important;
}

.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}

.d-inline-flex {
  display: -ms-inline-flexbox!important;
  display: inline-flex!important;
}

@media (min-width:576px) {
  .d-sm-none {
    display: none!important;
  }

  .d-sm-inline {
    display: inline!important;
  }

  .d-sm-inline-block {
    display: inline-block!important;
  }

  .d-sm-block {
    display: block!important;
  }

  .d-sm-table {
    display: table!important;
  }

  .d-sm-table-row {
    display: table-row!important;
  }

  .d-sm-flex {
    display: -ms-flexbox!important;
    display: flex!important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
  }
}

@media (min-width:768px) {
  .d-md-none {
    display: none!important;
  }

  .d-md-inline {
    display: inline!important;
  }

  .d-md-inline-block {
    display: inline-block!important;
  }

  .d-md-block {
    display: block!important;
  }

  .d-md-table {
    display: table!important;
  }

  .d-md-table-row {
    display: table-row!important;
  }

  .d-md-flex {
    display: -ms-flexbox!important;
    display: flex!important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
  }
}

@media (min-width:992px) {
  .d-lg-none {
    display: none!important;
  }

  .d-lg-inline {
    display: inline!important;
  }

  .d-lg-inline-block {
    display: inline-block!important;
  }

  .d-lg-block {
    display: block!important;
  }

  .d-lg-table {
    display: table!important;
  }

  .d-lg-table-row {
    display: table-row!important;
  }

  .d-lg-flex {
    display: -ms-flexbox!important;
    display: flex!important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
  }
}

.flex-row {
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0!important;
  flex-shrink: 0!important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1!important;
  flex-shrink: 1!important;
}

.justify-content-end {
  -ms-flex-pack: end!important;
  justify-content: flex-end!important;
}

.justify-content-center {
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

.align-items-end {
  -ms-flex-align: end!important;
  align-items: flex-end!important;
}

.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}

.align-content-end {
  -ms-flex-line-pack: end!important;
  align-content: flex-end!important;
}

.align-content-center {
  -ms-flex-line-pack: center!important;
  align-content: center!important;
}

.align-self-auto {
  -ms-flex-item-align: auto!important;
  align-self: auto!important;
}

.align-self-end {
  -ms-flex-item-align: end!important;
  align-self: flex-end!important;
}

.align-self-center {
  -ms-flex-item-align: center!important;
  align-self: center!important;
}

@media (min-width:576px) {
  .flex-sm-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }

  .align-items-sm-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
  }

  .align-items-sm-center {
    -ms-flex-align: center!important;
    align-items: center!important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
  }
}

@media (min-width:768px) {
  .flex-md-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }

  .align-items-md-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
  }

  .align-items-md-center {
    -ms-flex-align: center!important;
    align-items: center!important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
  }
}

@media (min-width:992px) {
  .flex-lg-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }

  .align-items-lg-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
  }

  .align-items-lg-center {
    -ms-flex-align: center!important;
    align-items: center!important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
  }
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.w-25 {
  width: 25%!important;
}

.w-50 {
  width: 50%!important;
}

.w-75 {
  width: 75%!important;
}

.w-100 {
  width: 100%!important;
}

.w-auto {
  width: auto!important;
}

.h-25 {
  height: 25%!important;
}

.h-50 {
  height: 50%!important;
}

.h-75 {
  height: 75%!important;
}

.h-100 {
  height: 100%!important;
}

.h-auto {
  height: auto!important;
}

.m-0 {
  margin: 0!important;
}

.mt-0,.my-0 {
  margin-top: 0!important;
}

.mr-0,.mx-0 {
  margin-right: 0!important;
}

.mb-0,.my-0 {
  margin-bottom: 0!important;
}

.ml-0,.mx-0 {
  margin-left: 0!important;
}

.m-1 {
  margin: .25rem!important;
}

.mt-1,.my-1 {
  margin-top: .25rem!important;
}

.mr-1,.mx-1 {
  margin-right: .25rem!important;
}

.mb-1,.my-1 {
  margin-bottom: .25rem!important;
}

.ml-1,.mx-1 {
  margin-left: .25rem!important;
}

.m-2 {
  margin: .5rem!important;
}

.mt-2,.my-2 {
  margin-top: .5rem!important;
}

.mr-2,.mx-2 {
  margin-right: .5rem!important;
}

.mb-2,.my-2 {
  margin-bottom: .5rem!important;
}

.ml-2,.mx-2 {
  margin-left: .3rem!important;
}

.m-3 {
  margin: 1rem!important;
}

.mt-3,.my-3 {
  margin-top: 1rem!important;
}

.mr-3,.mx-3 {
  margin-right: 1rem!important;
}

.mb-3,.my-3 {
  margin-bottom: 1rem!important;
}

.ml-3,.mx-3 {
  margin-left: 1rem!important;
}

.m-4 {
  margin: 1.5rem!important;
}

.mt-4,.my-4 {
  margin-top: 1.5rem!important;
}

.mr-4,.mx-4 {
  margin-right: 1.5rem!important;
}

.mb-4,.my-4 {
  margin-bottom: 1.5rem!important;
}

.ml-4,.mx-4 {
  margin-left: 1.5rem!important;
}

.m-5 {
  margin: 3rem!important;
}

.mt-5,.my-5 {
  margin-top: 3rem!important;
}

.mr-5,.mx-5 {
  margin-right: 3rem!important;
}

.mb-5,.my-5 {
  margin-bottom: 3rem!important;
}

.ml-5,.mx-5 {
  margin-left: 3rem!important;
}

.p-0 {
  padding: 0!important;
}

.pt-0,.py-0 {
  padding-top: 0!important;
}

.pr-0,.px-0 {
  padding-right: 0!important;
}

.py-0 {
  padding-bottom: 0!important;
}

.pl-0,.px-0 {
  padding-left: 0!important;
}

.p-1 {
  padding: .25rem!important;
}

.pt-1,.py-1 {
  padding-top: .25rem!important;
}

.pr-1,.px-1 {
  padding-right: .25rem!important;
}

.py-1 {
  padding-bottom: .25rem!important;
}

.pl-1,.px-1 {
  padding-left: .25rem!important;
}

.p-2 {
  padding: .5rem!important;
}

.pt-2,.py-2 {
  padding-top: .5rem!important;
}

.pr-2,.px-2 {
  padding-right: .5rem!important;
}

.py-2 {
  padding-bottom: .5rem!important;
}

.pl-2,.px-2 {
  padding-left: .5rem!important;
}

.p-3 {
  padding: 1rem!important;
}

.pt-3,.py-3 {
  padding-top: 1rem!important;
}

.pr-3,.px-3 {
  padding-right: 1rem!important;
}

.py-3 {
  padding-bottom: 1rem!important;
}

.pl-3,.px-3 {
  padding-left: 1rem!important;
}

.p-4 {
  padding: 1.5rem!important;
}

.pt-4,.py-4 {
  padding-top: 1.5rem!important;
}

.pr-4,.px-4 {
  padding-right: 1.5rem!important;
}

.py-4 {
  padding-bottom: 1.5rem!important;
}

.pl-4,.px-4 {
  padding-left: 1.5rem!important;
}

.p-5 {
  padding: 3rem!important;
}

.pt-5,.py-5 {
  padding-top: 3rem!important;
}

.pr-5,.px-5 {
  padding-right: 3rem!important;
}

.py-5 {
  padding-bottom: 3rem!important;
}

.pl-5,.px-5 {
  padding-left: 3rem!important;
}

.m-auto {
  margin: auto!important;
}

.mt-auto,.my-auto {
  margin-top: auto!important;
}

.mr-auto,.mx-auto {
  margin-right: auto!important;
}

.mb-auto,.my-auto {
  margin-bottom: auto!important;
}

.ml-auto,.mx-auto {
  margin-left: auto!important;
}

@media (min-width:576px) {
  .m-sm-0 {
    margin: 0!important;
  }

  .mt-sm-0,  .my-sm-0 {
    margin-top: 0!important;
  }

  .mr-sm-0,  .mx-sm-0 {
    margin-right: 0!important;
  }

  .mb-sm-0,  .my-sm-0 {
    margin-bottom: 0!important;
  }

  .ml-sm-0,  .mx-sm-0 {
    margin-left: 0!important;
  }

  .m-sm-1 {
    margin: .25rem!important;
  }

  .mt-sm-1,  .my-sm-1 {
    margin-top: .25rem!important;
  }

  .mr-sm-1,  .mx-sm-1 {
    margin-right: .25rem!important;
  }

  .mb-sm-1,  .my-sm-1 {
    margin-bottom: .25rem!important;
  }

  .ml-sm-1,  .mx-sm-1 {
    margin-left: .25rem!important;
  }

  .m-sm-2 {
    margin: .5rem!important;
  }

  .mt-sm-2,  .my-sm-2 {
    margin-top: .5rem!important;
  }

  .mr-sm-2,  .mx-sm-2 {
    margin-right: .5rem!important;
  }

  .mb-sm-2,  .my-sm-2 {
    margin-bottom: .5rem!important;
  }

  .ml-sm-2,  .mx-sm-2 {
    margin-left: .5rem!important;
  }

  .m-sm-3 {
    margin: 1rem!important;
  }

  .mt-sm-3,  .my-sm-3 {
    margin-top: 1rem!important;
  }

  .mr-sm-3,  .mx-sm-3 {
    margin-right: 1rem!important;
  }

  .mb-sm-3,  .my-sm-3 {
    margin-bottom: 1rem!important;
  }

  .ml-sm-3,  .mx-sm-3 {
    margin-left: 1rem!important;
  }

  .m-sm-4 {
    margin: 1.5rem!important;
  }

  .mt-sm-4,  .my-sm-4 {
    margin-top: 1.5rem!important;
  }

  .mr-sm-4,  .mx-sm-4 {
    margin-right: 1.5rem!important;
  }

  .mb-sm-4,  .my-sm-4 {
    margin-bottom: 1.5rem!important;
  }

  .ml-sm-4,  .mx-sm-4 {
    margin-left: 1.5rem!important;
  }

  .m-sm-5 {
    margin: 3rem!important;
  }

  .mt-sm-5,  .my-sm-5 {
    margin-top: 3rem!important;
  }

  .mr-sm-5,  .mx-sm-5 {
    margin-right: 3rem!important;
  }

  .mb-sm-5,  .my-sm-5 {
    margin-bottom: 3rem!important;
  }

  .ml-sm-5,  .mx-sm-5 {
    margin-left: 3rem!important;
  }

  .p-sm-0 {
    padding: 0!important;
  }

  .pt-sm-0,  .py-sm-0 {
    padding-top: 0!important;
  }

  .pr-sm-0,  .px-sm-0 {
    padding-right: 0!important;
  }

  .py-sm-0 {
    padding-bottom: 0!important;
  }

  .pl-sm-0,  .px-sm-0 {
    padding-left: 0!important;
  }

  .p-sm-1 {
    padding: .25rem!important;
  }

  .pt-sm-1,  .py-sm-1 {
    padding-top: .25rem!important;
  }

  .pr-sm-1,  .px-sm-1 {
    padding-right: .25rem!important;
  }

  .py-sm-1 {
    padding-bottom: .25rem!important;
  }

  .pl-sm-1,  .px-sm-1 {
    padding-left: .25rem!important;
  }

  .p-sm-2 {
    padding: .5rem!important;
  }

  .pt-sm-2,  .py-sm-2 {
    padding-top: .5rem!important;
  }

  .pr-sm-2,  .px-sm-2 {
    padding-right: .5rem!important;
  }

  .py-sm-2 {
    padding-bottom: .5rem!important;
  }

  .pl-sm-2,  .px-sm-2 {
    padding-left: .5rem!important;
  }

  .p-sm-3 {
    padding: 1rem!important;
  }

  .pt-sm-3,  .py-sm-3 {
    padding-top: 1rem!important;
  }

  .pr-sm-3,  .px-sm-3 {
    padding-right: 1rem!important;
  }

  .py-sm-3 {
    padding-bottom: 1rem!important;
  }

  .pl-sm-3,  .px-sm-3 {
    padding-left: 1rem!important;
  }

  .p-sm-4 {
    padding: 1.5rem!important;
  }

  .pt-sm-4,  .py-sm-4 {
    padding-top: 1.5rem!important;
  }

  .pr-sm-4,  .px-sm-4 {
    padding-right: 1.5rem!important;
  }

  .py-sm-4 {
    padding-bottom: 1.5rem!important;
  }

  .pl-sm-4,  .px-sm-4 {
    padding-left: 1.5rem!important;
  }

  .p-sm-5 {
    padding: 3rem!important;
  }

  .pt-sm-5,  .py-sm-5 {
    padding-top: 3rem!important;
  }

  .pr-sm-5,  .px-sm-5 {
    padding-right: 3rem!important;
  }

  .py-sm-5 {
    padding-bottom: 3rem!important;
  }

  .pl-sm-5,  .px-sm-5 {
    padding-left: 3rem!important;
  }

  .m-sm-auto {
    margin: auto!important;
  }

  .mt-sm-auto,  .my-sm-auto {
    margin-top: auto!important;
  }

  .mr-sm-auto,  .mx-sm-auto {
    margin-right: auto!important;
  }

  .mb-sm-auto,  .my-sm-auto {
    margin-bottom: auto!important;
  }

  .ml-sm-auto,  .mx-sm-auto {
    margin-left: auto!important;
  }
}

@media (min-width:768px) {
  .m-md-0 {
    margin: 0!important;
  }

  .mt-md-0,  .my-md-0 {
    margin-top: 0!important;
  }

  .mr-md-0,  .mx-md-0 {
    margin-right: 0!important;
  }

  .mb-md-0,  .my-md-0 {
    margin-bottom: 0!important;
  }

  .ml-md-0,  .mx-md-0 {
    margin-left: 0!important;
  }

  .m-md-1 {
    margin: .25rem!important;
  }

  .mt-md-1,  .my-md-1 {
    margin-top: .25rem!important;
  }

  .mr-md-1,  .mx-md-1 {
    margin-right: .25rem!important;
  }

  .mb-md-1,  .my-md-1 {
    margin-bottom: .25rem!important;
  }

  .ml-md-1,  .mx-md-1 {
    margin-left: .25rem!important;
  }

  .m-md-2 {
    margin: .5rem!important;
  }

  .mt-md-2,  .my-md-2 {
    margin-top: .5rem!important;
  }

  .mr-md-2,  .mx-md-2 {
    margin-right: .5rem!important;
  }

  .mb-md-2,  .my-md-2 {
    margin-bottom: .5rem!important;
  }

  .ml-md-2,  .mx-md-2 {
    margin-left: .5rem!important;
  }

  .m-md-3 {
    margin: 1rem!important;
  }

  .mt-md-3,  .my-md-3 {
    margin-top: 1rem!important;
  }

  .mr-md-3,  .mx-md-3 {
    margin-right: 1rem!important;
  }

  .mb-md-3,  .my-md-3 {
    margin-bottom: 1rem!important;
  }

  .ml-md-3,  .mx-md-3 {
    margin-left: 1rem!important;
  }

  .m-md-4 {
    margin: 1.5rem!important;
  }

  .mt-md-4,  .my-md-4 {
    margin-top: 1.5rem!important;
  }

  .mr-md-4,  .mx-md-4 {
    margin-right: 1.5rem!important;
  }

  .mb-md-4,  .my-md-4 {
    margin-bottom: 1.5rem!important;
  }

  .ml-md-4,  .mx-md-4 {
    margin-left: 1.5rem!important;
  }

  .m-md-5 {
    margin: 3rem!important;
  }

  .mt-md-5,  .my-md-5 {
    margin-top: 3rem!important;
  }

  .mr-md-5,  .mx-md-5 {
    margin-right: 3rem!important;
  }

  .mb-md-5,  .my-md-5 {
    margin-bottom: 3rem!important;
  }

  .ml-md-5,  .mx-md-5 {
    margin-left: 3rem!important;
  }

  .p-md-0 {
    padding: 0!important;
  }

  .pt-md-0,  .py-md-0 {
    padding-top: 0!important;
  }

  .pr-md-0,  .px-md-0 {
    padding-right: 0!important;
  }

  .py-md-0 {
    padding-bottom: 0!important;
  }

  .pl-md-0,  .px-md-0 {
    padding-left: 0!important;
  }

  .p-md-1 {
    padding: .25rem!important;
  }

  .pt-md-1,  .py-md-1 {
    padding-top: .25rem!important;
  }

  .pr-md-1,  .px-md-1 {
    padding-right: .25rem!important;
  }

  .py-md-1 {
    padding-bottom: .25rem!important;
  }

  .pl-md-1,  .px-md-1 {
    padding-left: .25rem!important;
  }

  .p-md-2 {
    padding: .5rem!important;
  }

  .pt-md-2,  .py-md-2 {
    padding-top: .5rem!important;
  }

  .pr-md-2,  .px-md-2 {
    padding-right: .5rem!important;
  }

  .py-md-2 {
    padding-bottom: .5rem!important;
  }

  .pl-md-2,  .px-md-2 {
    padding-left: .5rem!important;
  }

  .p-md-3 {
    padding: 1rem!important;
  }

  .pt-md-3,  .py-md-3 {
    padding-top: 1rem!important;
  }

  .pr-md-3,  .px-md-3 {
    padding-right: 1rem!important;
  }

  .py-md-3 {
    padding-bottom: 1rem!important;
  }

  .pl-md-3,  .px-md-3 {
    padding-left: 1rem!important;
  }

  .p-md-4 {
    padding: 1.5rem!important;
  }

  .pt-md-4,  .py-md-4 {
    padding-top: 1.5rem!important;
  }

  .pr-md-4,  .px-md-4 {
    padding-right: 1.5rem!important;
  }

  .py-md-4 {
    padding-bottom: 1.5rem!important;
  }

  .pl-md-4,  .px-md-4 {
    padding-left: 1.5rem!important;
  }

  .p-md-5 {
    padding: 3rem!important;
  }

  .pt-md-5,  .py-md-5 {
    padding-top: 3rem!important;
  }

  .pr-md-5,  .px-md-5 {
    padding-right: 3rem!important;
  }

  .py-md-5 {
    padding-bottom: 3rem!important;
  }

  .pl-md-5,  .px-md-5 {
    padding-left: 3rem!important;
  }

  .m-md-auto {
    margin: auto!important;
  }

  .mt-md-auto,  .my-md-auto {
    margin-top: auto!important;
  }

  .mr-md-auto,  .mx-md-auto {
    margin-right: auto!important;
  }

  .mb-md-auto,  .my-md-auto {
    margin-bottom: auto!important;
  }

  .ml-md-auto,  .mx-md-auto {
    margin-left: auto!important;
  }
}

@media (min-width:992px) {
  .m-lg-0 {
    margin: 0!important;
  }

  .mt-lg-0,  .my-lg-0 {
    margin-top: 0!important;
  }

  .mr-lg-0,  .mx-lg-0 {
    margin-right: 0!important;
  }

  .mb-lg-0,  .my-lg-0 {
    margin-bottom: 0!important;
  }

  .ml-lg-0,  .mx-lg-0 {
    margin-left: 0!important;
  }

  .m-lg-1 {
    margin: .25rem!important;
  }

  .mt-lg-1,  .my-lg-1 {
    margin-top: .25rem!important;
  }

  .mr-lg-1,  .mx-lg-1 {
    margin-right: .25rem!important;
  }

  .mb-lg-1,  .my-lg-1 {
    margin-bottom: .25rem!important;
  }

  .ml-lg-1,  .mx-lg-1 {
    margin-left: .25rem!important;
  }

  .m-lg-2 {
    margin: .5rem!important;
  }

  .mt-lg-2,  .my-lg-2 {
    margin-top: .5rem!important;
  }

  .mr-lg-2,  .mx-lg-2 {
    margin-right: .5rem!important;
  }

  .mb-lg-2,  .my-lg-2 {
    margin-bottom: .5rem!important;
  }

  .ml-lg-2,  .mx-lg-2 {
    margin-left: .5rem!important;
  }

  .m-lg-3 {
    margin: 1rem!important;
  }

  .mt-lg-3,  .my-lg-3 {
    margin-top: 1rem!important;
  }

  .mr-lg-3,  .mx-lg-3 {
    margin-right: 1rem!important;
  }

  .mb-lg-3,  .my-lg-3 {
    margin-bottom: 1rem!important;
  }

  .ml-lg-3,  .mx-lg-3 {
    margin-left: 1rem!important;
  }

  .m-lg-4 {
    margin: 1.5rem!important;
  }

  .mt-lg-4,  .my-lg-4 {
    margin-top: 1.5rem!important;
  }

  .mr-lg-4,  .mx-lg-4 {
    margin-right: 1.5rem!important;
  }

  .mb-lg-4,  .my-lg-4 {
    margin-bottom: 1.5rem!important;
  }

  .ml-lg-4,  .mx-lg-4 {
    margin-left: 1.5rem!important;
  }

  .m-lg-5 {
    margin: 3rem!important;
  }

  .mt-lg-5,  .my-lg-5 {
    margin-top: 3rem!important;
  }

  .mr-lg-5,  .mx-lg-5 {
    margin-right: 3rem!important;
  }

  .mb-lg-5,  .my-lg-5 {
    margin-bottom: 3rem!important;
  }

  .ml-lg-5,  .mx-lg-5 {
    margin-left: 3rem!important;
  }

  .p-lg-0 {
    padding: 0!important;
  }

  .pt-lg-0,  .py-lg-0 {
    padding-top: 0!important;
  }

  .pr-lg-0,  .px-lg-0 {
    padding-right: 0!important;
  }

  .py-lg-0 {
    padding-bottom: 0!important;
  }

  .pl-lg-0,  .px-lg-0 {
    padding-left: 0!important;
  }

  .p-lg-1 {
    padding: .25rem!important;
  }

  .pt-lg-1,  .py-lg-1 {
    padding-top: .25rem!important;
  }

  .pr-lg-1,  .px-lg-1 {
    padding-right: .25rem!important;
  }

  .py-lg-1 {
    padding-bottom: .25rem!important;
  }

  .pl-lg-1,  .px-lg-1 {
    padding-left: .25rem!important;
  }

  .p-lg-2 {
    padding: .5rem!important;
  }

  .pt-lg-2,  .py-lg-2 {
    padding-top: .5rem!important;
  }

  .pr-lg-2,  .px-lg-2 {
    padding-right: .5rem!important;
  }

  .py-lg-2 {
    padding-bottom: .5rem!important;
  }

  .pl-lg-2,  .px-lg-2 {
    padding-left: .5rem!important;
  }

  .p-lg-3 {
    padding: 1rem!important;
  }

  .pt-lg-3,  .py-lg-3 {
    padding-top: 1rem!important;
  }

  .pr-lg-3,  .px-lg-3 {
    padding-right: 1rem!important;
  }

  .py-lg-3 {
    padding-bottom: 1rem!important;
  }

  .pl-lg-3,  .px-lg-3 {
    padding-left: 1rem!important;
  }

  .p-lg-4 {
    padding: 1.5rem!important;
  }

  .pt-lg-4,  .py-lg-4 {
    padding-top: 1.5rem!important;
  }

  .pr-lg-4,  .px-lg-4 {
    padding-right: 1.5rem!important;
  }

  .py-lg-4 {
    padding-bottom: 1.5rem!important;
  }

  .pl-lg-4,  .px-lg-4 {
    padding-left: 1.5rem!important;
  }

  .p-lg-5 {
    padding: 3rem!important;
  }

  .pt-lg-5,  .py-lg-5 {
    padding-top: 3rem!important;
  }

  .pr-lg-5,  .px-lg-5 {
    padding-right: 3rem!important;
  }

  .py-lg-5 {
    padding-bottom: 3rem!important;
  }

  .pl-lg-5,  .px-lg-5 {
    padding-left: 3rem!important;
  }

  .m-lg-auto {
    margin: auto!important;
  }

  .mt-lg-auto,  .my-lg-auto {
    margin-top: auto!important;
  }

  .mr-lg-auto,  .mx-lg-auto {
    margin-right: auto!important;
  }

  .mb-lg-auto,  .my-lg-auto {
    margin-bottom: auto!important;
  }

  .ml-lg-auto,  .mx-lg-auto {
    margin-left: auto!important;
  }
}

.text-justify {
  text-align: justify!important;
}

.text-left {
  text-align: left!important;
}

.text-right {
  text-align: right!important;
}

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

@media (min-width:576px) {
  .text-sm-left {
    text-align: left!important;
  }

  .text-sm-right {
    text-align: right!important;
  }

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

@media (min-width:768px) {
  .text-md-left {
    text-align: left!important;
  }

  .text-md-right {
    text-align: right!important;
  }

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

@media (min-width:992px) {
  .text-lg-left {
    text-align: left!important;
  }

  .text-lg-right {
    text-align: right!important;
  }

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

.text-uppercase {
  text-transform: uppercase!important;
}

.font-weight-bold {
  font-weight: 700!important;
}

.text-secondary {
  color: #6c757d!important;
}

a.text-secondary:focus,a.text-secondary:hover {
  color: #494f54!important;
}

.text-info {
  color: #17a2b8!important;
}

a.text-info:focus,a.text-info:hover {
  color: #0f6674!important;
}

.text-body {
  color: #212529!important;
}

.text-black-50 {
  color: rgba(0,0,0,.5)!important;
}

@media print {
  *,  ::after,  ::before {
    text-shadow: none!important;
    box-shadow: none!important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  img,  tr {
    page-break-inside: avoid;
  }

  h2,  h3,  p {
    orphans: 3;
    widows: 3;
  }

  h2,  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px!important;
  }

  .container {
    min-width: 992px!important;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse!important;
  }

  .table td {
    background-color: #fff!important;
  }
}

/**/

.button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.content:not(:last-child) {
  margin-bottom: 1.5rem;
}

.button,.input {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  vertical-align: top;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: calc(.375em - 1px) 1rem;
  height: 2.625em;
  font-size: 1rem;
  line-height: 1.5;
}

.button:active,.button:focus,.input:active,.input:focus {
  outline: 0;
}

.button[disabled],.input[disabled] {
  cursor: not-allowed;
}

/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */

body,figure,h1,h2,h3,h4,h5,h6,html,p {
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: 400;
}

button,input,select {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,:after,:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  padding: 0;
}

td:not([align]) {
  text-align: left;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #f5f5f5;
  min-width: 320px;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

figure,footer,section {
  display: block;
}

body,button,input,select {
  font-family: Lato, sans-serif;
}

code {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: #000;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.44;
}

a {
  cursor: pointer;
  color: #db9900;
  text-decoration: underline;
}

a:hover {
  color: #ba0000;
}

code {
  padding: .25em .5em;
  color: #ab0033;
  font-size: .875em;
  font-weight: 400;
}

code {
  background-color: #f5f5f5;
}

img {
  max-width: 100%;
  height: auto;
}

input[type=checkbox],input[type=radio] {
  vertical-align: baseline;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

table td {
  vertical-align: top;
}

table td:not([align]) {
  text-align: left;
}

.has-text-centered {
  text-align: center !important;
}

.has-text-left {
  text-align: left !important;
}

.has-text-right {
  text-align: right !important;
}

.has-text-black,a.has-text-black:focus,a.has-text-black:hover {
  color: #000 !important;
}

.has-text-link {
  color: #47b !important;
}

a.has-text-link:focus,a.has-text-link:hover {
  color: #365f96 !important;
}

.has-text-info {
  color: #209cee !important;
}

a.has-text-info:focus,a.has-text-info:hover {
  color: #0f81cc !important;
}

.has-text-weight-bold, .bold {
  font-weight: 700 !important;
}

.button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border-width: 1px;
  border-color: #dbdbdb;
  background-color: #fff;
  padding: calc(.375em - 1px) .75em;
  color: #363636;
  text-align: center;
  white-space: nowrap;
}

.button .icon {
  width: 1.5em;
  height: 1.5em;
}

.button .icon:first-child:not(:last-child) {
  margin-right: .1875em;
  margin-left: calc(-.375em - 1px);
}

.button .icon:last-child:not(:first-child) {
  margin-right: calc(-.375em - 1px);
  margin-left: .1875em;
}

.button .icon:first-child:last-child {
  margin-right: calc(-.375em - 1px);
  margin-left: calc(-.375em - 1px);
}

.button.button-2:hover {
  color: #ba0000;
  background: #ebb200;
}

.button:focus {
  border-color: #012c57;
  color: #ba0000;
}

.button:focus:not(:active) {
  -webkit-box-shadow: 0 0 0 .125em rgba(68, 119, 187, .25);
  box-shadow: 0 0 0 .125em rgba(68, 119, 187, .25);
}

.button:active {
  border-color: #4a4a4a;
  color: #363636;
}

.button[disabled] {
  opacity: .5;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #dbdbdb;
  background-color: #fff;
}

.container {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 auto;
  width: auto;
}

@media screen and (min-width:1024px) {
  .container {
    max-width: 960px;
  }
}

@media screen and (min-width:1216px) {
  .container {
    max-width: 1152px;
  }
}

.content p:not(:last-child),.content table:not(:last-child) {
  margin-bottom: 1em;
}

.content h1,.content h2,.content h3,.content h4,.content h5,.content h6 {
  color: #000;
  font-weight: 400;
  line-height: 1.125;
}

.content h1 {
  margin-bottom: .5em;
  font-size: 2em;
}

.content h1:not(:first-child) {
  margin-top: 1em;
}

.content h2 {
  margin-bottom: .5714em;
  font-size: 1.75em;
}

.content h2:not(:first-child) {
  margin-top: 1.1428em;
}

.content h3 {
  margin-bottom: .6666em;
  font-size: 1.5em;
}

.content h3:not(:first-child) {
  margin-top: 1.3333em;
}

.content h4 {
  margin-bottom: .8em;
  font-size: 1.25em;
}

.content h5 {
  margin-bottom: .8888em;
  font-size: 1.125em;
}

.content h6 {
  margin-bottom: 1em;
  font-size: 1em;
}

.content figure {
  margin-right: 2em;
  margin-left: 2em;
  text-align: center;
}

.content figure:not(:first-child) {
  margin-top: 2em;
}

.content figure:not(:last-child) {
  margin-bottom: 2em;
}

.content figure img {
  display: inline-block;
}

.content figure figcaption {
  font-style: italic;
}

.content table {
  width: 100%;
}

.content table td {
  vertical-align: top;
  border: solid #e9e9e9;
  border-width: 0 0 1px;
  padding: .5em .75em;
}

.content table tbody tr:last-child td {
  border-bottom-width: 0;
}

.image {
  display: block;
  position: relative;
}

.image img {
  display: block;
  width: 100%;
  height: auto;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tags .tag {
  margin-bottom: .5rem;
}

.tags .tag:not(:last-child) {
  margin-right: .5rem;
}

.tags:last-child {
  margin-bottom: -.5rem;
}

.tags:not(:last-child) {
  margin-bottom: 1rem;
}

.tag:not(body) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: .75rem;
  background-color: #fff;
  padding-right: .75em;
  padding-left: .75em;
  height: 2em;
  color: #666;
  font-size: .75rem;
  line-height: 1.5;
  white-space: nowrap;
}

.tag:not(body) .icon:first-child:not(:last-child) {
  margin-right: .1875em;
  margin-left: -.375em;
}

.tag:not(body) .icon:last-child:not(:first-child) {
  margin-right: -.375em;
  margin-left: .1875em;
}

.tag:not(body) .icon:first-child:last-child {
  margin-right: -.375em;
  margin-left: -.375em;
}

a.tag:hover {
  text-decoration: underline;
}

.input {
  border-radius: 4px;
  border-color: #e9e9e9;
  background-color: #fff;
  color: #000;
}

.input::-moz-placeholder {
  color: #666;
}

.input::-webkit-input-placeholder {
  color: #666;
}

.input:-moz-placeholder {
  color: #666;
}

.input:-ms-input-placeholder {
  color: #666;
}

.input:hover {
  border-color: #e9e9e9;
}

.input:active,.input:focus {
  -webkit-box-shadow: 0 0 0 .125em rgba(68, 119, 187, .25);
  box-shadow: 0 0 0 .125em rgba(68, 119, 187, .25);
  border-color: #012c57;
}

.input[disabled] {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #7a7a7a;
}

.input[disabled]::-moz-placeholder {
  color: hsla(0, 0%, 47.8%, .3);
}

.input[disabled]::-webkit-input-placeholder {
  color: hsla(0, 0%, 47.8%, .3);
}

.input[disabled]:-moz-placeholder {
  color: hsla(0, 0%, 47.8%, .3);
}

.input[disabled]:-ms-input-placeholder {
  color: hsla(0, 0%, 47.8%, .3);
}

.input {
  width: 100%;
  max-width: 100%;
}

.input,.input[readonly] {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.label {
  display: block;
  color: #363636;
  font-size: 1rem;
  font-weight: 700;
}

.label:not(:last-child) {
  margin-bottom: .5em;
}

.field:not(:last-child) {
  margin-bottom: .75rem;
}

.field-label .label {
  font-size: inherit;
}

@media screen and (max-width:768px) {
  .field-label {
    margin-bottom: .5rem;
  }
}

@media print,
screen and (min-width:769px) {
  .field-label {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
}

.field-body .field .field {
  margin-bottom: 0;
}

@media print,
screen and (min-width:769px) {
  .field-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 5;
    -ms-flex-positive: 5;
    flex-grow: 5;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .field-body .field {
    margin-bottom: 0;
  }

  .field-body>.field {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .field-body>.field:not(:last-child) {
    margin-right: .75rem;
  }
}

.card {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  max-width: 100%;
  color: #000;
}

.card-image {
  display: block;
  position: relative;
}

.card-content {
  background-color: transparent;
  padding: 1.5rem;
}

.card-footer {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid #dbdbdb;
  background-color: transparent;
}

.card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.page-body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.container {
  padding-right: 1rem;
  padding-left: 1rem;
}

.page-content {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media screen and (min-width:1024px) {
  .page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .page-main {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.page-footer {
  background-color: #3d4347;
  padding: 2.1875rem 0;
  color: #fff;
  font-size: .75rem;
  margin-top: 50px;
}

@media screen and (min-width:1024px) {
  .page-footer {
    padding-bottom: 1.5rem;
  }
}

.copyright .icon {
  margin-right: 5px;
  color: #666;
  font-size: .9375rem;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  margin-bottom: .5rem;
  line-height: 1.32;
}

.content h1,.h1,h1 {
  font-size: 1.25rem;
}

@media print,
screen and (min-width:769px) {
  .content h1,  .h1,  h1 {
    font-size: 1.875rem;
  }
}

.content h2,.h2,h2 {
  font-size: 1.125rem;
}

@media print,
screen and (min-width:769px) {
  .content h2,  .h2,  h2 {
    font-size: 1.6rem;
  }
}

.content h3,.h3,h3 {
  font-size: 1.2rem;
}

@media print,
screen and (min-width:769px) {
  .content h3,  .h3,  h3 {
    font-size: 1.25rem;
  }
}

.link {
  border-bottom: 1px solid transparent;
  color: inherit;
  font-size: 18px;
}

.link:focus,.link:hover {
  color: #ebb200;
  text-decoration: none;
}

@media screen and (max-width:768px) {
  .content {
    font-size: .875rem;
  }
}

.heading-404 {
  font-size: 4.5rem;
  line-height: 1;
}

@media (min-width:769px) {
  .heading-404 {
    font-size: calc(17.22114vw - 3.77691rem);
  }
}

@media (min-width:1280px) {
  .heading-404 {
    font-size: 10rem;
  }
}

.content-404 {
  font-size: 1.125rem;
}

@media print,
screen and (min-width:769px) {
  .content-404 {
    font-size: 1.25rem;
  }
}

@media screen and (min-width:1216px) {
  .content-404 {
    font-size: 1.5rem;
  }
}

.image-404 {
  width: 100%;
  max-width: 180px;
}

@media print,
screen and (min-width:769px) {
  .image-404 {
    max-width: 290px;
  }
}

.table-container {
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  overflow: auto;
  overflow-y: hidden;
}

.table-container:not(:last-child) {
  margin-bottom: 1.5rem;
}

.content .table-container {
  border-radius: 2px;
  background-color: #fff;
  padding: 1.25rem;
  color: #000;
}

.content table caption {
  margin-bottom: .5rem;
  font-size: 1.125rem;
  line-height: 1.125;
  text-align: left;
}

@media print,
screen and (min-width:769px) {
  .content table caption {
    font-size: 1.5rem;
  }
}

.content table td:first-child {
  padding-left: 0;
}

.content table td:first-child:nth-last-child(2) {
  width: 50%;
}

.button {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.button:focus:not(:active) {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button-text {
  font-size: .9375rem;
  font-weight: 700;
}

.button.button-1 {
  border-color: #3b958b;
  background-color: #3b958b;
  color: #fff;
}

.button.button-1:focus,.button.button-1:hover {
  border-color: #0f7166;
  color: #fff;
}

.button.button-1:focus:not(:active) {
  -webkit-box-shadow: 0 0 0 .125em rgba(59, 149, 139, .25);
  box-shadow: 0 0 0 .125em rgba(59, 149, 139, .25);
}

.button.button-2 {
  color: #000;
  background: #ffd167;
  box-shadow: 0 0 2px #ffd167;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(255, 247, 0, 0.03);
}

.button.button-2:focus,.button.button-2:hover {
  color: #fff;
  border: none;
  text-decoration: none;
}

.button.button-2:focus:not(:active) {
  -webkit-box-shadow: 0 0 0 .125em rgba(171, 0, 51, .25);
  box-shadow: 0 0 0 .125em rgba(171, 0, 51, .25);
}

.button.button-3 {
  border-color: #012c57;
  background-color: #012c57;
  color: #fff;
}

.button.button-3:focus,.button.button-3:hover {
  border-color: #03203d;
  color: #fff;
}

.button.button-3:focus:not(:active) {
  -webkit-box-shadow: 0 0 0 .125em rgba(1, 44, 87, .25);
  box-shadow: 0 0 0 .125em rgba(1, 44, 87, .25);
}

@supports ((-webkit-clip-path:polygon(0 0, 0% 100%, 100% 0)) or (clip-path:polygon(0 0, 0% 100%, 100% 0))) {
  .button-code {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-width: 12.25em;
  }

  .button-code .button-text {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: calc(100% - 2.75rem);
  }

  .button-code:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -1px;
    right: -2px;
    bottom: -1px;
    left: -1px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 1;
    -webkit-clip-path: polygon(calc(100% - 44px) 0, 100% 0, 100% 100%, calc(100% - 22px) 100%);
    clip-path: polygon(calc(100% - 44px) 0, 100% 0, 100% 100%, calc(100% - 22px) 100%);
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    will-change: clip-path;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    padding-right: .25em;
    color: rgba(0, 0, 0, .7);
    content: attr(data-code);
  }

  .button-code:after {
    position: absolute;
    top: -1px;
    right: 18px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 2;
    -webkit-transition: background-image 0s linear .15s, -webkit-transform .15s linear;
    transition: background-image 0s linear .15s, -webkit-transform .15s linear;
    transition: transform .15s linear, background-image 0s linear .15s;
    transition: transform .15s linear, background-image 0s linear .15s, -webkit-transform .15s linear;
    will-change: transform;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.41 44'%3E%3Cpath fill='%23ffd167' d='M.41 29l28 5v8h-20z'/%3E%3Cpath fill='%23ffd167' d='M35.41 44l-24-44L.15 27.21a2 2 0 001 2.59L32.41 44z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.213125em;
    height: 2.75em;
    content: "";
  }

  .button-code:focus:before,  .button-code:hover:before {
    -webkit-clip-path: polygon(calc(100% - 54px) 0, 100% 0, 100% 100%, calc(100% - 32px) 100%);
    clip-path: polygon(calc(100% - 54px) 0, 100% 0, 100% 100%, calc(100% - 32px) 100%);
  }

  .button-code:focus:after,  .button-code:hover:after {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: background-image 0s linear, -webkit-transform .15s linear;
    transition: background-image 0s linear, -webkit-transform .15s linear;
    transition: transform .15s linear, background-image 0s linear;
    transition: transform .15s linear, background-image 0s linear, -webkit-transform .15s linear;
  }

  .button-code.button-2:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.41 44'%3E%3Cpath fill='%2384610f' d='M.41 29l28 5v8h-20z'/%3E%3Cpath fill='%23ffc107' d='M35.41 44l-24-44L.15 27.21a2 2 0 001 2.59L32.41 44z'/%3E%3C/svg%3E");
  }
}

.icon {
  fill: currentColor;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
}

.icon-check {
  color: #3a2;
}

.tags:empty {
  display: none;
}

[class*=search-toggle] .button {
  border-color: transparent;
  background-color: transparent;
  color: #fff;
  font-size: .875rem;
}

[class*=search-toggle] .button:hover {
  color: #d9d9d9;
}

.card {
  border-radius: 2px;
  font-size: 1rem;
}

@media screen and (min-width:540px) {
  .card {
    font-size: 1rem;
  }
}

.card-heading {
  margin-bottom: .3125rem;
  font-weight: 700;
}

@media screen and (max-width:539px) {
  .card-heading {
    font-size: .875rem;
  }
}

.card-text {
  margin-bottom: .75rem;
}

@media print,
screen and (min-width:769px) {
  .card-text {
    margin-bottom: 1.25rem;
  }
}

.card-text p:not(:first-child) {
  margin-top: .5em;
}

.card-text p:not(:last-child) {
  margin-bottom: .5em;
}

.card .button {
  min-width: 12.25em;
}

.card .button .icon-chevron-right {
  display: none;
  font-size: .4em;
}

.card-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .75rem;
  padding: .75rem 1rem 1rem;
}

@media screen and (min-width:1024px) {
  .card-secondary {
    padding: 1.125rem 1.5rem 1.5rem;
  }
}

.card-secondary .card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 1rem;
  width: 4rem;
}

@media screen and (min-width:540px) {
  .card-secondary .card-head {
    width: 5.25rem;
  }
}

@media print,
screen and (min-width:769px) {
  .card-secondary .card-head {
    width: 8.75rem;
  }
}

@media screen and (min-width:1216px) {
  .card-secondary .card-head {
    margin-right: 1.5rem;
    width: 10.25rem;
  }
}

@media screen and (max-width:768px) {
  .card-secondary .card-head .time {
    text-align: left;
  }
}

@media screen and (max-width:539px) {
  .card-secondary .card-head .time {
    display: none;
  }
}

.card-secondary .card-label-logo {
  margin: 0 auto;
  width: 100%;
  max-width: 9.375rem;
}

.card-secondary .card-label-image {
  margin-top: .25rem;
  width: 40px;
}

@media screen and (min-width:540px) {
  .card-secondary .card-label-image {
    width: 2rem;
  }
}

@media screen and (min-width:1216px) {
  .card-secondary .card-label-image {
    width: 3.125rem;
  }
}

.card-secondary .card-label-text {
  color: #3b958b;
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media print,
screen and (min-width:769px) {
  .card-secondary .card-label-text {
    font-size: 1.125rem;
    line-height: 1;
    text-transform: lowercase;
  }
}

@media screen and (min-width:1216px) {
  .card-secondary .card-label-text {
    font-size: 1.5rem;
  }
}

.card-secondary .card-label-bonus {
  color: #3b958b;
  font-size: 1rem;
  font-weight: 700;
}

@media screen and (min-width:540px) {
  .card-secondary .card-label-bonus {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}

@media print,
screen and (min-width:769px) {
  .card-secondary .card-label-bonus {
    font-size: 1.625rem;
  }
}

@media screen and (min-width:1216px) {
  .card-secondary .card-label-bonus {
    font-size: 2.25rem;
    line-height: 1;
  }
}

.card-secondary .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width:540px) {
  .card-secondary .card-body .time {
    display: none;
  }
}

.card-secondary .tags {
  margin-bottom: 2px;
}

.card-secondary .tag {
  margin-bottom: 2px;
  font-size: inherit;
}

@media screen and (max-width:768px) {
  .card-secondary .tag {
    font-size: .625rem;
    line-height: 1;
  }
}

.card-secondary .time {
  color: #666;
}

@media screen and (max-width:539px) {
  .card-secondary .card-heading {
    margin-bottom: .25rem;
  }
}

@media screen and (min-width:540px) {
  .card-secondary .card-action {
    text-align: right;
  }
}

@media screen and (max-width:539px) {
  .card-secondary .card-action {
    margin-left: -5rem;
  }

  .card-secondary .card-action .button {
    width: 100%;
  }
}

table.card-secondary {
  display: table;
  width: 100%;
}

table.card-secondary td {
  padding-top: .75rem;
  padding-bottom: 16px;
  height: 1px;
}

@media screen and (min-width:1024px) {
  table.card-secondary td {
    padding-top: 1.125rem;
    padding-bottom: 1.5rem;
  }
}

table.card-secondary td:first-child {
  padding-left: 16px;
}

@media screen and (min-width:1024px) {
  table.card-secondary td:first-child {
    padding-left: 1.5rem;
  }
}

table.card-secondary td:last-child {
  padding-right: 16px;
  width: 100%;
}

@media screen and (min-width:1024px) {
  table.card-secondary td:last-child {
    padding-right: 1.5rem;
  }
}

@media screen and (min-width:540px) {
  table.card-secondary td:last-child .time {
    display: none;
  }
}

@-moz-document url-prefix()  {
  table.card-secondary td,  table.card-secondary tr {
    height: 100%;
  }
}

table.card-secondary .card-head {
  height: 100%;
}

.logo-container {
  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;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  padding: .5rem;
  width: 5rem;
  height: 5rem;
}

.logo-container .logo {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@-webkit-keyframes fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  to {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  to {
    visibility: visible;
    opacity: 1;
  }
}

.tingle-modal {
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .6);
  padding: 1.5rem 1rem;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tingle-modal.tingle-info {
  background-color: rgba(6, 25, 45, .96);
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.modal-body,.modal-head {
  padding: 1.25rem;
}

.modal-head {
  font-size: .75rem;
}

@media screen and (max-width:539px) {
  .modal-head {
    font-size: .6875rem;
  }

  .modal-head .logo-container {
    width: 4rem;
    height: 4rem;
  }
}

.modal-body {
  background-color: rgba(68, 119, 187, .15);
}

@media screen and (max-width:539px) {
  .modal-body {
    font-size: .875rem;
  }
}

.modal-body .button-action {
  padding-right: 2rem;
  padding-left: 2rem;
}

@media screen and (max-width:539px) {
  .modal-body .button-action {
    width: 100%;
  }
}

.modal-body .button-action .icon {
  font-size: .5rem;
}

.input-copy {
  font-weight: 700;
  text-align: center;
}

.input-copy,.input-copy:hover {
  border-color: rgba(1, 44, 87, .3);
}

.tingle-info-content {
  text-align: center;
}

.tingle-info-content .img {
  margin-bottom: .875rem;
  width: 3.5rem;
}

@media screen and (min-width:1024px) {
  .tingle-info-content .img {
    margin-bottom: 1.125rem;
    width: 6.125rem;
  }
}

.tingle-info-content .text {
  margin-bottom: 1.125rem;
  font-size: 1.125rem;
}

@media screen and (min-width:1024px) {
  .tingle-info-content .text {
    margin-bottom: 2rem;
    font-size: 1.875rem;
  }
}

@media screen and (max-width:768px) {
  .tingle-info-content .text p {
    margin-bottom: .25rem;
  }
}

.tingle-info-content .logo {
  display: inline-block;
  margin-bottom: 1.25rem;
  border-radius: 4px;
  background-color: #fff;
  padding: .75rem;
  width: 8.25rem;
}

@media screen and (min-width:1024px) {
  .tingle-info-content .logo {
    margin-bottom: 2.25rem;
    width: 12.625rem;
  }
}

.tingle-info-content .logo img {
  display: block;
}

.tingle-info-content .button {
  margin-bottom: 2.25rem;
  min-width: 9.625rem;
}

.rating-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-container:after {
  margin-top: .0625em;
  margin-left: .35em;
  color: #666;
  font-size: 1rem;
  content: attr(data-rating);
}

.d-none {
  display: none;
}

.rating_roulette {
  margin-top: 10px;
}

.rating {
  position: relative;
  width: 130px;
  height: 35px;
  margin: 0 auto;
}

.rating_text {
  font-size: 11px;
  color: #989898;
}

.rating__best {
  background: url(../img/stars.png) no-repeat;
  width: 130px;
  height: 35px;
  position: absolute;
  background-size: 130px 210px;
}


.rating__star {
  width: 26px;
  height: 35px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.rating__star_1 {
  left: 0;
}

.rating__star_2 {
  left: 26px;
}

.rating__star_3 {
  left: 52px;
}

.rating__star_4 {
  left: 78px;
}

.rating__star_5 {
  left: 104px;
}

.rating__current {
  background: url(../img/stars.png) 0 -35px no-repeat;
  height: 35px;
  position: absolute;
  background-size: 130px 210px;
}

@font-face {
  font-family: Conv_wiguru;
  src: url(/assets/fonts/wiguru.eot);
  src: local("WiGuru"), url(/assets/fonts/wiguru.woff) format("woff"), url(/assets/fonts/wiguru.ttf) format("truetype"), url(/assets/fonts/wiguru.svg) format("svg");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

.circle {
  height: 7px;
  width: 7px;
  border: 2px solid #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.circle.yellow {
  border-color: #ffd167;
}

.circle.red {
  border-color: #f84448;
}

.circle.green {
  border-color: #00c24b;
}

.circle.blue {
  border-color: #0068bf;
}

.circle.gray {
  border-color: #bfcdd6;
}

.circle.black {
  border-color: #000;
}

.container {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 auto;
}

.content {
  padding-left: 303px;
}

.text_block {
  vertical-align: top;
  margin-bottom: 10px;
  padding: 15px 20px 10px 20px;
  background: #fff;
  color: #222;
  font-size: 14px;
  border: 1px solid #e3ecf2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.title_partition {
  width: 100%;
  padding-top: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  letter-spacing: -.36em;
  display: table;
}

.title_partition>div {
  display: table-cell;
  letter-spacing: 2px;
  width: 30%;
  line-height: 35px;
  vertical-align: middle;
}

.title_partition .circle {
  background: #fff;
  height: 7px;
  width: 7px;
  border-width: 1px;
  position: absolute;
  top: -3px;
}

.title_partition .circle.right {
  right: 0;
}

.title_partition .circle.left {
  left: 0;
}

.title_partition .line_gray {
  border-bottom: 1px solid #bfcdd6;
  position: relative;
  padding-top: 0;
}

.title_partition span,.top_slots {
  text-align: center;
  color: #454b4f;
  font-size: 22px !important;
  margin: 0 5px !important;
  font-family: Conv_wiguru;
  letter-spacing: normal;
}

.title_partition span {
  color: #000;
  padding-left: 0;
  font-size: 24px;
  letter-spacing: normal;
  margin: 0 10px;
}

.title .casino {
  width: 41%;
}

.title .casino_rating {
  width: 12%;
}

.title .casino_bonus {
  width: 20%;
}

.table_data {
  background: #fff;
  border: 1px solid #dce7ee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.table_data>td {
  vertical-align: middle;
  padding: 5px;
}

.table_data .casino_img {
  width: 17.5%;
}

.table_data .casino_img img {
  display: block;
  width: 100%;
}

.table_data .casino_name {
  width: 23%;
  text-align: left;
}

.table_data .casino_name a {
  font-size: 15px;
  color: #1f69ba;
}

.table_data .casino_name a:hover {
  text-decoration: none;
  color: #f94245;
}

.table_data .casino_rating {
  text-align: center;
  width: 11%;
}

.table_data .casino_rating>div {
  color: #000;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  display: inline-block;
  padding: 3% 3.7%;
  border: 1px solid #000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.table_data .casino_rating .red {
  border-color: #d84447;
  color: #d84447;
}

.table_data .casino_rating .yellow {
  border-color: #ffd167;
  color: #ffd167;
}

.table_data .casino_rating .green {
  border-color: #3bc156;
  color: #3bc156;
}

.table_data .casino_rating .blue {
  border-color: #1f69ba;
  color: #1f69ba;
}

.table_data .casino_bonus {
  width: 29%;
  text-align: left;
  padding-left: 0 !important;
}

.table_data .casino_bonus span {
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
}

.table_data .casino_bonus div {
  font-size: 14px;
  line-height: 15px;
}

.line.black {
  border-top: 3px solid #454b4f;
  width: 3%;
  margin: auto;
}

.slots_text_block {
  letter-spacing: -.36em;
  padding: 5px 0;
}

.slots_text_block>div {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}

.slots_text_block>div img {
  display: block;
  min-width: 140px;
  width: 100%;
}

.slots_text_block>div:first-child {
  width: 18.1%;
  min-width: 140px;
}

.slots_text_block>div:last-child {
  width: 81%;
  font-size: 26px;
  font-weight: 700;
  padding-left: 10px;
}

.bnt_block .rating_casino {
  display: inline-block;
  font-size: 45px;
  font-weight: 700;
  padding: 22px 10px;
  border: 2px solid #000;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.rating_casino.red {
  border-color: #d84447;
  color: #d84447;
}

.rating_casino.yellow {
  border-color: #ffd167;
  color: #ffd167;
}

.rating_casino.green {
  border-color: #3bc156;
  color: #3bc156;
}

.rating_casino.blue {
  border-color: #1f69ba;
  color: #1f69ba;
}

.bnt_block .visit,.img_bonus .visit {
  width: 90%;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  padding: 7px 0;
  margin: 30px 0 0 0;
  text-decoration: none;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*.visit.red {
    background-color: #f94245;
    -webkit-box-shadow: 0 0 2px #bababa, inset 0 -4px 1px #eb1f2a;
    -moz-box-shadow: 0 0 2px #bababa, inset 0 -4px 1px #eb1f2a;
    box-shadow: 0 0 2px #bababa, inset 0 -4px 1px #eb1f2a
}*/

.visit.yellow {
  background-color: #ffd167;
  -webkit-box-shadow: 0 0 2px #bababa, inset 0 -4px 1px #ffb635;
  -moz-box-shadow: 0 0 2px #bababa, inset 0 -4px 1px #ffb635;
  box-shadow: 0 0 2px #bababa, inset 0 -4px 1px #ffb635;
}

.visit.yellow:hover {
  background-color: #1f69ba;
  -webkit-box-shadow: 0 0 2px #bababa, inset 0 -4px 1px #0048a5;
  -moz-box-shadow: 0 0 2px #bababa, inset 0 -4px 1px #0048a5;
  box-shadow: 0 0 2px #bababa, inset 0 -4px 1px #0048a5;
}

.visit.green {
  background-color: #3bc156;
  -webkit-box-shadow: 0 0 2px #bababa, inset 0 -4px 1px #3bc156;
  -moz-box-shadow: 0 0 2px #bababa, inset 0 -4px 1px #3bc156;
  box-shadow: 0 0 2px #bababa, inset 0 -4px 1px #3bc156;
}

.visit.blue {
  background-color: #1f69ba;
  -webkit-box-shadow: 0 0 2px #bababa, inset 0 -4px 1px #0048a5;
  -moz-box-shadow: 0 0 2px #bababa, inset 0 -4px 1px #0048a5;
  box-shadow: 0 0 2px #bababa, inset 0 -4px 1px #0048a5;
}

.finans_info_block {
  margin: 20px 0;
  width: 100%;
  display: table;
}

.finans_info_block>div {
  display: table-cell;
  vertical-align: top;
}

.finans_info {
  padding: 10px;
  width: 80%;
  border: 1px solid #dce7ee;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.finans_info>div {
  line-height: 70px;
}

.finans_info>div:first-child {
  margin-bottom: 2px;
}

.finans_info>div:last-child {
  margin-top: 2px;
}

.finans_info .time {
  float: left;
  width: 100%;
  background: #fff;
  border: 1px solid #dce7ee;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.finans_info .time>div {
  float: left;
  font-size: 17px;
  font-weight: 700;
}

.finans_info .time>div:first-child {
  width: 28%;
}

.finans_info .time>div:last-child {
  width: 68%;
}

.time .bord_right {
  width: 2%;
  height: 20px;
  margin: 25px 0;
  border-left: 1px solid #ccc;
  border-right: 0;
}

.finans_info .time>div:last-child>div {
  float: left;
  width: 33.3%;
}

.details_block {
  margin-top: 20px;
  border: 1px solid #dce7ee;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.details_block>:first-child {
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}

.details_block>:last-child {
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
}

.detail td {
  padding: 10px 5px !important;
}

.details_block {
  width: 100%;
  font-size: 15px;
}

.detail:nth-child(even) {
  background: #f7fafc;
}

.detail:nth-child(odd) {
  background: #fff;
}

.detail>div {
  display: table-cell;
  padding: 0;
  font-size: 14px;
}

.detail>:first-child {
  width: 25%;
  font-weight: 700;
}

.detail>:last-child {
  width: 75%;
  max-width: 780px;
  word-wrap: break-word;
  padding-left: 20px;
}

.detail .circle {
  width: 10px;
  height: 10px;
  margin: 0 5%;
  display: inline-block;
}

.grid_title {
  background: #f7fafc;
  font-size: 23px;
  font-weight: 700;
  padding: 20px 0;
  border-bottom: 1px solid #dce7ee;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}

.text_block h1,.text_block h2,.text_block h3,.text_block h4,.text_block h5 {
  margin-bottom: 1em;
}

.text_block p {
  font-size: 16px;
  color: #353535;
}

.text-block1 {
  margin: -15px -20px 2em;
}

.casino_bonus {
  font-weight: 700;
  font-size: 16px;
  text-align: center !important;
}

.table_data .casino_bonus span {
  font-weight: 700;
  font-size: 16px;
  color: #e05252;
  line-height: 15px;
}

@media (max-width:768px) {
  .text-block1 {
    margin: 0;
  }

  .top_slots.details.casino_page {
    background: url(img/sprites.png) no-repeat 57px -1823px !important;
  }
}

.current-lang {
  position: relative;
  margin: 0 10px;
}

.logo {
  width: 160px;
}

.first_block {
  padding: 8px 0;
  background: #fff;
  color: #222;
  font-size: 14px !important;
  border: 1px solid #e3ecf2 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.figure-caption {
  font-size: 100% !important;
}

h1 {
  color: #000;
  font-size: 24px !important;
  line-height: 1.4;
  font-weight: 700 !important;
  padding: 0 0 7px 0;
}

.bnt_block {
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

.rating_casino {
  display: inline-block;
  font-size: 40px;
  line-height: 42px;
  font-weight: 700;
  padding: 14px;
  border: 2px solid #10921b;
  border-radius: 50%;
}

.visit {
  background-color: #ffd167;
  box-shadow: 0 0 2px #ffd167, inset 0 -4px 1px #84610f;
  color: #000 !important;
  cursor: pointer;
}

.visit:hover {
  color: #fff;
  background-color: #ffc107;
  box-shadow: 0 0 2px #bababa, inset 0 -4px 1px #75580a;
}

.bnt_block .visit,.img_bonus .visit {
  width: 90%;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  padding: 4px 0 7px 0;
  margin: 8px 0 0 0;
  text-decoration: none;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.finans_section {
  margin: 0;
  width: 100%;
  display: block;
  padding-right: 0 !important;
}

@media screen and (max-width:767px) {
  .finans_section {
    padding-left: 0 !important;
  }

  .finans_section>div :nth-child(1).card {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }
}

.finans_section>div :nth-child(1).card-body {
  padding: 10px !important;
  font-size: 14px;
  font-weight: 600;
}

.finans_section>div :nth-child(1).card {
  margin-bottom: 4px !important;
}

.finans_section>div :nth-child(2).card {
  margin-bottom: 4px !important;
}

.finans_section>div :nth-child(3).card {
  margin-bottom: 4px !important;
}

.finans_section>div :nth-child(4).card {
  margin-bottom: 4px !important;
}

.finans_block {
  padding: 10px;
  border: 1px solid #dce7ee;
  border-radius: 4px;
  margin-bottom: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.card {
  border-radius: .25rem;
  webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.card .card-body .card-text {
  font-weight: 600 !important;
  font-size: 1rem !important;
  color: #333 !important;
}

.card-body {
  padding-left: .3rem !important;
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
  padding-right: .3rem !important;
}

.badge-zzz {
  color: #333 !important;
  padding-right: .2em !important;
  padding-left: .2em !important;
  border-radius: 10rem !important;
  font-size: smaller;
  border: 1px solid rgba(54, 53, 53, .225) !important;
  border-radius: .25rem;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 25px !important;
  align-items: center;
}

.bg {
  background-image: url(../img/check-circle-regular.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 6.5%;
}

.table td {
  border-top: none !important;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 11% !important;
}

.www {
  width: 78px;
}

.wic {
  width: 15px;
}

.wic2 {
  width: 25px;
}

.wic3 {
  width: 28px;
}

@media screen and (max-width:820px) {
  .none {
    display: none !important;
  }
}

@media (max-width: 575px) {
  section>.container,  section>.container>.row {
    max-width: 96%;
    width: auto;
    margin: auto;
  }
}

.cupon_btn {
  font-size: 0.95rem !important;
}

.lead {
  font-size: 1rem !important;
}

.first_block {
  position: relative;
  top: 12px;
}

.z-depth-1 {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}

.table-main {
  display: block;
  width: 100%;
}

.promocode-wrp {
  display: flex;
  flex-direction: column;
  margin: 13px 0 0 0;
}

#cupon {
  border: none;
  padding: 5px;
  text-align: center;
  width: 250px;
  font-size: 18px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  border-radius: 3px;
  margin-bottom: 9px;
  height: 37px;
}

#cupon:focus {
  outline: none;
}

#cupon_btn {
  background-color: #ffd167;
  box-shadow: 0 0 2px #ffd167, inset 0 -4px 1px #84610f;
  color: #000;
  cursor: pointer;
  border: none;
  padding: 5px 5px 7px 5px;
  width: 250px;
  font-size: 18px;
  border-radius: 3px;
  font-weight: bold;
  height: 37px;
}

#cupon_btn:hover {
  background-color: #ffc107;
  box-shadow: 0 0 2px #bababa, inset 0 -4px 1px #75580a;
}

#cupon_btn:focus {
  outline: none;
}

.ch {
  white-space: pre;
}


/* *** for SEO text *** */


.text-blk {
  padding-left: 7px;
}


@media screen and (max-width: 575px) {

.text-blk {
  padding: 0 12px;
}

}



.text-blk h2,
.text-blk .h2 {
  margin: 30px 0 0 0;
  font-weight: bold;
}

.text-blk h3,
.text-blk .h3 {
  margin: 20px 0 0 0;
  font-weight: bold;
}

.text-blk p {
  margin: 10px 0;
}

.std-table {
    border-collapse: collapse;
    margin: 0 auto;
}

.std-table td {
    border: 1px solid #000;
    padding: 5px 15px;
}

/* *** for SEO text *** /end */


.faq-wrp .faq-blk {
  margin: 25px 0;
}

.faq-wrp .answ {
  margin: 5px 0;
}

.faq-wrp p {
  margin: 5px 0;
}




/* TOC */

.toc-wrp {
    margin: 30px 0;
}

.toc-wrp .ez-toc-list {
  list-style: none;
  line-height: 1.4;
  margin: 0 0 35px 0;
}

.toc-wrp nav ol {
    counter-reset: li;
    margin: 5px 0;
    padding: 0 0 0 1rem;
    list-style: none;
}

.toc-wrp nav li:before {
  counter-increment: li;
  content: counters(li,".") ". ";
}

.toc-wrp .ez-toc-list li {
  display: block;
  margin: 5px 0;
}

.toc-wrp li a {
    display: inline;
    color: #000;
    text-decoration: none;
}

.toc-wrp li a:hover {
  color: #36a;
}

.toc-wrp .collapse:not(.show) {
    display: none;
}

.toc-wrp .accordion-trigger {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 7px;
    border-radius: 2px;
    background-color: #3b958b;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
}

.toc-wrp .accordion-trigger:before {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    content: "+";
}

.toc-wrp .accordion-trigger:not(.collapsed):before {
    content: "-";
}

/* / ez-toc-list */




/* breadcrumbs */

.breadcrumbs {
    background: transparent;
    display: flex;
    font-size: 18px;
    text-align: center;
    justify-content: left;
    margin: 10px auto 0 auto;
    align-items: center;
    position: relative;
    z-index: 9;
}

.breadcrumb.spr {
    margin: 0 15px;
}

.b-lnk {
    color: #10921b;
    text-decoration: underline;
}

.b-lnk:hover {
  color: #1cd5c0;
}

.b-lnk:active {
  color: #FFC107;
}

@media screen and (max-width: 991px) {
  .breadcrumbs {
    font-size: 14px;
    margin-left: 7px;
  }
}

/* / breadcrumbs */

.img-obj {
  display: block;
  margin: 15px auto;
}

/**/

.video-container {
margin: 30px auto;
position: relative;
padding-bottom: 48%;
padding-top: 30px;
height: 0;
overflow: hidden;
max-width: 90%;
}

.video-container iframe {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
}

.hide {
  display: none;
}