@charset "UTF-8";
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container, .container--small, .container--medium {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container--small, .container--medium {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container--small, .container--medium {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container--small, .container--medium {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container--small, .container--medium {
    max-width: 1280px;
  }
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

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

.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,
.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: 10px;
  padding-left: 10px;
}

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

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

.col-1 {
  flex: 0 0 8.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: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-sm-1 {
    flex: 0 0 8.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%;
  }

  .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: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-lg-1 {
    flex: 0 0 8.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%;
  }

  .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%;
  }
}
.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

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

.d-block {
  display: block;
}

.d-table {
  display: table;
}

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

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

.d-flex {
  display: flex;
}

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

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

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

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

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

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

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

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

  .d-sm-flex {
    display: flex;
  }

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

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

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

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

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

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

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

  .d-md-flex {
    display: flex;
  }

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

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

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

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

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

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

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

  .d-lg-flex {
    display: flex;
  }

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

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

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

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

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

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

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

  .d-xl-flex {
    display: flex;
  }

  .d-xl-inline-flex {
    display: inline-flex;
  }
}
@media print {
  .d-print-none {
    display: none;
  }

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

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

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

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

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

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

  .d-print-flex {
    display: flex;
  }

  .d-print-inline-flex {
    display: inline-flex;
  }
}
.flex-row {
  flex-direction: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-sm-column {
    flex-direction: column;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }

  .flex-sm-wrap {
    flex-wrap: wrap;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .flex-sm-fill {
    flex: 1 1 auto;
  }

  .flex-sm-grow-0 {
    flex-grow: 0;
  }

  .flex-sm-grow-1 {
    flex-grow: 1;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1;
  }

  .justify-content-sm-start {
    justify-content: flex-start;
  }

  .justify-content-sm-end {
    justify-content: flex-end;
  }

  .justify-content-sm-center {
    justify-content: center;
  }

  .justify-content-sm-between {
    justify-content: space-between;
  }

  .justify-content-sm-around {
    justify-content: space-around;
  }

  .align-items-sm-start {
    align-items: flex-start;
  }

  .align-items-sm-end {
    align-items: flex-end;
  }

  .align-items-sm-center {
    align-items: center;
  }

  .align-items-sm-baseline {
    align-items: baseline;
  }

  .align-items-sm-stretch {
    align-items: stretch;
  }

  .align-content-sm-start {
    align-content: flex-start;
  }

  .align-content-sm-end {
    align-content: flex-end;
  }

  .align-content-sm-center {
    align-content: center;
  }

  .align-content-sm-between {
    align-content: space-between;
  }

  .align-content-sm-around {
    align-content: space-around;
  }

  .align-content-sm-stretch {
    align-content: stretch;
  }

  .align-self-sm-auto {
    align-self: auto;
  }

  .align-self-sm-start {
    align-self: flex-start;
  }

  .align-self-sm-end {
    align-self: flex-end;
  }

  .align-self-sm-center {
    align-self: center;
  }

  .align-self-sm-baseline {
    align-self: baseline;
  }

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

  .flex-md-column {
    flex-direction: column;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }

  .flex-md-wrap {
    flex-wrap: wrap;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .flex-md-fill {
    flex: 1 1 auto;
  }

  .flex-md-grow-0 {
    flex-grow: 0;
  }

  .flex-md-grow-1 {
    flex-grow: 1;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1;
  }

  .justify-content-md-start {
    justify-content: flex-start;
  }

  .justify-content-md-end {
    justify-content: flex-end;
  }

  .justify-content-md-center {
    justify-content: center;
  }

  .justify-content-md-between {
    justify-content: space-between;
  }

  .justify-content-md-around {
    justify-content: space-around;
  }

  .align-items-md-start {
    align-items: flex-start;
  }

  .align-items-md-end {
    align-items: flex-end;
  }

  .align-items-md-center {
    align-items: center;
  }

  .align-items-md-baseline {
    align-items: baseline;
  }

  .align-items-md-stretch {
    align-items: stretch;
  }

  .align-content-md-start {
    align-content: flex-start;
  }

  .align-content-md-end {
    align-content: flex-end;
  }

  .align-content-md-center {
    align-content: center;
  }

  .align-content-md-between {
    align-content: space-between;
  }

  .align-content-md-around {
    align-content: space-around;
  }

  .align-content-md-stretch {
    align-content: stretch;
  }

  .align-self-md-auto {
    align-self: auto;
  }

  .align-self-md-start {
    align-self: flex-start;
  }

  .align-self-md-end {
    align-self: flex-end;
  }

  .align-self-md-center {
    align-self: center;
  }

  .align-self-md-baseline {
    align-self: baseline;
  }

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

  .flex-lg-column {
    flex-direction: column;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }

  .flex-lg-wrap {
    flex-wrap: wrap;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .flex-lg-fill {
    flex: 1 1 auto;
  }

  .flex-lg-grow-0 {
    flex-grow: 0;
  }

  .flex-lg-grow-1 {
    flex-grow: 1;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1;
  }

  .justify-content-lg-start {
    justify-content: flex-start;
  }

  .justify-content-lg-end {
    justify-content: flex-end;
  }

  .justify-content-lg-center {
    justify-content: center;
  }

  .justify-content-lg-between {
    justify-content: space-between;
  }

  .justify-content-lg-around {
    justify-content: space-around;
  }

  .align-items-lg-start {
    align-items: flex-start;
  }

  .align-items-lg-end {
    align-items: flex-end;
  }

  .align-items-lg-center {
    align-items: center;
  }

  .align-items-lg-baseline {
    align-items: baseline;
  }

  .align-items-lg-stretch {
    align-items: stretch;
  }

  .align-content-lg-start {
    align-content: flex-start;
  }

  .align-content-lg-end {
    align-content: flex-end;
  }

  .align-content-lg-center {
    align-content: center;
  }

  .align-content-lg-between {
    align-content: space-between;
  }

  .align-content-lg-around {
    align-content: space-around;
  }

  .align-content-lg-stretch {
    align-content: stretch;
  }

  .align-self-lg-auto {
    align-self: auto;
  }

  .align-self-lg-start {
    align-self: flex-start;
  }

  .align-self-lg-end {
    align-self: flex-end;
  }

  .align-self-lg-center {
    align-self: center;
  }

  .align-self-lg-baseline {
    align-self: baseline;
  }

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

  .flex-xl-column {
    flex-direction: column;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }

  .flex-xl-wrap {
    flex-wrap: wrap;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .flex-xl-fill {
    flex: 1 1 auto;
  }

  .flex-xl-grow-0 {
    flex-grow: 0;
  }

  .flex-xl-grow-1 {
    flex-grow: 1;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1;
  }

  .justify-content-xl-start {
    justify-content: flex-start;
  }

  .justify-content-xl-end {
    justify-content: flex-end;
  }

  .justify-content-xl-center {
    justify-content: center;
  }

  .justify-content-xl-between {
    justify-content: space-between;
  }

  .justify-content-xl-around {
    justify-content: space-around;
  }

  .align-items-xl-start {
    align-items: flex-start;
  }

  .align-items-xl-end {
    align-items: flex-end;
  }

  .align-items-xl-center {
    align-items: center;
  }

  .align-items-xl-baseline {
    align-items: baseline;
  }

  .align-items-xl-stretch {
    align-items: stretch;
  }

  .align-content-xl-start {
    align-content: flex-start;
  }

  .align-content-xl-end {
    align-content: flex-end;
  }

  .align-content-xl-center {
    align-content: center;
  }

  .align-content-xl-between {
    align-content: space-between;
  }

  .align-content-xl-around {
    align-content: space-around;
  }

  .align-content-xl-stretch {
    align-content: stretch;
  }

  .align-self-xl-auto {
    align-self: auto;
  }

  .align-self-xl-start {
    align-self: flex-start;
  }

  .align-self-xl-end {
    align-self: flex-end;
  }

  .align-self-xl-center {
    align-self: center;
  }

  .align-self-xl-baseline {
    align-self: baseline;
  }

  .align-self-xl-stretch {
    align-self: stretch;
  }
}
.m-0 {
  margin: 0;
}

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

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

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

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

.m-1 {
  margin: 0.25rem;
}

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

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

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

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

.m-2 {
  margin: 0.5rem;
}

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

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

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

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

.m-3 {
  margin: 1rem;
}

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

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

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

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

.m-4 {
  margin: 1.5rem;
}

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

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

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

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

.m-5 {
  margin: 3rem;
}

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

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

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

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

.p-0 {
  padding: 0;
}

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

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

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

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

.p-1 {
  padding: 0.25rem;
}

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

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

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

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

.p-2 {
  padding: 0.5rem;
}

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

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

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

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

.p-3 {
  padding: 1rem;
}

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

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

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

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

.p-4 {
  padding: 1.5rem;
}

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

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

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

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

.p-5 {
  padding: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-lg-n5 {
    margin: -3rem;
  }

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

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

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

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

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0;
  }

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

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

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

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

  .m-xl-1 {
    margin: 0.25rem;
  }

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

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

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

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

  .m-xl-2 {
    margin: 0.5rem;
  }

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

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

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

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

  .m-xl-3 {
    margin: 1rem;
  }

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

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

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

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

  .m-xl-4 {
    margin: 1.5rem;
  }

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

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

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

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

  .m-xl-5 {
    margin: 3rem;
  }

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

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

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

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

  .p-xl-0 {
    padding: 0;
  }

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

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

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

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

  .p-xl-1 {
    padding: 0.25rem;
  }

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

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

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

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

  .p-xl-2 {
    padding: 0.5rem;
  }

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

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

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

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

  .p-xl-3 {
    padding: 1rem;
  }

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

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

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

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

  .p-xl-4 {
    padding: 1.5rem;
  }

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

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

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

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

  .p-xl-5 {
    padding: 3rem;
  }

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

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

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

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

  .m-xl-n1 {
    margin: -0.25rem;
  }

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

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

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

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

  .m-xl-n2 {
    margin: -0.5rem;
  }

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

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

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

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

  .m-xl-n3 {
    margin: -1rem;
  }

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

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

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

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

  .m-xl-n4 {
    margin: -1.5rem;
  }

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

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

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

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

  .m-xl-n5 {
    margin: -3rem;
  }

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

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

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

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

  .m-xl-auto {
    margin: auto;
  }

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto;
  }
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, img {
  display: block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

.row:before, .row:after {
  width: 0;
}

hr {
  border: 0;
  margin: 0;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

template {
  display: none;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .hidden-xs, .hidden-sm {
    display: none;
  }
}

.visible-xs {
  display: none;
}
@media screen and (max-width: 767px) {
  .visible-xs {
    display: block;
  }
}

.slickArrow, .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  font-size: 0;
  border: none;
  transition: all 0.4s ease;
  cursor: pointer;
  outline: none;
  background: transparent;
  color: #FFFFFF;
  width: 23px;
  height: 50px;
}
.slickArrow:hover, .slick-arrow:hover {
  color: #FFD500;
}
.slickArrow i, .slick-arrow i {
  font-size: 50px;
}
.slickArrow.slick-prev, .slick-prev.slick-arrow {
  left: 30px;
}
.slickArrow.slick-next, .slick-next.slick-arrow {
  right: 30px;
}

.textWithPhoto {
  padding: 70px 0;
}
@media screen and (max-width: 991px) {
  .textWithPhoto {
    padding: 40px 0;
  }
}
.textWithPhoto .bgCover {
  height: 100%;
  border-radius: 0 40px 0 40px;
}
@media screen and (max-width: 991px) {
  .textWithPhoto .bgCover {
    height: 400px;
    width: auto;
    margin-bottom: 40px;
  }
}
.textWithPhoto .row {
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .textWithPhoto .row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.textWithPhoto img {
  max-width: 100%;
  max-height: 500px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .textWithPhoto img {
    margin-bottom: 40px;
  }
}
.textWithPhoto img.border-radius {
  border-radius: 0 40px 0 40px;
}
.textWithPhoto img.height-limit {
  max-height: 450px;
}
@media screen and (max-width: 991px) {
  .textWithPhoto img.height-limit {
    max-height: 320px;
  }
}
.textWithPhoto .space-left {
  padding-left: 40px;
}
@media screen and (min-width: 992px) {
  .textWithPhoto.reverse .row > :last-child {
    order: -1;
  }
}

.e-linkCard {
  text-decoration: none;
  color: #1D1D1B;
}
@media screen and (min-width: 992px) {
  .e-linkCard:hover img {
    transform: scale(1.06);
  }
}
.e-linkCard picture {
  border-radius: 0 25px 0 25px;
  overflow: hidden;
}
.e-linkCard img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
  transform: scale(1);
}
.e-linkCard__data {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .e-linkCard__data {
    margin-top: 14px;
  }
}
.e-linkCard__data time {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: rgba(29, 29, 27, 0.6);
}
@media screen and (max-width: 767px) {
  .e-linkCard__data time {
    font-size: 15px;
    line-height: 21px;
  }
}
.e-linkCard__title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin: 7px 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .e-linkCard__title {
    font-size: 18px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .e-linkCard__title {
    font-size: 20px;
    line-height: 28px;
  }
}

.c-listing__view {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.c-listing__view li {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-listing__view li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-listing__view li:last-of-type {
    margin-bottom: 0;
  }
}
.c-listing--related {
  background-color: #F2F2F2;
  padding: 30px 0 65px;
}
@media screen and (max-width: 767px) {
  .c-listing--related {
    padding-bottom: 20px;
  }
}
.c-listing--related .sectionTitle, .c-listing--related .sectionTitle--center, .c-listing--related .pageTitle {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 38px;
}
@media screen and (min-width: 768px) {
  .c-listing--related .c-listing__view li {
    margin-bottom: 0;
  }
}
.c-listing--related + .mainFooter {
  margin-top: 0;
}
.c-listing--related .slick-slide {
  max-width: 75vw;
}

.c-gallery {
  margin-top: 30px;
}
.c-gallery__view {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  column-gap: 10px;
  row-gap: 10px;
}
@media screen and (min-width: 601px) {
  .c-gallery__view {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .c-gallery__view {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 400px) {
  .c-gallery__view {
    grid-template-columns: 1fr;
  }
}
.c-gallery__photo {
  overflow: hidden;
  display: block;
  position: relative;
}
@media screen and (min-width: 992px) {
  .c-gallery__photo:hover img {
    transform: scale(1.06);
  }
}
.c-gallery__photo > span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.c-gallery img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
  transform: scale(1);
}

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

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.fancybox-content {
  padding: 0 !important;
}
.fancybox-content img {
  display: block !important;
}

.container--medium {
  max-width: 980px;
}

.container--small {
  max-width: 860px;
}

@media screen and (max-width: 991px) {
  .container, .container--medium, .container--small {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .container .row, .container--medium .row, .container--small .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .container .row > [class*=col-], .container--medium .row > [class*=col-], .container--small .row > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .container, .container--medium, .container--small {
    max-width: 100%;
  }
}

.embed-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .embed-container {
    padding-bottom: 75%;
  }
}
.embed-container iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
}

picture, img {
  display: block;
}

figure {
  margin: 0;
}
figure img {
  max-width: 100%;
  height: auto;
}
figure figcaption {
  display: block;
  text-align: center;
  font-weight: 300;
  margin-top: 10px;
}

[class^=icon-]:before, [class*=" icon-"]:before {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
}

h2 {
  font-size: 30px;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

.pageBox {
  padding: 70px 0;
}

.breadcrumb {
  margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
  .breadcrumb {
    max-width: 860px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb {
    margin-bottom: 20px;
  }
}
.breadcrumb img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .breadcrumb img {
    display: none;
  }
}
.breadcrumb .listBreadcrumbs {
  margin: 20px 0 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}
@media screen and (max-width: 767px) {
  .breadcrumb .listBreadcrumbs {
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
}
.breadcrumb .listBreadcrumbs li {
  white-space: nowrap;
}
.breadcrumb a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #1D1D1B;
  text-decoration: none;
  position: relative;
  transition: all 0.4s ease;
}
.breadcrumb a:hover:after {
  width: 100%;
}
.breadcrumb a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #FFD500;
  transition: all 0.4s ease;
}
.breadcrumb li:not(:last-of-type) a {
  margin-right: 28px;
}
.breadcrumb li:not(:last-of-type) a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFD500;
}
.breadcrumb li:last-of-type a {
  font-weight: 500;
}

.boxGoMapPlaces .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.boxGoMapPlaces .mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}

.bgCover {
  background: center no-repeat;
  background-size: cover;
}

.sectionTitle, .sectionTitle--center, .pageTitle {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 25px;
}
@media screen and (max-width: 991px) {
  .sectionTitle, .sectionTitle--center, .pageTitle {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .sectionTitle, .sectionTitle--center, .pageTitle {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sectionTitle, .sectionTitle--center, .pageTitle {
    font-size: 40px;
    line-height: 50px;
  }
}
.sectionTitle--center, .pageTitle {
  text-align: center;
}

.descBox {
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 991px) {
  .descBox {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .descBox {
    font-size: 17px;
    line-height: 27px;
  }
}
.descBox p {
  margin: 15px 0;
}
.descBox p:last-of-type {
  margin-bottom: 0;
}

.btn, .btn--arrow {
  display: block;
  max-width: 440px;
  background-color: #FFD500;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: #1D1D1B;
  text-transform: uppercase;
  margin: 35px auto 0;
  padding: 22px 10px;
  transition: all 0.4s ease;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn, .btn--arrow {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 12px;
  }
}
@media screen and (min-width: 992px) {
  .btn:hover, .btn--arrow:hover {
    background-color: #d6b300;
  }
}
a.btn, a.btn--arrow {
  text-decoration: none;
}

button.btn, button.btn--arrow {
  border: none;
  cursor: pointer;
}

.pageHero {
  margin-bottom: 70px;
}
.pageHero .photoSlider {
  height: 70vw;
  max-height: 550px;
}
.pageHero .bgCover {
  outline: none;
}
.pageHero .slick-list, .pageHero .slick-track, .pageHero .bgCover {
  height: 100%;
}
.pageHero .slick-dots {
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none;
}
.pageHero .slick-dots li {
  margin: 0 5px;
}
.pageHero .slick-dots li.slick-active button {
  background-color: #FFD500;
}
.pageHero .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000000;
  font-size: 0;
  border: none;
  display: block;
  outline: none;
  padding: 0;
  transition: all 0.4s ease;
  cursor: pointer;
}
.pageContact {
  margin-top: 50px;
}
.pageContact .bgCover {
  height: 14vw;
  min-height: 180px;
}
@media screen and (max-width: 767px) {
  .pageContact .formBox {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pageContact .formBox:last-of-type {
    order: -1;
  }
}
.pageContact .contactBox__data {
  line-height: 22px;
}
@media screen and (min-width: 992px) {
  .pageContact .contactBox__data {
    margin-top: 90px;
  }
}
@media screen and (max-width: 991px) {
  .pageContact .contactBox__data {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pageContact .contactBox__data {
    margin-bottom: 30px;
  }
}
.pageContact .contactBox__data .sectionTitle, .pageContact .contactBox__data .sectionTitle--center, .pageContact .contactBox__data .pageTitle {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .pageContact .contactBox__data .sectionTitle, .pageContact .contactBox__data .sectionTitle--center, .pageContact .contactBox__data .pageTitle {
    text-align: left;
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pageContact .contactBox__data .sectionTitle, .pageContact .contactBox__data .sectionTitle--center, .pageContact .contactBox__data .pageTitle {
    text-align: left;
  }
}
.pageContact .contactBox__data .txtBoxTitle {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin: 20px 0;
}
.pageContact .contactBox__data ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.pageContact .contactBox__data a {
  color: #1D1D1B;
  text-decoration: none;
  transition: all 0.4s ease;
}
.pageContact .contactBox__data a:hover {
  color: #FFD500;
}
.pageContact .contactBox__data address {
  font-style: normal;
}
.pageContact .contactBox__form {
  background-color: #F2F2F2;
}
@media screen and (min-width: 992px) {
  .pageContact .contactBox__form {
    margin-top: -10vw;
  }
}
@media screen and (max-width: 991px) {
  .pageContact .contactBox__form {
    margin-top: -55px;
  }
}
.pageContact .contactBox__form header {
  background-color: #000000;
  color: #FFFFFF;
  padding: 15px 45px;
}
.pageContact .contactBox__form header .form__title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  margin: 0 0 8px;
}
.pageContact .contactBox__form header p {
  margin: 0;
  padding-left: 40px;
  position: relative;
}
.pageContact .contactBox__form header p:before {
  font-family: "fontello";
  content: "";
  color: #FFD500;
  font-size: 29px;
  position: absolute;
  left: 3px;
  top: 2px;
}
.pageContact .form__content {
  padding: 25px 27px;
}
.pageContact .form__content .btn, .pageContact .form__content .btn--arrow {
  width: 80%;
}
.pageContact .form__fieldBox {
  position: relative;
  background-color: #FFFFFF;
  display: flex;
  margin-bottom: 18px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.01);
}
.pageContact .form__fieldBox.error {
  border: 1px solid #c11b1b;
  background-color: rgba(193, 27, 27, 0.3);
}
.pageContact .form__fieldBox.error input::-webkit-input-placeholder, .pageContact .form__fieldBox.error textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1D1D1B;
}
.pageContact .form__fieldBox.error input::-moz-placeholder, .pageContact .form__fieldBox.error textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #1D1D1B;
}
.pageContact .form__fieldBox.error input:-ms-input-placeholder, .pageContact .form__fieldBox.error textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #1D1D1B;
}
.pageContact .form__fieldBox.error input:-moz-placeholder, .pageContact .form__fieldBox.error textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #1D1D1B;
}
.pageContact .form__fieldBox label:not([for=message]) {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageContact .form__fieldBox i {
  font-size: 24px;
  color: #F0F0F6;
}
.pageContact .form__fieldBox input, .pageContact .form__fieldBox textarea {
  border: none;
  background: transparent;
  font-size: 18px;
  line-height: 24px;
  color: #1D1D1B;
  font-family: "Montserrat";
  display: block;
  flex: 1;
}
.pageContact .form__fieldBox input::-webkit-input-placeholder, .pageContact .form__fieldBox textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #C5C5CF;
}
.pageContact .form__fieldBox input::-moz-placeholder, .pageContact .form__fieldBox textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #C5C5CF;
}
.pageContact .form__fieldBox input:-ms-input-placeholder, .pageContact .form__fieldBox textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #C5C5CF;
}
.pageContact .form__fieldBox input:-moz-placeholder, .pageContact .form__fieldBox textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #C5C5CF;
}
.pageContact .form__fieldBox textarea {
  resize: none;
  height: 300px;
  padding: 14px 17px;
}
.pageContact .txtRequired {
  font-size: 12px;
  line-height: 16px;
  display: block;
  margin: -10px 0 20px 0;
}
.pageContact .lnkRodo {
  font-size: 14px;
  line-height: 18px;
  color: #1D1D1B;
  transition: all 0.4s ease;
  margin-left: 0;
}
.pageContact .lnkRodo:hover {
  margin-left: 8px;
}

