@import url(https://fonts.googleapis.com/css?family=Rubik);
.bg-green {
  background-color: #009147!important
}
.bg-green-matt {
  background-color: #bbcec6!important
}
.bg-red {
  background-color: #ff4c3b!important
}
.bg-orange {
  background-color: #ff8351!important
}
.bg-grey {
  background-color: #b8b8be!important
}
.bg-gray-300 {
  background-color: #7f7f84!important
}
.bg-gray-100 {
  background-color: #f1f1f3!important
}
.bg-black {
  background-color: #000!important
}
.bg-white {
  background-color: #fff!important
}
.bg-transparent {
  background-color: transparent!important
}
.rounded {
  border-radius: 5px
}
.rounded-0 {
  border-radius: 0
}
@media (min-width:576px) {
  .rounded-sm {
    border-radius: 5px
  }
  .rounded-sm-0 {
    border-radius: 0
  }
}
@media (min-width:768px) {
  .rounded-md {
    border-radius: 5px
  }
  .rounded-md-0 {
    border-radius: 0
  }
}
@media (min-width:992px) {
  .rounded-lg {
    border-radius: 5px
  }
  .rounded-lg-0 {
    border-radius: 0
  }
}
@media (min-width:1200px) {
  .rounded-xl {
    border-radius: 5px
  }
  .rounded-xl-0 {
    border-radius: 0
  }
}
.d-none {
  display: none!important
}
.d-inline {
  display: inline!important
}
.d-inline-block {
  display: inline-block!important
}
.d-block {
  display: block!important
}
.d-table {
  display: table!important
}
.d-table-row {
  display: table-row!important
}
.d-table-cell {
  display: table-cell!important
}
.d-flex {
  display: flex!important
}
.d-inline-flex {
  display: inline-flex!important
}
@media (min-width:576px) {
  .d-sm-none {
    display: none!important
  }
  .d-sm-inline {
    display: inline!important
  }
  .d-sm-inline-block {
    display: inline-block!important
  }
  .d-sm-block {
    display: block!important
  }
  .d-sm-table {
    display: table!important
  }
  .d-sm-table-row {
    display: table-row!important
  }
  .d-sm-table-cell {
    display: table-cell!important
  }
  .d-sm-flex {
    display: flex!important
  }
  .d-sm-inline-flex {
    display: inline-flex!important
  }
}
@media (min-width:768px) {
  .d-md-none {
    display: none!important
  }
  .d-md-inline {
    display: inline!important
  }
  .d-md-inline-block {
    display: inline-block!important
  }
  .d-md-block {
    display: block!important
  }
  .d-md-table {
    display: table!important
  }
  .d-md-table-row {
    display: table-row!important
  }
  .d-md-table-cell {
    display: table-cell!important
  }
  .d-md-flex {
    display: flex!important
  }
  .d-md-inline-flex {
    display: inline-flex!important
  }
}
@media (min-width:992px) {
  .d-lg-none {
    display: none!important
  }
  .d-lg-inline {
    display: inline!important
  }
  .d-lg-inline-block {
    display: inline-block!important
  }
  .d-lg-block {
    display: block!important
  }
  .d-lg-table {
    display: table!important
  }
  .d-lg-table-row {
    display: table-row!important
  }
  .d-lg-table-cell {
    display: table-cell!important
  }
  .d-lg-flex {
    display: flex!important
  }
  .d-lg-inline-flex {
    display: inline-flex!important
  }
}
@media (min-width:1200px) {
  .d-xl-none {
    display: none!important
  }
  .d-xl-inline {
    display: inline!important
  }
  .d-xl-inline-block {
    display: inline-block!important
  }
  .d-xl-block {
    display: block!important
  }
  .d-xl-table {
    display: table!important
  }
  .d-xl-table-row {
    display: table-row!important
  }
  .d-xl-table-cell {
    display: table-cell!important
  }
  .d-xl-flex {
    display: flex!important
  }
  .d-xl-inline-flex {
    display: inline-flex!important
  }
}
@media print {
  .d-print-none {
    display: none!important
  }
  .d-print-inline {
    display: inline!important
  }
  .d-print-inline-block {
    display: inline-block!important
  }
  .d-print-block {
    display: block!important
  }
  .d-print-table {
    display: table!important
  }
  .d-print-table-row {
    display: table-row!important
  }
  .d-print-table-cell {
    display: table-cell!important
  }
  .d-print-flex {
    display: flex!important
  }
  .d-print-inline-flex {
    display: inline-flex!important
  }
}
.flex-row {
  flex-direction: row!important
}
.flex-column {
  flex-direction: column!important
}
.flex-row-reverse {
  flex-direction: row-reverse!important
}
.flex-column-reverse {
  flex-direction: column-reverse!important
}
.flex-wrap {
  flex-wrap: wrap!important
}
.flex-nowrap {
  flex-wrap: nowrap!important
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse!important
}
.flex-fill {
  flex: 1 1 auto!important
}
.flex-grow-0 {
  flex-grow: 0!important
}
.flex-grow-1 {
  flex-grow: 1!important
}
.flex-shrink-0 {
  flex-shrink: 0!important
}
.flex-shrink-1 {
  flex-shrink: 1!important
}
.justify-content-start {
  justify-content: flex-start!important
}
.justify-content-end {
  justify-content: flex-end!important
}
.justify-content-center {
  justify-content: center!important
}
.justify-content-between {
  justify-content: space-between!important
}
.justify-content-around {
  justify-content: space-around!important
}
.align-items-start {
  align-items: flex-start!important
}
.align-items-end {
  align-items: flex-end!important
}
.align-items-center {
  align-items: center!important
}
.align-items-baseline {
  align-items: baseline!important
}
.align-items-stretch {
  align-items: stretch!important
}
.align-content-start {
  align-content: flex-start!important
}
.align-content-end {
  align-content: flex-end!important
}
.align-content-center {
  align-content: center!important
}
.align-content-between {
  align-content: space-between!important
}
.align-content-around {
  align-content: space-around!important
}
.align-content-stretch {
  align-content: stretch!important
}
.align-self-auto {
  align-self: auto!important
}
.align-self-start {
  align-self: flex-start!important
}
.align-self-end {
  align-self: flex-end!important
}
.align-self-center {
  align-self: center!important
}
.align-self-baseline {
  align-self: baseline!important
}
.align-self-stretch {
  align-self: stretch!important
}
@media (min-width:576px) {
  .flex-sm-row {
    flex-direction: row!important
  }
  .flex-sm-column {
    flex-direction: column!important
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse!important
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse!important
  }
  .flex-sm-wrap {
    flex-wrap: wrap!important
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap!important
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse!important
  }
  .flex-sm-fill {
    flex: 1 1 auto!important
  }
  .flex-sm-grow-0 {
    flex-grow: 0!important
  }
  .flex-sm-grow-1 {
    flex-grow: 1!important
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0!important
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1!important
  }
  .justify-content-sm-start {
    justify-content: flex-start!important
  }
  .justify-content-sm-end {
    justify-content: flex-end!important
  }
  .justify-content-sm-center {
    justify-content: center!important
  }
  .justify-content-sm-between {
    justify-content: space-between!important
  }
  .justify-content-sm-around {
    justify-content: space-around!important
  }
  .align-items-sm-start {
    align-items: flex-start!important
  }
  .align-items-sm-end {
    align-items: flex-end!important
  }
  .align-items-sm-center {
    align-items: center!important
  }
  .align-items-sm-baseline {
    align-items: baseline!important
  }
  .align-items-sm-stretch {
    align-items: stretch!important
  }
  .align-content-sm-start {
    align-content: flex-start!important
  }
  .align-content-sm-end {
    align-content: flex-end!important
  }
  .align-content-sm-center {
    align-content: center!important
  }
  .align-content-sm-between {
    align-content: space-between!important
  }
  .align-content-sm-around {
    align-content: space-around!important
  }
  .align-content-sm-stretch {
    align-content: stretch!important
  }
  .align-self-sm-auto {
    align-self: auto!important
  }
  .align-self-sm-start {
    align-self: flex-start!important
  }
  .align-self-sm-end {
    align-self: flex-end!important
  }
  .align-self-sm-center {
    align-self: center!important
  }
  .align-self-sm-baseline {
    align-self: baseline!important
  }
  .align-self-sm-stretch {
    align-self: stretch!important
  }
}
@media (min-width:768px) {
  .flex-md-row {
    flex-direction: row!important
  }
  .flex-md-column {
    flex-direction: column!important
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse!important
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse!important
  }
  .flex-md-wrap {
    flex-wrap: wrap!important
  }
  .flex-md-nowrap {
    flex-wrap: nowrap!important
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse!important
  }
  .flex-md-fill {
    flex: 1 1 auto!important
  }
  .flex-md-grow-0 {
    flex-grow: 0!important
  }
  .flex-md-grow-1 {
    flex-grow: 1!important
  }
  .flex-md-shrink-0 {
    flex-shrink: 0!important
  }
  .flex-md-shrink-1 {
    flex-shrink: 1!important
  }
  .justify-content-md-start {
    justify-content: flex-start!important
  }
  .justify-content-md-end {
    justify-content: flex-end!important
  }
  .justify-content-md-center {
    justify-content: center!important
  }
  .justify-content-md-between {
    justify-content: space-between!important
  }
  .justify-content-md-around {
    justify-content: space-around!important
  }
  .align-items-md-start {
    align-items: flex-start!important
  }
  .align-items-md-end {
    align-items: flex-end!important
  }
  .align-items-md-center {
    align-items: center!important
  }
  .align-items-md-baseline {
    align-items: baseline!important
  }
  .align-items-md-stretch {
    align-items: stretch!important
  }
  .align-content-md-start {
    align-content: flex-start!important
  }
  .align-content-md-end {
    align-content: flex-end!important
  }
  .align-content-md-center {
    align-content: center!important
  }
  .align-content-md-between {
    align-content: space-between!important
  }
  .align-content-md-around {
    align-content: space-around!important
  }
  .align-content-md-stretch {
    align-content: stretch!important
  }
  .align-self-md-auto {
    align-self: auto!important
  }
  .align-self-md-start {
    align-self: flex-start!important
  }
  .align-self-md-end {
    align-self: flex-end!important
  }
  .align-self-md-center {
    align-self: center!important
  }
  .align-self-md-baseline {
    align-self: baseline!important
  }
  .align-self-md-stretch {
    align-self: stretch!important
  }
}
@media (min-width:992px) {
  .flex-lg-row {
    flex-direction: row!important
  }
  .flex-lg-column {
    flex-direction: column!important
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse!important
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse!important
  }
  .flex-lg-wrap {
    flex-wrap: wrap!important
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap!important
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse!important
  }
  .flex-lg-fill {
    flex: 1 1 auto!important
  }
  .flex-lg-grow-0 {
    flex-grow: 0!important
  }
  .flex-lg-grow-1 {
    flex-grow: 1!important
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0!important
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1!important
  }
  .justify-content-lg-start {
    justify-content: flex-start!important
  }
  .justify-content-lg-end {
    justify-content: flex-end!important
  }
  .justify-content-lg-center {
    justify-content: center!important
  }
  .justify-content-lg-between {
    justify-content: space-between!important
  }
  .justify-content-lg-around {
    justify-content: space-around!important
  }
  .align-items-lg-start {
    align-items: flex-start!important
  }
  .align-items-lg-end {
    align-items: flex-end!important
  }
  .align-items-lg-center {
    align-items: center!important
  }
  .align-items-lg-baseline {
    align-items: baseline!important
  }
  .align-items-lg-stretch {
    align-items: stretch!important
  }
  .align-content-lg-start {
    align-content: flex-start!important
  }
  .align-content-lg-end {
    align-content: flex-end!important
  }
  .align-content-lg-center {
    align-content: center!important
  }
  .align-content-lg-between {
    align-content: space-between!important
  }
  .align-content-lg-around {
    align-content: space-around!important
  }
  .align-content-lg-stretch {
    align-content: stretch!important
  }
  .align-self-lg-auto {
    align-self: auto!important
  }
  .align-self-lg-start {
    align-self: flex-start!important
  }
  .align-self-lg-end {
    align-self: flex-end!important
  }
  .align-self-lg-center {
    align-self: center!important
  }
  .align-self-lg-baseline {
    align-self: baseline!important
  }
  .align-self-lg-stretch {
    align-self: stretch!important
  }
}
@media (min-width:1200px) {
  .flex-xl-row {
    flex-direction: row!important
  }
  .flex-xl-column {
    flex-direction: column!important
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse!important
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse!important
  }
  .flex-xl-wrap {
    flex-wrap: wrap!important
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap!important
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse!important
  }
  .flex-xl-fill {
    flex: 1 1 auto!important
  }
  .flex-xl-grow-0 {
    flex-grow: 0!important
  }
  .flex-xl-grow-1 {
    flex-grow: 1!important
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0!important
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1!important
  }
  .justify-content-xl-start {
    justify-content: flex-start!important
  }
  .justify-content-xl-end {
    justify-content: flex-end!important
  }
  .justify-content-xl-center {
    justify-content: center!important
  }
  .justify-content-xl-between {
    justify-content: space-between!important
  }
  .justify-content-xl-around {
    justify-content: space-around!important
  }
  .align-items-xl-start {
    align-items: flex-start!important
  }
  .align-items-xl-end {
    align-items: flex-end!important
  }
  .align-items-xl-center {
    align-items: center!important
  }
  .align-items-xl-baseline {
    align-items: baseline!important
  }
  .align-items-xl-stretch {
    align-items: stretch!important
  }
  .align-content-xl-start {
    align-content: flex-start!important
  }
  .align-content-xl-end {
    align-content: flex-end!important
  }
  .align-content-xl-center {
    align-content: center!important
  }
  .align-content-xl-between {
    align-content: space-between!important
  }
  .align-content-xl-around {
    align-content: space-around!important
  }
  .align-content-xl-stretch {
    align-content: stretch!important
  }
  .align-self-xl-auto {
    align-self: auto!important
  }
  .align-self-xl-start {
    align-self: flex-start!important
  }
  .align-self-xl-end {
    align-self: flex-end!important
  }
  .align-self-xl-center {
    align-self: center!important
  }
  .align-self-xl-baseline {
    align-self: baseline!important
  }
  .align-self-xl-stretch {
    align-self: stretch!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: 5px!important
}
.mt-1,
.my-1 {
  margin-top: 5px!important
}
.mr-1,
.mx-1 {
  margin-right: 5px!important
}
.mb-1,
.my-1 {
  margin-bottom: 5px!important
}
.ml-1,
.mx-1 {
  margin-left: 5px!important
}
.m-2 {
  margin: 10px!important
}
.mt-2,
.my-2 {
  margin-top: 10px!important
}
.mr-2,
.mx-2 {
  margin-right: 10px!important
}
.mb-2,
.my-2 {
  margin-bottom: 10px!important
}
.ml-2,
.mx-2 {
  margin-left: 10px!important
}
.m-3 {
  margin: 15px!important
}
.mt-3,
.my-3 {
  margin-top: 15px!important
}
.mr-3,
.mx-3 {
  margin-right: 15px!important
}
.mb-3,
.my-3 {
  margin-bottom: 15px!important
}
.ml-3,
.mx-3 {
  margin-left: 15px!important
}
.m-4 {
  margin: 20px!important
}
.mt-4,
.my-4 {
  margin-top: 20px!important
}
.mr-4,
.mx-4 {
  margin-right: 20px!important
}
.mb-4,
.my-4 {
  margin-bottom: 20px!important
}
.ml-4,
.mx-4 {
  margin-left: 20px!important
}
.m-5 {
  margin: 25px!important
}
.mt-5,
.my-5 {
  margin-top: 25px!important
}
.mr-5,
.mx-5 {
  margin-right: 25px!important
}
.mb-5,
.my-5 {
  margin-bottom: 25px!important
}
.ml-5,
.mx-5 {
  margin-left: 25px!important
}
.m-6 {
  margin: 30px!important
}
.mt-6,
.my-6 {
  margin-top: 30px!important
}
.mr-6,
.mx-6 {
  margin-right: 30px!important
}
.mb-6,
.my-6 {
  margin-bottom: 30px!important
}
.ml-6,
.mx-6 {
  margin-left: 30px!important
}
.p-0 {
  padding: 0!important
}
.pt-0,
.py-0 {
  padding-top: 0!important
}
.pr-0,
.px-0 {
  padding-right: 0!important
}
.pb-0,
.py-0 {
  padding-bottom: 0!important
}
.pl-0,
.px-0 {
  padding-left: 0!important
}
.p-1 {
  padding: 5px!important
}
.pt-1,
.py-1 {
  padding-top: 5px!important
}
.pr-1,
.px-1 {
  padding-right: 5px!important
}
.pb-1,
.py-1 {
  padding-bottom: 5px!important
}
.pl-1,
.px-1 {
  padding-left: 5px!important
}
.p-2 {
  padding: 10px!important
}
.pt-2,
.py-2 {
  padding-top: 10px!important
}
.pr-2,
.px-2 {
  padding-right: 10px!important
}
.pb-2,
.py-2 {
  padding-bottom: 10px!important
}
.pl-2,
.px-2 {
  padding-left: 10px!important
}
.p-3 {
  padding: 15px!important
}
.pt-3,
.py-3 {
  padding-top: 15px!important
}
.pr-3,
.px-3 {
  padding-right: 15px!important
}
.pb-3,
.py-3 {
  padding-bottom: 15px!important
}
.pl-3,
.px-3 {
  padding-left: 15px!important
}
.p-4 {
  padding: 20px!important
}
.pt-4,
.py-4 {
  padding-top: 20px!important
}
.pr-4,
.px-4 {
  padding-right: 20px!important
}
.pb-4,
.py-4 {
  padding-bottom: 20px!important
}
.pl-4,
.px-4 {
  padding-left: 20px!important
}
.p-5 {
  padding: 25px!important
}
.pt-5,
.py-5 {
  padding-top: 25px!important
}
.pr-5,
.px-5 {
  padding-right: 25px!important
}
.pb-5,
.py-5 {
  padding-bottom: 25px!important
}
.pl-5,
.px-5 {
  padding-left: 25px!important
}
.p-6 {
  padding: 30px!important
}
.pt-6,
.py-6 {
  padding-top: 30px!important
}
.pr-6,
.px-6 {
  padding-right: 30px!important
}
.pb-6,
.py-6 {
  padding-bottom: 30px!important
}
.pl-6,
.px-6 {
  padding-left: 30px!important
}
.m-n1 {
  margin: -5px!important
}
.mt-n1,
.my-n1 {
  margin-top: -5px!important
}
.mr-n1,
.mx-n1 {
  margin-right: -5px!important
}
.mb-n1,
.my-n1 {
  margin-bottom: -5px!important
}
.ml-n1,
.mx-n1 {
  margin-left: -5px!important
}
.m-n2 {
  margin: -10px!important
}
.mt-n2,
.my-n2 {
  margin-top: -10px!important
}
.mr-n2,
.mx-n2 {
  margin-right: -10px!important
}
.mb-n2,
.my-n2 {
  margin-bottom: -10px!important
}
.ml-n2,
.mx-n2 {
  margin-left: -10px!important
}
.m-n3 {
  margin: -15px!important
}
.mt-n3,
.my-n3 {
  margin-top: -15px!important
}
.mr-n3,
.mx-n3 {
  margin-right: -15px!important
}
.mb-n3,
.my-n3 {
  margin-bottom: -15px!important
}
.ml-n3,
.mx-n3 {
  margin-left: -15px!important
}
.m-n4 {
  margin: -20px!important
}
.mt-n4,
.my-n4 {
  margin-top: -20px!important
}
.mr-n4,
.mx-n4 {
  margin-right: -20px!important
}
.mb-n4,
.my-n4 {
  margin-bottom: -20px!important
}
.ml-n4,
.mx-n4 {
  margin-left: -20px!important
}
.m-n5 {
  margin: -25px!important
}
.mt-n5,
.my-n5 {
  margin-top: -25px!important
}
.mr-n5,
.mx-n5 {
  margin-right: -25px!important
}
.mb-n5,
.my-n5 {
  margin-bottom: -25px!important
}
.ml-n5,
.mx-n5 {
  margin-left: -25px!important
}
.m-n6 {
  margin: -30px!important
}
.mt-n6,
.my-n6 {
  margin-top: -30px!important
}
.mr-n6,
.mx-n6 {
  margin-right: -30px!important
}
.mb-n6,
.my-n6 {
  margin-bottom: -30px!important
}
.ml-n6,
.mx-n6 {
  margin-left: -30px!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: 5px!important
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 5px!important
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 5px!important
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 5px!important
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 5px!important
  }
  .m-sm-2 {
    margin: 10px!important
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 10px!important
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 10px!important
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 10px!important
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 10px!important
  }
  .m-sm-3 {
    margin: 15px!important
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 15px!important
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 15px!important
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 15px!important
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 15px!important
  }
  .m-sm-4 {
    margin: 20px!important
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 20px!important
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 20px!important
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 20px!important
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 20px!important
  }
  .m-sm-5 {
    margin: 25px!important
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 25px!important
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 25px!important
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 25px!important
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 25px!important
  }
  .m-sm-6 {
    margin: 30px!important
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 30px!important
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 30px!important
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 30px!important
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 30px!important
  }
  .p-sm-0 {
    padding: 0!important
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0!important
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0!important
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0!important
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0!important
  }
  .p-sm-1 {
    padding: 5px!important
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 5px!important
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 5px!important
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 5px!important
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 5px!important
  }
  .p-sm-2 {
    padding: 10px!important
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 10px!important
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 10px!important
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 10px!important
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 10px!important
  }
  .p-sm-3 {
    padding: 15px!important
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 15px!important
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 15px!important
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 15px!important
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 15px!important
  }
  .p-sm-4 {
    padding: 20px!important
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 20px!important
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 20px!important
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 20px!important
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 20px!important
  }
  .p-sm-5 {
    padding: 25px!important
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 25px!important
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 25px!important
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 25px!important
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 25px!important
  }
  .p-sm-6 {
    padding: 30px!important
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 30px!important
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 30px!important
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 30px!important
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 30px!important
  }
  .m-sm-n1 {
    margin: -5px!important
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -5px!important
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -5px!important
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -5px!important
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -5px!important
  }
  .m-sm-n2 {
    margin: -10px!important
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -10px!important
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -10px!important
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -10px!important
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -10px!important
  }
  .m-sm-n3 {
    margin: -15px!important
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -15px!important
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -15px!important
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -15px!important
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -15px!important
  }
  .m-sm-n4 {
    margin: -20px!important
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -20px!important
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -20px!important
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -20px!important
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -20px!important
  }
  .m-sm-n5 {
    margin: -25px!important
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -25px!important
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -25px!important
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -25px!important
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -25px!important
  }
  .m-sm-n6 {
    margin: -30px!important
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -30px!important
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -30px!important
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -30px!important
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -30px!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: 5px!important
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 5px!important
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 5px!important
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 5px!important
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 5px!important
  }
  .m-md-2 {
    margin: 10px!important
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 10px!important
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 10px!important
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 10px!important
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 10px!important
  }
  .m-md-3 {
    margin: 15px!important
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 15px!important
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 15px!important
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 15px!important
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 15px!important
  }
  .m-md-4 {
    margin: 20px!important
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 20px!important
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 20px!important
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 20px!important
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 20px!important
  }
  .m-md-5 {
    margin: 25px!important
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 25px!important
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 25px!important
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 25px!important
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 25px!important
  }
  .m-md-6 {
    margin: 30px!important
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 30px!important
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 30px!important
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 30px!important
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 30px!important
  }
  .p-md-0 {
    padding: 0!important
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0!important
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0!important
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0!important
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0!important
  }
  .p-md-1 {
    padding: 5px!important
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 5px!important
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 5px!important
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 5px!important
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 5px!important
  }
  .p-md-2 {
    padding: 10px!important
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 10px!important
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 10px!important
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 10px!important
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 10px!important
  }
  .p-md-3 {
    padding: 15px!important
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 15px!important
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 15px!important
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 15px!important
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 15px!important
  }
  .p-md-4 {
    padding: 20px!important
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 20px!important
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 20px!important
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 20px!important
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 20px!important
  }
  .p-md-5 {
    padding: 25px!important
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 25px!important
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 25px!important
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 25px!important
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 25px!important
  }
  .p-md-6 {
    padding: 30px!important
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 30px!important
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 30px!important
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 30px!important
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 30px!important
  }
  .m-md-n1 {
    margin: -5px!important
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -5px!important
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -5px!important
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -5px!important
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -5px!important
  }
  .m-md-n2 {
    margin: -10px!important
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -10px!important
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -10px!important
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -10px!important
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -10px!important
  }
  .m-md-n3 {
    margin: -15px!important
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -15px!important
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -15px!important
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -15px!important
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -15px!important
  }
  .m-md-n4 {
    margin: -20px!important
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -20px!important
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -20px!important
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -20px!important
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -20px!important
  }
  .m-md-n5 {
    margin: -25px!important
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -25px!important
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -25px!important
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -25px!important
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -25px!important
  }
  .m-md-n6 {
    margin: -30px!important
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -30px!important
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -30px!important
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -30px!important
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -30px!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: 5px!important
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 5px!important
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 5px!important
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 5px!important
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 5px!important
  }
  .m-lg-2 {
    margin: 10px!important
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 10px!important
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 10px!important
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 10px!important
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 10px!important
  }
  .m-lg-3 {
    margin: 15px!important
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 15px!important
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 15px!important
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 15px!important
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 15px!important
  }
  .m-lg-4 {
    margin: 20px!important
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 20px!important
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 20px!important
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 20px!important
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 20px!important
  }
  .m-lg-5 {
    margin: 25px!important
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 25px!important
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 25px!important
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 25px!important
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 25px!important
  }
  .m-lg-6 {
    margin: 30px!important
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 30px!important
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 30px!important
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 30px!important
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 30px!important
  }
  .p-lg-0 {
    padding: 0!important
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0!important
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0!important
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0!important
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0!important
  }
  .p-lg-1 {
    padding: 5px!important
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 5px!important
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 5px!important
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 5px!important
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 5px!important
  }
  .p-lg-2 {
    padding: 10px!important
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 10px!important
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 10px!important
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 10px!important
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 10px!important
  }
  .p-lg-3 {
    padding: 15px!important
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 15px!important
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 15px!important
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 15px!important
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 15px!important
  }
  .p-lg-4 {
    padding: 20px!important
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 20px!important
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 20px!important
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 20px!important
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 20px!important
  }
  .p-lg-5 {
    padding: 25px!important
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 25px!important
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 25px!important
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 25px!important
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 25px!important
  }
  .p-lg-6 {
    padding: 30px!important
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 30px!important
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 30px!important
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 30px!important
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 30px!important
  }
  .m-lg-n1 {
    margin: -5px!important
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -5px!important
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -5px!important
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -5px!important
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -5px!important
  }
  .m-lg-n2 {
    margin: -10px!important
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -10px!important
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -10px!important
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -10px!important
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -10px!important
  }
  .m-lg-n3 {
    margin: -15px!important
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -15px!important
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -15px!important
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -15px!important
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -15px!important
  }
  .m-lg-n4 {
    margin: -20px!important
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -20px!important
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -20px!important
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -20px!important
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -20px!important
  }
  .m-lg-n5 {
    margin: -25px!important
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -25px!important
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -25px!important
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -25px!important
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -25px!important
  }
  .m-lg-n6 {
    margin: -30px!important
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -30px!important
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -30px!important
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -30px!important
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -30px!important
  }
  .m-lg-auto {
    margin: auto!important
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto!important
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto!important
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto!important
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto!important
  }
}
@media (min-width:1200px) {
  .m-xl-0 {
    margin: 0!important
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0!important
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0!important
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0!important
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0!important
  }
  .m-xl-1 {
    margin: 5px!important
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 5px!important
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 5px!important
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 5px!important
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 5px!important
  }
  .m-xl-2 {
    margin: 10px!important
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 10px!important
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 10px!important
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 10px!important
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 10px!important
  }
  .m-xl-3 {
    margin: 15px!important
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 15px!important
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 15px!important
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 15px!important
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 15px!important
  }
  .m-xl-4 {
    margin: 20px!important
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 20px!important
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 20px!important
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 20px!important
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 20px!important
  }
  .m-xl-5 {
    margin: 25px!important
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 25px!important
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 25px!important
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 25px!important
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 25px!important
  }
  .m-xl-6 {
    margin: 30px!important
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 30px!important
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 30px!important
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 30px!important
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 30px!important
  }
  .p-xl-0 {
    padding: 0!important
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0!important
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0!important
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0!important
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0!important
  }
  .p-xl-1 {
    padding: 5px!important
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 5px!important
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 5px!important
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 5px!important
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 5px!important
  }
  .p-xl-2 {
    padding: 10px!important
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 10px!important
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 10px!important
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 10px!important
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 10px!important
  }
  .p-xl-3 {
    padding: 15px!important
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 15px!important
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 15px!important
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 15px!important
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 15px!important
  }
  .p-xl-4 {
    padding: 20px!important
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 20px!important
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 20px!important
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 20px!important
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 20px!important
  }
  .p-xl-5 {
    padding: 25px!important
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 25px!important
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 25px!important
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 25px!important
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 25px!important
  }
  .p-xl-6 {
    padding: 30px!important
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 30px!important
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 30px!important
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 30px!important
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 30px!important
  }
  .m-xl-n1 {
    margin: -5px!important
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -5px!important
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -5px!important
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -5px!important
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -5px!important
  }
  .m-xl-n2 {
    margin: -10px!important
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -10px!important
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -10px!important
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -10px!important
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -10px!important
  }
  .m-xl-n3 {
    margin: -15px!important
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -15px!important
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -15px!important
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -15px!important
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -15px!important
  }
  .m-xl-n4 {
    margin: -20px!important
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -20px!important
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -20px!important
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -20px!important
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -20px!important
  }
  .m-xl-n5 {
    margin: -25px!important
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -25px!important
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -25px!important
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -25px!important
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -25px!important
  }
  .m-xl-n6 {
    margin: -30px!important
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -30px!important
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -30px!important
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -30px!important
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -30px!important
  }
  .m-xl-auto {
    margin: auto!important
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto!important
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto!important
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto!important
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto!important
  }
}
.text-monospace {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important
}
.text-justify {
  text-align: justify!important
}
.text-wrap {
  white-space: normal!important
}
.text-nowrap {
  white-space: nowrap!important
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.text-left {
  text-align: left!important
}
.text-right {
  text-align: right!important
}
.text-center {
  text-align: center!important
}
@media (min-width:576px) {
  .text-sm-left {
    text-align: left!important
  }
  .text-sm-right {
    text-align: right!important
  }
  .text-sm-center {
    text-align: center!important
  }
}
@media (min-width:768px) {
  .text-md-left {
    text-align: left!important
  }
  .text-md-right {
    text-align: right!important
  }
  .text-md-center {
    text-align: center!important
  }
}
@media (min-width:992px) {
  .text-lg-left {
    text-align: left!important
  }
  .text-lg-right {
    text-align: right!important
  }
  .text-lg-center {
    text-align: center!important
  }
}
@media (min-width:1200px) {
  .text-xl-left {
    text-align: left!important
  }
  .text-xl-right {
    text-align: right!important
  }
  .text-xl-center {
    text-align: center!important
  }
}
.text-lowercase {
  text-transform: lowercase!important
}
.text-uppercase {
  text-transform: uppercase!important
}
.text-capitalize {
  text-transform: capitalize!important
}
.font-weight-light {
  font-weight: 300!important
}
.font-weight-lighter {
  font-weight: lighter!important
}
.font-weight-normal {
  font-weight: 400!important
}
.font-weight-bold {
  font-weight: 700!important
}
.font-weight-bolder {
  font-weight: bolder!important
}
.font-italic {
  font-style: italic!important
}
.text-white {
  color: #fff!important
}
.text-green {
  color: #009147!important
}
.text-green-matt {
  color: #bbcec6!important
}
.text-red {
  color: #ff4c3b!important
}
.text-orange {
  color: #fc0203!important
}
.text-grey {
  color: #b8b8be!important
}
.text-gray-300 {
  color: #7f7f84!important
}
.text-gray-100 {
  color: #f1f1f3!important
}
.text-black {
  color: #000!important;
  background-color: #ffffff00!important;
  padding: 0px!important;
  margin: 0px 0px 13px 0px!important;
}
.text-body {
  color: #000!important
}
.text-muted {
  color: #7f7f84!important
}
.text-black-50 {
  color: rgba(0,0,0,.5)!important
}
.text-white-50 {
  color: rgba(255,255,255,.5)!important
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}
.text-decoration-none {
  text-decoration: none!important
}
.text-break {
  word-break: break-word!important;
  overflow-wrap: break-word!important
}
.text-reset {
  color: inherit!important
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}
.no-gutters {
  margin-right: 0;
  margin-left: 0
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%
}
.order-first {
  order: -1
}
.order-last {
  order: 13
}
.order-0 {
  order: 0
}
.order-1 {
  order: 1
}
.order-2 {
  order: 2
}
.order-3 {
  order: 3
}
.order-4 {
  order: 4
}
.order-5 {
  order: 5
}
.order-6 {
  order: 6
}
.order-7 {
  order: 7
}
.order-8 {
  order: 8
}
.order-9 {
  order: 9
}
.order-10 {
  order: 10
}
.order-11 {
  order: 11
}
.order-12 {
  order: 12
}
.offset-1 {
  margin-left: 8.33333%
}
.offset-2 {
  margin-left: 16.66667%
}
.offset-3 {
  margin-left: 25%
}
.offset-4 {
  margin-left: 33.33333%
}
.offset-5 {
  margin-left: 41.66667%
}
.offset-6 {
  margin-left: 50%
}
.offset-7 {
  margin-left: 58.33333%
}
.offset-8 {
  margin-left: 66.66667%
}
.offset-9 {
  margin-left: 75%
}
.offset-10 {
  margin-left: 83.33333%
}
.offset-11 {
  margin-left: 91.66667%
}
@media (min-width:576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-sm-first {
    order: -1
  }
  .order-sm-last {
    order: 13
  }
  .order-sm-0 {
    order: 0
  }
  .order-sm-1 {
    order: 1
  }
  .order-sm-2 {
    order: 2
  }
  .order-sm-3 {
    order: 3
  }
  .order-sm-4 {
    order: 4
  }
  .order-sm-5 {
    order: 5
  }
  .order-sm-6 {
    order: 6
  }
  .order-sm-7 {
    order: 7
  }
  .order-sm-8 {
    order: 8
  }
  .order-sm-9 {
    order: 9
  }
  .order-sm-10 {
    order: 10
  }
  .order-sm-11 {
    order: 11
  }
  .order-sm-12 {
    order: 12
  }
  .offset-sm-0 {
    margin-left: 0
  }
  .offset-sm-1 {
    margin-left: 8.33333%
  }
  .offset-sm-2 {
    margin-left: 16.66667%
  }
  .offset-sm-3 {
    margin-left: 25%
  }
  .offset-sm-4 {
    margin-left: 33.33333%
  }
  .offset-sm-5 {
    margin-left: 41.66667%
  }
  .offset-sm-6 {
    margin-left: 50%
  }
  .offset-sm-7 {
    margin-left: 58.33333%
  }
  .offset-sm-8 {
    margin-left: 66.66667%
  }
  .offset-sm-9 {
    margin-left: 75%
  }
  .offset-sm-10 {
    margin-left: 83.33333%
  }
  .offset-sm-11 {
    margin-left: 91.66667%
  }
}
@media (min-width:768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-md-first {
    order: -1
  }
  .order-md-last {
    order: 13
  }
  .order-md-0 {
    order: 0
  }
  .order-md-1 {
    order: 1
  }
  .order-md-2 {
    order: 2
  }
  .order-md-3 {
    order: 3
  }
  .order-md-4 {
    order: 4
  }
  .order-md-5 {
    order: 5
  }
  .order-md-6 {
    order: 6
  }
  .order-md-7 {
    order: 7
  }
  .order-md-8 {
    order: 8
  }
  .order-md-9 {
    order: 9
  }
  .order-md-10 {
    order: 10
  }
  .order-md-11 {
    order: 11
  }
  .order-md-12 {
    order: 12
  }
  .offset-md-0 {
    margin-left: 0
  }
  .offset-md-1 {
    margin-left: 8.33333%
  }
  .offset-md-2 {
    margin-left: 16.66667%
  }
  .offset-md-3 {
    margin-left: 25%
  }
  .offset-md-4 {
    margin-left: 33.33333%
  }
  .offset-md-5 {
    margin-left: 41.66667%
  }
  .offset-md-6 {
    margin-left: 50%
  }
  .offset-md-7 {
    margin-left: 58.33333%
  }
  .offset-md-8 {
    margin-left: 66.66667%
  }
  .offset-md-9 {
    margin-left: 75%
  }
  .offset-md-10 {
    margin-left: 83.33333%
  }
  .offset-md-11 {
    margin-left: 91.66667%
  }
}
@media (min-width:992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-lg-first {
    order: -1
  }
  .order-lg-last {
    order: 13
  }
  .order-lg-0 {
    order: 0
  }
  .order-lg-1 {
    order: 1
  }
  .order-lg-2 {
    order: 2
  }
  .order-lg-3 {
    order: 3
  }
  .order-lg-4 {
    order: 4
  }
  .order-lg-5 {
    order: 5
  }
  .order-lg-6 {
    order: 6
  }
  .order-lg-7 {
    order: 7
  }
  .order-lg-8 {
    order: 8
  }
  .order-lg-9 {
    order: 9
  }
  .order-lg-10 {
    order: 10
  }
  .order-lg-11 {
    order: 11
  }
  .order-lg-12 {
    order: 12
  }
  .offset-lg-0 {
    margin-left: 0
  }
  .offset-lg-1 {
    margin-left: 8.33333%
  }
  .offset-lg-2 {
    margin-left: 16.66667%
  }
  .offset-lg-3 {
    margin-left: 25%
  }
  .offset-lg-4 {
    margin-left: 33.33333%
  }
  .offset-lg-5 {
    margin-left: 41.66667%
  }
  .offset-lg-6 {
    margin-left: 50%
  }
  .offset-lg-7 {
    margin-left: 58.33333%
  }
  .offset-lg-8 {
    margin-left: 66.66667%
  }
  .offset-lg-9 {
    margin-left: 75%
  }
  .offset-lg-10 {
    margin-left: 83.33333%
  }
  .offset-lg-11 {
    margin-left: 91.66667%
  }
}
@media (min-width:1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-xl-first {
    order: -1
  }
  .order-xl-last {
    order: 13
  }
  .order-xl-0 {
    order: 0
  }
  .order-xl-1 {
    order: 1
  }
  .order-xl-2 {
    order: 2
  }
  .order-xl-3 {
    order: 3
  }
  .order-xl-4 {
    order: 4
  }
  .order-xl-5 {
    order: 5
  }
  .order-xl-6 {
    order: 6
  }
  .order-xl-7 {
    order: 7
  }
  .order-xl-8 {
    order: 8
  }
  .order-xl-9 {
    order: 9
  }
  .order-xl-10 {
    order: 10
  }
  .order-xl-11 {
    order: 11
  }
  .order-xl-12 {
    order: 12
  }
  .offset-xl-0 {
    margin-left: 0
  }
  .offset-xl-1 {
    margin-left: 8.33333%
  }
  .offset-xl-2 {
    margin-left: 16.66667%
  }
  .offset-xl-3 {
    margin-left: 25%
  }
  .offset-xl-4 {
    margin-left: 33.33333%
  }
  .offset-xl-5 {
    margin-left: 41.66667%
  }
  .offset-xl-6 {
    margin-left: 50%
  }
  .offset-xl-7 {
    margin-left: 58.33333%
  }
  .offset-xl-8 {
    margin-left: 66.66667%
  }
  .offset-xl-9 {
    margin-left: 75%
  }
  .offset-xl-10 {
    margin-left: 83.33333%
  }
  .offset-xl-11 {
    margin-left: 91.66667%
  }
}
.fade {
  transition: opacity .15s linear
}
@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}
.fade:not(.show) {
  opacity: 0
}
.collapse:not(.show) {
  display: none
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}
@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none
  }
}
.modal-open {
  overflow: hidden
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0 auto;
  padding: 20px;
  pointer-events: none
}
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0,-50px)
}
@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}
.modal.show .modal-dialog {
  transform: none
}
.modal-dialog-scrollable {
  display: flex;
  max-height: 100%
}
.modal-dialog-scrollable .modal-content {
  max-height: 100vh;
  overflow: hidden
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: 100%
}
.modal-dialog-centered::before {
  display: block;
  height: 100vh;
  content: ""
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid transparent;
  border-radius: 5px;
  box-shadow: 0 0 50px rgba(127,127,132,.25);
  outline: 0
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #7f7f84
}
.modal-backdrop.fade {
  opacity: 0
}
.modal-backdrop.show {
  opacity: .5
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0 solid #7f7f84;
  border-top-left-radius: calc(5px - 0);
  border-top-right-radius: calc(5px - 0)
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto
}
.modal-close {
  position: absolute;
  padding: 20px;
  right: 0;
  top: 0;
  z-index: 1
}
.modal-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 21px;
  color: #7f7f84
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 50px 0
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  border-top: 0 solid #7f7f84;
  border-bottom-right-radius: calc(5px - 0);
  border-bottom-left-radius: calc(5px - 0)
}
.modal-footer > :not(:first-child) {
  margin-left: .25rem
}
.modal-footer > :not(:last-child) {
  margin-right: .25rem
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}
@media (min-width:576px) {
  .modal-dialog {
    max-width: 940px;
    padding: 70px 20px
  }
  .modal-content {
    box-shadow: 0 0 50px rgba(127,127,132,.25)
  }
  .modal-sm {
    max-width: 300px
  }
}
@media (min-width:992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px
  }
}
@media (min-width:1200px) {
  .modal-xl {
    max-width: 990px
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: 0
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0,0,0)
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: 100%
}
.slick-dots li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer
}
.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  padding: 5px
}
.slick-dots li button:hover {
  outline: 0
}
.slick-dots li button:hover:before {
  background-color: #b8b8be
}
.slick-dots li button:before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1
}
.slick-dots li.slick-active button:before {
  background-color: #b8b8be
}
.hero-slider {
  overflow: hidden
}
.hero-slider .hero__wrap {
  padding-bottom: 35px
}
.hero-slider._loading {
  display: flex
}
.hero-slider._loading .hero-slider__item {
  flex-shrink: 0;
  width: 100%
}
.selectric-wrapper {
  position: relative;
  cursor: pointer
}
.selectric-responsive {
  width: 100%
}
.selectric {
  border: 1px solid #b8b8be;
  border-radius: 5px;
  background: #fff;
  position: relative;
  overflow: hidden
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 15px;
  line-height: 38px;
  color: #7f7f84;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.44043 0.538483L4.49652 4.33062L0.552613 0.538482' stroke='%237F7F84' stroke-width='1.5' stroke-miterlimit='10' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  font-size: 0
}
.selectric-focus .selectric {
  border-color: #83838d
}
.selectric-open {
  z-index: 9999
}
.selectric-open .selectric {
  border-color: #9d9da6
}
.selectric-open .selectric-items {
  display: block
}
.selectric-disabled {
  opacity: .5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0
}
.selectric-hide-select select {
  position: absolute;
  left: -100%
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0
}
.selectric-input {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  overflow: hidden!important;
  clip: rect(0,0,0,0)!important;
  margin: 0!important;
  padding: 0!important;
  width: 1px!important;
  height: 1px!important;
  outline: 0!important;
  border: none!important;
  background: 0 0!important
}
.selectric-temp-show {
  position: absolute!important;
  visibility: hidden!important;
  display: block!important
}
.selectric-items {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: -1;
  box-shadow: 0 0 50px rgba(127,127,132,.3);
  border-radius: 5px
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%
}
.selectric-items li,
.selectric-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  min-height: 20px
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer
}
.selectric-items li:hover {
  color: #000
}
.selectric-items li.selected {
  background: #bbcec6;
  color: #fff
}
.selectric-items li.highlighted {
  background: #bbcec6;
  color: #fff
}
.selectric-items .disabled {
  opacity: .5;
  cursor: default!important;
  background: 0 0!important;
  color: #666!important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: 700;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: 0 0;
  color: #444
}
.selectric-items .selectric-group.disabled li {
  opacity: 1
}
.selectric-items .selectric-group li {
  padding-left: 25px
}
.ui-draggable-handle {
  touch-action: none
}
.ui-helper-hidden {
  display: none
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse
}
.ui-helper-clearfix:after {
  clear: both
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0)
}
.ui-front {
  z-index: 100
}
.ui-state-disabled {
  cursor: default!important;
  pointer-events: none
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.ui-resizable {
  position: relative
}
.ui-resizable-handle {
  position: absolute;
  font-size: .1px;
  display: block;
  touch-action: none
}
.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
  display: none
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px
}
.ui-selectable {
  touch-action: none
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000
}
.ui-sortable-handle {
  touch-action: none
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0
}
.ui-menu .ui-menu {
  position: absolute
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0
}
.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: -1px
}
.ui-menu-icons {
  position: relative
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0
}
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible
}
.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
  text-decoration: none
}
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap
}
input.ui-button.ui-button-icon-only {
  text-indent: 0
}
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em
}
button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0
}
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup > .ui-controlgroup-item:focus {
  z-index: 9999
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box
}
.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none
}
.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em)
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid
}
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid
}
.ui-checkboxradio-disabled {
  pointer-events: none
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em
}
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px
}
.ui-datepicker .ui-datepicker-next {
  right: 2px
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: 700;
  border: 0
}
.ui-datepicker td {
  border: 0;
  padding: 1px
}
.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left
}
.ui-datepicker.ui-datepicker-multi {
  width: auto
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0
}
.ui-datepicker-rtl {
  direction: rtl
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px
}
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: 0 0;
  overflow: auto
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0
}
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
  width: 7px;
  height: 7px
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%
}
.ui-progressbar .ui-progressbar-overlay {
  background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
  height: 100%;
  opacity: .25
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px .4em;
  margin: .5em 0 0 0;
  height: auto;
  border: 0
}
.ui-selectmenu-open {
  display: block
}
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0
}
.ui-slider {
  position: relative;
  text-align: left
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit
}
.ui-slider-horizontal {
  height: .8em
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0
}
.ui-slider-vertical {
  width: .8em;
  height: 100px
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle
}
.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em
}
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0
}
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none
}
.ui-spinner-up {
  top: 0
}
.ui-spinner-down {
  bottom: 0
}
.ui-tabs {
  position: relative;
  padding: .2em
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px
}
body .ui-tooltip {
  border-width: 2px
}
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em
}
.ui-widget .ui-widget {
  font-size: 1em
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333
}
.ui-widget-content a {
  color: #333
}
.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700
}
.ui-widget-header a {
  color: #333
}
.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545
}
.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
  color: #454545;
  text-decoration: none
}
.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b
}
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6
}
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: 400
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none
}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35)
}
.ui-icon {
  width: 16px;
  height: 16px
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(img/jquery-ui/ui-icons_444444_256x240.png)
}
.ui-widget-header .ui-icon {
  background-image: url(img/jquery-ui/ui-icons_444444_256x240.png)
}
.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(img/jquery-ui/ui-icons_555555_256x240.png)
}
.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
  background-image: url(img/jquery-ui/ui-icons_ffffff_256x240.png)
}
.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
  background-image: url(img/jquery-ui/ui-icons_777620_256x240.png)
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(img/jquery-ui/ui-icons_cc0000_256x240.png)
}
.ui-button .ui-icon {
  background-image: url(img/jquery-ui/ui-icons_777777_256x240.png)
}
.ui-icon-blank {
  background-position: 16px 16px
}
.ui-icon-caret-1-n {
  background-position: 0 0
}
.ui-icon-caret-1-ne {
  background-position: -16px 0
}
.ui-icon-caret-1-e {
  background-position: -32px 0
}
.ui-icon-caret-1-se {
  background-position: -48px 0
}
.ui-icon-caret-1-s {
  background-position: -65px 0
}
.ui-icon-caret-1-sw {
  background-position: -80px 0
}
.ui-icon-caret-1-w {
  background-position: -96px 0
}
.ui-icon-caret-1-nw {
  background-position: -112px 0
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px
}
.ui-icon-arrow-4 {
  background-position: 0 -80px
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px
}
.ui-icon-extlink {
  background-position: -32px -80px
}
.ui-icon-newwin {
  background-position: -48px -80px
}
.ui-icon-refresh {
  background-position: -64px -80px
}
.ui-icon-shuffle {
  background-position: -80px -80px
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px
}
.ui-icon-folder-open {
  background-position: -16px -96px
}
.ui-icon-document {
  background-position: -32px -96px
}
.ui-icon-document-b {
  background-position: -48px -96px
}
.ui-icon-note {
  background-position: -64px -96px
}
.ui-icon-mail-closed {
  background-position: -80px -96px
}
.ui-icon-mail-open {
  background-position: -96px -96px
}
.ui-icon-suitcase {
  background-position: -112px -96px
}
.ui-icon-comment {
  background-position: -128px -96px
}
.ui-icon-person {
  background-position: -144px -96px
}
.ui-icon-print {
  background-position: -160px -96px
}
.ui-icon-trash {
  background-position: -176px -96px
}
.ui-icon-locked {
  background-position: -192px -96px
}
.ui-icon-unlocked {
  background-position: -208px -96px
}
.ui-icon-bookmark {
  background-position: -224px -96px
}
.ui-icon-tag {
  background-position: -240px -96px
}
.ui-icon-home {
  background-position: 0 -112px
}
.ui-icon-flag {
  background-position: -16px -112px
}
.ui-icon-calendar {
  background-position: -32px -112px
}
.ui-icon-cart {
  background-position: -48px -112px
}
.ui-icon-pencil {
  background-position: -64px -112px
}
.ui-icon-clock {
  background-position: -80px -112px
}
.ui-icon-disk {
  background-position: -96px -112px
}
.ui-icon-calculator {
  background-position: -112px -112px
}
.ui-icon-zoomin {
  background-position: -128px -112px
}
.ui-icon-zoomout {
  background-position: -144px -112px
}
.ui-icon-search {
  background-position: -160px -112px
}
.ui-icon-wrench {
  background-position: -176px -112px
}
.ui-icon-gear {
  background-position: -192px -112px
}
.ui-icon-heart {
  background-position: -208px -112px
}
.ui-icon-star {
  background-position: -224px -112px
}
.ui-icon-link {
  background-position: -240px -112px
}
.ui-icon-cancel {
  background-position: 0 -128px
}
.ui-icon-plus {
  background-position: -16px -128px
}
.ui-icon-plusthick {
  background-position: -32px -128px
}
.ui-icon-minus {
  background-position: -48px -128px
}
.ui-icon-minusthick {
  background-position: -64px -128px
}
.ui-icon-close {
  background-position: -80px -128px
}
.ui-icon-closethick {
  background-position: -96px -128px
}
.ui-icon-key {
  background-position: -112px -128px
}
.ui-icon-lightbulb {
  background-position: -128px -128px
}
.ui-icon-scissors {
  background-position: -144px -128px
}
.ui-icon-clipboard {
  background-position: -160px -128px
}
.ui-icon-copy {
  background-position: -176px -128px
}
.ui-icon-contact {
  background-position: -192px -128px
}
.ui-icon-image {
  background-position: -208px -128px
}
.ui-icon-video {
  background-position: -224px -128px
}
.ui-icon-script {
  background-position: -240px -128px
}
.ui-icon-alert {
  background-position: 0 -144px
}
.ui-icon-info {
  background-position: -16px -144px
}
.ui-icon-notice {
  background-position: -32px -144px
}
.ui-icon-help {
  background-position: -48px -144px
}
.ui-icon-check {
  background-position: -64px -144px
}
.ui-icon-bullet {
  background-position: -80px -144px
}
.ui-icon-radio-on {
  background-position: -96px -144px
}
.ui-icon-radio-off {
  background-position: -112px -144px
}
.ui-icon-pin-w {
  background-position: -128px -144px
}
.ui-icon-pin-s {
  background-position: -144px -144px
}
.ui-icon-play {
  background-position: 0 -160px
}
.ui-icon-pause {
  background-position: -16px -160px
}
.ui-icon-seek-next {
  background-position: -32px -160px
}
.ui-icon-seek-prev {
  background-position: -48px -160px
}
.ui-icon-seek-end {
  background-position: -64px -160px
}
.ui-icon-seek-start {
  background-position: -80px -160px
}
.ui-icon-seek-first {
  background-position: -80px -160px
}
.ui-icon-stop {
  background-position: -96px -160px
}
.ui-icon-eject {
  background-position: -112px -160px
}
.ui-icon-volume-off {
  background-position: -128px -160px
}
.ui-icon-volume-on {
  background-position: -144px -160px
}
.ui-icon-power {
  background-position: 0 -176px
}
.ui-icon-signal-diag {
  background-position: -16px -176px
}
.ui-icon-signal {
  background-position: -32px -176px
}
.ui-icon-battery-0 {
  background-position: -48px -176px
}
.ui-icon-battery-1 {
  background-position: -64px -176px
}
.ui-icon-battery-2 {
  background-position: -80px -176px
}
.ui-icon-battery-3 {
  background-position: -96px -176px
}
.ui-icon-circle-plus {
  background-position: 0 -192px
}
.ui-icon-circle-minus {
  background-position: -16px -192px
}
.ui-icon-circle-close {
  background-position: -32px -192px
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px
}
.ui-icon-circle-check {
  background-position: -208px -192px
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px
}
.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 3px
}
.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 3px
}
.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 3px
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 3px
}
.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30)
}
.ui-widget-shadow {
  box-shadow: 0 0 5px #666
}
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px
}
.ui-timepicker-div dl {
  text-align: left
}
.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px
}
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 40%
}
.ui-timepicker-div td {
  font-size: 90%
}
.ui-tpicker-grid-label {
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0
}
.ui-timepicker-div .ui_tpicker_unit_hide {
  display: none
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  background: 0 0;
  color: inherit;
  border: none;
  outline: 0;
  border-bottom: solid 1px #555;
  width: 95%
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
  border-bottom-color: #aaa
}
.ui-timepicker-rtl {
  direction: rtl
}
.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0
}
.ui-timepicker-rtl dl dt {
  float: right;
  clear: right
}
.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px
}
.ui-timepicker-div.ui-timepicker-oneLine {
  padding-right: 2px
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
  display: none
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
  display: block;
  padding-top: 2px
}
.ui-timepicker-div.ui-timepicker-oneLine dl {
  text-align: right
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
  display: inline-block;
  margin: 0
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
  content: ':';
  display: inline-block
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before {
  content: '.';
  display: inline-block
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
  display: none
}
.ui-datepicker {
  font-family: Rubik,Arial,sans-serif;
  font-size: 15px!important;
  width: 240px!important;
  box-shadow: 0 0 50px rgba(127,127,132,.3);
  border-radius: 5px;
  padding: 0!important;
  border: none!important
}
.ui-datepicker table {
  font-size: 15px;
  margin-bottom: 14px
}
.ui-datepicker th {
  font-size: 13px;
  font-weight: 400;
  color: #7f7f84;
  padding: 6px 0 10px;
  text-transform: lowercase
}
.ui-datepicker td .ui-state-default {
  border: none!important;
  background: #fff!important;
  color: #000!important;
  padding: 0!important;
  border-radius: 50%;
  text-align: center!important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto
}
.ui-datepicker td a.ui-state-hover {
  background: #f1f1f3!important
}
.ui-datepicker td a.ui-state-active {
  background: #009147!important;
  color: #fff!important
}
.ui-datepicker .ui-state-disabled {
  opacity: 1
}
.ui-datepicker .ui-state-disabled .ui-state-default {
  color: #b8b8be!important
}
.ui-datepicker-header {
  padding: 0!important;
  background: 0 0!important;
  border: none!important;
  color: #7f7f84!important;
  font-size: 17px!important
}
.ui-datepicker-next,
.ui-datepicker-next.ui-state-hover,
.ui-datepicker-prev,
.ui-datepicker-prev.ui-state-hover {
  top: 0!important;
  border: none!important;
  width: 30px!important;
  height: 100%!important
}
.ui-datepicker-next span,
.ui-datepicker-prev span {
  display: none!important
}
.ui-datepicker-prev,
.ui-datepicker-prev.ui-state-hover {
  left: 0!important;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.79199 9L1.99986 5.05609L5.79199 1.11218' stroke='%237F7F84' stroke-width='1.5' stroke-miterlimit='10' /%3E%3C/svg%3E") no-repeat 10px 50%;
  background-size: 7px
}
.ui-datepicker-next,
.ui-datepicker-next.ui-state-hover {
  right: 0!important;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4.79213 4.94391L1 8.88782' stroke='%237F7F84' stroke-width='1.5' stroke-miterlimit='10' /%3E%3C/svg%3E") no-repeat right 10px center;
  background-size: 7px
}
.ui-datepicker-title {
  margin: 0!important;
  line-height: 1!important;
  padding: 12px 0;
  font-weight: 400!important
}
.ui_tpicker_hour_label,
.ui_tpicker_minute_label,
.ui_tpicker_time_label {
  display: none
}
.ui-timepicker-div dl {
  margin: 0;
  padding: 0 10px
}
.ui-timepicker-div dl dd {
  margin: 0 0 25px
}
.ui_tpicker_time_input {
  border-bottom: none!important;
  width: 100%!important;
  font-size: 17px!important;
  color: #000!important;
  font-family: Rubik,Arial,sans-serif!important
}
.ui_tpicker_hour {
  margin-bottom: 28px!important
}
.ui_tpicker_minute {
  margin-bottom: 14px!important
}
.ui-slider {
  background: 0 0!important;
  height: 12px!important;
  border-radius: 2px!important;
  border: none!important;
  width: calc(100% - 20px);
  margin: 0 auto
}
.ui-slider .ui-slider-handle {
  border: 2px solid #fff!important;
  background: #009147!important;
  width: 24px!important;
  height: 24px!important;
  border-radius: 50%;
  top: -7px!important;
  margin-left: -10px!important
}
.ui-slider:before {
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  top: 50%;
  margin-top: -2px;
  left: -10px;
  right: -10px;
  border-radius: 2px;
  background: #f1f1f3
}
.ui-datepicker-buttonpane {
  margin: 0!important;
  padding: 10px!important;
  border: none!important
}
.ui-datepicker-close,
.ui-datepicker-current {
  margin: 0!important;
  padding: 10px 0!important;
  border-radius: 5px;
  border: 1px solid #009147!important;
  color: #009147!important;
  background: #fff!important;
  font-size: 15px!important;
  width: 100%!important;
  float: none!important;
  font-weight: 400!important;
  opacity: 1!important
}
.ui-datepicker-current {
  display: none!important
}
*,
:after,
:before {
  box-sizing: border-box
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0;
  font-family: Rubik,Arial,sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.15;
  color: #000;
  background-color: #f1f1f3
}
iframe {
  border: 0
}
blockquote,
figure,
h1,
h2,
h3,
h4,
ol,
p,
ul {
  margin: 0;
  padding: 0
}
li,
main {
  display: block
}
h1,
h2,
h3,
h4 {
  font-size: inherit
}
strong {
  font-weight: 700
}
a {
  text-decoration: none;
  color: inherit
}
button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: 0 0;
  cursor: pointer
}
button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
button,
input {
  overflow: visible
}
::-moz-focus-inner {
  padding: 0;
  border: 0
}
:focus {
  outline: 0
}
textarea {
  overflow: auto;
  resize: vertical
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
 /* display: block */
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none
}
::selection {
  background: #b3d4fc;
  text-shadow: none
}
table {
  border-spacing: 0;
  border-collapse: collapse
}
fieldset,
input {
  border: 0;
  padding: 0;
  min-width: 0
}
body,
html {
  height: 100%
}
.container {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px
}
.container-500 {
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px
}
.layout {
  display: flex;
  flex-wrap: wrap
}
.layout__col {
  position: relative
}
.layout__col_sidebar {
  flex: 0 0 23%;
  max-width: 23%
}
.layout__col_content {
  flex: 0 0 77%;
  max-width: 77%;
  padding-left: 30px
}
.stats {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}
.stats span {
  position: relative
}
.stats span:not(:last-child) {
  padding-right: 10px;
  margin-right: 11px
}
.stats span:not(:last-child):before {
  content: '';
  display: block;
  height: 14px;
  border-left: 1px solid #b8b8be;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}
.stat-label {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #b8b8be;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px
}
.circle-stats {
  display: flex
}
.circle-stats__item {
  width: 9px;
  height: 9px;
  border-radius: 50%
}
.circle-stats__item:not(:last-child) {
  margin-right: 5px
}
.meta-multiple {
  font-size: 15px;
  color: #0a95ca;
  overflow: hidden
}
.meta-multiple + .meta-multiple {
  margin-top: 11px
}
.meta-multiple__list {
  margin-bottom: -10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap
}
.meta-multiple__item {
  position: relative;
  margin-bottom: 10px
}
.meta-multiple__item:not(:last-child) {
  padding-right: 11px;
  margin-right: 10px
}
.meta-multiple__item:not(:last-child):before {
  content: '';
  display: block;
  height: 14px;
  border-left: 1px solid #b8b8be;
  position: absolute;
  right: 0;
  top: 49%;
  transform: translateY(-50%)
}
.bookmaker-bet {
  overflow: hidden
}
.bookmaker-bet + .bookmaker-bet {
  margin-top: 20px
}
.bookmaker-bet__logo {
  margin-bottom: 11px
}
.bookmaker-bet__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -10px
}
.bookmaker-bet__col {
  padding: 0 10px;
  margin-bottom: 10px
}
.bookmaker-bet__label {
  font-size: 15px;
  color: #b8b8be;
  margin-bottom: 11px
}
.svg-sprite {
  display: none
}
.icon {
  position: relative;
  pointer-events: none;
  fill: currentColor
}
.rate {
  display: flex
}
.rate__circle {
  min-width: 20px;
  height: 20px;
  border-radius: 10px;
  font-size: 11px;
  padding: 0 5px;
  color: #000;
  line-height: 21px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.rate__circle:not(:last-child) {
  margin-right: 10px
}
.rate__control {
  cursor: pointer
}
.popup-alert {
  text-align: center
}
.popup-alert__title {
  color: #7f7f84;
  font-size: 21px;
  margin-bottom: 30px
}
.popup-alert__ico {
  margin-bottom: 25px
}
.popup-alert__text {
  color: #000;
  font-size: 17px
}
.express-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px
}
.express-section__header label {
  margin-bottom: 0
}
.align-middle {
  vertical-align: middle!important
}
.emojione {
  padding-bottom: 0!important;
  vertical-align: -3px!important;
  margin: 0 1px!important
}
.fz-13 {
  font-size: 13px
}
.fz-14 {
  font-size: 14px
}
.fz-15 {
  font-size: 15px
}
.fz-16 {
  font-size: 16px
}
@media (max-width:991.98px) {
  .layout {
    display: block
  }
  .layout__col {
    max-width: 100%;
    flex: 1
  }
  .layout__col_content {
    padding-left: 0
  }
}
@media (max-width:767.98px) {
  .content > .container {
    padding: 0
  }
  [class^=col-] {
    padding-left: 10px;
    padding-right: 10px
  }
  .row {
    margin-left: -10px;
    margin-right: -10px
  }
}
.wrapcon {
  color: #000;
  line-height: 1.2;
  text-align: justify;
}
.wrapcon span[style*="font-size: x-large"] strong {
  font-weight: 400
}
.wrapcon a {
  color: #fff;
  text-decoration: none;
  background-color: #009147;
}
.wrapcon a:focus,
.wrapcon a:hover {
  background-color: #2ea569;
  color: #fff;
  text-decoration: none
}
.wrapcon h1,
.wrapcon h2,
.wrapcon h3,
.wrapcon h4,
.wrapcon h5,
.wrapcon h6 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #7f7f84;
  font-weight: 400
}
.wrapcon h1 {
  font-size: 21px
}
.wrapcon h2 {
  font-size: 21px
}
.wrapcon h3 {
  font-size: 17px
}
.wrapcon h4 {
  font-size: 17px
}
.wrapcon h5 {
  font-size: 17px
}
.wrapcon h6 {
  font-size: 17px
}
.wrapcon ol,
.wrapcon p,
.wrapcon ul {
  margin-bottom: 30px
}
.wrapcon ol:last-child,
.wrapcon p:last-child,
.wrapcon ul:last-child {
  margin-bottom: 0
}
.wrapcon li {
  margin-bottom: 8px
}
.wrapcon hr {
  margin: 10px 0
}
.wrapcon b,
.wrapcon strong {
  font-weight: 700
}
.wrapcon li > ol,
.wrapcon li > ul {
  margin-bottom: 0
}
.wrapcon th {
  text-align: left
}
.wrapcon table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px
}
.wrapcon td,
.wrapcon th {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #ddd
}
.wrapcon thead td,
.wrapcon thead th {
  font-weight: 700
}
.wrapcon thead:first-child tr:first-child td,
.wrapcon thead:first-child tr:first-child th {
  border-top: 0
}
.wrapcon table,
.wrapcon td,
.wrapcon th {
  border: 1px solid #ddd
}
.wrapcon blockquote {
  border-left: 4px solid #707070;
  border-left: 4px solid rgba(51,51,51,.7);
  color: #707070;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  padding: 10px 20px;
  margin: 0 0 20px
}
.wrapcon blockquote > p:last-child {
  margin-bottom: 0
}
.wrapcon hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  padding: 0
}
@media (max-width:767.98px) {
  .wrapcon ol,
  .wrapcon p,
  .wrapcon ul {
    margin-bottom: 20px
  }
}
.accordion__item:not(:last-child) {
  border-bottom: 1px solid #f1f1f3
}
.accordion__item._active .accordion__header {
  color: #009147
}
.accordion__item._active .accordion__header:after {
  transform: translateY(-50%) rotate(-180deg)
}
.accordion__header {
  position: relative;
  padding: 16px 0;
  padding-right: 20px;
  cursor: pointer;
  transition: color .2s ease
}
.accordion__header:after {
  content: '';
  display: block;
  position: absolute;
  transition: transform .2s ease;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.44043 0.538483L4.49652 4.33062L0.552613 0.538482' stroke='%237F7F84' stroke-width='1.5' stroke-miterlimit='10' /%3E%3C/svg%3E")
}
.accordion__content {
  display: none;
  padding-bottom: 16px
}
.tabs__header {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 30px
}
.tabs__nav {
  color: #009147;
  font-size: 17px;
  padding: 0 15px;
  display: block
}
.tabs__nav._active {
  color: #7f7f84;
  font-size: 21px
}
.tabs__panel {
  display: none
}
.tabs__panel._active {
  display: block
}
@media (max-width:575.98px) {
  .tabs__header {
    display: block;
    text-align: center
  }
  .tabs__nav {
    padding: 5px 0
  }
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 9px 10px;
  font-size: 15px;
  font-weight: 400;
  color: #7f7f84;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #b8b8be;
  border-radius: 5px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.form-control:focus {
  color: #000;
  border-color: #bbcec6
}
.form-control.is-invalid {
  border-color: #ff4c3b
}
.form-control.is-invalid ~ .form-feedback {
  color: #ff4c3b
}
select.form-control {
  padding-left: 5px;
  padding-right: 5px
}
textarea.form-control {
  height: auto
}
label {
  display: inline-block;
  margin-bottom: 10px
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px
}
.custom-control {
  position: relative;
  display: block
}
.custom-control.is-invalid .custom-control-label:before {
  border-color: #ff4c3b
}
.custom-control.is-invalid ~ .form-feedback {
  color: #ff4c3b
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0
}
.custom-control-input:checked ~ .custom-control-label:before {
  border-color: #009147
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 15px;
  color: #000;
  display: inline-block;
  padding-left: 30px;
  padding-top: 2px;
  cursor: pointer;
  min-height: 20px;
  vertical-align: middle
}
.custom-control-label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #b8b8be solid 1px;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.custom-control-label:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center
}
.custom-checkbox .custom-control-label:before {
  border-radius: 5px
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='10' viewBox='0 0 15 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.75 9.66L0 3.91L0.71 3.2L5.75 8.25L14 0L14.71 0.71L5.75 9.66Z' fill='%23009147' /%3E%3C/svg%3E")
}
.form-feedback {
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 13px;
  color: #7f7f84
}
.btn {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background: 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  white-space: nowrap;
  outline: 0;
  cursor: pointer;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn .icon {
  vertical-align: text-top
}
.btn_theme_outline-white {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px
}
.btn_theme_outline-white:hover {
  color: #bbcec6;
  border-color: #bbcec6
}
.btn_theme_outline-green {
  color: #009147;
  border: 1px solid #009147;
  border-radius: 5px
}
.btn_theme_outline-green:hover {
  color: #7f7f84;
  border-color: #7f7f84
}
.btn_theme_outline-red {
  color: #ff4c3b;
  border: 1px solid #ff4c3b;
  border-radius: 5px
}
.btn_theme_outline-grey {
  color: #7f7f84;
  border: 1px solid #7f7f84;
  border-radius: 5px
}
.btn_size_m {
  font-size: 15px;
  padding: 11px 10px 10px
}
.btn-block {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.link,
.link:visited {
  text-decoration: none;
  outline: 0;
  touch-action: manipulation;
  transition: color .12s ease-out,border-color .12s ease-out
}
.link:hover,
.link:visited:hover,
.link:visited:visited:hover {
  transition: none
}
.link-more:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  position: relative;
  top: -1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E %3Cpath d='M0.538574 0.560043L4.33071 4.50395L0.538574 8.44786' stroke='%23009147' stroke-width='1.5' stroke-miterlimit='10'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: margin .12s ease-out;
  width: 6px;
  height: 9px
}
.link-back:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  position: relative;
  top: -1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E %3Cpath d='M4.8623 8.43994L1.07017 4.49603L4.86231 0.552124' stroke='%23009147' stroke-width='1.5' stroke-miterlimit='10'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: margin .12s ease-out;
  width: 6px;
  height: 9px
}
.link_theme_green {
  color: #009147
}
.link_theme_green:hover {
  color: #7f7f84
}
.link_theme_green.link-more:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0.538086 0.560028L4.33022 4.50394L0.538086 8.44785' stroke='%237F7F84' stroke-width='1.5' stroke-miterlimit='10'/%3E %3C/svg%3E ")
}
.link_theme_green.link-back:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E %3Cpath d='M4.8623 8.43994L1.07017 4.49603L4.86231 0.552124' stroke='%237F7F84' stroke-width='1.5' stroke-miterlimit='10'/%3E %3C/svg%3E")
}
.action-btn {
  z-index: 10;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  position: relative
}
.action-btn .icon {
  fill: #b8b8be
}
.action-btn._active .icon,
.action-btn:hover .icon {
  fill: #009147
}
.action-btn__count {
  padding: 0 4px;
  line-height: 1;
  position: absolute;
  min-width: 14px;
  line-height: 14px;
  height: 14px;
  top: -4px;
  left: calc(100% - 3px);
  transform: translateX(-50%);
  border-radius: 7px;
  background: #ff4c3b;
  font-size: 9px;
  color: #fff;
  display: block;
  text-align: center
}
.btn-add-express-form {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  color: #009147
}
.btn-add-express-form__ico {
  width: 18px;
  height: 18px;
  background-color: #009147;
  border-radius: 50%;
  margin-left: 5px;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.757359 5.24264H9.24264' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M5 1V9.48528' stroke='white' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%
}
.btn-remove,
.btn-remove-section {
  width: 18px;
  height: 18px;
  background-color: #ff4c3b;
  border-radius: 50%;
  margin-left: 5px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9L9 1' stroke='white'/%3E%3Cpath d='M1 1L9 9' stroke='white' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%
}
.sidebar {
  background: #bbcec6;
  position: fixed;
  z-index: 1
}
.sidebar._loading {
  visibility: hidden;
  opacity: 0
}
.nav {
  padding: 15px 20px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}
