@charset "UTF-8";
/* ==========================================================================
  VARIABLES
========================================================================== */
/*
===========
  COLORS
===========
*/
/*
===========
  REM
===========
*/
/*
===========
  GLOBAL
===========
*/
/*
===========
  BREAKPOINTS
===========
*/
/*
===========
  TYPOGRAPHY
===========
*/
/* ==========================================================================
  CORE
========================================================================== */
/*
===========
  REM
===========
*/
/*
===========
  Breakpoint
===========
*/
/*
===========
  BORDER-RADIUS
===========
*/
/*
===========
  Fluid fonts
===========
*/
/* ==========================================================================
  LAYOUT
========================================================================== */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

@media (min-width: 576px) {
  .container-sm, .container-xsl, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-xsl, .container {
    max-width: 720px;
  }
}
@media (min-width: 1020px) {
  .container-lg, .container-md, .container-sm, .container-xsl, .container {
    max-width: 1020px;
  }
}
@media (min-width: 576px) {
  .inside-container, .boxed-layout {
    max-width: 540px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .inside-container, .boxed-layout {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (min-width: 1020px) {
  .inside-container, .boxed-layout {
    max-width: 1020px;
    margin: 0 auto;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 370px) {
  .col-xsl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xsl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xsl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xsl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xsl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xsl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xsl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xsl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xsl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xsl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xsl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xsl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xsl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xsl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xsl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xsl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xsl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xsl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xsl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xsl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xsl-first {
    order: -1;
  }
  .order-xsl-last {
    order: 13;
  }
  .order-xsl-0 {
    order: 0;
  }
  .order-xsl-1 {
    order: 1;
  }
  .order-xsl-2 {
    order: 2;
  }
  .order-xsl-3 {
    order: 3;
  }
  .order-xsl-4 {
    order: 4;
  }
  .order-xsl-5 {
    order: 5;
  }
  .order-xsl-6 {
    order: 6;
  }
  .order-xsl-7 {
    order: 7;
  }
  .order-xsl-8 {
    order: 8;
  }
  .order-xsl-9 {
    order: 9;
  }
  .order-xsl-10 {
    order: 10;
  }
  .order-xsl-11 {
    order: 11;
  }
  .order-xsl-12 {
    order: 12;
  }
  .offset-xsl-0 {
    margin-left: 0;
  }
  .offset-xsl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xsl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xsl-3 {
    margin-left: 25%;
  }
  .offset-xsl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xsl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xsl-6 {
    margin-left: 50%;
  }
  .offset-xsl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xsl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xsl-9 {
    margin-left: 75%;
  }
  .offset-xsl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xsl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1020px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1500px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 370px) {
  .d-xsl-none {
    display: none !important;
  }
  .d-xsl-inline {
    display: inline !important;
  }
  .d-xsl-inline-block {
    display: inline-block !important;
  }
  .d-xsl-block {
    display: block !important;
  }
  .d-xsl-table {
    display: table !important;
  }
  .d-xsl-table-row {
    display: table-row !important;
  }
  .d-xsl-table-cell {
    display: table-cell !important;
  }
  .d-xsl-flex {
    display: flex !important;
  }
  .d-xsl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1020px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1500px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  justify-content: center !important;
}

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

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 370px) {
  .flex-xsl-row {
    flex-direction: row !important;
  }
  .flex-xsl-column {
    flex-direction: column !important;
  }
  .flex-xsl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xsl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xsl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xsl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xsl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xsl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xsl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xsl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xsl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xsl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xsl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xsl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xsl-center {
    justify-content: center !important;
  }
  .justify-content-xsl-between {
    justify-content: space-between !important;
  }
  .justify-content-xsl-around {
    justify-content: space-around !important;
  }
  .align-items-xsl-start {
    align-items: flex-start !important;
  }
  .align-items-xsl-end {
    align-items: flex-end !important;
  }
  .align-items-xsl-center {
    align-items: center !important;
  }
  .align-items-xsl-baseline {
    align-items: baseline !important;
  }
  .align-items-xsl-stretch {
    align-items: stretch !important;
  }
  .align-content-xsl-start {
    align-content: flex-start !important;
  }
  .align-content-xsl-end {
    align-content: flex-end !important;
  }
  .align-content-xsl-center {
    align-content: center !important;
  }
  .align-content-xsl-between {
    align-content: space-between !important;
  }
  .align-content-xsl-around {
    align-content: space-around !important;
  }
  .align-content-xsl-stretch {
    align-content: stretch !important;
  }
  .align-self-xsl-auto {
    align-self: auto !important;
  }
  .align-self-xsl-start {
    align-self: flex-start !important;
  }
  .align-self-xsl-end {
    align-self: flex-end !important;
  }
  .align-self-xsl-center {
    align-self: center !important;
  }
  .align-self-xsl-baseline {
    align-self: baseline !important;
  }
  .align-self-xsl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1020px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1500px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

.m-1 {
  margin: 4px !important;
}

.mt-1,
.my-1 {
  margin-top: 4px !important;
}

.mr-1,
.mx-1 {
  margin-right: 4px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 4px !important;
}

.ml-1,
.mx-1 {
  margin-left: 4px !important;
}

.m-2 {
  margin: 8px !important;
}

.mt-2,
.my-2 {
  margin-top: 8px !important;
}

.mr-2,
.mx-2 {
  margin-right: 8px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 8px !important;
}

.ml-2,
.mx-2 {
  margin-left: 8px !important;
}

.m-3 {
  margin: 16px !important;
}

.mt-3,
.my-3 {
  margin-top: 16px !important;
}

.mr-3,
.mx-3 {
  margin-right: 16px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 16px !important;
}

.ml-3,
.mx-3 {
  margin-left: 16px !important;
}

.m-4 {
  margin: 24px !important;
}

.mt-4,
.my-4 {
  margin-top: 24px !important;
}

.mr-4,
.mx-4 {
  margin-right: 24px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 24px !important;
}

.ml-4,
.mx-4 {
  margin-left: 24px !important;
}

.m-5 {
  margin: 48px !important;
}

.mt-5,
.my-5 {
  margin-top: 48px !important;
}

.mr-5,
.mx-5 {
  margin-right: 48px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 48px !important;
}

.ml-5,
.mx-5 {
  margin-left: 48px !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: 4px !important;
}

.pt-1,
.py-1 {
  padding-top: 4px !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 4px !important;
}

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

.p-2 {
  padding: 8px !important;
}

.pt-2,
.py-2 {
  padding-top: 8px !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 8px !important;
}

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

.p-3 {
  padding: 16px !important;
}

.pt-3,
.py-3 {
  padding-top: 16px !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 16px !important;
}

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

.p-4 {
  padding: 24px !important;
}

.pt-4,
.py-4 {
  padding-top: 24px !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 24px !important;
}

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

.p-5 {
  padding: 48px !important;
}

.pt-5,
.py-5 {
  padding-top: 48px !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 48px !important;
}

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

.m-n1 {
  margin: -4px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -4px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -4px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -4px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -4px !important;
}

.m-n2 {
  margin: -8px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -8px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -8px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -8px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -8px !important;
}

.m-n3 {
  margin: -16px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -16px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -16px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -16px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -16px !important;
}

.m-n4 {
  margin: -24px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -24px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -24px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -24px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -24px !important;
}

.m-n5 {
  margin: -48px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -48px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -48px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -48px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -48px !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: 370px) {
  .m-xsl-0 {
    margin: 0 !important;
  }
  .mt-xsl-0,
  .my-xsl-0 {
    margin-top: 0 !important;
  }
  .mr-xsl-0,
  .mx-xsl-0 {
    margin-right: 0 !important;
  }
  .mb-xsl-0,
  .my-xsl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xsl-0,
  .mx-xsl-0 {
    margin-left: 0 !important;
  }
  .m-xsl-1 {
    margin: 4px !important;
  }
  .mt-xsl-1,
  .my-xsl-1 {
    margin-top: 4px !important;
  }
  .mr-xsl-1,
  .mx-xsl-1 {
    margin-right: 4px !important;
  }
  .mb-xsl-1,
  .my-xsl-1 {
    margin-bottom: 4px !important;
  }
  .ml-xsl-1,
  .mx-xsl-1 {
    margin-left: 4px !important;
  }
  .m-xsl-2 {
    margin: 8px !important;
  }
  .mt-xsl-2,
  .my-xsl-2 {
    margin-top: 8px !important;
  }
  .mr-xsl-2,
  .mx-xsl-2 {
    margin-right: 8px !important;
  }
  .mb-xsl-2,
  .my-xsl-2 {
    margin-bottom: 8px !important;
  }
  .ml-xsl-2,
  .mx-xsl-2 {
    margin-left: 8px !important;
  }
  .m-xsl-3 {
    margin: 16px !important;
  }
  .mt-xsl-3,
  .my-xsl-3 {
    margin-top: 16px !important;
  }
  .mr-xsl-3,
  .mx-xsl-3 {
    margin-right: 16px !important;
  }
  .mb-xsl-3,
  .my-xsl-3 {
    margin-bottom: 16px !important;
  }
  .ml-xsl-3,
  .mx-xsl-3 {
    margin-left: 16px !important;
  }
  .m-xsl-4 {
    margin: 24px !important;
  }
  .mt-xsl-4,
  .my-xsl-4 {
    margin-top: 24px !important;
  }
  .mr-xsl-4,
  .mx-xsl-4 {
    margin-right: 24px !important;
  }
  .mb-xsl-4,
  .my-xsl-4 {
    margin-bottom: 24px !important;
  }
  .ml-xsl-4,
  .mx-xsl-4 {
    margin-left: 24px !important;
  }
  .m-xsl-5 {
    margin: 48px !important;
  }
  .mt-xsl-5,
  .my-xsl-5 {
    margin-top: 48px !important;
  }
  .mr-xsl-5,
  .mx-xsl-5 {
    margin-right: 48px !important;
  }
  .mb-xsl-5,
  .my-xsl-5 {
    margin-bottom: 48px !important;
  }
  .ml-xsl-5,
  .mx-xsl-5 {
    margin-left: 48px !important;
  }
  .p-xsl-0 {
    padding: 0 !important;
  }
  .pt-xsl-0,
  .py-xsl-0 {
    padding-top: 0 !important;
  }
  .pr-xsl-0,
  .px-xsl-0 {
    padding-right: 0 !important;
  }
  .pb-xsl-0,
  .py-xsl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xsl-0,
  .px-xsl-0 {
    padding-left: 0 !important;
  }
  .p-xsl-1 {
    padding: 4px !important;
  }
  .pt-xsl-1,
  .py-xsl-1 {
    padding-top: 4px !important;
  }
  .pr-xsl-1,
  .px-xsl-1 {
    padding-right: 4px !important;
  }
  .pb-xsl-1,
  .py-xsl-1 {
    padding-bottom: 4px !important;
  }
  .pl-xsl-1,
  .px-xsl-1 {
    padding-left: 4px !important;
  }
  .p-xsl-2 {
    padding: 8px !important;
  }
  .pt-xsl-2,
  .py-xsl-2 {
    padding-top: 8px !important;
  }
  .pr-xsl-2,
  .px-xsl-2 {
    padding-right: 8px !important;
  }
  .pb-xsl-2,
  .py-xsl-2 {
    padding-bottom: 8px !important;
  }
  .pl-xsl-2,
  .px-xsl-2 {
    padding-left: 8px !important;
  }
  .p-xsl-3 {
    padding: 16px !important;
  }
  .pt-xsl-3,
  .py-xsl-3 {
    padding-top: 16px !important;
  }
  .pr-xsl-3,
  .px-xsl-3 {
    padding-right: 16px !important;
  }
  .pb-xsl-3,
  .py-xsl-3 {
    padding-bottom: 16px !important;
  }
  .pl-xsl-3,
  .px-xsl-3 {
    padding-left: 16px !important;
  }
  .p-xsl-4 {
    padding: 24px !important;
  }
  .pt-xsl-4,
  .py-xsl-4 {
    padding-top: 24px !important;
  }
  .pr-xsl-4,
  .px-xsl-4 {
    padding-right: 24px !important;
  }
  .pb-xsl-4,
  .py-xsl-4 {
    padding-bottom: 24px !important;
  }
  .pl-xsl-4,
  .px-xsl-4 {
    padding-left: 24px !important;
  }
  .p-xsl-5 {
    padding: 48px !important;
  }
  .pt-xsl-5,
  .py-xsl-5 {
    padding-top: 48px !important;
  }
  .pr-xsl-5,
  .px-xsl-5 {
    padding-right: 48px !important;
  }
  .pb-xsl-5,
  .py-xsl-5 {
    padding-bottom: 48px !important;
  }
  .pl-xsl-5,
  .px-xsl-5 {
    padding-left: 48px !important;
  }
  .m-xsl-n1 {
    margin: -4px !important;
  }
  .mt-xsl-n1,
  .my-xsl-n1 {
    margin-top: -4px !important;
  }
  .mr-xsl-n1,
  .mx-xsl-n1 {
    margin-right: -4px !important;
  }
  .mb-xsl-n1,
  .my-xsl-n1 {
    margin-bottom: -4px !important;
  }
  .ml-xsl-n1,
  .mx-xsl-n1 {
    margin-left: -4px !important;
  }
  .m-xsl-n2 {
    margin: -8px !important;
  }
  .mt-xsl-n2,
  .my-xsl-n2 {
    margin-top: -8px !important;
  }
  .mr-xsl-n2,
  .mx-xsl-n2 {
    margin-right: -8px !important;
  }
  .mb-xsl-n2,
  .my-xsl-n2 {
    margin-bottom: -8px !important;
  }
  .ml-xsl-n2,
  .mx-xsl-n2 {
    margin-left: -8px !important;
  }
  .m-xsl-n3 {
    margin: -16px !important;
  }
  .mt-xsl-n3,
  .my-xsl-n3 {
    margin-top: -16px !important;
  }
  .mr-xsl-n3,
  .mx-xsl-n3 {
    margin-right: -16px !important;
  }
  .mb-xsl-n3,
  .my-xsl-n3 {
    margin-bottom: -16px !important;
  }
  .ml-xsl-n3,
  .mx-xsl-n3 {
    margin-left: -16px !important;
  }
  .m-xsl-n4 {
    margin: -24px !important;
  }
  .mt-xsl-n4,
  .my-xsl-n4 {
    margin-top: -24px !important;
  }
  .mr-xsl-n4,
  .mx-xsl-n4 {
    margin-right: -24px !important;
  }
  .mb-xsl-n4,
  .my-xsl-n4 {
    margin-bottom: -24px !important;
  }
  .ml-xsl-n4,
  .mx-xsl-n4 {
    margin-left: -24px !important;
  }
  .m-xsl-n5 {
    margin: -48px !important;
  }
  .mt-xsl-n5,
  .my-xsl-n5 {
    margin-top: -48px !important;
  }
  .mr-xsl-n5,
  .mx-xsl-n5 {
    margin-right: -48px !important;
  }
  .mb-xsl-n5,
  .my-xsl-n5 {
    margin-bottom: -48px !important;
  }
  .ml-xsl-n5,
  .mx-xsl-n5 {
    margin-left: -48px !important;
  }
  .m-xsl-auto {
    margin: auto !important;
  }
  .mt-xsl-auto,
  .my-xsl-auto {
    margin-top: auto !important;
  }
  .mr-xsl-auto,
  .mx-xsl-auto {
    margin-right: auto !important;
  }
  .mb-xsl-auto,
  .my-xsl-auto {
    margin-bottom: auto !important;
  }
  .ml-xsl-auto,
  .mx-xsl-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: 4px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 4px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 4px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 4px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 4px !important;
  }
  .m-sm-2 {
    margin: 8px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 8px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 8px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 8px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 8px !important;
  }
  .m-sm-3 {
    margin: 16px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 16px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 16px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 16px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 16px !important;
  }
  .m-sm-4 {
    margin: 24px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 24px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 24px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 24px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 24px !important;
  }
  .m-sm-5 {
    margin: 48px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 48px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 48px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 48px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 48px !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: 4px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 4px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 4px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 4px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 4px !important;
  }
  .p-sm-2 {
    padding: 8px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 8px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 8px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 8px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 8px !important;
  }
  .p-sm-3 {
    padding: 16px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 16px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 16px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 16px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 16px !important;
  }
  .p-sm-4 {
    padding: 24px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 24px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 24px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 24px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 24px !important;
  }
  .p-sm-5 {
    padding: 48px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 48px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 48px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 48px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 48px !important;
  }
  .m-sm-n1 {
    margin: -4px !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -4px !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -4px !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -4px !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -4px !important;
  }
  .m-sm-n2 {
    margin: -8px !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -8px !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -8px !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -8px !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -8px !important;
  }
  .m-sm-n3 {
    margin: -16px !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -16px !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -16px !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -16px !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -16px !important;
  }
  .m-sm-n4 {
    margin: -24px !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -24px !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -24px !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -24px !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -24px !important;
  }
  .m-sm-n5 {
    margin: -48px !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -48px !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -48px !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -48px !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -48px !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: 4px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 4px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 4px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 4px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 4px !important;
  }
  .m-md-2 {
    margin: 8px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 8px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 8px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 8px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 8px !important;
  }
  .m-md-3 {
    margin: 16px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 16px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 16px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 16px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 16px !important;
  }
  .m-md-4 {
    margin: 24px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 24px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 24px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 24px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 24px !important;
  }
  .m-md-5 {
    margin: 48px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 48px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 48px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 48px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 48px !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: 4px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 4px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 4px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 4px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 4px !important;
  }
  .p-md-2 {
    padding: 8px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 8px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 8px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 8px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 8px !important;
  }
  .p-md-3 {
    padding: 16px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 16px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 16px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 16px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 16px !important;
  }
  .p-md-4 {
    padding: 24px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 24px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 24px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 24px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 24px !important;
  }
  .p-md-5 {
    padding: 48px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 48px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 48px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 48px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 48px !important;
  }
  .m-md-n1 {
    margin: -4px !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -4px !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -4px !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -4px !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -4px !important;
  }
  .m-md-n2 {
    margin: -8px !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -8px !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -8px !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -8px !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -8px !important;
  }
  .m-md-n3 {
    margin: -16px !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -16px !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -16px !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -16px !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -16px !important;
  }
  .m-md-n4 {
    margin: -24px !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -24px !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -24px !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -24px !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -24px !important;
  }
  .m-md-n5 {
    margin: -48px !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -48px !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -48px !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -48px !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -48px !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: 1020px) {
  .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: 4px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 4px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 4px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 4px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 4px !important;
  }
  .m-lg-2 {
    margin: 8px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 8px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 8px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 8px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 8px !important;
  }
  .m-lg-3 {
    margin: 16px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 16px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 16px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 16px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 16px !important;
  }
  .m-lg-4 {
    margin: 24px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 24px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 24px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 24px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 24px !important;
  }
  .m-lg-5 {
    margin: 48px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 48px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 48px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 48px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 48px !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: 4px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 4px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 4px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 4px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 4px !important;
  }
  .p-lg-2 {
    padding: 8px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 8px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 8px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 8px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 8px !important;
  }
  .p-lg-3 {
    padding: 16px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 16px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 16px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 16px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 16px !important;
  }
  .p-lg-4 {
    padding: 24px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 24px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 24px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 24px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 24px !important;
  }
  .p-lg-5 {
    padding: 48px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 48px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 48px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 48px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 48px !important;
  }
  .m-lg-n1 {
    margin: -4px !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -4px !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -4px !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -4px !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -4px !important;
  }
  .m-lg-n2 {
    margin: -8px !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -8px !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -8px !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -8px !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -8px !important;
  }
  .m-lg-n3 {
    margin: -16px !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -16px !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -16px !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -16px !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -16px !important;
  }
  .m-lg-n4 {
    margin: -24px !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -24px !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -24px !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -24px !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -24px !important;
  }
  .m-lg-n5 {
    margin: -48px !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -48px !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -48px !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -48px !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -48px !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: 4px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 4px !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 4px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 4px !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 4px !important;
  }
  .m-xl-2 {
    margin: 8px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 8px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 8px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 8px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 8px !important;
  }
  .m-xl-3 {
    margin: 16px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 16px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 16px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 16px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 16px !important;
  }
  .m-xl-4 {
    margin: 24px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 24px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 24px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 24px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 24px !important;
  }
  .m-xl-5 {
    margin: 48px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 48px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 48px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 48px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 48px !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: 4px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 4px !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 4px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 4px !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 4px !important;
  }
  .p-xl-2 {
    padding: 8px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 8px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 8px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 8px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 8px !important;
  }
  .p-xl-3 {
    padding: 16px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 16px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 16px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 16px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 16px !important;
  }
  .p-xl-4 {
    padding: 24px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 24px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 24px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 24px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 24px !important;
  }
  .p-xl-5 {
    padding: 48px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 48px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 48px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 48px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 48px !important;
  }
  .m-xl-n1 {
    margin: -4px !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -4px !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -4px !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -4px !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -4px !important;
  }
  .m-xl-n2 {
    margin: -8px !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -8px !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -8px !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -8px !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -8px !important;
  }
  .m-xl-n3 {
    margin: -16px !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -16px !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -16px !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -16px !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -16px !important;
  }
  .m-xl-n4 {
    margin: -24px !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -24px !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -24px !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -24px !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -24px !important;
  }
  .m-xl-n5 {
    margin: -48px !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -48px !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -48px !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -48px !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -48px !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;
  }
}
@media (min-width: 1500px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 4px !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 4px !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 4px !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 4px !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 4px !important;
  }
  .m-xxl-2 {
    margin: 8px !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 8px !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 8px !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 8px !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 8px !important;
  }
  .m-xxl-3 {
    margin: 16px !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 16px !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 16px !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 16px !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 16px !important;
  }
  .m-xxl-4 {
    margin: 24px !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 24px !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 24px !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 24px !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 24px !important;
  }
  .m-xxl-5 {
    margin: 48px !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 48px !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 48px !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 48px !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 48px !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 4px !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 4px !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 4px !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 4px !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 4px !important;
  }
  .p-xxl-2 {
    padding: 8px !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 8px !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 8px !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 8px !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 8px !important;
  }
  .p-xxl-3 {
    padding: 16px !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 16px !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 16px !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 16px !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 16px !important;
  }
  .p-xxl-4 {
    padding: 24px !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 24px !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 24px !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 24px !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 24px !important;
  }
  .p-xxl-5 {
    padding: 48px !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 48px !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 48px !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 48px !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 48px !important;
  }
  .m-xxl-n1 {
    margin: -4px !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -4px !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -4px !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -4px !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -4px !important;
  }
  .m-xxl-n2 {
    margin: -8px !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -8px !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -8px !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -8px !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -8px !important;
  }
  .m-xxl-n3 {
    margin: -16px !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -16px !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -16px !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -16px !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -16px !important;
  }
  .m-xxl-n4 {
    margin: -24px !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -24px !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -24px !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -24px !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -24px !important;
  }
  .m-xxl-n5 {
    margin: -48px !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -48px !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -48px !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -48px !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -48px !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 370px) {
  .dropdown-menu-xsl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xsl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1020px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1500px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 8px 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #d2e2f8;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #d2e2f8;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1020px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.padding-bottom-45 {
  padding-bottom: 4.5rem;
}

.a-container {
  position: relative;
  padding: 0;
  overflow-x: hidden;
}

@media screen and (max-width: 540px) {
  .container {
    overflow-x: hidden;
  }
}

.boxed-layout.a-container {
  overflow-x: visible;
}

.main-content__breadcrumbs {
  min-height: 4.2rem;
  padding-top: 1.5rem;
  margin-bottom: 1rem;
  color: #006ae6;
}
.main-content__breadcrumbs a:hover, .main-content__breadcrumbs a:focus {
  opacity: 0.6;
}
.main-content .list__subtitle {
  color: #4d4d4d;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .main-content .list__subtitle {
    font-size: 2.8rem;
  }
}
.main-content .list__subtitle span {
  font-size: inherit;
}

.main {
  position: relative;
}

.main__wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.main__wrapper--left {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.main__wrapper--right {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 5rem;
  width: 100%;
}
@media (min-width: 1020px) {
  .main__wrapper--left {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .main__wrapper--right {
    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 4.5rem;
    margin-top: 0;
  }
}

.mt-10 {
  margin-top: 3rem;
}
.mt-10 .detail-a__header h1 {
  margin-top: 0;
}

/* ==========================================================================
    HELPERS
  ========================================================================== */
.md-invisible {
  display: none !important;
}
@media (min-width: 768px) {
  .md-invisible {
    display: initial !important;
  }
}

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

.lg-invisible {
  display: none !important;
}
@media (min-width: 1020px) {
  .lg-invisible {
    display: initial !important;
  }
}

.lg-visible {
  display: initial !important;
}
@media (min-width: 1020px) {
  .lg-visible {
    display: none !important;
  }
}

.xl-invisible {
  display: none !important;
}
@media (min-width: 1200px) {
  .xl-invisible {
    display: initial !important;
  }
}

.xl-visible {
  display: initial !important;
}
@media (min-width: 1200px) {
  .xl-visible {
    display: none !important;
  }
}

.invisible {
  display: none !important;
}

.nowrap {
  white-space: nowrap;
}

.obor-a-pozice__hidden,
.staty__hidden,
.vzdelani__hidden {
  display: block !important;
}

.new-offers {
  color: #4d4d4d;
  background-color: #84f834;
  font-size: 1.8rem;
  position: relative;
  display: block;
  width: 100%;
  padding: 5px 10px 5px 55px;
  border: 0;
  border-radius: 3px;
  margin-bottom: 30px;
  box-shadow: 0px 4px 0px 0px rgb(96, 177, 34);
  transition: background-color 0.3s ease;
}
.new-offers::before {
  content: "";
  background-image: url(images/sprite.png);
  background-position: -473px -715px;
  width: 28px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -10px;
}
.new-offers:hover {
  color: #4d4d4d;
  background-color: rgb(191.7428571429, 251.4, 150.6);
  text-decoration: none;
}

.img-box {
  display: block;
  width: 100%;
  text-align: center;
}
.img-box img {
  width: 100%;
  height: auto;
}

.no-active-offer {
  color: #ff0000;
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

@media print {
  * {
    page-break-before: auto !important;
    page-break-inside: auto !important;
    page-break-after: auto !important;
  }
  *::before,
  *::after {
    display: none !important;
  }
  body {
    color: #666666 !important;
  }
  a {
    color: #666666 !important;
  }
  .detail {
    margin-bottom: 0;
  }
  .detail ul {
    list-style: circle;
  }
  .container {
    width: 100%;
  }
  .detail__header {
    color: #666666;
    background-color: transparent;
  }
  .detail__header > div {
    padding-top: 0;
    padding-bottom: 0;
  }
  .detail__header > div > div {
    flex-wrap: nowrap !important;
    display: block !important;
  }
  .detail__header > div > div > div {
    flex: 0 1 auto !important;
    max-width: 100%;
    display: block !important;
  }
  .detail__header h1 {
    color: black !important;
    font-size: 24pt;
    padding-right: 170px;
    margin-bottom: 0;
  }
  .detail__company {
    color: #666666 !important;
  }
  .print-logo {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    width: 100%;
  }
  .print-logo > img {
    display: inline-block;
  }
  .detail__content > div > div {
    display: block !important;
  }
  .detail__content > div > div > div {
    float: none;
    width: 100%;
  }
  .header,
  .breadcrumb,
  .aside,
  .aside-col,
  .detail__back,
  .detail__pages,
  .detail__box a.phone::after,
  .detail__btn,
  .detail__map,
  .detail__bottom,
  .detail__company,
  .detail__company + p {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .no-vip {
    visibility: hidden;
    height: 0;
    max-height: 0;
    padding: 0 !important;
  }
}

.more-client {
  position: relative;
  margin-left: 15px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .more-client {
    display: none;
  }
}
.more-client span:after {
  content: "více";
  font-size: 1.6rem;
  font-weight: 600;
  color: #49abdb;
  text-decoration: underline;
}

#vip-client-checkbox {
  position: fixed;
}

#vip-client-checkbox:checked ~ span:after {
  content: "méně";
}

#vip-client-checkbox:checked ~ .more-client span:after {
  content: "méně";
}

#vip-client-checkbox:checked ~ .no-vip {
  visibility: visible;
  height: auto;
  max-height: none;
  padding: 0 15px 15px 15px !important;
}

/* ==========================================================================
  BASE
========================================================================== */
/* ==========================================================================
    TEXT
  ========================================================================== */
p, ul, ol, pre, table, blockquote {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

a img {
  border: 0;
}

a {
  color: #006ae6;
  transition: 300ms all ease-in-out;
  text-decoration: none;
}
a svg use {
  transition: 300ms all ease-in-out;
}
a:hover, a:focus {
  color: #49abdb;
}
a:hover svg use, a:focus svg use {
  fill: #49abdb;
}

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

/* ==========================================================================
    FONTS
  ========================================================================== */
textarea.form-control, body {
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}

.work h1, .contact-box h2, .s-contacts__subtitle, .s-contacts h1, .all-towns h1, .detail-c__subtitle-h2, .detail-c__title--top, .more-posts .like-h3-posts, .entry-content--top .thin-title, .entry-content .thin, .s-login h2, .sidebar__block--title, .hero.hero--404 .hero__header--404 p, .light, .thin-title, .title, h2, h1 {
  font-weight: 300;
}

.detail-c__subtitle, .new__info > b, .item--banner h2, .sidebar-category__list--link > span, .mobile-collapse a span, .fixed-cookie__text, .checkbox__label, .hero__last-search--bold {
  font-weight: 400;
}

.work__link, .work__item h2, .work__buble, .counters__title, .counters__count > span, .all-towns .region ul > li > a, .all-towns .region h2, .story__content h3 > a, .detail-c .service-item h3, .detail-c .service-item__text, .detail-c__item > p > a, .detail-c__subtitle, .detail-c__back, .articles-a h2, .news__pagination > a, .more-posts ul > li > a, .pagination > span, .pagination__next, .pagination__prev, .item__place, .item__title, .answer__recommend > div, .newsletter-p h2, .modal-p__tip > span, .modal-p__rec > span, .modal-body .modal-title, .modal--answer h2.icon-check, .detail-a__back > a, .detail__bottom--buble, .detail__bottom--btn, .entry-content h2:not(.light), .entry-content h1:not(.light), .s-login .create, .n-nav__title, .sidebar-category__list--link, .actions-list__item a, .sidebar-list__item a, .sidebar__block--videos .videos__all, .mobile-collapse a, .reg-n .form__desc > span:not(.text-blue), .message-window__title, .forgotten-password h1, .form__row .label-control, .hero.hero--404 .hero__header--404 .hero__header--title, .footer__wrapper--title, .btn--back, .strong, .main-content .list__subtitle, .no-active-offer {
  font-weight: 700;
}

html {
  font-size: 10px;
}

body {
  color: #4d4d4d;
  line-height: 1.3;
}

h1 {
  font-size: 34px;
  line-height: 1.125;
  margin: 0 0 2.4rem;
}

h2 {
  font-size: 26px;
  margin: 1.6rem 0 1.6rem;
  line-height: 1.25;
}
h2 span {
  font-size: inherit;
}

h3 {
  font-size: 22px;
  margin: 1.6rem 0;
  line-height: 1.25;
}
h3 span,
h3 p,
h3 a {
  font-size: inherit;
}

h4 {
  font-size: 20px;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

p {
  font-size: 18px;
  margin-bottom: 1rem;
  letter-spacing: 0.08px;
}

ul,
li,
span,
a {
  font-size: 18px;
  letter-spacing: 0.08px;
}

ul,
ol {
  padding-left: 0;
  list-style: none;
}

.title {
  color: #4d4d4d;
  font-size: 3rem;
  margin: 0 0 2.5rem;
}
@media (min-width: 768px) {
  .title {
    font-size: 4.6rem;
  }
}
.title span {
  font-size: inherit;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}
.underline:hover, .underline:focus {
  text-decoration: none !important;
}

.perex p,
.perex a,
.perex span {
  font-size: 1.6rem;
  color: #4d4d4d;
}
.perex a {
  color: #006ae6;
}

.center {
  text-align: center;
}

.green {
  color: #7ac943;
}

.gray {
  color: #4d4d4d;
}

.orange {
  color: #ff8c00;
}

.blue {
  color: #006ae6;
}

.text-gray {
  color: #4d4d4d;
}

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

/* ==========================================================================
  COMPONENTS
========================================================================== */
.header {
  background-color: #f7f7f7;
}
.header__wrapper {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}
@media (min-width: 768px) {
  .header__wrapper {
    max-width: 720px;
    padding: 16px 0;
  }
}
@media (min-width: 1020px) {
  .header__wrapper {
    max-width: 1020px;
  }
}
@media (min-width: 768px) {
  .header__wrapper--left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }
}
.header__wrapper--left .header__wrapper--logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.header__wrapper--left .header__wrapper--logo .header-logo__img {
  width: 100%;
  max-width: 120px;
  height: auto;
  transition: ease-in-out 0.3s;
}
.header__wrapper--left .header__wrapper--logo .header-logo__img:hover {
  transform: scale(0.9);
}
@media (min-width: 1020px) {
  .header__wrapper--left .header__wrapper--logo .header-logo__img {
    max-width: 160px;
  }
}
.header__wrapper--left .header__wrapper--logo .header-logo__slogan {
  font-size: 1.2rem;
  color: #808080;
}
.header__wrapper--left .header__wrapper--nav {
  display: none;
}
@media (min-width: 768px) {
  .header__wrapper--left .header__wrapper--nav {
    display: flex;
    gap: 16px;
  }
}
@media (min-width: 1020px) {
  .header__wrapper--left .header__wrapper--nav {
    gap: 32px;
  }
}
.header__wrapper--left .header__wrapper--nav .header-nav__item {
  color: #58585a;
  font-size: 1.7rem;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 1020px) {
  .header__wrapper--left .header__wrapper--nav .header-nav__item {
    font-size: 2.2rem;
  }
}
.header__wrapper--left .header__wrapper--nav .header-nav__item:hover, .header__wrapper--left .header__wrapper--nav .header-nav__item:focus {
  color: #7ec9ff;
  text-decoration: underline;
}
.header__wrapper--left .header__wrapper--nav .header-nav__item.active {
  color: #006ae6;
}
.header__wrapper--left .header__wrapper--nav .header-nav__item.active:hover, .header__wrapper--left .header__wrapper--nav .header-nav__item.active:focus {
  color: #7ec9ff;
  text-decoration: underline;
}
.header__wrapper--left .header__wrapper--nav .favourite {
  display: none;
  align-items: center;
  gap: 8px;
  color: #006ae6;
}
@media (min-width: 768px) {
  .header__wrapper--left .header__wrapper--nav .favourite {
    display: flex;
  }
}
.header__wrapper--right {
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
}
@media (min-width: 1020px) {
  .header__wrapper--right {
    flex-direction: row;
    gap: 32px;
  }
}
.header__wrapper--right .login-menu {
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 1020px) {
  .header__wrapper--right .login-menu {
    flex-direction: column;
    align-items: flex-end;
  }
}
.header__wrapper--right .login-menu a {
  color: #006ae6;
  text-decoration: underline;
  font-size: 1.4rem;
}
.header__wrapper--right .login-menu a:hover, .header__wrapper--right .login-menu a:focus {
  text-decoration: none;
  color: #7ec9ff;
}
.header__wrapper--right .login-menu-user {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
@media (min-width: 576px) {
  .header__wrapper--right .login-menu-user .header-nav__item--filter {
    display: none;
  }
}

.header-nav__item--filter img {
  max-width: 15px;
}

/* ==========================================================================
    BUTTONS
  ========================================================================== */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  outline: 0;
  border: 0;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  font-size: 1.2rem;
  /* Primary btn
   ========================================================================== */
  /* Secondary btn
   ========================================================================== */
  /* Blue btn
   ========================================================================== */
  /* Green btn
   ========================================================================== */
  /* link btn
   ========================================================================== */
  /* Back btn
   ========================================================================== */
  /* Btn big
   ========================================================================== */
  /* Btn loading
   ========================================================================== */
  /* Btn Submit
   ========================================================================== */
  /* Btn badge
   ========================================================================== */
}
@media (min-width: 768px) {
  .btn {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.btn--primary {
  padding: 0.8rem 1.8rem;
  border-radius: 0.3rem;
  box-shadow: 0rem 0.4rem 0rem 0rem transparent;
}
@media (min-width: 768px) {
  .btn--primary {
    padding: 0.8rem 3.2rem;
  }
}
.btn--secondary {
  padding: 0.8rem 1.8rem;
  border-radius: 0.3rem;
}
@media (min-width: 768px) {
  .btn--secondary {
    padding: 0.8rem 3.2rem;
  }
}
.btn--blue {
  background-color: #006ae6;
  color: #ffffff;
}
.btn--blue:hover, .btn--blue:focus {
  background-color: #7ec9ff;
  color: #ffffff;
}
.btn--blue:hover .badge-green, .btn--blue:focus .badge-green {
  background-color: #c0fb97;
}
.btn--blue.btn--primary {
  box-shadow: 0rem 0.4rem 0rem 0rem #1672a2;
}
.btn--green {
  background-color: #99ee49;
  box-shadow: 0rem 0.4rem 0rem 0rem #60b122;
  color: #4d4d4d;
}
.btn--green:hover, .btn--green:focus {
  background-color: #7ac943;
  color: #4d4d4d;
}
.btn--pulse {
  position: relative;
  overflow: hidden;
  margin: 2rem 0;
  max-width: 100%;
  white-space: normal;
}
.btn--pulse::after {
  content: "";
  display: block;
  position: absolute;
  background: rgb(255, 255, 255);
  width: 60px;
  height: 100%;
  top: 0;
  left: 0;
  filter: blur(30px);
  transform: translateX(-100px) skewX(-15deg);
  animation: glass-effect 4s infinite;
  transition: ease-in-out 0.4s;
}
@keyframes glass-effect {
  0% {
    left: 0;
  }
  100% {
    left: 150%;
  }
}
.btn--link-green {
  color: #7ac943;
}
.btn--link-green:hover, .btn--link-green:focus {
  color: #7ac943;
  opacity: 0.6;
}
.btn--link {
  background-color: transparent;
}
.btn--back {
  font-size: 2.2rem;
  height: 4rem;
}
.btn--back .md-invisible,
.btn--back .btn__arrow-back {
  margin: 0 1rem 0 0;
}
.btn--big {
  min-height: 4.5rem;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .btn--big {
    height: 5.5rem;
  }
}
.btn--full-width {
  width: 100%;
}
.btn--255 {
  min-width: 25.5rem;
}
.btn--loading {
  position: relative;
  padding-right: 3rem;
}
.btn--loading:after {
  content: "";
  background: url(images/spinner.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 1rem;
  z-index: 1;
  width: 5rem;
  height: 5rem;
  margin-top: -2.5rem;
}
.btn--submit {
  padding: 0;
}
.btn--submit.btn--loading .btn__input {
  padding-right: 6rem;
}
.btn--submit .btn__input {
  font-size: 2rem;
  background-color: transparent;
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
  padding: 0.8rem 1.8rem;
  border-radius: 0.3rem;
  box-shadow: 0rem 0.4rem 0rem 0rem transparent;
  cursor: pointer;
}
@media (min-width: 768px) {
  .btn--submit .btn__input {
    padding: 0.8rem 3.2rem;
  }
}
.btn__badge {
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: #4d4d4d;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .btn__badge {
    font-size: 1.2rem;
    width: 5rem;
    height: 5rem;
  }
}
.btn__badge.badge-green {
  background-color: #84f834;
  box-shadow: 0px 4px 0px 0px #60b122;
}
.btn.width25 {
  width: 100%;
  max-width: 25rem;
}
.btn.with-arrow {
  position: relative;
  min-width: 25.5rem;
  margin: 2rem auto 0;
}
@media (min-width: 1020px) {
  .btn.with-arrow {
    margin: 0 0 0 15px;
  }
  .btn.with-arrow:before {
    content: "";
    background: url(images/arrow.png) no-repeat center center;
    width: 66px;
    height: 48px;
    position: absolute;
    top: -12px;
    left: -80px;
  }
}

.fancybox-close--btn {
  right: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  background: url(images/close.png) no-repeat center center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  text-indent: -9999px;
  display: block;
  border: 0;
  position: absolute;
  z-index: 99999;
  outline: none;
}
.fancybox-close--btn:first-child {
  top: -20px;
}
@media screen and (min-width: 769px) {
  .fancybox-close--btn:first-child {
    right: -20px;
    left: auto;
  }
}

.up {
  text-indent: -9999px;
  position: fixed;
  bottom: 15px;
  left: 5%;
  display: none;
  opacity: 1;
  transition: opacity 0.3s ease;
  background-image: url(images/sprite.png);
  background-position: -267px -560px;
  width: 88px;
  height: 89px;
}
.up:hover {
  opacity: 0.6;
}

/* ==========================================================================
  FOOTER
========================================================================== */
.footer {
  position: relative;
  background-color: #7ac943;
  padding: 2rem 0 0;
  z-index: 3;
}
@media (min-width: 1020px) {
  .footer__wrapper {
    margin-bottom: 3rem;
  }
  .footer__wrapper:last-child {
    margin-bottom: 0;
  }
}
.footer__wrapper--title {
  color: #000000;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 1rem;
}
@media (min-width: 1020px) {
  .footer__wrapper--title {
    margin: 0 0 2rem;
  }
}
.footer__bottom {
  background-color: #ffffff;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .footer__bottom {
    background-color: #7ac943;
    padding: 0 0 2rem;
  }
}
@media (min-width: 1020px) {
  .footer__bottom {
    padding: 2rem 0;
  }
}
.footer-socials {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .footer-socials {
    gap: 10px;
  }
}
.footer-socials a {
  display: flex;
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
}
.footer-socials a:hover img {
  transform: scale(0.9);
}
.footer-socials a img {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: ease-in-out 0.2s;
}
.footer .info {
  color: #4d4d4d;
  font-size: 1.4rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .footer .info {
    color: #478402;
  }
}
.footer .rules {
  color: #4d4d4d;
  font-size: 1.4rem;
}
.footer .rules a {
  text-decoration: underline;
  font-size: 1.4rem;
  color: #4d4d4d;
}
.footer .rules a:hover, .footer .rules a:focus {
  text-decoration: none;
}

.footer-nav {
  line-height: 1.5;
  margin-bottom: 3rem;
  list-style: none;
  padding-left: 0;
}
@media (min-width: 1020px) {
  .footer-nav {
    margin-bottom: 0;
  }
}
.footer-nav__item {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 8px;
}
.footer-nav__item:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #ffffff;
  content: "";
}
.footer-nav__item--link {
  font-size: 1.6rem;
  color: #ffffff;
  transition: none;
}
@media (min-width: 1020px) {
  .footer-nav__item--link {
    font-size: 1.8rem;
  }
}
.footer-nav__item--link:hover, .footer-nav__item--link:focus {
  color: #60b122;
  text-decoration: underline;
}
.footer-nav.projects {
  list-style: none;
}
.footer-nav.projects .footer-nav__item {
  padding-left: 0;
}
.footer-nav.projects .footer-nav__item:after {
  content: none;
}

.our-projects {
  margin-bottom: 16px;
}
.our-projects li {
  color: #ffffff;
  margin-bottom: 8px;
}
.our-projects li:last-child {
  margin-bottom: 16px;
}
.our-projects li span {
  display: block;
  line-height: 1.1;
}
@media (max-width: 767.98px) {
  .our-projects li span {
    font-size: 14px;
    line-height: 1;
  }
}
.our-projects li a {
  color: #000000;
  text-decoration: underline;
  font-size: 16px;
  line-height: 1.1;
}
.our-projects li a:hover, .our-projects li a:focus {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .our-projects li a {
    font-size: 14px;
  }
}

/* ==========================================================================
    HERO
  ========================================================================== */
.hero {
  width: 100%;
  margin-bottom: 45px;
}
.hero__header {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 32px;
  overflow: hidden;
  padding: 4rem 0 0;
}
@media (min-width: 768px) {
  .hero__header {
    flex-direction: row;
    justify-content: center;
    padding-top: 1rem;
  }
}
.hero__header--title {
  color: #4d4d4d;
  margin: 0;
  font-size: 22px;
  text-align: center;
  max-width: 300px;
  padding: 0 16px;
}
@media (min-width: 576px) {
  .hero__header--title {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .hero__header--title {
    font-size: 50px;
    max-width: 400px;
  }
}
.hero__header--title span {
  font-size: 40px;
  color: #006ae6;
}
@media (min-width: 768px) {
  .hero__header--title span {
    font-size: 50px;
  }
}
.hero__header--emoji {
  width: 100%;
  max-width: 160px;
  margin-bottom: -16px;
}
@media (min-width: 576px) {
  .hero__header--emoji {
    max-width: 200px;
  }
}
@media (min-width: 768px) {
  .hero__header--emoji {
    max-width: 230px;
  }
}
.hero__last-search {
  position: relative;
  display: block;
  color: #4d4d4d;
  background-color: #f7f7f7;
  text-decoration: none;
  text-align: center;
  z-index: 1;
  padding: 1rem;
  border: 0.2rem solid #c0fb97;
  border-radius: 4px;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .hero__last-search {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.2rem solid transparent;
  }
}
.hero__last-search--without-header {
  margin-top: 1.5rem;
}
.hero__last-search--icon {
  display: none;
}
@media (min-width: 768px) {
  .hero__last-search--icon {
    margin-right: 2rem;
    display: inline-flex;
  }
}
.hero__last-search--text {
  position: relative;
  display: block;
  color: #006ae6;
  transition: color 300ms ease-in-out;
}
@media (min-width: 768px) {
  .hero__last-search--text {
    display: inline;
    margin-right: 0.5rem;
  }
}
.hero__last-search:hover {
  color: #636363;
  text-decoration: none;
  border: 0.2rem solid #7ec9ff;
}
.hero__last-search:hover .hero__last-search--text {
  color: #7ec9ff;
}
.hero--small-space {
  margin-bottom: 0;
}
.hero--blue {
  background-color: #006ae6;
}
@media (max-width: 767.98px) {
  .hero .search__nav {
    flex-wrap: wrap;
  }
}
@media (max-width: 369.98px) {
  .hero .search__nav--item {
    padding: 0 6px;
  }
}
.hero .search__nav--item__ukraine {
  display: flex;
  align-items: center;
  line-height: 1.1;
}
@media (max-width: 767.98px) {
  .hero .search__nav--item__ukraine {
    margin-top: 16px;
  }
}
.hero .search__nav--item__ukraine img {
  margin-right: 8px;
}

.uk-language {
  margin-top: 2rem;
}
@media (max-width: 1019.98px) {
  .uk-language {
    text-align: center;
  }
}
.uk-language a {
  color: #ffffff;
  text-decoration: underline;
}
.uk-language a:hover, .uk-language a:focus {
  color: #c0fb97;
  text-decoration: none;
}

/* ==========================================================================
    HERO 404
  ========================================================================== */
.hero.hero--404 .hero__header {
  height: auto;
}
.hero.hero--404 .hero__header--404 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fc4f5c;
  margin-bottom: 2.4rem;
}
.hero.hero--404 .hero__header--404 .hero__header--title {
  color: #fc4f5c;
  font-size: 4.8rem;
  padding: 2rem 0 1rem;
}
@media (min-width: 1020px) {
  .hero.hero--404 .hero__header--404 .hero__header--title {
    font-size: 6.4rem;
    margin: 1.9rem 0;
    padding: 0;
  }
}
.hero.hero--404 .hero__header--404 p {
  font-size: 2.2rem;
  margin: 0;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .hero.hero--404 .hero__header--404 p {
    line-height: 1;
    font-size: 4rem;
  }
}
@media (max-width: 767.98px) {
  .hero.hero--404 .hero__header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    padding: 2rem 0;
  }
  .hero.hero--404 .hero__header .hero__header--emoji {
    width: 9.7rem;
    height: 9.6rem;
    margin-left: 0;
  }
}

/* ==========================================================================
    DETAIL HERO
  ========================================================================== */
.detail-hero {
  background-color: #006ae6;
}
.detail-hero__wrapper {
  position: relative;
  padding: 3rem 0;
}
.detail-hero__wrapper--left {
  margin-bottom: 3rem;
}
@media (min-width: 1020px) {
  .detail-hero__wrapper--left {
    margin-bottom: 0;
  }
  .detail-hero__wrapper--left.no-gutters {
    margin-left: -1.5rem;
  }
  .detail-hero__wrapper--left.no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1020px) {
  .detail-hero__wrapper--right .justify-content-center {
    justify-content: flex-end !important;
  }
}
@media (min-width: 1200px) {
  .detail-hero__wrapper--btn-back {
    position: absolute;
    top: 0;
    left: -8.5rem;
  }
}
.detail-hero__wrapper--title {
  color: #ffffff;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .detail-hero__wrapper--title {
    font-size: 3.2rem;
  }
}
.detail-hero__wrapper--subtitle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 8px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1019.98px) {
  .detail-hero__wrapper--subtitle {
    justify-content: center;
  }
}
.detail-hero__wrapper--subtitle:hover {
  opacity: 0.7;
  transform: scale(0.99);
}
.detail-hero__wrapper--subtitle img {
  margin-right: 8px;
}
.detail-hero__wrapper--subtitle span {
  font-size: 2.4rem;
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 1019.98px) {
  .detail-hero__wrapper--subtitle span {
    font-size: 1.8rem;
  }
}
.detail-hero__wrapper--pic img {
  width: 100%;
  height: auto;
}
.detail-hero.detail-hero--gray {
  background-color: transparent;
}
@media (min-width: 1020px) {
  .detail-hero.detail-hero--gray {
    background-color: #f7f7f7;
  }
}
.detail-hero.detail-hero--gray .detail-hero__wrapper {
  padding: 0;
}
.detail-hero.detail-hero--gray .detail-hero__wrapper .detail-hero__wrapper--left {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .detail-hero.detail-hero--gray .detail-hero__wrapper .detail-hero__wrapper--btn-back {
    top: 4rem;
  }
}
@media (max-width: 1019.98px) {
  .detail-hero.detail-hero--gray ~ .main .main__wrapper {
    padding-top: 0;
  }
}
.detail-hero .comp-detail--title {
  display: flex;
  font-size: 2rem;
}
.detail-hero .comp-detail--perex {
  color: #ffffff;
  font-size: 1.6rem;
}
.detail-hero .detail-hero-title {
  margin-bottom: 0;
}
@media (max-width: 1019.98px) {
  .detail-hero .detail-hero-title {
    text-align: center;
  }
}
.detail-hero .detail-hero-title__strong {
  margin-left: 2rem;
}
.detail-hero .detail-hero-title__small {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .detail-hero .detail-hero-title__small {
    font-size: 2.4rem;
  }
}