#rodoInformation {
  display: none;
  width: 80vw;
  max-width: 700px;
  padding: 30px !important;
}

.searchEngine {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transform: scale(0.8);
  transition: all 0.4s ease;
}
.searchEngine.open {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 10001;
}
.searchEngine__top {
  background-color: #FFD500;
  height: 70vh;
  padding: 38px 0;
}
@media screen and (max-width: 991px) {
  .searchEngine__top {
    padding-bottom: 0;
    height: 100vh;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .searchEngine__top {
    height: 65vh;
  }
}
.searchEngine__top .container, .searchEngine__top .container--medium, .searchEngine__top .container--small {
  max-width: 800px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.searchEngine__top .searchWrapper {
  width: 100%;
  max-width: initial;
  margin-left: auto;
  margin-right: auto;
  height: 60px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .searchEngine__top .searchWrapper {
    max-width: 80%;
  }
}
.searchEngine__top .searchResultContainer {
  padding: 15px 25px 0;
  height: calc(100% - 60px);
}
@media screen and (max-width: 767px) {
  .searchEngine__top .searchResultContainer {
    height: calc(100% - 50px);
    padding: 15px 0 0;
  }
}
.searchEngine__top .searchResultContainer__amount {
  display: block;
  height: 40px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .searchEngine__top .searchResultContainer__amount {
    position: absolute;
    top: 30px;
    padding-left: 25px;
  }
}
.searchEngine__top .searchResultContainer__amount em {
  font-weight: 500;
  font-style: normal;
}
.searchEngine__top .scrollWrapperBox {
  height: calc(100% - 40px);
}
@media screen and (max-width: 767px) {
  .searchEngine__top .scrollWrapperBox {
    height: calc(100% - 50px);
  }
}
.searchEngine__top .resultList {
  height: 100%;
}
.searchEngine__top .resultList li {
  margin-bottom: 8px;
  padding-left: 16px;
  position: relative;
}
.searchEngine__top .resultList li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FFD500;
  position: absolute;
  top: 9px;
  left: 0;
}
.searchEngine__top .resultList .lnkResult {
  line-height: 24px;
  font-weight: 300;
  color: #CCD3EC;
  text-decoration: none;
  transition: all 0.4s ease;
  position: relative;
}
@media screen and (min-width: 992px) {
  .searchEngine__top .resultList .lnkResult:hover, .searchEngine__top .resultList .lnkResult:focus {
    color: #fff;
  }
  .searchEngine__top .resultList .lnkResult:hover:after, .searchEngine__top .resultList .lnkResult:focus:after {
    margin-left: 10px;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .searchEngine__top .resultList .lnkResult:after {
    font-family: "fontello";
    content: "";
    color: #FFFFFF;
    font-size: 10px;
    transition: all 0.4s ease;
    opacity: 0;
    margin-left: 3px;
    position: relative;
    top: -1px;
  }
}
.searchEngine__top .txtNoResult {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #FFFFFF;
  text-align: center;
}
.searchEngine__top .txtNoResult em {
  font-style: normal;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .searchEngine__bottom {
    background-color: #FFFFFF;
    height: 30vh;
    max-height: 360px;
    padding: 3vh 0;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .searchEngine__bottom {
    height: 35vh;
  }
}
@media screen and (max-width: 991px) {
  .searchEngine__bottom {
    display: none;
  }
}
.searchEngine .bottom__title {
  display: block;
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
}
.searchEngine .bottom__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 3vh;
  row-gap: 2vh;
  align-items: center;
}
.searchEngine .bottom__list a {
  text-decoration: none;
  color: #1D1D1B;
  transition: all 0.4s ease;
  max-width: 90%;
  line-height: 1.7vh;
  display: flex;
  align-items: center;
  outline: none;
}
.searchEngine .bottom__list a:focus {
  border: 2px solid #121030;
  border-radius: 3px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .searchEngine .bottom__list a {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .searchEngine .bottom__list a:hover {
    color: #FFD500;
  }
  .searchEngine .bottom__list a:hover i {
    left: -6px;
  }
}
.searchEngine .bottom__list a i {
  font-size: 25px;
  color: #121030;
  margin-right: 10px;
  position: relative;
  left: 0;
  transition: all 0.4s ease;
}

.searchWrapper {
  background-color: #FFFFFF;
  padding: 10px 11px 10px 25px;
  margin: 40px auto 0;
  border-radius: 33px;
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 992px) {
  .searchWrapper {
    max-width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .searchWrapper {
    width: 116%;
    margin-left: -8%;
  }
}
.searchWrapper i {
  font-size: 25px;
  line-height: 25px;
  color: #FFD500;
  width: 25px;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .searchWrapper i {
    font-size: 20px;
    line-height: 20px;
    color: #FFD500;
    width: 20px;
  }
}
.searchWrapper input {
  background-color: transparent;
  border: none;
  flex: 1;
  margin: 0 10px 0 3px;
  padding: 10px;
  height: 40px;
  font-size: 22px;
  line-height: 26px;
  color: #1D1D1B;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.searchWrapper input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1D1D1B;
}
.searchWrapper input::-moz-placeholder {
  /* Firefox 19+ */
  color: #1D1D1B;
}
.searchWrapper input:-ms-input-placeholder {
  /* IE 10+ */
  color: #1D1D1B;
}
.searchWrapper input:-moz-placeholder {
  /* Firefox 18- */
  color: #1D1D1B;
}
@media screen and (max-width: 767px) {
  .searchWrapper input {
    font-size: 16px;
    line-height: 20px;
  }
}
.searchWrapper .btn, .searchWrapper .btn--arrow {
  width: 115px;
}
.searchWrapper.error {
  background-color: red;
}
.searchWrapper.error i {
  color: #FFFFFF;
}
.searchWrapper.error input {
  color: #FFFFFF;
}
.searchWrapper.error input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFFFFF;
}
.searchWrapper.error input::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFFFFF;
}
.searchWrapper.error input:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFFFFF;
}
.searchWrapper.error input:-moz-placeholder {
  /* Firefox 18- */
  color: #FFFFFF;
}

#buttonClose {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  width: 45px;
  height: 45px;
  background-color: #00376A;
  border-radius: 10px;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  #buttonClose {
    width: 40px;
    height: 40px;
    top: 6px;
    right: 5px;
    line-height: 40px;
    border-radius: 3px;
  }
}
@media screen and (min-width: 992px) {
  #buttonClose:hover {
    background-color: #ccaa00;
  }
}
#buttonClose:after {
  font-family: "fontello";
  content: "";
  color: #FFFFFF;
  font-size: 26px;
  position: relative;
  right: -1px;
}
@media screen and (max-width: 991px) {
  #buttonClose:after {
    font-size: 18px;
  }
}