.nav__link {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 17px;
  padding: 5px 0;
  line-height: 30px
}
.nav__link:hover {
  color: #f1f1f3
}
.nav__link._active {
  color: #009147
}
.nav__link._no-ico {
  padding-left: 40px
}
.nav__ico {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px
}
.nav__label {
  flex: 1
}
.nav__subnav {
  margin-top: -5px;
  padding-bottom: 5px
}
.nav__subnav .nav__link {
  font-size: 15px;
  padding-top: 0;
  padding-bottom: 0
}
.nav__subnav .nav__subnav {
  margin-top: 0;
  padding-bottom: 10px
}
.nav__subnav .nav__subnav .nav__link {
  padding-left: 50px
}
.action-btn_nav-open {
  position: relative
}
.action-btn_nav-open span {
  background: #009147;
  position: relative;
  display: block;
  height: 4px;
  width: 4px;
  transition: background-color .2s;
  border-radius: 50%
}
.action-btn_nav-open span:after,
.action-btn_nav-open span:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #009147;
  border-radius: 50%
}
.action-btn_nav-open span:before {
  transform: translateX(-6px)
}
.action-btn_nav-open span:after {
  transform: translateX(6px)
}
.nav-close-btn {
  z-index: 2;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E %3Cpath d='M1 1L21 21' stroke='white' stroke-miterlimit='10'/%3E %3Cpath d='M1 21L21 1' stroke='white'/%3E %3C/svg%3E")
}
.nav-overlay {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: rgba(127,127,132,.7);
  transition: opacity .25s ease-in
}
.nav::-webkit-scrollbar {
  height: 8px;
  width: 8px
}
.nav::-webkit-scrollbar-thumb {
  background: rgba(128,134,139,.26);
  border-radius: 8px
}
@media (max-width:991.98px) {
  .layout__col_sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 10000;
    transition: transform .25s ease-out;
    transform: translateX(-270px)
  }
  .sidebar {
    height: 100%;
    width: 270px;
    overflow-y: auto;
    overflow-x: hidden
  }
  .nav-is-open .layout__col_sidebar {
    transform: translateX(0)
  }
  .nav-is-open .nav-overlay {
    visibility: visible;
    opacity: 1;
    z-index: 9000
  }
}
.hero {
  background-color: #bbcec6;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 390px;
  color: #fff
}
.hero:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(0deg,#009147 0,rgba(0,145,71,.5) 50%,rgba(0,145,74,0) 75%)
}
.hero.hero_white {
  background-color: #fff;
  color: #000;
  height: auto
}
.hero.hero_white:before {
  display: none
}
.hero.hero_white .hero__wrap {
  flex-direction: column;
  align-items: center
}
.hero__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}
.hero__pic-center {
  display: inline-block;
  margin: 0 auto 25px
}
.hero__content {
  width: 100%
}
.hero__content_row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}
.hero__content-right {
  padding-left: 15px
}
.hero__title {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 400
}
.hero__title h1 {
  font-weight: 400
}
.hero__desc {
  font-size: 15px
}
.hero__action {
  margin-top: 19px
}
@media (max-width:767.98px) {
  .hero {
    height: 300px
  }
  .hero:before {
    border-radius: 0
  }
  .hero__content_row {
    display: block
  }
  .hero__content-right {
    padding-left: 0;
    margin-top: 20px
  }
}
@media (max-width:575.98px) {
  .hero__wrap {
    padding: 20px
  }
  .hero__pic-center {
    margin: 0 0 20px
  }
}
.tipsters {
  background: #fff;
  padding: 31px 30px 11px;
  position: relative
}
.tipsters__header {
  margin-bottom: 31px
}
.tipsters__title {
  color: #7f7f84;
  font-size: 21px;
  font-weight: 400
}
.tipsters__title h1,
.tipsters__title h2,
.tipsters__title h3 {
  font-weight: 400
}
.tipsters__list._full-title .tipster {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 19px
}
.tipsters__list._full-title .tipster__title {
  flex: 1 0 auto
}
.tipsters__list._full-title .tipster__title-text {
  white-space: normal;
  text-overflow: initial
}
.tipsters__row {
  position: relative
}
.tipsters__row + .tipsters__row {
  padding-top: 22px
}
.tipsters__row + .tipsters__row:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  border-top: 1px solid #f1f1f3
}
.tipster {
  margin-bottom: 19px
}
.tipster__title {
  color: #000;
  font-size: 17px;
  margin-bottom: 12px;
  display: flex
}
.tipster__title-text {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.tipster__meta {
  margin-bottom: 11px;
  font-size: 15px;
  color: #fc0203;
  display: flex;
  align-items: center;
  white-space: nowrap
}
.tipster__meta + .tipster__meta {
  margin-top: -2px
}
.tipster__meta span {
  position: relative
}
.tipster__meta span:not(:last-child) {
  padding-right: 10px;
  margin-right: 11px
}
.tipster__meta span:not(:last-child):before {
  content: '';
  display: block;
  height: 14px;
  border-right: 1px solid;
  position: absolute;
  right: 0;
  top: 1px
}
.tipster__meta span:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.tipster__author {
  margin-bottom: 12px;
  font-size: 15px;
  color: #0a95ca;
  display: flex
}
.tipster__author-ico-wrap {
  width: 25px;
  position: relative
}
.tipster__author-ico {
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}
.tipster__author-ico .icon {
  display: block
}
.tipster__author-ico._flag {
  box-shadow: inset 0 0 10px rgba(0,0,0,.1);
  overflow: hidden;
  border-radius: 50%;
  width: 18px;
  height: 18px
}
.tipster__author-label {
  flex: 1
}
.tipster__more {
  font-size: 15px
}
.tipsters__action {
  padding: 11px 0 19px
}
@media (max-width:767.98px) {
  .tipsters + .tipsters:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #f1f1f3
  }
  .tipsters__row + .tipsters__row {
    padding-top: 0
  }
  .tipsters__row + .tipsters__row:before {
    display: none
  }
  .tipsters__row .col-md-4 .tipster {
    border-bottom: 1px solid #f1f1f3
  }
  .tipsters__row:last-child .col-md-4:last-child .tipster {
    border-bottom: none;
    padding-bottom: 0
  }
  .tipster {
    padding-bottom: 19px
  }
  .tipsters__list._full-title .tipster {
    display: block;
    height: auto;
    margin-bottom: 19px
  }
}
@media (max-width:575.98px) {
  .tipsters {
    padding-left: 20px;
    padding-right: 20px
  }
}
.ads-placeholder {
  background: #139fff;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff
}
.ads {
  overflow: hidden;
  position: relative
}
.ads iframe {
  width: 100%
}
.ad-fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: none;
}
.ad-fixed-top {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 200px;
  z-index: 2;
  margin-left: 35%;
}
.ad-fixed-top-inner-div {
  width: 250px;
  heigth: 250px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  background-color: white;
  margin: 25px;
  margin-left: 0px;
  padding: 20px;
  text-align: center;

}
.ad-fixed-top-inner-div img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  width: 150px;
}
.ad-fixed-top-inner-div p {
  font-weight: 600;
}
.ad-fixed-top-inner-div span {
  background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  width:  200px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 9px 2px;
  cursor: pointer;
  border-radius: 14px;
}
.ad-fixed-top-inner-div-close {
    float:right;
    display:inline-block;
    padding:2px 5px;
    background:#ccc;
    cursor: default;
}