/* ==========================================================================
    SEARCH
  ========================================================================== */
.search {
  position: relative;
  color: #ffffff;
  background-color: #006ae6;
  z-index: 1;
  padding: 2rem 0;
}
.search--smaller {
  padding-bottom: 0 !important;
}
@media (max-width: 1019.98px) {
  .search--smaller {
    padding-bottom: 2rem !important;
  }
}
.search__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.search__nav--item {
  color: #ffffff;
  font-size: 2rem;
  transition: none;
  padding: 0 1.5rem;
}
.search__nav--item:hover, .search__nav--item:focus {
  color: #7ec9ff;
  text-decoration: underline;
}
.search__nav--item.is-active {
  color: #7ec9ff;
}
@media (min-width: 768px) {
  .search__nav--item {
    font-size: 2.2rem;
  }
}
.search__fields {
  margin-bottom: 1.5rem;
}
.search__fields .btn {
  width: 100%;
}
.search__list--link {
  font-size: 1.8rem !important;
  line-height: 3rem;
  text-decoration: none;
  color: #ffffff;
  transition: ease-in-out 0.2s;
}
.search__list--link span {
  font-size: 1.8rem !important;
  line-height: 3rem;
}
@media (min-width: 1020px) {
  .search__list--link {
    font-size: 2.8rem !important;
    line-height: 4rem;
  }
  .search__list--link span {
    font-size: 2.8rem !important;
    line-height: 4rem;
  }
}
.search__list--link:hover, .search__list--link:focus {
  color: #7ec9ff;
  text-decoration: underline;
}
.search__list--link.search__link {
  font-size: 1.5rem;
  display: inline-block;
  text-decoration: none;
}
.search__list--link.search__link:hover, .search__list--link.search__link:focus {
  color: #7ec9ff;
  text-decoration: underline;
}
@media (min-width: 1020px) {
  .search__list--link.search__link {
    font-size: 2.2rem;
  }
}
.search__list--link span {
  font-size: 2rem;
}
@media (min-width: 1020px) {
  .search__list--link span {
    font-size: 2.8rem;
  }
}

/* ==========================================================================
    BANNER
  ========================================================================== */
.banner {
  margin: 0 0 4.5rem;
}
.banner img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.banner img:hover {
  opacity: 0.8;
}

/* ==========================================================================
    BLOG POSTS
  ========================================================================== */
.article {
  display: flex;
  flex-direction: column;
  border-bottom: 3px solid rgba(128, 128, 128, 0.1);
  background-color: #f7f7f7;
  color: #006ae6;
  transition: opacity 300ms all ease-in-out;
  padding: 1.5rem;
  max-width: 290px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .article {
    max-width: none;
  }
}
.article__image {
  position: relative;
  padding-top: 66.66%;
  width: 100%;
}
.article__image--pic {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__title {
  margin: 1.5rem 0 0;
}
.article:hover, .article:focus {
  color: #7ec9ff;
  text-decoration: none;
}
.article:hover .article__image, .article:focus .article__image {
  opacity: 0.6;
}
.article.article--video .article__image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-top: -25.5px;
  margin-left: -25.5px;
  content: "";
  background: url(images/play.png) no-repeat center center;
  width: 5rem;
  height: 5rem;
}

.articles__wrapper {
  margin-bottom: 1.5rem;
}
.articles__footer {
  margin-bottom: 4.5rem;
}
@media (max-width: 1019.98px) {
  .articles__footer .col-md-4:last-child {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .articles__footer .col-md-4 {
    text-align: right;
  }
  .articles__footer a {
    text-decoration: none;
  }
  .articles__footer a:hover {
    text-decoration: underline;
  }
}

/* ==========================================================================
    CONNECTION
  ========================================================================== */
.connection {
  background-color: #f7f7f7;
  margin-bottom: 4.5rem;
}
.connection__wrapper {
  padding: 6rem 0 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .connection__wrapper {
    padding: 6rem 0;
  }
}
@media (max-width: 1019.98px) {
  .connection__wrapper .newsletter,
  .connection__wrapper .title {
    max-width: 39.6rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.connection__offer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.connection__offer img {
  width: 100%;
  max-width: 400px;
  margin-bottom: -16px;
}

/* ==========================================================================
    FORMS
  ========================================================================== */
.form .form-group {
  margin-bottom: 1.5rem;
}
.form fieldset {
  border: 0;
  margin: 0 0 5rem;
  padding: 0;
}
.form a:hover, .form a:focus {
  text-decoration: underline;
}

.form-group {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 1rem;
}
.form-group__info {
  font-size: 1.4rem;
}
.form-group__info span {
  font-size: inherit;
}
.form-group.form-group--center {
  align-items: center;
}
.form-group > .error {
  position: relative;
  color: #ff0000;
  font-size: 1.4rem;
  text-align: left;
  display: none;
  align-items: center;
  padding-left: 2.5rem;
  margin-bottom: 0.5rem;
}
.form-group > .error::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/warning.png) no-repeat center center;
  width: 1.9rem;
  height: 1.7rem;
}
.form-group.form-group--error .form-control {
  border: 0.2rem solid #ff0000;
}
.form-group.form-group--error .error {
  display: flex;
}
.form-group.form-group--error .error .tooltip-extra {
  margin-left: 0.5rem;
}
.form-group .more-email {
  font-size: 1.6rem;
  color: #006ae6;
  text-decoration: underline;
}

.label-control {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}

.form-control {
  color: #4d4d4d;
  background-color: #ffffff;
  font-size: 1.8rem;
  line-height: 2.5rem;
  width: 100%;
  min-height: 4.5rem;
  padding: 1.5rem 2.5rem;
  box-shadow: none;
  outline: none;
  border-radius: 0.3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.2rem solid transparent;
}
.form-control::-webkit-input-placeholder {
  color: #4d4d4d;
}
.form-control:-moz-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #4d4d4d;
}
.form-control::-ms-input-placeholder {
  color: #4d4d4d;
}
@media (min-width: 768px) {
  .form-control {
    min-height: 5.5rem;
  }
}
.form-control.form-control--small {
  font-size: 1.6rem;
  padding: 1px 2px;
  min-height: 3.5rem;
}
.form-control.form-control--medium {
  font-size: 1.6rem;
  padding: 1rem;
  min-height: 4.8rem;
}
@media (min-width: 768px) {
  .form-control.form-control--medium {
    min-height: 4.8rem;
  }
}
.form-control.form-control--border {
  border: 0.2rem solid #cccccc;
}
.form-control.inputfile + label {
  display: block;
  width: 100%;
  color: #4d4d4d;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  display: inline-block;
  overflow: hidden;
  display: block;
  padding: 1rem 5.2rem 1rem 1rem;
  border-radius: 3px;
  margin-bottom: 0;
  border: 0.2rem solid #cccccc;
  cursor: pointer;
}
.form-control.inputfile + label.label--error {
  border-color: #ff0000;
}
.form-control.inputfile + label::after {
  content: "...";
  background-color: #e2e2e2;
  font-size: 1.6rem;
  line-height: 3.6rem;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 4.2rem;
  height: 4.8rem;
  border-radius: 0 0.2rem 0.2rem 0;
}
.form-control.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

textarea.form-control {
  min-height: 18rem;
}