#searchBtn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  outline: none;
  background-color: #FFD500;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  right: 0;
  border: none;
  cursor: pointer;
}
#searchBtn:focus {
  border: 2px solid #121030;
  border-radius: 3px;
}
#searchBtn:after {
  font-family: "fontello";
  content: "";
  color: #FFFFFF;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  #searchBtn {
    position: fixed;
    left: 10px;
  }
}

.searchEngineBoxWrapper .searchEngineBox {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}
.searchEngineBoxWrapper .searchEngineBox .boxTitle {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .searchEngineBoxWrapper .searchEngineBox .boxTitle {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
  }
}
.searchEngineBoxWrapper .searchEngineBox .boxContent {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.searchEngineBoxWrapper .searchEngineBox .searchEngineLinkList {
  list-style: none;
  padding: 0;
}
.searchEngineBoxWrapper .searchEngineBox .searchEngineLinkList li {
  margin-bottom: 10px;
}
.searchEngineBoxWrapper .searchEngineBox .searchEngineLinkList li:last-of-type {
  margin-bottom: 0;
}
.searchEngineBoxWrapper .searchEngineBox .searchEngineLinkList li a {
  font-size: 15px;
  position: relative;
  left: 0;
  transition: all 0.4s ease;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .searchEngineBoxWrapper .searchEngineBox .searchEngineLinkList li a {
    font-size: 14px;
  }
}
.searchEngineBoxWrapper .searchEngineBox .searchEngineLinkList li a:hover, .searchEngineBoxWrapper .searchEngineBox .searchEngineLinkList li a:focus {
  left: 10px;
}
.searchEngineBoxWrapper .searchEngineBox .seeMore {
  font-weight: 600;
}
.searchEngineBoxWrapper .searchEngineBox .seeMore i {
  font-size: 9px;
  margin-left: 5px;
  transition: all 0.4s ease;
  position: relative;
  left: 0;
}
.searchEngineBoxWrapper .searchEngineBox .seeMore:hover i, .searchEngineBoxWrapper .searchEngineBox .seeMore:focus i {
  left: 10px;
}
.searchEngineBoxWrapper a {
  display: block;
  text-decoration: none;
  color: #1D1D1B;
}
.searchEngineBoxWrapper a:hover, .searchEngineBoxWrapper a:focus {
  text-decoration: underline;
}
.searchEngineBoxWrapper a:focus {
  outline: solid #FFD500 2px;
  outline-offset: 4px;
}

html {
  overflow-x: hidden;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 991px) {
  html {
    padding-top: 58px;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #1D1D1B;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mainHeader {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .mainHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
  }
}
.mainHeader .mainHeader__topBar {
  height: 50px;
  background-color: #161f28;
  color: #94a1ac;
  padding: 0 20px;
  text-align: center;
  position: relative;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (max-width: 991px) {
  .mainHeader .mainHeader__topBar {
    padding: 0 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.mainHeader .mainHeader__topBar .topBar__wroclawpl {
  color: #94a1ac;
  text-decoration: none;
}
.mainHeader .mainHeader__topBar .topBar__wroclawpl img {
  margin-right: 10px;
}
.mainHeader .mainHeader__topBar .topBar__wroclawpl .topBar__wroclawpl__txt {
  color: #fff;
  font-weight: 700;
  margin-right: 15px;
  padding-right: 16px;
  border-right: 1px solid #94a1ac;
  line-height: 0.875rem;
}
@media screen and (max-width: 767px) {
  .mainHeader .mainHeader__topBar .topBar__wroclawpl .topBar__wroclawpl__txt {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .mainHeader .mainHeader__topBar .topBar__wroclawpl span:not(.topBar__wroclawpl__txt) {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mainHeader .mainHeader__topBar .topBar__wroclawpl span:not(.topBar__wroclawpl__txt) {
    display: none;
  }
}
.mainHeader .mainHeader__topBar .topBar__info {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.mainHeader .mainHeader__topBar .topBar__info a {
  color: #94a1ac;
  text-decoration: none;
  transition: all 0.4s ease;
}
.mainHeader .mainHeader__topBar .topBar__info a:hover {
  color: #fff;
}
.mainHeader .mainHeader__topBar .topBar__tools ul {
  list-style: none;
  margin: 0;
  padding: 3px 0;
  border-left: 1px solid #94a1ac;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .mainHeader .mainHeader__topBar .topBar__tools ul {
    padding-right: 0;
  }
}
.mainHeader .mainHeader__topBar .topBar__tools ul:first-of-type {
  border-left: none;
}
.mainHeader .mainHeader__topBar .topBar__tools ul .lnkEU {
  display: block;
}
@media screen and (min-width: 768px) {
  .mainHeader .mainHeader__topBar .topBar__tools ul .lnkEU {
    transition: all 0.4s ease;
    position: relative;
    left: 0;
  }
  .mainHeader .mainHeader__topBar .topBar__tools ul .lnkEU:hover {
    left: -8px;
  }
}
.mainHeader .mainHeader__topBar .topBar__tools .topBar__tools__bip {
  /*        border-left: 1px solid $header-tools-color;*/
  padding: 3px 0 3px 12px;
  margin-left: 30px;
}
@media screen and (max-width: 991px) {
  .mainHeader .mainHeader__topBar .topBar__tools .topBar__tools__bip {
    margin-left: 15px;
  }
}
.mainHeader .mainHeader__topBar .topBar__tools a {
  color: #94a1ac;
  text-decoration: none;
  transition: all 0.4s ease;
}
.mainHeader .mainHeader__topBar .topBar__tools a:hover {
  color: #fff;
}
.mainHeader .moreOptions {
  position: relative;
}
.mainHeader .moreOptions.hover .moreOptions__lnk {
  color: #FFD500;
}
.mainHeader .moreOptions.hover .moreOptions__lnk i {
  transform: rotate(180deg);
}
.mainHeader .moreOptions__lnk {
  position: relative;
  display: none !important;
}
@media screen and (min-width: 992px) {
  .mainHeader .moreOptions__lnk {
    padding-right: 30px !important;
    display: block !important;
  }
}
.mainHeader .moreOptions__lnk i {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  margin-top: -5px;
  font-size: 10px;
  transition: all 0.4s ease;
  transform: rotate(0deg);
}
.mainHeader .moreOptions__menu {
  position: absolute;
  right: 0;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 992px) {
  .mainHeader .moreOptions__menu {
    display: none;
  }
}
.mainHeader .moreOptions__menu li {
  margin: 0 !important;
}
.mainHeader .moreOptions__menu a {
  white-space: nowrap;
  padding: 19px 25px !important;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .mainHeader .moreOptions__menu a {
    padding: 15px !important;
  }
}
@media screen and (max-width: 991px) {
  .mainHeader .mainHeader__bottomBar .container, .mainHeader .mainHeader__bottomBar .container--medium, .mainHeader .mainHeader__bottomBar .container--small {
    height: 100%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .mainHeader .mainHeader__bottomBar {
    height: 65px;
  }
}
.mainHeader .mainHeader__bottomBar .bottomBar__top {
  position: relative;
  text-align: center;
  height: 110px;
  padding-bottom: 18px;
}
@media screen and (max-width: 991px) {
  .mainHeader .mainHeader__bottomBar .bottomBar__top {
    height: 100%;
    padding: 6px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.mainHeader .mainHeader__bottomBar .bottomBar__top .bottomBar__logo {
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .mainHeader .mainHeader__bottomBar .bottomBar__top .bottomBar__logo {
    position: static;
    transform: translate(0, 0);
  }
}
.mainHeader .mainHeader__bottomBar .bottomBar__top .bottomBar__logo img {
  height: auto;
}
@media screen and (max-width: 991px) {
  .mainHeader .mainHeader__bottomBar .bottomBar__top .bottomBar__logo img {
    max-width: 144px;
  }
}
.mainHeader .mainHeader__bottomBar .bottomBar__top .bottomBar__tools {
  float: right;
  margin: 0;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .mainHeader .mainHeader__bottomBar .bottomBar__top .bottomBar__tools {
    height: initial;
  }
}
.mainHeader .mainHeader__bottomBar .bottomBar__top .bottomBar__tools li:not(:first-of-type) {
  margin-left: 25px;
}
.mainHeader .mainHeader__bottomBar .bottomBar__box {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .mainHeader .mainHeader__bottomBar .bottomBar__box {
    display: flex;
    align-items: center;
    height: initial;
  }
}
.mainHeader .mainHeader__bottomBar .bottomBar__user {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .mainHeader .mainHeader__bottomBar .bottomBar__user {
    font-size: 26px;
  }
}
.mainHeader .mainHeader__bottomBar .bottomBar__tools__search a {
  color: #FFD500;
  font-size: 1.25rem;
}
.mainHeader .mainHeader__bottomBar .bottomBar__tools__lang {
  position: relative;
}
.mainHeader .mainHeader__bottomBar .bottomBar__tools__lang select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.125rem;
  color: #283747;
  padding-right: 6px;
  background-color: transparent;
}
.mainHeader .mainHeader__bottomBar .bottomBar__tools__lang select option {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.125rem;
  color: #283747;
}
.mainHeader .mainHeader__bottomBar .bottomBar__tools__lang i {
  position: relative;
  top: 1px;
  right: 0;
  color: #FFD500;
  font-size: 21px;
}
.mainHeader .mainHeader__bottomBar .bottomBar__main {
  border-top: 1px solid #FFD500;
  position: relative;
}
@media screen and (max-width: 991px) {
  .mainHeader .mainHeader__bottomBar .bottomBar__main {
    margin-top: 0;
    border-top: 0;
  }
}
.mainHeader .mainHeader__bottomBar .bottomBar__main .container__content {
  position: relative;
}
.mainHeader .mainHeader__bottomBar .bottomBar__main .bottomBar__menu {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 991px) {
  .mainHeader .mainHeader__bottomBar .bottomBar__main .bottomBar__menu {
    height: initial;
    left: auto;
    right: 0;
    top: -45px;
  }
}
.mainHeader .mainHeader__bottomBar .bottomBar__main .bottomBar__menu .menu__lnk {
  color: #000;
  text-decoration: none;
}
.mainHeader .mainHeader__bottomBar .bottomBar__main .bottomBar__menu .menu__lnk__hamburger {
  width: 30px;
  height: 20px;
  position: relative;
}
.mainHeader .mainHeader__bottomBar .bottomBar__main .bottomBar__menu .menu__lnk__hamburger span {
  background-color: #FFD500;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
}
.mainHeader .mainHeader__bottomBar .bottomBar__main .bottomBar__menu .menu__lnk__hamburger span:first-of-type {
  top: 0;
}
.mainHeader .mainHeader__bottomBar .bottomBar__main .bottomBar__menu .menu__lnk__hamburger span:nth-of-type(2) {
  top: 8px;
}
.mainHeader .mainHeader__bottomBar .bottomBar__main .bottomBar__menu .menu__lnk__hamburger span:last-of-type {
  bottom: 0;
}
.mainHeader .mainHeader__bottomBar .bottomBar__main .bottomBar__menu .menu__lnk__title {
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-left: 12px;
  font-weight: 500;
}
.mainHeader .mainHeader__bottomBar .bottomBar__main.sticky {
  position: fixed;
  z-index: 1000;
  top: -1px;
  left: 0;
  width: 100%;
  background: #F3F3F3;
  height: 60px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}
.mainHeader .mainHeader__bottomBar .bottomBar__main.sticky .listLang {
  position: fixed;
  right: 10px;
  top: 17px;
}
.mainHeader .mainHeader__bottomBar .bottomBar__main.sticky .stickyLogo {
  opacity: 1;
  visibility: visible;
}
.mainHeader .mainHeader__bottomBar .bottomBar__main.sticky #searchBtn {
  position: fixed;
  top: 29px;
  right: 110px;
}
.mainHeader .mainHeader__bottomBar .bottomBar__main.sticky .bottomBar__main__nav ul li a {
  padding: 20px 0;
}
.mainHeader .mainHeader__bottomBar .bottomBar__main.sticky .bottomBar__main__nav ul li a:before, .mainHeader .mainHeader__bottomBar .bottomBar__main.sticky .bottomBar__main__nav ul li a:after {
  top: auto;
  bottom: -4px;
}
.mainHeader .mainHeader__bottomBar .bottomBar__main.sticky .mainSocialList {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.mainHeader .mainHeader__bottomBar .bottomBar__main.sticky .moreOptions__menu {
  background-color: #f3f3f3;
  margin-top: -1px;
}
.mainHeader .mainHeader__bottomBar .bottomBar__main .listLang {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  position: absolute;
  right: 0;
  top: -34px;
}
@media screen and (max-width: 991px) {
  .mainHeader .mainHeader__bottomBar .bottomBar__main .listLang {
    top: 17px;
    left: 15px;
    right: auto;
    position: fixed;
  }
}
@media screen and (max-width: 767px) {
  .mainHeader .mainHeader__bottomBar .bottomBar__main .listLang {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
  }
}
.mainHeader .mainHeader__bottomBar .bottomBar__main .listLang li {
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  .mainHeader .mainHeader__bottomBar .bottomBar__main .listLang li {
    margin-left: 0;
    margin-right: 10px;
  }
}
.mainHeader .mainHeader__bottomBar .bottomBar__main .listLang a {
  display: block;
  border: 1px solid #FFD500;
  padding: 3px 10px 2px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #1D1D1B;
  transition: all 0.4s ease;
  text-decoration: none;
}
.mainHeader .mainHeader__bottomBar .bottomBar__main .listLang a:hover {
  background-color: #FFD500;
  color: #FFFFFF;
}
.mainHeader .mainHeader__bottomBar .bottomBar__main .stickyLogo {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 992px) {
  .mainHeader .mainHeader__bottomBar .bottomBar__main .stickyLogo {
    display: block;
    position: absolute;
    left: 10px;
    transition: all 0.4s ease;
    opacity: 0;
  }
}
.mainHeader .mainHeader__bottomBar .bottomBar__main .stickyLogo img {
  display: block;
}
.mainHeader .mainHeader__bottomBar .bottomBar__account {
  position: absolute;
  right: 0;
}
.mainHeader .mainHeader__bottomBar .bottomBar__account li {
  margin-left: 10px;
}
.mainHeader .mainHeader__bottomBar .bottomBar__account li:first-of-type {
  margin-left: 0;
}
.mainHeader .mainHeader__bottomBar .bottomBar__account .btn, .mainHeader .mainHeader__bottomBar .bottomBar__account .btn--arrow {
  font-size: 0.875rem;
  line-height: 1.125rem;
  min-width: auto;
  height: auto;
  font-weight: 400;
  padding: 7px 15px;
}
.mainHeader .mainHeader__bottomBar .bottomBar__account .btn.btn--bg, .mainHeader .mainHeader__bottomBar .bottomBar__account .btn--bg.btn--arrow {
  background: none;
  background-color: #273746;
}
@media screen and (max-width: 991px) {
  .mainHeader .mainHeader__bottomBar .bottomBar__main__nav {
    position: fixed;
    top: 50px;
    bottom: 0;
    transition: all 0.4s ease;
    right: -100%;
    width: 100%;
    background-color: #fff;
    z-index: 100;
  }
}
.mainHeader .mainHeader__bottomBar .bottomBar__main__nav .lnkLogo {
  width: 180px;
}
@media screen and (max-width: 991px) {
  .mainHeader .mainHeader__bottomBar .bottomBar__main__nav .lnkLogo {
    width: 135px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .mainHeader .mainHeader__bottomBar .bottomBar__main__nav .lnkLogo {
    width: 100px;
  }
}
@media screen and (min-width: 767px) and (max-height: 860px) {
  .mainHeader .mainHeader__bottomBar .bottomBar__main__nav .lnkLogo {
    width: 140px;
  }
}
.mainHeader .mainHeader__bottomBar .bottomBar__main__nav .main__nav__logo {
  margin: 15px auto 0;
  border-bottom: 0;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .mainHeader .mainHeader__bottomBar .bottomBar__main__nav .main__nav__logo {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .mainHeader .mainHeader__bottomBar .bottomBar__main__nav .main__nav__logo img {
    width: 140px;
    height: 55px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .mainHeader .mainHeader__bottomBar .bottomBar__main__nav .main__nav__logo img {
    width: 100px;
    height: 38px;
  }
}
.mainHeader .mainHeader__bottomBar .bottomBar__main__nav.expanded {
  right: 0;
}
.mainHeader .mainHeader__bottomBar .bottomBar__main__nav ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .mainHeader .mainHeader__bottomBar .bottomBar__main__nav ul {
    flex-wrap: wrap;
    width: 100%;
    background: transparent;
    box-shadow: none;
    padding-top: 0;
  }
}
.mainHeader .mainHeader__bottomBar .bottomBar__main__nav ul li {
  margin: 0 15px;
}
@media screen and (max-width: 991px) {
  .mainHeader .mainHeader__bottomBar .bottomBar__main__nav ul li {
    width: 100%;
    margin: 0 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mainHeader .mainHeader__bottomBar .bottomBar__main__nav ul li {
    margin: 0 10px;
  }
}
.mainHeader .mainHeader__bottomBar .bottomBar__main__nav ul a {
  display: block;
  padding: 19px 0;
  text-decoration: none;
  font-size: 1.125rem;
  color: #283747;
  transition: all 0.4s ease;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .mainHeader .mainHeader__bottomBar .bottomBar__main__nav ul a {
    padding: 15px 10px;
    border-bottom: 1px solid #dee2e6;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .mainHeader .mainHeader__bottomBar .bottomBar__main__nav ul a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mainHeader .mainHeader__bottomBar .bottomBar__main__nav ul a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .mainHeader .mainHeader__bottomBar .bottomBar__main__nav ul a:hover, .mainHeader .mainHeader__bottomBar .bottomBar__main__nav ul a.active {
    color: #FFD500;
  }
}
.mainHeader .mainHeader__bottomBar .fbLnk {
  position: absolute;
  right: 0;
  width: 19px;
  height: 19px;
  background-color: #000;
  color: #fff;
  font-size: 17px;
  border-radius: 2px;
  text-align: center;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .mainHeader .mainHeader__bottomBar .fbLnk {
    right: auto;
    left: 0;
    top: -44px;
  }
}
.mainHeader .mainHeader__bottomBar .fbLnk:hover {
  background-color: #2d87ff;
}
.mainHeader .mainHeader__bottomBar .fbLnk i {
  position: relative;
  top: 2px;
}

#mainPageNav a:not(.moreOptions__lnk) {
  position: relative;
}
@media screen and (min-width: 992px) {
  #mainPageNav a:not(.moreOptions__lnk):hover:before, #mainPageNav a:not(.moreOptions__lnk):hover:after, #mainPageNav a:not(.moreOptions__lnk).active:before, #mainPageNav a:not(.moreOptions__lnk).active:after {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  #mainPageNav a:not(.moreOptions__lnk).active {
    background-color: #FFD500;
    color: #FFFFFF;
  }
}
#mainPageNav a:not(.moreOptions__lnk):before, #mainPageNav a:not(.moreOptions__lnk):after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 3px;
  background-color: #FFD500;
  transition: all 0.4s ease;
}
#mainPageNav a:not(.moreOptions__lnk):before {
  right: 50%;
}
#mainPageNav a:not(.moreOptions__lnk):after {
  left: 50%;
}
#mainPageNav .moreOptions a:before, #mainPageNav .moreOptions a:after {
  top: auto;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  #mobileHeaderSticky {
    transform: translatez(0);
    -webkit-transform: translatez(0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 58px;
    background-color: #fff;
    z-index: 102;
    -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
  }
}

#toggleMobileMenu {
  position: fixed;
  z-index: 3;
  width: 27.4285714286px;
  height: 27.4285714286px;
  top: 17px;
  right: 15px;
  display: none;
}
@media screen and (max-width: 991px) {
  #toggleMobileMenu {
    display: block;
  }
}
#toggleMobileMenu span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  margin: 12px 0 0 0;
  background: #FFD500;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}
#toggleMobileMenu span:before, #toggleMobileMenu span:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #FFD500;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}
#toggleMobileMenu span:before {
  margin: -8px 0 0 0;
}
#toggleMobileMenu span:after {
  margin: 8px 0 0 0;
}
#toggleMobileMenu.open {
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #toggleMobileMenu.open {
    background-color: #fff;
  }
}
#toggleMobileMenu.open span {
  background-color: transparent;
}
#toggleMobileMenu.open span:before, #toggleMobileMenu.open span:after {
  margin: 0;
  background: #FFD500;
}
#toggleMobileMenu.open span:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#toggleMobileMenu.open span:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media screen and (max-width: 991px) {
  #mainPageNav {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    overflow-y: scroll;
    top: 0;
    left: 0;
    text-align: center;
    background: #f3f3f3;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
  }
  #mainPageNav.opened {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #mainPageNav .main__nav__logo img {
    width: 160px;
    height: auto;
    margin: 0 auto;
  }
}
#mainPageNav .logoWrapper {
  display: none;
}
@media screen and (max-width: 991px) {
  #mainPageNav .logoWrapper {
    display: block;
  }
}

