@import url(liferay.css);
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px; } }
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

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

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

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

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

  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

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

  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

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

  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
.d-none {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

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

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

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

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

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

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

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

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

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

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

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

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

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

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

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

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

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

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

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

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

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

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

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

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

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

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

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

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

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

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

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

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

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

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

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

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

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

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

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

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

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

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

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

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

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

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

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

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

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

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

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

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

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

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

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

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

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

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

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

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

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

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

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

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

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

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

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

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

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

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

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

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

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

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

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

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

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

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

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

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

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

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

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

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

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

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

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

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

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

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

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

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

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

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

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

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

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

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

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

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

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

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

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

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

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

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

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

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

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

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

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

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

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

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

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

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

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

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

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

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

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

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

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

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

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

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

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

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

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

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

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

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

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

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

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

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
.m-0 {
  margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important; }

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

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

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

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

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1, .my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2, .my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important; }

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

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

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

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

  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-n1 {
    margin: -0.25rem !important; }

  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important; }

  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important; }

  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important; }

  .m-sm-n2 {
    margin: -0.5rem !important; }

  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important; }

  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important; }

  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important; }

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

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

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

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

  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-n1 {
    margin: -0.25rem !important; }

  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important; }

  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important; }

  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important; }

  .m-md-n2 {
    margin: -0.5rem !important; }

  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important; }

  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important; }

  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important; }

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

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

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

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

  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-lg-n1 {
    margin: -0.25rem !important; }

  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important; }

  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important; }

  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important; }

  .m-lg-n2 {
    margin: -0.5rem !important; }

  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important; }

  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important; }

  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important; }

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

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

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

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

  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xl-n1 {
    margin: -0.25rem !important; }

  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important; }

  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important; }

  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important; }

  .m-xl-n2 {
    margin: -0.5rem !important; }

  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important; }

  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important; }

  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important; } }
/*# sourceMappingURL=assets/css/bootstrap-grid.min.css.map */
.message {
  position: fixed;
  min-width: 30%;
  display: flex;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  z-index: 330; }
  .message .message_text {
    flex-grow: 1;
    font-size: 14px;
    line-height: 1.25;
    max-width: 500px; }
  .message .message_close {
    flex-shrink: 0;
    margin: -10px -5px auto auto;
    padding-left: 15px;
    font-size: 17px;
    line-height: 1;
    color: inherit;
    cursor: pointer; }
  .message._bottom-gap {
    margin-bottom: 20px; }
  .message._offset-top-center {
    top: 1%;
    left: 50%;
    margin-left: calc(-30% / 2); }
  .message._top-center {
    top: 0;
    left: 50%;
    margin-left: calc(-30% / 2); }
  .message._top-left {
    top: 0;
    left: 0; }
  .message._top-right {
    top: 0;
    right: 0; }
  .message._top-fullwidth {
    top: 0;
    left: 0;
    width: 100%; }
  .message._success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d; }
  .message._info {
    background-color: #d9edf7;
    border-color: #c4e3f3;
    color: #31708f; }
  .message._warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b; }
  .message._error {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442; }