@media only screen and (max-width:990px) {
  .ad-fixed-top {
    z-index: 2;
    margin-left: 20%;
  }
}

@supports (--custom:property) {
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)))
  }
  [style*="--aspect-ratio"] > iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
  }
}
.side-ad {
  position: fixed;
  top: 0;
  max-width: calc((100% - 1260px)/ 2);
  height: 100%;
  max-height: 1080px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover
}
.side-ad img {
  position: absolute;
  max-width: none
}
.side-ad._left {
  left: 0;
  background-position: 100% 0
}
.side-ad._left img {
  right: 0
}
.side-ad._right {
  right: 0
}
.side-ad._right img {
  left: 0
}
@media (max-width:767.98px) {
  .ad-fixed-bottom {
    display: block
  }
}
.socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center
}
.socials__item {
  margin-right: 39px;
  margin-bottom: 15px
}
.socials__item:last-child {
  margin-right: 0
}
.socials__item a {
  display: block;
  color: #f1f1f3
}
.socials__item a:hover {
  color: #fff
}
.table {
  width: 100%;
  color: #7f7f84;
  font-size: 15px;
  line-height: 1.2;
  border-collapse: collapse
}
.table td,
.table th {
  padding: 15px 12px;
  vertical-align: top;
  position: relative
}
.table td:first-child,
.table th:first-child {
  padding-left: 0
}
.table td:last-child,
.table th:last-child {
  padding-right: 0
}
.table thead th {
  vertical-align: bottom;
  color: #b8b8be;
  font-weight: 400
}
.table td {
  border-top: 1px solid #f1f1f3;
  vertical-align: middle
}
.table tr:first-child th {
  padding-top: 0
}
.table tr:last-child td {
  padding-bottom: 0
}
.table tr:last-child .table-cell-truncate {
  top: auto;
  transform: none;
  bottom: 0
}
.table .stats {
  flex-wrap: nowrap;
  white-space: nowrap
}
.table_user-prediction td:first-child,
.table_user-prediction th:first-child {
  width: 16%;
  min-width: 140px
}
.table_user-prediction td:nth-child(2),
.table_user-prediction th:nth-child(2) {
  width: 20%
}
.table_user-prediction td:last-child,
.table_user-prediction th:last-child {
  width: 20%
}
.table_bookmakers td,
.table_bookmakers th {
  width: 23%
}
.table_bookmakers td:last-child,
.table_bookmakers th:last-child {
  width: 90px
}
.table-contest {
  padding-left: 14px;
  margin-left: -14px
}
.table_contest td,
.table_contest th {
  width: 16%
}
.table_contest td:first-child,
.table_contest th:first-child {
  min-width: 140px
}
.table_contest td:last-child,
.table_contest th:last-child {
  width: 60px
}
.table_contest td:first-child .icon {
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%)
}
.table_contest tr:last-child td:first-child .icon {
  top: auto;
  transform: none;
  bottom: 6px
}
.table-cell-truncate {
  position: absolute;
  max-width: calc(100% - 12px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 50%;
  transform: translateY(-50%)
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}
.table-responsive-scroll {
  overflow-x: auto;
  min-height: .01%
}
@media (max-width:767.98px) {
  .table-responsive-scroll {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
}
.table-responsive-scroll::-webkit-scrollbar {
  -webkit-appearance: none
}
.table-responsive-scroll::-webkit-scrollbar:vertical {
  width: 12px
}
.table-responsive-scroll::-webkit-scrollbar:horizontal {
  height: 12px
}
.table-responsive-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,.5);
  border-radius: 10px;
  border: 2px solid #fff
}
.table-responsive-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff
}
@media only screen and (max-width:768px) {
  .no_more_tables table,
  .no_more_tables tbody,
  .no_more_tables td,
  .no_more_tables th,
  .no_more_tables thead,
  .no_more_tables tr {
    display: block;
    border: none
  }
  .no_more_tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px
  }
  .no_more_tables tbody tr:nth-of-type(odd) {
    background-color: transparent
  }
  .no_more_tables tr {
    border: 1px solid #ddd;
    margin-bottom: 10px
  }
  .no_more_tables tr td:first-child {
    border-top: 0
  }
  .no_more_tables tr td:last-child {
    border-bottom: 0
  }
  .no_more_tables td {
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    min-height: 38px;
    white-space: normal;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden
  }
  .no_more_tables td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    text-align: left;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }
  .no_more_tables td:before {
    content: attr(data-title)
  }
}
.island {
  background-color: #fff;
  padding: 31px 30px 30px
}
.island__title {
  font-size: 21px;
  color: #212121;
  font-weight: 400;
  background-color: #feffbf;
  padding: 10px;
  text-align: center;
}
.island__title h1,
.island__title h2,
.island__title h3 {
  font-weight: 400
}
.island__subtitle {
  font-size: 17px;
  color: #7f7f84
}
.island__row {
  display: flex;
  flex-wrap: wrap
}
.island__col-left {
  flex: 1;
  min-width: 0;
  border-right: 1px solid #f1f1f3;
  padding-right: 30px
}
.island__col-right {
  flex: 0 0 275px;
  max-width: 275px;
  padding-left: 30px
}
.island-sidebar .tipster:last-child {
  margin-bottom: 0
}
.island-sidebar__section + .island-sidebar__section {
  border-top: 1px solid #f1f1f3;
  padding-top: 21px;
  margin-top: 19px
}
.island-sidebar__title {
  font-size: 17px;
  color: #ffffff;
  margin: 0px -10px 13px -10px;
  background-color: #494949;
  padding: 5px 10px;
}
.island-sidebar__content {
  line-height: 1.2
}
@media (max-width:767.98px) {
  .island__row {
    display: block
  }
  .island__col-left {
    padding: 0;
    border-right: 0;
    margin-bottom: 30px
  }
  .island__col-right {
    padding-left: 0;
    max-width: 100%
  }
  .island-sidebar .tipster {
    padding-bottom: 0
  }
}
@media (max-width:575.98px) {
  .island {
    padding-left: 20px;
    padding-right: 20px
  }
}
.star-raiting {
  width: 90px;
  height: 15px;
  background-repeat: repeat-x;
  background-position: left center;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M9.11997 0.250002L11.12 4.99L16.24 5.43C16.6 5.46 16.74 5.9 16.47 6.14L12.59 9.5L13.75 14.51C13.83 14.86 13.45 15.13 13.15 14.95L8.74997 12.3L4.34996 14.95C4.03996 15.13 3.66997 14.86 3.74997 14.51L4.90997 9.5L1.01996 6.13C0.749963 5.9 0.889966 5.45 1.24997 5.42L6.36997 4.98L8.36997 0.250002C8.50997 -0.0799976 8.97997 -0.0799976 9.11997 0.250002Z' fill='%23BBCEC6' /%3E %3C/svg%3E")
}
.star-raiting__stars {
  height: 100%;
  background-repeat: repeat-x;
  background-position: left center;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M8.90024 0.250002L10.9002 4.99L16.0202 5.43C16.3802 5.46 16.5202 5.9 16.2502 6.14L12.3702 9.5L13.5302 14.51C13.6102 14.86 13.2302 15.13 12.9302 14.95L8.53024 12.3L4.13024 14.95C3.82024 15.13 3.45024 14.86 3.53024 14.51L4.69024 9.5L0.800237 6.13C0.530237 5.9 0.670237 5.45 1.03024 5.42L6.15024 4.98L8.15024 0.250002C8.29024 -0.0799976 8.76024 -0.0799976 8.90024 0.250002Z' fill='%23009147'/%3E %3C/svg%3E ")
}
.star-raiting_5 .star-raiting__stars {
  width: 100%
}
.star-raiting_4 .star-raiting__stars {
  width: 80%
}
.star-raiting_3 .star-raiting__stars {
  width: 60%
}
.star-raiting_2 .star-raiting__stars {
  width: 40%
}
.star-raiting_1 .star-raiting__stars {
  width: 20%
}
.star-raiting_0 .star-raiting__stars {
  width: 0
}
.comments__item + .comments__item {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #f1f1f3
}
.comment {
  position: relative
}
.comment._active:before {
  content: '';
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  background-color: #f1f1f3;
  border-radius: 5px
}
.comment.comment_read .comment__text {
  color: #7f7f84
}
.comment__text {
  font-size: 15px;
  color: #000;
  line-height: 1.2;
  position: relative
}
.comment__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px
}
.chat-user-list li:not(:last-child) {
  margin-bottom: 10px
}
.chat-intro {
  text-align: center
}
.chat-intro__title {
  color: #7f7f84;
  font-size: 21px;
  margin-bottom: 30px
}
.chat-intro__pic {
  margin-bottom: 30px
}
.chat-intro__pic img {
  margin: 0 auto
}
.chat-intro__text {
  color: #000;
  font-size: 17px;
  margin-bottom: 30px
}
.modal .island {
  padding-right: 0
}
.modal .island__col-left .comments {
  max-height: calc(100vh - 470px);
  overflow-y: auto
}
.modal .island__col-right {
  flex: 0 0 300px;
  max-width: 300px;
  padding-left: 20px
}
.modal .island-sidebar__content,
.modal .island-sidebar__title {
  padding-left: 10px;
  padding-right: 30px
}
.modal .island-sidebar__content {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
  padding-top: 10px
}
.comment_removable .comment__text {
  padding-right: 50px
}
.comment_removable .btn-remove {
  position: absolute;
  right: 0;
  top: 0
}
.comment-placeholder {
  text-align: center;
  color: #7f7f84;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 400px
}
.comment-placeholder__ico {
  margin-bottom: 20px
}
.comment-placeholder__text {
  font-size: 21px
}
@media (max-width:767.98px) {
  .modal .island {
    padding: 20px
  }
  .modal .island__col-right {
    max-width: 100%;
    padding-left: 0
  }
  .modal .island-sidebar__content {
    padding-right: 0;
    max-height: none;
    overflow: initial
  }
  .modal .sidebar-scrollable {
    max-height: none
  }
  .comment-placeholder {
    height: 200px
  }
  #chat-popup .island__col-left {
    margin-bottom: 0
  }
  #chat-popup .island__col-right {
    display: none
  }
  #chat-popup .comment-form textarea {
    height: 40px
  }
}
@media (max-width:575.98px) {
  .comment__footer {
    display: block
  }
  .comment__rating {
    margin-top: 15px
  }
  .modal .island__col-left .comments {
    max-height: calc(100vh - 249px)
  }
}
.pagination {
  display: flex;
  justify-content: center
}
.pagination__link {
  position: relative;
  display: block;
  padding: 5px;
  line-height: 1.2;
  font-size: 15px;
  color: #009147
}
.pagination__link:hover {
  color: #b8b8be
}
.pagination__link .icon {
  fill: none;
  stroke: currentcolor
}
.pagination__item:first-child .pagination__link {
  padding: 5px 10px
}
.pagination__item:last-child .pagination__link {
  padding: 5px 10px
}
.pagination__item._active .pagination__link {
  z-index: 1;
  color: #b8b8be
}
.pagination__item._disabled .pagination__link {
  color: #b8b8be;
  pointer-events: none;
  cursor: auto
}
.upload__btn input[type=file] {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1
}
.upload__file {
  text-align: center;
  color: #009147;
  position: relative;
  display: none
}
.upload__remove {
  position: absolute;
  color: #ff4c3b;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px
}
._uploaded .upload__btn {
  display: none
}
._uploaded .upload__file {
  display: block
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  margin-top: 10px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 0 50px rgba(127,127,132,.3);
  border-radius: 5px
}
.dropdown-menu.show {
  display: block
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 10px
}
.dropdown-menu-right {
  right: 0;
  left: auto
}
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto
}
.dropdown-user-list {
  padding: 15px;
  max-width: 160px;
  max-height: 250px;
  overflow-y: auto
}
.dropdown-user-list .link {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.dropdown-user-list li + li {
  margin-top: 15px
}
.dropdown-toggle:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E %3Cpath d='M0.538574 0.560043L4.33071 4.50395L0.538574 8.44786' stroke='%23009147' stroke-width='1.5' stroke-miterlimit='10'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 6px;
  height: 9px;
  transform: rotate(90deg)
}
.dropup.show .dropdown-toggle:after {
  transform: rotate(-90deg)
}
.header__wrap {
  padding: 27px 0;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.header__logo {
  display: flex;
  align-items: center
}
.header__logo-text {
  font-size: 15px;
  color: #7f7f84;
  line-height: 18px;
  font-weight: 400;
  margin-left: 20px
}
.logo {
  display: block;
  width: 30px;
  height: 30px;
  outline: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='30' fill='none'%3E%3Cpath d='M23.223 13.892c5.734 8.87-8.794 9.232-8.794 9.232l-.01-.01c-.18.01-.338.03-.537.03-2.713 0-3.458-1.283-3.458-2.847 0-.58.22-6.635 2.743-11.116C18.403-.1 25.2 1.073 25.3 1.083L23.422.52C21.88.18 20.093 0 18.036 0h-.05c-4.203 0-7.78.932-10.662 3.027C2.246 6.746 0 15.757 0 20.82 0 27.214 4.382 30 12.8 30c6.17 0 16.714-2.035 16.714-10.234 0-3.548-3.06-5.523-6.3-5.874z' fill='url(%23A)'/%3E%3Cpath d='M10.543 18.583s6.48-1.433 7.74-.2c.666.64 2.256 3.95-3.856 4.73l.02.01c.21-.01 14.478-.42 8.784-9.232-9.62-1.564-12.7 4.69-12.7 4.7z' fill='url(%23B)'/%3E%3Cpath d='M10.543 18.684c.01 0 6.48-1.433 7.74-.2.666.642 2.256 3.95-3.856 4.73l.02.01c.21-.01 14.478-.42 8.784-9.23-9.62-1.564-12.7 4.68-12.7 4.7z' fill='url(%23C)'/%3E%3Cuse xlink:href='%23F' fill='url(%23D)'/%3E%3Cuse xlink:href='%23F' fill='url(%23E)'/%3E%3Cdefs%3E%3ClinearGradient id='A' x1='14.756' y1='30' x2='14.756' y2='0' xlink:href='%23G'%3E%3Cstop stop-color='%2300662f'/%3E%3Cstop offset='.203' stop-color='%23009147'/%3E%3Cstop offset='.277' stop-color='%23169a4e'/%3E%3Cstop offset='.403' stop-color='%2336a857'/%3E%3Cstop offset='.535' stop-color='%234eb25e'/%3E%3Cstop offset='.673' stop-color='%235fb963'/%3E%3Cstop offset='.822' stop-color='%236abe66'/%3E%3Cstop offset='.999' stop-color='%236dbf67'/%3E%3C/linearGradient%3E%3ClinearGradient id='B' x1='10.539' y1='18.382' x2='24.568' y2='18.382' xlink:href='%23G'%3E%3Cstop stop-color='%23007236'/%3E%3Cstop offset='.031' stop-color='%23007538'/%3E%3Cstop offset='.299' stop-color='%23009147'/%3E%3Cstop offset='.365' stop-color='%23169a4e'/%3E%3Cstop offset='.476' stop-color='%2336a857'/%3E%3Cstop offset='.591' stop-color='%234eb25e'/%3E%3Cstop offset='.713' stop-color='%235fb963'/%3E%3Cstop offset='.843' stop-color='%236abe66'/%3E%3Cstop offset='.999' stop-color='%236dbf67'/%3E%3C/linearGradient%3E%3ClinearGradient id='C' x1='20.567' y1='22.112' x2='16.869' y2='16.415' xlink:href='%23G'%3E%3Cstop stop-color='%23005d29'/%3E%3Cstop offset='.158' stop-color='%23009147'/%3E%3Cstop offset='.203' stop-color='%23179a51' stop-opacity='.93'/%3E%3Cstop offset='.29' stop-color='%233da961' stop-opacity='.796'/%3E%3Cstop offset='.381' stop-color='%235db66e' stop-opacity='.656'/%3E%3Cstop offset='.475' stop-color='%2375c079' stop-opacity='.51'/%3E%3Cstop offset='.574' stop-color='%2386c780' stop-opacity='.36'/%3E%3Cstop offset='.68' stop-color='%2391cb85' stop-opacity='.196'/%3E%3Cstop offset='.807' stop-color='%2394cc86' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='D' x1='17.29' y1='3.559' x2='25.458' y2='15.256' xlink:href='%23G'%3E%3Cstop stop-color='%23005d29'/%3E%3Cstop offset='.158' stop-color='%23009147'/%3E%3Cstop offset='.203' stop-color='%23179a51'/%3E%3Cstop offset='.29' stop-color='%233da961'/%3E%3Cstop offset='.381' stop-color='%235db66e'/%3E%3Cstop offset='.475' stop-color='%2375c079'/%3E%3Cstop offset='.574' stop-color='%2386c780'/%3E%3Cstop offset='.68' stop-color='%2391cb85'/%3E%3Cstop offset='.807' stop-color='%2394cc86'/%3E%3C/linearGradient%3E%3ClinearGradient id='E' x1='21.414' y1='14.342' x2='21.631' y2='8.18' xlink:href='%23G'%3E%3Cstop stop-color='%23005d29'/%3E%3Cstop offset='.158' stop-color='%23009147'/%3E%3Cstop offset='.203' stop-color='%23179a51' stop-opacity='.93'/%3E%3Cstop offset='.29' stop-color='%233da961' stop-opacity='.796'/%3E%3Cstop offset='.381' stop-color='%235db66e' stop-opacity='.656'/%3E%3Cstop offset='.475' stop-color='%2375c079' stop-opacity='.51'/%3E%3Cstop offset='.574' stop-color='%2386c780' stop-opacity='.36'/%3E%3Cstop offset='.68' stop-color='%2391cb85' stop-opacity='.196'/%3E%3Cstop offset='.807' stop-color='%2394cc86' stop-opacity='0'/%3E%3C/linearGradient%3E%3Cpath id='F' d='M18.076 0h-.03c2.057 0 3.846.18 5.386.52l1.878.55c-.09-.01-6.827-1.173-12.064 7.99l.05-.01c.884-1.363 2.146-2.305 4.084-2.305h.06c1.5 0 2.594.702 2.594 1.804 0 .12-.02.23-.04.34h.01c0 .01-.01.01-.01.02a1.92 1.92 0 0 1-.388.842c-1.78 3.368-5.813 5.563-5.813 5.563l.21-.03c1.987-1.153 4.96-1.995 9.232-1.303.04.05.06.1.09.16l.05-.01c-.05-.08-.1-.16-.15-.25.298.03.596.1.884.15h.02c-.288-.06-.576-.12-.874-.15v-.12c1.043-.2 2.226-.662 3.32-1.313l1.67-1.313C29.275 10.114 30 8.84 30 7.307 30 2.496 25.856 0 18.076 0z'/%3E%3ClinearGradient id='G' gradientUnits='userSpaceOnUse'/%3E%3C/defs%3E%3C/svg%3E")
}
.logo__text {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-indent: 110%
}
.header__user {
  z-index: 10
}
.page-actions {
  position: fixed;
  display: flex;
  align-items: center;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(0deg,rgba(127,127,132,.35) .01%,rgba(127,127,132,.15) 50%,rgba(127,127,132,0) 100%)
}
.page-actions .action-btn {
  pointer-events: auto
}
.page-actions__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between
}
@media (max-width:991.98px) {
  .header__wrap {
    padding: 20px 0;
    justify-content: center
  }
  .header__logo-text {
    display: none
  }
  .header__user {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    height: 70px;
    align-items: center
  }
  .header-shadow .header__user {
    background: linear-gradient(180deg,rgba(127,127,132,.35) .01%,rgba(127,127,132,.15) 50%,rgba(127,127,132,0) 100%)
  }
  .header__user .action-btn {
    pointer-events: auto
  }
  .page-actions {
    height: 70px
  }
}
.footer {
  margin-top: 60px
}
.footer__top {
  padding: 30px 30px 20px;
  background: #bbcec6;
  color: #fff;
  font-size: 15px;
  line-height: 1.2
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  color: #f1f1f3
}
.footer__nav-item {
  margin-right: 20px;
  margin-bottom: 10px
}
.footer__nav-item a {
  display: block
}
.footer__nav-item a:hover {
  color: #fff
}
.footer__bottom {
  font-size: 13px;
  color: #7f7f84;
  line-height: 15px;
  text-align: justify
}
@media (max-width:767.98px) {
  .footer {
    margin-top: 0
  }
}
@media (max-width:575.98px) {
  .footer__top {
    padding-left: 20px;
    padding-right: 20px
  }
  .footer__socials .socials {
    transform: scale(.9);
    transform-origin: 0
  }
}
.popup {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 20px auto;
  background: #fff;
  box-shadow: 0 0 50px rgba(127,127,132,.25);
  border-radius: 5px;
  overflow: hidden
}
.mfp-container {
  padding: 0 15px!important
}
button.mfp-close {
  width: 60px;
  height: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M1 1L21 21' stroke='black' stroke-miterlimit='10'/%3E%3Cpath d='M1 21L21 1' stroke='black' stroke-miterlimit='10'/%3E%3C/svg%3E")
}
.nc {
    margin: 15px 30px;
    display: flex;
    border: 1px solid grey;
    border-radius: 15px;
    margin-bottom: 10px;
    overflow: hidden;
    cursor: pointer;
    background-color: #f0f0f0;
    height: 45px;
}
.bk {
    padding: 15px 0px;
    border-radius: 17px;
    margin: auto;
    color: #222;
    font-weight: 700;
    width: 250px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    border: 1px solid #c5c5c5;
    cursor: pointer;
}