.mainFooter {
  background-color: #000000;
  margin-top: 100px;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .mainFooter {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mainFooter {
    margin-top: 50px;
  }
}
.mainFooter__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .mainFooter__container {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .mainFooter__container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .mainFooter__container {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 470px) {
  .mainFooter__container {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mainFooter__container > img {
    max-width: 105px;
    height: auto;
  }
}
@media screen and (max-width: 470px) {
  .mainFooter__container > img {
    margin-bottom: 20px;
  }
}
.mainFooter__links {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mainFooter__links > li {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .mainFooter__links > li {
    margin: 10px 0;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.mainFooter__links > li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 470px) {
  .mainFooter__links {
    width: 100%;
    justify-content: center;
  }
}
.mainFooter__links a {
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.4s ease;
}
@media screen and (min-width: 992px) {
  .mainFooter__links a:hover {
    color: #FFD500;
  }
}
@media screen and (max-width: 767px) {
  .mainFooter__copy {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
@media screen and (max-width: 470px) {
  .mainFooter__copy {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .box404 + .mainFooter {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .box404 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .box404 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  .box404 {
    margin-top: 10px;
  }
}
.box404__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .box404__wrapper {
    max-width: initial;
    padding: 28vw 0;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .box404__wrapper {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .box404__wrapper {
    padding: 21vw 0;
  }
}
@media screen and (min-width: 992px) {
  .box404__wrapper {
    height: 100vh;
    max-height: 700px;
  }
}
@media screen and (min-width: 768px) and (max-height: 850px) {
  .box404__wrapper {
    height: 65vh;
  }
}
@media screen and (min-width: 768px) {
  .box404 .bgCover {
    left: 10px;
    right: 10px;
  }
}
.box404__content {
  position: relative;
  text-align: center;
}
.box404__content img {
  margin-left: auto;
  margin-right: auto;
}
.box404__logo {
  display: none;
}
@media screen and (min-width: 992px) {
  .box404__logo {
    display: block;
  }
}
.box404__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin: 15px 0 50px;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .box404__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-height: 720px) {
  .box404__title {
    margin-bottom: 30px;
  }
}
.box404__title em {
  font-size: 120px;
  line-height: 100px;
  font-weight: 900;
  color: #FFD500;
  font-style: normal;
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .box404__title em {
    font-size: 180px;
    line-height: 145px;
  }
}
@media screen and (min-width: 768px) and (max-height: 720px) {
  .box404__title em {
    font-size: 120px;
    line-height: 100px;
  }
}

.singlePost {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .singlePost {
    font-size: 17px;
    line-height: 27px;
  }
}
.singlePost .article__details {
  font-size: 13px;
  line-height: 17px;
  color: rgba(29, 29, 27, 0.5);
}
> .singlePost .article__details {
  display: inline-block;
  vertical-align: middle;
}
.singlePost .article__author {
  margin-left: 11px;
  position: relative;
}
.singlePost .article__author:before {
  content: "";
  position: absolute;
  left: -7px;
  top: 12%;
  height: 76%;
  width: 1px;
  background-color: #FFD500;
}
.singlePost .article__update {
  background-color: #CFCFCF;
  padding: 3px 8px;
  color: #1D1D1B;
  border-radius: 3px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .singlePost .article__update {
    display: inline-block;
    margin: 5px 0 0;
  }
}
.singlePost .article__header {
  margin-bottom: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .singlePost .article__header {
    margin-bottom: 20px;
    padding-bottom: 28px;
  }
}
.singlePost .article__header:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 180px;
  height: 13px;
  background-color: #FFD500;
}
@media screen and (max-width: 767px) {
  .singlePost .article__header:after {
    height: 8px;
  }
}
.singlePost .article__header + figure {
  margin-bottom: 20px;
}
.singlePost .article__title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .singlePost .article__title {
    font-size: 30px;
    line-height: 38px;
  }
}
.singlePost .article__mainPhoto {
  position: relative;
}
.singlePost .article__mainPhoto .txtAuthor {
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  padding: 8px 13px 7px;
  background-color: #FFFFFF;
  border-radius: 3px;
}
.singlePost .article__mainPhoto .txtAuthor em {
  font-weight: 500;
  font-style: normal;
}
.singlePost .article__lead {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .singlePost .article__lead {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
  }
}
.singlePost h2, .singlePost h3, .singlePost h4 {
  font-weight: 700;
  margin: 40px 0 20px;
}
.singlePost h2 {
  font-size: 28px;
  line-height: 36px;
}
.singlePost h3 {
  font-size: 24px;
  line-height: 32px;
}
.singlePost h4 {
  font-size: 20px;
  line-height: 28px;
}
.singlePost ul li:nth-of-type, .singlePost ol li:nth-of-type {
  margin-bottom: 6px;
}
.singlePost ul a, .singlePost ol a {
  text-decoration: underline;
  color: #1D1D1B;
}
.singlePost ul:not(.c-gallery__view) {
  list-style: none;
  margin: 20px 0;
  padding-left: 15px;
}
.singlePost ul:not(.c-gallery__view) li {
  position: relative;
  padding-left: 15px;
}
.singlePost ul:not(.c-gallery__view) li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FFD500;
}
.singlePost iframe {
  display: block;
  margin: 20px auto;
}
.singlePost .c-gallery {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .singlePost .c-gallery {
    width: calc(100% + 112px);
    margin-left: -56px;
  }
}

@media screen and (max-width: 991px) {
  .tileSection .tileBlockListing {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .tileSection .tileBlockListing > [class*=col-] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.pageBar {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .pageBar {
    margin-bottom: 25px;
  }
}
.pageBar img {
  width: 100%;
  height: auto;
}
.pageBar .breadcrumb {
  margin-top: 20px;
}

/*# sourceMappingURL=style.css.map */