/*@import '_fonts.scss';*/
/*@import '_variables.scss';*/
/*@import '_mixins.scss';*/
@font-face {
  font-family: 'Gilroy';
  src: url("aui/gilroy-medium.eot");
  src: url("aui/gilroy-medium.eot?#iefix") format("embedded-opentype"), url("aui/gilroy-medium.woff2") format("woff2"), url("aui/gilroy-medium.woff") format("woff"), url("aui/gilroy-medium.ttf") format("truetype"), url("aui/gilroy-medium.svg#gilroy-medium") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("aui/gilroy-bold.eot");
  src: url("aui/gilroy-bold.eot?#iefix") format("embedded-opentype"), url("aui/gilroy-bold.woff2") format("woff2"), url("aui/gilroy-bold.woff") format("woff"), url("aui/gilroy-bold.ttf") format("truetype"), url("aui/gilroy-bold.svg#gilroy-bold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("aui/gilroy-regular.eot");
  src: url("aui/gilroy-regular.eot?#iefix") format("embedded-opentype"), url("aui/gilroy-regular.woff2") format("woff2"), url("aui/gilroy-regular.woff") format("woff"), url("aui/gilroy-regular.ttf") format("truetype"), url("aui/gilroy-regular.svg#gilroy-regular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'open-sans-condensed';
  src: url("aui/SFUIText-Regular.ttf") format("opentype"); }

@font-face {
  font-family: 'Gilroy';
  src: url("aui/gilroy-medium.eot");
  src: url("aui/gilroy-medium.eot?#iefix") format("embedded-opentype"), url("aui/gilroy-medium.woff2") format("woff2"), url("aui/gilroy-medium.woff") format("woff"), url("aui/gilroy-medium.ttf") format("truetype"), url("aui/gilroy-medium.svg#gilroy-medium") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("aui/gilroy-bold.eot");
  src: url("aui/gilroy-bold.eot?#iefix") format("embedded-opentype"), url("aui/gilroy-bold.woff2") format("woff2"), url("aui/gilroy-bold.woff") format("woff"), url("aui/gilroy-bold.ttf") format("truetype"), url("aui/gilroy-bold.svg#gilroy-bold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("aui/gilroy-regular.eot");
  src: url("aui/gilroy-regular.eot?#iefix") format("embedded-opentype"), url("aui/gilroy-regular.woff2") format("woff2"), url("aui/gilroy-regular.woff") format("woff"), url("aui/gilroy-regular.ttf") format("truetype"), url("aui/gilroy-regular.svg#gilroy-regular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'open-sans-condensed';
  src: url("aui/SFUIText-Regular.ttf") format("opentype"); }

.nav-btn {
  margin-left: 30px;
  position: relative;
  z-index: 998;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: none; }
  @media (max-width: 991px) {
    .nav-btn {
      display: block; } }
  @media (max-width: 500px) {
    .nav-btn {
      margin-left: 15px; } }
  .nav-btn:hover .btn-bar {
    background: white; }
  .nav-btn .btn-bar {
    border-radius: 5px;
    position: absolute;
    left: 0;
    background: #7b7b7c;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out 0.15s, top 0.3s ease-in-out 0.15s;
    height: 1px;
    width: 30px; }
    .nav-btn .btn-bar:nth-child(1) {
      transform: translate(0, 9px); }
    .nav-btn .btn-bar:nth-child(2) {
      transform: translate(0, 15px); }
    .nav-btn .btn-bar:nth-child(3) {
      transform: translate(0, 21px); }

@media (max-width: 991px) {
  .header-navigat {
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
    width: 320px;
    height: calc(100vh - 52px);
    overflow: auto;
    padding: 0;
    margin: 0;
    transition: z-index 0.01s ease-in-out 0.3s, 0.3s ease-in-out 0s;
    transform: translate(100%, 0%) scale(1); } }
  @media (max-width: 991px) and (max-width: 500px) {
    .header-navigat {
      height: calc(100vh - 64px); } }

.main-header.open .btn-bar {
  background: #7b7b7c;
  height: 1px;
  transition: transform 0.3s ease-in-out 0.15s; }
  .main-header.open .btn-bar:nth-child(1) {
    transform: translate(0, 13px) rotate(-45deg) scale(0.9); }
  .main-header.open .btn-bar:nth-child(2) {
    opacity: 0;
    transition: opacity 0.15s ease-in-out; }
  .main-header.open .btn-bar:nth-child(3) {
    transform: translate(0, 13px) rotate(45deg) scale(0.9); }
@media (max-width: 991px) {
  .main-header.open .header-navigat {
    z-index: 5;
    transition: z-index 0.01s ease-in-out 0.3s, 0.6s ease-in-out 0.03s;
    opacity: 1;
    transform: translate(0, 0%) scale(1); } }

.container-main-header {
  background: #282833; }

.main-header {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(104px, 10%) 1fr auto;
  grid-column-gap: 5%;
  height: 100%;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px; }
  @media (max-width: 991px) {
    .main-header {
      grid-template-columns: minmax(104px, 15%) 1fr auto;
      grid-gap: 0; } }
  @media (max-width: 500px) {
    .main-header {
      grid-gap: 0;
      grid-template-columns: minmax(100px, 26%) 1fr auto; } }
  .main-header:after, .main-header:before {
    content: none !important; }
  .main-header .header-logo a {
    text-decoration: none;
    font-size: 0;
    line-height: 1 !important; }
  .main-header .header-logo img {
    width: 100%;
    height: auto; }
  @media (max-width: 991px) {
    .main-header .header-navigat {
      background: #282833;
      margin-top: 52px;
      padding-top: 30px;
      width: 250px;
      display: grid;
      grid-auto-columns: 100%;
      grid-template-rows: minmax(auto, 1fr) 42px; } }
  @media (max-width: 500px) {
    .main-header .header-navigat {
      margin-top: 64px; } }
  .main-header .header-navigat .navigat-footer {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px; }
    .main-header .header-navigat .navigat-footer a {
      font: 400 12px/1.2 "Gilroy", Sans-Serif;
      color: #7b7b7c;
      text-decoration: none;
      white-space: nowrap; }
      .main-header .header-navigat .navigat-footer a:hover, .main-header .header-navigat .navigat-footer a:focus {
        color: white; }
      .main-header .header-navigat .navigat-footer a.language-link {
        color: white; }
    @media (max-width: 991px) {
      .main-header .header-navigat .navigat-footer {
        display: flex; } }
  .main-header .header-navigat .navigat-list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0; }
    @media (max-width: 991px) {
      .main-header .header-navigat .navigat-list {
        flex-direction: column; } }
    .main-header .header-navigat .navigat-list i {
      padding: 6px 7px;
      margin-left: 2px;
      color: #7b7b7c; }
      @media (max-width: 991px) {
        .main-header .header-navigat .navigat-list i {
          color: #7b7b7c; } }
    .main-header .header-navigat .navigat-list > li {
      margin: 3px 20px;
      list-style: none;
      line-height: 1;
      display: flex;
      align-items: center; }
      @media (max-width: 1600px) {
        .main-header .header-navigat .navigat-list > li {
          margin: 3px 10px; } }
      @media (max-width: 991px) {
        .main-header .header-navigat .navigat-list > li {
          width: 100%;
          flex-direction: column;
          align-items: flex-end;
          padding: 0 15px;
          margin: 5px 0; } }
      .main-header .header-navigat .navigat-list > li:before {
        content: none; }
      .main-header .header-navigat .navigat-list > li.dropdown:hover .child-menu {
        transform: translate(-50%, 0) scale(1);
        z-index: 100;
        opacity: 1;
        transition: z-index 0s linear 0s, transform 0s linear 0s, opacity 0.2s linear 0s; }
        @media (max-width: 991px) {
          .main-header .header-navigat .navigat-list > li.dropdown:hover .child-menu {
            transform: translate(0%, 0) scale(1); } }
      .main-header .header-navigat .navigat-list > li.dropdown.item-active .child-menu {
        transform: translate(-50%, 0) scale(1);
        z-index: 100;
        opacity: 1;
        transition: z-index 0s linear 0s, transform 0s linear 0s, opacity 0.2s linear 0s; }
        @media (max-width: 991px) {
          .main-header .header-navigat .navigat-list > li.dropdown.item-active .child-menu {
            transform: translate(0%, 0) scale(1); } }
    .main-header .header-navigat .navigat-list a {
      color: #7b7b7c;
      font: 500 11px/1.1 "Gilroy", Sans-Serif;
      text-transform: uppercase;
      display: inline-block;
      text-decoration: none;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      transition: .3s;
      padding: 3px;
      position: relative; }
      @media (max-width: 991px) {
        .main-header .header-navigat .navigat-list a {
          font-size: 18px;
          text-transform: none; } }
      .main-header .header-navigat .navigat-list a:after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #dd273f;
        position: absolute;
        left: 3px;
        bottom: 0;
        transition: 0.3s linear; }
      .main-header .header-navigat .navigat-list a:hover, .main-header .header-navigat .navigat-list a:focus {
        color: white; }
        .main-header .header-navigat .navigat-list a:hover i, .main-header .header-navigat .navigat-list a:focus i {
          color: white; }
        .main-header .header-navigat .navigat-list a:hover:after, .main-header .header-navigat .navigat-list a:focus:after {
          width: 70%; }
    .main-header .header-navigat .navigat-list .child-menu {
      background: #282833;
      border-radius: 6px;
      padding: 20px;
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translate(-50%, 0) scale(0);
      margin: 0;
      z-index: -1;
      opacity: 0;
      box-shadow: 0 0 4px rgba(35, 36, 38, 0.75);
      transition: z-index 0s linear 0.4s, transform 0s linear 0.4s, opacity .2s linear .1s; }
      @media (max-width: 991px) {
        .main-header .header-navigat .navigat-list .child-menu {
          background: transparent;
          position: static;
          top: 0;
          left: auto;
          transform: translate(0%, 0) scale(1);
          padding: 0 !important;
          margin-top: 10px;
          opacity: 1;
          z-index: auto; } }
      .main-header .header-navigat .navigat-list .child-menu li {
        margin: 3px 0;
        list-style: none;
        line-height: 1; }
        @media (max-width: 991px) {
          .main-header .header-navigat .navigat-list .child-menu li {
            display: flex;
            width: 100%;
            justify-content: flex-end; } }
        .main-header .header-navigat .navigat-list .child-menu li:before {
          content: none; }
        .main-header .header-navigat .navigat-list .child-menu li a {
          color: #7b7b7c; }
          @media (max-width: 991px) {
            .main-header .header-navigat .navigat-list .child-menu li a {
              font-size: 15px; } }
          .main-header .header-navigat .navigat-list .child-menu li a:hover, .main-header .header-navigat .navigat-list .child-menu li a:focus {
            color: white; }
  .main-header .header-right-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 160px; }
    @media (max-width: 991px) {
      .main-header .header-right-section {
        max-width: none; } }
  .main-header .sign-in-avatar-link {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s linear;
    font-size: 0; }
    @media (max-width: 1600px) {
      .main-header .sign-in-avatar-link {
        width: 30px;
        height: 30px;
        margin-right: 0; } }
    .main-header .sign-in-avatar-link svg {
      width: 18px;
      height: auto;
      fill: #dd273f;
      transition: 0.3s linear; }
      @media (max-width: 500px) {
        .main-header .sign-in-avatar-link svg {
          width: 18px; } }
    .main-header .sign-in-avatar-link:hover svg {
      fill: #e14157; }
  .main-header .sign-out-avatar-link {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #dd273f;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s linear; }
    @media (max-width: 500px) {
      .main-header .sign-out-avatar-link {
        width: 35px;
        height: 35px;
        margin-right: 0; } }
    .main-header .sign-out-avatar-link svg {
      width: 18px;
      height: auto;
      fill: #2a2d38;
      transition: 0.3s linear; }
      @media (max-width: 500px) {
        .main-header .sign-out-avatar-link svg {
          width: 18px; } }
    .main-header .sign-out-avatar-link:hover svg {
      fill: gray; }
  .main-header .user-name-container {
    display: flex;
    align-items: center; }
    .main-header .user-name-container .user-email-link {
      color: #7b7b7c;
      font: 600 12px/1.2 "Gilroy", Sans-Serif;
      white-space: nowrap;
      margin-right: 10px;
      text-decoration: none; }

@font-face {
  font-family: 'Gilroy';
  src: url("aui/gilroy-medium.eot");
  src: url("aui/gilroy-medium.eot?#iefix") format("embedded-opentype"), url("aui/gilroy-medium.woff2") format("woff2"), url("aui/gilroy-medium.woff") format("woff"), url("aui/gilroy-medium.ttf") format("truetype"), url("aui/gilroy-medium.svg#gilroy-medium") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("aui/gilroy-bold.eot");
  src: url("aui/gilroy-bold.eot?#iefix") format("embedded-opentype"), url("aui/gilroy-bold.woff2") format("woff2"), url("aui/gilroy-bold.woff") format("woff"), url("aui/gilroy-bold.ttf") format("truetype"), url("aui/gilroy-bold.svg#gilroy-bold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("aui/gilroy-regular.eot");
  src: url("aui/gilroy-regular.eot?#iefix") format("embedded-opentype"), url("aui/gilroy-regular.woff2") format("woff2"), url("aui/gilroy-regular.woff") format("woff"), url("aui/gilroy-regular.ttf") format("truetype"), url("aui/gilroy-regular.svg#gilroy-regular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'open-sans-condensed';
  src: url("aui/SFUIText-Regular.ttf") format("opentype"); }

.container-footer {
  background: #252731; }

.footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 7px;
  padding-bottom: 7px; }
  @media (max-width: 768px) {
    .footer {
      grid-template-columns: 100%;
      grid-template-rows: auto;
      grid-gap: 0; } }
  .footer:after, .footer:before {
    content: none !important; }
  .footer p {
    font: 400 12px/1.2 "Gilroy", Sans-Serif;
    color: #7b7b7c;
    white-space: nowrap; }
  .footer a {
    font: 400 12px/1.2 "Gilroy", Sans-Serif;
    color: #7b7b7c;
    white-space: nowrap;
    text-decoration: none; }
    .footer a:hover, .footer a:focus {
      color: white; }
  .footer .footer-support {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 768px) {
      .footer .footer-support {
        justify-content: center; } }
  .footer .footer-copy {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .footer .footer-copy {
        display: none; } }
    .footer .footer-copy p {
      margin-right: 30px; }
  .footer .footer-partners {
    display: grid;
    grid-template-columns: 79px 100px 37px 25px;
    grid-column-gap: 5%;
    align-items: center;
    justify-content: center; }
    @media (max-width: 768px) {
      .footer .footer-partners {
        grid-template-columns: 85px 100px 40px 28px; } }
    .footer .footer-partners img {
      width: 100%;
      height: auto;
      filter: contrast(0.5); }
    .footer .footer-partners .thedex {
      filter: grayscale(1); }
    .footer .footer-partners a {
      font-size: 0; }
      .footer .footer-partners a:hover img, .footer .footer-partners a:focus img {
        opacity: 1;
        filter: grayscale(0) opacity(100%); }
      .footer .footer-partners a:hover .thedex, .footer .footer-partners a:focus .thedex {
        filter: none; }
  .footer .footer-right {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 768px) {
      .footer .footer-right {
        display: none; } }
  .footer .footer-language {
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }

::-webkit-scrollbar-track {
  background-color: transparent; }

::-webkit-scrollbar {
  width: 5px;
  background-color: #2a2d38;
  border: 1px solid #7b7b7c;
  border-radius: 3px; }

::-webkit-scrollbar-thumb {
  background-color: #dd273f;
  border-radius: 3px; }

::-webkit-resizer {
  display: none; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal !important;
  letter-spacing: 0 !important;
  box-sizing: border-box; }

html, body {
  margin: 0 !important;
  padding: 0 !important;
  text-rendering: optimizeLegibility;
  background-image: url("/ex-theme/images/background.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-color: #23252f; }
  html button, html a, body button, body a {
    cursor: pointer; }

@media (min-width: 1600px) {
  .container {
    max-width: 1400px; } }

#wrapper {
  min-height: 100vh;
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  grid-template-rows: 64px minmax(auto, 1fr) minmax(54px, auto);
  grid-row-gap: 20px; }
  @media (max-width: 1600px) {
    #wrapper {
      grid-template-rows: 64px minmax(auto, 1fr) minmax(48px, auto);
      grid-row-gap: 20px; } }
  @media (max-width: 500px) {
    #wrapper {
      grid-row-gap: 10px;
      grid-template-rows: 64px minmax(auto, 1fr) minmax(48px, auto); } }

[disabled] {
  opacity: .5;
  pointer-events: none; }

.btn-mini-success {
  color: white;
  background: #25bd6e;
  padding: 5px 7px;
  font: 600 14px/1 "Gilroy", Sans-Serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: none;
  transition: 0.3s linear; }
  .btn-mini-success:focus-visible {
    outline: none; }
  .btn-mini-success:focus, .btn-mini-success:hover {
    background: #14683c; }
  @media (max-width: 1600px) {
    .btn-mini-success {
      font-size: 12px;
      padding: 7px 8px; } }

.btn-mini-info {
  color: white;
  background: #05afe3;
  padding: 5px 7px;
  font: 600 14px/1 "Gilroy", Sans-Serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: none;
  transition: 0.3s linear; }
  .btn-mini-info:focus-visible {
    outline: none; }
  .btn-mini-info:focus, .btn-mini-info:hover {
    background: #03627f; }
  @media (max-width: 1600px) {
    .btn-mini-info {
      font-size: 12px;
      padding: 7px 8px; } }

.btn-mini-danger {
  color: white;
  background: #e85661;
  padding: 5px 7px;
  font: 600 14px/1 "Gilroy", Sans-Serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: none;
  transition: 0.3s linear; }
  .btn-mini-danger:focus-visible {
    outline: none; }
  .btn-mini-danger:focus, .btn-mini-danger:hover {
    background: #be1a26; }
  @media (max-width: 1600px) {
    .btn-mini-danger {
      font-size: 12px;
      padding: 7px 8px; } }

.btn-mini-warning {
  color: white;
  background: #e85661;
  padding: 5px 7px;
  font: 600 14px/1 "Gilroy", Sans-Serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: none;
  transition: 0.3s linear; }
  .btn-mini-warning:focus-visible {
    outline: none; }
  .btn-mini-warning:focus, .btn-mini-warning:hover {
    background: #be1a26; }
  @media (max-width: 1600px) {
    .btn-mini-warning {
      font-size: 12px;
      padding: 7px 8px; } }

.btn-mini-inverse {
  color: white;
  background: #e2821e;
  padding: 5px 7px;
  font: 600 14px/1 "Gilroy", Sans-Serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: none;
  transition: 0.3s linear; }
  .btn-mini-inverse:focus-visible {
    outline: none; }
  .btn-mini-inverse:focus, .btn-mini-inverse:hover {
    background: #884e12; }
  @media (max-width: 1600px) {
    .btn-mini-inverse {
      font-size: 12px;
      padding: 7px 8px; } }

.btn-mini-specific-success {
  color: white;
  background: #25bd6e;
  padding: 5px 7px;
  font: 600 14px/1 "Gilroy", Sans-Serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: none;
  transition: 0.3s linear; }
  .btn-mini-specific-success:focus-visible {
    outline: none; }
  .btn-mini-specific-success:focus, .btn-mini-specific-success:hover {
    background: #14683c; }
  @media (max-width: 1600px) {
    .btn-mini-specific-success {
      font-size: 12px;
      padding: 7px 8px; } }

.badge {
  font: 400 13px/1.1 "Gilroy", Sans-Serif;
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 8px;
  border-radius: 3px;
  background: #7b7b7c;
  white-space: nowrap; }

.badge-info {
  background: #05afe3; }

.badge-inverse {
  background: #e2821e; }

.badge-warning {
  background: #e85661; }

.badge-success {
  background: #25bd6e; }

.badge-important {
  background: #000; }

.badge-specific-warning {
  background: #c43a8d; }

.btn-border {
  font: 700 16px/1 "Gilroy", Sans-Serif;
  min-height: 62px;
  max-width: 100%;
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  padding: 5px 15px;
  border: 1px solid #dd273f;
  color: white;
  position: relative;
  background: #2a2d38;
  transition: 0.3s linear; }
  .btn-border:focus-visible {
    outline: none; }
  @media (max-width: 1600px) {
    .btn-border {
      font-size: 14px;
      min-height: 56px; } }
  @media (max-width: 500px) {
    .btn-border {
      min-height: 52px; } }
  .btn-border span {
    font: inherit; }
  .btn-border:hover {
    background: #dd273f; }

.btn-grd {
  font: 700 16px/1 "Gilroy", Sans-Serif;
  min-height: 62px;
  max-width: 100%;
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  padding: 5px 15px;
  color: white;
  border: 2px solid #dd273f;
  background: #dd273f;
  position: relative;
  transition: 0.3s linear;
  overflow: hidden; }
  .btn-grd:focus-visible {
    outline: none; }
  @media (max-width: 1600px) {
    .btn-grd {
      font-size: 14px;
      min-height: 56px; } }
  @media (max-width: 500px) {
    .btn-grd {
      min-height: 52px; } }
  .btn-grd span {
    font: inherit; }
  .btn-grd span {
    position: relative;
    z-index: 1;
    color: white; }
  .btn-grd:hover {
    background: #2a2d38; }

p {
  font: 500 16px/1.5 "Gilroy", Sans-Serif;
  color: #7b7b7c;
  padding: 0;
  margin: 0; }
  @media (max-width: 1600px) {
    p {
      font: 400 14px/1.5 "Gilroy", Sans-Serif; } }
  p a {
    font: inherit;
    color: #dd273f;
    transition: 0.3s linear;
    text-decoration: none; }
    p a:hover {
      color: white; }

ul {
  margin: 0;
  padding: 0; }
  ul > li {
    color: #7b7b7c;
    font: 400 14px/1.3 "Gilroy", Sans-Serif;
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
    display: block; }
    @media (max-width: 1600px) {
      ul > li {
        font: 400 14px/1.5 "Gilroy", Sans-Serif;
        margin-top: 8px; } }
    ul > li a {
      text-decoration: none; }
    ul > li:before {
      content: '';
      font-size: 0;
      vertical-align: middle;
      display: inline-block;
      margin-top: -2px;
      margin-right: 13px;
      width: 5px;
      height: 5px;
      border-radius: 100%;
      background: #dd273f; }
      @media (max-width: 1600px) {
        ul > li:before {
          margin-right: 8px; } }
    ul > li ul {
      margin: 0 0 0 10px;
      padding: 0; }
      @media (max-width: 768px) {
        ul > li ul {
          margin: 0 0 0 8px; } }
      ul > li ul li {
        color: #7b7b7c;
        font: 400 14px/1.3 "Gilroy", Sans-Serif;
        padding: 0;
        margin: 10px 0 0 0;
        list-style: none;
        display: block; }
        @media (max-width: 1600px) {
          ul > li ul li {
            font: 400 14px/1.5 "Gilroy", Sans-Serif;
            margin-top: 8px; } }
        ul > li ul li:before {
          content: '';
          font-size: 0;
          vertical-align: middle;
          display: inline-block;
          margin-top: -2px;
          margin-right: 13px;
          width: 4px;
          height: 4px;
          border-radius: 100%;
          background: #dd273f; }
          @media (max-width: 1600px) {
            ul > li ul li:before {
              margin-right: 8px; } }

ol {
  counter-reset: myCounter;
  list-style-type: none;
  padding: 0; }
  ol.one {
    counter-reset: myCounter; }
  ol.two {
    counter-reset: myCounter 1; }
  ol.three {
    counter-reset: myCounter 2; }
  ol.four {
    counter-reset: myCounter 3; }
  ol.five {
    counter-reset: myCounter 4; }
  ol.six {
    counter-reset: myCounter 5; }
  ol.seven {
    counter-reset: myCounter 6; }
  ol.eight {
    counter-reset: myCounter 7; }
  ol.nine {
    counter-reset: myCounter 8; }
  ol.ten {
    counter-reset: myCounter 9; }
  ol.eleven {
    counter-reset: myCounter 10; }
  ol.twelve {
    counter-reset: myCounter 11; }
  ol > li {
    color: #7b7b7c;
    font: 700 14px/1.3 "Gilroy", Sans-Serif;
    padding: 0;
    margin: 10px 0 0 0;
    display: block; }
    @media (max-width: 1600px) {
      ol > li {
        font: 500 14px/1.5 "Gilroy", Sans-Serif;
        margin-top: 8px; } }
    ol > li a {
      text-decoration: none; }
    ol > li:before {
      font-family: "Gilroy", Sans-Serif;
      counter-increment: myCounter;
      content: counters(myCounter,".") ".";
      color: #7b7b7c;
      margin-right: 10px; }
      @media (max-width: 1600px) {
        ol > li:before {
          margin-right: 8px; } }
    ol > li ol > li {
      font: 400 14px/1.3 "Gilroy", Sans-Serif; }
      @media (max-width: 1600px) {
        ol > li ol > li {
          font: 400 14px/1.5 "Gilroy", Sans-Serif; } }
  ol ol, ol ul {
    margin: 0 0 0 20px; }
    @media (max-width: 768px) {
      ol ol, ol ul {
        margin: 0 0 0 15px; } }

h1 {
  color: white;
  font: 700 28px/1.5 "Gilroy", Sans-Serif; }
  @media (max-width: 991px) {
    h1 {
      font-size: 26px; } }
  h1 a {
    font: inherit;
    color: inherit;
    transition: 0.3s linear;
    text-decoration: none; }
    h1 a:hover {
      color: white; }

h2 {
  color: white;
  font: 700 22px/1.5 "Gilroy", Sans-Serif; }
  @media (max-width: 991px) {
    h2 {
      font-size: 18px; } }
  h2 a {
    font: inherit;
    color: inherit;
    transition: 0.3s linear;
    text-decoration: none; }
    h2 a:hover {
      color: white; }

h3 {
  color: white;
  font: 700 20px/1.3 "Gilroy", Sans-Serif; }
  h3 a {
    font: inherit;
    color: inherit;
    transition: 0.3s linear;
    text-decoration: none; }
    h3 a:hover {
      color: #e6e6e6; }

h4 {
  color: white;
  font: 700 16px/1.3 "Gilroy", Sans-Serif; }
  @media (max-width: 1600px) {
    h4 {
      font-size: 14px; } }
  h4 a {
    font: inherit;
    color: inherit;
    transition: 0.3s linear;
    text-decoration: none; }
    h4 a:hover {
      color: white; }

select,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"],
.textfield {
  font: 400 16px/1.2 "Gilroy", Sans-Serif;
  color: white;
  background: #2a2d38;
  border-radius: 6px;
  border: 1px solid #7b7b7c;
  outline: none;
  min-height: 58px;
  padding: 5px 15px;
  transition: 0.3s linear;
  width: 100%;
  max-width: 500px;
  margin-top: 12px; }
  @media (max-width: 1600px) {
    select,
    input[type="text"],
    input[type="password"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="url"],
    .textfield {
      font-size: 14px;
      min-height: 58px; } }
  @media (max-width: 979px) {
    select,
    input[type="text"],
    input[type="password"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="url"],
    .textfield {
      font-size: 14px !important;
      min-height: 58px; } }
  @media (max-width: 768px) {
    select,
    input[type="text"],
    input[type="password"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="url"],
    .textfield {
      min-height: 52px; } }
  @media (max-width: 500px) {
    select,
    input[type="text"],
    input[type="password"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="url"],
    .textfield {
      min-height: 48px; } }
  select::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  .textfield::-webkit-input-placeholder {
    color: #7b7b7c;
    font: 400 16px/1.2 "Gilroy", Sans-Serif; }
    @media (max-width: 1600px) {
      select::-webkit-input-placeholder,
      input[type="text"]::-webkit-input-placeholder,
      input[type="password"]::-webkit-input-placeholder,
      input[type="number"]::-webkit-input-placeholder,
      input[type="email"]::-webkit-input-placeholder,
      input[type="tel"]::-webkit-input-placeholder,
      input[type="url"]::-webkit-input-placeholder,
      .textfield::-webkit-input-placeholder {
        font-size: 14px; } }
  select::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  .textfield::-moz-placeholder {
    color: #7b7b7c;
    font: 400 16px/1.2 "Gilroy", Sans-Serif; }
    @media (max-width: 1600px) {
      select::-moz-placeholder,
      input[type="text"]::-moz-placeholder,
      input[type="password"]::-moz-placeholder,
      input[type="number"]::-moz-placeholder,
      input[type="email"]::-moz-placeholder,
      input[type="tel"]::-moz-placeholder,
      input[type="url"]::-moz-placeholder,
      .textfield::-moz-placeholder {
        font-size: 14px; } }
  select:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  .textfield:-ms-input-placeholder {
    color: #7b7b7c;
    font: 400 16px/1.2 "Gilroy", Sans-Serif; }
    @media (max-width: 1600px) {
      select:-ms-input-placeholder,
      input[type="text"]:-ms-input-placeholder,
      input[type="password"]:-ms-input-placeholder,
      input[type="number"]:-ms-input-placeholder,
      input[type="email"]:-ms-input-placeholder,
      input[type="tel"]:-ms-input-placeholder,
      input[type="url"]:-ms-input-placeholder,
      .textfield:-ms-input-placeholder {
        font-size: 14px; } }
  select:-moz-placeholder,
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  .textfield:-moz-placeholder {
    color: #7b7b7c;
    font: 400 16px/1.2 "Gilroy", Sans-Serif; }
    @media (max-width: 1600px) {
      select:-moz-placeholder,
      input[type="text"]:-moz-placeholder,
      input[type="password"]:-moz-placeholder,
      input[type="number"]:-moz-placeholder,
      input[type="email"]:-moz-placeholder,
      input[type="tel"]:-moz-placeholder,
      input[type="url"]:-moz-placeholder,
      .textfield:-moz-placeholder {
        font-size: 14px; } }
  select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus,
  input[type="text"]:-webkit-autofill,
  input[type="text"]:-webkit-autofill:hover,
  input[type="text"]:-webkit-autofill:focus,
  input[type="password"]:-webkit-autofill,
  input[type="password"]:-webkit-autofill:hover,
  input[type="password"]:-webkit-autofill:focus,
  input[type="number"]:-webkit-autofill,
  input[type="number"]:-webkit-autofill:hover,
  input[type="number"]:-webkit-autofill:focus,
  input[type="email"]:-webkit-autofill,
  input[type="email"]:-webkit-autofill:hover,
  input[type="email"]:-webkit-autofill:focus,
  input[type="tel"]:-webkit-autofill,
  input[type="tel"]:-webkit-autofill:hover,
  input[type="tel"]:-webkit-autofill:focus,
  input[type="url"]:-webkit-autofill,
  input[type="url"]:-webkit-autofill:hover,
  input[type="url"]:-webkit-autofill:focus,
  .textfield:-webkit-autofill,
  .textfield:-webkit-autofill:hover,
  .textfield:-webkit-autofill:focus {
    border: 1px solid #7b7b7c;
    font: 400 16px/1.2 "Gilroy", Sans-Serif;
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0 1px #7b7b7c, 0 0 0 1000px #2a2d38 inset;
    transition: background-color 5000s ease-in-out 0s; }
    @media (max-width: 1600px) {
      select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus,
      input[type="text"]:-webkit-autofill,
      input[type="text"]:-webkit-autofill:hover,
      input[type="text"]:-webkit-autofill:focus,
      input[type="password"]:-webkit-autofill,
      input[type="password"]:-webkit-autofill:hover,
      input[type="password"]:-webkit-autofill:focus,
      input[type="number"]:-webkit-autofill,
      input[type="number"]:-webkit-autofill:hover,
      input[type="number"]:-webkit-autofill:focus,
      input[type="email"]:-webkit-autofill,
      input[type="email"]:-webkit-autofill:hover,
      input[type="email"]:-webkit-autofill:focus,
      input[type="tel"]:-webkit-autofill,
      input[type="tel"]:-webkit-autofill:hover,
      input[type="tel"]:-webkit-autofill:focus,
      input[type="url"]:-webkit-autofill,
      input[type="url"]:-webkit-autofill:hover,
      input[type="url"]:-webkit-autofill:focus,
      .textfield:-webkit-autofill,
      .textfield:-webkit-autofill:hover,
      .textfield:-webkit-autofill:focus {
        font-size: 14px; } }
  select:-webkit-autofill::first-line,
  input[type="text"]:-webkit-autofill::first-line,
  input[type="password"]:-webkit-autofill::first-line,
  input[type="number"]:-webkit-autofill::first-line,
  input[type="email"]:-webkit-autofill::first-line,
  input[type="tel"]:-webkit-autofill::first-line,
  input[type="url"]:-webkit-autofill::first-line,
  .textfield:-webkit-autofill::first-line {
    font-family: "Gilroy", Sans-Serif;
    font-size: 16px;
    color: white;
    font-weight: 400; }
    @media (max-width: 1600px) {
      select:-webkit-autofill::first-line,
      input[type="text"]:-webkit-autofill::first-line,
      input[type="password"]:-webkit-autofill::first-line,
      input[type="number"]:-webkit-autofill::first-line,
      input[type="email"]:-webkit-autofill::first-line,
      input[type="tel"]:-webkit-autofill::first-line,
      input[type="url"]:-webkit-autofill::first-line,
      .textfield:-webkit-autofill::first-line {
        font-size: 14px; } }
  select:hover, select:focus,
  input[type="text"]:hover,
  input[type="text"]:focus,
  input[type="password"]:hover,
  input[type="password"]:focus,
  input[type="number"]:hover,
  input[type="number"]:focus,
  input[type="email"]:hover,
  input[type="email"]:focus,
  input[type="tel"]:hover,
  input[type="tel"]:focus,
  input[type="url"]:hover,
  input[type="url"]:focus,
  .textfield:hover,
  .textfield:focus {
    border-color: #dd273f; }

.aui textarea {
  font: 400 14px/1.2 "Gilroy", Sans-Serif;
  color: white;
  border-radius: 6px;
  border: 1px solid #7b7b7c;
  background: #2a2d38;
  outline: none;
  min-height: 150px;
  padding: 5px 15px;
  transition: 0.3s linear;
  width: 500px;
  margin-top: 12px; }
  @media (max-width: 979px) {
    .aui textarea {
      font-size: 14px !important; } }
  @media (max-width: 768px) {
    .aui textarea {
      width: 100%; } }
  .aui textarea::-webkit-input-placeholder {
    font: 400 14px/1.2 "Gilroy", Sans-Serif;
    color: #7b7b7c; }
  .aui textarea::-moz-placeholder {
    font: 400 14px/1.2 "Gilroy", Sans-Serif;
    color: #7b7b7c; }
  .aui textarea:-ms-input-placeholder {
    font: 400 14px/1.2 "Gilroy", Sans-Serif;
    color: #7b7b7c; }
  .aui textarea:-moz-placeholder {
    font: 400 14px/1.2 "Gilroy", Sans-Serif;
    color: #7b7b7c; }
  .aui textarea:-webkit-autofill, .aui textarea:-webkit-autofill:hover, .aui textarea:-webkit-autofill:focus {
    font: 400 16px/1.2 "Gilroy", Sans-Serif;
    border: 1px solid #7b7b7c;
    -webkit-text-fill-color: white;
    transition: background-color 5000s ease-in-out 0s; }
    @media (max-width: 1600px) {
      .aui textarea:-webkit-autofill, .aui textarea:-webkit-autofill:hover, .aui textarea:-webkit-autofill:focus {
        font-size: 14px; } }
  .aui textarea:-webkit-autofill::first-line {
    font-family: "Gilroy", Sans-Serif;
    font-size: 16px;
    color: white;
    font-weight: 400; }
    @media (max-width: 1600px) {
      .aui textarea:-webkit-autofill::first-line {
        font-size: 14px; } }
  .aui textarea:hover, .aui textarea:focus {
    border-color: #25bd6e; }

.language-link {
  font: 400 12px/1.2 "Gilroy", Sans-Serif;
  color: white;
  border-radius: 6px;
  border: 1px solid #dd273f;
  outline: none;
  text-decoration: none;
  background: #2a2d38;
  padding: 5px 10px; }
  .language-link:hover, .language-link:focus {
    background: #dd273f;
    color: #000; }
  @media (max-width: 400px) {
    .language-link {
      padding: 2px 8px;
      font-size: 12px; } }

.card {
  padding: 30px;
  background: #2f333e;
  border-radius: 9px;
  max-width: 100%; }
  @media (max-width: 1600px) {
    .card {
      padding: 25px; } }
  @media (max-width: 500px) {
    .card {
      padding: 20px;
      border-radius: 6px; } }

.success {
  color: #25bd6e !important; }

.info {
  color: #7b7b7c !important; }

.danger {
  color: #e85661 !important; }

.inverse {
  color: #e2821e !important; }

.btn-mini-success {
  color: white;
  background: #25bd6e;
  padding: 5px 7px;
  font: 600 14px/1 "Gilroy", Sans-Serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: none;
  transition: 0.3s linear; }
  .btn-mini-success:focus-visible {
    outline: none; }
  .btn-mini-success:focus, .btn-mini-success:hover {
    background: #14683c; }
  @media (max-width: 1600px) {
    .btn-mini-success {
      font-size: 12px;
      padding: 7px 8px; } }

.btn-mini-info {
  color: white;
  background: #7b7b7c;
  padding: 5px 7px;
  font: 600 14px/1 "Gilroy", Sans-Serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: none;
  transition: 0.3s linear; }
  .btn-mini-info:focus-visible {
    outline: none; }
  .btn-mini-info:focus, .btn-mini-info:hover {
    background: #484849; }
  @media (max-width: 1600px) {
    .btn-mini-info {
      font-size: 12px;
      padding: 7px 8px; } }

.btn-mini-danger {
  color: white;
  background: #e85661;
  padding: 5px 7px;
  font: 600 14px/1 "Gilroy", Sans-Serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: none;
  transition: 0.3s linear; }
  .btn-mini-danger:focus-visible {
    outline: none; }
  .btn-mini-danger:focus, .btn-mini-danger:hover {
    background: #be1a26; }
  @media (max-width: 1600px) {
    .btn-mini-danger {
      font-size: 12px;
      padding: 7px 8px; } }

.btn-mini-warning {
  color: white;
  background: #e85661;
  padding: 5px 7px;
  font: 600 14px/1 "Gilroy", Sans-Serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: none;
  transition: 0.3s linear; }
  .btn-mini-warning:focus-visible {
    outline: none; }
  .btn-mini-warning:focus, .btn-mini-warning:hover {
    background: #be1a26; }
  @media (max-width: 1600px) {
    .btn-mini-warning {
      font-size: 12px;
      padding: 7px 8px; } }

.btn-mini-inverse {
  color: white;
  background: #e2821e;
  padding: 5px 7px;
  font: 600 14px/1 "Gilroy", Sans-Serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: none;
  transition: 0.3s linear; }
  .btn-mini-inverse:focus-visible {
    outline: none; }
  .btn-mini-inverse:focus, .btn-mini-inverse:hover {
    background: #884e12; }
  @media (max-width: 1600px) {
    .btn-mini-inverse {
      font-size: 12px;
      padding: 7px 8px; } }

.btn-mini-specific-success {
  color: white;
  background: #25bd6e;
  padding: 5px 7px;
  font: 600 14px/1 "Gilroy", Sans-Serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: none;
  transition: 0.3s linear; }
  .btn-mini-specific-success:focus-visible {
    outline: none; }
  .btn-mini-specific-success:focus, .btn-mini-specific-success:hover {
    background: #14683c; }
  @media (max-width: 1600px) {
    .btn-mini-specific-success {
      font-size: 12px;
      padding: 7px 8px; } }

.badge {
  font: 600 13px/1.1 "Gilroy", Sans-Serif;
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 8px;
  border-radius: 6px;
  white-space: nowrap;
  background: #7b7b7c; }

.badge-info {
  background: #05afe3; }

.badge-inverse {
  background: #e2821e; }

.badge-warning {
  background: #e85661; }

.badge-success {
  background: #25bd6e; }

.badge-important {
  background: #000000; }

.badge-specific-warning {
  background: #c43a8d; }

.btn-grd {
  font: 700 16px/1 "Gilroy", Sans-Serif;
  min-height: 62px;
  max-width: 100%;
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  padding: 5px 15px;
  color: white;
  border: 2px solid #dd273f;
  background: #dd273f;
  position: relative;
  transition: 0.3s linear;
  overflow: hidden;
  min-width: 120px; }
  .btn-grd:focus-visible {
    outline: none; }
  @media (max-width: 1600px) {
    .btn-grd {
      font-size: 14px;
      min-height: 56px; } }
  @media (max-width: 500px) {
    .btn-grd {
      min-height: 52px; } }
  .btn-grd span {
    font: inherit; }
  .btn-grd span {
    position: relative;
    z-index: 1;
    color: white; }
  .btn-grd:hover {
    background: #2a2d38; }

.center {
  text-align: center; }

.small {
  font: 400 14px/1.4 "Gilroy", Sans-Serif;
  color: #7b7b7c; }
  @media (max-width: 1600px) {
    .small {
      font-size: 12px; } }
  .small a {
    text-decoration: none; }

.h-100 {
  height: 100%; }

.mt-20 {
  margin-top: 10px; }

.mt-30 {
  margin-top: 20px; }
  @media (max-width: 1600px) {
    .mt-30 {
      margin-top: 10px; } }

.mt-0 {
  margin-top: 0; }

.wrapValidationInput {
  position: relative; }
  .wrapValidationInput > input {
    border: 1px solid #e85661 !important;
    color: #e85661 !important;
    transition: .5s; }

.popup-alert-notice, .popup-alert-warning {
  position: fixed !important; }

.alert {
  font: 400 11px/1.2 "Gilroy", Sans-Serif !important;
  color: white !important;
  padding: 12px 5px 12px 12px !important;
  margin: 15px auto 0 !important;
  border: none !important;
  border-radius: 6px !important;
  display: inline-flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 600px; }
  @media (max-width: 1600px) {
    .alert {
      padding: 10px 5px 10px 10px !important; } }
  .alert.alert-success {
    background: #25bd6e; }
  .alert.alert-error {
    background: #e85661; }
  .alert.alert-danger {
    background: #e2821e; }

.input-text-wrapper, .control-group {
  position: relative; }
  .input-text-wrapper.success textarea,
  .input-text-wrapper.success input, .control-group.success textarea,
  .control-group.success input {
    border-color: #25bd6e; }
  .input-text-wrapper.success [role="alert"], .control-group.success [role="alert"] {
    display: block;
    font: 400 11px/1.2 "Gilroy", Sans-Serif;
    color: #25bd6e; }
  .input-text-wrapper.danger textarea,
  .input-text-wrapper.danger input, .control-group.danger textarea,
  .control-group.danger input {
    border-color: #e2821e; }
  .input-text-wrapper.danger [role="alert"], .control-group.danger [role="alert"] {
    display: block;
    font: 400 11px/1.2 "Gilroy", Sans-Serif;
    color: #e2821e; }
  .input-text-wrapper.error textarea,
  .input-text-wrapper.error input, .control-group.error textarea,
  .control-group.error input {
    border-color: #e85661; }
  .input-text-wrapper.error [role="alert"], .control-group.error [role="alert"] {
    display: block;
    font: 400 11px/1.2 "Gilroy", Sans-Serif;
    color: #e85661; }

.info-message, .success-message, .warning-message, .error-message {
  padding: 7px;
  margin: 0;
  border-radius: 6px;
  display: inline-flex;
  align-items: flex-start;
  justify-content: space-between; }
  .info-message:after, .success-message:after, .warning-message:after, .error-message:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 13px;
    border: 5px solid transparent; }
  .info-message.top, .success-message.top, .warning-message.top, .error-message.top {
    padding: 12px 5px 12px 12px; }
    .info-message.top:after, .success-message.top:after, .warning-message.top:after, .error-message.top:after {
      content: none; }
  .info-message p, .success-message p, .warning-message p, .error-message p {
    font: 400 11px/1.2 "Gilroy", Sans-Serif;
    color: white;
    margin: 0; }
  .info-message .message_close, .success-message .message_close, .warning-message .message_close, .error-message .message_close {
    width: 8px;
    height: 8px;
    border: none;
    outline: none;
    background: none;
    padding: 0;
    position: relative;
    cursor: pointer;
    margin: -5px 5px 0 5px; }
    .info-message .message_close:hover, .info-message .message_close:focus, .success-message .message_close:hover, .success-message .message_close:focus, .warning-message .message_close:hover, .warning-message .message_close:focus, .error-message .message_close:hover, .error-message .message_close:focus {
      border: none;
      outline: none; }
      .info-message .message_close:hover:before, .info-message .message_close:focus:before, .success-message .message_close:hover:before, .success-message .message_close:focus:before, .warning-message .message_close:hover:before, .warning-message .message_close:focus:before, .error-message .message_close:hover:before, .error-message .message_close:focus:before {
        transform: rotate(90deg); }
      .info-message .message_close:hover:after, .info-message .message_close:focus:after, .success-message .message_close:hover:after, .success-message .message_close:focus:after, .warning-message .message_close:hover:after, .warning-message .message_close:focus:after, .error-message .message_close:hover:after, .error-message .message_close:focus:after {
        transform: rotate(-90deg); }
    .info-message .message_close:before, .info-message .message_close:after, .success-message .message_close:before, .success-message .message_close:after, .warning-message .message_close:before, .warning-message .message_close:after, .error-message .message_close:before, .error-message .message_close:after {
      position: absolute;
      top: 0;
      left: calc(8px / 2 - 2px);
      content: ' ';
      height: calc(8px);
      width: 1px;
      background-color: white;
      transition: .3s ease; }
    .info-message .message_close:before, .success-message .message_close:before, .warning-message .message_close:before, .error-message .message_close:before {
      transform: rotate(45deg); }
    .info-message .message_close:after, .success-message .message_close:after, .warning-message .message_close:after, .error-message .message_close:after {
      transform: rotate(-45deg); }

.error-message {
  background: #e85661; }
  .error-message:after {
    border-top-color: #e85661; }

.info-message {
  background: #05afe3; }
  .info-message:after {
    border-top-color: #05afe3; }

.success-message {
  background: #25bd6e; }
  .success-message:after {
    border-top-color: #25bd6e; }

.warning-message {
  background: #e2821e; }
  .warning-message:after {
    border-top-color: #e2821e; }

/*
Table start
 */
.main-container-table {
  position: relative; }
  .main-container-table .default-table-header {
    background: #2f333e;
    padding: 12px 20px;
    border-radius: 9px 9px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 76px; }
    @media (max-width: 500px) {
      .main-container-table .default-table-header {
        padding: 12px 10px;
        border-radius: 6px 6px 0 0; } }
    @media (max-width: 400px) {
      .main-container-table .default-table-header {
        height: 64px; } }
    .main-container-table .default-table-header h3 {
      color: white;
      margin: 0; }
      @media (max-width: 991px) {
        .main-container-table .default-table-header h3 {
          font-size: 26px;
          color: white;
          text-align: center;
          display: block;
          width: 100%; } }
      @media (max-width: 500px) {
        .main-container-table .default-table-header h3 {
          font-size: 18px; } }
  .main-container-table .dataTables_length label {
    color: #7b7b7c;
    font: 400 16px/1 "Gilroy", Sans-Serif;
    display: flex;
    align-items: center; }
    @media (max-width: 1600px) {
      .main-container-table .dataTables_length label {
        font-size: 14px; } }
    @media (max-width: 991px) {
      .main-container-table .dataTables_length label {
        font-size: 13px; } }
  .main-container-table .dataTables_length .select2-container {
    margin-right: 0;
    margin-left: 0;
    width: auto !important; }
  .main-container-table .dataTables_length .select2-selection--single {
    background-color: transparent;
    border-color: transparent;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: -2px;
    margin-left: 5px; }
    @media (max-width: 400px) {
      .main-container-table .dataTables_length .select2-selection--single {
        margin-left: 3px; } }
  .main-container-table .dataTables_length .select2-selection__rendered {
    color: #7b7b7c;
    font: inherit;
    padding-left: 0;
    padding-right: 0;
    font: inherit;
    font-size: 15.8px; }
    @media (max-width: 1600px) {
      .main-container-table .dataTables_length .select2-selection__rendered {
        font-size: 13.58px; } }
    @media (max-width: 991px) {
      .main-container-table .dataTables_length .select2-selection__rendered {
        font-size: 11.8px;
        line-height: 12px; } }
  .main-container-table .dataTables_length .select2-selection__arrow {
    height: 100%;
    width: auto;
    position: static;
    top: auto;
    right: auto;
    margin: 0 0 0 5px; }
  .main-container-table .dataTables_length .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #7b7b7c transparent transparent transparent;
    border-width: 5px 5px 0 5px;
    width: 0;
    font-size: 0;
    height: 0;
    margin: 3px 0 0 0;
    position: static;
    display: block; }
    @media (max-width: 991px) {
      .main-container-table .dataTables_length .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin: 2px 0 0 0; } }
  .main-container-table .dataTables_length .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #7b7b7c transparent;
    border-width: 0 5px 5px 5px;
    width: 0;
    font-size: 0;
    height: 0;
    position: static;
    margin: 3px 0 0 0;
    display: block; }
    @media (max-width: 991px) {
      .main-container-table .dataTables_length .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        margin: 2px 0 0 0; } }
  .main-container-table .dataTables_filter label {
    display: block;
    position: relative;
    font-size: 0; }
    .main-container-table .dataTables_filter label:after {
      content: "";
      display: inline-block;
      background: url("/ex-theme/images/icons/loupe.svg") no-repeat center;
      background-size: cover;
      width: 18px;
      height: 18px;
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translate(0, -50%); }
      @media (max-width: 991px) {
        .main-container-table .dataTables_filter label:after {
          width: 13px;
          height: 13px;
          right: 16px; } }
      @media (max-width: 400px) {
        .main-container-table .dataTables_filter label:after {
          width: 11px;
          height: 11px;
          right: 10px; } }
  .main-container-table .dataTables_filter input[type="search"] {
    box-sizing: content-box;
    appearance: none;
    background: transparent;
    font: 400 16px/1 "Gilroy", Sans-Serif;
    color: white;
    border: none;
    background: #2a2d38;
    border-radius: 6px;
    padding: 0 50px 0 20px;
    height: 52px;
    width: 150px;
    margin: 0;
    outline: none; }
    @media (max-width: 1600px) {
      .main-container-table .dataTables_filter input[type="search"] {
        font-size: 14px;
        height: 48px; } }
    @media (max-width: 991px) {
      .main-container-table .dataTables_filter input[type="search"] {
        font-size: 12px;
        border-radius: 3px;
        height: 26px;
        padding: 5px 35px 5px 15px;
        transition: 0.3s linear;
        width: 120px; } }
    @media (max-width: 400px) {
      .main-container-table .dataTables_filter input[type="search"] {
        height: 19px;
        padding: 5px 23px 5px 10px;
        width: 100px; } }
    @media (max-width: 350px) {
      .main-container-table .dataTables_filter input[type="search"] {
        width: 76px; } }
    .main-container-table .dataTables_filter input[type="search"]:focus-visible {
      outline: none; }
  .main-container-table .dataTables_filter input[type="search"]::-webkit-search-decoration,
  .main-container-table .dataTables_filter input[type="search"]::-webkit-search-cancel-button,
  .main-container-table .dataTables_filter input[type="search"]::-webkit-search-results-button,
  .main-container-table .dataTables_filter input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none; }
  .main-container-table .dataTables_wrapper {
    padding: 12px 0;
    background: #2a2d38;
    border-radius: 0 0 9px 9px; }
  .main-container-table .dataTables_info {
    color: #7b7b7c;
    font: 400 12px/1.2 "Gilroy", Sans-Serif;
    margin-left: 15px;
    margin-top: 10px; }
    @media (max-width: 768px) {
      .main-container-table .dataTables_info {
        margin-left: 0; } }
  .main-container-table .dataTables_paginate {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-right: 15px;
    margin-top: 10px; }
    @media (max-width: 768px) {
      .main-container-table .dataTables_paginate {
        margin-right: 0; } }
    .main-container-table .dataTables_paginate .paginate_button {
      border: 1px solid #7b7b7c;
      background: transparent;
      color: #7b7b7c !important;
      font: 500 11px/1.2 "Gilroy", Sans-Serif;
      border-radius: 6px;
      transition: 0.3s linear; }
      @media (max-width: 500px) {
        .main-container-table .dataTables_paginate .paginate_button {
          padding-left: .7em;
          padding-right: .7em;
          min-width: 32px;
          height: 32px;
          font-size: 14px; } }
      .main-container-table .dataTables_paginate .paginate_button:active, .main-container-table .dataTables_paginate .paginate_button:hover, .main-container-table .dataTables_paginate .paginate_button.current {
        border: 1px solid white;
        background: transparent;
        color: white !important; }
      .main-container-table .dataTables_paginate .paginate_button.previous {
        font-size: 0;
        width: 12px;
        height: 12px;
        border: none;
        background: transparent;
        margin-right: 20px; }
        @media (max-width: 500px) {
          .main-container-table .dataTables_paginate .paginate_button.previous {
            margin-right: 5px; } }
        .main-container-table .dataTables_paginate .paginate_button.previous:before {
          content: '';
          display: inline-block;
          width: 12px;
          height: 12px;
          transform: rotate(45deg);
          border: 1px solid transparent;
          border-bottom-color: #7b7b7c;
          border-left-color: #7b7b7c;
          transition: 0.3s linear; }
        .main-container-table .dataTables_paginate .paginate_button.previous:hover {
          border: none;
          background: transparent; }
          .main-container-table .dataTables_paginate .paginate_button.previous:hover:before {
            border-bottom-color: white;
            border-left-color: white; }
      .main-container-table .dataTables_paginate .paginate_button.next {
        font-size: 0;
        width: 12px;
        height: 12px;
        border: none;
        background: transparent;
        margin-left: 20px; }
        @media (max-width: 500px) {
          .main-container-table .dataTables_paginate .paginate_button.next {
            margin-left: 5px; } }
        .main-container-table .dataTables_paginate .paginate_button.next:before {
          content: '';
          display: inline-block;
          width: 12px;
          height: 12px;
          transform: rotate(45deg);
          border: 1px solid transparent;
          border-top-color: #7b7b7c;
          border-right-color: #7b7b7c;
          transition: 0.3s linear; }
        .main-container-table .dataTables_paginate .paginate_button.next:hover {
          border: none;
          background: transparent; }
          .main-container-table .dataTables_paginate .paginate_button.next:hover:before {
            border-top-color: white;
            border-right-color: white; }
    .main-container-table .dataTables_paginate .ellipsis {
      color: #7b7b7c;
      font: 600 14px/1.2 "Gilroy", Sans-Serif; }
  .main-container-table table {
    background: #2a2d38;
    border: none !important; }
  .main-container-table thead td,
  .main-container-table th {
    font: 400 13px/1.2 "Gilroy", Sans-Serif !important;
    color: #7b7b7c;
    border-bottom: none !important;
    white-space: nowrap;
    padding: 10px 15px; }
    @media (max-width: 768px) {
      .main-container-table thead td,
      .main-container-table th {
        font-size: 16px; } }
    @media (max-width: 500px) {
      .main-container-table thead td,
      .main-container-table th {
        font-size: 12px; } }
  .main-container-table tbody tr {
    background: #2a2d38; }
  .main-container-table tbody td {
    font: 400 14px/1.2 "Gilroy", Sans-Serif;
    color: white;
    border: none !important;
    border-bottom: 1px solid #7b7b7c !important;
    background-color: #2a2d38 !important;
    height: 30px !important;
    padding: 6px 8px !important;
    box-sizing: content-box;
    white-space: nowrap; }
    @media (max-width: 768px) {
      .main-container-table tbody td {
        font-size: 16px; } }
    @media (max-width: 500px) {
      .main-container-table tbody td {
        font-size: 12px; } }
  .main-container-table .btns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 5px; }
  .main-container-table .DTFC_LeftBodyWrapper {
    height: auto !important; }
  .main-container-table .DTFC_LeftBodyLiner {
    overflow: auto !important;
    height: auto !important; }
  .main-container-table .dataTables_scrollBody {
    border-bottom: none !important; }
    .main-container-table .dataTables_scrollBody::-webkit-scrollbar-thumb {
      background-color: #dd273f; }

/*
Table end
*/
/*
Modal start
 */
.modal-default {
  display: none;
  position: fixed;
  z-index: 1;
  padding: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }
  .modal-default .modal-content {
    margin: 50px auto;
    padding: 40px;
    border-radius: 9px;
    width: 100%;
    background: #2a2d38; }
    @media (max-width: 1600px) {
      .modal-default .modal-content {
        padding: 25px; } }
    @media (max-width: 500px) {
      .modal-default .modal-content {
        width: 100%;
        border-radius: 6px; } }
    .modal-default .modal-content .close {
      color: white;
      float: right;
      font-size: 28px;
      font-weight: bold;
      text-shadow: none; }
    .modal-default .modal-content .close:hover,
    .modal-default .modal-content .close:focus {
      color: #7b7b7c;
      text-decoration: none;
      cursor: pointer; }

/*
Cookie popup
 */
.wpcc-container {
  font-family: "Gilroy", Sans-Serif !important; }

/*
Modal end
 */
#chatra.chatra--side-bottom {
  bottom: 56px !important; }

@font-face {
  font-family: 'Gilroy';
  src: url("aui/gilroy-medium.eot");
  src: url("aui/gilroy-medium.eot?#iefix") format("embedded-opentype"), url("aui/gilroy-medium.woff2") format("woff2"), url("aui/gilroy-medium.woff") format("woff"), url("aui/gilroy-medium.ttf") format("truetype"), url("aui/gilroy-medium.svg#gilroy-medium") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("aui/gilroy-bold.eot");
  src: url("aui/gilroy-bold.eot?#iefix") format("embedded-opentype"), url("aui/gilroy-bold.woff2") format("woff2"), url("aui/gilroy-bold.woff") format("woff"), url("aui/gilroy-bold.ttf") format("truetype"), url("aui/gilroy-bold.svg#gilroy-bold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("aui/gilroy-regular.eot");
  src: url("aui/gilroy-regular.eot?#iefix") format("embedded-opentype"), url("aui/gilroy-regular.woff2") format("woff2"), url("aui/gilroy-regular.woff") format("woff"), url("aui/gilroy-regular.ttf") format("truetype"), url("aui/gilroy-regular.svg#gilroy-regular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'open-sans-condensed';
  src: url("aui/SFUIText-Regular.ttf") format("opentype"); }

.wrap-top-content {
  height: 0; }

#mybqbodyContent,
.nav.nav-add-controls,
.nav.nav-account-controls {
  border: none !important; }
  #mybqbodyContent li,
  .nav.nav-add-controls li,
  .nav.nav-account-controls li {
    margin-top: 0 !important; }
    #mybqbodyContent li:before,
    .nav.nav-add-controls li:before,
    .nav.nav-account-controls li:before {
      content: none; }

.nav.nav-account-controls {
  top: 0;
  right: 0 !important; }

.wrap-top-content {
  position: relative;
  width: 100%; }

.grecaptcha-badge {
  display: none; }

@media (max-width: 979px) {
  .aui.ios #wrapper input, .aui.ios #wrapper input.input-large, .aui.ios #wrapper textarea, .aui.ios #wrapper .uneditable-input {
    max-width: 100% !important; } }
.nav-list li:before,
.tab-pane li:before,
.nav-tabs li:before {
  content: none !important; }

.aui .dockbar-split.dockbar-ready .dockbar .navbar-inner {
  position: absolute;
  top: 0;
  right: 97px; }
  @media (max-width: 768px) and (min-width: 500px) {
    .aui .dockbar-split.dockbar-ready .dockbar .navbar-inner {
      right: auto;
      left: 50%;
      transform: translate(-50%, 0); } }
  @media (max-width: 500px) {
    .aui .dockbar-split.dockbar-ready .dockbar .navbar-inner {
      right: 52px; } }

@media (max-width: 979px) {
  .aui .dockbar-split .dockbar, .aui .dockbar {
    float: none;
    position: absolute;
    z-index: 401;
    top: 0;
    margin: 0; } }
#preferences-container-_exchanger_WAR_mainportlets_ {
  padding: 30px;
  border-radius: 9px;
  max-width: 1400px;
  margin: 0 auto; }
  @media (max-width: 1600px) {
    #preferences-container-_exchanger_WAR_mainportlets_ {
      padding: 25px; } }
  @media (max-width: 500px) {
    #preferences-container-_exchanger_WAR_mainportlets_ {
      padding: 20px;
      border-radius: 6px; } }
  @media (max-width: 480px) {
    #preferences-container-_exchanger_WAR_mainportlets_ .control-group {
      margin-top: 12px; } }
  #preferences-container-_exchanger_WAR_mainportlets_ .control-group input {
    min-height: 44px !important; }
    @media (max-width: 480px) {
      #preferences-container-_exchanger_WAR_mainportlets_ .control-group input {
        margin-top: 0; } }
  @media (max-width: 480px) {
    #preferences-container-_exchanger_WAR_mainportlets_ .control-group textarea {
      margin-top: 0; } }
  #preferences-container-_exchanger_WAR_mainportlets_ .control-group label {
    font: 400 14px/1.3 "Gilroy", Sans-Serif;
    color: #7b7b7c;
    margin-top: 12px; }
    @media (max-width: 1600px) {
      #preferences-container-_exchanger_WAR_mainportlets_ .control-group label {
        font: 400 14px/1.5 "Gilroy", Sans-Serif; } }
  #preferences-container-_exchanger_WAR_mainportlets_ button {
    font: 700 16px/1 "Gilroy", Sans-Serif;
    min-height: 62px;
    max-width: 100%;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    padding: 5px 15px;
    margin-top: 15px;
    color: white;
    border: 2px solid #dd273f;
    background: #dd273f;
    position: relative;
    transition: 0.3s linear;
    overflow: hidden;
    min-width: 120px; }
    #preferences-container-_exchanger_WAR_mainportlets_ button:focus-visible {
      outline: none; }
    @media (max-width: 1600px) {
      #preferences-container-_exchanger_WAR_mainportlets_ button {
        font-size: 14px;
        min-height: 56px; } }
    @media (max-width: 500px) {
      #preferences-container-_exchanger_WAR_mainportlets_ button {
        min-height: 52px; } }
    #preferences-container-_exchanger_WAR_mainportlets_ button span {
      font: inherit; }
    #preferences-container-_exchanger_WAR_mainportlets_ button span {
      position: relative;
      z-index: 1;
      color: white; }
    #preferences-container-_exchanger_WAR_mainportlets_ button:hover {
      background: #2a2d38; }

@font-face {
  font-family: 'Gilroy';
  src: url("aui/gilroy-medium.eot");
  src: url("aui/gilroy-medium.eot?#iefix") format("embedded-opentype"), url("aui/gilroy-medium.woff2") format("woff2"), url("aui/gilroy-medium.woff") format("woff"), url("aui/gilroy-medium.ttf") format("truetype"), url("aui/gilroy-medium.svg#gilroy-medium") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("aui/gilroy-bold.eot");
  src: url("aui/gilroy-bold.eot?#iefix") format("embedded-opentype"), url("aui/gilroy-bold.woff2") format("woff2"), url("aui/gilroy-bold.woff") format("woff"), url("aui/gilroy-bold.ttf") format("truetype"), url("aui/gilroy-bold.svg#gilroy-bold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("aui/gilroy-regular.eot");
  src: url("aui/gilroy-regular.eot?#iefix") format("embedded-opentype"), url("aui/gilroy-regular.woff2") format("woff2"), url("aui/gilroy-regular.woff") format("woff"), url("aui/gilroy-regular.ttf") format("truetype"), url("aui/gilroy-regular.svg#gilroy-regular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'open-sans-condensed';
  src: url("aui/SFUIText-Regular.ttf") format("opentype"); }

.portlet-login {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .portlet-login {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .portlet-login {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .portlet-login {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .portlet-login {
      max-width: 1140px; } }
  .portlet-login > section {
    background: #2a2d38;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 30px;
    border-radius: 9px;
    max-width: 450px; }
    @media (max-width: 1400px) {
      .portlet-login > section {
        padding: 25px; } }
    @media (max-width: 768px) {
      .portlet-login > section {
        border-radius: 6px; } }
  .portlet-login .presentation:before {
    content: none; }
  .portlet-login .portlet {
    width: 100%;
    display: block; }
  .portlet-login .button-holder {
    width: 100%; }
  .portlet-login .btn-grd {
    width: 100%; }
  .portlet-login .portlet-topper {
    background: transparent; }
  .portlet-login .control-label {
    display: none; }
  .portlet-login .fieldset-container {
    width: 100%; }
  .portlet-login h1 {
    margin: 0; }
    .portlet-login h1 .portlet-title-text {
      font: inherit;
      color: #7b7b7c;
      font-size: 24px;
      text-align: center;
      display: block; }
      @media (max-width: 1600px) {
        .portlet-login h1 .portlet-title-text {
          font-size: 22px; } }
  .portlet-login .taglib-icon-list li {
    list-style: none;
    float: none;
    margin: 5px 0 0 0; }
    .portlet-login .taglib-icon-list li a {
      color: #7b7b7c;
      font: 700 14px/1.4 'Gilroy',  sans-serif; }
  .portlet-login .create-account-container {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .portlet-login .password-hint-container ul {
    margin-left: 3px; }
    .portlet-login .password-hint-container ul li {
      text-align: left;
      line-height: 1.3; }
  .portlet-login label.checkbox {
    color: #7b7b7c;
    font: 400 14px/1.4 'Gilroy',  sans-serif;
    position: relative;
    padding: 0 0 0 40px !important; }
    .portlet-login label.checkbox input {
      position: absolute;
      top: 4px;
      left: 4px;
      margin: 0; }
      .portlet-login label.checkbox input:before {
        content: '';
        display: inline-block;
        border: 1px solid #7b7b7c;
        background: #2a2d38;
        width: 19px;
        height: 19px;
        border-radius: 3px;
        position: absolute;
        top: -3px;
        left: -3px; }
      .portlet-login label.checkbox input:after {
        content: '';
        display: none;
        width: 16px;
        height: 8px;
        border: 3px solid transparent;
        border-bottom-color: #dd273f;
        border-left-color: #dd273f;
        transform: rotate(-45deg);
        position: absolute;
        top: -1px;
        left: -1px;
        transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }
      .portlet-login label.checkbox input:checked:after {
        display: inline-block; }
  .portlet-login fieldset {
    margin: 0; }
  .portlet-login .input-container .control-group input,
  .portlet-login .control-group.input-text-wrapper input {
    width: 100%;
    max-width: 100% !important; }
  .portlet-login .portlet-topper-toolbar {
    display: none !important; }
  .portlet-login .navigation {
    background: transparent;
    border: none; }
  .portlet-login .taglib-icon-list li {
    list-style: none;
    float: none; }
    .portlet-login .taglib-icon-list li:before {
      content: none; }
    .portlet-login .taglib-icon-list li a {
      color: #7b7b7c;
      font: 600 14px/1.4 'Gilroy', sans-serif; }
      .portlet-login .taglib-icon-list li a:hover .taglib-text {
        text-decoration: none; }
      .portlet-login .taglib-icon-list li a img {
        display: none; }
  .portlet-login [type="submit"] {
    font: 700 16px/1 "Gilroy", Sans-Serif;
    min-height: 62px;
    max-width: 100%;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    padding: 5px 15px;
    color: white;
    border: 2px solid #dd273f;
    background: #dd273f;
    position: relative;
    transition: 0.3s linear;
    overflow: hidden;
    width: 100%; }
    .portlet-login [type="submit"]:focus-visible {
      outline: none; }
    @media (max-width: 1600px) {
      .portlet-login [type="submit"] {
        font-size: 14px;
        min-height: 56px; } }
    @media (max-width: 500px) {
      .portlet-login [type="submit"] {
        min-height: 52px; } }
    .portlet-login [type="submit"] span {
      font: inherit; }
    .portlet-login [type="submit"]:hover {
      background: #2a2d38; }
  .portlet-login .input-checkbox-wrapper label {
    display: flex;
    align-items: center;
    margin-top: 20px; }
    .portlet-login .input-checkbox-wrapper label input[type="checkbox"] {
      float: none;
      width: auto;
      margin-right: 15px; }

@font-face {
  font-family: 'Gilroy';
  src: url("aui/gilroy-medium.eot");
  src: url("aui/gilroy-medium.eot?#iefix") format("embedded-opentype"), url("aui/gilroy-medium.woff2") format("woff2"), url("aui/gilroy-medium.woff") format("woff"), url("aui/gilroy-medium.ttf") format("truetype"), url("aui/gilroy-medium.svg#gilroy-medium") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("aui/gilroy-bold.eot");
  src: url("aui/gilroy-bold.eot?#iefix") format("embedded-opentype"), url("aui/gilroy-bold.woff2") format("woff2"), url("aui/gilroy-bold.woff") format("woff"), url("aui/gilroy-bold.ttf") format("truetype"), url("aui/gilroy-bold.svg#gilroy-bold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("aui/gilroy-regular.eot");
  src: url("aui/gilroy-regular.eot?#iefix") format("embedded-opentype"), url("aui/gilroy-regular.woff2") format("woff2"), url("aui/gilroy-regular.woff") format("woff"), url("aui/gilroy-regular.ttf") format("truetype"), url("aui/gilroy-regular.svg#gilroy-regular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'open-sans-condensed';
  src: url("aui/SFUIText-Regular.ttf") format("opentype"); }

.main-content-home {
  overflow: auto; }
  .main-content-home #main-content {
    height: 100%; }
    @media (max-width: 768px) {
      .main-content-home #main-content {
        height: auto; } }
    .main-content-home #main-content .portlet {
      height: 100%; }
      @media (max-width: 768px) {
        .main-content-home #main-content .portlet {
          height: auto; } }
      .main-content-home #main-content .portlet .portlet-content {
        height: 100%; }
        @media (max-width: 768px) {
          .main-content-home #main-content .portlet .portlet-content {
            height: auto; } }
        .main-content-home #main-content .portlet .portlet-content .container {
          height: 100%; }
          @media (max-width: 768px) {
            .main-content-home #main-content .portlet .portlet-content .container {
              height: auto; } }
    .main-content-home #main-content .portlet-layout {
      height: 100%; }
      @media (max-width: 768px) {
        .main-content-home #main-content .portlet-layout {
          height: auto; } }
      .main-content-home #main-content .portlet-layout .portlet-column {
        height: 100%; }
        @media (max-width: 768px) {
          .main-content-home #main-content .portlet-layout .portlet-column {
            height: auto; } }
        .main-content-home #main-content .portlet-layout .portlet-column .portlet-column-content {
          height: 100%; }
          @media (max-width: 768px) {
            .main-content-home #main-content .portlet-layout .portlet-column .portlet-column-content {
              height: auto; } }
          .main-content-home #main-content .portlet-layout .portlet-column .portlet-column-content .portlet-boundary {
            height: 100%; }
            @media (max-width: 768px) {
              .main-content-home #main-content .portlet-layout .portlet-column .portlet-column-content .portlet-boundary {
                height: auto; } }
            .main-content-home #main-content .portlet-layout .portlet-column .portlet-column-content .portlet-boundary .portlet-borderless-container {
              height: 100%; }
              @media (max-width: 768px) {
                .main-content-home #main-content .portlet-layout .portlet-column .portlet-column-content .portlet-boundary .portlet-borderless-container {
                  height: auto; } }
              .main-content-home #main-content .portlet-layout .portlet-column .portlet-column-content .portlet-boundary .portlet-borderless-container .portlet-body {
                height: 100%; }
                @media (max-width: 768px) {
                  .main-content-home #main-content .portlet-layout .portlet-column .portlet-column-content .portlet-boundary .portlet-borderless-container .portlet-body {
                    height: auto; } }

.container-404 {
  display: grid;
  grid-template-columns: repeat(2, minmax(50px, 1fr));
  grid-gap: 80px;
  align-items: center;
  min-height: 100%; }
  @media (max-width: 1200px) {
    .container-404 {
      grid-gap: 60px;
      grid-template-columns: auto minmax(max-content, 1fr); } }
  @media (max-width: 768px) {
    .container-404 {
      grid-template-columns: 100%;
      grid-template-rows: auto auto;
      min-height: auto;
      text-align: center;
      grid-auto-flow: dense;
      margin: 50px auto 0; } }
  @media (max-width: 500px) {
    .container-404 {
      grid-gap: 30px;
      margin-top: 20px; } }
  .container-404 .wrap-text {
    word-wrap: break-word; }
  .container-404 .wrap-img {
    text-align: right; }
    @media (max-width: 768px) {
      .container-404 .wrap-img {
        text-align: center;
        grid-row: 2; } }
  .container-404 img {
    width: 100%;
    height: auto;
    max-width: 450px; }
    @media (max-width: 768px) {
      .container-404 img {
        width: 75%; } }
  .container-404 h1 {
    color: white;
    font: 700 48px/1.5 "Gilroy", Sans-Serif;
    margin: 0; }
    @media (max-width: 768px) {
      .container-404 h1 {
        text-align: center;
        font-size: 36px; } }
    @media (max-width: 500px) {
      .container-404 h1 {
        max-width: 90%;
        font-size: 24px;
        margin: 0 auto; } }
  .container-404 h4 {
    color: #7b7b7c;
    font: 700 20px/1.5 "Gilroy", Sans-Serif;
    max-width: 400px;
    margin: 0; }
    @media (max-width: 768px) {
      .container-404 h4 {
        font: 500 22px/1.3 "Gilroy", Sans-Serif;
        text-align: center;
        max-width: 70%;
        margin: 7px auto 0; } }
    @media (max-width: 500px) {
      .container-404 h4 {
        font-size: 16px; } }
  .container-404 a {
    text-decoration: none;
    margin-top: 30px;
    max-width: 250px; }
    @media (max-width: 768px) {
      .container-404 a {
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 768px) {
      .container-404 a {
        margin: 30px auto 0; } }

.container-error {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  min-height: 100%; }
  @media (max-width: 768px) {
    .container-error {
      flex-direction: column; } }
  .container-error svg {
    width: 70px; }
  .container-error h3 {
    margin: 0 0 10px 0;
    text-align: center; }
  .container-error p {
    text-align: center;
    margin: 0; }

.container-regulations {
  padding-bottom: 30px; }
  .container-regulations h3 {
    margin-top: 30px;
    margin-bottom: 0; }
    .container-regulations h3:first-child {
      margin-top: 0; }
  .container-regulations h4 {
    margin: 25px 0 0 0; }
  .container-regulations li {
    margin-top: 10px; }
  .container-regulations a {
    color: #dd273f;
    font: inherit;
    transition: 0.3s linear;
    text-decoration: none; }
    .container-regulations a:hover {
      color: white; }

.container-contacts h3 {
  margin-bottom: 0; }
  .container-contacts h3:first-child {
    margin-top: 0; }
.container-contacts h4 {
  margin-bottom: 0;
  margin-top: 20px; }
.container-contacts .btn-grd {
  width: 100%;
  max-width: 320px;
  text-decoration: none;
  margin-top: 20px; }
.container-contacts .card {
  margin-top: 20px; }
  .container-contacts .card:first-child {
    margin-top: 0; }
    @media (max-width: 991px) {
      .container-contacts .card:first-child {
        margin-top: 20px; } }

@media (max-width: 979px) {
  .aui body {
    padding: 0; }
  .aui .navbar-static-top {
    margin-left: -20px;
    margin-top: 17px;
    margin-right: 0; }

  .lang-switch {
    right: 0.5em !important; } }
@media (min-width: 768px) and (max-width: 979px) {
  .lang-switch {
    right: 2em !important; }

  .left-col, .right-col {
    width: 100% !important; } }