.form__row {
  position: relative;
  max-width: 410px;
  margin-bottom: 15px;
}
.form__row--checkboxes-top {
  margin-bottom: 35px;
}
.form__row--error > input,
.form__row--error > .form-control,
.form__row--error > .multiple__select.bootstrap-select > .dropdown-toggle {
  border-color: #c92600 !important;
}
.form__row--error .selectric {
  border-color: #c92600 !important;
}
.form__row .label-control {
  color: #808080;
  font-size: 1.8rem;
  line-height: 1.2;
  bottom: 0;
  display: block;
  padding-bottom: 1.3rem;
  margin-bottom: 0;
}
@media screen and (min-width: 1021px) {
  .form__row .label-control {
    width: 165px;
    position: absolute;
    right: 105%;
    padding-left: 30px;
  }
}
.form__row .label-control.blue {
  color: #006ae6;
}
.form__row .form-control {
  color: #808080;
  font-size: 1.8rem;
  line-height: 2.2rem;
  width: 100%;
  height: 4.2rem;
  padding: 0.5rem 1rem;
  border: 0.2rem solid #cccccc;
  border-radius: 0.3rem;
  outline: none;
}
.form__row--checkboxes {
  margin-top: 50px;
  margin-bottom: 50px;
}
.form__row--checkboxes__link {
  padding-top: 1rem;
}
.form__row--checkboxes__link a {
  font-size: 1.6rem;
}
.form__row--checkboxes .label-control {
  top: 0.2rem;
}
.form__row > .error {
  position: relative;
  color: #ff0000;
  font-size: 1.4rem;
  text-align: left;
  display: flex;
  align-items: center;
  padding-left: 2.5rem;
  margin-bottom: 0.5rem;
}
.form__row > .error::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/warning.png) no-repeat center center;
  width: 1.9rem;
  height: 1.7rem;
}
.form__row--info {
  color: #7ac943;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 100%;
  padding-left: 5rem;
  font-size: 1.6rem;
}
@media (max-width: 767.98px) {
  .form__row--info {
    display: none;
  }
}
.form__button {
  margin-top: 45px;
}

.form-control.bootstrap-select > .dropdown-toggle {
  background: transparent;
  border: none;
  outline: none;
  height: 44px;
}
.form-control.bootstrap-select > .dropdown-toggle .filter-option-inner,
.form-control.bootstrap-select > .dropdown-toggle .filter-option-inner-inner {
  height: 100%;
  display: flex;
  align-items: center;
}
.form-control.bootstrap-select > .dropdown-toggle:hover, .form-control.bootstrap-select > .dropdown-toggle:focus {
  border: none;
  outline: 0 !important;
}

.forgotten-password {
  padding: 7.5rem 0;
  text-align: center;
}
.forgotten-password h1 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}
.forgotten-password__form {
  background-color: #f7f7f7;
  padding: 5rem 0;
}
.forgotten-password__form > div {
  max-width: 42rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}

.single__select {
  width: 100%;
  height: 6rem;
  border: 0.2rem solid #cccccc;
  border-radius: 0.3rem;
  font-size: 1.6rem;
  color: #999999;
  padding-left: 1.5rem;
  text-align: left;
  cursor: pointer;
  background: transparent url(images/select_arrow.png) no-repeat right center;
  background-color: #f3f3f3 !important;
  background-position: 95% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.single__select.single--small {
  height: 4.2rem;
  border: 2px solid #c7c7c7;
}
.single__select.show .dropdown-toggle:after {
  transform: rotate(180deg);
}

.multiple__select {
  padding-left: 0;
}
.multiple__select.bootstrap-select.multiple--small > .dropdown-toggle {
  height: 4.2rem;
  border: 1px solid #c7c7c7;
}
.multiple__select.bootstrap-select > .dropdown-toggle {
  width: 100%;
  height: 60px;
  border: 0.2rem solid #cccccc;
  border-radius: 3px;
  font-size: 1.6rem;
  color: #999999;
  padding-left: 1.5rem;
  text-align: left;
  cursor: pointer;
}
.multiple__select.bootstrap-select > .dropdown-toggle:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: transparent url(images/select_arrow.png) no-repeat right center;
  border: none;
  width: 12px;
  height: 10px;
}
@media (min-width: 768px) and (max-width: 1019px) {
  .multiple__select.bootstrap-select > .dropdown-toggle:after {
    right: 32px;
  }
}
.multiple__select.show .dropdown-toggle:after {
  transform: rotate(180deg);
}
.multiple__select .filter-option {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.multiple__select .filter-option .filter-option-inner {
  display: inline-flex;
  max-width: 90%;
}
.multiple__select .filter-option .filter-option-inner .filter-option-inner-inner {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
}
.multiple__select .bs-searchbox {
  padding: 3px 24px;
}
.multiple__select .bs-searchbox .form-control {
  height: auto;
  border-color: rgb(118, 118, 118);
  border-width: 1px;
}

.s-newsletter__form {
  padding-top: 3.5rem;
}
.s-newsletter__form .form__row {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .s-newsletter__form .form__row {
    align-items: flex-start;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
  }
}
.s-newsletter__form .form__row > label {
  position: initial;
  right: auto;
  padding-left: 0;
}
@media (min-width: 768px) {
  .s-newsletter__form .form__row > label {
    position: absolute;
    width: 160px;
    right: 105%;
    min-width: 160px;
    text-align: right;
    padding-bottom: 20px;
  }
}
.s-newsletter__form .form__row .error {
  font-size: 16px;
  letter-spacing: 0.08px;
  padding-left: 0;
}
.s-newsletter__form .form__row .error:before {
  content: none;
}
.s-newsletter__form .form__row .form-control {
  height: 60px;
  border: 3px solid #c7c7c7;
  border-radius: 3px;
}
.s-newsletter__form .form__row .form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #cccccc;
}
.s-newsletter__form .form__row .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cccccc;
  opacity: 1;
}
.s-newsletter__form .form__row .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cccccc;
  opacity: 1;
}
.s-newsletter__form .form__row .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cccccc;
}
.s-newsletter__form .form__row .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cccccc;
}
.s-newsletter__form .checkboxes {
  width: 100%;
}
.s-newsletter__form .label__checkboxes.blue,
.s-newsletter__form .checkboxes-list-link a {
  color: #2894c8;
}
.s-newsletter__form .checkboxes-list-link {
  padding-top: 1rem;
}
.s-newsletter__form .form--submit {
  margin-top: 4.5rem;
  min-width: 25rem;
}

.message-window {
  background-color: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  min-width: 29rem;
  padding: 2.5rem 3rem;
  border: 1rem solid #ff0000;
  transform: translate(-50%, -50%);
}
.message-window__title {
  color: #4d4d4d;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.message-window__content {
  color: #ff0000;
  font-size: 1.8rem;
}
.message-window__close {
  position: absolute;
  top: -0.5rem;
  right: 0.5rem;
  display: block;
  cursor: pointer;
  font-size: 3rem;
  color: #808080;
}

.reg-n .main__wrapper {
  position: relative;
  background-color: #f7f7f7;
  margin-top: 5rem;
}
.reg-n .main__wrapper:before {
  position: absolute;
  top: 150px;
  right: 30px;
  z-index: 1;
  background: url(images/nejoblibenejsi.png) no-repeat center center;
  width: 161px;
  height: 161px;
}
@media (min-width: 1020px) {
  .reg-n .main__wrapper:before {
    content: "";
  }
}
.reg-n .form__row {
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1021px) {
  .reg-n .form__row {
    max-width: 40rem;
  }
}
.reg-n .form__row > label {
  text-align: center;
  padding-left: 0;
  padding-bottom: 10px;
}
.reg-n .form__row > label > span {
  font-weight: 400;
}
.reg-n .form__row > label.two-lines {
  padding-bottom: 10px;
}
@media screen and (min-width: 1021px) {
  .reg-n .form__row > label {
    text-align: right;
    padding-bottom: 18px;
  }
}
.reg-n .form__row--with-desc {
  margin-top: 5rem;
}
.reg-n .form__row--with-desc > label {
  top: 0;
  bottom: auto;
  padding-top: 0;
}
.reg-n .form__row--education {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}
.reg-n .form__row--education.no-border-top {
  margin-top: 0;
}
.reg-n .form__desc {
  color: #4d4d4d;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.reg-n .form__desc > span:not(.text-blue) {
  color: #7ac943;
}
.reg-n .form .checkboxes-list,
.reg-n .form .checkboxes-header {
  max-width: 76rem;
  margin: 0 auto;
}
.reg-n .form .checkboxes-header {
  margin-top: 2rem;
  padding-bottom: 1rem;
}
.reg-n .checkbox--other,
.reg-n .checkbox--info {
  display: table;
  margin: 0 auto;
}
.reg-n .checkbox--other a,
.reg-n .checkbox--info a {
  color: #006ae6;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.reg-n .checkbox--other a:hover,
.reg-n .checkbox--info a:hover {
  opacity: 0.6;
}
.reg-n .staty__hidden {
  display: block !important;
}
.reg-n .checkboxes-list-link {
  padding-top: 1.6rem;
}
.reg-n .checkboxes-list-link > a {
  color: #006ae6;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.reg-n .checkboxes-list-link > a:hover {
  opacity: 0.6;
}
.reg-n .text-blue {
  color: #006ae6;
}
.reg-n .text-green {
  color: #7ac943;
}

@media screen and (min-width: 768px) {
  .s-newsletter__form .checkbox--states {
    margin: 0;
  }
}
.s-newsletter__form .checkbox--states.other label {
  padding-top: 0;
}

.checkboxes-list.countries .col-sm-6.col-md-3:last-of-type {
  margin: auto;
  margin-bottom: 45px;
}

.form__row-ms .custom-input--horizontal {
  margin: 0;
  flex-direction: column;
  align-items: flex-start;
}
.form__row-ms .custom-input > label {
  color: #808080;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: 1.3rem;
}
@media (min-width: 768px) {
  .form__row-ms .custom-input > label {
    position: absolute;
    width: 160px;
    right: 105%;
    min-width: 160px;
    text-align: right;
    padding-bottom: 0;
    bottom: 20px;
    justify-content: flex-end;
  }
}
.form__row-ms .custom-input select ~ .multiple-select button {
  height: 60px;
  border: 3px solid #c7c7c7;
  border-radius: 3px;
}
.form__row-ms .ms-choice > span {
  height: 100%;
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.form__row-ms .ms-choice > span.placeholder {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.form__row-ms .custom-input--error select ~ .multiple-select button {
  border: 3px solid #c92600;
}
.form__row-ms .custom-input__error {
  color: #ff0000;
  font-size: 16px;
}
.form__row-ms .form__row--info {
  padding-top: 32px;
}

.reg-n .form__row-ms .custom-input > label {
  margin: 0;
  width: 100%;
  text-align: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .reg-n .form__row-ms .custom-input > label {
    position: relative;
    width: auto;
    right: auto;
    min-width: auto;
    text-align: right;
    padding-bottom: 0;
    bottom: auto;
    width: 100%;
    margin-bottom: 0.5rem;
    justify-content: center;
  }
}
@media only screen and (min-width: 1021px) {
  .reg-n .form__row-ms .custom-input > label {
    position: absolute;
    width: 160px;
    right: 105%;
    min-width: 160px;
    text-align: right;
    padding-bottom: 0;
    margin-bottom: 0;
    bottom: 20px;
    justify-content: flex-end;
  }
}
.reg-n .form__row-ms .custom-input select ~ .multiple-select button,
.reg-n .form__row-ms .custom-input--error select ~ .multiple-select button {
  border-width: 2px;
  height: 55px;
}
.reg-n .form__row .error {
  padding-left: 0;
  font-size: 16px;
}
.reg-n .form__row .error::before {
  content: none;
}

/* ==========================================================================
    CHECKBOX
  ========================================================================== */
.checkbox {
  width: 100%;
}
.checkbox__col {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.checkbox__row .error {
  position: relative;
  color: #ff0000;
  font-size: 1.4rem;
  text-align: left;
  display: none;
  align-items: center;
  padding-left: 2.5rem;
  margin-bottom: 0.5rem;
}
.checkbox__row .error::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/warning.png) no-repeat center center;
  width: 1.9rem;
  height: 1.7rem;
}
.checkbox__row.checkbox--error .error {
  display: flex;
}
.checkbox__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox__input:checked ~ .checkbox__label > .checkbox__label--check {
  background-color: #006ae6;
  border: 1px solid rgb(0, 82.4956521739, 179);
}
.checkbox__input:checked ~ .checkbox__label > .checkbox__label--check:after {
  content: "";
}
.checkbox__input:disabled ~ .checkbox__label {
  opacity: 0.5;
  pointer-events: none;
}
.checkbox__label {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  padding: 0.75rem 0 0.75rem 2.5rem;
  cursor: pointer;
}
.checkbox__label:hover {
  opacity: 1 !important;
}
.checkbox__label--check {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #f7f7f7;
  border: 1px solid #808080;
  border-radius: 0.3rem;
}
.checkbox__label--check:after {
  position: absolute;
  top: -0.3rem;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  left: 0px;
  width: 0.5rem;
  height: 0.7rem;
  border: solid white;
  border-width: 0 0.2rem 0.2rem 0;
  transform: rotate(45deg);
}
.checkbox.checkbox--small .checkbox__label {
  padding: 0rem 0 0rem 2.5rem;
}
.checkbox.checkbox--small .checkbox__label--check {
  top: 0.4rem;
}
.checkbox.checkbox-with-help {
  position: relative;
}
.checkbox.checkbox-with-help .checkbox__label {
  max-width: 1.9rem;
}
.checkbox.checkbox-with-help .label-content {
  width: 90%;
}
.checkbox.checkbox-with-help .checkbox__label--content {
  margin-left: 2.3rem;
}
.checkbox.checkbox-with-help .tooltip-extra {
  position: static;
}
.checkbox.checkbox-with-help .question-mark {
  position: absolute;
  top: 0.8rem;
  right: 0;
}
.checkbox.checkbox--states {
  display: table;
  margin: 0 auto;
  max-width: 13rem;
}
@media (min-width: 768px) {
  .checkbox.checkbox--states {
    max-width: 12rem;
  }
}
.checkbox.checkbox--states .checkbox__label {
  position: relative;
  padding-top: 8rem;
  margin-bottom: 3rem;
}
.checkbox.checkbox--states .checkbox__label:before {
  top: auto;
  bottom: 0.3rem;
}
.checkbox.checkbox--states .checkbox__label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3.6rem;
}
.checkbox.checkbox--states .checkbox__label .checkbox__label--check {
  top: auto;
  bottom: 1rem;
}
.checkbox.checkbox--states.gb .checkbox__label::after {
  background-image: url(images/sprite.png);
  background-position: -769px -81px;
  width: 72px;
  height: 70px;
}
.checkbox.checkbox--states.gb input:checked + .checkbox__label::after {
  background-image: url(images/sprite.png);
  background-position: -769px -81px;
  width: 72px;
  height: 70px;
}
.checkbox.checkbox--states.usa .checkbox__label::after {
  background-image: url(images/sprite.png);
  background-position: -769px -161px;
  width: 72px;
  height: 70px;
}
.checkbox.checkbox--states.usa input:checked + .checkbox__label::after {
  background-image: url(images/sprite.png);
  background-position: -769px -161px;
  width: 72px;
  height: 70px;
}
.checkbox.checkbox--states.greece .checkbox__label::after {
  background-image: url(images/sprite.png);
  background-position: -83px -715px;
  width: 73px;
  height: 70px;
}
.checkbox.checkbox--states.greece input:checked + .checkbox__label::after {
  background-image: url(images/sprite.png);
  background-position: -83px -715px;
  width: 73px;
  height: 70px;
}
.checkbox.checkbox--states.france .checkbox__label::after {
  background-image: url(images/sprite.png);
  background-position: 0px -715px;
  width: 73px;
  height: 70px;
}
.checkbox.checkbox--states.france input:checked + .checkbox__label::after {
  background-image: url(images/sprite.png);
  background-position: 0px -715px;
  width: 73px;
  height: 70px;
}
.checkbox.checkbox--states.spain .checkbox__label::after {
  background-image: url(images/sprite.png);
  background-position: -622px -560px;
  width: 73px;
  height: 71px;
}
.checkbox.checkbox--states.spain input:checked + .checkbox__label::after {
  background-image: url(images/sprite.png);
  background-position: -622px -560px;
  width: 73px;
  height: 71px;
}
.checkbox.checkbox--states.germany .checkbox__label::after {
  background-image: url(images/sprite.png);
  background-position: -769px 0px;
  width: 72px;
  height: 71px;
}
.checkbox.checkbox--states.germany input:checked + .checkbox__label::after {
  background-image: url(images/sprite.png);
  background-position: -769px 0px;
  width: 72px;
  height: 71px;
}
.checkbox.checkbox--states.slovakia .checkbox__label::after {
  background-image: url(images/sprite.png);
  background-position: -539px -560px;
  width: 73px;
  height: 71px;
}
.checkbox.checkbox--states.slovakia input:checked + .checkbox__label::after {
  background-image: url(images/sprite.png);
  background-position: -539px -560px;
  width: 73px;
  height: 71px;
}
.checkbox.checkbox--states.netherlands .checkbox__label::after {
  background-image: url(images/sprite.png);
  background-position: -456px -560px;
  width: 73px;
  height: 71px;
}
.checkbox.checkbox--states.netherlands input:checked + .checkbox__label::after {
  background-image: url(images/sprite.png);
  background-position: -456px -560px;
  width: 73px;
  height: 71px;
}
.checkbox:hover .tooltip-extra__content, .checkbox:focus .tooltip-extra__content {
  opacity: 1;
}

.label-content {
  width: auto;
  font-size: 1.6rem;
}
.label-content:hover {
  opacity: 1 !important;
}
.label-content a {
  margin: 0 0.3rem;
  font-size: inherit;
  text-decoration: underline;
  transition: none;
}
.label-content a:hover, .label-content a:focus {
  text-decoration: none;
}
.label-content ~ a {
  font-size: 1.6rem;
}

.simple-checkbox {
  position: relative;
  display: flex;
  margin-bottom: 0.5rem;
  cursor: pointer;
  transition: 300ms all ease-in-out;
}
.simple-checkbox:hover, .simple-checkbox:focus {
  opacity: 0.6;
}
.simple-checkbox input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.simple-checkbox input:checked ~ span:after {
  background-image: url(images/checkbox-checked.png);
}
.simple-checkbox > span {
  display: block;
  padding-left: 22.5px;
  font-size: 1.4rem;
}
.simple-checkbox > span:after {
  content: "";
  background-image: url(images/checkbox.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: 0;
}

.checkboxes-hor-list {
  display: flex;
  flex-wrap: wrap;
}
.checkboxes-hor-list .checkbox {
  width: auto;
  margin: 0 1rem 0 0;
}

.row.justify-content-center .checkbox {
  width: auto;
}

.reg-agreement {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
}

/* ==========================================================================
    COOKIES
  ========================================================================== */
.fixed-cookie {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 28rem;
  padding: 2rem;
  z-index: 9;
}
.fixed-cookie__text {
  font-size: 1.8rem;
  color: #ffffff;
  text-align: center;
}
.fixed-cookie__text a {
  color: rgba(255, 255, 255, 0.6);
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline;
}
.fixed-cookie__text a:hover {
  color: #ffffff;
}
.fixed-cookie__form--button {
  background-color: #006ae6;
  width: 100%;
  height: 3.4rem;
  border-radius: 0.5rem;
  color: #ffffff;
  font-size: 1.6rem;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  cursor: pointer;
}
.fixed-cookie__form--button:hover {
  background-color: #1672a2;
}

/* ==========================================================================
    RADIO INPUT
  ========================================================================== */
.filter-list__item--radio {
  position: relative;
  display: flex;
  margin-bottom: 0.5rem;
  cursor: pointer;
  transition: 300ms all ease-in-out;
}
.filter-list__item--radio:hover, .filter-list__item--radio:focus {
  opacity: 0.6;
}
.filter-list__item--radio input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.filter-list__item--radio input:checked ~ span:after {
  background-image: url(images/radio-checked.png);
}
.filter-list__item--radio > span {
  display: block;
  padding-left: 22.5px;
  font-size: 1.4rem;
}
.filter-list__item--radio > span:after {
  content: "";
  background-image: url(images/radio.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: 0;
}

/* ==========================================================================
    ADVERT
  ========================================================================== */
.advertisers {
  margin-bottom: 4.5rem;
}

.advert {
  color: #808080;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 2rem 1.2rem 2rem;
  border-radius: 15px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  transition: ease-in-out 0.3s;
}
.advert:hover, .advert:focus {
  color: #b3b3b3;
  text-decoration: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.28);
}
.advert .advert__box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5.5rem;
}
.advert .advert__box--pic {
  opacity: 1;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.advert .advert__text {
  font-size: 1.5rem;
  margin-top: 2rem;
  text-align: center;
  color: #4d4d4d;
}
.advert .advert__text--no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #006ae6;
  border-radius: 15px;
  color: #006ae6;
  font-size: 1.5rem;
  height: 2.3rem;
  min-width: 4rem;
  padding: 0 0.5rem;
  margin-right: 1rem;
}
.advert--without-text .advert__box--pic {
  filter: gray; /* IE */ /* Old WebKit */ /* New WebKit */
  filter: url(resources.svg#desaturate); /* older Firefox */
  filter: grayscale(100%); /* Current draft standard */
}
.advert--without-text .advert__box--pic:hover {
  filter: none;
  -webkit-filter: none;
}

.box-adv {
  position: absolute;
  top: 20px;
  z-index: 9;
  width: 160px;
  height: 600px;
  overflow: hidden;
}
.box-adv.box-adv--left {
  left: -200px;
}
@media screen and (max-width: 1490px) {
  .box-adv.box-adv--left {
    left: -180px;
  }
}
.box-adv.box-adv--right {
  right: -200px;
}
@media screen and (max-width: 1490px) {
  .box-adv.box-adv--right {
    right: -180px;
  }
}
.box-adv.box-adv-center {
  position: relative;
  top: 0;
  width: 100%;
  height: 91px;
}
@media screen and (max-width: 1450px) {
  .box-adv.box-adv-desktop {
    display: none;
  }
}
.box-adv.box-adv-mobile {
  display: none;
}
@media screen and (max-width: 1449px) {
  .box-adv.box-adv-mobile {
    display: flex;
    margin: 16px 0;
  }
}
.box-adv a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.box-adv a img {
  width: auto;
  height: 100%;
}

.list-advert {
  display: block;
  margin-bottom: 20px;
}
.list-advert:hover {
  opacity: 0.6;
}
.list-advert img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.container {
  position: relative;
}

.box-adv-detail.box-adv--left {
  left: 0;
}
.box-adv-detail.box-adv--right {
  right: 0;
}

/* ==========================================================================
    ADVERT
  ========================================================================== */
.disciplines {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 4.5rem;
}
.disciplines__list {
  display: flex;
  flex-wrap: wrap;
}
.disciplines__list > li {
  display: inline-block;
  padding: 0 0.4rem;
}
.disciplines__list > li > a {
  color: #006ae6;
  font-size: 1.8rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #006ae6;
  transition: background-color 300ms ease-in-out;
}
.disciplines__list > li > a:hover {
  color: #7ec9ff;
  text-decoration: underline;
}
.disciplines__list > li > a.mobile-collapse__btn:hover {
  background-color: transparent;
}

.mobile-collapse {
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .mobile-collapse {
    display: none !important;
  }
}
.mobile-collapse__btn {
  color: #2CA1CF !important;
}
.mobile-collapse__text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 300ms all ease-in-out;
  transition-delay: 100ms;
}
.mobile-collapse__box {
  display: block;
  overflow: hidden;
  max-height: 90px;
  transition: 300ms all ease-in-out;
}
.mobile-collapse ul {
  padding: 0 !important;
}
.mobile-collapse li {
  padding: 0 !important;
}
.mobile-collapse .collapse {
  display: block;
  overflow: hidden;
  max-height: 0;
  transition: 300ms max-height ease-in-out;
}
.mobile-collapse.show .collapse {
  max-height: 600px;
}
.mobile-collapse.show .mobile-collapse__box {
  max-height: 800px;
}
.mobile-collapse.show .collapse-show-hide {
  display: none;
}
.mobile-collapse.show .mobile-collapse__text {
  overflow: visible;
  -webkit-line-clamp: inherit;
}

ul.mobile-collapse {
  margin-bottom: 2rem;
}

.aside__list li {
  display: inline-block;
  margin-right: 20px;
}
@media screen and (min-width: 1020px) {
  .aside__list li {
    display: block;
  }
}

/* ==========================================================================
    BREADCRUMBS
  ========================================================================== */
.breadcrumbs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 2rem 0;
  transition: 300ms all ease-in-out;
}
@media (max-width: 767.98px) {
  .breadcrumbs {
    max-height: 2.2rem;
    padding-right: 2.5rem;
    flex-wrap: nowrap;
  }
  .breadcrumbs.open {
    max-height: 80rem;
    flex-wrap: wrap;
  }
  .breadcrumbs.open .breadcrumbs-more {
    transform: rotate(180deg);
    transform-origin: 50% 50%;
  }
}
@media (min-width: 768px) {
  .breadcrumbs {
    padding: 2rem 0;
    margin: 0;
  }
}
.breadcrumbs__item {
  font-size: 1.6rem;
  color: #006ae6;
  height: 22px;
}
@media (min-width: 768px) {
  .breadcrumbs__item {
    font-size: 1.7rem;
  }
}
.breadcrumbs__item--link {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #006ae6;
}
.breadcrumbs__item--link:hover, .breadcrumbs__item--link:focus {
  color: #49abdb;
  text-decoration: none;
}
.breadcrumbs__item--link.all-click .breadcrumbs__item--arrow {
  position: static;
}
.breadcrumbs__item--link span {
  font-size: inherit;
}
.breadcrumbs__item--link > .breadcrumbs__item--arrow {
  position: relative;
}
.breadcrumbs__item--link > .breadcrumbs__item--arrow:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  cursor: pointer;
  z-index: 99;
}
.breadcrumbs__item--arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7rem 0.4rem 0 0.4rem;
  border-color: #006ae6 transparent transparent transparent;
  margin-left: 0.4rem;
  margin-top: 0.2rem;
}
.breadcrumbs__item--menu {
  position: absolute;
  top: 100%;
  left: auto;
  right: auto;
  display: none;
  background: #ffffff;
  border: 0.1rem solid #808080;
  box-sizing: border-box;
  border-radius: 0.3rem;
  padding: 1rem 0;
  z-index: 99;
  max-width: 100%;
  min-width: 68px;
}
@media (min-width: 768px) {
  .breadcrumbs__item--menu {
    max-width: 20rem;
    position: absolute;
  }
}
.breadcrumbs__item--menu a {
  display: block;
  height: 2rem;
  background: #ffffff;
  font-size: 1.4rem;
  padding: 0 0.4rem;
  text-decoration: none;
  color: #808080;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media (min-width: 768px) {
  .breadcrumbs__item--menu a {
    padding: 0 1rem;
  }
}
.breadcrumbs__item--menu a:hover {
  background: #006ae6;
  color: #ffffff;
}
.breadcrumbs__item--top {
  white-space: nowrap;
  font-size: inherit;
  margin-bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 1;
}
.breadcrumbs__item--top.show .breadcrumbs__item--arrow {
  transform: rotate(180deg);
}
.breadcrumbs__item--top.show ~ .breadcrumbs__item--menu {
  display: block;
}
.breadcrumbs__item--top.no-select {
  position: relative;
}
.breadcrumbs__item--top.no-select.show {
  cursor: pointer;
}
.breadcrumbs__item--top.no-select.show .breadcrumbs__item--link {
  pointer-events: none;
}
.breadcrumbs__item--top.no-select .breadcrumbs__item--link {
  position: static;
}
.breadcrumbs__item--top.no-select .breadcrumbs__item--arrow {
  position: static;
}
.breadcrumbs__item:hover, .breadcrumbs__item:focus {
  color: #49abdb;
  text-decoration: none;
}
.breadcrumbs__item:hover .breadcrumbs__item--arrow:after, .breadcrumbs__item:focus .breadcrumbs__item--arrow:after {
  border-color: #49abdb transparent transparent transparent;
}
.breadcrumbs__item.home {
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumbs__item.breadcrumbs--dropdown {
  position: relative;
}
.breadcrumbs span.breadcrumbs__item {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
}
.breadcrumbs__divider {
  padding: 0 0.8rem;
  color: #808080;
  font-weight: 400;
  font-size: 1.7rem;
  height: 22px;
}
@media screen and (min-width: 601px) {
  .breadcrumbs__divider {
    padding: 0 1rem;
  }
}
.breadcrumbs::-webkit-scrollbar {
  display: none;
}
.breadcrumbs .breadcrumbs-more {
  position: absolute;
  top: 0.3rem;
  right: 0;
  display: inline-block;
  padding-left: 3rem;
  background-color: #ffffff;
  width: 2rem;
  height: 2rem;
  z-index: 9;
}
.breadcrumbs .breadcrumbs-more:after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0.6rem 0 0.6rem;
  border-color: #4d4d4d transparent transparent transparent;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 576px) {
  .breadcrumbs .breadcrumbs-more {
    right: 0rem;
  }
}
@media (min-width: 768px) {
  .breadcrumbs .breadcrumbs-more {
    display: none;
  }
}
.breadcrumbs span.breadcrumbs__item {
  color: #808080;
}
@media screen and (max-width: 600px) {
  .breadcrumbs span.breadcrumbs__item {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 12rem;
  }
}

.breadcrumbs-wrapper {
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) {
  .breadcrumbs-wrapper {
    overflow-y: visible;
  }
}
.breadcrumbs-wrapper:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50vw;
  height: 100%;
  background-color: #ffffff;
}
.breadcrumbs-wrapper::-webkit-scrollbar {
  display: none;
}
.breadcrumbs-wrapper ~ .main__wrapper {
  padding-top: 0;
}

