.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
html {
  min-height: 100%;
  position: relative;
}
body {
  -webkit-font-smoothing: antialiased;
  background: #fff;
  background: linear-gradient(45deg, rgba(255,255,255,0.8) 10%, rgba(31,80,255,0.104) 100%);
  margin: 0;
}
body,
button,
input,
textarea,
select {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #021344;
}
a,
button,
input,
textarea,
select {
  transition: 0.2s ease;
}
a {
  color: #1f50ff;
  text-decoration: none;
}
a.a-classic {
  text-decoration: underline;
}
a:hover {
  cursor: pointer;
}
button:hover,
select:hover,
label:hover,
input[type='checkbox']:hover,
input[type='radio']:hover {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
p {
  margin-bottom: 20px;
}
h1,
.h1 {
  font-size: 32px;
  line-height: 36px;
}
@media (min-width: 960px) {
  h1,
  .h1 {
    font-size: 50px;
    line-height: 56px;
  }
}
h2,
.h2 {
  font-size: 26px;
  line-height: 29px;
}
@media (min-width: 720px) {
  h2,
  .h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
h3,
.h3 {
  font-size: 20px;
  line-height: 22px;
}
@media (min-width: 480px) {
  h3,
  .h3 {
    font-size: 26px;
    line-height: 29px;
  }
}
h4,
.h4 {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 480px) {
  h4,
  .h4 {
    font-size: 20px;
    line-height: 22px;
  }
}
h5,
.h5 {
  font-size: 14px;
  line-height: 16px;
}
ul,
ol {
  list-style-type: none;
}
img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
svg {
  display: block;
  max-width: 100%;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.cols {
  margin-left: -10px;
  margin-right: -10px;
}
.cols:before,
.cols:after {
  content: " ";
  display: table;
}
.cols:after {
  clear: both;
}
.cols>div {
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.cols:last-child {
  margin-bottom: -20px;
}
.cols.cols-gutter-0 {
  margin-left: 0;
  margin-right: 0;
}
.cols.cols-gutter-0:before,
.cols.cols-gutter-0:after {
  content: " ";
  display: table;
}
.cols.cols-gutter-0:after {
  clear: both;
}
.cols.cols-gutter-0>div {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.cols.cols-gutter-0:last-child {
  margin-bottom: 0;
}
.cols.cols-gutter-1 {
  margin-left: 0;
  margin-right: 0;
}
.cols.cols-gutter-1:before,
.cols.cols-gutter-1:after {
  content: " ";
  display: table;
}
.cols.cols-gutter-1:after {
  clear: both;
}
.cols.cols-gutter-1>div {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 5px;
}
.cols.cols-gutter-1>div:last-child {
  margin-bottom: 0px;
}
@media (min-width: 960px) {
  .cols.cols-gutter-1>div {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
  }
  .cols.cols-gutter-1>div:last-child {
    margin-bottom: 5px;
  }
}
.cols.cols-gutter-buttons {
  margin-left: 0;
  margin-right: 0;
}
.cols.cols-gutter-buttons:before,
.cols.cols-gutter-buttons:after {
  content: " ";
  display: table;
}
.cols.cols-gutter-buttons:after {
  clear: both;
}
.cols.cols-gutter-buttons>div {
  padding-left: 0px;
  padding-right: 4px;
  margin-bottom: 10px;
}
.cols.cols-gutter-buttons>div:last-child {
  padding-right: 0px;
}
@media (min-width: 960px) {
  .cols.cols-gutter-2 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .cols.cols-gutter-2:before,
  .cols.cols-gutter-2:after {
    content: " ";
    display: table;
  }
  .cols.cols-gutter-2:after {
    clear: both;
  }
  .cols.cols-gutter-2>div {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
  .cols.cols-gutter-2:last-child {
    margin-bottom: -40px;
  }
}
@media (max-width: 960px) {
  .cols.cols-scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin: 0 -20px -20px;
    padding: 0 20px 20px;
  }
  .cols.cols-scroll>div {
    display: inline-block;
    vertical-align: top;
    width: 320px;
    white-space: normal;
    margin: 0;
    padding: 0 10px 0 0;
  }
  .cols.cols-scroll>div:last-child {
    margin-right: 15px;
  }
  .cols.cols-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .cols.cols-scroll::-webkit-scrollbar-track {
    background-color: #f4f4f4;
  }
  .cols.cols-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 5px;
  }
  .cols.cols-gutter-min {
    margin-left: 0;
    margin-right: 0;
  }
  .cols.cols-gutter-min:before,
  .cols.cols-gutter-min:after {
    content: " ";
    display: table;
  }
  .cols.cols-gutter-min:after {
    clear: both;
  }
  .cols.cols-gutter-min>div {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .cols.cols-gutter-min:last-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .cols.cols-scroll-limit {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin: 0 -20px -20px;
    padding: 0 20px 20px;
  }
  .cols.cols-scroll-limit>div {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    white-space: normal;
    margin: 0;
    padding: 0 10px 0 0;
  }
  .cols.cols-scroll-limit>div:last-child {
    margin-right: 15px;
  }
  .cols.cols-gutter-min {
    margin-left: 0;
    margin-right: 0;
  }
  .cols.cols-gutter-min:before,
  .cols.cols-gutter-min:after {
    content: " ";
    display: table;
  }
  .cols.cols-gutter-min:after {
    clear: both;
  }
  .cols.cols-gutter-min>div {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .cols.cols-gutter-min:last-child {
    margin-bottom: 10px;
  }
}
.cols .col-fixed-mobile {
  position: fixed;
  right: 0;
  top: 50px;
  z-index: 5;
}
@media (min-width: 720px) {
  .cols .col-fixed-mobile {
    position: initial;
  }
}
.cols .col-fixed-mobile .card--streaming {
  border-radius: 0 0 5px 5px;
}
@media (min-width: 720px) {
  .cols .col-fixed-mobile .card--streaming {
    margin-left: initial;
    border-radius: 5px;
  }
}
.cols .col-fixed-mobile .card--streaming .card__streaming {
  padding-bottom: initial;
  height: 130px;
}
@media (min-width: 720px) {
  .cols .col-fixed-mobile .card--streaming .card__streaming {
    height: initial;
    padding-bottom: 56.25%;
  }
}
.cols .col-margin-chat {
  margin-bottom: 80px !important;
}
@media (min-width: 720px) {
  .cols .col-margin-chat {
    margin-bottom: initial !important;
  }
}
@media (max-width: 960px) and (min-width: 960px) {
  .cols.cols-scroll {
    margin-right: -40px;
  }
}
@media (max-width: 1200px) and (min-width: 720px) {
  .cols.cols-scroll-limit {
    margin-right: -40px;
  }
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 480px) {
  .col-sm-1,
  .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-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 720px) {
  .col-md-1,
  .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-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 960px) {
  .col-lg-1,
  .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-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes slideFadeUp {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes slideFadeUp {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
}
@-webkit-keyframes slideUpOut {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes slideUpOut {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes slideFadeDown {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes slideFadeDown {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes slideDownOut {
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes slideDownOut {
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes slideFadeLeft {
  0% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
}
@keyframes slideFadeLeft {
  0% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
}
@-webkit-keyframes slideLeftOut {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slideLeftOut {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slideFadeRight {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
}
@keyframes slideFadeRight {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes slideRightOut {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes slideRightOut {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes scaleFadeIn {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes scaleFadeIn {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes scaleOut {
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes scaleOut {
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes scaleFadeOut {
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes scaleFadeOut {
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
}
@-webkit-keyframes translateBg {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes translateBg {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@-webkit-keyframes heightMd {
  0% {
    max-height: 0;
    overflow: hidden;
  }
  100% {
    max-height: 500px;
    overflow: hidden;
  }
}
@keyframes heightMd {
  0% {
    max-height: 0;
    overflow: hidden;
  }
  100% {
    max-height: 500px;
    overflow: hidden;
  }
}
@-webkit-keyframes bgIn {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes bgIn {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0px 0px 5px 0px rgba(205,24,24,0.3);
  }
  65% {
    box-shadow: 0px 0px 5px 3px rgba(205,24,24,0.3);
  }
  90% {
    box-shadow: 0px 0px 5px 3px rgba(205,24,24,0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0px 0px 5px 0px rgba(205,24,24,0.3);
  }
  65% {
    box-shadow: 0px 0px 5px 3px rgba(205,24,24,0.3);
  }
  90% {
    box-shadow: 0px 0px 5px 3px rgba(205,24,24,0);
  }
}
article {
  position: relative;
  background-color: #fff;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  border-radius: 5px;
  color: #021344;
}
article a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
article:hover {
  box-shadow: rgba(9,30,66,0.25) 0px 8px 16px -4px, rgba(9,30,66,0.31) 0px 0px 1px;
  border-color: transparent !important;
}
article .article__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article .article__title {
  font-weight: bold;
  margin-bottom: 5px;
}
article .article__description {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 720px) {
  article .article__description {
    font-size: 13px;
    line-height: 18px;
  }
}
article .article__description:last-child {
  margin-bottom: 0;
}
article .article__content p {
  font-size: 16px;
  opacity: 0.7;
}
article.article--lot {
  min-height: 300px;
  background-color: #fff;
  overflow: hidden;
}
@media (min-width: 720px) {
  article.article--lot {
    min-height: 340px;
  }
}
article.article--lot .article__bg {
  position: relative;
  padding-bottom: 56.25%;
}
article.article--lot .article__number {
  display: none;
}
article.article--lot .article__body {
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
}
article.article--lot .article__body .article__title {
  margin-bottom: 10px;
}
@media (min-width: 720px) {
  article.article--lot .article__body .article__title {
    margin-bottom: 20px;
  }
}
article.article--lot .article__body .article__subtitle {
  margin-bottom: 0px;
  display: block;
  text-decoration: underline;
}
@media (min-width: 720px) {
  article.article--lot .article__body .article__subtitle {
    margin-bottom: 10px;
  }
}
article.article--lot .article__body .article__value {
  font-size: 20px;
  line-height: 28px;
  background-color: #f4f4f4;
  color: #021344;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 10px;
}
@media (min-width: 720px) {
  article.article--lot .article__body .article__value {
    font-size: 16px;
    line-height: 22px;
  }
}
article.article--lot .article__body .article__value span {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin-left: 5px;
}
@media (min-width: 720px) {
  article.article--lot .article__body .article__value span {
    font-size: 20px;
    line-height: 28px;
  }
}
article.article--lot .article__body .btn {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
  opacity: 0;
  display: block;
}
.background.background-loaded {
  -webkit-animation: fadeIn 1s ease both;
          animation: fadeIn 1s ease both;
  opacity: 1;
}
.background img {
  display: none;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
  opacity: 0;
  display: block;
}
.bg.bg-loaded {
  -webkit-animation: fadeIn 1s ease both;
          animation: fadeIn 1s ease both;
  opacity: 1;
}
.bg img {
  display: none;
}
.btn {
  font-weight: bold;
  display: inline-block;
  padding: 5px 10px;
  font-size: 13px;
  transition: 0.2s;
  background-color: #1f50ff;
  border: 1px solid #1f50ff;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  border-radius: 5px;
}
@media (min-width: 960px) {
  .btn {
    font-size: 14px;
    line-height: 22px;
    padding: 8px 20px;
  }
}
.btn span {
  float: right;
  margin-left: 10px;
  line-height: 20px;
}
.btn:hover {
  background-color: #fff;
  color: #021344;
  border-color: #1f50ff;
}
.btn:hover span {
  color: #1f50ff;
}
.btn--xs {
  padding: 0px 10px;
}
.btn--sm {
  padding: 5px 20px;
  font-size: 13px;
  line-height: 22px;
}
.btn--md {
  padding: 5px 20px;
}
.btn--big {
  font-size: 24px;
  line-height: 36px;
}
.btn--white {
  background: #fff;
  color: #1f50ff;
  border-color: #1f50ff;
}
.btn--white span {
  color: #1f50ff;
}
.btn--white:hover {
  background-color: #f4f4f4;
  color: #021344;
}
.btn--white:hover span {
  color: #021344;
}
.btn--light {
  background: #f4f4f4;
  color: #a7a9ac;
  border: 1px solid #f4f4f4;
  border-color: #f4f4f4;
}
.btn--light span {
  color: #a7a9ac;
}
.btn--light:hover {
  background-color: #f4f4f4;
  border-color: rgba(0,0,0,0.1);
  color: #021344;
}
.btn--light:hover span {
  color: #1f50ff;
}
.btn--light--2 {
  background: #fff;
  color: #021344;
  border-color: rgba(0,0,0,0.1);
}
.btn--light--2 span {
  color: #021344;
}
.btn--light--2:hover {
  background-color: #f4f4f4;
  border-color: #1f50ff;
  color: #021344;
}
.btn--light--2:hover span {
  color: #021344;
}
.btn--transparent {
  background: #fff;
  color: #021344;
  border-color: #fff;
  transition: 0.3s;
}
.btn--transparent:hover {
  border-color: #fff;
}
.btn--transparent span {
  color: #1f50ff;
}
.btn--link {
  background: #fff;
  border-color: rgba(0,0,0,0.1);
  color: #1f50ff;
  text-decoration: underline;
  padding-left: 0;
  padding-right: 0;
  transition: 0.5s;
}
.btn--link:hover {
  background-color: transparent;
  color: #1f50ff;
}
.btn--color {
  background-color: #1f50ff;
  color: #fff;
}
.btn--blue {
  background-color: #00ffab;
  color: #fff;
}
.btn--red {
  background-color: #e04f5f;
  color: #fff;
}
.btn--social {
  padding: 5px 15px;
  font-size: 16px;
  line-height: 28px;
}
.btn--social span {
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.card {
  position: relative;
  padding: 20px 10px;
  background-color: #fff;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  border-radius: 5px;
  padding: 20px;
  color: #021344;
  margin-bottom: 20px;
}
.card::-webkit-scrollbar {
  width: 8px;
}
.card::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
.card::-webkit-scrollbar-thumb {
  background-color: #1f50ff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 5px;
}
.card.card--streaming {
  padding: 10px;
  margin-bottom: 10px;
  height: 100%;
  max-height: 40vh;
  overflow: hidden;
}
.card.card--streaming .card__header {
  margin-bottom: 10px;
}
.card.card--streaming .card__streaming {
  position: relative;
  border-radius: 10px 10 0 0;
  padding-bottom: 37.5%;
  height: 0;
  overflow: hidden;
  border-radius: 5px;
}
@media (min-width: 720px) {
  .card.card--streaming .card__streaming {
    padding-bottom: 56.25%;
  }
}
.card.card--streaming .card__streaming iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card.card--participants {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  height: 70vh;
  overflow: hidden;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.card.card--participants::-webkit-scrollbar {
  width: 8px;
}
.card.card--participants::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
.card.card--participants::-webkit-scrollbar-thumb {
  background-color: #1f50ff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 5px;
}
.card.card--participants .card__header {
  margin-bottom: 10px;
}
.card.card--participants .card__table {
  width: 100%;
  min-width: 500px;
  height: 100%;
  overflow: hidden;
}
.card.card--participants .card__table table {
  padding-bottom: 200px;
}
.card.card--chats {
  padding: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  height: 100%;
  max-height: 40vh;
}
.card.card--chats .card__header {
  margin-bottom: 10px;
}
.card.card--chats .card__chats {
  background-color: #fff;
  width: 100%;
  max-height: 40vh;
  color: #021344;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.card.card--chats .card__chats .card__chats__tray {
  position: relative;
  padding-right: 10px;
  width: 100%;
  overflow: hidden;
  max-height: 40vh;
}
.card.card--chats .card__chats .card__chats__tray .card__chats__tray__header {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  overflow: hidden;
}
.card.card--chats .card__chats .card__chats__tray .card__chats__tray__header .card__chats__tray__header__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}
.card.card--chats .card__chats .card__chats__tray .card__chats__tray__header .card__chats__tray__header__flex .card__chats__more {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  color: #1f50ff;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.card.card--chats .card__chats .card__chats__tray .card__chats__tray__header .card__chats__filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.card.card--chats .card__chats .card__chats__tray .card__chats__tray__header .card__chats__filters .btn:first-child {
  margin-right: 10px;
}
.card.card--chats .card__chats .card__chats__tray .card__chats__tray__body {
  max-height: 40vh;
  overflow-y: scroll;
}
.card.card--chats .card__chats .card__chats__tray .card__chats__tray__body::-webkit-scrollbar {
  width: 8px;
}
.card.card--chats .card__chats .card__chats__tray .card__chats__tray__body::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
.card.card--chats .card__chats .card__chats__tray .card__chats__tray__body::-webkit-scrollbar-thumb {
  background-color: #1f50ff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 5px;
}
.card.card--chats .card__chats .card__chats__tray .card__chats__tray__body .card__chats__tray__users {
  padding-bottom: 80px;
}
.card.card--chats .card__chats .card__chats__tray .card__chats__tray__body .card__chats__tray__user {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 5px;
  padding: 10px 10px;
  border-radius: 8px;
  cursor: pointer;
}
.card.card--chats .card__chats .card__chats__tray .card__chats__tray__body .card__chats__tray__user:hover {
  background-color: #f4f4f4;
}
.card.card--chats .card__chats .card__chats__tray .card__chats__tray__body .card__chats__tray__user:hover .card__chats__avatar {
  border-color: #1f50ff;
}
.card.card--chats .card__chats .card__chats__tray .card__chats__tray__body .card__chats__tray__user.current {
  background-color: #f4f4f4;
}
.card.card--chats .card__chats .card__chats__tray .card__chats__tray__body .card__chats__tray__user.current .card__chats__avatar {
  border-color: #1f50ff;
}
.card.card--chats .card__chats .card__chats__tray .card__chats__tray__body .card__chats__tray__user .card__chats__date {
  position: absolute;
  top: 3px;
  right: 3px;
}
.card.card--chats .card__chats .card__chats__tray .card__chats__tray__body .card__chats__tray__user .card__chats__date span {
  font-size: 9px;
  line-height: 12px;
  color: #fff;
  padding: 0px 5px;
  background-color: #00ffab;
  font-weight: bold;
  border-radius: 5px;
  display: table;
  margin-bottom: 2px;
}
.card.card--chats .card__chats .card__chats__tray .card__chats__tray__body .card__chats__tray__user .card__chats__avatar {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  min-width: 30px;
  margin-right: 10px;
  border: none;
  transition: 0.3s;
}
.card.card--chats .card__chats .card__chats__tray .card__chats__tray__body .card__chats__tray__user .card__chats__info {
  word-break: break-word;
}
.card.card--chats .card__chats .card__chats__tray .card__chats__tray__body .card__chats__tray__user .card__chats__info .card__name {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.card.card--chats .card__chats .card__chats__tray .card__chats__tray__body .card__chats__tray__user .card__chats__info .card__description {
  margin-bottom: 0;
  font-size: 10px;
  line-height: 13px;
  opacity: 0.7;
}
.card.card--chats .card__chats .card__chats__content {
  position: absolute;
  top: 0;
  right: -100%;
  background-color: #f4f4f4;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transition: 0.5s;
}
.card.card--chats .card__chats .card__chats__content.card__chats__content--show {
  right: 0;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__header {
  background-color: #fff;
  padding: 0px 10px;
  border-radius: 8px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__header .card__back {
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  background-color: rgba(0,0,0,0.05);
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__header .card__back:hover {
  background-color: rgba(0,0,0,0.1);
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__header .card__people {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px;
  border-radius: 8px;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__header .card__people .card__avatar {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  min-width: 40px;
  margin-right: 10px;
  border: 2px solid #1f50ff;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__header .card__people .card__info {
  margin-top: 0;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__header .card__people .card__info .card__name {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__header .card__people .card__info .card__status {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  opacity: 0.7;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__body {
  max-height: 100vh;
  overflow-y: scroll;
  padding: 20px 0;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__body::-webkit-scrollbar {
  width: 8px;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__body::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__body::-webkit-scrollbar-thumb {
  background-color: #1f50ff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 5px;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__body .card__message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__body .card__message .card__message__body {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 10px;
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 10px;
  max-width: 300px;
  padding-top: 17px;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__body .card__message.card__message--right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__body .card__message.card__message--right .card__message__body {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  text-align: right;
  background-color: #1f50ff;
  color: #fff;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__body .card__message.card__message--right .card__message__body a {
  color: #fff;
  text-decoration: underline;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__body .card__message.card__message--right .card__avatar {
  margin-right: 0;
  margin-left: 10px;
  border-color: #fff;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__body .card__message.card__message--right .card__message__date {
  right: initial;
  left: 3px;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__body .card__message .card__message__date {
  position: absolute;
  top: 3px;
  right: 3px;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__body .card__message .card__message__date span {
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  padding: 0px 5px;
  background-color: #1f50ff;
  font-weight: bold;
  border-radius: 5px;
  display: table;
  margin-bottom: 2px;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__body .card__message .card__avatar {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  min-width: 30px;
  margin-right: 10px;
  border: 2px solid rgba(0,0,0,0.08);
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__body .card__message .card__text {
  word-break: break-word;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__body .card__message .card__text .card__text__user {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__body .card__message .card__text p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  opacity: 0.7;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__body .card__message .card__text img {
  max-width: 100%;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__footer {
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__footer .card__chats__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__footer .card__chats__flex .card__chats__textarea {
  width: 100%;
  max-width: 80%;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 8px;
  margin-right: 10px;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__footer .card__chats__flex .card__chats__textarea textarea {
  height: 50px;
  border-radius: 8px;
  color: #021344;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__footer .card__chats__flex .card__chats__file {
  cursor: pointer;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__footer .card__chats__flex .card__chats__file input {
  position: absolute;
  opacity: 0;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__footer .card__chats__file__button,
.card.card--chats .card__chats .card__chats__content .card__chats__content__footer .card__chats__send__button {
  position: relative;
  padding: 5px;
  border-radius: 8px;
  background-color: #1f50ff;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #1f50ff;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__footer .card__chats__file__button:hover,
.card.card--chats .card__chats .card__chats__content .card__chats__content__footer .card__chats__send__button:hover {
  background-color: #fff;
  color: #1f50ff;
}
.card.card--chats .card__chats .card__chats__content .card__chats__content__footer .card__chats__file__button {
  margin-right: 10px;
}
.card.card--infolots {
  margin-bottom: 10px;
  padding: 10px;
}
@media (min-width: 720px) {
  .card.card--infolots {
    height: 70vh;
  }
}
.card.card--infolots.card--infolots--2 {
  height: 100%;
}
.card.card--infolots.card--infolots--2 .card__info .card__title {
  margin-bottom: 10px;
}
.card.card--infolots.card--infolots--2 .card__slider {
  min-height: 150px;
}
.card.card--infolots.card--infolots--2 .card__slider .slider {
  min-height: 150px;
}
.card.card--infolots.card--infolots--2 .card__slider .card__image {
  padding-bottom: 50%;
}
.card.card--infolots.card--infolots--2 ul {
  margin-bottom: 10px;
}
.card.card--infolots .card__header {
  position: relative;
  margin-bottom: 10px;
}
.card.card--infolots .card__body .card__state {
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  background-color: #1f50ff;
  font-size: 18px;
  line-height: 20px;
  margin-left: 10px;
  font-weight: bold;
}
.card.card--infolots .card__body .card__state.card__state--green {
  background-color: #32bea6;
  color: #fff;
}
.card.card--infolots .card__body .card__state.card__state--red {
  background-color: #e04f5f;
}
.card.card--infolots .card__body .card__state.card__state--yellow {
  background-color: #edc92c;
}
.card.card--infolots .card__slider {
  position: relative;
  margin-bottom: 10px;
}
.card.card--infolots .card__slider.card__slider--small {
  max-height: 250px;
}
.card.card--infolots .card__slider.card__slider--small .card__image img {
  width: initial;
  height: initial;
  max-width: 100%;
  max-height: 250px;
}
.card.card--infolots .card__slider .card__slider__button {
  position: absolute;
  top: 85%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0.7;
  transition: 0.3s;
}
.card.card--infolots .card__slider .card__slider__button:hover {
  opacity: 1;
}
.card.card--infolots .card__slider .card__image {
  position: relative;
}
.card.card--infolots .card__slider .card__image img {
  width: initial;
  height: initial;
  max-width: 100%;
  max-height: 300px;
}
.card.card--infolots .card__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.card.card--infolots .card__buttons .card__button {
  padding: 12px 10px;
  width: 100%;
  max-width: 50%;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: 0.7s;
}
.card.card--infolots .card__buttons .card__button:hover {
  opacity: 0.7;
}
.card.card--infolots .card__buttons .card__button:first-child {
  margin-right: 5px;
}
.card.card--infolots .card__buttons .card__button.card__button--green {
  background-color: #32bea6;
}
.card.card--infolots .card__buttons .card__button.card__button--red {
  background-color: #e04f5f;
}
.card.card--infolots .card__buttons .card__button.card__button--yellow {
  background-color: #edc92c;
}
.card.card--infolots .card__buttons .card__button.card__button--red {
  background-color: #e04f5f;
}
.card.card--infolots .card__buttons .card__button.card__button--blue {
  background-color: #1f50ff;
}
.card.card--infolots .card__info {
  position: relative;
  width: 100%;
}
.card.card--infolots .card__info .card__title {
  margin-bottom: 5px;
}
.card.card--infolots .card__info .card__description {
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 720px) {
  .card.card--infolots .card__info .card__description {
    font-size: 20px;
    line-height: 28px;
  }
}
.card.card--infolots .card__info .btn {
  width: 100%;
  max-width: 100%;
  display: block;
  text-align: center;
  margin: 0;
  margin-bottom: 5px;
}
.card.card--infolots .card__info ul {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  border-radius: 5px;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
}
.card.card--infolots .card__info ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 5px;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 720px) {
  .card.card--infolots .card__info ul li {
    font-size: 16px;
    line-height: 24px;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.card.card--infolots .card__info ul li span {
  margin-left: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-decoration: underline;
}
@media (min-width: 720px) {
  .card.card--infolots .card__info ul li span {
    font-size: 20px;
    line-height: 28px;
  }
}
.card.card--events {
  padding: 10px;
}
.card.card--events .card__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.card.card--events .card__buttons .card__button {
  width: 100%;
  max-width: 50%;
  padding: 10px;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 0;
  transition: 0.3s;
}
.card.card--events .card__buttons .card__button:hover {
  background-color: #f4f4f4;
}
.card.card--events .card__buttons .card__button:hover .card__button__icon {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card.card--events .card__buttons .card__button:first-child {
  margin-right: 10px;
}
.card.card--events .card__buttons .card__button.card__button--user {
  max-width: 100%;
  background-color: #1f50ff;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  padding: 20px 20px;
  margin-right: 0;
  transition: 0.3s;
}
.card.card--events .card__buttons .card__button.card__button--user:hover {
  opacity: 0.9;
}
.card.card--events .card__buttons .card__button.card__button--user .card__button__text {
  font-size: 28px;
  line-height: 36px;
  margin-right: 20px;
}
.card.card--events .card__buttons .card__button.card__button--user .card__button__value {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
.card.card--events .card__buttons .card__button.card__button--user .card__button__value span {
  font-size: 14px;
  margin-left: 5px;
  text-decoration: underline;
}
.card.card--events .card__buttons .card__button.card__button--user .material-symbols-rounded {
  position: absolute;
  top: 50%;
  right: 3%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-size: 150px;
  opacity: 0.07;
}
.card.card--events .card__buttons .card__button .material-symbols-rounded {
  margin-bottom: 5px;
}
.card.card--events .card__buttons .card__button .card__button__icon {
  margin-bottom: 5px;
  transition: 0.3s;
}
.card.card--events .card__buttons .card__button .card__button__icon img {
  width: 30px;
}
.card.card--events .card__buttons .card__button p {
  margin-bottom: 0;
}
.card.card--interactions {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 10px;
  height: 70vh;
  position: relative;
  padding-top: 120px;
  background-color: #f4f4f4;
}
.card.card--interactions .card__timers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 20px;
}
.card.card--interactions .form__element {
  margin-bottom: 20px;
}
.card.card--interactions .form__element .form__input {
  position: relative;
}
.card.card--interactions .form__element .form__input input {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.card.card--interactions .form__element .form__title {
  font-size: 20px;
  line-height: 28px;
  color: #021344;
  opacity: 1;
  top: -10px;
}
.card.card--interactions .form__element .form__button {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 5;
}
.card.card--interactions .form__element .form__button .btn {
  padding: 8px;
}
.card.card--interactions .form__element .form__button span {
  margin-left: 0;
}
.card.card--interactions .card__body {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f4f4f4;
}
.card.card--interactions .card__footer .form__buttons {
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.card.card--interactions .card__footer .form__buttons .btn {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.card.card--lots {
  margin-bottom: 10px;
  padding: 10px;
  height: 100%;
  overflow-y: scroll;
}
.card.card--lots.card--lots--2 {
  height: 37vh;
}
.card.card--lots .card__header {
  margin-bottom: 10px;
}
.card.card--lots .card__search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}
.card.card--lots .card__search .card__texts {
  width: 100%;
  max-width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.card.card--lots .card__search .card__texts .card__text {
  margin-right: 10px;
  font-size: 12px;
  line-height: 16px;
  padding: 5px;
  background-color: #f4f4f4;
  border-radius: 3px;
  width: 100%;
  text-align: center;
}
.card.card--lots .card__search .card__texts .card__text span {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.card.card--lots .card__search .form__element {
  width: 100%;
  max-width: 50%;
  padding-top: 0;
}
.card.card--lots .card__search .form__element .form__button {
  position: absolute;
  top: 2px;
  right: 2px;
}
.card.card--lots .card__search .form__element .form__button .btn {
  padding: 7px;
}
.card.card--lots .card__search .form__element .form__button span {
  margin-left: 0;
}
.card.card--lots .card__body .card__lots .card__lot {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  cursor: pointer;
}
.card.card--lots .card__body .card__lots .card__lot:hover {
  background-color: #f4f4f4;
}
.card.card--lots .card__body .card__lots .card__lot.card__lot--green {
  background-color: #32bea6;
  color: #fff;
}
.card.card--lots .card__body .card__lots .card__lot.card__lot--red {
  background-color: #e04f5f;
  color: #fff;
}
.card.card--lots .card__body .card__lots .card__lot.card__lot--purple {
  background-color: #5500ff;
  color: #fff;
}
.card.card--lots .card__body .card__lots .card__lot.card__lot--yellow {
  background-color: #edc92c;
  color: #fff;
}
.card.card--lots .card__body .card__lots .card__lot.card__lot--orange {
  background-color: #ffa800;
  color: #fff;
}
.card.card--lots .card__body .card__lots .card__lot.card__lot--blue {
  background-color: #1f50ff;
  color: #fff;
}
.card.card--lots .card__body .card__lots .card__lot .card__lot__number,
.card.card--lots .card__body .card__lots .card__lot .card__lot__name,
.card.card--lots .card__body .card__lots .card__lot .card__lot__price {
  margin-bottom: 0;
}
.card.card--lots .card__body .card__lots .card__lot .card__lot__number {
  max-width: 7%;
  width: 100%;
}
.card.card--lots .card__body .card__lots .card__lot .card__lot__name {
  max-width: 40%;
  width: 100%;
}
.card.card--lots .card__body .card__lots .card__lot .card__lot__price {
  max-width: 20%;
  width: 100%;
}
.card.card--lots .card__body .card__lots .card__lot .card__lot__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.card.card--lots .card__body .card__lots .card__lot .card__lot__actions .card__lot__action {
  position: relative;
  padding: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  min-width: 34px;
  min-height: 34px;
  margin-left: 5px;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
}
.card.card--lots .card__body .card__lots .card__lot .card__lot__actions .card__lot__action.card__lot__action--green {
  color: #32bea6;
}
.card.card--lots .card__body .card__lots .card__lot .card__lot__actions .card__lot__action.card__lot__action--red {
  color: #e04f5f;
}
.card.card--lots .card__body .card__lots .card__lot .card__lot__actions .card__lot__action.card__lot__action--purple {
  color: #5500ff;
}
.card.card--lots .card__body .card__lots .card__lot .card__lot__actions .card__lot__action.card__lot__action--yellow {
  color: #edc92c;
}
.card.card--lots .card__body .card__lots .card__lot .card__lot__actions .card__lot__action.card__lot__action--orange {
  color: #ffa800;
}
.card.card--lots .card__body .card__lots .card__lot .card__lot__actions .card__lot__action.card__lot__action--blue {
  color: #1f50ff;
}
.card.card--lots .card__body .card__lots .card__lot .card__lot__actions .card__lot__action:hover .card__lot__action__tooltip {
  display: block;
}
.card.card--lots .card__body .card__lots .card__lot .card__lot__actions .card__lot__action .card__lot__action__tooltip {
  position: absolute;
  right: 80%;
  top: 100%;
  background-color: #fff;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  color: #021344;
  padding: 3px 5px;
  display: none;
  z-index: 3;
  text-align: center;
  min-width: 100px;
}
.card.card--lots .card__body .card__lots .card__lot .card__lot__actions .card__lot__action .card__lot__action__tooltip p {
  color: #021344;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}
.card.card--lots .card__body .card__lots .card__lot.card__lot--prev {
  background-color: rgba(0,0,0,0.02);
  color: #021344;
}
.card.card--lots .card__body .card__lots .card__lot.card__lot--prev .card__lot__number,
.card.card--lots .card__body .card__lots .card__lot.card__lot--prev .card__lot__name,
.card.card--lots .card__body .card__lots .card__lot.card__lot--prev .card__lot__price {
  opacity: 0.3;
}
.card.card--lots .card__body .card__lots .card__lot.card__lot--selected {
  padding-left: 15px;
  font-weight: bold;
  border-radius: 0 5px 5px 0;
}
.card.card--lots .card__body .card__lots .card__lot.card__lot--selected:after {
  content: "";
  background-color: #1f50ff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
}
.card.card--offers {
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  height: 50vh;
  overflow: hidden;
  overflow-y: scroll;
}
@media (min-width: 720px) {
  .card.card--offers {
    height: 70vh;
  }
}
.card.card--offers.card--offersusers {
  height: 100%;
}
.card.card--offers.card--offers--scroll {
  position: relative;
  overflow-y: hidden;
  padding-top: 160px;
}
.card.card--offers.card--offers--scroll .card__body {
  overflow-y: scroll;
  height: 100%;
}
.card.card--offers.card--offers--scroll .card__body::-webkit-scrollbar {
  width: 8px;
}
.card.card--offers.card--offers--scroll .card__body::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
.card.card--offers.card--offers--scroll .card__body::-webkit-scrollbar-thumb {
  background-color: #1f50ff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 5px;
}
.card.card--offers.card--offers--scroll .card__body .card__offers {
  padding-bottom: 20px;
}
.card.card--offers.card--offers--scroll .card__body .card__offers .card__offer .card__offer__icon {
  min-width: 30px;
}
.card.card--offers.card--offers--scroll .card__body .card__offers .card__offer .card__offer__icon img {
  width: 30px;
}
.card.card--offers.card--offers--scroll .card__body .card__offers .card__offer .card__offer__name {
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 720px) {
  .card.card--offers.card--offers--scroll .card__body .card__offers .card__offer .card__offer__name {
    font-size: 16px;
    line-height: 20px;
  }
}
.card.card--offers.card--offers--scroll .card__body .card__offers .card__offer .card__offer__name span {
  font-size: 14px;
  line-height: 18px;
}
.card.card--offers.card--offers--scroll .card__body .card__offers .card__offer .card__offer__value {
  font-size: 16px;
  line-height: 20px;
  text-decoration: initial;
}
.card.card--offers .card__pricelive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  z-index: 5;
  background-color: #f4f4f4;
  margin-bottom: 15px;
}
.card.card--offers .card__pricelive .card__title {
  margin-bottom: 20px;
}
.card.card--offers .card__pricelive .card__price {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 0;
}
.card.card--offers .card__banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.card.card--offers .card__banner.card__banner--lost .card__banner__content .card__value {
  background-color: #e04f5f;
}
.card.card--offers .card__banner .card__banner__content {
  text-align: center;
  width: 100%;
}
.card.card--offers .card__banner .card__banner__content .card__banner__icon {
  margin-bottom: 10px;
}
.card.card--offers .card__banner .card__banner__content .card__banner__icon img {
  width: 50px;
}
.card.card--offers .card__banner .card__banner__content .card__title {
  margin-bottom: 10px;
  font-weight: 500;
}
.card.card--offers .card__banner .card__banner__content .card__description {
  font-size: 20px;
  line-height: 24px;
}
.card.card--offers .card__banner .card__banner__content .card__value {
  background-color: #32bea6;
  color: #fff;
  width: 100%;
  border-radius: 5px;
  padding: 5px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.card.card--offers .card__banner .card__banner__content .card__value span {
  font-weight: bold;
  margin-left: 5px;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 720px) {
  .card.card--offers .card__banner .card__banner__content .card__value span {
    font-size: 24px;
    line-height: 32px;
  }
}
.card.card--offers .card__banner .card__banner__content ul {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-radius: 5px;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  text-align: left;
  background-color: #1f50ff;
  color: #fff;
}
.card.card--offers .card__banner .card__banner__content ul:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  width: 1px;
  height: 50%;
}
.card.card--offers .card__banner .card__banner__content ul li {
  font-weight: 400;
  padding: 5px;
  font-size: 20px;
  line-height: 24px;
}
.card.card--offers .card__banner .card__banner__content ul li:last-child {
  text-align: right;
}
.card.card--offers .card__banner .card__banner__content ul li span {
  font-weight: bold;
  display: block;
  margin-top: 5px;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 720px) {
  .card.card--offers .card__banner .card__banner__content ul li span {
    font-size: 24px;
    line-height: 32px;
  }
}
.card.card--offers .card__header {
  margin-bottom: 10px;
}
.card.card--offers .card__offer {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 5px 5px;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  border-radius: 5px;
  margin-bottom: 15px;
  padding-left: 20px;
  background-color: #f4f4f4;
  min-height: 50px;
}
@media (min-width: 720px) {
  .card.card--offers .card__offer {
    padding: 5px 10px;
  }
}
.card.card--offers .card__offer .card__offer__icon {
  min-width: 25px;
  margin-right: 5px;
}
@media (min-width: 720px) {
  .card.card--offers .card__offer .card__offer__icon {
    margin: 0 10px;
    min-width: 35px;
  }
}
.card.card--offers .card__offer .card__offer__icon img {
  width: 25px;
}
@media (min-width: 720px) {
  .card.card--offers .card__offer .card__offer__icon img {
    width: 35px;
  }
}
.card.card--offers .card__offer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
  border-radius: 5px 0 0 5px;
}
.card.card--offers .card__offer.card__offer--win {
  background-color: #32bea6;
  color: #fff;
  padding: 10px 5px;
}
@media (min-width: 720px) {
  .card.card--offers .card__offer.card__offer--win {
    padding: 15px 5px;
  }
}
.card.card--offers .card__offer.card__offer--win .card__offer__icon {
  width: 50px !important;
}
@media (min-width: 720px) {
  .card.card--offers .card__offer.card__offer--win .card__offer__icon {
    width: 70px !important;
  }
}
.card.card--offers .card__offer.card__offer--win .card__offer__icon img {
  width: 50px !important;
}
@media (min-width: 720px) {
  .card.card--offers .card__offer.card__offer--win .card__offer__icon img {
    width: 70px !important;
  }
}
.card.card--offers .card__offer.card__offer--win .card__offer__name {
  font-size: 16px !important;
  line-height: 20px !important;
}
@media (min-width: 720px) {
  .card.card--offers .card__offer.card__offer--win .card__offer__name {
    font-size: 22px !important;
    line-height: 26px !important;
  }
}
.card.card--offers .card__offer.card__offer--win .card__offer__name span {
  font-size: 14px !important;
  line-height: 18px !important;
}
@media (min-width: 720px) {
  .card.card--offers .card__offer.card__offer--win .card__offer__name span {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}
.card.card--offers .card__offer.card__offer--win .card__offer__value {
  font-size: 20px !important;
  line-height: 24px !important;
}
@media (min-width: 720px) {
  .card.card--offers .card__offer.card__offer--win .card__offer__value {
    font-size: 2vw !important;
    line-height: 32px !important;
  }
}
.card.card--offers .card__offer.card__offer--win:after {
  width: 10px;
}
.card.card--offers .card__offer.card__offer--lost:after {
  background-color: #e04f5f;
  width: 10px;
}
.card.card--offers .card__offer.card__offer--init {
  padding-left: 20px;
}
.card.card--offers .card__offer.card__offer--init:after {
  background-color: #edc92c;
  width: 10px;
}
.card.card--offers .card__offer .card__offer__name {
  margin-bottom: 0;
  font-weight: bold;
  width: 100%;
  max-width: 70%;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 720px) {
  .card.card--offers .card__offer .card__offer__name {
    font-size: 18px;
    line-height: 20px;
  }
}
.card.card--offers .card__offer .card__offer__name span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 720px) {
  .card.card--offers .card__offer .card__offer__name span {
    font-size: 16px;
    line-height: 20px;
  }
}
.card.card--offers .card__offer .card__offer__value {
  margin-bottom: 0;
  font-weight: bold;
  width: 100%;
  max-width: 50%;
  text-align: right;
  font-size: 18px;
  line-height: 22px;
  text-decoration: underline;
}
@media (min-width: 720px) {
  .card.card--offers .card__offer .card__offer__value {
    font-size: 1.5vw;
    line-height: 28px;
  }
}
.card.card--banners {
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.card.card--banners .card__pricelive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  z-index: 5;
  background-color: #f4f4f4;
  margin-bottom: 15px;
}
.card.card--banners .card__pricelive .card__title {
  margin-bottom: 20px;
}
.card.card--banners .card__pricelive .card__price {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 0;
}
.card.card--banners .card__banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.card.card--banners .card__banner.card__banner--lost .card__banner__content .card__value {
  background-color: #e04f5f;
}
.card.card--banners .card__banner.card__banner--win .card__banner__content .card__value .card__taxes {
  -ms-flex: none;
      flex: none;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 720px) {
  .card.card--banners .card__banner.card__banner--win .card__banner__content .card__value .card__taxes {
    font-size: 16px;
    line-height: 22px;
  }
}
.card.card--banners .card__banner .card__banner__content {
  text-align: center;
  width: 100%;
}
.card.card--banners .card__banner .card__banner__content .card__banner__icon {
  margin-bottom: 10px;
}
@media (min-width: 720px) {
  .card.card--banners .card__banner .card__banner__content .card__banner__icon {
    margin-bottom: 20px;
  }
}
.card.card--banners .card__banner .card__banner__content .card__banner__icon img {
  width: 50px;
}
@media (min-width: 720px) {
  .card.card--banners .card__banner .card__banner__content .card__banner__icon img {
    width: 70px;
  }
}
.card.card--banners .card__banner .card__banner__content .card__title {
  margin-bottom: 10px;
}
@media (min-width: 720px) {
  .card.card--banners .card__banner .card__banner__content .card__title {
    margin-bottom: 20px;
  }
}
.card.card--banners .card__banner .card__banner__content .card__description {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 720px) {
  .card.card--banners .card__banner .card__banner__content .card__description {
    font-size: 20px;
    line-height: 24px;
  }
}
.card.card--banners .card__banner .card__banner__content .card__value {
  background-color: #32bea6;
  color: #fff;
  width: 100%;
  border-radius: 5px;
  padding: 5px;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 500;
}
.card.card--banners .card__banner .card__banner__content .card__value span {
  font-weight: bold;
  margin-left: 5px;
  font-size: 24px;
  line-height: 32px;
}
.card.card--banners .card__banner .card__banner__content ul {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-radius: 5px;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  text-align: left;
  background-color: #1f50ff;
  color: #fff;
}
.card.card--banners .card__banner .card__banner__content ul:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  width: 1px;
  height: 50%;
}
.card.card--banners .card__banner .card__banner__content ul li {
  font-weight: 400;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 22px;
}
.card.card--banners .card__banner .card__banner__content ul li:last-child {
  text-align: right;
}
.card.card--banners .card__banner .card__banner__content ul li span {
  font-weight: bold;
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin-top: 5px;
}
.card.card--banners .card__header {
  margin-bottom: 10px;
}
.card.card--auctionheader {
  background-color: #1f50ff;
  color: #fff;
}
.card.card--auctionheader .card__icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(20%, -50%);
          transform: translate(20%, -50%);
  opacity: 0.15;
}
.card.card--auctionheader .card__icon span {
  font-size: 400px;
}
.card.card--auctionheader .card__header {
  display: block;
  max-width: 70%;
}
.card.card--auctionheader .card__header .card__title {
  margin-bottom: 5px;
}
.card.card--auctionheader .card__header .card__dates {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 10px;
}
.card.card--auctionheader .card__header .card__dates .card__date {
  font-size: 11px;
  line-height: 16px;
  background-color: #fff;
  color: #021344;
  padding: 3px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
  font-weight: bold;
  border-radius: 3px;
  margin-right: 10px;
}
.card.card--auctionheader .card__header .card__dates .card__date span {
  color: #021344;
  font-weight: bold;
  margin-left: 5px;
}
.card.card--auctionheader .card__body .card__list {
  margin-bottom: 20px;
}
.card.card--auctionheader .card__body .card__list ul li {
  position: relative;
  padding: 5px;
  padding-left: 15px;
  font-weight: bold;
}
.card.card--auctionheader .card__body .card__list ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 13px;
}
.card.card--auctionheader .card__body .card__list ul li span {
  margin-left: 5px;
  font-weight: 400;
}
.card .card__table,
.card .dataTables_wrapper {
  padding: 5px;
}
.card .card__table table,
.card .dataTables_wrapper table {
  width: 100%;
  margin: 0 auto;
  margin: 0px;
  color: #021344;
  border-collapse: collapse;
  border-radius: 5px;
  overflow: hidden;
  text-align: left;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  overflow-y: initial;
}
.card .card__table table thead,
.card .dataTables_wrapper table thead {
  background-color: #f4f4f4;
}
.card .card__table table thead tr th,
.card .dataTables_wrapper table thead tr th {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding: 10px 10px;
}
.card .card__table table tbody td,
.card .dataTables_wrapper table tbody td {
  background-color: transparent !important;
}
.card .card__table table tbody tr,
.card .dataTables_wrapper table tbody tr {
  width: 100%;
  background-color: #fff;
  border-bottom: initial;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.card .card__table table tbody tr:hover,
.card .dataTables_wrapper table tbody tr:hover {
  background-color: rgba(0,0,0,0.03);
}
.card .card__table table tbody tr td,
.card .dataTables_wrapper table tbody tr td {
  padding: 10px;
  min-width: 100px;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}
.card .card__table table tbody tr:last-child th,
.card .dataTables_wrapper table tbody tr:last-child th,
.card .card__table table tbody tr:last-child td,
.card .dataTables_wrapper table tbody tr:last-child td {
  border-bottom: 0;
}
.card .card__table table tbody .card__table__actions,
.card .dataTables_wrapper table tbody .card__table__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.card .card__table table tbody .card__table__actions .card__table__action,
.card .dataTables_wrapper table tbody .card__table__actions .card__table__action {
  position: relative;
  padding: 2px 5px;
  margin-right: 5px;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #f4f4f4;
}
.card .card__table table tbody .card__table__actions .card__table__action:hover,
.card .dataTables_wrapper table tbody .card__table__actions .card__table__action:hover {
  background-color: #fff;
}
.card .card__table table tbody .card__table__actions .card__table__action:hover .card__table__action__tooltip,
.card .dataTables_wrapper table tbody .card__table__actions .card__table__action:hover .card__table__action__tooltip {
  display: block;
}
.card .card__table table tbody .card__table__actions .card__table__action span,
.card .dataTables_wrapper table tbody .card__table__actions .card__table__action span {
  position: relative;
  top: 2px;
  font-size: 18px;
}
.card .card__table table tbody .card__table__actions .card__table__action a:after,
.card .dataTables_wrapper table tbody .card__table__actions .card__table__action a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.card .card__table table tbody .card__table__actions .card__table__action .card__table__action__tooltip,
.card .dataTables_wrapper table tbody .card__table__actions .card__table__action .card__table__action__tooltip {
  display: none;
  position: absolute;
  top: 0%;
  right: 100%;
  width: 100px;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  border-radius: 5px;
  background-color: #fff;
  color: #021344;
  padding: 5px;
  text-align: center;
}
.card .card__table table tbody .card__table__actions .card__table__action .card__table__action__tooltip p,
.card .dataTables_wrapper table tbody .card__table__actions .card__table__action .card__table__action__tooltip p {
  font-weight: bold;
  margin-bottom: 0;
}
.card .card__table table tbody .card__table__actions .card__table__action .card__table__action__tooltip p span,
.card .dataTables_wrapper table tbody .card__table__actions .card__table__action .card__table__action__tooltip p span {
  font-size: 14px;
  line-height: 18px;
}
.card .card__table .card__state,
.card .dataTables_wrapper .card__state {
  font-size: 11px;
  line-height: 16px;
  background-color: #32bea6 !important;
  padding: 0px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
  font-weight: bold;
  border-radius: 3px;
}
.card .card__table .card__state span,
.card .dataTables_wrapper .card__state span {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  font-weight: bold;
  margin-right: 5px;
}
.card .card__table .card__state p,
.card .dataTables_wrapper .card__state p {
  color: #fff;
  margin-bottom: 0;
  font-weight: bold;
}
.card .card__table .card__state.card__state--green,
.card .dataTables_wrapper .card__state.card__state--green {
  background-color: #32bea6 !important;
}
.card .card__table .card__state.card__state--live,
.card .dataTables_wrapper .card__state.card__state--live {
  background-color: #00009f !important;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.card .card__table .card__state.card__state--red,
.card .dataTables_wrapper .card__state.card__state--red {
  background-color: #e04f5f !important;
}
.card .card__table .card__state.card__state--gray,
.card .dataTables_wrapper .card__state.card__state--gray {
  background-color: #9ba4b5 !important;
}
.card .card__table .card__state.card__state--yellow,
.card .dataTables_wrapper .card__state.card__state--yellow {
  background-color: #edc92c !important;
}
.card .card__table .card__table__actions,
.card .dataTables_wrapper .card__table__actions {
  width: 10%;
  text-align: center;
  z-index: 5;
}
.card .card__table .card__table__actions .card__table__actions__icon,
.card .dataTables_wrapper .card__table__actions .card__table__actions__icon {
  position: relative;
  padding: 5px 0px;
  border-radius: 50px;
  background-color: #f4f4f4;
  width: 20px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
.card .card__table .card__table__actions .card__table__actions__icon:hover,
.card .dataTables_wrapper .card__table__actions .card__table__actions__icon:hover {
  background-color: #1f50ff;
  color: #fff;
}
.card .card__table .card__table__actions .card__table__actions__icon:hover .card__table__actions__buttons,
.card .dataTables_wrapper .card__table__actions .card__table__actions__icon:hover .card__table__actions__buttons {
  display: block;
}
.card .card__table .card__table__actions .card__table__actions__icon .material-symbols-rounded,
.card .dataTables_wrapper .card__table__actions .card__table__actions__icon .material-symbols-rounded {
  font-size: 24px;
}
.card .card__table .card__table__actions .card__table__actions__buttons,
.card .dataTables_wrapper .card__table__actions .card__table__actions__buttons {
  display: none;
  position: absolute;
  top: 0%;
  right: 70%;
  background-color: #fff;
  box-shadow: rgba(0,0,0,0.05) 0px 6px 24px 0px, rgba(0,0,0,0.08) 0px 0px 0px 1px;
  min-width: 200px;
  text-align: left;
  border-radius: 3px;
  z-index: 2;
}
.card .card__table .card__table__actions .card__table__actions__buttons .card__table__actions__button,
.card .dataTables_wrapper .card__table__actions .card__table__actions__buttons .card__table__actions__button {
  position: relative;
  padding: 5px 10px;
  width: 100%;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  transition: 0.3s;
}
.card .card__table .card__table__actions .card__table__actions__buttons .card__table__actions__button:last-child,
.card .dataTables_wrapper .card__table__actions .card__table__actions__buttons .card__table__actions__button:last-child {
  border-bottom: 0;
}
.card .card__table .card__table__actions .card__table__actions__buttons .card__table__actions__button:hover,
.card .dataTables_wrapper .card__table__actions .card__table__actions__buttons .card__table__actions__button:hover {
  background-color: #f4f4f4;
}
.card .card__table .card__table__actions .card__table__actions__buttons .card__table__actions__button a,
.card .dataTables_wrapper .card__table__actions .card__table__actions__buttons .card__table__actions__button a {
  color: #021344;
}
.card .card__table .card__table__actions .card__table__actions__buttons .card__table__actions__button a:after,
.card .dataTables_wrapper .card__table__actions .card__table__actions__buttons .card__table__actions__button a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.card.card--scroll {
  height: 80vh;
  overflow-y: scroll;
}
.card.card--scroll::-webkit-scrollbar {
  width: 10px;
}
.card.card--scroll::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
.card.card--scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 5px;
}
.card.card--total {
  text-align: right;
  padding: 20px;
}
.card.card--total .card__monto {
  margin-bottom: 20px;
}
.card.card--transmit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 30px 0px;
}
.card.card--transmit span {
  font-size: 70px;
}
.card.card--transmit .card__description {
  font-size: 24px;
  padding: 13px 0px;
  color: #000;
}
.card.card--action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0px;
  height: 172px;
}
.card.card--action span {
  font-size: 30px;
}
.card.card--action .card__description {
  font-size: 22px;
}
.card .card__detail .card__title {
  font-size: 16px;
}
.card .card__detail input,
.card .card__detail select {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 5px;
  margin-top: 10px;
}
.card .card__detail ul {
  list-style: disc;
  padding-left: 10px;
}
.card .card__detail .card__options {
  padding-top: 10px;
}
.card .card__description {
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 720px) {
  .card .card__description {
    font-size: 14px;
    line-height: 20px;
  }
}
.card .card__selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  gap: 20px;
}
.card .card__selector .card__description {
  font-weight: bold;
}
.card .card__time {
  border: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 10px;
  padding: 30px;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 20px;
}
.card .card__time .card__title {
  text-align: center;
  font-size: 20px;
}
.card .card__time .card__clock {
  text-align: center;
  margin: 0 auto;
  font-size: 30px;
}
.card .card__header {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.card .card__header.card__header--icon {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.card .card__header.card__header--icon .card__header__icon {
  margin-right: 20px;
}
.card .card__header.card__header--icon .card__header__icon img {
  width: 35px;
}
.card .card__header.card__header--rules {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.card .card__header .card__button {
  margin: 0px;
  width: 20%;
}
.card .card__money {
  border: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
}
.card .card__money .card__title {
  text-align: center;
  font-size: 20px;
}
.card .card__money .card__description {
  text-align: center;
}
.card .card__money .card__amount {
  padding: 10px;
  width: 200px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 5px;
  margin: 0 auto;
}
.card .card__money .card__amount .card__description {
  margin: 0px;
}
.card .card__imagebox img {
  width: 160px;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 5px;
  padding: 20px 10px 10px;
  margin-top: 10px;
}
.card .card__imagebox .card__button {
  width: 100%;
}
.card .card__imagebox .card__button .btn {
  width: 100%;
  text-align: center;
}
.card .card__disclaimer {
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 5px;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.card .card__deposit .card__description {
  margin: 0px;
  padding: 10px 0px;
}
.card .card__timer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
}
.card .card__timer span {
  font-size: 100px;
}
.card .card__timer .card__description {
  font-size: 28px;
  color: #000;
}
.card .card__auction {
  position: relative;
  padding: 10px;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 5px;
  transition: 0.3s;
}
@media (min-width: 720px) {
  .card .card__auction {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
}
.card .card__auction:hover {
  background-color: rgba(0,0,0,0.03);
}
.card .card__auction .card__icon {
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 720px) {
  .card .card__auction .card__icon {
    margin-right: 20px;
    margin-bottom: 0px;
    text-align: center;
    width: 5%;
  }
}
.card .card__auction .card__icon span {
  font-size: 42px;
  color: #1f50ff;
}
.card .card__auction .card__auction__content {
  margin-bottom: 10px;
}
@media (min-width: 720px) {
  .card .card__auction .card__auction__content {
    margin-bottom: 0px;
    width: 60%;
  }
}
.card .card__auction .card__auction__content .card__date {
  font-size: 11px;
  line-height: 16px;
  background-color: #f4f4f4;
  padding: 3px 10px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
.card .card__auction .card__auction__content .card__title {
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
}
.card .card__auction .card__auction__content .card__title a {
  color: #021344;
}
.card .card__auction .card__auction__content .card__title .card__live {
  position: absolute;
  top: 2px;
  right: -20px;
}
.card .card__auction .card__auction__content .card__title .card__live span {
  font-size: 16px;
  color: #008000;
  font-weight: bold;
}
.card .card__auction .card__auction__content .card__title .card__block {
  position: absolute;
  top: 3px;
  right: -20px;
}
.card .card__auction .card__auction__content .card__title .card__block span {
  font-size: 16px;
  color: #f00;
  font-weight: bold;
}
.card .card__auction .card__auction__content .card__state {
  font-size: 11px;
  line-height: 16px;
  background-color: #32bea6;
  padding: 0px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
  font-weight: bold;
  border-radius: 3px;
}
.card .card__auction .card__auction__content .card__state span {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  font-weight: bold;
  margin-right: 5px;
}
.card .card__auction .card__auction__content .card__state p {
  color: #fff;
  margin-bottom: 0;
  font-weight: bold;
}
.card .card__auction .card__auction__content .card__state.card__state--green {
  background-color: #32bea6;
}
.card .card__auction .card__auction__content .card__state.card__state--live {
  background-color: #00009f;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.card .card__auction .card__auction__content .card__state.card__state--red {
  background-color: #e04f5f;
}
.card .card__auction .card__auction__content .card__state.card__state--gray {
  background-color: #9ba4b5;
}
.card .card__auction .card__auction__content .card__state.card__state--yellow {
  background-color: #edc92c;
}
.card .card__auction .card__auction__content .card__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.card .card__auction .card__auction__content .card__flex .card__lotes {
  margin-right: 10px;
}
.card .card__auction .card__auction__content .card__flex .card__lotes,
.card .card__auction .card__auction__content .card__flex .card__direction {
  margin-bottom: 0;
  text-decoration: underline;
}
.card .card__auction .card__auction__right {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0,0,0,0.1);
}
@media (min-width: 720px) {
  .card .card__auction .card__auction__right {
    margin-top: initial;
    padding-top: initial;
    border-top: initial;
    border-left: 1px solid rgba(0,0,0,0.1);
    text-align: right;
    width: 30%;
  }
}
.card .card__auction .card__auction__right .card__persons,
.card .card__auction .card__auction__right .card__warranty {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.card .card__auction .card__auction__right .card__persons span,
.card .card__auction .card__auction__right .card__warranty span {
  font-weight: bold;
  margin-left: 2px;
}
.card .card__auction .card__auction__right .card__warranty {
  margin-bottom: 0;
}
.card .card__auction .card__auction__actions {
  width: 10%;
  text-align: center;
  z-index: 5;
}
.card .card__auction .card__auction__actions .card__auction__actions__icon {
  position: relative;
  padding: 10px;
  border-radius: 50px;
  background-color: #f4f4f4;
  width: 30px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
.card .card__auction .card__auction__actions .card__auction__actions__icon:hover {
  background-color: #1f50ff;
  color: #fff;
}
.card .card__auction .card__auction__actions .card__auction__actions__icon:hover .card__auction__actions__buttons {
  display: block;
}
.card .card__auction .card__auction__actions .card__auction__actions__icon .material-symbols-rounded {
  font-size: 36px;
}
.card .card__auction .card__auction__actions .card__auction__actions__buttons {
  display: none;
  position: absolute;
  top: 0%;
  right: 70%;
  background-color: #fff;
  box-shadow: rgba(0,0,0,0.05) 0px 6px 24px 0px, rgba(0,0,0,0.08) 0px 0px 0px 1px;
  min-width: 200px;
  text-align: left;
  border-radius: 3px;
}
.card .card__auction .card__auction__actions .card__auction__actions__buttons .card__auction__actions__button {
  position: relative;
  padding: 5px 10px;
  width: 100%;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  transition: 0.3s;
}
.card .card__auction .card__auction__actions .card__auction__actions__buttons .card__auction__actions__button:last-child {
  border-bottom: 0;
}
.card .card__auction .card__auction__actions .card__auction__actions__buttons .card__auction__actions__button:hover {
  background-color: #f4f4f4;
}
.card .card__auction .card__auction__actions .card__auction__actions__buttons .card__auction__actions__button a {
  color: #021344;
}
.card .card__auction .card__auction__actions .card__auction__actions__buttons .card__auction__actions__button a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.card .card__products--stream {
  height: 550px;
}
.card .card__product {
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 20px;
  background-color: #fff;
}
@media (min-width: 720px) {
  .card .card__product {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.card .card__product .card__information {
  width: 100%;
  padding: 20px;
}
.card .card__product .card__information .card__detail {
  margin-bottom: 20px;
}
.card .card__product .card__image img {
  width: 470px;
}
.card .card__filters {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.carousel .carousel-thumbnails .carousel-thumbnail {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.carousel .carousel-contents {
  background: #00ffab;
}
.carousel .carousel-contents .carousel-content {
  display: none;
}
.carousel .carousel-contents .carousel-content.out {
  display: block;
  -webkit-animation: fadeOut 0.2s ease both;
          animation: fadeOut 0.2s ease both;
}
.carousel .carousel-contents .carousel-content.current {
  display: block;
  -webkit-animation: fadeIn 0.4s 0.2s ease backwards;
          animation: fadeIn 0.4s 0.2s ease backwards;
}
.chat {
  padding: 10px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 100px;
}
@media (min-width: 720px) {
  .chat {
    padding-bottom: 10px;
  }
}
.chat .chat__tabs .chat__tab {
  display: inline-block;
  padding: 5px 10px;
  background-color: #fff;
  color: #021344;
  margin-right: 10px;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
}
.chat .chat__tabs .chat__tab:hover {
  background-color: #f4f4f4;
}
.chat .chat__tabs .chat__tab.chat__tab--current {
  background-color: #1f50ff;
  color: #fff;
}
.chat .chat__messages {
  padding: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.chat .chat__messages.chat__messages--full {
  max-width: 100%;
}
.chat .chat__messages.chat__messages--full .chat__chats {
  display: none;
}
.chat .chat__messages.chat__messages--full .chat__chats.chat__chats--current {
  display: block;
}
.chat .chat__messages .chat__header {
  margin-bottom: 10px;
}
.chat .chat__messages .chat__chats {
  background-color: #fff;
  width: 100%;
  color: #021344;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.chat .chat__messages .chat__chats .chat__chats__content {
  background-color: #f4f4f4;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transition: 0.5s;
  min-height: 350px;
}
.chat .chat__messages .chat__chats .chat__chats__content.chat__chats__content--show {
  right: 0;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__header {
  background-color: #fff;
  padding: 0px 10px;
  border-radius: 8px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__header .chat__back {
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  background-color: rgba(0,0,0,0.05);
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__header .chat__back:hover {
  background-color: rgba(0,0,0,0.1);
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__header .chat__people {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px;
  border-radius: 8px;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__header .chat__people .chat__avatar {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  min-width: 40px;
  margin-right: 10px;
  border: 2px solid #1f50ff;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__header .chat__people .chat__info {
  margin-top: 0;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__header .chat__people .chat__info .chat__name {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__header .chat__people .chat__info .chat__status {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  opacity: 0.7;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__body {
  max-height: 70vh;
  overflow-y: scroll;
  padding: 20px 0;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__body::-webkit-scrollbar {
  width: 5px;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__body::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__body::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 5px;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__body .chat__message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__body .chat__message .chat__message__body {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 10px;
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 10px;
  max-width: 300px;
  padding-top: 17px;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__body .chat__message.chat__message--right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__body .chat__message.chat__message--right .chat__message__body {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  text-align: right;
  background-color: #1f50ff;
  color: #fff;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__body .chat__message.chat__message--right .chat__message__body a {
  color: #fff;
  text-decoration: underline;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__body .chat__message.chat__message--right .chat__avatar {
  margin-right: 0;
  margin-left: 10px;
  border-color: #fff;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__body .chat__message.chat__message--right .chat__message__date {
  right: initial;
  left: 3px;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__body .chat__message .chat__message__date {
  position: absolute;
  top: 3px;
  right: 3px;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__body .chat__message .chat__message__date span {
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  padding: 0px 5px;
  background-color: #1f50ff;
  font-weight: bold;
  border-radius: 5px;
  display: table;
  margin-bottom: 2px;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__body .chat__message .chat__avatar {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  min-width: 30px;
  margin-right: 10px;
  border: 2px solid rgba(0,0,0,0.08);
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__body .chat__message .chat__text {
  word-break: break-word;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__body .chat__message .chat__text .chat__text__user {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__body .chat__message .chat__text p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  opacity: 0.7;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__body .chat__message .chat__text img {
  max-width: 100%;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__footer {
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__footer .chat__chats__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__footer .chat__chats__flex .chat__chats__textarea {
  width: 100%;
  max-width: 80%;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 8px;
  margin-right: 10px;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__footer .chat__chats__flex .chat__chats__textarea textarea {
  height: 50px;
  border-radius: 8px;
  color: #021344;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__footer .chat__chats__flex .chat__chats__file {
  cursor: pointer;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__footer .chat__chats__flex .chat__chats__file input {
  position: absolute;
  opacity: 0;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__footer .chat__chats__file__button,
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__footer .chat__chats__send__button {
  position: relative;
  padding: 5px;
  border-radius: 8px;
  background-color: #1f50ff;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #1f50ff;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__footer .chat__chats__file__button:hover,
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__footer .chat__chats__send__button:hover {
  background-color: #fff;
  color: #1f50ff;
}
.chat .chat__messages .chat__chats .chat__chats__content .chat__chats__content__footer .chat__chats__file__button {
  margin-right: 10px;
}
.chat .chat__table {
  width: 100%;
  padding: 5px;
  height: 100%;
}
.chat .chat__table .chat__table__table {
  max-height: 90vh;
  overflow-y: scroll;
  padding: 20px 0;
}
.chat .chat__table .chat__table__table::-webkit-scrollbar {
  width: 5px;
}
.chat .chat__table .chat__table__table::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
.chat .chat__table .chat__table__table::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 5px;
}
.chat .chat__table table {
  width: 100%;
  margin: 0 auto;
  margin: 0px;
  color: #021344;
  border-collapse: collapse;
  border-radius: 5px;
  overflow: hidden;
  text-align: left;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
}
.chat .chat__table table thead {
  background-color: #f4f4f4;
}
.chat .chat__table table thead tr th {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding: 10px 10px;
}
.chat .chat__table table tbody td {
  background-color: transparent !important;
}
.chat .chat__table table tbody tr {
  width: 100%;
  background-color: #fff;
  border-bottom: initial;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.chat .chat__table table tbody tr:hover {
  background-color: rgba(0,0,0,0.03);
}
.chat .chat__table table tbody tr td {
  padding: 10px;
  min-width: 100px;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}
.chat .chat__table table tbody tr:last-child th,
.chat .chat__table table tbody tr:last-child td {
  border-bottom: 0;
}
.chat .chat__table table tbody tr .chat__table__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.chat .chat__table table tbody tr .chat__table__actions .chat__table__action {
  position: relative;
  padding: 2px 5px;
  margin-right: 5px;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #f4f4f4;
}
.chat .chat__table table tbody tr .chat__table__actions .chat__table__action:hover {
  background-color: #fff;
}
.chat .chat__table table tbody tr .chat__table__actions .chat__table__action:hover .chat__table__action__tooltip {
  display: block;
}
.chat .chat__table table tbody tr .chat__table__actions .chat__table__action span {
  position: relative;
  top: 2px;
  font-size: 18px;
}
.chat .chat__table table tbody tr .chat__table__actions .chat__table__action a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.chat .chat__table table tbody tr .chat__table__actions .chat__table__action .chat__table__action__tooltip {
  display: none;
  position: absolute;
  top: 0%;
  right: 100%;
  width: 100px;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  border-radius: 5px;
  background-color: #fff;
  color: #021344;
  padding: 5px;
  text-align: center;
}
.chat .chat__table table tbody tr .chat__table__actions .chat__table__action .chat__table__action__tooltip p {
  font-weight: bold;
  margin-bottom: 0;
}
.chat .chat__table table tbody tr .chat__table__actions .chat__table__action .chat__table__action__tooltip p span {
  font-size: 14px;
  line-height: 18px;
}
.click {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 8;
}
.click .click__body {
  width: 100%;
  max-width: 450px;
}
.click .click__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.click .click__buttons .click__button {
  width: 100%;
  max-width: 50%;
  padding: 10px;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 0;
  transition: 0.3s;
}
.click .click__buttons .click__button:hover {
  background-color: #f4f4f4;
}
.click .click__buttons .click__button:hover .click__button__icon {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.click .click__buttons .click__button:first-child {
  margin-right: 10px;
}
.click .click__buttons .click__button.click__button--user {
  max-width: 100%;
  background-color: #1f50ff;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  padding: 10px 20px;
  margin-right: 0;
  transition: 0.3s;
}
@media (min-width: 720px) {
  .click .click__buttons .click__button.click__button--user {
    padding: 20px 20px;
  }
}
.click .click__buttons .click__button.click__button--user:hover {
  opacity: 0.9;
}
.click .click__buttons .click__button.click__button--user .click__button__text {
  font-size: 24px;
  line-height: 28px;
  margin-right: 20px;
}
@media (min-width: 720px) {
  .click .click__buttons .click__button.click__button--user .click__button__text {
    font-size: 28px;
    line-height: 36px;
  }
}
.click .click__buttons .click__button.click__button--user .click__button__value {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
}
@media (min-width: 720px) {
  .click .click__buttons .click__button.click__button--user .click__button__value {
    font-size: 36px;
    line-height: 36px;
  }
}
.click .click__buttons .click__button.click__button--user .click__button__value span {
  font-size: 14px;
  margin-left: 5px;
  text-decoration: underline;
}
.click .click__buttons .click__button.click__button--user .material-symbols-rounded {
  position: absolute;
  top: 50%;
  right: 3%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-size: 150px;
  opacity: 0.07;
}
.click .click__buttons .click__button .material-symbols-rounded {
  margin-bottom: 5px;
}
.click .click__buttons .click__button .click__button__icon {
  margin-bottom: 5px;
  transition: 0.3s;
}
.click .click__buttons .click__button .click__button__icon img {
  width: 30px;
}
.click .click__buttons .click__button p {
  margin-bottom: 0;
}
.dashboard {
  width: 100%;
  min-height: 100vh;
  transition: 0.5s;
}
.dashboard.dashboard--stream .dashboard__nav {
  display: none;
}
@media (min-width: 720px) {
  .dashboard.dashboard--stream .dashboard__nav {
    display: block;
  }
}
.dashboard.dashboard--stream .dashboard__body {
  padding-top: 240px;
  padding-left: 10px;
}
@media (min-width: 720px) {
  .dashboard.dashboard--stream .dashboard__body {
    padding-top: 70px;
    padding-left: 60px;
  }
}
.dashboard.dashboard--zoom .dashboard__body {
  zoom: 120%;
}
.dashboard.dashboard--user .dashboard__body {
  padding-left: 10px;
}
.dashboard .dashboard__left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  padding: 5px 10px;
}
.dashboard .dashboard__left.dashboard__left--message {
  background-color: #edc92c;
  color: #021344;
}
.dashboard .dashboard__left .dashboard__message {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
@media (min-width: 720px) {
  .dashboard .dashboard__left .dashboard__message {
    font-size: 18px;
    line-height: 24px;
  }
}
.dashboard .dashboard__amounts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #1f50ff;
  color: #fff;
  border-radius: 3px;
  padding: 0px 10px;
}
.dashboard .dashboard__amounts .dashboard__amount {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 10px;
}
.dashboard .dashboard__amounts .dashboard__amount p {
  padding: 5px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}
.dashboard .dashboard__amounts .dashboard__amount span {
  margin-left: 5px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-decoration: underline;
}
.dashboard .dashboard__error {
  padding: 20px;
}
@media (min-width: 720px) {
  .dashboard .dashboard__error {
    padding: 40px;
  }
}
.dashboard .dashboard__error .dashboard__image {
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  .dashboard .dashboard__error .dashboard__image {
    margin-bottom: 0;
  }
}
@media (min-width: 720px) {
  .dashboard .dashboard__error .dashboard__flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
.dashboard .dashboard__error .dashboard__title {
  padding-bottom: 0px;
  margin-bottom: 0;
}
.dashboard .dashboard__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  padding: 5px 10px;
}
.dashboard .dashboard__right.dashboard__right--2 {
  padding: 0;
  box-shadow: none;
}
.dashboard .dashboard__right.dashboard__right--2 .btn {
  padding: 8px 20px;
  margin-right: 5px;
}
.dashboard .dashboard__right .btn {
  padding: 10px 20px;
}
.dashboard .dashboard__right .btn span {
  margin-left: 10px;
}
.dashboard .dashboard__right .dashboard__state {
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  background-color: #1f50ff;
  font-size: 18px;
  line-height: 20px;
  margin-left: 10px;
  font-weight: bold;
  color: #fff;
}
.dashboard .dashboard__right .dashboard__state.dashboard__state--green {
  background-color: #32bea6;
  color: #fff;
}
.dashboard .dashboard__right .dashboard__state.dashboard__state--red {
  background-color: #e04f5f;
}
.dashboard .dashboard__right .dashboard__state.dashboard__state--yellow {
  background-color: #edc92c;
}
.dashboard .dashboard__text {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
  margin-right: 20px;
}
.dashboard .dashboard__text span {
  font-weight: bold;
}
.dashboard.dashboard--navopen .dashboard__nav {
  width: 230px;
  padding-left: 10px;
  padding-right: 10px;
}
.dashboard.dashboard--navopen .dashboard__nav .dashboard__nav__nav ul li.dashboard__menu__salient a {
  opacity: 1;
}
.dashboard.dashboard--navopen .dashboard__nav .dashboard__nav__nav ul li a {
  position: initial;
  opacity: 0.6;
}
.dashboard.dashboard--navopen .dashboard__nav .dashboard__nav__nav ul li a.current {
  opacity: 1;
}
.dashboard.dashboard--navopen .dashboard__nav .dashboard__nav__nav ul li span {
  margin-right: 10px;
}
.dashboard.dashboard--navopen .dashboard__nav .dashboard__nav__nav .dashboard__menuaction span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dashboard.dashboard--navopen .dashboard__nav .dashboard__footer .dashboard__button__desktop {
  display: block;
  opacity: 1;
}
.dashboard.dashboard--navopen .dashboard__nav .dashboard__footer .dashboard__button__mobile {
  display: none;
  opacity: 0;
}
@media (min-width: 960px) {
  .dashboard.dashboard--navopen .dashboard__body {
    padding-left: 260px;
  }
}
@media (min-width: 960px) {
  .dashboard.dashboard--navopen .section--calendar .section__wrap {
    padding-left: 260px;
  }
}
.dashboard .dashboard__loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.dashboard .dashboard__loader.dashboard__loader--in {
  display: block;
}
.dashboard .dashboard__filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}
@media (min-width: 720px) {
  .dashboard .dashboard__filters {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.dashboard .dashboard__filters .form__element {
  width: 100%;
  max-width: 350px;
  margin: 0 5px;
  margin-bottom: 10px;
  padding-top: 0;
}
@media (min-width: 720px) {
  .dashboard .dashboard__filters .form__element {
    margin-bottom: 0;
  }
}
.dashboard .dashboard__filters .dashboard__filters__tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 720px) {
  .dashboard .dashboard__filters .dashboard__filters__tags {
    -ms-flex-wrap: initial;
        flex-wrap: initial;
  }
}
.dashboard .dashboard__filters .dashboard__filters__tags .dashboard__tag {
  padding: 8px 20px;
  background-color: #fff;
  color: #021344;
  border-radius: 8px;
  margin: 5px;
  font-weight: bold;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  cursor: pointer;
  transition: 0.3s;
}
@media (min-width: 720px) {
  .dashboard .dashboard__filters .dashboard__filters__tags .dashboard__tag {
    margin-bottom: 0;
  }
}
.dashboard .dashboard__filters .dashboard__filters__tags .dashboard__tag.dashboard__tag--current {
  background-color: #1f50ff;
  color: #fff;
}
.dashboard .dashboard__filters .dashboard__filters__tags .dashboard__tag:hover {
  background-color: #1f50ff;
  color: #fff;
}
.dashboard .dashboard__title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  .dashboard .dashboard__title {
    max-width: 100%;
  }
}
.dashboard .dashboard__header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  z-index: 15;
}
@media (min-width: 720px) {
  .dashboard .dashboard__header {
    height: 60px;
    line-height: 60px;
  }
}
.dashboard .dashboard__header .dashboard__logo {
  padding: 10px 0px;
}
@media (min-width: 720px) {
  .dashboard .dashboard__header .dashboard__logo {
    padding: 10px;
  }
}
.dashboard .dashboard__header .dashboard__logo img {
  width: 60px;
}
@media (min-width: 720px) {
  .dashboard .dashboard__header .dashboard__logo img {
    width: 80px;
  }
}
.dashboard .dashboard__header .dashboard__wrap {
  padding: 0px 20px;
  height: 50px;
  line-height: 50px;
  z-index: 15;
}
@media (min-width: 720px) {
  .dashboard .dashboard__header .dashboard__wrap {
    height: 60px;
    line-height: 60px;
  }
}
.dashboard .dashboard__header .dashboard__wrap .dashboard__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 50px;
  line-height: 50px;
}
@media (min-width: 720px) {
  .dashboard .dashboard__header .dashboard__wrap .dashboard__flex {
    height: 60px;
    line-height: 60px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 60px;
  }
}
.dashboard .dashboard__header .dashboard__wrap .dashboard__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: none;
}
.dashboard .dashboard__header .dashboard__wrap .dashboard__right .dashboard__button {
  margin-right: 10px;
  padding-right: 20px;
  display: none;
}
@media (min-width: 720px) {
  .dashboard .dashboard__header .dashboard__wrap .dashboard__right .dashboard__button {
    display: block;
  }
}
.dashboard .dashboard__header .dashboard__wrap .dashboard__right .dashboard__button .btn img {
  float: right;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}
.dashboard .dashboard__header .dashboard__wrap .dashboard__right .dashboard__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.dashboard .dashboard__header .dashboard__wrap .dashboard__right .dashboard__items .dashboard__item {
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background-color: #f4f4f4;
  color: #1f50ff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  line-height: initial;
  margin: 0 5px;
  overflow: initial;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
}
@media (min-width: 720px) {
  .dashboard .dashboard__header .dashboard__wrap .dashboard__right .dashboard__items .dashboard__item {
    margin: 0 7px;
    overflow: initial;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    line-height: initial;
    width: 40px;
    height: 40px;
  }
}
.dashboard .dashboard__header .dashboard__wrap .dashboard__right .dashboard__items .dashboard__item:hover {
  background-color: #1f50ff;
}
.dashboard .dashboard__header .dashboard__wrap .dashboard__right .dashboard__items .dashboard__item:hover span {
  color: #fff;
}
.dashboard .dashboard__header .dashboard__wrap .dashboard__right .dashboard__items .dashboard__item.dashboard__item--profile:hover .dashboard__profile {
  display: block;
}
.dashboard .dashboard__header .dashboard__wrap .dashboard__right .dashboard__items .dashboard__switch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 10px;
}
.dashboard .dashboard__header .dashboard__wrap .dashboard__right .dashboard__items .dashboard__switch .dashboard__text {
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 5px;
}
.dashboard .dashboard__header .dashboard__wrap .dashboard__right .dashboard__items .dashboard__switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  display: block;
  padding: initial;
}
.dashboard .dashboard__header .dashboard__wrap .dashboard__right .dashboard__items .dashboard__switch label {
  cursor: pointer;
  text-indent: -9999px;
  width: 60px;
  height: 30px;
  background: rgba(0,0,0,0.2);
  display: block;
  border-radius: 100px;
  position: relative;
}
.dashboard .dashboard__header .dashboard__wrap .dashboard__right .dashboard__items .dashboard__switch label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}
.dashboard .dashboard__header .dashboard__wrap .dashboard__right .dashboard__items .dashboard__switch input:checked + label {
  background: #1f50ff;
}
.dashboard .dashboard__header .dashboard__wrap .dashboard__right .dashboard__items .dashboard__switch input:checked + label:after {
  left: calc(100% - 5px);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.dashboard .dashboard__header .dashboard__wrap .dashboard__right .dashboard__items .dashboard__switch label:active:after {
  width: 40px;
}
.dashboard__switch2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 10px;
}
.dashboard__switch2 .dashboard__text {
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 5px;
}
.dashboard__switch2 input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  display: block;
  padding: initial;
}
.dashboard__switch2 label {
  cursor: pointer;
  text-indent: -9999px;
  width: 60px;
  height: 30px;
  background: rgba(0,0,0,0.2);
  display: block;
  border-radius: 100px;
  position: relative;
}
.dashboard__switch2 label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}
.dashboard__switch2 input:checked + label {
  background: #1f50ff;
}
.dashboard__switch2 input:checked + label:after {
  left: calc(100% - 5px);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.dashboard__switch2 label:active:after {
  width: 40px;
}
.dashboard .dashboard__header .dashboard__wrap .dashboard__right .dashboard__items .dashboard__profile {
  display: none;
  position: absolute;
  top: 110%;
  right: -150%;
  background-color: #fff;
  width: 100%;
  width: 200px;
  color: #021344;
  box-shadow: rgba(0,0,0,0.15) 0px 5px 15px 0px;
  border-radius: 8px;
  padding: 10px 0;
}
@media (min-width: 720px) {
  .dashboard .dashboard__header .dashboard__wrap .dashboard__right .dashboard__items .dashboard__profile {
    width: 200px;
    right: 0%;
    top: 90%;
  }
}
.dashboard .dashboard__header .dashboard__wrap .dashboard__right .dashboard__items .dashboard__profile .dashboard__profile__body {
  text-align: left;
}
.dashboard .dashboard__header .dashboard__wrap .dashboard__right .dashboard__items .dashboard__profile .dashboard__profile__body ul li {
  transition: 0.3s;
}
.dashboard .dashboard__header .dashboard__wrap .dashboard__right .dashboard__items .dashboard__profile .dashboard__profile__body ul li:hover {
  background-color: #f4f4f4;
}
.dashboard .dashboard__header .dashboard__wrap .dashboard__right .dashboard__items .dashboard__profile .dashboard__profile__body ul li ul {
  display: block;
  background-color: #fff;
  padding-left: 20px;
}
.dashboard .dashboard__header .dashboard__wrap .dashboard__right .dashboard__items .dashboard__profile .dashboard__profile__body ul li ul li {
  position: relative;
}
.dashboard .dashboard__header .dashboard__wrap .dashboard__right .dashboard__items .dashboard__profile .dashboard__profile__body ul li ul li:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 5px;
  width: 3px;
  height: 3px;
  line-height: 3px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #00ffab;
}
.dashboard .dashboard__header .dashboard__wrap .dashboard__right .dashboard__items .dashboard__profile .dashboard__profile__body ul li ul li a {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  padding: 7px 20px;
}
.dashboard .dashboard__header .dashboard__wrap .dashboard__right .dashboard__items .dashboard__profile .dashboard__profile__body ul li a {
  display: block;
  position: relative;
  padding: 10px 20px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
}
.dashboard .dashboard__header .dashboard__wrap .dashboard__right .dashboard__items .dashboard__profile .dashboard__profile__body ul li a span {
  float: left;
  font-size: 18px;
  line-height: 18px;
}
.dashboard .dashboard__nav {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  width: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 20px 5px;
  height: 100%;
  background-color: #fff;
  border-right: 1px solid rgba(0,0,0,0.07);
  z-index: 10;
  transition: 0.3s;
}
.dashboard .dashboard__nav .dashboard__nav__nav {
  margin-top: 100px;
  transition: 0.3s;
}
.dashboard .dashboard__nav .dashboard__nav__nav .dashboard__menu {
  text-align: right;
  width: 100%;
}
.dashboard .dashboard__nav .dashboard__nav__nav .dashboard__menu .dashboard__menuaction {
  display: inline-block;
  padding: 10px;
  background-color: #f4f4f4;
  margin-bottom: 5px;
  border-radius: 5px;
  height: 45px;
  width: 45px;
  transition: 0.3s;
  cursor: pointer;
  margin-bottom: 10px;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
}
.dashboard .dashboard__nav .dashboard__nav__nav .dashboard__menu .dashboard__menuaction span {
  transition: 0.3s;
  font-size: 24px;
  line-height: 24px;
}
.dashboard .dashboard__nav .dashboard__nav__nav .dashboard__nav__title {
  font-weight: 400;
  margin-bottom: 20px;
  opacity: 0.6;
  display: none;
}
.dashboard .dashboard__nav .dashboard__nav__nav ul li {
  position: relative;
  overflow: initial;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 12px 0;
  padding-left: 10px;
  color: #021344;
  transition: 0.3s;
  margin-bottom: 10px;
  cursor: pointer;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  border-radius: 5px;
}
.dashboard .dashboard__nav .dashboard__nav__nav ul li.dashboard__menu__salient {
  background-color: #1f50ff;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
}
.dashboard .dashboard__nav .dashboard__nav__nav ul li.dashboard__menu__salient span {
  opacity: 1;
  color: #fff;
}
.dashboard .dashboard__nav .dashboard__nav__nav ul li.dashboard__menu__salient a {
  color: #fff;
}
.dashboard .dashboard__nav .dashboard__nav__nav ul li.dashboard__menu__salient:hover {
  background-color: rgba(31,80,255,0.8);
  opacity: 1;
}
.dashboard .dashboard__nav .dashboard__nav__nav ul li.dashboard__menu__salient:hover span {
  color: #fff;
}
.dashboard .dashboard__nav .dashboard__nav__nav ul li:hover {
  background-color: #f4f4f4;
  color: #1f50ff;
}
.dashboard .dashboard__nav .dashboard__nav__nav ul li:hover span {
  opacity: 1;
}
.dashboard .dashboard__nav .dashboard__nav__nav ul li.current {
  background-color: #f4f4f4;
  color: #1f50ff;
}
.dashboard .dashboard__nav .dashboard__nav__nav ul li.current span {
  opacity: 1;
}
.dashboard .dashboard__nav .dashboard__nav__nav ul li.current:after {
  width: 5px;
}
.dashboard .dashboard__nav .dashboard__nav__nav ul li span {
  color: #1f50ff;
  opacity: 0.7;
}
@media (min-width: 960px) {
  .dashboard .dashboard__nav .dashboard__nav__nav ul li span {
    margin-right: 10px;
  }
}
.dashboard .dashboard__nav .dashboard__nav__nav ul li a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #021344;
  transition: 0s;
  opacity: 0;
  position: absolute;
}
.dashboard .dashboard__nav .dashboard__nav__nav ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dashboard .dashboard__nav .dashboard__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  padding-top: 40px;
  margin-top: 40px;
  margin-bottom: 20px;
  border-top: 1px solid rgba(0,0,0,0.07);
}
.dashboard .dashboard__nav .dashboard__footer .btn {
  max-width: 100%;
  width: 100%;
  text-align: center;
  font-size: 12px;
  transition: 0.3s;
}
.dashboard .dashboard__nav .dashboard__footer .dashboard__button__mobile {
  display: block;
}
.dashboard .dashboard__nav .dashboard__footer .dashboard__button__mobile .btn {
  padding: 5px 10px;
}
.dashboard .dashboard__nav .dashboard__footer .dashboard__button__mobile span {
  float: none;
  margin: initial;
  line-height: 36px;
}
.dashboard .dashboard__nav .dashboard__footer .dashboard__button__desktop {
  display: none;
  opacity: 0;
}
.dashboard .dashboard__body {
  background-color: transparent;
  padding: 10px;
  padding-top: 60px;
  padding-left: 65px;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
@media (min-width: 960px) {
  .dashboard .dashboard__body {
    padding: 20px;
    padding-top: 70px;
    padding-left: 60px;
    padding-right: 5px;
  }
}
.dashboard .dashboard__body h1,
.dashboard .dashboard__body h2,
.dashboard .dashboard__body h3,
.dashboard .dashboard__body h4,
.dashboard .dashboard__body h5 {
  margin-bottom: 0;
}
.dashboard .dashboard__body.dashboard__body--md {
  max-width: 1000px;
  margin: 0 auto;
}
.dashboard .dashboard__body.dashboard__body--sm {
  max-width: 800px;
  margin: 0 auto;
}
.dashboard .dashboard__body .dashboard__body__header {
  position: relative;
  margin-bottom: 10px;
}
.dashboard .dashboard__body .dashboard__body__header .dashboard__info {
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 5px;
  border-radius: 3px;
  overflow-x: scroll;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  border-radius: 5px;
}
@media (min-width: 720px) {
  .dashboard .dashboard__body .dashboard__body__header .dashboard__info {
    padding: 10px;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    max-width: initial;
    overflow-x: hidden;
  }
}
.dashboard .dashboard__body .dashboard__body__header .dashboard__info .dashboard__info__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: initial;
  margin-right: 10px;
  background-color: #1f50ff;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  width: 100%;
}
@media (min-width: 720px) {
  .dashboard .dashboard__body .dashboard__body__header .dashboard__info .dashboard__info__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.dashboard .dashboard__body .dashboard__body__header .dashboard__info .dashboard__info__item p {
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 14px;
  line-height: 18px;
  width: 130px;
}
.dashboard .dashboard__body .dashboard__body__header .dashboard__info .dashboard__info__item span {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
}
@media (min-width: 720px) {
  .dashboard .dashboard__body .dashboard__body__header .dashboard__info .dashboard__info__item span {
    font-size: 24px;
    line-height: 24px;
  }
}
.dashboard .dashboard__body .dashboard__body__header .dashboard__info .dashboard__info__item .material-symbols-rounded {
  margin-right: 5px;
}
.dashboard .dashboard__body .dashboard__body__header .dashboard__body__header__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  padding: 10px;
  background-color: #fff;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  border-radius: 5px;
  color: #021344;
  margin-bottom: 10px;
}
.dashboard .dashboard__body .dashboard__body__header .dashboard__body__header__info .dashboard__title {
  padding-bottom: 0;
}
.dashboard .dashboard__body .dashboard__body__header .dashboard__body__header__timer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}
@media (min-width: 960px) {
  .dashboard .dashboard__body .dashboard__body__header .dashboard__body__header__timer {
    -ms-flex-direction: row;
        flex-direction: row;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
.dashboard .dashboard__body .dashboard__body__header .dashboard__prev {
  margin-bottom: 20px;
}
.dashboard .dashboard__body .dashboard__body__header .dashboard__prev a {
  color: #021344 !important;
  text-decoration: underline;
}
.dashboard .dashboard__body .dashboard__body__header .dashboard__prev a span {
  float: left;
  margin-right: 10px;
  font-size: 18px;
  line-height: 24px;
}
.dashboard .dashboard__body .dasboard__body__body {
  margin-bottom: 40px;
}
.dashboard .dashboard__body .dasboard__body__body .dasboard__body__body__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  background-color: #fff;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  border-radius: 5px;
  padding: 10px;
  color: #021344;
  margin-bottom: 10px;
}
.dashboard .dashboard__body .dasboard__body__body .dasboard__body__body__header.dasboard__body__body__header--fixed {
  position: fixed;
  top: 60px;
  left: 65px;
  z-index: 50;
  width: 90%;
}
.dashboard .dashboard__body .dasboard__body__body .dasboard__body__body__header .dashboard__title {
  padding-bottom: 0;
}
.dashboard .dashboard__body .dasboard__body__body .dasboard__body__body__col {
  position: relative;
}
@media (min-width: 720px) {
  .dashboard .dashboard__body .dasboard__body__body .dasboard__body__body__col {
    height: 80vh;
    overflow: hidden;
  }
}
.dashboard .dashboard__body .dashboard__content {
  position: relative;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  border-radius: 8px;
  padding: 10px;
  background-color: #fff;
  color: #021344;
}
@media (min-width: 720px) {
  .dashboard .dashboard__body .dashboard__content {
    padding: 20px;
  }
}
.dashboard .dashboard__body .dashboard__content .dashboard__title {
  margin-bottom: 20px;
}
.dashboard .dashboard__body .dashboard__content img {
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  .dashboard .dashboard__body .dashboard__content img {
    max-width: 350px;
  }
}
.dashboard .dashboard__body .dashboard__content ul {
  margin-bottom: 20px;
}
.dashboard .dashboard__body .dashboard__content ul li {
  padding: 5px 0px;
}
.dashboard .dashboard__body .dashboard__content ul li:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -1px;
  width: 7px;
  height: 7px;
  line-height: 21px;
  text-align: center;
  border-radius: 50%;
  overflow: initial;
  background-color: #1f50ff;
}
.dashboard .dashboard__body .dashboard__menu {
  position: relative;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  border-radius: 5px;
  padding: 10px;
  background-color: #fff;
  color: #021344;
  overflow: hidden;
  max-height: 150px;
  transition: 0.7s;
}
@media (min-width: 720px) {
  .dashboard .dashboard__body .dashboard__menu {
    max-height: 100%;
  }
}
.dashboard .dashboard__body .dashboard__menu ul li {
  position: relative;
  border-radius: 5px;
  margin-bottom: 5px;
}
.dashboard .dashboard__body .dashboard__menu ul li.current {
  background-color: #f4f4f4;
}
.dashboard .dashboard__body .dashboard__menu ul li.current:after {
  left: -10px;
}
.dashboard .dashboard__body .dashboard__menu ul li.current a {
  color: #021344;
}
.dashboard .dashboard__body .dashboard__menu ul li:hover {
  background-color: #f4f4f4;
}
.dashboard .dashboard__body .dashboard__menu ul li:hover:after {
  left: -10px;
}
.dashboard .dashboard__body .dashboard__menu ul li:hover a {
  color: #021344;
}
.dashboard .dashboard__body .dashboard__menu ul li.dashboard__sep {
  margin: 10px 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  padding-left: 5px;
}
.dashboard .dashboard__body .dashboard__menu ul li.dashboard__sep:hover {
  background-color: initial;
}
.dashboard .dashboard__body .dashboard__menu ul li.dashboard__sep:hover:after {
  display: none;
}
.dashboard .dashboard__body .dashboard__menu ul li a,
.dashboard .dashboard__body .dashboard__menu ul li button {
  display: block;
  position: relative;
  padding: 5px;
  padding-left: 10px;
  color: #a7a9ac;
  width: 100%;
}
.dashboard .dashboard__body .dashboard__chats {
  background-color: #fff;
  width: 100%;
  height: 100%;
  color: #021344;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  border-radius: 8px;
  padding: 10px;
  height: 290px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  min-width: 650px;
  overflow: hidden;
}
@media (min-width: 480px) {
  .dashboard .dashboard__body .dashboard__chats {
    min-width: 400px;
    margin-top: 13px;
  }
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__tray {
  position: relative;
  padding-right: 10px;
  width: 100%;
  max-width: 300px;
  overflow: hidden;
}
@media (min-width: 720px) {
  .dashboard .dashboard__body .dashboard__chats .dashboard__chats__tray {
    max-width: 350px;
  }
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__tray .dashboard__chats__tray__header {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  overflow: hidden;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__tray .dashboard__chats__tray__header .dashboard__chats__tray__header__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__tray .dashboard__chats__tray__header .dashboard__chats__tray__header__flex .dashboard__chats__more {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  color: #1f50ff;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__tray .dashboard__chats__tray__header .dashboard__chats__filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__tray .dashboard__chats__tray__header .dashboard__chats__filters .btn:first-child {
  margin-right: 10px;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__tray .dashboard__chats__tray__header .dashboard__chats__tray__search {
  width: 100%;
  color: #fff;
  background-color: #fff;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  max-width: 450px;
  background-color: #f4f4f4;
  position: relative;
  border-radius: 8px;
  display: block;
  margin-right: 20px;
  margin-bottom: 20px;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__tray .dashboard__chats__tray__header .dashboard__chats__tray__search input {
  background-color: #f4f4f4;
  color: #021344;
  border-radius: 8px;
  font-weight: 400;
  padding: 12px 20px;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__tray .dashboard__chats__tray__header .dashboard__chats__tray__search button {
  position: absolute;
  top: 12px;
  background-color: transparent;
  right: 0px;
  padding: 0 20px;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__tray .dashboard__chats__tray__body {
  padding: 20px 0;
  max-height: 75vh;
  overflow-y: scroll;
  padding-bottom: 50px;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__tray .dashboard__chats__tray__body::-webkit-scrollbar {
  width: 5px;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__tray .dashboard__chats__tray__body::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__tray .dashboard__chats__tray__body::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 5px;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__tray .dashboard__chats__tray__body .dashboard__chats__tray__users {
  padding-bottom: 80px;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__tray .dashboard__chats__tray__body .dashboard__chats__tray__user {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
  padding: 15px 10px;
  border-radius: 8px;
  cursor: pointer;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__tray .dashboard__chats__tray__body .dashboard__chats__tray__user:hover {
  background-color: #f4f4f4;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__tray .dashboard__chats__tray__body .dashboard__chats__tray__user:hover .dashboard__chats__avatar {
  border-color: #1f50ff;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__tray .dashboard__chats__tray__body .dashboard__chats__tray__user.current {
  background-color: #f4f4f4;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__tray .dashboard__chats__tray__body .dashboard__chats__tray__user.current .dashboard__chats__avatar {
  border-color: #1f50ff;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__tray .dashboard__chats__tray__body .dashboard__chats__tray__user .dashboard__chats__date {
  position: absolute;
  top: 3px;
  right: 3px;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__tray .dashboard__chats__tray__body .dashboard__chats__tray__user .dashboard__chats__date span {
  font-size: 9px;
  line-height: 12px;
  color: #fff;
  padding: 0px 5px;
  background-color: #00ffab;
  font-weight: bold;
  border-radius: 5px;
  display: table;
  margin-bottom: 2px;
}
@media (min-width: 720px) {
  .dashboard .dashboard__body .dashboard__chats .dashboard__chats__tray .dashboard__chats__tray__body .dashboard__chats__tray__user .dashboard__chats__date span {
    font-size: 10px;
    line-height: 14px;
  }
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__tray .dashboard__chats__tray__body .dashboard__chats__tray__user .dashboard__chats__avatar {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  min-width: 50px;
  margin-right: 10px;
  border: 2px solid rgba(0,0,0,0.08);
  transition: 0.3s;
}
@media (min-width: 720px) {
  .dashboard .dashboard__body .dashboard__chats .dashboard__chats__tray .dashboard__chats__tray__body .dashboard__chats__tray__user .dashboard__chats__avatar {
    min-width: 60px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
  }
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__tray .dashboard__chats__tray__body .dashboard__chats__tray__user .dashboard__chats__info {
  word-break: break-word;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__tray .dashboard__chats__tray__body .dashboard__chats__tray__user .dashboard__chats__info .dashboard__name {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__tray .dashboard__chats__tray__body .dashboard__chats__tray__user .dashboard__chats__info .dashboard__description {
  margin-bottom: 0;
  font-size: 10px;
  line-height: 13px;
  opacity: 0.7;
}
@media (min-width: 720px) {
  .dashboard .dashboard__body .dashboard__chats .dashboard__chats__tray .dashboard__chats__tray__body .dashboard__chats__tray__user .dashboard__chats__info .dashboard__description {
    font-size: 12px;
    line-height: 16px;
  }
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content {
  position: relative;
  background-color: #f4f4f4;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
  max-width: 300px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (min-width: 720px) {
  .dashboard .dashboard__body .dashboard__chats .dashboard__chats__content {
    max-width: 100%;
  }
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__header {
  background-color: #fff;
  border-radius: 8px;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__header .dashboard__people {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px;
  border-radius: 8px;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__header .dashboard__people .dashboard__avatar {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  min-width: 50px;
  margin-right: 10px;
  border: 2px solid #1f50ff;
}
@media (min-width: 720px) {
  .dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__header .dashboard__people .dashboard__avatar {
    min-width: 60px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
  }
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__header .dashboard__people .dashboard__info .dashboard__name {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__header .dashboard__people .dashboard__info .dashboard__status {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  opacity: 0.7;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__body {
  max-height: 100vh;
  overflow-y: scroll;
  padding: 20px 0;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__body::-webkit-scrollbar {
  width: 5px;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__body::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__body::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 5px;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__body .dashboard__message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__body .dashboard__message .dashboard__message__body {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 10px;
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 10px;
  max-width: 300px;
  padding-top: 17px;
}
@media (min-width: 960px) {
  .dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__body .dashboard__message .dashboard__message__body {
    min-width: 350px;
    max-width: 70%;
    padding: 10px;
  }
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__body .dashboard__message.dashboard__message--right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__body .dashboard__message.dashboard__message--right .dashboard__message__body {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  text-align: right;
  background-color: #1f50ff;
  color: #fff;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__body .dashboard__message.dashboard__message--right .dashboard__message__body a {
  color: #fff;
  text-decoration: underline;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__body .dashboard__message.dashboard__message--right .dashboard__avatar {
  margin-right: 0;
  margin-left: 10px;
  border-color: #fff;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__body .dashboard__message.dashboard__message--right .dashboard__message__date {
  right: initial;
  left: 3px;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__body .dashboard__message .dashboard__message__date {
  position: absolute;
  top: 3px;
  right: 3px;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__body .dashboard__message .dashboard__message__date span {
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  padding: 0px 5px;
  background-color: #00ffab;
  font-weight: bold;
  border-radius: 5px;
  display: table;
  margin-bottom: 2px;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__body .dashboard__message .dashboard__avatar {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  min-width: 30px;
  margin-right: 10px;
  border: 2px solid rgba(0,0,0,0.08);
}
@media (min-width: 720px) {
  .dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__body .dashboard__message .dashboard__avatar {
    min-width: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
  }
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__body .dashboard__message .dashboard__text {
  word-break: break-word;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__body .dashboard__message .dashboard__text .dashboard__text__user {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (min-width: 720px) {
  .dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__body .dashboard__message .dashboard__text .dashboard__text__user {
    font-size: 14px;
    line-height: 16px;
  }
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__body .dashboard__message .dashboard__text p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  opacity: 0.7;
}
@media (min-width: 720px) {
  .dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__body .dashboard__message .dashboard__text p {
    font-size: 13px;
    line-height: 18px;
  }
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__body .dashboard__message .dashboard__text img {
  max-width: 100%;
}
@media (min-width: 720px) {
  .dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__body .dashboard__message .dashboard__text img {
    max-width: 230px;
  }
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__footer {
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__footer .dashboard__chats__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__footer .dashboard__chats__flex .dashboard__chats__textarea {
  width: 100%;
  max-width: 80%;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 8px;
  margin-right: 10px;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__footer .dashboard__chats__flex .dashboard__chats__textarea textarea {
  height: 50px;
  border-radius: 8px;
  color: #021344;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__footer .dashboard__chats__flex .dashboard__chats__file {
  cursor: pointer;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__footer .dashboard__chats__flex .dashboard__chats__file input {
  position: absolute;
  opacity: 0;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__footer .dashboard__chats__file__button,
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__footer .dashboard__chats__send__button {
  position: relative;
  padding: 5px;
  border-radius: 8px;
  background-color: #1f50ff;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #1f50ff;
}
@media (min-width: 480px) {
  .dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__footer .dashboard__chats__file__button,
  .dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__footer .dashboard__chats__send__button {
    padding: 10px;
  }
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__footer .dashboard__chats__file__button:hover,
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__footer .dashboard__chats__send__button:hover {
  background-color: #fff;
  color: #1f50ff;
}
.dashboard .dashboard__body .dashboard__chats .dashboard__chats__content .dashboard__chats__content__footer .dashboard__chats__file__button {
  margin-right: 10px;
}
.dscroll {
  opacity: 0;
  -webkit-animation: none;
          animation: none;
  transition: none;
}
.dscroll.dscroll--in {
  -webkit-animation: slideFadeUp 0.8s ease-out backwards;
          animation: slideFadeUp 0.8s ease-out backwards;
  opacity: 1;
}
.dscroll.dscroll--in>* {
  -webkit-animation: slideFadeUp 0.5s ease backwards;
          animation: slideFadeUp 0.5s ease backwards;
}
.dscroll.dscroll--in>*:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.dscroll.dscroll--in>*:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.dscroll.dscroll--in>*:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.dscroll.dscroll--in>*:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.dscroll.dscroll--in>*:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.dscroll.dscroll--in>*:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.faq {
  radius: rad;
  overflow: hidden;
}
.faq .faq__item {
  background: #f4f4f4;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  color: #021344;
  margin-bottom: 10px;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
}
.faq .faq__item.faq__open .faq__question .fa {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq .faq__item .faq__icon {
  display: inline-block;
}
.faq .faq__item .faq__icon img {
  width: 30px;
}
.faq .faq__question {
  margin-bottom: 0;
  padding: 15px 20px;
  transition: 0.5s;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
@media (min-width: 720px) {
  .faq .faq__question {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
  }
}
.faq .faq__question .fa {
  float: right;
  transition: 0.5s;
  margin-left: 10px;
}
.faq .faq__question:hover {
  cursor: pointer;
}
.faq .faq__question .faq__circle {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  color: #fff;
  background-color: #00ffab;
  font-weight: bold;
  width: 22px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.faq .faq__answer {
  padding: 0 20px 20px;
  border-top: 1px solid rgba(0,0,0,0.1);
  color: #fff;
}
@media (min-width: 720px) {
  .faq .faq__answer {
    padding: 20px 20px 20px;
  }
}
.faq .faq__answer ul {
  position: relative;
}
.faq .faq__answer ul:after {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: 1px;
  height: 100%;
  background-color: #1f50ff;
  z-index: 0;
}
.faq .faq__answer ul li {
  font-weight: 500;
  position: relative;
  padding-left: 12px;
  z-index: 1;
}
@media (min-width: 720px) {
  .faq .faq__answer ul li {
    line-height: 26px;
    font-size: 16px;
  }
}
.faq .faq__answer ul li.current {
  font-weight: bold;
  text-decoration: underline;
}
.faq .faq__answer ul li.complete:before {
  background-color: #1f50ff;
}
.faq .faq__answer ul li:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  background-color: #f4f4f4;
  width: 8px;
  height: 8px;
  line-height: 8px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #1f50ff;
}
.faq .faq__answer ul li a {
  color: #021344;
  display: block;
  position: relative;
  padding: 5px;
}
.faq .faq__answer ul li a:hover {
  text-decoration: underline;
}
footer {
  color: #fff;
  text-align: center;
  position: relative;
  background: #fff;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
}
footer .footer__logo {
  display: block;
  margin-bottom: 20px;
}
footer .footer__logo img {
  width: 200px;
}
footer .footer__wrap {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 20px;
}
@media (min-width: 720px) {
  footer .footer__wrap {
    padding: 60px;
  }
}
@media (min-width: 720px) {
  footer .footer__wrap.footer__wrap--sm {
    padding: 10px;
  }
}
@media (min-width: 720px) {
  footer .footer__wrap.footer__wrap--md {
    padding: 60px 40px;
  }
}
footer .footer__links__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 40px;
}
@media (min-width: 720px) {
  footer .footer__links__social {
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 70%;
  }
}
footer .footer__links__social a {
  color: #021344;
}
footer .footer__links__social a span {
  font-size: 28px;
}
footer .footer__links__social a .footer__social__text {
  font-size: 14px;
  margin-left: 10px;
  opacity: 0.7;
}
footer .footer__logo {
  margin-bottom: 20px;
}
footer .footer__logo img {
  width: 120px;
}
@media (min-width: 720px) {
  footer .footer__logo img {
    margin: initial;
    width: 100px;
  }
}
footer .footer__links.footer_links--primary {
  text-align: center;
}
@media (min-width: 720px) {
  footer .footer__links.footer_links--primary {
    text-align: left;
  }
}
footer .footer__links ul li a {
  color: #fff;
  display: inline-block;
  padding: 5px 0;
  line-height: 10px;
  font-size: 13px;
  opacity: 0.6;
  text-align: left;
}
footer .footer__links ul li a:hover {
  opacity: 1;
}
@media (min-width: 480px) {
  footer .footer__links ul li a {
    padding: 8px 0;
  }
}
footer .footer__links ul li a:hover {
  color: #021344;
}
footer .footer__links .footer__links__list {
  text-align: center;
}
@media (min-width: 720px) {
  footer .footer__links .footer__links__list {
    display: block;
    text-align: left;
  }
}
footer .footer__links .footer__links__contact .footer__description span {
  margin-left: 10px;
}
@media (min-width: 720px) {
  footer .footer__links .footer__links__contact .footer__description span {
    margin-right: 10px;
  }
}
footer .footer__links .footer__links__app {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (min-width: 720px) {
  footer .footer__links .footer__links__app {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
footer .footer__links .footer__links__app .footer__button {
  margin: 5px;
}
footer .footer__links .footer__links__app .footer__button img {
  height: 30px;
}
footer .footer__links.footer__links--secondary {
  font-size: 12px;
  overflow: hidden;
  width: 100%;
}
footer .footer__links.footer__links--secondary a {
  display: inline-block;
  margin: 0 10px;
  color: #021344;
}
footer .footer__links.footer__links--secondary a:hover {
  opacity: 1;
}
footer .footer__links.footer__links--secondary .footer__copyright {
  color: #021344;
}
@media (min-width: 480px) {
  footer .footer__links.footer__links--secondary .footer__copyright {
    text-align: center;
  }
}
footer .footer__links.footer__links--secondary .footer__copyright img {
  display: inline-block;
  width: 80px;
  vertical-align: middle;
  stroker: #fff;
}
form,
.form {
  position: relative;
}
input,
select,
textarea {
  display: block;
  width: 100%;
  padding: 10px 20px;
  vertical-align: top;
  background: #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  font-weight: 500;
}
input:focus,
select:focus,
textarea:focus {
  border-color: color;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=checkbox],
input[type=radio] {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  padding: 0;
  border: 1px solid #1f50ff;
  background: #fff url(/assets/icons/icon-checked.png) 50% -100% no-repeat;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: #1f50ff;
  background-position: 50% 50%;
}
select {
  display: inline-block;
  border: none;
  opacity: 1;
  margin-bottom: 0;
  background: url(/assets/icons/icon-angle-down.png) 95% 50% no-repeat;
}
textarea {
  height: 100px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.form__element {
  padding-top: 20px;
  position: relative;
  display: block;
}
.form__element:hover {
  cursor: text;
}
.form__element .form__title,
.form__element .form__title__notfocus {
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  left: 0;
  transition: 0.2s ease;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  opacity: 0.7;
  top: -5px;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
.form__element .form__title__notfocus {
  top: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.form__element .form__password {
  text-align: right;
  width: 100%;
  position: relative;
  top: 0px;
}
.form__element .form__password a {
  color: #021344;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
}
.form__element .form__notpass {
  text-align: right;
  margin-top: 10px;
  font-weight: 500;
  text-decoration: underline;
}
.form__element .form__input {
  background-color: #fff;
  position: relative;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 5px;
  z-index: 2;
}
.form__element .form__input input,
.form__element .form__input select,
.form__element .form__input textarea {
  background-color: #fff;
  border: 0;
  padding: 10px 10px !important;
  padding-left: 20px;
  padding-right: 0;
  border-radius: 8px;
}
.form__element .form__input input:disabled,
.form__element .form__input select:disabled,
.form__element .form__input textarea:disabled {
  background-color: rgba(0,0,0,0.1);
  border-radius: 3px;
  color: rgba(0,0,0,0.6);
}
.form__element .form__input .toggle-password {
  position: absolute;
  top: 10px;
  right: 40px;
  font-size: 20px;
  line-height: 20px;
  color: #1f50ff;
}
.form__element .form__input .example-tel-input-element {
  padding-left: 90px !important;
}
.form__element .form__input .iti {
  display: block;
}
.form__element .form__input .mat-form-field {
  display: block !important;
  width: 100%;
}
.form__element .form__input .mat-form-field-infix {
  padding: 0 !important;
  border-top: 0 !important;
}
.form__element .form__input .mat-form-field-underline {
  opacity: 0;
}
.form__element .form__input .mat-form-field-suffix {
  top: 5px;
  right: 10px;
}
.form__element .form__select {
  position: relative;
  border-bottom: 1px solid #f4f4f4;
  cursor: pointer;
  color: #021344;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.form__element .form__select select {
  display: none;
}
.form__element .form__input--file {
  position: relative;
  z-index: 2;
  padding: 4px 5px;
  display: block;
}
.form__element .form__input--file label {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #021344;
  color: #fff;
  font-size: 12px;
  padding: 12px 30px;
  width: 44%;
  border-radius: none !important;
  cursor: pointer;
}
.form__element .section__filter__reset {
  text-decoration: none;
  background-color: #1f50ff;
  border: 1px solid #1f50ff;
  color: #fff;
  display: block;
  padding: 2px 15px;
  border-radius: 3px;
  vertical-align: middle;
  line-height: 22px;
  font-size: 12px;
  font-weight: 500;
  transition: 0.2s ease;
  text-align: center;
  cursor: pointer;
  position: relative;
}
@media (min-width: 720px) {
  .form__element .section__filter__reset {
    padding: 5px 30px;
    font-size: 13px;
  }
}
.form__element .section__filter__reset:hover {
  background-color: #fff;
  color: #1f50ff !important;
}
.form__element:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  border-radius: 2px;
  background: #000;
  transition: 0.5s;
  z-index: 2;
}
.form__element.form__element--focused .form__input {
  border-color: #1f50ff;
}
.form__element.form__element--filled .form__title,
.form__element.form__element--focused .form__title,
.form__element.form__element--file .form__title {
  top: 0;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
.form__considerations {
  font-size: 12px;
}
.form__considerations p {
  margin-bottom: 10px;
}
.form__c {
  margin-bottom: 20px;
}
.form__button .btn {
  margin-bottom: 10px;
}
.form__button .btn:last-child {
  margin-bottom: 0;
}
.form__resetpass {
  text-align: right;
}
.form__resetpass a {
  display: block;
  padding: 5px;
  text-decoration: underline;
  color: #021344;
}
.form__checkbox label {
  font-size: 18px;
  line-height: 24px;
}
.form__checkbox label a {
  font-weight: bold;
  text-decoration: underline;
}
header {
  height: 60px;
  line-height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  color: #fff;
  background-color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  transition: 0.3s;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
}
header a {
  color: #fff;
}
header .header__primary {
  position: relative;
  z-index: 20;
  height: 100%;
  transition: 0.25s ease;
}
header .header__wrap {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  height: 100%;
  padding-right: 10px;
}
header .header__logo {
  float: left;
  margin-left: 20px;
  -webkit-animation: fadeIn 0.4s ease;
          animation: fadeIn 0.4s ease;
}
header .header__logo img {
  vertical-align: middle;
  display: inline-block;
  width: 80px;
}
header .header__nav {
  display: none;
  z-index: 1;
}
header .header__nav .header__nav__back,
header .header__nav .header__nav__close {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  z-index: 3;
  display: none;
}
header .header__nav .header__nav__back div,
header .header__nav .header__nav__close div {
  height: 2px;
  background: #1f50ff;
  width: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  border-radius: 2px;
  margin-left: -7.5px;
}
header .header__nav .header__nav__close {
  right: 0;
}
header .header__nav .header__nav__close div {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .header__nav .header__nav__close div:last-child {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
header .header__nav .header__nav__back {
  left: 0;
  -webkit-animation: slideFadeLeft 0.5s ease;
          animation: slideFadeLeft 0.5s ease;
}
header .header__nav .header__nav__back div:first-child {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
}
header .header__nav .header__nav__back div:last-child {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 10px;
}
header .header__ham {
  position: relative;
  background-color: transparent;
  width: 45px;
  height: 42px;
  padding: 3px 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  height: 45px;
  text-align: center;
  height: 25px;
}
header .header__ham span {
  display: block;
  height: 3px;
  border-radius: 5px;
  margin: 0 auto 4px;
  background: #fff;
  width: 30px;
  transition: 0.2s ease;
}
header .header__right {
  position: relative;
  float: right;
}
header .header__right .header__item {
  float: left;
  padding: 0px 3px;
  min-width: 40px;
  font-size: 18px;
  cursor: pointer;
}
header .header__right .header__item.header__item--social {
  display: none;
}
header .header__right .header__item.header__item--ham {
  padding: 0px 7px;
}
@media (min-width: 1090px) {
  header .header__right .header__item.header__item--ham {
    display: none;
  }
}
header .header__right .header__item .btn {
  font-size: 10px;
}
header.header--color,
header.header--hover,
header.header--static {
  box-shadow: rgba(0,0,0,0.1) 0px 20px 25px -5px, rgba(0,0,0,0.04) 0px 10px 10px -5px;
}
@media (max-width: 1090px) {
  header .header__nav {
    display: none;
    line-height: 22px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
  }
  header .header__nav .header__nav__nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 260px;
    height: 100%;
    background: #fff;
    color: #021344;
    -webkit-animation: slideLeft 0.5s ease;
            animation: slideLeft 0.5s ease;
  }
  header .header__nav .header__nav__nav ul {
    padding: 40px 0;
  }
  header .header__nav .header__nav__nav ul li {
    border-bottom: 1px solid #f4f4f4;
  }
  header .header__nav .header__nav__nav ul li a {
    color: #021344;
    font-weight: 400;
    padding: 15px 20px;
    display: block;
    font-size: 14px;
  }
  header .header__nav .header__nav__nav ul li a .fa {
    float: right;
    opacity: 0.5;
  }
  header .header__nav .header__nav__nav ul li ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
    box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
    z-index: 2;
  }
  header .header__nav .header__nav__nav ul li ul.ul--in {
    display: block;
    -webkit-animation: slideLeft 0.5s ease;
            animation: slideLeft 0.5s ease;
  }
  header .header__nav .header__nav__nav ul li ul.ul--out {
    display: block;
    -webkit-animation: slideRightOut 0.5s ease both;
            animation: slideRightOut 0.5s ease both;
  }
  header .header__nav .header__nav__bg {
    -webkit-animation: fadeIn 0.5s ease;
            animation: fadeIn 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #021344;
    opacity: 0.5;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
  header .header__nav .header__nav__close {
    display: block;
  }
  header .header__nav.header__nav--ul-in .header__nav__back {
    display: block;
  }
  header.header--nav-in .header__nav {
    display: block;
  }
  header.header--nav-out .header__nav {
    display: block;
  }
  header.header--nav-out .header__nav .header__nav__bg {
    -webkit-animation: fadeOut 0.5s ease both;
            animation: fadeOut 0.5s ease both;
  }
  header.header--nav-out .header__nav .header__nav__nav {
    -webkit-animation: slideRightOut 0.5s ease both;
            animation: slideRightOut 0.5s ease both;
  }
}
@media (max-width: 1090px) and (min-width: 720px) {
  header.li-mobile {
    display: none !important;
  }
}
@media (min-width: 720px) {
  header {
    height: 80px;
    line-height: 80px;
  }
  header .header__wrap {
    padding: 0 40px;
  }
  header .header__logo {
    margin-left: 0px;
    margin-right: 40px;
  }
  header .header__logo img {
    width: 100px;
  }
  header .header__ham {
    margin-right: -20px;
  }
  header .header__socials {
    display: none;
  }
  header .header__nav {
    transition: ease-in-out all 0s;
  }
  header .header__nav .header__nav-close {
    display: none;
  }
  header .header__nav .header__nav__back {
    display: none;
  }
  header .header__nav ul {
    padding-top: 0;
  }
  header .header__right .header__item .btn {
    font-size: initial;
    font-size: 14px;
    line-height: 22px;
  }
  header .header__right .header__item.header__item--social {
    display: block;
    padding: 0px 10px;
    font-size: 18px;
    transition: 0.5s;
  }
  header .header__right .header__item.header__item--social:hover a {
    color: #1f50ff;
  }
  header .header__right .header__item.header__item--social:first-child {
    margin-left: 40px;
  }
  header .header__right .header__item.header__item--action {
    padding: 0 5px;
    line-height: 77px;
  }
}
@media (min-width: 1090px) {
  header .header__ham {
    display: none;
  }
  header .header__search {
    width: 85%;
  }
  header .header__nav {
    display: inline-block;
  }
  header .header__nav ul li {
    display: inline-block;
    position: relative;
  }
  header .header__nav ul li.header__nav__li:hover .header__nav__li__blocked {
    display: block;
  }
  header .header__nav ul li a {
    position: relative;
    padding: 35px 5px;
    line-height: 80px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
  }
  header .header__nav ul li a .fa {
    margin-left: 5px;
  }
  header .header__nav ul li:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 0%;
    background: #fff;
    transition: 0.2s ease;
  }
  header .header__nav ul li:hover:after {
    height: 4%;
  }
  header .header__nav ul li:hover ul {
    display: block;
  }
  header .header__nav ul li.current:after {
    height: 4%;
  }
  header .header__nav ul li ul {
    position: absolute;
    top: 98%;
    height: auto;
    left: 0;
    background: #fff;
    width: 200px;
    padding: 10px 0;
    display: none;
    -webkit-animation: heightMd 0.5s ease;
            animation: heightMd 0.5s ease;
    box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  }
  header .header__nav ul li ul li {
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.05);
  }
  header .header__nav ul li ul li.li-mobile {
    display: none !important;
  }
  header .header__nav ul li ul li a {
    display: block;
    line-height: 22px;
    padding: 10px 20px;
    opacity: 0.6;
    color: #021344;
  }
  header .header__nav ul li ul li a:hover {
    opacity: 1;
  }
  header .header__nav ul li ul li:after {
    display: none;
  }
  header .header__nav ul li ul.header__nav__li__blocked {
    display: none;
  }
}
@media (min-width: 1210px) {
  header .header__nav ul li a {
    padding: 35px 20px;
    line-height: 80px;
    font-size: 13px;
  }
}
.loader-space {
  height: 300px;
  position: relative;
}
.loader {
  z-index: 15;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-animation: fadeIn 0.4s ease;
          animation: fadeIn 0.4s ease;
  background: rgba(0,0,0,0.4);
}
.loader.out {
  -webkit-animation: fadeOut 0.2s ease both;
          animation: fadeOut 0.2s ease both;
}
.loader.loader-fixed {
  position: fixed;
}
.loader.loader-sm .loader-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  padding: 0;
}
.loader svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  border-radius: 50%;
  padding: 10px;
  overflow: hidden;
  z-index: 1;
  -webkit-animation: loaderRotate 2s linear infinite;
          animation: loaderRotate 2s linear infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.loader svg circle {
  -webkit-animation: loaderDash 2s ease-in-out infinite;
          animation: loaderDash 2s ease-in-out infinite;
  stroke-linecap: round;
  stroke-width: 5;
  stroke: #fff;
  fill: none;
}
@-webkit-keyframes loaderRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loaderRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loaderDash {
  0% {
    stroke-dasharray: 0, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 100, 200;
    stroke-dashoffset: -20px;
  }
  100% {
    stroke-dasharray: 100, 200;
    stroke-dashoffset: -125px;
  }
}
@keyframes loaderDash {
  0% {
    stroke-dasharray: 0, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 100, 200;
    stroke-dashoffset: -20px;
  }
  100% {
    stroke-dasharray: 100, 200;
    stroke-dashoffset: -125px;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  display: none;
  padding-top: 70px;
  transition: 0.5s;
  background: rgba(0,0,0,0.6) !important;
}
@media (min-width: 720px) {
  .modal {
    padding-top: 0;
  }
}
.modal.modal--in {
  display: table;
  -webkit-animation: fadeIn 0.1s ease;
          animation: fadeIn 0.1s ease;
}
.modal.modal--in .modal__box {
  -webkit-animation: scaleFadeIn 0.5s 0.2s ease backwards;
          animation: scaleFadeIn 0.5s 0.2s ease backwards;
}
.modal.modal--out {
  display: table;
  -webkit-animation: fadeOut 1s ease both;
          animation: fadeOut 1s ease both;
}
.modal.modal--out .modal__box {
  -webkit-animation: scaleFadeOut 1s ease both;
          animation: scaleFadeOut 1s ease both;
}
@media (min-width: 720px) {
  .modal .modal__flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
.modal .modal__icon {
  margin-bottom: 20px;
}
.modal .modal__icon img {
  width: 80px;
}
.modal .modal__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .modal__back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.modal .modal__front {
  position: relative;
  width: 100%;
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.modal .modal__box {
  position: relative;
  max-width: 700px;
  min-height: auto;
  background: #f4f4f4;
  padding: 20px;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
@media (min-width: 720px) {
  .modal .modal__box {
    padding: 30px;
    background: #f4f4f4;
  }
}
.modal .modal__box .modal__content {
  margin-bottom: 20px;
}
.modal .modal__box .modal__content .modal__title {
  margin-bottom: 10px;
}
@media (min-width: 720px) {
  .modal .modal__box .modal__content .modal__title {
    margin-bottom: 20px;
  }
}
.modal .modal__box .modal__content .modal__subtitle {
  margin-bottom: 0px;
  display: block;
  text-decoration: underline;
}
@media (min-width: 720px) {
  .modal .modal__box .modal__content .modal__subtitle {
    margin-bottom: 10px;
  }
}
.modal .modal__box .modal__content .modal__value {
  font-size: 20px;
  line-height: 28px;
  background-color: #1f50ff;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 10px;
}
@media (min-width: 720px) {
  .modal .modal__box .modal__content .modal__value {
    font-size: 16px;
    line-height: 22px;
  }
}
.modal .modal__box .modal__content .modal__value span {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin-left: 5px;
}
@media (min-width: 720px) {
  .modal .modal__box .modal__content .modal__value span {
    font-size: 20px;
    line-height: 28px;
  }
}
.modal .modal__box.modal__box--lg {
  max-width: 900px;
}
.modal .modal__close {
  position: absolute;
  top: -30px;
  right: 10px;
  color: #fff;
  opacity: 1;
  font-weight: bold;
  font-size: 22px;
  transition: 0.5s;
}
@media (min-width: 720px) {
  .modal .modal__close {
    top: 0;
    right: 0;
    padding: 10px 15px;
    background-color: transparent;
    opacity: 0.7;
    font-size: 18px;
    color: #021344;
  }
}
.modal .modal__close:hover {
  cursor: pointer;
  opacity: 1;
}
.modal .modal__close span {
  margin-left: 10px;
}
.modal .modal__content {
  margin-bottom: 20px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 720px) {
  .modal .modal__content {
    padding: 0;
  }
}
.modal .modal__content p:first-child {
  line-height: 26px;
  font-size: 16px;
  color: #021344;
}
@media (min-width: 720px) {
  .modal .modal__content p:first-child {
    font-size: 18px;
  }
}
.modal .modal__button {
  max-width: 300px;
  margin: 0 auto;
}
.modal .modal__button a {
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  .modal .modal__flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
}
.modal.modal--infolot .modal__box {
  max-width: 1200px;
}
.modal.modal--infolot .modal__slider {
  position: relative;
  margin-bottom: 10px;
}
.modal.modal--infolot .modal__slider .modal__image {
  position: relative;
  padding-bottom: 56.25%;
}
@media (min-width: 720px) {
  .modal.modal--infolot .modal__slider .modal__image {
    padding-bottom: 75%;
  }
}
.modal.modal--infolot .modal__content {
  text-align: left;
}
.modal.modal--infolot .modal__content ul {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-radius: 5px;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
}
.modal.modal--infolot .modal__content ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 5px;
  font-size: 16px;
  line-height: 24px;
}
.modal.modal--infolot .modal__content ul li span {
  margin-left: 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  text-decoration: underline;
}
.modal.modal--infolot .modal__content .modal__content__scroll {
  max-height: 300px;
  overflow-y: scroll;
}
.modal.modal--infolot .modal__content .modal__content__scroll::-webkit-scrollbar {
  width: 5px;
}
.modal.modal--infolot .modal__content .modal__content__scroll::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
.modal.modal--infolot .modal__content .modal__content__scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 5px;
}
.modal.modal--previewcam .modal__cam {
  position: relative;
  border-radius: 10px 10 0 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 20px;
}
.modal.modal--previewcam .modal__cam iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal.modal--previewcam .modal__config .form__element {
  position: relative;
}
.modal.modal--previewcam .modal__config .form__element .form__input select {
  background: url(/assets/icons/icon-angle-down.png) 80% 50% no-repeat;
}
.modal.modal--previewcam .modal__config .form__element .form__button {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 2;
}
.modal.modal--previewcam .modal__config .form__element .form__button button span {
  margin-left: 0;
}
.modal.modal--config .modal__stream {
  position: relative;
  border-radius: 10px 10 0 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 20px;
}
.modal.modal--config .modal__stream iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal.modal--config .modal__config .form__element {
  position: relative;
}
.modal.modal--config .modal__config .form__element .form__input select {
  background: url(/assets/icons/icon-angle-down.png) 80% 50% no-repeat;
}
.modal.modal--config .modal__config .form__element .form__button {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 2;
}
.modal.modal--config .modal__config .form__element .form__button button span {
  margin-left: 0;
}
.modal.modal--showroom .modal__front {
  position: relative;
  width: 100%;
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.modal.modal--showroom .modal__front .modal__content {
  max-height: 400px;
  overflow-y: scroll;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.popup {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #1f50ff;
  color: #fff;
  padding: 10px;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  min-height: 80px;
  z-index: 25;
  border-radius: 5px;
  display: none;
}
.popup.popup--in {
  display: table;
  -webkit-animation: slideFadeUp 0.5s ease;
          animation: slideFadeUp 0.5s ease;
}
.popup.popup--out {
  display: table;
  -webkit-animation: slideDownOut 0.5s ease;
          animation: slideDownOut 0.5s ease;
}
.popup .popup__close {
  position: absolute;
  top: 0px;
  right: 5px;
  padding: 5px;
  cursor: pointer;
}
.popup .popup__close span {
  color: #fff;
}
.popup .popup__body {
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  -ms-flex-align: center;
      align-items: center;
}
.popup .popup__body .popup__icon {
  width: 25%;
  margin-right: 20px;
}
.popup .popup__body .popup__icon img {
  width: 60px;
}
.popup .popup__body .popup__text {
  width: 70%;
  font-weight: bold;
}
section {
  position: relative;
  background-color: transparent;
  color: #021344;
  overflow: hidden;
}
section .section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section .section__title {
  font-weight: bold;
}
section .section__description {
  font-weight: normal;
  margin-bottom: 25px;
}
@media (min-width: 720px) {
  section .section__description {
    line-height: 26px;
    font-size: 16px;
  }
}
section .section__description strong {
  color: #1f50ff;
}
section .section__breadcrumb {
  font-weight: 500;
  font-size: 9px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 2px;
  color: #1f50ff;
}
@media (min-width: 720px) {
  section .section__breadcrumb {
    margin-bottom: 15px;
    font-size: 12px;
  }
}
section .section__breadcrumb span {
  opacity: 1;
  color: #fff;
  padding: 0 6px;
}
section .section__breadcrumb a {
  color: #fff;
}
section .section__breadcrumb a:hover {
  color: #1f50ff;
}
@media (min-width: 720px) {
  section .section__breadcrumb.tofix {
    margin-bottom: 25px;
  }
}
section .section__gallery {
  margin: 20px 0px;
}
section .section__social {
  width: 100%;
  text-align: center;
}
section .section__social .section__social__logo {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  border: 2px solid #1f50ff;
}
section .section__social .section__social__logo a {
  color: #1f50ff;
  font-size: 20px;
}
section .section__social .section__social__logo a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
section .section__social .section__social__logo:hover {
  background-color: #1f50ff;
  border: 2px solid #1f50ff;
}
section .section__social .section__social__logo:hover a {
  color: #fff;
}
section .section__header {
  text-align: left;
  margin-bottom: 40px;
  position: relative;
}
section .section__header .section__title {
  position: relative;
}
@media (min-width: 720px) {
  section .section__header .section__postulation {
    position: absolute;
    top: 0;
    right: 0;
  }
}
section .section__header .section__postulation .btn {
  margin-bottom: 10px;
}
@media (min-width: 720px) {
  section .section__header .section__postulation .btn {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
section .section__header .section__postulation .btn:hover svg path {
  fill: #1f50ff;
}
section .section__header .section__postulation .btn svg {
  float: right;
  margin-left: 10px;
  position: relative;
  top: 8px;
}
section .section__header .section__link {
  position: absolute;
  top: 0px;
  right: 0px;
}
@media (min-width: 720px) {
  section .section__header .section__link {
    top: 20px;
    right: 20px;
  }
}
section .section__footer {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
section .section__content {
  position: relative;
  color: #021344;
  line-height: 26px;
  font-size: 15px;
}
section .section__content>* {
  -webkit-animation: slideFadeUp 0.5s ease backwards;
          animation: slideFadeUp 0.5s ease backwards;
}
section .section__content>*:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
section .section__content>*:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
section .section__content>*:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
section .section__content>*:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
section .section__content>*:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
section .section__content.section--left {
  text-align: left;
}
section .section__content.section--right {
  text-align: right;
}
section .section__content.section--center {
  text-align: center;
}
section .section__content.section--justify {
  text-align: justify;
}
section .section__content blockquote p {
  line-height: 26px;
  font-size: 16px;
  color: #021344;
}
@media (min-width: 720px) {
  section .section__content blockquote p {
    font-size: 18px;
  }
}
section .section__content ul {
  margin-bottom: 20px;
}
section .section__content ul li {
  padding: 5px 0px;
}
section .section__content ul li:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
  line-height: 21px;
  text-align: center;
  border-radius: 50%;
  overflow: initial;
  background-color: #1f50ff;
}
@media (min-width: 480px) {
  section .section__content.section__content--2col {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media (min-width: 480px) {
  section .section__content.section__content--3col {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media (min-width: 720px) {
  section .section__content.section__content--3col {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media (min-width: 720px) {
  section .section__flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
  section .section__flex.section__flex--between {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
section .section__wrap {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 20px;
}
@media (min-width: 720px) {
  section .section__wrap {
    padding: 80px 40px;
  }
}
section .section__wrap.section__wrap--main {
  padding: 60px 20px 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media (min-width: 720px) {
  section .section__wrap.section__wrap--main {
    padding: 230px 40px 180px;
    height: 80vh;
    -ms-flex-align: center;
        align-items: center;
  }
}
section .section__wrap.section__wrap--header {
  padding: 150px 20px 60px;
  height: 70vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media (min-width: 720px) {
  section .section__wrap.section__wrap--header {
    padding: 150px 40px 150px;
    height: 40vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
section .section__wrap.section__wrap--single {
  padding: 40px 20px 40px;
  min-height: 70vh;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 720px) {
  section .section__wrap.section__wrap--single {
    padding: 230px 40px 180px;
    height: 40vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
section .section__wrap.section__wrap--md {
  padding: 40px 10px;
}
@media (min-width: 720px) {
  section .section__wrap.section__wrap--md {
    padding: 40px;
  }
}
@media (min-width: 720px) {
  section .section__wrap.section__wrap--sm {
    padding: 40px;
  }
}
section .section__wrap.section__wrap--xs {
  padding: 30px 20px;
}
@media (min-width: 720px) {
  section .section__wrap.section__wrap--xs {
    padding: 30px 20px;
  }
}
section .section__wrap.section--sm {
  max-width: 900px;
}
section .section__wrap.section--md {
  max-width: 1060px;
}
section .section__wrap.section--lg {
  max-width: 1200px;
}
section.section--dark {
  background: #021344;
  color: #fff;
}
section.section--light {
  background-color: #fcfcfc;
}
section.section--white {
  background: #fff;
  color: #021344;
}
section.section--lighter {
  background: #f4f4f4;
  color: #021344;
}
section.section--white {
  background: #fff;
  color: #021344;
}
section.section--color-primary {
  background: #1f50ff;
  color: #fff;
}
section.section--color-secundary {
  background: #1f50ff;
  color: #fff;
}
section.section--gray {
  background: #a7a9ac;
  color: #fff;
}
section.section--grayten {
  background: grayter;
  color: #fff;
}
section.section--form {
  background-color: #1f50ff;
  margin-top: 60px;
}
@media (min-width: 720px) {
  section.section--form {
    margin-top: 80px;
  }
}
section.section--form.section--form--postulation .section__form {
  max-width: 800px;
  margin: 40px 0;
  margin-left: 50px;
}
@media (min-width: 940px) {
  section.section--form.section--form--postulation .section__form {
    margin: 40px 0;
  }
}
section.section--form .section__bg {
  opacity: 0.1;
}
section.section--form .section__body {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  min-height: 80vh;
}
section.section--form .section__form {
  padding: 20px;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  max-width: 600px;
  width: 100%;
  border-radius: 5px;
  margin: 10px;
}
@media (min-width: 720px) {
  section.section--form .section__form {
    margin: initial;
  }
}
section.section--form .section__form .section__description {
  margin-bottom: 0;
}
section.section--form .section__form .section__form__box {
  background-color: #fff;
  padding: 20px;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
  text-align: center;
}
section.section--form .section__form .section__form__header {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
section.section--form .section__form .section__form__body {
  width: 100%;
}
section.section--form .section__form .section__form__body form {
  width: 100%;
}
section.section--form .section__form .section__form__body form .form__element {
  width: 100%;
}
section.section--form .section__form .section__form__body .form__button .btn {
  width: 100%;
}
section.section--form .section__form .section__button {
  margin-top: 20px;
}
section.section--form .section__form .section__button a {
  display: inline-block;
  width: 150px;
}
section.section--calendar {
  margin-top: 60px;
}
@media (min-width: 720px) {
  section.section--calendar {
    margin-top: 80px;
  }
}
section.section--calendar.section--calendar--private .section__wrap {
  padding-left: 80px;
}
section.section--calendar .section__body .fc-media-screen {
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
}
section.section--calendar .section__body .fc-daygrid-event {
  padding: 3px;
  overflow: hidden;
}
section.section--calendar .section__body .fc-col-header-cell {
  height: 25px !important;
}
section.section--calendar .section__body .fc-day {
  height: 180px;
}
section.section--showroom {
  margin-top: 60px;
}
@media (min-width: 720px) {
  section.section--showroom {
    margin-top: 80px;
  }
}
section.section--showroom.section--showroom--private .section__wrap {
  padding-left: 70px;
}
section.section--showroom .section__header {
  margin-bottom: 20px;
}
section.section--showroom .section__header .section__date {
  font-size: 16px;
  line-height: 22px;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
}
@media (min-width: 480px) {
  section.section--showroom .section__header .section__date {
    font-size: 20px;
    line-height: 22px;
  }
}
section.section--showroom .section__header .section__date span {
  float: left;
  margin-right: 10px;
}
section.section--showroom .section__body .section__lots__header {
  margin-bottom: 20px;
}
.slider {
  position: relative;
}
.slider .slider-slides {
  position: relative;
  overflow: hidden;
}
.slider .slide {
  position: relative;
  overflow: hidden;
  display: none;
}
.slider .slide.slide-current {
  display: block;
  z-index: 1;
}
.slider .slide.slide-out {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.slider .slider-bullets {
  display: block;
  position: absolute;
  bottom: 10px;
  z-index: 3;
  width: 100%;
  text-align: right;
}
.slider .slider-bullets .slider-bullets-limit {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.slider .slider-bullets .slider-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  display: inline-block;
  margin: 0 5px;
  transition: 0.2s ease;
  border: 1px solid #fff;
}
.slider .slider-bullets .slider-bullet.slider-bullet-current {
  background-color: #fff;
}
.slider .slider-bullets .slider-bullet:hover {
  cursor: pointer;
}
.slider .slider-bullets .slider-bullet.slider-bullet--avatar {
  width: 60px;
  height: 60px;
  opacity: 1;
  margin: 0 15px;
  border: 3px solid transparent;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  line-height: 60px;
}
.slider .slider-bullets .slider-bullet.slider-bullet--avatar .slider-avatar {
  display: inline-block;
  vertical-align: middle;
}
.slider .slider-bullets .slider-bullet.slider-bullet--avatar.slider-bullet-current {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  border-color: #1f50ff !important;
}
.slider .slider-bullets .slider-bullet.slider-bullet--avatar2 {
  width: 150px;
  height: auto;
  border-radius: 0;
  opacity: 1;
  margin: 0 15px;
  opacity: 0.8;
}
.slider .slider-bullets .slider-bullet.slider-bullet--avatar2 .slider-avatar2 {
  width: 120px;
  display: inline-block;
  cursor: pointer;
}
.slider .slider-bullets .slider-bullet.slider-bullet--avatar2 .slider-avatar2 img {
  box-shadow: 0px 15px 0px -10px #45aea1;
}
.slider .slider-bullets .slider-bullet.slider-bullet--avatar2 .slider-avatar-name {
  font-weight: 500;
  opacity: 0.7;
}
.slider .slider-bullets .slider-bullet.slider-bullet--avatar2.slider-bullet-current {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 1;
}
.slider .slider-navigation {
  display: block;
}
.slider .slider-navigation .slider-nav {
  position: absolute;
  top: 40%;
  background: #1f50ff;
  color: #1f50ff;
  opacity: 1;
  z-index: 3;
  opacity: 0.8;
  background: transparent;
  width: 40px;
  height: 60px;
  font-size: 200%;
  line-height: 200%;
  display: block;
  border: 0;
  text-align: center;
  transition: 0.2s ease;
  border: 1px solid #1f50ff;
}
.slider .slider-navigation .slider-nav.slider-nav-left {
  left: 0px;
}
.slider .slider-navigation .slider-nav.slider-nav-right {
  right: 0px;
}
.slider .slider-navigation .slider-nav:hover {
  cursor: pointer;
  background-color: rgba(255,255,255,0.3);
}
.tabs .tabs__header {
  display: block;
  text-align: left;
  color: #000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
@media (min-width: 960px) {
  .tabs .tabs__header {
    overflow: visible;
    white-space: normal;
  }
}
.tabs .tabs__header .tab {
  position: relative;
  margin-right: 30px;
  text-align: left;
  margin-left: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: rgba(0,0,0,0.4);
  transition: 0.2s ease;
  background-color: transparent;
  border-radius: 8px;
  padding-bottom: 10px;
}
@media (min-width: 480px) {
  .tabs .tabs__header .tab {
    font-size: 15px;
    line-height: 22px;
  }
}
.tabs .tabs__header .tab:after {
  content: "";
  position: absolute;
  transition: 0.2s ease;
  left: 0;
  bottom: -2px;
  width: 0px;
  height: 4px;
  border-radius: 10px;
  background-color: #1f50ff;
}
.tabs .tabs__header .tab:hover {
  cursor: pointer;
  text-decoration: none;
}
.tabs .tabs__header .tab.tab--current {
  background: transparent;
  color: #021344;
}
.tabs .tabs__header .tab.tab--current:after {
  width: 40%;
}
.tabs .tabs__body {
  background: transparent;
}
.tabs .tabs__body .tab {
  display: none;
}
.tabs .tabs__body .tab.tab--current {
  display: block;
}
.timer {
  width: 100%;
  text-transform: uppercase;
  padding: 5px 10px;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.timer.timer--lot {
  background-color: #1f50ff;
  color: #fff;
}
.timer.timer--lot .timer-el .timer-el-val,
.timer.timer--lot .timer-el .timer-el-text {
  color: #fff;
}
.timer.timer--lot .timer-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.timer.timer--lot .timer-el {
  min-width: 38px;
}
.timer .timer-text {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  text-transform: initial;
  text-align: left;
  margin-right: 5px;
}
.timer .timer-el {
  display: inline-block;
  min-width: 35px;
  margin: 0 2px;
}
@media (min-width: 720px) {
  .timer .timer-el {
    min-width: 42px;
  }
}
.timer .timer-el .timer-el-val {
  font-size: 16px;
  position: relative;
  color: #021344;
}
@media (min-width: 720px) {
  .timer .timer-el .timer-el-val {
    font-size: 24px;
  }
}
.timer .timer-el .timer-el-text {
  font-size: 8px;
  line-height: 8px;
  font-weight: bold;
  color: #021344;
}
@media (min-width: 720px) {
  .timer .timer-el .timer-el-text {
    font-size: 10px;
    line-height: 10px;
  }
}
.timer.timer--auction {
  margin-right: 0;
  background-color: #f4f4f4;
}
.timer.timer--auction .timer-el {
  min-width: 30px;
}
.timer.timer--auction .timer-el .timer-el-val {
  font-size: 12px;
}
@media (min-width: 720px) {
  .timer.timer--auction .timer-el .timer-el-val {
    font-size: 16px;
  }
}
.timer.timer--auction .timer-el .timer-el-text {
  font-size: 7px;
  line-height: 7px;
}
@media (min-width: 720px) {
  .timer.timer--auction .timer-el .timer-el-text {
    font-size: 8px;
    line-height: 8px;
  }
}
.content {
  overflow: hidden;
  color: #021344;
}
.content p {
  font-weight: 400;
  margin-bottom: 20px;
  color: #021344;
}
@media (min-width: 720px) {
  .content p {
    font-size: 16px;
    line-height: 30px;
  }
}
.content img {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .content img.alignright {
    float: right;
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .content img.alignleft {
    float: left;
    margin-right: 40px;
  }
}
.content img.aligncenter {
  margin: 0 auto;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content p,
.content ol,
.content ul,
.content table,
.content blockquote,
.content pre,
.content iframe {
  margin-bottom: 10px;
}
.content h1:last-child,
.content h2:last-child,
.content h3:last-child,
.content h4:last-child,
.content p:last-child,
.content ol:last-child,
.content ul:last-child,
.content table:last-child,
.content blockquote:last-child,
.content pre:last-child,
.content iframe:last-child {
  margin-bottom: 10px;
}
.content ol {
  list-style-type: decimal;
  margin-left: 20px;
}
.content ul {
  margin: 10px 20px;
}
.content ul li {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
  line-height: 22px;
}
.content ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  color: #1f50ff;
  width: 5px;
  height: 5px;
  line-height: 5px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #1f50ff;
}
.content blockquote {
  padding: 10px 20px;
  padding-left: 20px;
  border-left: 2px solid color;
  font-size: 1.2em;
  line-height: 1.5em;
  font-style: italic;
  position: relative;
  border-left: 4px solid #1f50ff;
  margin-bottom: 20px;
}
.content pre {
  background: rgba(0,0,0,0.05);
  padding: 10px sep;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.content a {
  text-decoration: none;
}
.content a:hover:not(.btn) {
  text-decoration: underline;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