.container.show {
  overflow-x: visible;
}
.container.show .breadcrumbs-wrapper {
  overflow: visible;
}
.container::-webkit-scrollbar {
  display: none;
}

@media (max-width: 767.98px) {
  main {
    overflow-x: hidden;
  }
}

/* ==========================================================================
    SIDEBAR
  ========================================================================== */
.sidebar {
  display: flex;
  flex-direction: column;
}
.sidebar__block {
  margin-bottom: 4.5rem;
}
.sidebar__block--title {
  font-size: 3.2rem;
  color: #4d4d4d;
  margin: 0 0 3rem;
}
.sidebar__block--advert {
  display: flex;
}
.sidebar__block--advert img {
  width: 100%;
  max-width: 35rem;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sidebar__block--videos {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 31rem;
    margin: auto;
  }
  .sidebar__block--videos .aside__video {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.sidebar__block--videos .videos__all {
  color: #006ae6;
  font-size: 1.8rem;
  text-decoration: none;
  display: inline-block;
  margin-top: 3rem;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.sidebar__block--videos .videos__all:hover {
  opacity: 0.6;
}
@media (max-width: 1019.98px) {
  .sidebar .actions-list {
    order: 1;
  }
  .sidebar .sidebar-advert {
    order: 2;
  }
  .sidebar .more-posts {
    order: 3;
  }
  .sidebar .job-offers {
    order: 4;
  }
}

.sidebar-list__item {
  margin-bottom: 1.2rem;
}
.sidebar-list__item a {
  color: #006ae6;
  font-size: 1.7rem;
  line-height: 1.2;
  text-decoration: none;
  transition: color 300ms ease-in-out;
}
.sidebar-list__item a:hover, .sidebar-list__item a:focus {
  opacity: 0.6;
}

.actions-list__item {
  margin-bottom: 1.7rem;
}
.actions-list__item--pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3rem;
  margin-right: 1rem;
}
.actions-list__item--pic img {
  width: auto;
  height: 100%;
}
@media (min-width: 768px) {
  .actions-list__item.md-invisible {
    display: flex !important;
  }
}
.actions-list__item a {
  display: flex;
  align-items: center;
  color: #006ae6;
  font-size: 1.6rem;
  line-height: 1.2;
  text-decoration: none;
  transition: color 300ms ease-in-out;
}
.actions-list__item a:hover, .actions-list__item a:focus {
  opacity: 0.6;
}
.actions-list__item a.btn {
  display: inline-flex;
  width: auto;
}

.sidebar-articles__item {
  display: flex;
  margin-bottom: 3rem;
  transition: 300ms all ease-in-out;
}
.sidebar-articles__item--pic {
  width: 100%;
  display: block;
  height: 58px;
  overflow: hidden;
}
.sidebar-articles__item--pic img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sidebar-articles__item--title {
  font-size: 1.6rem;
  margin: 0;
}
.sidebar-articles__item:hover, .sidebar-articles__item:focus {
  opacity: 0.6;
}
.sidebar-articles__link {
  display: flex;
  color: #006ae6;
  font-size: 1.8rem;
  text-decoration: underline;
  transition: color 300ms ease-in-out;
  margin-bottom: 3rem;
}
.sidebar-articles__link:hover, .sidebar-articles__link:focus {
  opacity: 0.6;
}

.sidebar-category__list--item {
  padding-left: 0 !important;
  min-height: 3rem;
}
.sidebar-category__list--item:before {
  content: none !important;
}
.sidebar-category__list--link {
  color: #006ae6;
  font-size: 1.8rem;
  text-decoration: none;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}
.sidebar-category__list--link:hover, .sidebar-category__list--link:focus {
  opacity: 0.6;
}
.sidebar-category__list--link.mobile-collapse__btn {
  font-weight: normal;
}
.sidebar-category__list--link.mobile-collapse__btn:hover {
  opacity: 1;
}

.sidebar-video {
  color: #006ae6;
  display: block;
  margin-bottom: 1.5rem;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.sidebar-video:hover {
  color: #006ae6;
  text-decoration: none;
  opacity: 0.6;
}
.sidebar-video__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.sidebar-video__item--pic {
  width: 100%;
  height: auto;
}
.sidebar-video__item--title {
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 0.5rem 1.2rem;
  margin: 0 !important;
}

.n-nav__title {
  position: relative;
  color: #4d4d4d;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  padding: 1.8rem 3rem 0 1.5rem;
  margin-bottom: 17rem;
  background: url(images/buble-medium.png) no-repeat;
  width: 137px;
  height: 70px;
}
.n-nav__title:before {
  content: "";
  position: absolute;
  top: 100%;
  right: -9rem;
  margin-top: -1.5rem;
  background: url(images/smile-medium-l.png) no-repeat;
  width: 145px;
  height: 145px;
}
.n-nav__list--item {
  margin-bottom: 0.8rem;
}
.n-nav__list--link {
  color: #808080;
  background-color: #f7f7f7;
  font-size: 1.8rem;
  text-decoration: none;
  display: block;
  padding: 10px 10px 10px 3rem;
  border-radius: 3px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.n-nav__list--link.is-active {
  color: #4d4d4d;
  background-color: #e7e7e7;
}
.n-nav__list--link.logout {
  color: #006ae6;
}
.n-nav__list--link:hover {
  opacity: 0.6;
}

/* ==========================================================================
    FILTERS
  ========================================================================== */
.sidebar-filter {
  position: relative;
  background-color: #f7f7f7;
  padding: 1.5rem;
}
.sidebar-filter__box {
  margin-bottom: 1.5rem;
}
.sidebar-filter__box--title {
  position: relative;
  font-size: 1.5rem;
  opacity: 1;
  cursor: pointer;
  transition: opacity 300ms ease-in-out;
}
.sidebar-filter__box--title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6rem 0.45rem 0 0.45rem;
  border-color: #808080 transparent transparent transparent;
  margin-top: -0.3rem;
}
.sidebar-filter__box--title.open::before {
  transform: rotate(180deg);
}
.sidebar-filter__box--title:hover {
  opacity: 0.6;
}

.filter-select--position {
  padding-top: 1rem;
}

.filter-list {
  padding: 1rem 0 0;
}
.filter-list__item {
  margin-bottom: 0.5rem;
}
.filter-list__item--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-list__item--header a {
  color: #006ae6;
  font-size: 1.2rem;
  text-decoration: underline;
}
.filter-list__item--header a:hover {
  text-decoration: none;
}
.filter-list__item > .filter-list {
  padding: 0 0 0 1.5rem;
}
.filter-list__item .dropdown-menu {
  width: 100% !important;
  min-width: 0 !important;
}
.filter-list__item .dropdown-menu .inner.show {
  overflow-x: hidden;
  max-height: 30rem;
  overflow-y: auto;
}
.filter-list__item .dropdown-item {
  padding-right: 3.6rem;
  padding-left: 1.2rem;
}
.filter-list__item .dropdown-item .text {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block !important;
  overflow: hidden;
  margin-right: 0 !important;
}

/* ==========================================================================
    LOGIN
  ========================================================================== */
.s-login {
  text-align: center;
  padding: 4.5rem 1.5rem;
}
.s-login h2 {
  color: #4d4d4d;
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 5rem;
}
.s-login__box {
  background-color: #f7f7f7;
  padding: 4rem;
}
.s-login .visitor,
.s-login .inzerent {
  font-size: 2.8rem;
  line-height: 3rem;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
  height: 8rem;
  padding: 2.5rem 0;
  border-radius: 0.3rem;
  margin-bottom: 7rem;
  transition: all 300ms ease-in-out;
}
.s-login .visitor {
  color: #ffffff;
  background-color: #006ae6;
  box-shadow: 0px 4px 0px 0px rgb(22, 114, 162);
  cursor: pointer;
}
.s-login .visitor:hover {
  background-color: rgb(77, 159.0347826087, 255);
}
.s-login .inzerent {
  color: #4d4d4d;
  background-color: #84f834;
  box-shadow: 0px 4px 0px 0px rgb(106, 196, 42);
}
.s-login .inzerent:hover {
  background-color: rgb(191.7428571429, 251.4, 150.6);
}
.s-login .f-visitor {
  display: none;
}
.s-login .f-visitor__field {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.s-login .f-visitor__field:last-child {
  margin-top: 2rem;
}
.s-login .f-visitor__field:last-child .btn {
  min-width: 21.5rem;
}
.s-login .forgot-pass,
.s-login .create {
  font-size: 1.8rem;
  text-decoration: underline;
  display: block;
  color: #006ae6;
  transition: all 300ms ease-in-out;
}
.s-login .forgot-pass {
  padding-left: 10px;
  text-align: left;
}
.s-login .forgot-pass:hover {
  text-decoration: none;
}
.s-login .create {
  opacity: 1;
  text-align: center;
}
.s-login .create:hover {
  opacity: 0.6;
}

@media (max-width: 1019.98px) {
  .s-login__box {
    padding: 15px;
    margin-right: -15px;
    margin-left: -15px;
  }
  .s-login .visitor,
  .s-login .inzerent {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .s-login h1 {
    font-size: 3rem;
  }
  .s-login h2 {
    font-size: 2.1rem;
  }
  .s-login .create {
    display: inline-block;
    margin-bottom: 1.5rem;
  }
}
/* ==========================================================================
    ENTRY CONTENT
  ========================================================================== */
.entry-content {
  color: #4d4d4d;
  margin-bottom: 4.5rem;
}
.entry-content h1 {
  font-size: 4rem;
  line-height: 1.2;
  margin: 0;
}
.entry-content h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  padding-top: 2.6rem;
  margin: 1rem 0 0.5rem;
}
.entry-content p {
  font-size: 1.8rem;
  margin: 1rem 0;
  line-height: 2.7rem;
}
.entry-content ul {
  font-size: 1.8rem;
  padding-left: 2.2rem;
  margin: 0;
}
.entry-content ul > li {
  position: relative;
  padding-left: 1.2rem;
}
.entry-content ul > li::before {
  content: "";
  background-color: #4d4d4d;
  position: absolute;
  top: 1rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}
.entry-content img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.entry-content .logo1 {
  width: 100%;
  height: 100%;
  -o-object-fit: none;
     object-fit: none;
}
.entry-content a {
  color: #006ae6;
  opacity: 1;
  transition: ease-in-out 0.3s;
  font-size: inherit;
  text-decoration: underline;
}
.entry-content a:hover {
  text-decoration: none;
  color: #7ec9ff;
}
.entry-content .f-left {
  float: left;
  margin: 0 4.5rem 1.5rem 1.5rem;
}
.entry-content .f-right {
  float: right;
  margin: 0 1.5rem 1.5rem 4.5rem;
}
.entry-content > :first-child {
  margin-top: 0;
  padding-top: 0;
}
.entry-content > :last-child {
  margin-bottom: 0;
}
.entry-content--top {
  padding-bottom: 5rem;
}
.entry-content--top .thin-title {
  font-size: 3.2rem;
}
.entry-content--top p {
  font-size: 1.6rem;
}
.entry-content--list {
  margin-bottom: 4.5rem;
}
.entry-content--list p {
  margin: 2rem 0;
}
.entry-content--list > :first-child {
  margin-top: 0;
}
.entry-content--list > :last-child {
  margin-bottom: 0;
}

.detail__box {
  position: relative;
  border-top: 0;
  margin-bottom: 0;
  color: #707070;
  padding: 1.5rem;
  border-top: 0.5rem solid #eaeaea;
  margin-bottom: 1.5rem;
  background-color: #f7f7f7;
}
@media (max-width: 767.98px) {
  .detail__box {
    background-color: transparent;
    padding: 0;
  }
}
.detail__box-in {
  padding: 1.5rem;
  background-color: #f7f7f7;
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .detail__box-in {
    padding: 0;
  }
}
.detail__box-in img {
  max-width: 200px;
}
.detail__box table {
  width: 100%;
}
.detail__box table,
.detail__box tr,
.detail__box td {
  color: #4d4d4d;
  font-size: 1.6rem;
}
@media (max-width: 1019.98px) {
  .detail__box td {
    display: inline-block;
  }
}

.detail__box ~ .info-inzerat {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
  text-align: right;
}
.detail__box ~ .info-inzerat span {
  display: inline-block;
  padding-left: 15px;
  font-size: inherit;
}
@media (max-width: 1019.98px) {
  .detail__box ~ .info-inzerat {
    text-align: center;
    height: auto;
    bottom: 0;
    position: relative;
  }
  .detail__box ~ .info-inzerat span {
    padding-left: 0;
  }
}

.detail__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail__bottom--btn {
  font-size: 2.2rem;
  line-height: 2.4rem;
}
.detail__bottom--right .actions-list {
  margin: 3rem 6rem 0 5rem;
}
.detail__bottom--buble {
  position: relative;
  color: #4d4d4d;
  background-image: url(images/comment.png);
  width: 256px;
  height: 135px;
  font-size: 2rem;
  line-height: 25px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 15px 15px 15px 35px;
}

#map.detail__map {
  background-color: #f7f7f7;
  height: 20rem;
  margin: 4.5rem 0;
}

.detail-a__header h1 {
  color: #7ac943;
  font-size: 3.8rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}
.detail-a__header ~ .main__wrapper {
  padding-top: 0;
}
.detail-a__image {
  float: left;
  max-width: 345px;
  max-height: 260px;
  margin: 0 4.5rem 1.5rem 1.5rem;
}
.detail-a__image > img {
  max-width: 345px;
  max-height: 260px;
}
.detail-a .aside__articles {
  padding-top: 0;
}
.detail-a__bottom {
  color: #4d4d4d;
  font-style: italic;
  font-size: 1.4rem;
  position: relative;
  padding-top: 3.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 5rem;
}
.detail-a__bottom > span {
  position: absolute;
  top: 3.5rem;
  right: 1.5rem;
  padding-left: 2.5rem;
  font-size: inherit;
}
.detail-a__bottom > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6.5px;
  background: url(images/eye.png) no-repeat center center;
  width: 2rem;
  height: 1.3rem;
}
.detail-a__facebook {
  text-align: center;
  margin-bottom: 30px;
}
.detail-a__facebook h2 {
  color: #4d4d4d;
  font-size: 2.8rem;
  line-height: 1.2;
}
.detail-a__facebook h2 span {
  color: #7ac943;
}
.detail-a__facebook h2 b {
  position: relative;
  display: inline-block;
}
.detail-a__facebook h2 b::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -75px;
  margin-top: -22.5px;
  background: url(images/like.png) no-repeat center center;
  width: 4.7rem;
  height: 4.5rem;
}
.detail-a__box {
  position: relative;
  display: table;
  padding: 35px 0;
  margin: 0 auto;
  width: 100%;
}
.detail-a__box::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -65px;
  background: url(images/arrow-right.png) no-repeat center center;
  width: 4.5rem;
  height: 5.9rem;
}
.detail-a__box .fb_iframe_widget {
  width: 100%;
}
.detail-a__box .fb_iframe_widget > span {
  min-width: 145px !important;
}
.detail-a__box .fb_iframe_widget > span iframe {
  width: 100% !important;
}
.detail-a__back {
  text-align: center;
  margin-top: 15px;
}
.detail-a__back > a {
  color: #006ae6;
  font-size: 1.9rem;
  text-decoration: none;
  position: relative;
  padding-left: 35px;
}
.detail-a__back > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  background: url(images/arrow-back.png) no-repeat center center;
  width: 2.7rem;
  height: 2.4rem;
}
@media (max-width: 767.98px) {
  .detail-a__image {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .detail-a__image > img {
    max-width: 100%;
    height: auto;
    margin: auto;
  }
  .detail-a__header h1 {
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
  .detail-a__header .fb-like-it {
    margin-bottom: 15px;
  }
  .detail-a__facebook h2 b::before {
    display: none;
  }
  .detail-a__box {
    padding: 10px 0;
  }
  .detail-a__box::before {
    display: none;
  }
}

.google-ads {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
  overflow: hidden;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}

/* ==========================================================================
    MODAL
  ========================================================================== */
.modal--answer .modal-dialog {
  max-width: 850px;
  margin: 0 auto;
}
.modal--answer .modal-body {
  background-color: #f7f7f7;
  padding: 15px 15px 12px;
}
@media (min-width: 768px) {
  .modal--answer .modal-body {
    padding: 15px 55px 12px;
  }
}
.modal--answer .checkbox__label--content {
  font-size: 1.6rem;
  color: #898989;
}
.modal--answer .answer__text {
  color: #898989;
  text-align: center;
  font-size: 1.6rem;
  white-space: nowrap;
  margin-top: 1.5rem;
}
.modal--answer .answer__text a {
  font-size: inherit;
}
.modal--answer h2.icon-check {
  font-family: "Rubik", sans-serif !important;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 80px;
  margin-bottom: 10px;
}
.modal--answer h2.icon-check:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30.5px;
  background: url(images/check.png) no-repeat center center;
  width: 61px;
  height: 61px;
}
.modal--phone {
  color: #4d4d4d;
  background-color: #ffffff;
  text-align: center;
  padding: 3.5rem 2.5rem 3.5rem;
}
@media (min-width: 576px) {
  .modal--phone {
    padding: 4.5rem 8rem 4.5rem;
  }
}
.modal--phone--2 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.modal--phone h2 {
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.modal--phone h2 > span {
  color: #1b87b2;
}
.modal--phone .form-control {
  text-align: center;
  padding: 28px 15px;
  font-size: 1.8rem;
}
.modal--phone .form-control.error {
  justify-content: center;
  text-align: center !important;
}
.modal-fb {
  padding-top: 15px;
  font-size: 1.6rem;
}

.modal-dialog {
  margin: 0;
}

.modal-body .modal-title {
  color: #4d4d4d;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.modal-body .modal-title.icon-check {
  font-family: "Rubik", sans-serif !important;
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 8rem;
  margin-bottom: 1rem;
}
.modal-body .modal-title.icon-check::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3.05rem;
}

.modal-p__list {
  text-align: left;
  padding-left: 3rem;
}
.modal-p__gray {
  background-color: #f7f7f7;
  padding: 3rem 100px 25px;
  margin-right: -100px;
  margin-left: -100px;
  margin-bottom: -25px;
}
.modal-p__user {
  font-size: 2.2rem;
  min-height: 60px;
  position: relative;
  padding-top: 15px;
  padding-left: 80px;
  margin-bottom: 10px;
}
.modal-p__user::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30.5px;
  width: 60px;
  height: 60px;
  background: url(images/user.png) no-repeat center center;
  background-size: contain;
}
.modal-p__mobile, .modal-p__videocall {
  line-height: 1.1;
  min-height: 60px;
  position: relative;
  padding-top: 10px;
  padding-left: 80px;
  margin-bottom: 10px;
}
.modal-p__mobile::before, .modal-p__videocall::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30.5px;
  width: 60px;
  height: 60px;
  background: url(images/mobile.png) no-repeat center center;
  background-size: contain;
}
.modal-p__mobile > strong, .modal-p__videocall > strong {
  color: #4d4d4d;
  font-size: 2.2rem;
}
.modal-p__mobile > strong a, .modal-p__videocall > strong a {
  font-size: inherit;
}
.modal-p__mobile > span, .modal-p__videocall > span {
  color: #808080;
  font-size: 1.8rem;
}
.modal-p__mobile a, .modal-p__videocall a {
  color: #006ae6;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.modal-p__mobile a:hover, .modal-p__videocall a:hover {
  opacity: 0.6;
}
.modal-p__videocall {
  margin-bottom: 35px;
}
.modal-p__videocall:before {
  background: url(images/video-call.svg) no-repeat center center;
  background-size: contain;
}
.modal-p__rec {
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 1.2;
  text-align: left;
  position: relative;
  padding-left: 110px;
  margin-bottom: 2rem;
}
.modal-p__rec::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3rem;
  margin-top: -30.5px;
  width: 60px;
  height: 60px;
  background: url(images/check.png) no-repeat center center;
  background-size: contain;
}
.modal-p__rec > span {
  color: #7ac943;
}
.modal-p__accept {
  font-size: 1.4rem;
  position: relative;
  display: block;
  padding-bottom: 45px;
}
.modal-p__accept::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  margin-left: -8.5px;
  width: 17px;
  height: 3rem;
  background: url(images/arrow-down-large.png) no-repeat center center;
  background-size: contain;
}
.modal-p__accept a {
  color: #006ae6;
  opacity: 1;
  transition: opacity 0.3s ease;
  font-size: inherit;
}
.modal-p__accept a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.modal-p__tip {
  font-size: 1.9rem;
  line-height: 1.2;
  margin-bottom: 15px;
}
.modal-p__tip > span {
  color: #7ac943;
  font-size: 2rem;
  text-transform: uppercase;
}

.newsletter-p {
  background-color: #f7f7f7;
  padding: 2rem 2rem;
}
@media (min-width: 576px) {
  .newsletter-p {
    padding: 3rem 5rem;
  }
}
.newsletter-p h2 {
  color: #4d4d4d;
  font-size: 2.8rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 4.5rem;
}
.newsletter-p h2 > span {
  color: #7ac943;
}
.newsletter-p--with-criteria h2 {
  margin-bottom: 2rem;
}
.newsletter-p__box {
  text-align: center;
  max-width: 510px;
  margin: 0 auto;
}
.newsletter-p__input {
  color: #898989;
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: center;
  width: 100%;
  height: 89px;
  padding: 2.4rem 1.5rem;
}
.newsletter-p .error-m > input {
  border-color: #ff0000;
}
.newsletter-p__accept {
  color: #4d4d4d;
  font-size: 1.4rem;
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 15px;
}
.newsletter-p__accept::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8.5px;
  background: url(images/arrow-down-small.png) no-repeat center center;
  width: 1.7rem;
  height: 2.7rem;
}
.newsletter-p__accept > a {
  color: #006ae6;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s ease;
  font-size: inherit;
}
.newsletter-p__accept > a:hover {
  opacity: 0.6;
}
.newsletter-p__criteria {
  color: #4d4d4d;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 25px;
}
.newsletter-p__criteria a {
  color: #006ae6;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s ease;
  font-size: inherit;
}
.newsletter-p__criteria a:hover {
  opacity: 0.6;
}

.answer__description {
  color: #4d4d4d;
  text-align: center;
  max-width: 62rem;
  margin: 0 auto 2rem;
  font-size: 1.6rem;
}
.answer__recommend {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.answer__recommend > div {
  color: #4d4d4d;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 25px 15px 50px;
  background: url(images/buble-xl.png) no-repeat center center;
  width: 340px;
  height: 117px;
}
.answer__recommend--newsletter > div {
  margin-bottom: 3rem;
}
.answer__recommend > a.fb {
  color: #ffffff;
  background-color: #42599b;
  font-size: 2.2rem;
  line-height: 52px;
  text-decoration: none;
  text-align: center;
  position: relative;
  display: block;
  width: 250px;
  height: 52px;
  border-radius: 3px;
  margin: 0 auto 50px;
  box-shadow: 0px 4px 0px 0px rgb(43, 64, 108);
  opacity: 1;
  transition: opacity 0.3s ease;
}
.answer__recommend > a.fb:hover {
  opacity: 0.6;
}
.answer__recommend > a.fb > span {
  position: relative;
  padding-left: 3rem;
}
.answer__recommend > a.fb > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10.5px;
  background: url(images/fb-white.png) no-repeat center center;
  width: 12px;
  height: 21px;
}
.answer__recommend img {
  margin: 0.3rem 0 1rem;
  height: auto;
}
.answer__back {
  font-size: 2.2rem;
  text-align: center;
  max-width: 277px;
  margin: 0;
}
.answer__back > a {
  color: #006ae6;
  text-decoration: none;
  border-bottom: 1px solid #006ae6;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.answer__back > a:hover {
  opacity: 0.6;
}
.answer__tutorial {
  color: #4d4d4d;
  font-size: 2.2rem;
  text-align: center;
  position: relative;
  display: block;
  margin-bottom: 45px;
}
.answer__tutorial > a {
  color: #006ae6;
  text-decoration: underline;
  opacity: 1;
  transition: opacity 0.3s ease;
  font-size: inherit;
}
.answer__tutorial > a:hover {
  opacity: 0.6;
}
.answer__form {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.answer__form .form-control {
  min-width: 25.5rem;
}
.answer__form > span {
  color: #666;
  text-align: center;
  display: block;
}
.answer__form > span > a {
  color: #006ae6;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.answer__form > span > a:hover {
  opacity: 0.6;
}
.answer__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.answer .answer__back {
  text-align: center;
  margin-top: 1rem;
}
.answer .answer__back a {
  font-size: inherit;
}

@media (max-width: 767.98px) {
  .answer__description {
    font-size: 1.6rem;
    text-align: left;
    max-width: 100%;
  }
  .answer__recommend {
    padding-left: 0;
  }
  .answer__recommend > div {
    background-image: none;
    font-size: 2.1rem;
    text-align: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 50px;
  }
  .answer__recommend--newsletter > div {
    margin-bottom: 25px;
  }
  .answer__recommend > a.fb {
    margin-bottom: 0;
  }
  .answer__recommend > a.fb::before {
    top: -40px;
  }
  .answer__form > input[type=email] {
    width: 100%;
  }
  .answer__buttons {
    margin-bottom: 0;
  }
  .answer__button {
    box-shadow: none;
  }
}
.project-notices {
  font-family: "Rubik", sans-serif;
  margin: 0 auto;
}
.project-notices > div {
  position: relative;
}
.project-notices > div > div {
  color: #4d4d4d;
  background-color: #ffffff;
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  top: 100px;
  right: 15px;
  left: 15px;
  z-index: 9999;
  padding: 23px 30px;
  border: 10px solid #006ae6;
}
.project-notices > div > div > b {
  color: #cccccc;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  cursor: pointer;
}
.project-notices > div > div .green {
  color: #7ac943;
}
.project-notices > div > div span {
  font-size: inherit;
}
.project-notices--fixed {
  position: fixed;
  top: 15px;
  right: 0;
  left: 0;
  z-index: 9999;
}
.project-notices--fixed > div > div {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.employee-modal {
  text-align: center;
  width: 100%;
}
.employee-modal .counters {
  margin-bottom: 0;
  padding-bottom: 0;
}
.employee-modal .counters__numbers {
  text-align: right;
  margin: 0 -16px 0 8px;
}
@media only screen and (max-width: 575px) {
  .employee-modal .counters__numbers {
    text-align: center;
    margin: 0 0 24px 0;
  }
}
.employee-modal .counters__title {
  text-align: left;
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .employee-modal .counters__title {
    text-align: center;
  }
}
.employee-modal .counters__title span {
  display: block;
}
@media only screen and (max-width: 575px) {
  .employee-modal .counters__title span {
    display: inline;
  }
}
.employee-modal .counters__arrow {
  margin-top: 30px;
}
.employee-modal.fancybox-content {
  max-width: 700px;
}
.employee-modal .counter {
  padding-right: 120px;
}
.employee-modal .counter > span {
  color: #ffffff;
  font-weight: 400;
  font-size: 2.4375em;
  line-height: 46px;
  font-family: "Rubik", sans-serif;
  text-align: center;
  background-image: url(images/sprite.png);
  background-position: 0px -795px;
  width: 34px;
  height: 46px;
  float: left;
  display: block;
}
.employee-modal .counter-wrap {
  color: #808080;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  position: relative;
  display: table;
  margin: 0 auto;
}
.employee-modal .counter-wrap > span {
  line-height: 20px;
  position: absolute;
  top: 50%;
  right: 50px;
  margin-top: -10px;
}
.employee-modal .link {
  color: #2ca1cf;
  text-decoration: underline;
  top: 30px;
  right: 30px;
  font-size: 1.6rem;
}
@media (min-width: 576px) {
  .employee-modal .link {
    position: absolute;
  }
}
.employee-modal .row__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.employee-modal .row__bottom__item {
  flex: 1 0 20%;
  max-width: 20%;
  padding: 0 16px;
  margin-top: 24px;
}
.employee-modal .row__bottom a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.employee-modal .row__bottom a:hover img {
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}
.employee-modal .row__bottom a img {
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: ease-in-out 0.2s;
}

.hide-modal .modal-filters {
  display: none;
}

.fancybox-container .fancybox-close-small {
  text-indent: -9999px;
  top: -14.5px !important;
  right: -14.5px !important;
  background-image: url(images/sprite.png);
  background-position: -671px -471px;
  width: 29px;
  height: 29px;
}
@media (max-width: 767.98px) {
  .fancybox-container .fancybox-close-small {
    right: 0 !important;
    left: 0 !important;
    margin: auto;
  }
}

.fancybox-close--down {
  display: none !important;
}

.modal-filters .modal-dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1e1e1e;
  transition-duration: inherit;
  transition-property: opacity;
  opacity: 1;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  z-index: 9999;
}
.modal-filters .modal-dialog .modal-content {
  width: 100%;
  max-width: 500px;
  height: 100%;
  overflow-y: auto;
}
.modal-filters .modal-dialog .modal-content .modal-body {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.modal-filters .modal-dialog .modal-content .fancybox-close-small {
  text-indent: -9999px;
  top: -14.5px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(images/sprite.png);
  background-position: -671px -471px;
  width: 29px;
  height: 29px;
  cursor: pointer;
  border: 0;
  outline: 0;
}
.modal-filters.open {
  display: block;
}

.pwa {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

/* ==========================================================================
    TOOLTIP
  ========================================================================== */
.question-mark {
  text-indent: -9999px;
  display: inline-block;
  cursor: pointer;
  background: url(images/question-mark.png) no-repeat center center;
  opacity: 1;
  transition: opacity 0.4s ease;
  width: 17px;
  height: 17px;
}
.question-mark:hover {
  opacity: 0.6;
}

.tooltip-extra {
  position: relative;
  display: inline-block;
  height: 17px;
}
.tooltip-extra__content {
  color: #4d4d4d;
  background-color: #e5e5e5;
  font-size: 15px;
  line-height: 1.5;
  position: absolute;
  bottom: 100%;
  left: 50%;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%);
  padding-top: 1rem;
}
.tooltip-extra__content--close {
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  font-size: 3rem;
  line-height: 1;
  cursor: pointer;
}
.tooltip-extra__content > div {
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.tooltip-extra__content p {
  font-size: 1.5rem;
}
.tooltip-extra.is-active > span + .tooltip-extra__content {
  opacity: 1;
  visibility: visible;
}

.tooltip-inner {
  background-color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  border: 3px solid #c6cacb;
  border-radius: 0;
  font-size: 1.4rem;
  color: #ffffff;
  padding: 0.5rem;
  text-align: center;
}

/* ==========================================================================
    TAG
  ========================================================================== */
.tag {
  color: #4d4d4d;
  background-color: #f7f7f7;
  font-size: 1.2rem;
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  padding: 0.5rem 4.3rem 0.5rem 1.2rem;
  border: 1px solid #4d4d4d;
  border-radius: 0.5rem;
  cursor: pointer;
  margin-right: 1rem;
  margin-bottom: 1rem;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.tag::before {
  content: "×";
  position: absolute;
  top: -2px;
  right: 1.2rem;
  margin-top: -6px;
  font-size: 3rem;
  opacity: 0.3;
}
.tag:hover {
  opacity: 0.6;
}
.tag-link {
  color: #006ae6;
  font-size: 1.8rem;
  line-height: 3rem;
  text-decoration: underline;
  vertical-align: bottom;
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.tag-link:hover {
  opacity: 0.6;
}

/* ==========================================================================
    CATALOG ITEM
  ========================================================================== */
.item {
  background-color: #f7f7f7;
  text-decoration: none !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem 2rem 0.7rem;
  border-bottom: 0.4rem solid rgb(234.25, 234.25, 234.25);
  margin-bottom: 2rem;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.item:hover {
  opacity: 0.6;
}
.item .row {
  width: calc(100% + 2rem);
  display: flex;
  align-items: center;
}
.item--top {
  background-color: #ffffff;
  padding: 1rem;
  border: 1px solid #84f834;
  display: block;
}
.item--top .item__title {
  color: #006ae6;
  line-height: 1;
  padding-right: 8rem;
  margin-bottom: 0.5rem;
}
.item--top .item__description {
  line-height: 1.2;
  margin-bottom: 0;
}
.item--blue {
  background-color: #eaf8ff;
  border-bottom-color: #c9e9f2;
}
.item--blue .item__date {
  background-color: #eaf8ff;
}
.item--expired {
  opacity: 0.5;
  filter: grayscale(1);
}
.item__image {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 10rem;
  margin-right: 1.5rem;
  overflow: hidden;
}
.item__image > img {
  max-width: 12rem;
  max-height: 10rem;
}
.item__content {
  display: flex;
  height: 10rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.item__title {
  color: #006ae6;
  font-size: 2.7rem;
  line-height: 3rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .item__title {
    margin-bottom: 24px;
  }
}
.item__title span {
  color: #fc4f5c;
  font-size: 2rem;
  display: block;
}
.item__title > b {
  color: #006ae6;
  text-decoration: none;
  transition: color 0.3s ease;
}
.item__title > b a {
  font-size: inherit;
}
.item__title > b a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  content: "";
}
.item:visited .item__title > b {
  color: #84878d;
}
.item__description {
  color: #84878d;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
.item .tip {
  color: #666;
  font-size: 1.2rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.item__badges {
  width: 75%;
  display: inline-block;
  margin-left: -2rem;
}
@media (max-width: 767.98px) {
  .item__badges {
    width: 60%;
    margin-bottom: 8px;
    min-height: 33px;
  }
}
.item__badges > span {
  color: #808080;
  background-color: rgb(234.25, 234.25, 234.25);
  font-size: 1rem;
  text-transform: uppercase;
  float: left;
  padding: 0.5rem 1.5rem;
  margin-right: 3px;
  margin-bottom: 4px;
}
@media (max-width: 767.98px) {
  .item__badges > span {
    padding: 0.5rem;
  }
}
.item__badges__centered {
  display: inline-flex;
  align-items: center;
}
.item__badges__centered img {
  margin-right: 4px;
}
.item__badges .blue {
  color: #1672a2;
}
.item-right-box {
  margin-right: -2rem;
  width: calc(25% + 36px);
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  height: 33px;
}
@media (max-width: 1019.98px) {
  .item-right-box {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .item-right-box {
    width: calc(40% + 36px);
  }
}
.item-right-box__tip, .item-right-box__date {
  font-size: 15px;
  color: #808080;
  padding-right: 1.5rem;
}
.item-right-box__info {
  color: #ffffff;
  background-color: #006ae6;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .item-right-box__info {
    font-size: 14px;
  }
}
.item__date {
  color: #959595;
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-size: 1.6rem;
}
.item .is-verified > span.verify {
  text-indent: -9999px;
  background: url(images/overeno.png) no-repeat center center;
  position: absolute;
  right: 1.5rem;
  bottom: 0.5rem;
  display: block;
  width: 51px;
  height: 45px;
}
.item .align-self-end {
  padding-bottom: 0.5rem;
}
.item--with-badges {
  padding-top: 0;
}
.item--without-badges {
  padding-top: 33px;
}
.item--without-badges .item-right-box {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 0;
  width: auto;
}
.item__company-name {
  color: #4d4d4d;
  line-height: 1.1;
  display: inline-block;
  margin-bottom: 1.8rem;
  font-size: 1.6rem;
}
.item__company-logo {
  display: block;
  height: 36px;
  max-width: 111px;
}
.item__company-logo > img {
  max-width: 100%;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
.item__place {
  position: relative;
  color: #4d4d4d;
  font-size: 1.8rem;
  line-height: 1.2;
  z-index: 9;
}
.item__place a {
  color: #006ae6;
  font-weight: 400;
  font-size: 1.5rem;
  text-decoration: underline;
  opacity: 1;
  transition: opacity 0.4s ease;
  margin-left: 1rem;
}
.item__place a:hover {
  opacity: 0.6;
}
.item--banner {
  color: #212529;
  border: 3px solid #84f834;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.item--banner:after {
  display: block;
  clear: both;
  content: "";
}
.item--banner:hover {
  color: #212529;
  text-decoration: none;
  opacity: 0.6;
}
.item--banner h2 {
  position: relative;
  float: left;
  width: 24rem;
  padding: 2rem 0 2rem 0;
  font-size: 2.4rem;
  margin-top: 0;
}
.item--banner h2 > span {
  color: #006ae6;
}
.item--banner h2::before {
  content: "";
  background: url(images/smile-medium.png) no-repeat center center;
  position: absolute;
  top: 50%;
  right: -10rem;
  margin-top: -51px;
  width: 102px;
  height: 103px;
}
.item--banner div {
  float: right;
  width: 27rem;
}
.item--banner div > span {
  background: url(images/buble.png) no-repeat center center;
  background-size: cover;
  font-size: 1.4rem;
  line-height: 4rem;
  text-align: right;
  display: block;
  padding-right: 1.8rem;
  margin-top: 1rem;
  margin-right: 1rem;
  width: 27rem;
  height: 46px;
}
.item--banner div b {
  color: #4d4d4d;
  background-color: #84f834;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2rem;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 170px;
  padding: 9px 0;
  border: 0;
  border-radius: 3px;
  box-shadow: 0px 0.4rem 0px 0px rgb(96, 177, 34);
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.item--banner div b:hover {
  background-color: rgb(191.7428571429, 251.4, 150.6);
}
.item--banner--bottom > div a {
  margin-top: 35px;
}

@media (max-width: 1199.98px) {
  .item__place {
    display: inline-block;
    width: 140px;
  }
  .item__company-name {
    width: 140px;
  }
}
@media (max-width: 1019.98px) {
  .item .tip {
    color: #808080;
    top: 0.5rem;
    display: none;
  }
  .item__badges > span {
    color: #808080;
  }
  .item--top {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .item--top .item__image {
    width: 70px;
    height: 70px;
    margin-right: 13px;
  }
  .item--top .item__image > img {
    max-width: 71px;
    max-height: 71px;
  }
  .item--top .item__content {
    height: 70px;
  }
  .item--top .item__title {
    font-size: 1.8rem;
    line-height: 1.2;
    padding-right: 0;
    margin-bottom: 0;
  }
  .item--no-link {
    padding-bottom: 30px;
  }
  .item--no-link .col-md-8 {
    position: static;
  }
  .item--no-link .item__place a {
    position: absolute;
    bottom: 8px;
    left: 0.5rem;
  }
  .item__title {
    font-size: 2.3rem;
  }
  .item__description {
    display: none;
  }
  .item__company-logo {
    position: absolute;
    right: 1.5rem;
    bottom: 2rem;
  }
  .item__company-name {
    margin-bottom: 0;
  }
  .item .is-verified > span.verify {
    color: #e91921;
    background-image: none;
    text-indent: 0;
    right: 1.5rem;
    bottom: -5px;
    width: auto;
    height: auto;
    font-size: 14px;
  }
  .item .align-self-end {
    padding-bottom: 0;
    margin-top: 0;
  }
  .item--without-badges {
    padding-top: 46px;
  }
  .item--no-verify-and-no-img .item__place {
    width: 100%;
  }
  .item--no-verify-and-no-img .item__company-name {
    width: 100%;
  }
  .item__info,
  .item__date {
    font-size: 1.5rem;
    line-height: 25px;
    padding: 0 1rem;
    height: 25px;
  }
}
@media (max-width: 767.98px) {
  .item .is-verified {
    padding-right: 0;
  }
}
/* ==========================================================================
    PAGINATION
  ========================================================================== */
.pagination {
  text-align: center;
  position: relative;
  display: block;
  height: 5.5rem;
  margin-bottom: 3rem;
}
.pagination__prev {
  color: #006ae6;
  background-color: #f7f7f7;
  font-size: 2rem;
  line-height: 5.5rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 15rem;
  height: 5.5rem;
  border-radius: 0.3rem;
}
.pagination__next {
  color: #006ae6;
  background-color: #f7f7f7;
  font-size: 2rem;
  line-height: 5.5rem;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 10rem;
  height: 5.5rem;
  border-radius: 0.3rem;
}
.pagination__prev, .pagination__next {
  transition: background-color 0.3s ease;
}
.pagination__prev:hover, .pagination__next:hover {
  color: #006ae6;
  background-color: #d0edf6;
  text-decoration: none;
}
.pagination > span {
  font-size: 2rem;
  line-height: 5.5rem;
  height: 5.5rem;
}
.pagination > span > a,
.pagination > span > span {
  color: #006ae6;
  text-decoration: none;
  display: inline-block;
  padding: 0 4px;
  opacity: 1;
  transition: all 0.3s ease;
}
.pagination > span > a:hover {
  opacity: 0.6;
}
.pagination > span > span {
  color: #84f834;
}

/* ==========================================================================
    FACEBOOK FAN
  ========================================================================== */
.facebook-fan {
  color: #4d4d4d;
  text-align: center;
  position: absolute;
  width: 11.6rem;
  margin-top: -0.3rem;
  margin-left: -15.5rem;
}
.facebook-fan > i {
  position: relative;
  display: inline-block;
  padding-bottom: 40px;
  font-size: 1.6rem;
}
.facebook-fan > i::before {
  content: "";
  background: url(images/arrow-down.png) no-repeat center center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -9px;
  width: 18px;
  height: 24px;
}
.facebook-fan > span {
  text-indent: -9999px;
  display: block;
  height: 2rem;
}
.facebook-fan > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  background: url(images/lajkni-to.png) no-repeat center center;
  width: 113px;
  height: 66px;
}
.facebook-fan > span.lajknete-to::before {
  background: url(images/lajknete-to.png) no-repeat center center;
  width: 126px;
  height: 68px;
}
.facebook-fan > span.sdilejte-to::before {
  background: url(images/sdilejte-to.png) no-repeat center center;
  width: 126px;
  height: 68px;
  top: -38px;
  left: -20px;
}
.facebook-fan--with-img {
  margin-left: -125px;
}
.facebook-fan--with-img > i {
  padding-bottom: 0;
  margin-bottom: -25px;
  margin-left: -30px;
}
.facebook-fan--with-img > i::before {
  display: none;
}
.facebook-fan--centered {
  top: calc(50% - 45px);
}
.facebook-fan .fb_iframe_widget {
  width: 11.6rem;
}
.facebook-fan .fb_iframe_widget > span {
  width: 100% !important;
}
.facebook-fan .fb_iframe_widget > span iframe {
  width: 100% !important;
}

.relative-container {
  position: relative;
}

/* ==========================================================================
    MORE POSTS
  ========================================================================== */
.more-posts--left {
  background-color: #f7f7f7;
  position: absolute;
  top: 6rem;
  left: 0;
  padding: 2rem 2rem 2rem 3.5rem;
  width: 24rem;
  border: 0.3rem solid #006ae6;
  border-left: 0;
}
.more-posts--right {
  margin-bottom: 4.5rem;
}
.more-posts .like-h3-posts {
  color: #000000;
  font-size: 3rem;
  margin-bottom: 3rem;
}
.more-posts ul > li {
  margin: 1.7rem 0;
}
.more-posts ul > li > a {
  color: #006ae6;
  font-size: 1.7rem;
  line-height: 1.2;
  display: inline-block;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}
.more-posts ul > li > a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media (max-width: 1499.98px) {
  .more-posts.more-posts--left {
    display: none;
  }
  .more-posts.more-posts--left ul > li > a {
    color: #006ae6;
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .more-posts.more-posts--right {
    display: none;
  }
}

/* ==========================================================================
    NEWS
  ========================================================================== */
.new {
  color: #006ae6;
  background-color: #f7f7f7;
  border-top: 0.5rem solid rgb(221.5, 221.5, 221.5);
  text-decoration: none;
  display: block;
  padding: 2rem;
  margin-bottom: 2rem;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.new:hover {
  color: #2894c8;
  text-decoration: none;
  opacity: 0.6;
}
.new__box {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
@media (max-width: 767.98px) {
  .new__box {
    flex-direction: column;
  }
}
.new__image--box {
  position: relative;
  width: 251px;
  min-width: 251px;
  aspect-ratio: 4/3;
  margin-right: 3rem;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .new__image--box {
    width: 100%;
  }
}
.new__image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media (max-width: 767.98px) {
  .new__image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.new__content {
  padding-bottom: 1rem;
  overflow: hidden;
}
.new__content > h2 {
  color: #006ae6;
  font-size: 2.6rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.new__content > p {
  color: #4d4d4d;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.new__content--video {
  padding-bottom: 0;
}
.new__content--video h2 {
  align-items: center;
  justify-content: flex-start;
  display: flex;
  width: 100%;
  height: 15rem;
  margin-bottom: 0;
}
.new__info {
  color: #4d4d4d;
  font-size: 1.4rem;
  line-height: 3rem;
  position: relative;
}
.new__info--without-title > span {
  float: right;
}
.new__info--without-title > span.new__view {
  float: left;
}
.new__info > b {
  margin-bottom: 0.5rem;
}
.new__info > b > i {
  color: #f77e33;
  font-style: normal;
}
.new__info span {
  font-size: inherit;
}
.new__view {
  position: relative;
  padding-left: 2.5rem;
  margin-right: 2rem;
  font-size: 1.4rem;
}
.new__view::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin-top: -6.5px;
  background: url(images/eye.png) no-repeat center center;
  width: 2rem;
  height: 1.3rem;
}
.new__from {
  line-height: 3rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1.5rem;
  font-size: 1.4rem;
}
.new__from > span {
  vertical-align: middle;
  display: inline-block;
  overflow: visible;
  margin-left: 1rem;
}
.new__from > span.brigady {
  background: url(images/brigady.png) no-repeat center center;
  width: 7.6rem;
  height: 2.9rem;
}

.news__pagination {
  margin: 50px 0;
}
.news__pagination > a {
  color: #006ae6;
  font-size: 2rem;
  text-decoration: none;
  display: inline-block;
  margin-right: 2rem;
  opacity: 1;
  transition: all 0.3s ease;
}
.news__pagination > a.active {
  color: #84f834;
}
.news__pagination > a:hover {
  opacity: 0.6;
}

@media (max-width: 767.98px) {
  .new {
    padding-bottom: 0;
  }
  .new__image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .new__content {
    padding-bottom: 8px;
  }
  .new__content > h2 {
    font-size: 2.5rem;
    height: 6rem;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    margin-bottom: 8px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .new__content > p {
    display: none;
  }
  .new__info > span {
    float: right;
  }
  .new__info > span.new__view {
    float: left;
  }
  .news__pagination {
    position: relative;
    min-height: 36px;
    margin: 34px 0 9px;
  }
  .news__pagination > a {
    font-size: 2.4rem;
  }
  .news__pagination > a:last-child {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
  }
}
.captcha_code {
  width: 110px;
  height: 22px;
  display: flex;
  align-items: center;
}
.captcha_code ~ .form-control {
  max-width: 22rem;
  margin-left: 1rem;
}

.captcha_code__letters {
  float: left;
  width: 22px;
  height: 22px;
}

.captcha_code__letter {
  width: 11px;
  height: 11px;
  float: left;
}

.c-profile p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 2rem;
}
.c-profile p:last-child {
  margin-bottom: 0;
}
.c-profile__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 3rem;
  color: #006ae6;
}
.c-profile__title--dark {
  color: #212529;
}
.c-profile__title--green {
  color: #7cd42a;
}
.c-profile__list {
  margin: 0;
  padding: 0;
  max-height: 700px;
  overflow: hidden;
}
.c-profile__list--full {
  max-height: 100%;
}
.c-profile__list li {
  border-bottom: 2px dotted #bdbdbd;
}
.c-profile__list li a {
  color: #006ae6;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  padding: 2.5rem 0;
}
.c-profile__list li a:hover, .c-profile__list li a:focus {
  text-decoration: underline;
}
@media (max-width: 1019.98px) {
  .c-profile__list li a {
    font-size: 18px;
    line-height: 26px;
    overflow: visible;
    white-space: normal;
  }
}
@media (max-width: 767.98px) {
  .c-profile__list li a {
    font-size: 16px;
  }
}
.c-profile__more {
  display: none;
  font-weight: 700;
  cursor: pointer;
  color: #a8a8a8;
  padding: 2rem 0 0 0;
}
.c-profile__more:hover {
  color: #ff8c00;
}
.c-profile__banner {
  margin-top: 1rem;
  border-radius: 12px;
  padding: 0;
  margin-bottom: -48px;
  position: relative;
}
@media (max-width: 767.98px) {
  .c-profile__banner {
    margin-bottom: 24px;
  }
}
.c-profile__banner .go-back-btn {
  position: absolute;
  left: -100px;
  top: 0;
}
@media (max-width: 1019.98px) {
  .c-profile__banner .go-back-btn {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.c-profile__banner__picture {
  width: 100%;
}
.c-profile__brand {
  display: flex;
  align-items: flex-end;
  padding-left: 4rem;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .c-profile__brand {
    padding-left: 0;
    margin-bottom: 4rem;
    align-items: center;
  }
}
.c-profile__brand__holder {
  width: 96px;
  height: 96px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .c-profile__brand__holder {
    width: 60px;
    height: 60px;
  }
}
.c-profile__brand__holder img {
  width: 100%;
}
.c-profile__brand__name {
  margin-left: 4rem;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .c-profile__brand__name {
    margin-left: 2rem;
  }
}
.c-profile__brand__name span {
  color: #006ae6;
  font-size: 24px;
  font-weight: 400;
}
.c-profile__options {
  margin-bottom: 2rem;
}
.c-profile__options .green-btn {
  margin: 0 2rem 2rem 0;
}
.c-profile__info {
  display: flex;
  margin-bottom: 4rem;
}
@media (max-width: 767.98px) {
  .c-profile__info {
    flex-direction: column;
  }
}
.c-profile__info__item {
  flex: 1;
  display: flex;
  margin-right: 40px;
}
.c-profile__info__item:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .c-profile__info__item {
    margin: 0 0 2rem 0;
  }
  .c-profile__info__item:last-child {
    margin-bottom: 0;
  }
}
.c-profile__info__icon {
  min-width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #faf9f8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.3333333333rem;
}
.c-profile__info__text p,
.c-profile__info__text span {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #8a8886;
  margin-bottom: 0;
}
.c-profile__info__text span {
  font-weight: 400;
}
.c-profile__about {
  padding-bottom: 5rem;
}
.c-profile__slider {
  margin-bottom: 5rem;
  background: #f5f5f5;
  padding: 4rem;
  border-radius: 16px;
}
@media (max-width: 767.98px) {
  .c-profile__slider {
    padding: 0;
    background: #ffffff;
  }
}
.c-profile__benefits {
  margin-bottom: 5rem;
  background: #f5f5f5;
  padding: 4rem;
  border-radius: 16px;
}
@media (max-width: 767.98px) {
  .c-profile__benefits {
    padding: 2rem;
  }
}
.c-profile__benefits__holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-profile__benefits__item {
  flex: 1 0 45%;
  max-width: 45%;
  border-bottom: 2px dotted #bdbdbd;
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
@media (max-width: 767.98px) {
  .c-profile__benefits__item {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .c-profile__benefits__item:last-child {
    border-bottom: none;
  }
}
.c-profile__benefits__icon {
  margin-right: 1.3333333333rem;
}
.c-profile__benefits__text {
  font-size: 16px !important;
  line-height: 26px !important;
  margin-bottom: 0;
}
.c-profile__stories {
  margin-bottom: 8rem;
}
.c-profile__stories__holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-profile__stories__item {
  flex: 1 0 45%;
  max-width: 45%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .c-profile__stories__item {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .c-profile__stories__item:first-child {
    margin-bottom: 4rem;
  }
}
.c-profile__stories__photo {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 4rem;
  min-width: 120px;
  height: 120px;
}
.c-profile__stories__name {
  margin-bottom: 0 !important;
  font-weight: 900 !important;
  color: #7cd42a;
  font-size: 20px !important;
}
.c-profile__stories__position {
  color: #7cd42a;
  font-size: 20px !important;
}
.c-profile__positions {
  margin-bottom: 8rem;
}
.c-profile__positions__heading {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1019.98px) {
  .c-profile__positions__heading {
    flex-direction: column;
  }
}
.c-profile__positions__heading .c-profile__title {
  color: #000000;
}
.c-profile__positions__block {
  margin-bottom: 5rem;
  background: #f5f5f5;
  padding: 4rem;
  border-radius: 16px;
}
@media (max-width: 767.98px) {
  .c-profile__positions__block {
    padding: 2rem;
  }
}
.c-profile__positions__block:last-child {
  border-bottom: 0;
}
@media (max-width: 1019.98px) {
  .c-profile__select {
    margin-bottom: 4rem;
  }
}
.c-profile__select select {
  min-width: 200px;
  border: 1px solid #b7b7b7;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 0.5rem 2rem;
}
@media (max-width: 1019.98px) {
  .c-profile__select select {
    margin-bottom: 4rem;
    border-radius: 16px;
    border: none;
    padding: 1rem 2rem;
  }
}
@media (max-width: 767.98px) {
  .c-profile__select select {
    width: 100%;
  }
}

.green-btn {
  display: inline-flex;
  padding: 1rem 2rem;
  background: #84f834;
  color: #000000;
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
}
.green-btn:hover {
  text-decoration: none;
  box-shadow: 0px 3px 8px -3px #808080;
  background: #60b122;
  color: #000000;
}

.youtube-video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16         :9 */
  padding-bottom: 56.25%;
  height: 0;
}
.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.go-back-btn {
  font-size: 22px;
  font-weight: 400;
}

.news-logout__container {
  position: relative;
  z-index: 99;
  margin-bottom: -40px;
}
.news-logout__logo {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.news-logout__logo img {
  width: 100%;
  max-width: 170px;
}
.news-logout__wrapper {
  background: #f5f5f5;
  border-radius: 15px;
  padding: 30px 50px 45px;
}
@media (max-width: 767.98px) {
  .news-logout__wrapper {
    padding: 30px 16px 45px;
  }
}
.news-logout__wrapper h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #006ae6;
  margin-bottom: 24px;
}
.news-logout__wrapper .perex {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #333639;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.news-logout__textarea {
  margin: 20px 0;
}
.news-logout__textarea ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dedede;
  opacity: 1; /* Firefox */
}
.news-logout__textarea ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dedede;
  opacity: 1; /* Firefox */
}
.news-logout__textarea :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #dedede;
}
.news-logout__textarea ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #dedede;
}
.news-logout__textarea textarea {
  width: 100%;
  padding: 8px;
  resize: none;
  border: 1px solid #dedede;
  border-radius: 8px;
}
.news-logout__textarea textarea:hover, .news-logout__textarea textarea:focus {
  outline: none;
  box-shadow: none;
}
.news-logout__radio-holder {
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 10px;
  position: relative;
  padding: 0 20px 8px 60px;
}
.news-logout__radio-holder:before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #f0f0f0;
  border: 2px solid #006ae6;
}
.news-logout__radio-holder::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  left: 24px;
  top: 24px;
  border-radius: 50%;
  background: #006ae6;
  opacity: 0;
  transform: scale(0);
  transition: ease-in-out 0.2s;
}
.news-logout__radio-holder input[type=radio] {
  display: none;
}
.news-logout__radio-holder label {
  margin: 0;
  width: calc(100% - 10px);
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .news-logout__radio-holder label {
    padding-left: 40px;
  }
}
.news-logout__list {
  cursor: pointer;
}
.news-logout__list--active .news-logout__detail {
  display: block;
}
.news-logout__list--active:after {
  opacity: 1;
  transform: scale(1);
}
.news-logout__caption {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #333639;
}
.news-logout__caption__gray {
  color: rgba(51, 54, 57, 0.5);
}
.news-logout__header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: -5px;
}
.news-logout__header .fa-solid {
  color: #b6b6b6;
}
.news-logout__detail {
  display: none;
  margin-left: -35px;
  padding-bottom: 20px;
}
@media (max-width: 767.98px) {
  .news-logout__detail {
    margin-left: -40px;
  }
}
.news-logout__detail .green-btn {
  outline: none;
  border: none;
}
.news-logout__detail a:not(.green-btn) {
  text-decoration: underline;
  color: #333639;
}
.news-logout__detail a:not(.green-btn):hover {
  text-decoration: none;
}
.news-logout__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #000000;
  margin: 16px 0 8px;
}
.news-logout__info {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #4d4d4d;
  margin-bottom: 16px;
}
.news-logout__footer {
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
}
.news-logout__footer a {
  color: #ffffff;
}
.news-logout #logout-finish {
  margin-bottom: 100px;
  animation: slide-up 0.7s forwards;
  -webkit-animation: slide-up 0.7s forwards;
  transition: all 0.2s ease-in-out;
}
.news-logout #logout-finish .news-logout__detail {
  display: block;
  margin-left: 0;
}
.news-logout .green-btn {
  color: #ffffff;
  text-decoration: none;
  background: #7aca43;
  box-shadow: inset 0px -3px 0px #5bac23;
  border-radius: 5px;
}
.news-logout .green-btn:hover {
  background: #5bac23;
}

.content-slide-up {
  animation: slide-up 0.7s forwards;
  -webkit-animation: slide-up 0.7s forwards;
  transition: all 0.2s ease-in-out;
}

@keyframes slide-up {
  0% {
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.cookie-bar .fancybox__content {
  border-radius: 30px;
  padding: 0;
  overflow: hidden !important;
}
.cookie-bar__content {
  max-width: 100%;
  padding: 25px;
}
@media screen and (min-width: 800px) {
  .cookie-bar__content {
    max-width: 570px;
    position: relative;
    padding: 35px 0 35px 35px;
  }
}
.cookie-bar__content::after {
  content: none;
  position: absolute;
  right: -220px;
  top: 90px;
  width: 190px;
  height: 240px;
  background-image: url(./images/iw-maskot.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 800px) {
  .cookie-bar__content::after {
    content: "";
  }
}
.cookie-bar__title-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.cookie-bar__title-holder .cookie-bar__title {
  margin-bottom: 0;
}
.cookie-bar__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 4rem 0;
  line-height: 1.1;
  font-size: 28px;
  font-weight: 400;
  color: #000000;
}
.cookie-bar__title span {
  text-align: left;
}
.cookie-bar__title img {
  margin-right: 1rem;
}
.cookie-bar__desc {
  margin-bottom: 4rem;
  text-align: left;
  color: #4d4d4d;
}
.cookie-bar__desc span {
  font-weight: 600;
}
.cookie-bar__actions {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.cookie-bar__actions .cookie-bar__btn:first-child {
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 520px) {
  .cookie-bar__actions .cookie-bar__btn:first-child {
    margin: 0 2rem 0 0;
  }
}
@media screen and (min-width: 520px) {
  .cookie-bar__actions {
    flex-direction: row;
  }
}
.cookie-bar__btn {
  background: #84f834;
  color: #000000;
  text-transform: uppercase;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 8px;
  border: none;
  outline: none;
  min-width: 220px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  max-height: 50px;
}
.cookie-bar__btn:hover, .cookie-bar__btn:focus {
  outline: none;
  background: #60b122;
  text-decoration: none;
}
.cookie-bar__btn:hover .fa, .cookie-bar__btn:focus .fa {
  margin-right: 14px;
}
.cookie-bar__btn .fa {
  margin-right: 1rem;
  transition: ease-in-out 0.2s;
  color: #000000;
}
.cookie-bar__btn span {
  transition: ease-in-out 0.2s;
  color: #000000;
}
.cookie-bar__btn--secondary {
  background: #ffffff;
  border: 2px solid #006ae6;
  color: #9a9a9a;
  box-shadow: none;
  transition: none;
}
.cookie-bar__btn--secondary span,
.cookie-bar__btn--secondary .fa {
  color: #9a9a9a;
}
.cookie-bar__btn--secondary:hover, .cookie-bar__btn--secondary:focus {
  background: #ffffff;
}
.cookie-bar__btn--secondary:hover span,
.cookie-bar__btn--secondary:hover .fa, .cookie-bar__btn--secondary:focus span,
.cookie-bar__btn--secondary:focus .fa {
  color: #000000;
}
.cookie-bar__setup {
  position: relative;
  padding: 25px;
  display: none;
}
@media screen and (min-width: 520px) {
  .cookie-bar__setup {
    padding: 50px 35px;
  }
}
.cookie-bar__setup__close {
  border: none;
  background: none;
  font-size: 30px;
  width: 30px;
  height: 30px;
  padding: 0;
  display: none;
  align-items: center;
  justify-content: center;
  color: #a0a0a0;
  cursor: pointer;
  outline: none !important;
}
.cookie-bar__setup__close:hover {
  color: #000000;
  text-decoration: none;
}
@media screen and (min-width: 520px) {
  .cookie-bar__setup__close {
    display: flex;
  }
}
.cookie-bar__settings {
  margin-bottom: 30px;
  height: 230px;
  overflow: scroll;
}
@media screen and (min-width: 575px) {
  .cookie-bar__settings {
    height: auto;
    overflow: visible;
  }
}
.cookie-bar__settings__info {
  text-align: left;
}
.cookie-bar__settings__item {
  display: flex;
  margin-bottom: 2rem;
  padding-left: 4px;
  padding-right: 24px;
}
.cookie-bar__settings__item:last-child {
  margin-bottom: 0;
}
.cookie-bar__settings__item p {
  font-weight: 400;
  font-size: 18px;
  color: #4d4d4d;
  margin-bottom: 1rem;
}
.cookie-bar__settings__item span {
  font-size: 15px;
}
.cookie-bar__settings__toggle {
  margin-right: 2rem;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: -2px;
  bottom: 0;
  transition: 0.4s;
  background: linear-gradient(180deg, #ffffff 0%, #cacaca 100%);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

input:checked + .slider {
  background-color: #84f834;
}

input:focus + .slider {
  box-shadow: 0 0 1px #84f834;
}

input:checked + .slider:before {
  transform: translateX(24px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*******************************
	COOKIE BAR VIA JQUERY
*******************************/
.cookie-bar__bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  justify-content: center;
  align-items: center;
}
.cookie-bar__bg--visible {
  display: flex;
}
.cookie-bar__holder {
  background: #ffffff;
  width: 100%;
  max-width: 790px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .cookie-bar__holder {
    max-width: 95%;
  }
}

.ad-detail__banner {
  position: relative;
}
.ad-detail__banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 203px;
  background: #f7f7f7;
}
@media (max-width: 1019.98px) {
  .ad-detail__banner::before {
    background: #ffffff;
  }
}
.ad-detail__banner__holder {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 1rem;
}
.ad-detail__banner__back {
  position: absolute;
  width: 75px;
  left: -100px;
  top: 35px;
  color: #006ae6;
  font-weight: 400;
  font-size: 22px;
}
@media (max-width: 1019.98px) {
  .ad-detail__banner__back {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 2rem;
  }
}
.ad-detail__banner__picture {
  flex: 1 0 70%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1019.98px) {
  .ad-detail__banner__picture {
    flex: 1 0 100%;
  }
}
.ad-detail__banner__picture img {
  width: 100%;
}
.ad-detail__banner__picture ul {
  display: flex;
  align-items: center;
  margin: 2rem 0;
}
@media (max-width: 1019.98px) {
  .ad-detail__banner__picture ul {
    order: 1;
    margin-top: 0;
  }
}
.ad-detail__banner__picture ul li {
  margin-right: 1rem;
  position: relative;
}
.ad-detail__banner__picture ul li::after {
  content: "/";
  display: inline-block;
  color: #898989;
  margin-left: 1rem;
}
.ad-detail__banner__picture ul li:last-child::after {
  content: none;
}
.ad-detail__banner__picture ul li a {
  font-size: 18px;
}
.ad-detail__banner__picture ul li a:hover, .ad-detail__banner__picture ul li a:focus {
  text-decoration: underline;
}
.ad-detail__banner h1 {
  color: #e20612;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}
@media (max-width: 1019.98px) {
  .ad-detail__banner h1 {
    font-size: 26px;
    line-height: 36px;
    order: 3;
  }
}
.ad-detail__banner__answer {
  flex: 1 0 30%;
}
@media (max-width: 1019.98px) {
  .ad-detail__banner__answer {
    flex: 1 0 100%;
    margin: 1rem 0 2rem;
  }
}
.ad-detail__banner__answer .answer-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 203px;
}
@media (max-width: 1019.98px) {
  .ad-detail__banner__answer .answer-block {
    height: auto;
  }
}
.ad-detail__picture__holder {
  display: flex;
  border-bottom: 10px solid #e20612;
}
@media (max-width: 1019.98px) {
  .ad-detail__picture__holder {
    order: 2;
    margin-bottom: 2rem;
  }
}
.ad-detail__content {
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
  z-index: 3;
  position: relative;
}
.ad-detail__content__recommended .inwork-banner {
  width: 250px;
  max-width: 250px;
}
@media (max-width: 1019.98px) {
  .ad-detail__content__recommended .inwork-banner {
    max-width: 100%;
  }
}
@media (max-width: 1019.98px) {
  .ad-detail__content {
    flex-direction: column;
  }
}
.ad-detail__content__left-side {
  flex: 1 0 70%;
  margin-top: -5rem;
}
@media (max-width: 1019.98px) {
  .ad-detail__content__left-side {
    flex: 1 0 100%;
    margin: -2rem 0 4rem;
  }
}
.ad-detail__content__right-side {
  flex: 1 0 30%;
  padding-left: 2rem;
  margin-top: -11rem;
}
@media (max-width: 1019.98px) {
  .ad-detail__content__right-side {
    flex: 1 0 100%;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    margin-top: -4rem;
  }
}
.ad-detail__content__right-side .top {
  display: none;
}
@media (max-width: 1019.98px) {
  .ad-detail__content__right-side .top {
    display: block;
    order: 2;
    margin: 4rem 0;
  }
}
@media (max-width: 1019.98px) {
  .ad-detail__content__right-side .similar {
    order: 3;
    margin-bottom: 4rem;
  }
}
@media (max-width: 1019.98px) {
  .ad-detail__content__right-side .ad-detail__content__recommended {
    order: 1;
  }
}
.ad-detail__content__right-side img {
  width: 100%;
}
.ad-detail__content__right-side ul li a {
  font-weight: 400;
}
.ad-detail__content__right-side ul li a:hover {
  text-decoration: underline;
}
.ad-detail__content .company-slider__holder {
  width: 100%;
  max-width: 250px;
  margin-bottom: 4rem;
}
@media (max-width: 1019.98px) {
  .ad-detail__content .company-slider__holder {
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
.ad-detail__content h2 {
  color: #4d4d4d;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 2rem;
}
@media (max-width: 1019.98px) {
  .ad-detail__content h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
.ad-detail__content h3 {
  color: #005ea7;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 2rem;
}
@media (max-width: 1019.98px) {
  .ad-detail__content h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.ad-detail__content .basic-list {
  margin-bottom: 4rem;
}
.ad-detail__content .basic-list li {
  margin-bottom: 1rem;
  position: relative;
}
.ad-detail__content .basic-list li::before {
  content: "*";
  display: inline-block;
  margin-right: 0.5rem;
}
.ad-detail__content .basic-list li:last-child {
  margin-bottom: 0;
}
.ad-detail__content .c-profile__benefits__item {
  border-bottom: none;
}
.ad-detail__info {
  display: flex;
  flex-wrap: wrap;
  margin: 5rem 0 1rem;
}
.ad-detail__info__left, .ad-detail__info__right {
  flex: 1 0 50%;
  background: #005ea7;
  padding: 3rem 2.5rem;
}
@media (max-width: 1019.98px) {
  .ad-detail__info__left, .ad-detail__info__right {
    flex: 1 0 100%;
    padding: 3rem;
  }
}
@media (max-width: 767.98px) {
  .ad-detail__info__left, .ad-detail__info__right {
    flex: 1 0 100%;
    padding: 1.3333333333rem;
  }
}
@media (max-width: 1019.98px) {
  .ad-detail__info__right {
    margin-top: 0.5rem;
  }
}
.ad-detail__info__item {
  display: flex;
  flex-wrap: nowrap;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.ad-detail__info__item:last-child {
  margin-bottom: 0;
}
.ad-detail__info__item span {
  line-height: 1;
}
.ad-detail__info .green-text {
  text-transform: uppercase;
  display: inline-block;
  min-width: 120px;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .ad-detail__info .green-text {
    min-width: auto;
    margin-right: 1rem;
  }
}
.ad-detail__info__bottom {
  flex: 1 0 100%;
  text-align: right;
  margin-top: 1.3333333333rem;
}
@media (max-width: 1019.98px) {
  .ad-detail__info__bottom {
    text-align: center;
  }
}
.ad-detail__info__bottom div {
  display: inline-block;
  margin-left: 2rem;
  font-size: 16px;
  font-weight: 100;
}
@media (max-width: 369.98px) {
  .ad-detail__info__bottom div {
    margin-left: 1rem;
  }
}
.ad-detail__info__bottom span {
  display: inline-block;
  margin-right: 0.5rem;
  font-weight: 100;
  font-size: 16px;
}
.ad-detail__answer {
  margin-bottom: 2rem;
}
@media (max-width: 1019.98px) {
  .ad-detail__answer {
    margin-top: 2rem;
  }
}
.ad-detail__small-container {
  max-width: 70%;
}
@media (max-width: 1019.98px) {
  .ad-detail__small-container {
    max-width: 100%;
  }
}
@media (max-width: 1019.98px) {
  .ad-detail__map {
    display: none;
  }
}
.ad-detail__map__holder {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.ad-detail__map__holder iframe {
  width: 100%;
  height: 100%;
}
.ad-detail__map__link {
  text-align: right;
  margin-top: 0.5rem;
}
.ad-detail__share {
  display: flex;
  align-items: center;
  margin: 2rem 0 4rem;
}
@media (max-width: 1019.98px) {
  .ad-detail__share {
    display: none;
  }
}
.ad-detail__share > div {
  flex: 1 0 auto;
}
@media (max-width: 1019.98px) {
  .ad-detail__share > div:nth-of-type(1), .ad-detail__share > div:nth-of-type(2) {
    display: none;
  }
}
@media (max-width: 1019.98px) {
  .ad-detail__share > div:nth-of-type(3) {
    flex: 1 0 100%;
    margin-bottom: 6rem;
  }
}
@media (max-width: 1019.98px) {
  .ad-detail__share > div .bubble {
    display: none;
  }
}
.ad-detail__share .scrollLink {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.ad-detail__share .scrollLink:hover {
  text-decoration: none;
}
.ad-detail__share .scrollLink span {
  display: block;
}
.ad-detail__share .scrollLink span:first-child {
  margin-bottom: -8px;
}
.ad-detail__share .actions {
  margin: 2rem 0 0;
}
@media (max-width: 1019.98px) {
  .ad-detail__share .actions {
    display: block;
  }
}

.actions {
  margin: -4rem 0 4rem;
}
@media (max-width: 1019.98px) {
  .actions {
    margin-top: 2rem;
  }
}
.actions li {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
.actions li:last-child {
  margin-bottom: 0;
}
.actions li img {
  width: 100%;
  max-width: 30px;
}
.actions a {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-left: 2rem;
}

.answer-block {
  width: 100%;
  padding: 0 4rem;
}
@media (max-width: 767.98px) {
  .answer-block {
    padding: 0;
  }
}
.answer-block--with-arrow {
  position: relative;
  padding: 0;
}
.answer-block--with-arrow:before {
  content: "";
  position: absolute;
  left: -87px;
  top: 0;
  width: 67px;
  height: 52px;
  background: url("images/arrow-angle.svg");
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1020px) {
  .answer-block--with-arrow:before {
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .answer-block--with-arrow:before {
    content: none;
  }
}
.answer-block__btn {
  color: #ffffff;
  background: #e20612;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 215px;
  font-size: 20px;
  font-weight: 400;
  border-radius: 4px;
  text-transform: uppercase;
  transition: ease-in-out 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 1019.98px) {
  .answer-block__btn {
    margin: 0 auto 2rem;
  }
}
@media (max-width: 767.98px) {
  .answer-block__btn {
    width: 100%;
  }
}
.answer-block__btn:hover {
  color: #ffffff;
  text-decoration: none;
  background: #ab0009;
}
.answer-block__chance {
  display: flex;
  align-items: center;
}
@media (max-width: 1019.98px) {
  .answer-block__chance {
    justify-content: center;
  }
}
.answer-block__chance p {
  font-size: 20px;
  font-weight: 400;
  color: #005ea7;
  margin-left: 2rem;
  line-height: 1.1;
}
.answer-block__chance p span {
  font-size: 14px;
  display: block;
}

.articles-a {
  padding-top: 30px;
  padding-bottom: 70px;
}
.articles-a.articles-v {
  padding-top: 0;
}
.articles-a h2 {
  color: #4d4d4d;
  font-size: 4rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 4rem;
}
.articles-a .row > div {
  margin-bottom: 30px;
}
.articles-a a {
  color: #006ae6;
  background-color: #f7f7f7;
  text-decoration: none;
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.articles-a a > h3 {
  font-size: 2.2rem;
  line-height: 1.2;
  padding: 1rem 2rem;
}
.articles-a a:hover {
  opacity: 0.6;
}
.articles-a .new__info {
  padding-right: 2rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
}
.articles-a img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .articles-a {
    padding-bottom: 3.5rem;
  }
  .articles-a h2 {
    font-size: 3rem;
  }
  .articles-a .row {
    padding-right: 0;
    padding-left: 0;
  }
  .articles-a .row > div > a {
    display: block;
    margin: 0 auto;
  }
  .articles-a .row > div > a img {
    margin: auto;
  }
}

.two-col-lay {
  display: flex;
  flex-direction: row;
  padding: 3rem 0;
}
@media (max-width: 1019.98px) {
  .two-col-lay {
    flex-direction: column;
    padding: 2rem 0;
  }
}
.two-col-lay__left {
  flex: 1 0 70%;
  max-width: 70%;
  padding: 0 16px 0 0;
}
@media (max-width: 1019.98px) {
  .two-col-lay__left {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 32px;
  }
}
.two-col-lay__right {
  flex: 1 0 30%;
  max-width: 30%;
  padding: 0 0 0 32px;
}
@media (max-width: 1019.98px) {
  .two-col-lay__right {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
.two-col-lay h1.detail {
  color: #7cd42a;
  font-size: 3.8rem;
  line-height: 3.8rem;
  font-weight: 100;
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .two-col-lay h1.detail {
    font-size: 3.2rem;
    line-height: 3.2rem;
    line-height: 1.1;
  }
}
.two-col-lay h1.overview {
  color: #4d4d4d;
  font-size: 4.6rem;
  line-height: 4.6rem;
  font-weight: 100;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .two-col-lay h1.overview {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}
.two-col-lay h2.overview {
  font-size: 3.2rem;
  line-height: 3.2rem;
  font-weight: 100;
  color: #4d4d4d;
  margin: 0 0 24px;
}
.two-col-lay h2.overview:first-child {
  padding-top: 80px;
}
@media (max-width: 1019.98px) {
  .two-col-lay h2.overview:first-child {
    padding-top: 20px;
  }
}
.two-col-lay h3.detail-right {
  font-size: 3.2rem;
  line-height: 3.2rem;
  font-weight: 100;
  color: #4d4d4d;
  margin: 0 0 24px;
}
@media (max-width: 1019.98px) {
  .two-col-lay h3.detail-right {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    color: #212529;
  }
}

.number-of-views {
  display: flex;
  align-items: center;
}
.number-of-views:before {
  content: "";
  display: inline-block;
  background: url("./images/eye.png") no-repeat center center;
  background-size: contain;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.a-overview__item {
  color: #4d4d4d;
  background-color: #f7f7f7;
  border-top: 4px solid #dedede;
  text-decoration: none;
  padding: 24px;
  margin-bottom: 2rem;
  opacity: 1;
  transition: ease-in-out 0.15s;
  display: flex;
}
.a-overview__item:hover, .a-overview__item:focus {
  border-top: 4px solid #7cd42a;
  text-decoration: none;
  box-shadow: 0px 4px 4px 0px rgba(28, 101, 253, 0.04), 0px 4px 25px 0px rgba(28, 101, 253, 0.12);
  background: #ffffff;
}
.a-overview__item:hover .a-overview__title, .a-overview__item:focus .a-overview__title {
  text-decoration: underline;
  color: #7ec9ff;
}
.a-overview__item:hover .a-overview__perex,
.a-overview__item:hover .number-of-views,
.a-overview__item:hover .a-overview__type,
.a-overview__item:hover .a-overview__source, .a-overview__item:focus .a-overview__perex,
.a-overview__item:focus .number-of-views,
.a-overview__item:focus .a-overview__type,
.a-overview__item:focus .a-overview__source {
  color: #4d4d4d;
}
.a-overview__item:hover p,
.a-overview__item:hover span, .a-overview__item:focus p,
.a-overview__item:focus span {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .a-overview__item {
    flex-direction: column;
    padding: 16px;
  }
}
.a-overview__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 2rem;
  width: 100%;
}
@media (max-width: 767.98px) {
  .a-overview__right {
    padding: 20px 0 0;
  }
}
.a-overview__img-holder {
  position: relative;
  width: 260px;
  min-width: 260px;
  height: 195px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .a-overview__img-holder {
    width: 100%;
    height: auto;
  }
}
.a-overview__img-holder img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: ease-in-out 0.25s;
}
@media (max-width: 767.98px) {
  .a-overview__img-holder img {
    position: relative;
  }
}
.a-overview__title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
  color: #006ae6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: ease-in-out 0.1s;
}
.a-overview__perex {
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.a-overview__stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .a-overview__stats {
    font-size: 13px;
  }
}
.a-overview__source {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.a-overview__source img {
  max-width: 25px;
  margin-left: 8px;
}
.a-overview__pagination {
  margin-top: 3rem;
}
.a-overview__pagination a {
  color: #006ae6;
  margin: 0 2px;
  font-size: 16px;
  display: inline-flex;
  width: 24px;
  justify-content: center;
  font-weight: 600;
  transition: ease-in-out 0.1s;
}
.a-overview__pagination a:hover, .a-overview__pagination a:focus {
  text-decoration: underline;
  color: #7ec9ff;
}
.a-overview__pagination a:first-child {
  margin-left: 0;
  width: auto;
}
.a-overview__pagination a:last-child {
  width: auto;
}
.a-overview__pagination a.active {
  font-weight: 600;
  color: #ffffff;
  background: #7cd42a;
  border-radius: 4px;
}
.a-overview__pagination a.active:hover {
  text-decoration: none;
}
.a-overview__categories {
  margin-bottom: 40px;
}
.a-overview__categories ul li {
  margin-bottom: 10px;
}
.a-overview__categories ul li:last-child {
  margin-bottom: 0;
}
.a-overview__categories ul li a {
  font-weight: 600;
  font-size: 18px;
  transition: ease-in-out 0.1s;
}
.a-overview__categories ul li a:hover, .a-overview__categories ul li a:focus {
  text-decoration: underline;
  color: #7ec9ff;
}
.a-overview__categories ul li a span {
  font-weight: 100;
}

.a-detail__content {
  position: relative;
  overflow: hidden;
}
.a-detail__content h2.detail {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 24px;
  font-weight: 600;
}
.a-detail__content h3.detail {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 24px;
}
.a-detail__content p {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 28px;
}
.a-detail__content p:last-child {
  margin-bottom: 0;
}
.a-detail__content .outside-content {
  position: absolute;
  right: 101%;
  top: 50px;
}
@media only screen and (max-width: 1200px) {
  .a-detail__content .outside-content {
    display: none;
  }
}
.a-detail__content .outside-content img {
  margin: 0 0 4px -8px;
}
.a-detail__main-image {
  margin: 0 0 16px 0;
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .a-detail__main-image {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
}
.a-detail__author {
  display: flex;
  justify-content: space-between;
  font-style: italic;
  padding-top: 24px;
  margin: 24px 0 48px;
  border-top: 1px dotted #e0dddd;
}
@media (max-width: 767.98px) {
  .a-detail__author {
    font-size: 14px;
  }
}
.a-detail__facebook {
  text-align: center;
}
.a-detail__facebook span {
  display: block;
  color: #4d4d4d;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .a-detail__facebook span {
    display: none;
  }
}
.a-detail__facebook span:first-child {
  color: #7cd42a;
  position: relative;
  display: inline;
}
@media (max-width: 767.98px) {
  .a-detail__facebook span:first-child {
    display: none;
  }
}
.a-detail__facebook span:first-child:before {
  content: "";
  position: absolute;
  left: -80px;
  top: 10px;
  width: 2rem;
  height: 2rem;
  background: url("./images/like.png") no-repeat center center;
  background-size: cover;
}
.a-detail__favourite {
  padding-top: 48px;
}
@media (max-width: 767.98px) {
  .a-detail__favourite {
    padding-top: 0;
  }
}
.a-detail__favourite h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 24px;
}
.a-detail__favourite p {
  padding: 16px 8px;
  font-weight: 600;
  text-decoration: none;
  margin: 0;
  font-size: 20px;
  line-height: 24px;
}
.a-detail__favourite .number-of-views {
  padding: 0 8px 16px;
  color: #666;
}
.a-detail__favourite-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.a-detail__favourite-item {
  flex: 1 0 50%;
  max-width: calc(50% - 15px);
  background-color: #f7f7f7;
  transition: ease-in-out 0.3s;
}
.a-detail__favourite-item:hover, .a-detail__favourite-item:focus {
  text-decoration: none;
  box-shadow: 0px 4px 4px 0px rgba(28, 101, 253, 0.04), 0px 4px 25px 0px rgba(28, 101, 253, 0.12);
  background: #ffffff;
}
.a-detail__favourite-item:hover p,
.a-detail__favourite-item:hover span, .a-detail__favourite-item:focus p,
.a-detail__favourite-item:focus span {
  text-decoration: none;
}
.a-detail__favourite-item:hover img, .a-detail__favourite-item:focus img {
  transform: scale(1.1);
}
@media (max-width: 767.98px) {
  .a-detail__favourite-item {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.a-detail__favourite-item-image {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.a-detail__favourite-item-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: ease-in-out 0.3s;
}
@media (max-width: 1019.98px) {
  .a-detail__side-links-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.a-detail__side-link {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  transition: ease-in-out 0.1s;
}
.a-detail__side-link:last-child {
  margin-bottom: 0;
}
.a-detail__side-link:hover, .a-detail__side-link:focus {
  text-decoration: underline;
  opacity: 1;
  color: #7ec9ff;
}
.a-detail__side-link:hover span, .a-detail__side-link:focus span {
  color: #7ec9ff;
}
@media (max-width: 1019.98px) {
  .a-detail__side-link {
    flex: 1 0 50%;
    max-width: calc(50% - 15px);
    margin: 0;
    background-color: #f7f7f7;
    transition: ease-in-out 0.3s;
    flex-direction: column;
    align-items: flex-start;
  }
  .a-detail__side-link:hover, .a-detail__side-link:focus {
    text-decoration: none;
    box-shadow: 0px 4px 4px 0px rgba(28, 101, 253, 0.04), 0px 4px 25px 0px rgba(28, 101, 253, 0.12);
    background: #ffffff;
  }
  .a-detail__side-link:hover p,
  .a-detail__side-link:hover span, .a-detail__side-link:focus p,
  .a-detail__side-link:focus span {
    text-decoration: none;
  }
  .a-detail__side-link:hover img, .a-detail__side-link:focus img {
    transform: scale(1.1);
  }
}
@media (max-width: 767.98px) {
  .a-detail__side-link {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1019.98px) {
  .a-detail__side-link .a-detail__img-holder {
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 1019.98px) {
  .a-detail__side-link .a-detail__link-title {
    padding: 16px 8px;
    font-weight: 600;
    text-decoration: none;
    margin: 0;
    font-size: 20px;
    line-height: 24px;
  }
}
.a-detail__side-get-all {
  color: #006ae6;
  transition: ease-in-out 0.1s;
}
.a-detail__side-get-all:hover, .a-detail__side-get-all:focus {
  text-decoration: underline;
  opacity: 1;
  color: #7ec9ff;
}
@media (max-width: 1019.98px) {
  .a-detail__side-get-all {
    flex: 1 0 100%;
    text-align: center;
  }
}
.a-detail__img-holder {
  min-width: 60px;
  min-height: 60px;
  overflow: hidden;
  position: relative;
  margin-right: 16px;
}
.a-detail__img-holder img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: ease-in-out 0.3s;
}
.a-detail__link-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.detail-c {
  color: #4d4d4d;
  padding: 0 0 6.5rem;
}
.detail-c .main-col {
  position: relative;
  float: none;
}
.detail-c .main-content {
  position: relative;
}
.detail-c .detail-hero {
  margin-top: 5rem;
  margin-bottom: 0;
}
.detail-c__back {
  color: #006ae6;
  font-size: 2.2rem;
  position: absolute;
  top: 1rem;
  left: -9rem;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.detail-c__back:hover {
  color: #006ae6;
  text-decoration: none;
  opacity: 0.6;
}
.detail-c__title {
  color: #7ac943;
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}
.detail-c__title--top {
  font-size: 4.6rem;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 3rem;
}
.detail-c__subtitle {
  color: #4d4d4d;
  font-size: 2.4rem;
  line-height: 1.2;
  padding-top: 2.3rem;
  margin: 1rem 0;
}
.detail-c__subtitle-h2 {
  color: #4d4d4d;
  font-size: 4.6rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 3rem;
}
.detail-c__subtitle-h2--top-space {
  margin-top: 4.5rem;
}
.detail-c__desc {
  font-size: 1.8rem;
  margin-bottom: 4rem;
}
.detail-c__desc strong {
  color: #7ac943;
}
.detail-c__table {
  font-size: 1.8rem;
  margin-bottom: 4rem;
}
.detail-c__table td:first-child {
  padding-right: 1.5rem;
}
.detail-c__item {
  color: #4d4d4d;
  background-color: #f7f7f7;
  position: relative;
  display: block;
  padding: 1.2rem 0 1.2rem 1.5rem;
  border-top: 4px solid #e8e8e8;
  margin-bottom: 1.5rem;
}
.detail-c__item > p > a {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.detail-c__item > p > span {
  position: absolute;
  right: 1.5rem;
  top: 0;
}
.detail-c__item > p {
  position: relative;
  padding-right: 18rem;
  margin-bottom: 1rem;
}
.detail-c__item > p:last-child {
  margin-bottom: 0;
}
.detail-c__item > p > a {
  color: #006ae6;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.detail-c__item > p > a:hover {
  opacity: 0.6;
}
.detail-c__item > p.without-span {
  padding-right: 1.5rem;
}
.detail-c__content {
  padding: 0;
}
.detail-c__content--bottom {
  padding-top: 0;
}
.detail-c__person {
  float: left;
  border-radius: 50%;
  margin-right: 1.5rem;
}
.detail-c__person-content {
  overflow: hidden;
}
.detail-c__person-content a {
  color: #006ae6;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.detail-c__person-content a:hover {
  opacity: 0.6;
}
.detail-c__person-content strong {
  color: #7ac943;
  font-size: 1.8rem;
}
.detail-c .specialist {
  position: relative;
}
.detail-c .specialist::before {
  content: "";
  position: absolute;
  right: -3rem;
  bottom: -3rem;
  background: url(images/arrow-long.png) no-repeat center center;
  width: 13.8rem;
  height: 2.9rem;
}
.detail-c__bottom {
  padding-left: 4rem;
  margin-top: 60px;
}
.detail-c__bottom h3 {
  margin-bottom: 5px;
}
.detail-c__box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 576px) {
  .detail-c__box {
    flex-direction: row;
    justify-content: space-between;
  }
}
.detail-c__box .detail-c__subtitle {
  padding-bottom: 1.5rem;
}
.detail-c__filter {
  width: 20rem;
}
.detail-c__mail {
  display: inline-block;
  width: 167px;
  height: 24px;
}
.detail-c__items--empty {
  padding: 2.4rem 3.2rem;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .detail-c__items--empty {
    padding: 2.4rem;
  }
}
.detail-c .service-item {
  color: #4d4d4d;
  background-color: #f7f7f7;
  padding: 3rem;
  margin-bottom: 2rem;
}
.detail-c .service-item--free {
  color: #ffffff;
  background-color: #006ae6;
}
.detail-c .service-item p a {
  color: #006ae6;
  white-space: nowrap;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.detail-c .service-item p a:hover {
  opacity: 0.6;
}
.detail-c .service-item h3 {
  margin-top: 0;
}
.detail-c .service-item p {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.detail-c .service-item h3, .detail-c .service-item__text {
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.detail-c .service-item__text {
  text-align: center;
}
.detail-c .service-item__small {
  font-size: 1.2rem !important;
  margin: 2rem 0 0;
}
@media (max-width: 767.98px) {
  .detail-c {
    padding-bottom: 0;
  }
  .detail-c__desc {
    margin-bottom: 2rem;
  }
  .detail-c__back {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    margin-bottom: 1.5rem;
  }
  .detail-c__item > p {
    padding-right: 1.5rem;
  }
  .detail-c__item > p > span {
    position: relative;
    right: auto;
    bottom: auto;
    display: inline-block;
  }
  .detail-c__content {
    padding-top: 1.5rem;
  }
  .detail-c__title-top {
    font-size: 3.3rem;
  }
  .detail-c__subtitle-h2 {
    font-size: 3rem;
  }
  .detail-c__person {
    margin-top: 3rem;
  }
  .detail-c__person-content {
    margin-top: 3rem;
  }
  .detail-c__bottom {
    padding-bottom: 2rem;
    padding-left: 0;
  }
  .detail-c__bottom img {
    margin-top: 1.2rem;
  }
}

.story {
  padding-left: 3rem;
  margin-bottom: 3rem;
}
.story__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .story__content {
    flex-direction: row;
  }
}
.story__content--image {
  float: left;
  display: inline-block;
  margin-right: 3rem;
}
.story__content--image > img {
  width: 21.5rem;
  height: 21.5rem;
  border-radius: 50%;
}
.story__content h3 {
  font-size: 1.8rem;
}
.story__content h3 > a {
  color: #006ae6;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.story__content h3 > a:hover {
  opacity: 0.6;
}
@media (max-width: 767.98px) {
  .story {
    padding-left: 0;
  }
  .story__image {
    float: none;
    margin: 0;
  }
  .story__image > img {
    margin: 0 auto;
  }
}

/* ==========================================================================
    ACCORDION
  ========================================================================== */
.accordion {
  overflow: hidden;
}
.accordion__tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.accordion__tab--label {
  position: relative;
  display: block;
  padding: 15px;
  padding-right: 40px;
  background: #111111;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  /* Icon */
}
.accordion__tab--label:hover {
  background: black;
}
.accordion__tab--label::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "❯";
  width: 20px;
  height: 20px;
  text-align: center;
  transition: all 0.35s;
}
.accordion__tab--content {
  max-height: 0;
  padding: 0 10px;
  color: #4d4d4d;
  background: white;
  transition: all 0.35s;
}
.accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordion input:checked + .accordion__tab--label {
  background: black;
}
.accordion input:checked + .accordion__tab--label::after {
  transform: rotate(90deg);
}
.accordion input:checked ~ .accordion__tab--content {
  max-height: 400vh;
  padding: 10px;
}

.all-towns {
  padding-top: 5rem;
}
.all-towns h1 {
  color: #4d4d4d;
  font-size: 4.6rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 767.98px) {
  .all-towns h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
}
.all-towns .mapka {
  display: table;
  margin: 0 auto;
}
.all-towns .region {
  padding: 3.5rem 13.6rem;
}
@media (max-width: 767.98px) {
  .all-towns .region {
    padding: 1.5rem;
  }
}
.all-towns .region:nth-child(even) {
  background-color: #f7f7f7;
}
.all-towns .region h2 {
  color: #7ac943;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}
.all-towns .region ul > li > a {
  color: #006ae6;
  font-size: 1.8rem;
  opacity: 1;
  transition: opacity 0.3s ease;
  font-weight: 400;
}
.all-towns .region ul > li > a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.detail-v {
  padding-top: 3rem;
}
.detail-v__views {
  text-align: right;
  display: block;
  margin: 1.5rem 0;
}
.detail-v__views > span {
  position: relative;
  padding-left: 25px;
}
.detail-v__views > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6.5px;
  background: url(images/eye.png) no-repeat center center;
  width: 2rem;
  height: 1.3rem;
}
.detail-v__facebook {
  padding-top: 8rem;
}
@media (max-width: 767.98px) {
  .detail-v__facebook {
    padding-top: 5rem;
    margin-bottom: 4rem;
  }
}

.counters {
  background-color: #f7f7f7;
  padding: 3rem;
  margin-bottom: 3rem;
}
.counters__count > span {
  color: #ffffff;
  font-size: 3.9rem;
  line-height: 4.6rem;
  text-align: center;
  display: inline-block;
  background: url(images/counter-bg.png) no-repeat center center;
  width: 3.4rem;
  height: 4.6rem;
}
.counters .col-md-6 {
  position: relative;
}
.counters__title {
  color: #4d4d4d;
  font-size: 1.8rem;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 21rem;
}
@media (max-width: 767.98px) {
  .counters {
    text-align: center;
    padding-top: 1.5rem;
  }
  .counters__title {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .counters__title br {
    display: none;
  }
}

.s-contacts {
  padding: 8rem 0 6.5rem 0;
}
.s-contacts h1 {
  color: #4d4d4d;
  font-size: 4.6rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 4.5rem;
}
.s-contacts__subtitle {
  color: #4d4d4d;
  font-size: 3.2rem;
  line-height: 1.2;
  text-align: center;
  max-width: 59.5rem;
  margin: 0 auto 2rem;
}
.s-contacts__subtitle--out {
  margin-top: 5rem;
  margin-bottom: 0;
}
.s-contacts .queries__title {
  color: #4d4d4d;
  font-size: 2.6rem;
  margin-bottom: 3rem;
}
.s-contacts .query__title {
  color: #006ae6;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 2rem 0;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.s-contacts .query__title:hover {
  opacity: 0.6;
}
.s-contacts .query__content {
  color: #4d4d4d;
  background-color: #f7f7f7;
  font-size: 1.8rem;
  padding: 3rem 1.5rem;
}
.s-contacts .a-person {
  padding: 3rem 0;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.s-contacts .a-person__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
  background-color: #f7f7f7;
}
@media (min-width: 768px) {
  .s-contacts .a-person__wrap {
    flex-direction: row;
  }
}
.s-contacts .a-person__image {
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
}
.s-contacts .a-person__image__wrapper {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-contacts .a-person__image img {
  height: 100%;
}
.s-contacts .a-person__content {
  flex: 1 0 auto;
  padding: 1rem;
}
.s-contacts .a-person__content a {
  display: block;
}
.s-contacts .a-person__content a.phone {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.s-contacts .a-person__content a.phone img {
  max-width: 50px;
  margin-right: 2rem;
}
.s-contacts .a-person__content a.phone span {
  color: #4d4d4d;
  font-size: 30px;
  font-weight: 600;
}
.s-contacts .a-person__content a.mail:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .s-contacts {
    padding-top: 4rem;
  }
  .s-contacts h1 {
    font-size: 3.3rem;
  }
  .s-contacts .a-person {
    padding: 1.5rem;
    text-align: center;
  }
  .s-contacts .a-person__content p {
    max-width: 100%;
  }
  .s-contacts .a-person__wrap {
    padding: 0;
  }
  .s-contacts .query__content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .s-contacts .query__content > div > div {
    padding-right: 1.5rem;
    padding-left: 3rem;
  }
}

.contact-box {
  background-color: #f7f7f7;
  padding: 3rem 5rem 3rem 20rem;
}
.contact-box h2 {
  color: #4d4d4d;
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.contact-box p {
  color: #4d4d4d;
  font-size: 1.8rem;
}

.contact-list {
  padding-bottom: 3rem;
}
.contact-list > li {
  margin-bottom: 3rem;
}
.contact-list > li > a {
  font-size: 2.8rem;
  line-height: 7.8rem;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
  height: 7.8rem;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.contact-list > li > a span {
  font-size: inherit;
}
.contact-list > li:first-child > a {
  color: #ffffff;
  background-color: #006ae6;
  box-shadow: 0px 4px 0px 0px #1672a2;
}
.contact-list > li:first-child > a:hover {
  background-color: #73bfe3;
}
.contact-list > li:last-child > a {
  color: #4d4d4d;
  background-color: #84f834;
  box-shadow: 0px 4px 0px 0px #60b122;
}
.contact-list > li:last-child > a:hover {
  background-color: #c0fb97;
}

@media (max-width: 767.98px) {
  .contact-list > li > a {
    font-size: 2.1rem;
  }
  .contact-box {
    text-align: center;
    padding-bottom: 5rem;
    padding-left: 5rem;
  }
}
.s-contacts .a-persons {
  background-color: #f7f7f7;
  padding: 3rem 1rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .s-contacts .a-persons {
    padding: 3rem 0;
  }
}

.s-contacts .a-persons .a-person__picture {
  display: flex;
  border-radius: 50%;
  margin: 3rem auto;
}
@media (min-width: 768px) {
  .s-contacts .a-persons .a-person__picture {
    margin-left: 0;
    margin-right: 3rem;
  }
}

.s-contacts .a-persons .a-person__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 768px) {
  .s-contacts .a-persons .a-person__wrapper {
    flex-direction: row;
    padding: 0 10rem;
  }
}

.s-contacts .a-person__info {
  color: #4d4d4d;
  text-align: center;
}
@media (min-width: 768px) {
  .s-contacts .a-person__info {
    text-align: left;
  }
}
.s-contacts .a-person__info h4 {
  color: #7cd42a;
  font-size: 2rem;
}
.s-contacts .a-person__info b {
  font-size: 1.8rem;
}
.s-contacts .a-person__info p {
  font-size: 1.8rem;
  margin-top: 2.5rem;
}
.s-contacts .a-person__info p.narrow {
  max-width: 21.5rem;
}

.gdpr {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  margin: 0 auto;
  font-size: 16px;
}

.faq h1 {
  color: #7ac943;
  font-size: 4.6rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 5rem;
}
.faq h3, .faq p {
  margin: 0;
}
.faq h3 {
  font-size: 1.8rem;
}
.faq.gdpr p {
  margin-bottom: 1rem;
}
.faq.gdpr ul {
  display: block;
  margin: 1.5rem 0;
  padding-left: 0;
}

.work {
  padding-top: 5rem;
}
.work > div {
  position: relative;
}
.work__buble {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1.2;
  position: absolute;
  top: -1rem;
  left: 1.5rem;
  text-align: center;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-left: 16rem;
  background: url(images/smile-buble.png);
  width: 274px;
  height: 191px;
}
.work .main-col--to-right {
  margin-right: 0;
  margin-left: auto;
}
.work h1 {
  color: #4d4d4d;
  margin-bottom: 4.5rem;
}
.work__item {
  color: #808080;
  background-color: #f7f7f7;
  min-height: 22.9rem;
  padding: 3rem;
  border-radius: 0.3rem;
  margin-bottom: 3rem;
}
.work__item--top {
  color: #ffffff;
  background-color: #006ae6;
  position: relative;
}
.work__item--top::before {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 3px 0 0;
  background: url(images/service.png) no-repeat center center;
  width: 17.6rem;
  height: 11.6rem;
}
@media (min-width: 768px) {
  .work__item--top::before {
    content: "";
  }
}
.work__item h2 {
  font-size: 2.6rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 3rem;
}
.work__item p {
  font-size: 1.8rem;
}
.work__item .facebook {
  text-indent: -9999px;
  position: relative;
}
.work__item .facebook::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1rem;
  margin-left: -50.5px;
  background: url(images/facebook.png) no-repeat center center;
  width: 10.1rem;
  height: 2rem;
}
.work__link {
  color: #006ae6;
  text-decoration: underline;
  opacity: 1;
  transition: opacity 0.3s ease;
  font-size: 1.6rem;
}
.work__link:hover {
  color: #006ae6;
  text-decoration: underline;
  opacity: 0.6;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.media-slider {
  background-color: #f7f7f7;
  padding: 50px 0;
  margin-bottom: 4.5rem;
}
.media-slider__footer {
  text-align: center;
}
.media-slider__footer--text, .media-slider__footer--link {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .media-slider__footer--text, .media-slider__footer--link {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .media-slider {
    position: relative;
  }
  .media-slider:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 100%;
    content: "";
    background: rgb(0, 0, 0);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 9;
  }
  .media-slider:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 40px;
    height: 100%;
    content: "";
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 9;
  }
}
.media-slider .swiper-button {
  width: 24px;
  min-width: 24px;
  height: 48px;
  min-height: 48px;
  background-image: url(images/swiper-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
.media-slider .swiper-button.swiper-button-prev {
  transform: rotate(180deg);
}
.media-slider__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
.media-slider__title .swiper-button {
  width: 12px;
  min-width: 12px;
  height: 24px;
  min-height: 24px;
}
@media screen and (min-width: 769px) {
  .media-slider__title {
    justify-content: center;
  }
  .media-slider__title .swiper-button {
    display: none;
  }
}
.media-slider__wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .media-slider__wrapper .swiper-button {
    display: none;
  }
}
.media-slider .swiper-container {
  display: flex;
  align-items: center;
  padding: 80px 0;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .media-slider .swiper-container {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    padding: 40px 0;
  }
}
.media-slider .swiper-wrapper {
  align-items: center;
}
.media-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-items: center;
}
.media-slider .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.media-slider h2 {
  font-size: 46px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4d4d4d;
}
@media screen and (max-width: 768px) {
  .media-slider h2 {
    font-size: 28px;
  }
}
.media-slider p {
  font-size: 26px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4d4d4d;
}
.media-slider p a {
  text-decoration: none;
  color: #006ae6;
}
.media-slider p a:hover, .media-slider p a:focus {
  color: #7ec9ff;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .media-slider p {
    font-size: 22px;
  }
  .media-slider p a {
    display: block;
  }
}

.tippy-tooltip[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

.tippy-iOS {
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent;
}

.tippy-popper {
  pointer-events: none;
  max-width: calc(100vw - 10px);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: transform;
}

.tippy-tooltip {
  position: relative;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  background-color: #4d4d4d;
  transition-property: visibility, opacity, transform;
  outline: 0;
}

.tippy-tooltip[data-placement^=top] > .tippy-arrow {
  border-width: 8px 8px 0;
  border-top-color: #4d4d4d;
  margin: 0 3px;
  transform-origin: 50% 0;
  bottom: -7px;
}

.tippy-tooltip[data-placement^=bottom] > .tippy-arrow {
  border-width: 0 8px 8px;
  border-bottom-color: #4d4d4d;
  margin: 0 3px;
  transform-origin: 50% 7px;
  top: -7px;
}

.tippy-tooltip[data-placement^=left] > .tippy-arrow {
  border-width: 8px 0 8px 8px;
  border-left-color: #4d4d4d;
  margin: 3px 0;
  transform-origin: 0 50%;
  right: -7px;
}

.tippy-tooltip[data-placement^=right] > .tippy-arrow {
  border-width: 8px 8px 8px 0;
  border-right-color: #4d4d4d;
  margin: 3px 0;
  transform-origin: 7px 50%;
  left: -7px;
}

.tippy-tooltip[data-interactive][data-state=visible] {
  pointer-events: auto;
}

.tippy-tooltip[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  padding: 5px 9px;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
  font-size: 18px;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 600;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-widget {
  font-family: source sans pro;
  font-size: 1, 25em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: source sans pro;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #fff;
  background: #d9ebf3;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #fff;
  background: #fff;
  color: #4d4d4d;
  font-weight: 600;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #fffff;
  font-weight: 600;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #a2dbf3;
  font-weight: 600;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #a2dbf3;
  background: #a2dbf3;
  font-weight: 600;
  color: #2b2b2b;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #a2dbf3;
  background-color: #2b2b2b;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 600;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  backface-visibility: hidden;
  font-family: "Rubik", sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 0 0;
}
@media screen and (min-width: 992px) {
  .fancybox-slide--iframe {
    padding: 44px 44px 0;
  }
}

.fancybox-content {
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-content.employee-modal {
  overflow: visible;
  padding: 0;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button::after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 400;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
@font-face {
  font-family: "icomoon";
  src: url("./fonts/icomoon.eot?l83tb3");
  src: url("./fonts/icomoon.eot?l83tb3#iefix") format("embedded-opentype"), url("./fonts/icomoon.ttf?l83tb3") format("truetype"), url("./fonts/icomoon.woff?l83tb3") format("woff"), url("./fonts/icomoon.svg?l83tb3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\e942";
}

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0 ; /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  background-color: #ededed;
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: right;
  white-space: nowrap;
  border: 1px solid #b7b7b7;
}
.bootstrap-select > .dropdown-toggle::after {
  border-color: #848484;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: rgb(185, 74, 72);
}
.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle:before {
  content: "";
  display: inline-block;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: inherit;
  padding-right: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  height: 100%;
  width: 100%;
  text-align: left;
}
.bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: rgb(245, 245, 245);
  border: 1px solid rgb(227, 227, 227);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .dropdown-menu {
  max-height: 300px;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg);
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 28px;
  white-space: normal;
}
.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.dropdown {
  position: relative;
}

.dropdown-menu .form-control {
  padding: 1px 2px;
  min-height: 3rem;
  max-height: 3rem;
  border: 1px solid black;
}

.btn-multiselect {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.6rem 1.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  touch-action: pan-y;
  border-radius: 12px;
  overflow: hidden;
  border: none;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 0;
  background: url("images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 0;
  background: url("images/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 29px;
  height: 34px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: "Rubik", sans-serif;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.shutdown {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("./images/504-bg-mobile.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 576px) {
  .shutdown {
    background-image: url("./images/504-bg-desktop.jpg");
  }
}
.shutdown .custom-dialog-body {
  background: #ffffff;
  max-width: 90%;
  border-radius: 44px;
  padding: 46px 30px 0;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media (min-width: 576px) {
  .shutdown .custom-dialog-body {
    padding: 46px 40px 0;
  }
}
@media (min-width: 768px) {
  .shutdown .custom-dialog-body {
    padding: 50px 80px 0;
    border-radius: 64px;
    max-width: 750px;
  }
}
.shutdown .custom-dialog-content {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .shutdown .custom-dialog-content {
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media (min-width: 576px) {
  .shutdown__content {
    padding-bottom: 50px;
  }
}
.shutdown__picture {
  text-align: center;
  margin-bottom: -3px;
}
.shutdown__picture img {
  width: 100%;
  max-width: 380px;
}
@media (min-width: 576px) {
  .shutdown__picture img {
    max-width: 225px;
  }
}
@media (min-width: 768px) {
  .shutdown__picture img {
    max-width: none;
  }
}
.shutdown__title {
  font-size: 38px;
  line-height: 42px;
  color: #454d57;
  margin-bottom: 20px;
}
.shutdown__title span {
  display: block;
  color: #2894c8;
  font-size: 38px;
  line-height: 42px;
  font-weight: 400;
}
.shutdown__perex {
  color: #4d4d4d;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 24px;
  width: 100%;
  max-width: 320px;
}
.shutdown__perex span {
  padding-top: 10px;
  font-size: 18px;
  line-height: 24px;
  line-height: 1;
  display: block;
}
.shutdown__reload-btn {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #006ae6;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 50px;
  min-width: 280px;
  height: 45px;
  border: none;
  outline: none;
  font-weight: 400;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.shutdown__reload-btn span {
  font-size: 16px;
}
.shutdown__refresh-enable {
  pointer-events: all;
  cursor: pointer;
}
.shutdown__refresh-enable:hover, .shutdown__refresh-enable:focus {
  background: #1672a2;
}
.shutdown__timer {
  background: #ffffff;
  color: #1672a2;
  padding: 0 4px;
  border-radius: 4px;
  width: 40px;
  position: relative;
  margin-left: 8px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  line-height: 1;
}
.shutdown__timer:after {
  content: "s";
  display: inline-block;
  text-transform: lowercase;
}
.shutdown__time {
  display: inline-block;
  min-width: 15px;
  text-align: right;
}
.shutdown__reload-icon {
  width: 20px;
  height: 20px;
  background-image: url("./images/reload.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: none;
  margin-left: 8px;
  transition: ease-in-out 0.1s;
}

.no-scroll {
  overflow: hidden !important;
}

.w-brigades .container {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .w-brigades .container {
    max-width: 95%;
  }
}
.w-brigades h1 {
  text-align: center;
  color: #4d4d4d;
  font-size: 46px;
  line-height: 54px;
  margin: 20px 0 75px;
}
@media (min-width: 576px) {
  .w-brigades h1 {
    margin: 42px 0 75px;
  }
}
.w-brigades__holder {
  padding: 20px 0;
  background-color: #f7f7f7;
  position: relative;
}
.w-brigades__holder::before {
  content: "";
  position: absolute;
  left: 0;
  top: -12px;
  width: 100%;
  height: 12px;
  background: url(https://old-www.fajn-brigady.cz/img/front//header-bottom-line.png) repeat-x;
  transform: rotate(180deg);
  z-index: 99;
}
.w-brigades__holder:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 12px;
  background: url(https://old-www.fajn-brigady.cz/img/front//header-bottom-line.png) repeat-x;
}
.w-brigades__holder--second {
  background: #fff;
  padding-top: 40px;
}
.w-brigades__wrapper {
  position: relative;
}
.w-brigades__headline {
  border-radius: 20px 20px 0px 0px;
  background: #84f834;
  padding: 10px 15px;
  position: absolute;
  left: 10px;
  top: -60px;
  color: #4d4d4d;
  z-index: 1;
  text-transform: uppercase;
  display: flex;
  font-size: 14px;
}
@media (max-width: 1019.98px) {
  .w-brigades__headline {
    left: 30px;
  }
}
@media (max-width: 767.98px) {
  .w-brigades__headline {
    left: 12px;
  }
}
.w-brigades__headline img {
  margin-right: 6px;
}
.w-brigades__content {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1019px) {
  .w-brigades__content {
    justify-content: center;
  }
}
.w-brigades__content--second {
  padding-bottom: 70px;
}
.w-brigades__content--second .w-brigades__block {
  background: #f5f5f5;
}
.w-brigades__order {
  flex: 1 0 100%;
  max-width: 100%;
  margin-bottom: 35px;
  text-align: right;
  padding-right: 10px;
  position: relative;
  cursor: pointer;
}
.w-brigades__order::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 20px;
  width: 10px;
  height: 6px;
  background-image: url("./images/arrow-down.png");
  pointer-events: none;
}
.w-brigades__order select {
  outline: none;
  -webkit-appearance: none;
  border: none;
  min-width: 230px;
  padding: 12px 20px;
  background: #f5f5f5;
  border-radius: 7px;
  font-weight: 600;
}
.w-brigades__order select:hover, .w-brigades__order select:focus {
  outline: none;
  border: none;
}
.w-brigades__block {
  position: relative;
  width: 100%;
  flex-grow: 1;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 16px;
}
@media screen and (min-width: 767px) {
  .w-brigades__block {
    padding: 20px;
    width: calc(33.333333% - 14px);
  }
}
.w-brigades__block-title {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.w-brigades__block-title a,
.w-brigades__block-title p {
  font-size: 20px;
  color: #2ea5d1;
  font-weight: 600;
  padding-left: 20px;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .w-brigades__block-title a,
  .w-brigades__block-title p {
    padding-left: 12px;
  }
}
.w-brigades__block-title--gray {
  margin: 0 0 16px 0;
}
.w-brigades__block-title--gray p {
  padding-left: 0;
  font-size: 20px;
  line-height: 24px;
  color: #4d4d4d;
}
.w-brigades__block-item .link-holder span {
  display: block;
  font-size: 13px;
  color: #b3b3b3;
  font-weight: 600;
  margin-top: -4px;
}
.w-brigades__block-body ul li {
  margin-bottom: 16px;
}
.w-brigades__block-body ul li:last-child {
  margin-bottom: 0;
}
.w-brigades__block-body ul li .w-brigades__block-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.w-brigades__block-body ul li a {
  display: block;
  color: #2ea5d1;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}
.w-brigades__block-body ul li .dots {
  cursor: pointer;
  padding-left: 4px;
}
.w-brigades__block-body ul li.hidden {
  display: none;
}
.w-brigades__block-body ul li.toggler {
  color: #7cd42a;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
}
.w-brigades__block-body ul li.toggler:hover, .w-brigades__block-body ul li.toggler:active {
  text-decoration: underline;
}

.seo-text {
  margin-bottom: 32px;
  color: #4d4d4d;
}
.seo-text h3 {
  margin-bottom: 16px;
}
.seo-text h3 span {
  font-weight: bold;
}

.seo-tabs {
  margin-bottom: 32px;
  font-size: 16px;
  color: #4d4d4d;
}
.seo-tabs__buttons {
  display: flex;
  justify-content: flex-start;
  position: relative;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.seo-tabs__buttons a {
  text-decoration: underline;
  color: #006ae6;
  font-size: 16px;
}
.seo-tabs__buttons a span {
  font-size: 16px;
}
.seo-tabs__buttons a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .seo-tabs__buttons a {
    font-size: 18px;
  }
  .seo-tabs__buttons a span {
    font-size: 18px;
  }
}
.seo-tabs__button {
  padding: 8px 12px;
  cursor: pointer;
  background-color: #f0f0f0;
  border-radius: 8px;
  transition: background 0.2s;
  font-size: 16px;
  text-align: center;
}
.seo-tabs__button span {
  font-size: 16px;
}
@media (min-width: 768px) {
  .seo-tabs__button {
    font-size: 18px;
    padding: 1rem 2rem;
  }
  .seo-tabs__button span {
    font-size: 18px;
  }
}
.seo-tabs__button:hover, .seo-tabs__button:focus {
  background-color: #e4e3e3;
}
.seo-tabs__button--active {
  background-color: #006ae6;
  color: white;
}
.seo-tabs__button--active:hover, .seo-tabs__button--active:focus {
  background-color: #006ae6;
  color: white;
}
.seo-tabs__button:not(:last-child) {
  border-right: none;
}
.seo-tabs__triangle {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #cccccc;
  transition: transform 0.3s ease;
  visibility: hidden;
}
@media (min-width: 768px) {
  .seo-tabs__triangle {
    visibility: visible;
  }
}
.seo-tabs__content {
  margin-top: 20px;
  background: #f7f7f7;
  padding: 16px;
  border-radius: 8px;
  text-align: left;
  border: 1px solid #cccccc;
}
.seo-tabs__panel {
  display: none;
}
.seo-tabs__panel--active {
  display: block;
}

.seo-tabs__search {
  width: 100%;
}
@media (min-width: 768px) {
  .seo-tabs__search {
    width: calc(50% - 8px);
  }
}
.seo-tabs__search .custom-input {
  padding-top: 0;
}

.professions-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.professions-heading {
  font-size: 2rem;
  color: #4d4d4d;
  flex: 1 0 100%;
  max-width: 100%;
}

.profession {
  flex: 1 0 100%;
}
@media (min-width: 576px) {
  .profession {
    flex: 1 0 50%;
    max-width: calc(50% - 8px);
  }
}
.profession__header {
  position: relative;
  padding: 8px 12px;
  cursor: pointer;
  font-weight: bold;
  border: 1px solid transparent;
  background: #fff;
  display: block;
  line-height: 125%;
  font-weight: 400;
  border-radius: 4px;
  overflow: hidden;
  font-size: 16px;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .profession__header {
    font-size: 18px;
  }
}
.profession__header:hover {
  border: 1px solid #ccc;
  text-decoration: none;
}
.profession__header::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  font-size: 14px;
}
.profession__list {
  display: none;
  padding: 16px;
  margin: 0;
  list-style: none;
}
.profession__list li {
  padding: 4px 0;
}
.profession__list a {
  text-decoration: underline;
  color: #006ae6;
}
.profession__list a:hover, .profession__list a:focus {
  text-decoration: none;
  color: #7ec9ff;
}
.profession.is-open .profession__header {
  background: #99ee49;
}

.profession.is-open .profession__header::after {
  transform: translateY(-50%) rotate(90deg);
}

.hidden-professions {
  flex: 1 0 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
}

.show-more-professions {
  flex: 1 0 100%;
  max-width: 100%;
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  border-radius: 4px;
  text-decoration: underline;
}
.show-more-professions:hover {
  text-decoration: none;
}

/* ==========================================================================
    DOWNLOAD BANNER
  ========================================================================== */
.fajnDownloadBanner-intro {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 3rem;
  padding: 16px;
  text-align: center;
}

/*
===========
  COLORS
===========
*/
/*
===========
  REM
===========
*/
/*
===========
  GLOBAL
===========
*/
/*
===========
  BREAKPOINTS
===========
*/
/*
===========
  TYPOGRAPHY
===========
*/
@keyframes show {
  0% {
    transform: translateY(300px);
  }
  100% {
    transform: translateY(0px);
  }
}
.fajnDownloadBanner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 15px 15px 15px;
  background: rgba(20, 20, 20, 0.8);
  font-family: "Rubik", sans-serif;
  -webkit-font-smoothing: antialiased;
  transform: translateY(300px);
  animation: show ease-in-out 1s;
  animation-duration: 300ms;
  animation-delay: 5s;
  animation-fill-mode: forwards;
  z-index: 99;
  display: block;
}
@media screen and (min-width: 500px) {
  .fajnDownloadBanner {
    padding: 15px 25px 15px 20px;
    display: none;
  }
}
.fajnDownloadBanner__holder {
  display: flex;
  justify-content: center;
}
.fajnDownloadBanner__wrapper {
  width: 100%;
  max-width: 450px;
}
.fajnDownloadBanner__top p {
  font-size: 20px;
  color: #ffffff;
  margin: 0 0 15px;
}
.fajnDownloadBanner__top p .primary {
  color: #0074ff;
  font-size: 20px;
}
.fajnDownloadBanner__box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.fajnDownloadBanner .fajnBanner-content {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.fajnDownloadBanner .fajnBanner-content__logo {
  margin-right: 15px;
  height: 100%;
}
.fajnDownloadBanner .fajnBanner-content__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.fajnDownloadBanner .fajnBanner-content__right--stars {
  margin-top: 7px;
}

.fajn-btn--download {
  position: relative;
  background-color: #0074ff;
  color: #ffffff !important;
  border-radius: 5px;
  box-shadow: 0px 3px 0px 0px #0074ff;
  padding: 5px 20px 5px 10px;
  text-decoration: none !important;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  width: calc(100% - 66px);
  max-width: 300px;
}
.fajn-btn--download:hover, .fajn-btn--download:focus {
  background-color: rgb(239.7, 131.6, 0);
}
@media screen and (min-width: 400px) {
  .fajn-btn--download {
    padding: 8px 20px;
    width: calc(100% - 76px);
  }
}
.fajn-btn--download .fajn-btn--badge {
  position: absolute;
  right: -35px;
  bottom: -35px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  z-index: 9;
  background-color: #00cb3d;
  color: #ffffff;
  font-size: 11.5px;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 50%;
  text-align: center;
}

.fajnBanner-close {
  width: 50px;
  height: 40px;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 36px;
  line-height: 1;
  position: absolute;
  top: 7px;
  right: 0;
  z-index: 9;
  color: #808080;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  font-weight: lighter;
}
.fajnBanner-close:hover, .fajnBanner-close:focus {
  outline: none;
  color: #0074ff;
}

.custom-input-list {
  list-style: revert-layer;
  padding-left: 8px;
  margin-left: 16px;
}
.custom-input-list li {
  margin-bottom: 8px;
}
.custom-input-list li ul {
  list-style: revert-layer;
  padding-left: 8px;
  margin-left: 16px;
}
.custom-input-list li ul li:nth-of-type(1) {
  margin-top: 8px;
}
.custom-input-list li ul li:nth-of-type(3) {
  margin-bottom: 8px;
}

.custom-inputs-table {
  width: 100%;
  overflow: hidden;
  border-collapse: collapse;
  border-radius: 5px;
}

.custom-inputs-table td,
.custom-inputs-table th {
  padding: 8px;
  border: 1px solid #ddd;
  font-size: 16px;
}

.custom-inputs-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.custom-inputs-table tr:hover {
  background-color: #ddd;
}

.custom-inputs-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #8bc34a;
  color: #ffffff;
  text-align: left;
}

.custom-input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
}
.custom-input ::-moz-placeholder {
  opacity: 1;
  color: #8a8886;
}
.custom-input ::placeholder {
  opacity: 1;
  color: #8a8886;
}
.custom-input__invisible {
  display: none;
}
.custom-input__error {
  display: none;
  margin-bottom: 4px;
  color: #ff0000;
}
.custom-input label {
  display: flex;
  align-items: center;
  width: 150px;
  width: 100%;
  margin: 0 0 8px;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
}
.custom-input .datepicker-input {
  cursor: pointer;
}
.custom-input .datepicker-input ~ .custom-input__icon {
  pointer-events: none;
}
.custom-input[data-label=false] > label {
  display: none;
}
.custom-input[data-tooltip=false] .tippy-admin-help {
  display: none;
}
.custom-input[data-tooltip-position=relative] .tippy-admin-help {
  position: relative !important;
}
.custom-input[data-label-visibility=hidden] > label {
  visibility: hidden;
}
.custom-input[data-height=bigger] > label {
  font-size: 16px;
}
.custom-input[data-height=bigger] > input {
  height: 50px;
  font-size: 16px;
}
.custom-input[data-height=bigger] .ms-choice,
.custom-input[data-height=bigger] .ms-choice > span {
  height: 50px;
  font-size: 16px;
  line-height: 50px;
}
.custom-input[data-height=bigger] .radio-item input[type=radio] + .radio-label:before,
.custom-input[data-height=bigger] .radio-item input[type=checkbox] + .radio-label:before {
  min-width: 22px;
  min-height: 22px;
}
.custom-input[data-height=bigger] .radio-item input[type=radio] + .radio-label,
.custom-input[data-height=bigger] .radio-item input[type=checkbox] + .radio-label {
  font-size: 15px;
}
.custom-input[data-height=biggest] > label {
  font-size: 18px;
  line-height: 20px;
}
.custom-input[data-height=biggest] > input {
  height: 60px;
  font-size: 18px;
}
.custom-input[data-height=biggest] .ms-choice,
.custom-input[data-height=biggest] .ms-choice > span {
  height: 60px;
  font-size: 18px;
  line-height: 60px;
}
.custom-input[data-height=biggest] .radio-item input[type=radio] + .radio-label:before,
.custom-input[data-height=biggest] .radio-item input[type=checkbox] + .radio-label:before {
  width: 24px;
  height: 24px;
}
.custom-input[data-height=biggest] .radio-item input[type=radio] + .radio-label,
.custom-input[data-height=biggest] .radio-item input[type=checkbox] + .radio-label {
  font-size: 16px;
}
.custom-input input,
.custom-input textarea,
.custom-input select {
  display: inline-flex;
  width: 100%;
  height: 40px;
  padding: 0.5rem 1rem;
  transition: ease-in-out 0.2s;
  border: 1px solid #808080;
  border-radius: 5px;
  outline: none;
  background-color: #fff;
  color: #333;
  font-size: 14px;
}
.custom-input input ~ .multiple-select button,
.custom-input textarea ~ .multiple-select button,
.custom-input select ~ .multiple-select button {
  border: 1px solid #808080;
  outline: none;
  background-color: #fff;
}
.custom-input input ~ .multiple-select button:focus,
.custom-input textarea ~ .multiple-select button:focus,
.custom-input select ~ .multiple-select button:focus {
  border: 1px solid #1283ac;
  outline: none;
  background-color: rgba(0, 116, 255, 0.05);
}
.custom-input input:focus,
.custom-input textarea:focus,
.custom-input select:focus {
  border: 1px solid #1283ac;
  background-color: rgba(0, 116, 255, 0.05);
}
.custom-input input[disabled],
.custom-input textarea[disabled],
.custom-input select[disabled] {
  background: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}
.custom-input input[disabled] ~ .multiple-select button,
.custom-input textarea[disabled] ~ .multiple-select button,
.custom-input select[disabled] ~ .multiple-select button {
  background: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}
.custom-input input[disabled] ~ .multiple-select button > span,
.custom-input textarea[disabled] ~ .multiple-select button > span,
.custom-input select[disabled] ~ .multiple-select button > span {
  color: #999;
}
.custom-input input[disabled] ~ .multiple-select button:focus,
.custom-input textarea[disabled] ~ .multiple-select button:focus,
.custom-input select[disabled] ~ .multiple-select button:focus {
  border: 1px solid #808080;
  outline: none;
}
.custom-input input[disabled]:hover, .custom-input input[disabled]:focus,
.custom-input textarea[disabled]:hover,
.custom-input textarea[disabled]:focus,
.custom-input select[disabled]:hover,
.custom-input select[disabled]:focus {
  border-color: rgba(0, 0, 0, 0.1);
}
.custom-input textarea {
  min-height: 200px;
  padding-top: 1rem;
}
.custom-input .multiple-select ul li label {
  display: flex;
}
.custom-input .multiple-select ul li label input {
  position: relative;
  width: 20px;
  max-width: 50px;
  height: 20px;
  margin: 0;
  margin: 0 8px 0 0;
}
.custom-input .multiple-select ul li label span {
  order: 2;
  font-size: 15px;
}
.custom-input--error .custom-input__error {
  display: block;
}
.custom-input--error input,
.custom-input--error textarea,
.custom-input--error select {
  border-color: #ff0000;
  background-color: rgba(255, 77, 77, 0.02);
}
.custom-input--error input ~ .multiple-select button, .custom-input--error input ~ .group-select .ms-choice,
.custom-input--error textarea ~ .multiple-select button,
.custom-input--error textarea ~ .group-select .ms-choice,
.custom-input--error select ~ .multiple-select button,
.custom-input--error select ~ .group-select .ms-choice {
  border-color: #ff0000;
  background-color: rgba(255, 77, 77, 0.02);
}
.custom-input--horizontal {
  position: relative;
  flex-direction: row;
  align-items: center;
  padding-top: 24px;
}
.custom-input--horizontal label {
  width: auto;
  margin: 0 16px 0 0;
}
.custom-input--horizontal[data-label-width=fixed] label {
  width: 200px;
}
.custom-input--horizontal .custom-input__error {
  position: absolute;
  top: 0;
  left: 0;
}
.custom-input--horizontal .custom-input__icon {
  right: 12px;
  bottom: 12px;
}
.custom-input--upload .custom-input__icon {
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.custom-input--upload .custom-input__icon img {
  width: 100%;
}
.custom-input--upload input {
  padding-top: 10px;
  cursor: pointer;
}
.custom-input--upload input[type=file]::file-selector-button {
  display: none;
}
.custom-input--with-pen:after {
  content: "";
  position: absolute;
  top: 44px;
  right: 8px;
  width: 16px;
  height: 16px;
  transform: rotate(0) !important;
  background: url("./images/pen.png") no-repeat;
  pointer-events: none;
}
.custom-input--with-pen select {
  border: 1px solid transparent;
  background: transparent;
  text-indent: 1px;
  text-overflow: "";
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.custom-input--radio .custom-input__wrap {
  display: flex;
  flex-direction: row;
}
.custom-input--radio .custom-input__wrap--column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.custom-input--radio .radio-item {
  min-width: 85px;
  margin: 0 30px 0 0;
}
.custom-input--radio .radio-item:last-child {
  margin-right: 0;
}
.custom-input--radio .radio-item label {
  margin-top: 0;
}
.custom-input--radio .radio-item input[type=radio],
.custom-input--radio .radio-item input[type=checkbox] {
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 0;
  cursor: pointer;
}
.custom-input--radio .radio-item input[type=radio] + .radio-label,
.custom-input--radio .radio-item input[type=checkbox] + .radio-label {
  margin-bottom: 0;
  font-size: 14px;
  cursor: pointer;
}
.custom-input--radio .radio-item input[type=radio] + .radio-label:before,
.custom-input--radio .radio-item input[type=checkbox] + .radio-label:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  width: 20px;
  height: 20px;
  margin-right: 1em;
  transition: all 250ms ease;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  background: #f4f4f4;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  pointer-events: none;
}
.custom-input--radio .radio-item input[type=radio]:checked + .radio-label:before,
.custom-input--radio .radio-item input[type=checkbox]:checked + .radio-label:before {
  background-color: #ff7913;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.custom-input--radio .radio-item input[type=radio][disabled],
.custom-input--radio .radio-item input[type=checkbox][disabled] {
  cursor: not-allowed !important;
}
.custom-input--radio .radio-item input[type=radio][disabled] ~ label,
.custom-input--radio .radio-item input[type=checkbox][disabled] ~ label {
  opacity: 0.5;
  cursor: not-allowed !important;
}
.custom-input--radio .radio-item input[type=radio][disabled] ~ label:before,
.custom-input--radio .radio-item input[type=checkbox][disabled] ~ label:before {
  cursor: not-allowed !important;
}
.custom-input--radio .radio-item input[type=radio][disabled]:not(:checked) ~ label:before,
.custom-input--radio .radio-item input[type=checkbox][disabled]:not(:checked) ~ label:before {
  background: #f4f4f4;
}
.custom-input--radio .radio-item input[type=radio]:focus + .radio-label:before,
.custom-input--radio .radio-item input[type=checkbox]:focus + .radio-label:before {
  border-color: #1283ac;
  outline: none;
}
.custom-input--radio .radio-item input[type=radio]:disabled + .radio-label:before,
.custom-input--radio .radio-item input[type=checkbox]:disabled + .radio-label:before {
  border-color: #f4f4f4;
  background: #f4f4f4;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.custom-input--radio .radio-item input[type=radio] + .radio-label:empty:before,
.custom-input--radio .radio-item input[type=checkbox] + .radio-label:empty:before {
  margin-right: 0;
}
.custom-input--radio.custom-input--error .radio-item label:before {
  border: 1px solid #ff0000 !important;
}
.custom-input--radio-vertical {
  flex-direction: row;
  align-items: center;
}
.custom-input--radio-vertical.custom-input--error {
  flex-wrap: wrap;
}
.custom-input--radio-vertical.custom-input--error .custom-input__error {
  flex: 1 0 100%;
}
.custom-input--radio-vertical > label {
  width: auto;
  margin: 0 16px 0 0;
}
.custom-input__icon {
  position: absolute;
  right: 28px;
  bottom: 44px;
}
.custom-input__fake-label {
  display: flex;
  align-items: center;
  min-width: auto;
  min-height: 40px;
  margin: 0 0 2rem;
  font-size: 16px;
  line-height: 18px;
}

.multiple-select .ms-search {
  padding: 0.25rem 8px;
  margin: 4px 0;
}
.multiple-select .ms-search input {
  min-height: 32px;
  padding: 4px 8px;
  font-size: 16px;
}

.group-select .ms-drop .optgroup {
  padding: 8px 0;
  font-size: 15px;
}
.group-select .ms-drop li label {
  padding-left: 1.25rem;
}
.group-select .ms-choice:focus {
  outline: none;
}
.group-select .ms-drop ul > li.ms-select-all label {
  padding-left: 0;
}
.group-select:disabled ~ .group-select button {
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0.1);
}

.awesomplete [hidden] {
  display: none;
}

.awesomplete .visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.awesomplete {
  display: inline-block;
  position: relative;
  width: 100%;
}

.awesomplete > input {
  display: block;
}

.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
}

.awesomplete > ul:empty {
  display: none;
}

.awesomplete > ul {
  border-radius: 0.3em;
  margin: 0.2em 0 0;
  background: hsla(0, 0%, 100%, 0.9);
  background: linear-gradient(to bottom right, white, hsla(0, 0%, 100%, 0.8));
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
  text-shadow: none;
}

@supports (transform: scale(0)) {
  .awesomplete > ul {
    transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    transform-origin: 1.43em -0.43em;
  }
  .awesomplete > ul[hidden],
  .awesomplete > ul:empty {
    opacity: 0;
    transform: scale(0);
    display: block;
    transition-timing-function: ease;
  }
}
/* Pointer */
.awesomplete > ul:before {
  content: "";
  position: absolute;
  top: -0.43em;
  left: 1em;
  width: 0;
  height: 0;
  padding: 0.4em;
  background: white;
  border: inherit;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}

.awesomplete > ul > li {
  position: relative;
  padding: 0.2em 0.5em;
  cursor: pointer;
}

.awesomplete > ul > li:hover {
  background: hsl(200, 40%, 80%);
  color: black;
}

.awesomplete > ul > li[aria-selected=true] {
  background: hsl(205, 40%, 40%);
  color: white;
}

.awesomplete mark {
  background: hsl(65, 100%, 50%);
}

.awesomplete li:hover mark {
  background: hsl(68, 100%, 41%);
}

.awesomplete li[aria-selected=true] mark {
  background: hsl(86, 100%, 21%);
  color: inherit;
}


.pwa-section {
  background: #f3f7fb;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: auto;
}
.pwa-section__title {
  margin: 0 0 16px 0;
  font-size: 24px;
  font-weight: 500;
}
.pwa-section__title-with-icon {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
  gap: 16px;
}
.pwa-section__title-with-icon button {
  cursor: pointer;
  outline: none;
  background: transparent;
  border: transparent;
}
.pwa-section__title-with-icon .pwa-section__title {
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  margin-left: -40px;
}
.pwa-section__title-with-icon img {
  transform: rotate(180deg);
}
.pwa-section__title--small {
  margin-top: 20px;
}
.pwa-section form {
  margin-bottom: 24px;
}
.pwa-section-wrapper {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  padding: auto;
}
@media (max-width: 1019.98px) {
  .pwa-section-wrapper {
    flex-direction: column;
  }
}

.toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #d2e2f8;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.toggle .toggle__text {
  font-size: 18px;
  color: #2a2f37;
}
.toggle .toggle__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.toggle .toggle__slider {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 28px;
  background: #dfe7ee;
  border-radius: 999px;
  transition: background 180ms ease;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06);
}
.toggle .toggle__slider::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  background: #ffffff;
  border-radius: 50%;
  transition: transform 180ms ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.toggle .toggle__input:checked + .toggle__slider {
  background: #71cd80;
}
.toggle .toggle__input:checked + .toggle__slider::after {
  transform: translateX(26px);
}
.toggle .toggle__input:focus-visible + .toggle__slider {
  box-shadow: 0 0 0 3px rgba(46, 130, 255, 0.35), inset 0 1px 2px rgba(0, 0, 0, 0.06);
}
.toggle .toggle__input:disabled + .toggle__slider {
  filter: grayscale(20%);
  opacity: 0.7;
}
.toggle .toggle__input:disabled ~ .toggle__text {
  opacity: 0.6;
}
.toggle .toggle__input:disabled,
.toggle .toggle__input:disabled + .toggle__slider {
  cursor: not-allowed;
}

.radio-cards {
  display: grid;
  gap: 12px;
}

.rcard {
  position: relative;
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: center;
  gap: 12px;
  padding: 16px 16px 16px 18px;
  background: #ffffff;
  border-radius: 14px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  min-height: 75px;
}
.rcard:hover {
  background: #e6f0ff;
}
.rcard__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.rcard__input:checked + .rcard__control {
  border-color: #aab2bb;
  box-shadow: 0 0 0 3px #eaf2ff inset;
}
.rcard__input:checked + .rcard__control::after {
  transform: translate(-50%, -50%) scale(1);
}
.rcard__input:focus-visible + .rcard__control {
  box-shadow: 0 0 0 3px rgba(47, 125, 246, 0.35), 0 0 0 3px #eaf2ff inset;
  border-color: #2f7df6;
}
.rcard__input:disabled ~ .rcard__content, .rcard__input:disabled + .rcard__control {
  opacity: 0.5;
  cursor: not-allowed;
}
.rcard__control {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #aab2bb;
  display: inline-block;
  position: relative;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.02);
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.rcard__control::after {
  content: "";
  position: absolute;
  inset: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2f7df6;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 150ms ease;
}
.rcard__content {
  display: grid;
  gap: 4px;
}
.rcard__title {
  color: #212937;
  font-weight: 500;
  line-height: 1.25;
}
.rcard__subtitle {
  color: #ff8a00;
  font-size: 14px;
}

.rcard__input:focus-visible + .rcard__control {
  box-shadow: 0 0 0 3px rgba(47, 125, 246, 0.35), 0 0 0 3px #eaf2ff inset;
  border-color: #2f7df6;
}

.rcard__input:disabled ~ .rcard__content,
.rcard__input:disabled + .rcard__control {
  opacity: 0.5;
  cursor: not-allowed;
}

.pwa-section__btn {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  border: 0;
  border-radius: 9999px;
  padding: 12px 28px;
  background: #006ae6;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 20px;
  line-height: 24px;
  transition: background-color 150ms ease, box-shadow 150ms ease, transform 80ms ease;
}
.pwa-section__btn::after {
  content: "→";
  display: inline-block;
  transform: translateX(0);
  transition: transform 150ms ease;
  margin-left: 8px;
}
.pwa-section__btn:hover:not(:disabled) {
  background: #49abdb;
}
.pwa-section__btn:hover:not(:disabled)::after {
  transform: translateX(3px);
}
.pwa-section__btn:active:not(:disabled) {
  background: #49abdb;
  transform: translateY(1px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 6px 18px rgba(255, 138, 0, 0.3);
}
.pwa-section__btn:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(255, 138, 0, 0.35), 0 2px 4px rgba(0, 0, 0, 0.06), 0 8px 24px rgba(255, 138, 0, 0.35);
}
.pwa-section__btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none;
}

.situation-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 16px 16px 16px 18px;
  background: #ffffff;
  border-radius: 14px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 8px;
}
.situation-item:hover {
  background: #e6f0ff;
}
.situation-item:last-child {
  margin-bottom: 0;
}
.situation-item-wrapper {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.situation-item-detail div {
  font-weight: 600;
  color: #3f464c;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
}
.situation-item-detail span {
  display: block;
  color: #aab2bb;
  font-size: 16px;
  line-height: 24px;
}

.bell-icon {
  text-align: center;
  margin: 50px auto;
}

.rm-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  display: none;
  align-items: flex-end;
  z-index: 9999;
}
.rm-backdrop.is-open {
  display: flex;
  animation: rmFade 0.15s ease;
}
.rm-sheet {
  width: 100%;
  background: #fff;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.15);
  padding: 16px 16px 8px;
  outline: none;
}
.rm-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 4px 12px;
}
.rm-close {
  border: 0;
  background: transparent;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.rm-options {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 6px 0 10px;
}
.rm-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid #e7e7e9;
  cursor: pointer;
}
.rm-option input {
  width: 18px;
  height: 18px;
}
.rm-option span {
  font-size: 16px;
}
.rm-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding-top: 4px;
}
.rm-btn {
  background: #1a73e8;
  color: #fff;
  border: 0;
  border-radius: 12px;
  padding: 10px 14px;
  cursor: pointer;
}
.rm-btn--ghost {
  background: #eef3ff;
  color: #1a73e8;
}

#rm-title {
  font-weight: 700;
  font-size: 18px;
}

@keyframes rmFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 600px) {
  .rm-backdrop {
    align-items: center;
    justify-content: center;
  }
  .rm-sheet {
    max-width: 520px;
    border-radius: 16px;
  }
}
.lm-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  display: none;
  z-index: 10000;
  padding: 24px;
}
.lm-backdrop.is-open {
  display: block;
  animation: lmFade 0.15s ease;
}
.lm-sheet {
  background: #ffffff;
  outline: none;
}
.lm-header {
  padding: 8px 16px 0;
}
.lm-header-spacer {
  width: 24px;
  height: 24px;
}
.lm-close {
  justify-self: start;
  width: 36px;
  height: 36px;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  color: #006ae6;
  background: transparent;
  border: none;
}
.lm-title {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin: 0 0 16px 0;
}
.lm-search {
  padding: 0 16px;
  display: flex;
  justify-content: center;
}
.lm-search input {
  width: 100%;
  max-width: 640px;
  height: 48px;
  border-radius: 999px;
  border: 0;
  outline: none;
  padding: 0 20px;
  background: #fff;
  font-size: 16px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 10px rgba(0, 0, 0, 0.06);
}
.lm-search input::-moz-placeholder {
  color: #9aa3af;
}
.lm-search input::placeholder {
  color: #9aa3af;
}
.lm-map {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  padding: 16px;
}
.lm-map iframe {
  width: 100%;
}
.lm-actions {
  position: sticky;
  bottom: 0;
  padding: 16px;
  background: linear-gradient(180deg, rgba(242, 244, 248, 0) 0%, #f2f4f8 35%);
  display: flex;
  justify-content: center;
}
.lm-actions .pwa-section__btn::after {
  content: none;
}

@keyframes lmFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 600px) {
  .lm-sheet {
    margin: 0 auto;
    max-width: 744px;
    border-radius: 16px;
    overflow: hidden;
  }
}
/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */
.ms-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: auto !important;
  top: auto !important;
}

.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}

.ms-choice {
  display: block;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #aaa;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-color: #fff;
  height: 4rem;
  padding: 0.5rem 1rem;
}

.ms-choice.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.ms-choice > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 8px;
  height: 4rem;
  line-height: 4rem;
  font-size: 14px;
}

.ms-choice > span.placeholder {
  color: #999;
  font-size: 15px;
}

.ms-choice > div.icon-close {
  position: absolute;
  top: 0px;
  right: 16px;
  height: 100%;
  width: 16px;
}

.ms-choice > div.icon-close:before {
  content: "×";
  color: #888;
  font-weight: 500;
}

.ms-choice > div.icon-close:hover:before {
  color: #333;
}

.ms-choice > div.icon-caret {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 8px;
  margin-top: -2px;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
}

.ms-choice > div.icon-caret.open {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.ms-drop {
  width: auto;
  min-width: 100%;
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 8px 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.ms-drop.bottom {
  top: 100%;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.ms-drop.top {
  bottom: 100%;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 2px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
  box-sizing: border-box;
}

.ms-search input {
  width: 100%;
  height: auto !important;
  min-height: 24px;
  padding: 0 5px;
  margin: 0;
  outline: 0;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: none;
}

.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 0;
}

.ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static;
  padding: 0.25rem 8px;
}

.ms-drop ul > li .disabled {
  font-weight: normal !important;
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  cursor: default;
}

.ms-drop ul > li.multiple {
  display: block;
  float: left;
}

.ms-drop ul > li.group {
  clear: both;
  text-transform: uppercase;
  margin: 8px 0 4px;
}

.ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ms-drop ul > li label {
  position: relative;
  margin-bottom: 0;
  display: block;
  white-space: nowrap;
  cursor: pointer;
}

.ms-drop ul > li label.optgroup {
  font-weight: 500;
}

.ms-drop ul > li.hide-radio {
  padding: 0;
}

.ms-drop ul > li.hide-radio:focus,
.ms-drop ul > li.hide-radio:hover {
  background-color: #f8f9fa;
}

.ms-drop ul > li.hide-radio.selected {
  color: #fff;
  background-color: #007bff;
}

.ms-drop ul > li.hide-radio label {
  margin-bottom: 0;
  padding: 5px 8px;
}

.ms-drop ul > li.hide-radio input {
  display: none;
}

.ms-drop ul > li.option-level-1 label {
  padding-left: 28px;
}

.ms-drop ul > li.option-divider {
  padding: 0;
  border-top: 1px solid #e9ecef;
}

.ms-drop input[type=radio],
.ms-drop input[type=checkbox] {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.ms-drop .ms-no-results {
  display: none;
  color: red;
  text-align: center;
  font-size: 15px;
}

.ms-drop .ms-select-all {
  padding-bottom: 10px;
  margin-bottom: 8px;
  border-bottom: 1px solid #aaa;
  padding-left: 8px;
}

html,
body {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: #4d4d4d;
}

.content-holder {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 0 16px;
  margin: 0 auto;
  z-index: 2;
  box-sizing: border-box;
}
.content-holder--subpage {
  padding: 0;
}

.index {
  padding: 16px 0;
}
.index__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(243, 243, 243) 50%, rgb(237, 237, 237) 51%, rgb(255, 255, 255) 100%);
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
}
.index img {
  display: block;
  max-width: 180px;
  margin: 30px auto;
}
.index h1 {
  margin: 30px 0;
  font-size: 40px;
  color: #4d4d4d;
  text-align: center;
  position: relative;
}
.index h1::before, .index h1::after {
  content: "";
  display: block;
  width: 100px;
  margin: 0 auto;
  height: 1px;
  background: #dedede;
  margin-bottom: 30px;
}
.index h1::after {
  margin-top: 30px;
  margin-bottom: 0;
}
.index h1 span {
  display: block;
  padding-top: 8px;
  font-size: 26px;
  font-weight: 400;
  color: #4d4d4d;
}
.index ol {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 16px 0 16px;
  list-style: none;
  counter-reset: fs-counter;
}
@media only screen and (min-width: 576px) {
  .index ol {
    padding: 0;
  }
}
.index ol li {
  position: relative;
  counter-increment: fs-counter;
  width: 100%;
  max-width: 400px;
}
.index ol li:before {
  content: counter(fs-counter);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4d4d4d;
  font-weight: 600;
  position: absolute;
  font-size: 26px;
  left: -20px;
  top: 6px;
  line-height: 1;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #dedede;
  text-align: center;
  box-shadow: 1px 1px 0 #999;
  transition: ease-in-out 0.3s;
  transform: rotate(15deg);
}
.index ol li:hover:before {
  border: 1px solid #4d4d4d;
  color: #2894c8;
  transform: rotate(0deg);
}
.index ol li:hover a {
  border: 1px solid #4d4d4d;
  text-decoration: none;
  box-shadow: 1px 1px 0 #999;
}
.index ol li a {
  display: block;
  padding: 16px;
  text-align: center;
  background: #f5f5f5;
  border: 1px solid #dedede;
  border-radius: 8px;
  transition: ease-in-out 0.3s;
  text-decoration: none;
  color: #4d4d4d;
  font-size: 18px;
}

.fancybox-slide--iframe .fancybox-content {
  background: #f7f7f7;
  margin-bottom: 44px;
}

#policko_vyplneno {
  display: none;
}

html,
body,
button,
input,
textarea {
  font-family: "Rubik", sans-serif !important;
  font-weight: 400;
  color: #4d4d4d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400 !important;
}

.bootstrap-select .dropdown-menu {
  z-index: 1051 !important;
}