@charset "UTF-8";
/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container, .list-icon--wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container, .list-icon--wrapper {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container, .list-icon--wrapper {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container, .list-icon--wrapper {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container, .list-icon--wrapper {
      max-width: 1180px; } }
  @media (min-width: 1900px) {
    .container, .list-icon--wrapper {
      max-width: 1260px; } }

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

.row, .list-icon--wrapper ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

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

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

.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: none; }
  .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: none; }
  .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, .list-icon--wrapper li {
    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: none; }
  .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: none; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1900px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.3333333333%; }
  .offset-xxl-2 {
    margin-left: 16.6666666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.3333333333%; }
  .offset-xxl-5 {
    margin-left: 41.6666666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.3333333333%; }
  .offset-xxl-8 {
    margin-left: 66.6666666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.3333333333%; }
  .offset-xxl-11 {
    margin-left: 91.6666666667%; } }

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    -js-display: flex;
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    -js-display: flex;
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    -js-display: flex;
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    -js-display: flex;
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1900px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    -js-display: flex;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    -js-display: flex;
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1900px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1900px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (max-width: 0) {
  .container-solid-xs {
    max-width: 100% !important; } }

@media (max-width: 576px) {
  .container-solid-sm {
    max-width: 100% !important; } }

@media (max-width: 768px) {
  .container-solid-md {
    max-width: 100% !important; } }

@media (max-width: 992px) {
  .container-solid-lg {
    max-width: 100% !important; } }

@media (max-width: 1200px) {
  .container-solid-xl {
    max-width: 100% !important; } }

@media (max-width: 1900px) {
  .container-solid-xxl {
    max-width: 100% !important; } }

.container-fluid {
  max-width: 100%; }

.menu-top.main > ul > li > a::before, .menu-top.main ul.sub-menu > li > a::before, .menu-top.main > ul > li > a::after, .menu-top.main ul.sub-menu > li > a::after, .menu-top.pinned ul.sub-menu {
  transition: 450ms cubic-bezier(0.19, 1, 0.22, 1); }

.menu-top.main ul li a, .nav-is-pinned .mm-wrapper {
  transition: 920ms cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 80ms; }

._mt-0 {
  margin-top: 0rem; }

._mt-1 {
  margin-top: 1rem; }

._mb {
  margin-bottom: 2rem; }

._mt {
  margin-top: 2rem; }

._mt-3 {
  margin-top: 3rem; }

._mt-4 {
  margin-top: 4rem; }

._mt-5 {
  margin-top: 5rem; }

._mt-6 {
  margin-top: 6rem; }

._mt-7 {
  margin-top: 7rem; }

._mt-8 {
  margin-top: 8rem; }

._mt-9 {
  margin-top: 9rem; }

._mt-10 {
  margin-top: 10rem; }

._pb-0 {
  padding-bottom: 0rem !important; }

._pb-1 {
  padding-bottom: 1rem !important; }

._pb-2 {
  padding-bottom: 2rem !important; }

._pb-3 {
  padding-bottom: 3rem !important; }

._pb-4 {
  padding-bottom: 4rem !important; }

._pb-5 {
  padding-bottom: 5rem !important; }

._pb-6 {
  padding-bottom: 6rem !important; }

._pb-7 {
  padding-bottom: 7rem !important; }

._pb-8 {
  padding-bottom: 8rem !important; }

._pb-9 {
  padding-bottom: 9rem !important; }

._pb-10 {
  padding-bottom: 10rem !important; }

._pr-0 {
  padding-right: 0rem !important; }

._pr-1 {
  padding-right: 1rem !important; }

._pr-2 {
  padding-right: 2rem !important; }

._pr-3 {
  padding-right: 3rem !important; }

._pr-4 {
  padding-right: 4rem !important; }

._pr-5 {
  padding-right: 5rem !important; }

._pr-6 {
  padding-right: 6rem !important; }

._pr-7 {
  padding-right: 7rem !important; }

._pr-8 {
  padding-right: 8rem !important; }

._pr-9 {
  padding-right: 9rem !important; }

._pr-10 {
  padding-right: 10rem !important; }

._p-xl {
  padding-left: 1.4rem;
  padding-right: 1.4rem; }

article p, article li {
  text-align: justify; }

article li {
  margin-bottom: 1em; }

.position-absolute {
  position: absolute; }

.position-static {
  position: static; }

.position-fixed {
  position: fixed; }

.link-underline {
  text-decoration: none;
  color: #000;
  position: relative;
  transition: 850ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-property: color;
  will-change: color; }
  .link-underline:hover {
    color: #00ace6;
    transition-duration: 350ms;
    transition-delay: 200ms; }
  .link-underline:after, .link-underline:before {
    content: "";
    background: #000;
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -4px;
    left: 0;
    right: 0;
    z-index: 2;
    transition: 350ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-property: background, width;
    will-change: background, width; }
    .link-underline:after:hover, .link-underline:before:hover {
      pointer-events: none; }
  .link-underline:after {
    transition-delay: 300ms;
    right: 0;
    left: auto; }
  .link-underline:before {
    background: #00ace6;
    width: 0;
    transition-delay: 0;
    left: 0;
    right: auto; }
  .link-underline:hover:after {
    transition-delay: 50ms;
    width: 0; }
  .link-underline:hover:before {
    transition-delay: 200ms;
    width: 100%; }

.pos-static {
  position: static; }

.pos-relative {
  position: relative; }

.pos-absolute {
  position: absolute; }

.pos-fixed {
  position: fixed; }

._button {
  display: inline-block;
  background: #009688;
  color: #fff;
  border-style: solid;
  border-color: transparent;
  text-transform: uppercase;
  padding: 10px 18px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  box-shadow: 0 6px 20px rgba(35, 43, 47, 0.3);
  text-decoration: none; }
  ._button:hover {
    color: #fff; }

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

.display-flex {
  display: flex; }

.flex-1 {
  flex: 1; }

.flex-2 {
  flex: 2; }

.flex-3 {
  flex: 3; }

.flex-4 {
  flex: 4; }

.flex-5 {
  flex: 5; }

.flex-6 {
  flex: 6; }

.flex-7 {
  flex: 7; }

.flex-8 {
  flex: 8; }

.flex-9 {
  flex: 9; }

.flex-10 {
  flex: 10; }

.flex-11 {
  flex: 11; }

.flex-12 {
  flex: 12; }

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

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
  * Correct `inline-block` display not defined in IE 8/9.
  */
audio,
canvas,
video {
  display: inline-block; }

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

/**
  * Address `[hidden]` styling not present in IE 8/9.
  * Hide the `template` element in IE, Safari, and Firefox < 22.
  */
[hidden],
template {
  display: none; }

/* ==========================================================================
    Base
    ========================================================================== */
/**
  * 1. Set default font family to sans-serif.
  * 2. Prevent iOS text size adjust after orientation change, without disabling
  *    user zoom.
  */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
  * Remove default margin.
  */
body {
  margin: 0; }

/* ==========================================================================
    Links
    ========================================================================== */
/**
  * Remove the gray background color from active links in IE 10.
  */
a {
  background: transparent; }

/**
  * Address `outline` inconsistency between Chrome and other browsers.
  */
a:focus {
  outline: thin dotted; }

/**
  * Improve readability when focused and also mouse hovered in all browsers.
  */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
    Typography
    ========================================================================== */
/**
  * Address variable `h1` font-size and margin within `section` and `article`
  * contexts in Firefox 4+, Safari 5, and Chrome.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
  * Address styling not present in IE 8/9, Safari 5, and Chrome.
  */
abbr[title] {
  border-bottom: 1px dotted; }

/**
  * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
  */
b,
strong {
  font-weight: bold; }

/**
  * Address styling not present in Safari 5 and Chrome.
  */
dfn {
  font-style: italic; }

/**
  * Address differences between Firefox and other browsers.
  */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
  * Address styling not present in IE 8/9.
  */
mark {
  background: #ff0;
  color: #000; }

/**
  * Correct font family set oddly in Safari 5 and Chrome.
  */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
  * Improve readability of pre-formatted text in all browsers.
  */
pre {
  white-space: pre-wrap; }

/**
  * Set consistent quote types.
  */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
  * Address inconsistent and variable font size in all browsers.
  */
small {
  font-size: 80%; }

/**
  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
  */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
    Embedded content
    ========================================================================== */
/**
  * Remove border when inside `a` element in IE 8/9.
  */
img {
  border: 0; }

/**
  * Correct overflow displayed oddly in IE 9.
  */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
    Figures
    ========================================================================== */
/**
  * Address margin not present in IE 8/9 and Safari 5.
  */
figure {
  margin: 0; }

/* ==========================================================================
    Forms
    ========================================================================== */
/**
  * Define consistent border, margin, and padding.
  */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
  * 1. Correct `color` not being inherited in IE 8/9.
  * 2. Remove padding so people aren't caught out if they zero out fieldsets.
  */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
  * 1. Correct font family not being inherited in all browsers.
  * 2. Correct font size not being inherited in all browsers.
  * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
  */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
  * the UA stylesheet.
  */
button,
input {
  line-height: normal; }

/**
  * Address inconsistent `text-transform` inheritance for `button` and `select`.
  * All other form control elements do not inherit `text-transform` values.
  * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
  * Correct `select` style inheritance in Firefox 4+ and Opera.
  */
button,
select {
  text-transform: none; }

/**
  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
  *    and `video` controls.
  * 2. Correct inability to style clickable `input` types in iOS.
  * 3. Improve usability and consistency of cursor style between image-type
  *    `input` and others.
  */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
  * Re-set default cursor for disabled elements.
  */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
  * 1. Address box sizing set to `content-box` in IE 8/9/10.
  * 2. Remove excess padding in IE 8/9/10.
  */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
  * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
  * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
  *    (include `-moz` to future-proof).
  */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
  * Remove inner padding and search cancel button in Safari 5 and Chrome
  * on OS X.
  */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
  * Remove inner padding and border in Firefox 4+.
  */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
  * 1. Remove default vertical scrollbar in IE 8/9.
  * 2. Improve readability and alignment in all browsers.
  */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
    Tables
    ========================================================================== */
/**
  * Remove most spacing between table cells.
  */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
	Theme Name: Il Mosaico
	Theme URI: http://ilmosaico.it
	Description: Custom wp template
	Version: 1.0.0
    Author: Alessio Cattaneo 
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* html element 62.5% font-size for REM use */
html {
  font-size: 18px; }

body {
  font-size: 1rem;
  font-family: sans-serif;
  background-color: #fff;
  color: #231f20; }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: #444;
  text-decoration: none; }

a:hover {
  color: #444; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

input:focus {
  outline: 0;
  border: 1px solid #04A4CC; }

h1, h2, h3, h4, h5, h6 {
  color: #232b2f;
  font-family: sans-serif;
  font-weight: 700; }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative; }

/* header */
/* logo */
/* nav */
/* sidebar */
/* footer */
/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: 'Font-Name';
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"), url("fonts/font-name.woff") format("woff"), url("fonts/font-name.ttf") format("truetype"), url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal; }

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
input[type='color'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='datetime'],
input[type='datetime-local'],
input:not([type]),
textarea,
select {
  margin-left: 2px;
  margin-right: 2px;
  background-color: transparent;
  border: none;
  border: 0.1em solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  box-shadow: none;
  box-sizing: inherit;
  padding: 0 .2em;
  padding-top: .2em;
  height: 2em;
  width: 100%;
  transition: 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: border-color;
  position: relative;
  overflow: visible; }
  input[type='email'][class*=required]:after,
  input[type='number'][class*=required]:after,
  input[type='password'][class*=required]:after,
  input[type='search'][class*=required]:after,
  input[type='tel'][class*=required]:after,
  input[type='text'][class*=required]:after,
  input[type='url'][class*=required]:after,
  input[type='color'][class*=required]:after,
  input[type='date'][class*=required]:after,
  input[type='month'][class*=required]:after,
  input[type='week'][class*=required]:after,
  input[type='datetime'][class*=required]:after,
  input[type='datetime-local'][class*=required]:after,
  input:not([type])[class*=required]:after,
  textarea[class*=required]:after,
  select[class*=required]:after {
    content: "*";
    height: 0;
    width: 4px;
    display: block;
    position: absolute;
    bottom: 100%;
    right: 100%;
    color: #cd1d1d; }
  input[type='email'].display-inline-block,
  input[type='number'].display-inline-block,
  input[type='password'].display-inline-block,
  input[type='search'].display-inline-block,
  input[type='tel'].display-inline-block,
  input[type='text'].display-inline-block,
  input[type='url'].display-inline-block,
  input[type='color'].display-inline-block,
  input[type='date'].display-inline-block,
  input[type='month'].display-inline-block,
  input[type='week'].display-inline-block,
  input[type='datetime'].display-inline-block,
  input[type='datetime-local'].display-inline-block,
  input:not([type]).display-inline-block,
  textarea.display-inline-block,
  select.display-inline-block {
    display: inline-block !important;
    width: auto; }

input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
input[type='color']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
  border-color: #005c83;
  outline: 0; }

textarea {
  min-height: 6.5em; }

label,
legend {
  display: block;
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: .5em; }

fieldset {
  border-width: 0;
  padding: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

.form-group .wpcf7-form-control-wrap {
  display: flex;
  flex: 1 1 100%;
  margin-bottom: 1em; }

.form-group.inline {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .form-group.inline {
      flex-direction: row; } }

#per-chi-segnala {
  padding-top: 20px;
  border: 4px solid #095d4c;
  border-radius: 6px;
  position: relative;
  box-shadow: 0 22px 28px -20px rgba(0, 0, 0, 0.8); }
  #per-chi-segnala:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 18px solid #095d4c;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    position: absolute;
    top: 0;
    left: 8px; }

span.wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  font-size: 14px;
  padding: 0 .2rem;
  display: block;
  white-space: nowrap;
  background: #cd1d1d;
  color: #fff;
  left: 2px;
  height: 1rem;
  line-height: 1rem; }

.wpcf7-not-valid {
  border-color: #cd1d1d !important; }

input[type=submit] {
  background: #0e8c73;
  color: #fff;
  padding: .6rem 1rem;
  border: none;
  box-shadow: 0 6px 20px -2px rgba(0, 0, 0, 0.8);
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 auto;
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: 280px;
  transition: background 350ms cubic-bezier(0.23, 1, 0.32, 1); }
  input[type=submit]:hover {
    background: #095d4c; }

.form .fas {
  color: #0e8c73; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }
  [role=main] h1, [role=main] h2, [role=main] h3, [role=main] h4, [role=main] h5, [role=main] h6 {
    color: #232b2f;
    margin: 1.5em auto .5em; }
  h1.page-title, h2.page-title, h3.page-title, h4.page-title, h5.page-title, h6.page-title {
    margin-top: 0;
    font-size: 2.5rem; }
  .bg-box h1, .bg-box h2, .bg-box h3, .bg-box h4, .bg-box h5, .bg-box h6 {
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15); }
  h1 blockquote, h2 blockquote, h3 blockquote, h4 blockquote, h5 blockquote, h6 blockquote {
    margin-top: .8em; }

.top-bar {
  background: #009688 url(img/noop.png) center repeat;
  color: #fff;
  font-size: 10px;
  box-shadow: inset 0 -5px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #f3f3f3; }
  @media (min-width: 1200px) {
    .top-bar {
      font-size: 12px; } }
  .top-bar a {
    color: #fff; }
    .top-bar a.edit {
      outline: 1px solid rgba(0, 0, 0, 0.1);
      background: rgba(255, 255, 255, 0.2);
      padding: 4px 10px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      align-items: center;
      display: flex; }
      .top-bar a.edit i {
        border: none;
        background: transparent;
        margin-right: 0; }
  .top-bar .info {
    float: left;
    position: relative;
    padding: .2em .8em;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    @media (min-width: 576px) {
      .top-bar .info {
        padding: 0 .8em; } }
    .top-bar .info p {
      margin: 0; }
    .top-bar .info strong {
      text-transform: uppercase;
      padding: 0 2px;
      display: none; }
      @media (min-width: 576px) {
        .top-bar .info strong {
          display: inline; } }
    .top-bar .info i {
      vertical-align: middle;
      padding: 10px 0;
      width: 20px;
      text-align: center;
      font-size: 8px; }
      @media (min-width: 768px) {
        .top-bar .info i {
          font-size: 12px;
          width: 32px;
          border-radius: 50%;
          height: 32px;
          line-height: 32px;
          padding: 0; } }

.header {
  background: #f2f0e0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10000;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 3em; }
  @media (max-width: 992px) {
    .header > .container, .header > .list-icon--wrapper {
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      justify-content: center; } }

[role=description] {
  font-family: Montserrat, sans-serif;
  font-size: 0.9em; }

@media (min-width: 0) and (max-width: 992px) {
  [role=banner] > .container, [role=banner] > .list-icon--wrapper {
    margin-bottom: .5rem;
    margin-left: 0;
    max-width: 100%;
    margin-right: 0; } }

@media (min-width: 768px) {
  [role=banner] > .container, [role=banner] > .list-icon--wrapper {
    margin-bottom: 0; } }

[role=banner] > .container > .row, [role=banner] > .list-icon--wrapper > .row, .list-icon--wrapper [role=banner] > .container > ul, [role=banner] > .list-icon--wrapper > ul {
  margin-left: 0;
  margin-right: 0; }

[role=banner] .logo {
  padding: 1rem; }
  [role=banner] .logo img {
    height: 100%;
    max-height: 80px;
    width: auto;
    max-width: 100%; }

[role=banner] .action-col {
  padding-right: 0; }
  @media (min-width: 768px) {
    [role=banner] .action-col {
      padding-right: 15px; } }

html {
  line-height: 1.4; }
  html.mobile-menu-open {
    overflow-x: hidden; }

body {
  color: #232b2f;
  background-color: #faf9ed; }
  body .bw {
    min-height: 100vh;
    height: 100%;
    width: 100%; }
    .mobile-menu-open body .bw .mm-o {
      visibility: visible;
      opacity: 1; }

section:not(.container):not(.list-icon--wrapper) {
  min-width: 100%; }

.mm-o {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 20000;
  visibility: hidden;
  opacity: 0;
  transition: 450ms cubic-bezier(0.23, 1, 0.32, 1);
  transition-property: opacity, visibility; }

[role=main] {
  padding-top: 2rem;
  padding-bottom: 60px;
  margin-bottom: -60px;
  flex: 1;
  flex-basis: 100%; }
  [role=main] .page-content a {
    display: inline-block;
    position: relative; }
    [role=main] .page-content a:after {
      content: "";
      display: inline-block;
      height: 2px;
      background: #00859d;
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%; }
    [role=main] .page-content a:hover {
      color: #00ace6; }
      [role=main] .page-content a:hover:after {
        background: #00ace6; }

.display-inline-block {
  display: inline-block !important;
  width: auto !important; }

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

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

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

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

a {
  color: #000; }

.footer {
  --top-padding: 60px;
  position: relative;
  margin-top: calc( var(--top-padding) * -1); }
  .footer:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: var(--top-padding);
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #2d5169; }
  .footer [role=banner] {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 40px; }
  .footer [role=navigation] {
    background-color: #fffdf0;
    padding-top: 40px;
    z-index: 20;
    display: flex;
    flex-direction: column; }
    .footer [role=navigation]:after {
      background-color: #2d5169;
      content: "";
      display: block;
      height: 16px;
      width: 100%;
      right: 0;
      left: 0;
      bottom: -8px;
      position: absolute; }
  .footer .copyright {
    color: #787a89;
    background-color: #161e22;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 5px;
    position: relative;
    z-index: 1;
    font-size: 14px; }
    .footer .copyright a {
      text-decoration: none;
      color: #787a89;
      position: relative;
      transition: 850ms cubic-bezier(0.86, 0, 0.07, 1);
      transition-property: color;
      will-change: color; }
      .footer .copyright a:hover {
        color: #00ace6;
        transition-duration: 350ms;
        transition-delay: 200ms; }
      .footer .copyright a:after, .footer .copyright a:before {
        content: "";
        background: #787a89;
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -4px;
        left: 0;
        right: 0;
        z-index: 2;
        transition: 350ms cubic-bezier(0.86, 0, 0.07, 1);
        transition-property: background, width;
        will-change: background, width; }
        .footer .copyright a:after:hover, .footer .copyright a:before:hover {
          pointer-events: none; }
      .footer .copyright a:after {
        transition-delay: 300ms;
        right: 0;
        left: auto; }
      .footer .copyright a:before {
        background: #00ace6;
        width: 0;
        transition-delay: 0;
        left: 0;
        right: auto; }
      .footer .copyright a:hover:after {
        transition-delay: 50ms;
        width: 0; }
      .footer .copyright a:hover:before {
        transition-delay: 200ms;
        width: 100%; }
    .footer .copyright .brand-credit {
      text-align: right;
      height: 28px;
      line-height: 28px; }
    .footer .copyright .design-credit {
      text-align: left; }
  .footer .text {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1), 0 0 30px rgba(0, 0, 0, 0.05), 0 6px 33px rgba(0, 0, 0, 0.05); }
  .footer .f-b-t {
    font-size: 14px; }
  .footer .f-n-1 {
    margin: 0 -15px;
    display: flex;
    flex: 50%; }

.menu.menu-top ul {
  margin: 0.35em 0;
  padding: 0 0 0 0.5em;
  line-height: 1; }
  .menu.menu-top ul.sub-menu {
    margin: 0.5em 0em; }

.menu.menu-top li {
  list-style-type: none; }
  .menu.menu-top li a {
    display: inline-block;
    font-weight: 500; }
  .menu.menu-top li.current-menu-item > a {
    font-weight: 700;
    margin-bottom: 1em;
    opacity: 1; }

.menu.menu-top > ul {
  display: flex; }
  .menu.menu-top > ul > li {
    position: relative; }

.menu-top.main > ul > li > a::before, .menu-top.main ul.sub-menu > li > a::before, .menu-top.main > ul > li > a::after, .menu-top.main ul.sub-menu > li > a::after {
  content: '';
  display: block;
  position: absolute; }

.menu-top.main > ul > li > a::after, .menu-top.main ul.sub-menu > li > a::after {
  opacity: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px; }

.menu-top.main > ul > li > a:hover::before, .menu-top.main ul.sub-menu > li > a:hover::before {
  opacity: 0; }

.menu-top.main > ul > li > a:hover::after, .menu-top.main ul.sub-menu > li > a:hover::after {
  opacity: 1;
  transform: translate3d(4px, 0, 0);
  background: linear-gradient(to right, currentColor 80%, transparent); }

.menu-top.main ul {
  margin: 1em 0;
  padding: 0 1em; }
  .menu-top.main ul li > a i {
    width: 1.4em;
    text-align: center;
    margin-top: -0.1em; }
  .menu-top.main ul li a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    transform: translate3d(0, 0, 0);
    letter-spacing: 1px;
    transition-property: transform, color; }
  .menu-top.main ul li.current-menu-parent:hover > a,
  .menu-top.main ul li.current-menu-item:hover > a {
    cursor: default; }

.menu-top.main > ul {
  flex-direction: column;
  align-items: start; }
  .menu-top.main > ul > li > a {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: inherit; }
  .menu-top.main > ul > li:hover > a {
    color: inherit; }
  .menu-top.main > ul > li.current-menu-item:not(.current-menu-ancestor) > a {
    color: inherit;
    padding-top: 1em;
    padding-bottom: 1em; }
    .menu-top.main > ul > li.current-menu-item:not(.current-menu-ancestor) > a::before {
      visibility: hidden; }
    .menu-top.main > ul > li.current-menu-item:not(.current-menu-ancestor) > a::after {
      opacity: 1;
      background-image: linear-gradient(to right, currentColor 80%, transparent); }
  .menu-top.main > ul > li.current-menu-item:not(.current-menu-ancestor):hover > a::after {
    transform: translate3d(0, 0, 0); }

.menu-top.main ul.sub-menu {
  color: inherit; }
  .menu-top.main ul.sub-menu > li > a {
    position: relative;
    opacity: 0.8; }
    .menu-top.main ul.sub-menu > li > a::before {
      display: none; }
  .menu-top.main ul.sub-menu > li:hover > a {
    color: inherit; }
    .menu-top.main ul.sub-menu > li:hover > a::before {
      display: none; }
  .menu-top.main ul.sub-menu > li.current-menu-item > a {
    text-transform: uppercase;
    margin: 0; }
    .menu-top.main ul.sub-menu > li.current-menu-item > a::after {
      opacity: 1;
      background: linear-gradient(to right, #0070a8 80%, transparent);
      transform: translate3d(0, 0, 0); }
  .menu-top.main ul.sub-menu > li.current-menu-item:first-child > a {
    margin-top: 0;
    padding-top: 0; }
  .menu-top.main ul.sub-menu > li.current-menu-item:last-child > a {
    margin-bottom: 0; }

.menu-top.pinned {
  background: #fff; }
  .menu-top.pinned > ul {
    margin: 0;
    padding: 0;
    flex-direction: row;
    align-items: start; }
    .menu-top.pinned > ul > li {
      padding: 1em; }
      .menu-top.pinned > ul > li > a {
        display: block; }
      .menu-top.pinned > ul > li:hover > a {
        color: #009688; }
      .menu-top.pinned > ul > li:hover > ul.sub-menu {
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible; }
  .menu-top.pinned ul.sub-menu {
    transition-property: opacity transform;
    background: linear-gradient(to top, #f2f0e0, #fff);
    background: #f2f0e0;
    width: 240px;
    box-shadow: 0 1em 2em rgba(0, 0, 0, 0.3);
    position: absolute;
    margin: 0;
    padding: 1.5em 0 0.5em;
    left: 0;
    top: 80%;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -0.2em, 0); }
    .menu-top.pinned ul.sub-menu > li > a {
      height: 100%;
      display: block;
      padding: 0.5em 1.5em; }
    .menu-top.pinned ul.sub-menu > li:hover > a {
      background-color: rgba(0, 0, 0, 0.05); }

.mm-wrapper {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20000;
  box-shadow: 0 1em 2em rgba(0, 0, 0, 0.1);
  transform: translate3d(0, calc(-100% - 1em), 0); }
  .nav-is-pinned .mm-wrapper {
    transition-property: transform;
    transform: translate3d(0, 0, 0); }
  .customize-support .mm-wrapper {
    top: 32px; }
  @media screen and (max-width: lg) {
    .mm-wrapper {
      bottom: 0;
      height: 100%;
      z-index: 100000; } }

.menu-top.main.header-menu {
  margin-top: 2em;
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px; }

.menu-top.main.top-header-menu {
  --background: #007c8a;
  background: var(--background);
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 1em;
  padding-top: 1em;
  margin-bottom: -1em;
  margin-top: -1em;
  position: relative;
  border-radius: 4px 4px 4px 0; }
  .menu-top.main.top-header-menu i {
    opacity: 0.6; }
  .menu-top.main.top-header-menu .current-menu-item i {
    opacity: 1; }
  .menu-top.main.top-header-menu li:hover > a > i {
    opacity: 1; }
  .menu-top.main.top-header-menu::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 1em solid var(--background);
    border-left: 1em solid var(--background);
    border-right: 1em solid transparent;
    border-bottom: 1em solid transparent;
    position: absolute;
    bottom: -2em;
    left: 0; }
  .menu-top.main.top-header-menu .sub-menu > li > a {
    color: #fff; }
  .menu-top.main.top-header-menu .sub-menu > li:hover > a {
    opacity: 1; }

a.box--button {
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
  height: 3rem;
  width: 10rem;
  line-height: 1.2;
  background-image: url(img/noop.png);
  background-color: #117358;
  font-weight: 500;
  font-size: .8rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-top: 0.4rem;
  padding-left: 0.6rem;
  padding-right: 2rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition: 1.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0; }
  @media (min-width: 992px) {
    a.box--button:before, a.box--button:after {
      content: "";
      display: block;
      position: absolute;
      pointer-events: none;
      z-index: 1; } }
  a.box--button + .bufu {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden; }
    a.box--button + .bufu:before {
      content: "";
      display: block;
      position: absolute;
      background: rgba(0, 0, 0, 0.05) !important;
      height: 100px;
      width: 100px;
      right: 0;
      bottom: 0;
      border-radius: 100%;
      z-index: 1;
      transform: translate3d(0, 0, 0) scale(1, 1);
      transition: 950ms cubic-bezier(0.77, 0, 0.175, 1);
      transition-delay: 0;
      opacity: 0; }
  a.box--button:hover + .bufu:before {
    transform: translate3d(0, 0, 0) scale(12, 12);
    opacity: 1; }

a.button-link--icon {
  color: inherit;
  padding: 10px 16px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative; }
  a.button-link--icon:after {
    display: none !important; }
  a.button-link--icon:active {
    top: 2px; }
  a.button-link--icon:hover {
    border-color: #00859d;
    background: #00859d;
    color: #fff !important; }

#home--boxes {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    #home--boxes {
      padding-left: 2rem;
      padding-right: 2rem; } }
  #home--boxes > .row, .list-icon--wrapper #home--boxes > ul {
    margin-left: 0;
    margin-right: 0; }

#home--map {
  background: #0b7762 url(img/noop.png);
  margin-top: 40px; }

.bg-box {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  flex-basis: 100%; }
  .bg-box .text {
    box-shadow: 0 4px 14px -4px rgba(35, 31, 32, 0.15), 0 4px 20px rgba(35, 31, 32, 0.2);
    background-image: url(img/noop.png) !important;
    background-color: #fff;
    font-weight: 300;
    position: relative;
    z-index: 1;
    padding: 1.5rem 1.5rem 3.5rem;
    border-radius: 6px; }
    @media (min-width: 992px) {
      .bg-box .text {
        padding: 2rem 3rem 3.5rem; } }
  .bg-box .image {
    box-shadow: 0 0 14px -4px rgba(35, 31, 32, 0.15), 0 0 14px rgba(35, 31, 32, 0.05);
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 150px;
    font-size: 0; }
  .bg-box h1 {
    margin-top: 1rem; }
  .bg-box h1, .bg-box p {
    position: relative;
    z-index: 2; }
  @media (min-width: 992px) {
    .bg-box .text:before, .bg-box .text:after, .bg-box .icon:before, .bg-box .icon:after, .bg-box .image:before, .bg-box .image:after, .bg-box .text h1:before, .bg-box .text h1:after {
      content: "";
      display: block;
      position: absolute; } }

.bg-box--orange .text {
  color: #fff;
  background-image: url(img/noop.png), linear-gradient(to bottom right, #1d4b8c, #205299);
  background-color: #1d4b8c; }
  .bg-box--orange .text:before {
    background-color: #386098;
    width: 1em;
    height: 2.5em;
    left: -1em;
    top: 2em; }
  .bg-box--orange .text:after {
    background-color: #1d4b8c;
    background-image: url(img/noop.png);
    width: 1.2em;
    height: 1.2em;
    left: -.4em;
    top: 4em;
    box-shadow: -2px 4px 14px rgba(0, 0, 0, 0.4); }

.bg-box--orange a.box--button {
  background-color: #163460; }
  .bg-box--orange a.box--button + .bufu:before {
    background-color: #163460; }
  .bg-box--orange a.box--button:hover {
    background-image: url(img/noop.png);
    background-color: #11396f; }
  .bg-box--orange a.box--button:before {
    background-color: #386098;
    width: 4em;
    height: 1em;
    left: -1em;
    bottom: -1em; }
  .bg-box--orange a.box--button:after {
    background-color: #113970;
    width: 2.5em;
    height: .4em;
    left: 2em;
    bottom: -.4em; }

.bg-box--green h1 {
  color: #232b2f; }

.bg-box--green > .row, .list-icon--wrapper .bg-box--green > ul {
  width: 100%;
  flex: 1; }

.bg-box--green .text:before {
  background-color: #90c4b3;
  width: .8em;
  height: 2.5em;
  left: 0;
  top: 2em;
  transform: translate3d(-0.8em, 0, 0); }

.bg-box--green .text:after {
  background-color: #117358;
  background-image: url(img/noop.png);
  width: 2em;
  height: 2em;
  right: -1.5em;
  top: 4em;
  box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.3); }

.bg-box--green .box--button {
  background-color: #117358; }
  .bg-box--green .box--button + .bufu:before {
    background: rgba(0, 0, 0, 0.02) !important; }
  .bg-box--green .box--button:hover {
    background-image: url(img/noop.png);
    background-color: #0e8b72; }
  .bg-box--green .box--button:before {
    background-color: #90c4b3;
    width: 1em;
    height: 4em;
    right: 0;
    bottom: 1.4em;
    transform: translate3d(1em, 0, 0); }
  .bg-box--green .box--button:after {
    background-color: #00917b;
    width: 5em;
    height: .6em;
    right: 0;
    bottom: -.6em;
    transform: translate3d(0.2rem, 0, 0); }

.bg-box--blu .text {
  color: #fff;
  background-image: url(img/noop.png), linear-gradient(to bottom right, #279ad1, #2fa1d8);
  background-color: #279ad1; }
  .bg-box--blu .text:before {
    background-color: #96e0ef;
    width: .8em;
    height: 4em;
    left: 0;
    top: 4em;
    transform: translate3d(-0.8em, 0, 0); }
  .bg-box--blu .text:after {
    background-color: #00a9c7;
    background-image: url(img/noop.png);
    width: 2em;
    height: 2em;
    right: -.6em;
    top: -.4em;
    box-shadow: -2px 4px 14px rgba(0, 0, 0, 0.4); }

.bg-box--blu .image:first-child:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #96e0ef;
  width: 4em;
  height: 1em;
  right: 0;
  bottom: 0;
  transform: translate3d(-3em, 0, 0); }
  @media (min-width: 768px) {
    .bg-box--blu .image:first-child:after {
      transform: translate3d(3em, 0, 0); } }

.bg-box--blu .box--button {
  background-color: #2482ae; }
  .bg-box--blu .box--button + .bufu:before {
    background-color: #00a9c7; }
  .bg-box--blu .box--button:hover {
    background-image: url(img/noop.png);
    background-color: #005c83; }
  .bg-box--blu .box--button:before {
    background-color: #96e0ef;
    width: 1em;
    height: 4em;
    right: 0;
    bottom: -1.4em;
    transform: translate3d(1em, 0, 0); }
  .bg-box--blu .box--button:after {
    background-color: #00859d;
    width: 5em;
    height: .6em;
    left: 1em;
    bottom: -.6em; }

.bg-box--purple .text {
  padding-right: 0;
  padding-left: 2em;
  padding-right: 15px;
  color: #fff;
  background-image: url(img/noop.png), linear-gradient(to bottom right, #b83c67, #c1426e);
  background-color: #b83c67; }
  .bg-box--purple .text .col-lg-8 {
    padding-bottom: 3rem; }
    @media (min-width: 992px) {
      .bg-box--purple .text .col-lg-8 {
        padding-bottom: 0; } }
  .bg-box--purple .text:before {
    background-color: #c36e80;
    width: 14px;
    height: 3em;
    left: 0;
    top: 4em;
    transform: translate3d(-14px, 0, 0); }
  .bg-box--purple .text:after {
    background-color: #b1325d;
    width: 1.5em;
    height: 1.5em;
    left: 0;
    top: 3em; }

.bg-box--purple .image:first-child:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #96e0ef;
  width: 4em;
  height: 1em;
  right: 0;
  bottom: 0;
  transform: translate3d(3em, 0, 0); }

.bg-box--purple a.box--button {
  background-image: url(img/noop.png);
  background-color: #9e2e53; }
  .bg-box--purple a.box--button + .bufu:before {
    background-color: #9e2e53; }
  .bg-box--purple a.box--button:hover {
    background-image: url(img/noop.png);
    background-color: #94274c; }
  @media (min-width: 992px) {
    .bg-box--purple a.box--button {
      bottom: 4em; }
      .bg-box--purple a.box--button + .bufu:before {
        bottom: 3em; } }
  .bg-box--purple a.box--button:after {
    background-color: #c36e80;
    width: 1em;
    height: 1em;
    right: 0;
    bottom: 1em;
    transform: translate3d(1em, 0, 0); }
  .bg-box--purple a.box--button:before {
    background-color: #95274c;
    width: 5em;
    height: .8em;
    right: 2em;
    bottom: -.8em; }

.bg-box--accent .text {
  padding-bottom: 0;
  padding-top: 0;
  background-color: #0060a8;
  background-image: url(img/noop.png);
  color: #fff; }
  .bg-box--accent .text h1 {
    position: relative; }
    .bg-box--accent .text h1:before {
      width: 1em;
      height: 1em;
      position: absolute;
      background: #005c83;
      background-image: url(img/noop.png);
      left: -1.8em;
      top: -0.5em;
      box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.56); }
  .bg-box--accent .text:before {
    background-color: #96e0ef;
    width: 1em;
    height: 2.5em;
    left: 0;
    top: 4em;
    transform: translate3d(-1em, 0, 0); }

.bg-box--accent a.box--button {
  background-color: transparent;
  border: .1rem solid #fff;
  bottom: calc(-100% + 7rem);
  left: calc(50% - 4rem);
  position: relative; }
  @media (min-width: 768px) {
    .bg-box--accent a.box--button {
      left: 2rem; } }
  .bg-box--accent a.box--button + .bufu:before {
    left: initial;
    right: 0;
    bottom: 0; }
  .bg-box--accent a.box--button:hover {
    border-color: transparent;
    background-color: #00a7e2; }
    .bg-box--accent a.box--button:hover + .bufu:before {
      background-color: #005c83;
      left: initial; }
  .bg-box--accent a.box--button:before {
    content: "";
    background-color: #d1e6f7;
    display: block;
    width: 3rem;
    height: .8rem;
    position: absolute;
    bottom: -4.9rem;
    left: -1rem;
    z-index: 2; }
  .bg-box--accent a.box--button:after {
    background-color: #005c83;
    background-image: url(img/noop.png);
    width: 1.8rem;
    height: 4rem;
    left: 1rem;
    bottom: -4.1rem;
    transform: translate3d(0.2rem, 0, 0); }

@media (min-width: 768px) {
  .bg-box--accent .text > .row > [class^=col-], .bg-box--accent .list-icon--wrapper .text > ul > [class^=col-], .list-icon--wrapper .bg-box--accent .text > ul > [class^=col-] {
    padding-top: 2em;
    padding-bottom: 2em; } }

.bg-box--accent .text > .row > [class^=col-]:nth-child(2):before, .bg-box--accent .list-icon--wrapper .text > ul > [class^=col-]:nth-child(2):before, .list-icon--wrapper .bg-box--accent .text > ul > [class^=col-]:nth-child(2):before {
  content: "";
  display: block;
  position: absolute;
  background-color: #005c83;
  background-image: url(img/noop.png);
  width: 3em;
  height: 1em;
  top: -.5em;
  bottom: 0;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.56); }

.bg-box--accent .text > .row > [class^=col-]:last-child, .bg-box--accent .list-icon--wrapper .text > ul > [class^=col-]:last-child, .list-icon--wrapper .bg-box--accent .text > ul > [class^=col-]:last-child {
  margin-top: 4em; }
  .bg-box--accent .text > .row > [class^=col-]:last-child:before, .bg-box--accent .list-icon--wrapper .text > ul > [class^=col-]:last-child:before, .list-icon--wrapper .bg-box--accent .text > ul > [class^=col-]:last-child:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #005c83;
    background-image: url(img/noop.png);
    width: 2em;
    height: 2em;
    right: 0;
    bottom: 0; }

.action-col {
  background-color: #e0eaf3;
  margin-left: 15px;
  margin-right: 15px; }
  @media (min-width: 576px) {
    .action-col {
      margin-left: 0;
      margin-right: 0;
      background-color: transparent; } }

.bg-box--info-top {
  display: flex;
  flex: 1;
  flex-basis: 100%;
  max-width: 370px;
  font-size: .7rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
  @media (min-width: 576px) {
    .bg-box--info-top {
      padding-top: .5rem; } }
  @media (min-width: 768px) {
    .bg-box--info-top {
      padding-top: 0;
      font-size: 1rem; } }
  .bg-box--info-top .icon {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    background-image: url(img/noop.png);
    background-color: #00a9c7;
    color: #fff;
    padding: .5rem 0; }
    .bg-box--info-top .icon i {
      font-size: 1.5em;
      transform-origin: center;
      transform: rotate(90deg); }
    .bg-box--info-top .icon:before, .bg-box--info-top .icon:after {
      border-radius: 3px 3px 0 0; }
    .bg-box--info-top .icon:before {
      display: block;
      width: 18px;
      height: 3em;
      background-image: linear-gradient(to bottom, #008cb7, #00a9c7);
      position: absolute;
      left: 8px;
      bottom: 0;
      transform: translate3d(-100%, 0, 0); }
    .bg-box--info-top .icon:after {
      display: block;
      width: 1em;
      height: 1em;
      background: #0070a8 url(img/noop.png);
      position: absolute;
      left: 0;
      bottom: 0; }
  .bg-box--info-top .text {
    position: relative;
    display: flex;
    padding-top: 1em;
    padding-bottom: 1em;
    flex: 5;
    text-transform: uppercase;
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: #0070a8;
    background-image: url(img/noop.png), linear-gradient(to bottom right, #00a9c7, #0070a8) !important;
    color: #fff;
    padding-left: 1em;
    padding-right: 1em;
    font-family: sans-serif; }
    @media (min-width: 768px) {
      .bg-box--info-top .text {
        flex: 3;
        padding-bottom: 0;
        padding-top: 0; } }
    .bg-box--info-top .text h2 {
      font-weight: 400;
      color: inherit;
      font-size: 1.3em;
      margin-bottom: 0;
      margin-top: 0; }
    .bg-box--info-top .text a {
      font-size: 2.1em;
      color: #fff; }
    .bg-box--info-top .text:after {
      display: block;
      width: 14px;
      height: 40px;
      background-image: linear-gradient(to bottom, #008cb7, #00a9c7);
      position: absolute;
      right: -7px;
      top: 0;
      border-radius: 0 0 3px 3px; }
    .bg-box--info-top .text:before {
      display: block;
      width: 25px;
      height: 25px;
      background: #005c83 url(img/noop.png);
      position: absolute;
      right: -4px;
      top: 25px;
      border-radius: 3px; }

.bg-box--map {
  float: none;
  margin: 0 auto;
  padding-bottom: 2rem; }
  .bg-box--map ul li {
    padding-left: 0;
    list-style: none; }
  .bg-box--map .text {
    margin-top: -40px;
    padding: 0;
    background-color: #0e8c73;
    background-image: url(img/noop.png);
    color: #fff; }
    .bg-box--map .text h1 {
      position: relative;
      text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2); }
    .bg-box--map .text:before {
      background-color: #00917b;
      background-image: url(img/noop.png);
      width: 1em;
      height: 2.5em;
      left: 0;
      top: 4em;
      transform: translate3d(-0.8em, 0, 0);
      z-index: 1001;
      box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.56); }
    .bg-box--map .text:after {
      content: "";
      display: block;
      width: 1em;
      height: 1em;
      position: absolute;
      background: #28bda4;
      background-image: url(img/noop.png);
      right: 1em;
      bottom: 4rem;
      box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.56); }
  .bg-box--map .text > .row > [class^=col-], .bg-box--map .list-icon--wrapper .text > ul > [class^=col-], .list-icon--wrapper .bg-box--map .text > ul > [class^=col-] {
    padding-right: 0;
    padding-top: 1em;
    padding-bottom: 0; }
    .bg-box--map .text > .row > [class^=col-] h1, .bg-box--map .list-icon--wrapper .text > ul > [class^=col-] h1, .list-icon--wrapper .bg-box--map .text > ul > [class^=col-] h1 {
      margin-bottom: 0; }
    @media (min-width: 992px) {
      .bg-box--map .text > .row > [class^=col-], .bg-box--map .list-icon--wrapper .text > ul > [class^=col-], .list-icon--wrapper .bg-box--map .text > ul > [class^=col-] {
        padding-top: 2em;
        padding-bottom: 2em; } }
    .bg-box--map .text > .row > [class^=col-]:nth-child(2):before, .bg-box--map .list-icon--wrapper .text > ul > [class^=col-]:nth-child(2):before, .list-icon--wrapper .bg-box--map .text > ul > [class^=col-]:nth-child(2):before {
      content: "";
      display: block;
      position: absolute;
      background-color: #28bda4;
      background-image: url(img/noop.png);
      width: 4em;
      height: 1.5em;
      top: -1em;
      bottom: 0;
      left: 2em;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.17); }
    .bg-box--map .text > .row > [class^=col-]:last-child:before, .bg-box--map .list-icon--wrapper .text > ul > [class^=col-]:last-child:before, .list-icon--wrapper .bg-box--map .text > ul > [class^=col-]:last-child:before {
      content: "";
      display: block;
      position: absolute;
      background-color: #28bda4;
      background-image: url(img/noop.png);
      width: 2em;
      height: 2em;
      right: 3em;
      bottom: 1em;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.17); }
      @media (min-width: 992px) {
        .bg-box--map .text > .row > [class^=col-]:last-child:before, .bg-box--map .list-icon--wrapper .text > ul > [class^=col-]:last-child:before, .list-icon--wrapper .bg-box--map .text > ul > [class^=col-]:last-child:before {
          right: 1em; } }

.color-ruler {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  z-index: 1000;
  overflow: hidden; }
  .color-ruler .square {
    width: 40px;
    height: 40px; }
  .color-ruler .square-1 {
    background: rgba(12, 106, 90, 0.916667) url(img/noop.png); }
  .color-ruler .square-2 {
    background: rgba(0, 133, 111, 0.833333) url(img/noop.png); }
  .color-ruler .square-3 {
    background: rgba(0, 148, 123, 0.75) url(img/noop.png); }
  .color-ruler .square-4 {
    background: rgba(0, 163, 136, 0.666667) url(img/noop.png); }
  .color-ruler .square-5 {
    background: rgba(0, 179, 149, 0.583333) url(img/noop.png); }
  .color-ruler .square-6 {
    background: rgba(0, 194, 162, 0.5) url(img/noop.png); }
  .color-ruler .square-7 {
    background: rgba(0, 209, 174, 0.416667) url(img/noop.png); }
  .color-ruler .square-8 {
    background: rgba(0, 224, 187, 0.333333) url(img/noop.png); }
  .color-ruler .square-9 {
    background: rgba(0, 240, 200, 0.25) url(img/noop.png); }
  .color-ruler .square-10 {
    background: rgba(0, 255, 213, 0.166667) url(img/noop.png); }
  .color-ruler .square-11 {
    background: rgba(15, 255, 215, 0.0833333) url(img/noop.png); }
  .color-ruler .square-12 {
    background: rgba(31, 255, 218, 0) url(img/noop.png); }
  .color-ruler .square-13 {
    background: rgba(46, 255, 220, 0) url(img/noop.png); }
  .color-ruler .square-14 {
    background: rgba(61, 255, 223, 0) url(img/noop.png); }
  .color-ruler .square-15 {
    background: rgba(77, 255, 225, 0) url(img/noop.png); }
  .color-ruler .square-16 {
    background: rgba(92, 255, 228, 0) url(img/noop.png); }
  .color-ruler .square-17 {
    background: rgba(107, 255, 230, 0) url(img/noop.png); }
  .color-ruler .square-18 {
    background: rgba(122, 255, 233, 0) url(img/noop.png); }
  .color-ruler .square-19 {
    background: rgba(138, 255, 235, 0) url(img/noop.png); }
  .color-ruler .square-20 {
    background: rgba(153, 255, 238, 0) url(img/noop.png); }

.nav .menu > ul > li.icon--home {
  font-size: 0;
  display: none; }
  @media (min-width: 992px) {
    .nav .menu > ul > li.icon--home {
      display: block; } }
  .nav .menu > ul > li.icon--home a:after, .nav .menu > ul > li.icon--home a:before {
    display: none !important; }
  .nav .menu > ul > li.icon--home a:hover .icon--home path {
    fill: #005c83; }
  .nav .menu > ul > li.icon--home .label {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px; }
    @media (min-width: 992px) {
      .nav .menu > ul > li.icon--home .label {
        display: none; } }
  .nav .menu > ul > li.icon--home svg.icon--home {
    vertical-align: middle;
    display: inline-block;
    width: 16px; }
    .nav .menu > ul > li.icon--home svg.icon--home path {
      fill: #232b2f; }

.list--icon {
  position: relative;
  z-index: 1000;
  padding-left: 50px; }
  .list--icon li {
    margin-bottom: .4rem;
    font-size: 20px; }
    @media (min-width: 768px) {
      .list--icon li {
        white-space: nowrap; } }
  .list--icon .icon {
    font-size: 16px;
    display: inline-block;
    white-space: nowrap;
    direction: rtl;
    width: 24px;
    margin-right: 4px;
    text-align: center;
    font-family: sans-serif;
    text-transform: uppercase; }
    .list--icon .icon i {
      width: 24px;
      margin-left: 4px; }

.icon.circle .fas {
  padding: 30px;
  border: 1px solid;
  border-radius: 50%;
  margin: 10px; }

.btn-toggle-menu {
  box-sizing: content-box;
  cursor: pointer;
  color: #000;
  border: 0;
  background: transparent !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0 10px;
  line-height: 28px;
  font-size: 0;
  left: 0;
  top: 0;
  bottom: 0;
  transform: translate3d(0, 0, 0) scale(1);
  z-index: 10000;
  transition: 250ms bez(easeInOutBo) 200ms;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }
  @media (min-width: 992px) {
    .btn-toggle-menu {
      display: none; } }
  .btn-toggle-menu:after {
    content: "Menu";
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #000;
    position: relative; }
  .contrast .btn-toggle-menu {
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8); }
  .btn-toggle-menu .label {
    display: none;
    color: #000;
    background: transparent;
    vertical-align: middle;
    font-size: 18px;
    margin-left: 14px;
    transition: 250ms bez(easeInOutBo);
    transform: scale(1);
    transform-origin: left center;
    opacity: 1; }
    .contrast .btn-toggle-menu .label {
      color: #fff;
      text-shadow: 0 0 4px rgba(0, 0, 0, 0.8); }
    .btn-toggle-menu .label:before {
      color: inherit;
      text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
      text-align: left;
      content: "CLOSE ";
      display: inline-block;
      width: 0;
      transition: 250ms bez(easeInOutBo) 200ms;
      transition-delay: 0;
      opacity: 0;
      transform: translate3d(-20px, 0, 0) scale(0); }
    .toggled .btn-toggle-menu .label {
      color: #000;
      text-shadow: none; }
    .toggled .btn-toggle-menu .label:before {
      text-shadow: none;
      color: #000;
      transform: translate3d(0, 0, 0) scale(1);
      transition-delay: 0;
      opacity: 1;
      width: 70px;
      margin-right: 10px;
      transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335); }
  .btn-toggle-menu:focus {
    box-shadow: none; }
  .toggled .btn-toggle-menu {
    text-shadow: none; }
  .pinned .btn-toggle-menu {
    position: relative;
    padding-top: 4px; }
    .pinned .btn-toggle-menu:after {
      content: "chiudi"; }

.burger {
  display: inline-flex;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  position: relative;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  font-size: 28px; }
  .burger span {
    display: flex;
    width: 100%;
    background-color: #232b2f;
    height: 2px;
    border-radius: 28px;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    transform-origin: center;
    transition: 250ms bez(easeInOutBo);
    transition-property: transform, opacity, background-color;
    opacity: 1;
    -moz-will-change: transform, opacity;
    will-change: transform, opacity; }
    .contrast .burger span {
      background-color: #fff;
      box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8); }
    .burger span:first-child {
      margin-top: 0;
      width: 60%;
      align-self: flex-start; }
    .burger span:last-child {
      margin-top: 0; }
    .toggled > .burger span {
      background: #000;
      box-shadow: none;
      transform: translate3d(0, 0, -9999px) rotate(0) scale(0);
      opacity: 0;
      transition: 250ms cubic-bezier(0.6, 0.04, 0.98, 0.335); }
      .toggled > .burger span:first-child {
        width: 28px;
        transform: translate3d(0, 7px, 0) rotate(45deg);
        opacity: 1; }
      .toggled > .burger span:last-child {
        width: 28px;
        transform: translate3d(0, -7px, 0) rotate(-45deg);
        opacity: 1; }

.discover {
  position: relative;
  height: 28px;
  text-align: left;
  text-transform: uppercase;
  overflow: hidden;
  font-family: sans-serif;
  line-height: 28px;
  display: inline-block;
  min-width: 100%;
  cursor: default;
  text-align: center;
  font-size: 12px; }
  @media (min-width: 576px) {
    .discover {
      text-align: left; } }
  .discover .layer {
    height: 28px;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: top;
    transform: translate3d(0, 0, 0); }
  .discover .layer:nth-child(1) {
    pointer-events: none; }
  .discover .layer:nth-child(2) {
    top: 28px; }
  .discover:hover .layer {
    top: -28px; }
  .discover:hover .layer:nth-child(2) {
    top: 0; }

[role=scroll-top] {
  position: absolute;
  bottom: 0;
  z-index: 100;
  background: #009688;
  color: #fff;
  border-style: solid;
  border-color: transparent;
  text-transform: uppercase;
  padding: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  max-width: 180px;
  left: calc(50% - 90px);
  box-shadow: 0 6px 20px -2px rgba(0, 0, 0, 0.8); }

.breadcrumbs--container {
  padding-top: .4rem;
  padding-bottom: .4rem;
  background-color: #f2eed9;
  color: #232b2f;
  font-size: 14px;
  box-shadow: inset 0 -4px 18px rgba(0, 0, 0, 0.05); }
  .breadcrumbs--container a {
    color: #494f52;
    display: inline-block;
    position: relative; }

.search {
  display: flex;
  flex-direction: row; }

.search-submit {
  border: none;
  background: transparent;
  font-family: sans-serif;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  color: #232b2f; }
  .search-submit i {
    display: inline-flex;
    vertical-align: middle;
    font-size: .8em;
    margin: 0 4px; }

.hr--center, .list-ol--wrapper h1:after, .list-ol--wrapper h2:after, .list-ol--wrapper h3:after, .list-ol--wrapper h4:after, .list-ol--wrapper h5:after, .list-ol--wrapper h6:after {
  background-color: #117358;
  margin: 30px auto 20px;
  max-width: 60px;
  border: 0;
  height: 4px; }

.list {
  margin: 10px auto 40px;
  padding: 0; }
  .list li:not(:first-child) {
    padding-top: 1rem; }
  .list--no-bullets {
    list-style: none; }

.list-icon--wrapper ul {
  padding: 0;
  display: flex; }

.list-icon--wrapper li {
  list-style: none;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 110px;
  min-height: 160px;
  vertical-align: middle;
  border-radius: 6px; }
  .list-icon--wrapper li:hover {
    color: #fff;
    background: #117358; }

.list-icon--wrapper i {
  left: 15px;
  top: 50%;
  margin-top: -40px;
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 2px solid #0a4736;
  background: #117358;
  border-radius: 50%;
  text-align: center;
  color: #f9f5e0;
  font-size: 1.5rem;
  text-shadow: 2px 2px 2px #0a4736; }

.list-radio {
  display: block;
  margin: 1rem auto 0;
  text-align: center; }
  .list-radio label {
    font-size: 16px;
    display: inline-block; }
  .list-radio .wpcf7-list-item {
    display: inline-block;
    padding-left: 10px;
    margin-left: 0; }
    .list-radio .wpcf7-list-item input {
      display: none; }
    .list-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
      opacity: 1; }
    .list-radio .wpcf7-list-item .wpcf7-list-item-label {
      cursor: pointer;
      position: relative;
      padding-left: 28px; }
      .list-radio .wpcf7-list-item .wpcf7-list-item-label:before, .list-radio .wpcf7-list-item .wpcf7-list-item-label:after {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        transform-origin: 50%; }
      .list-radio .wpcf7-list-item .wpcf7-list-item-label:before {
        background: rgba(0, 0, 0, 0.1);
        width: 20px;
        height: 20px;
        border-radius: 3px;
        border: 2px solid rgba(0, 0, 0, 0.1); }
      .list-radio .wpcf7-list-item .wpcf7-list-item-label:after {
        opacity: 0;
        width: 12px;
        top: -6px;
        height: 22px;
        left: 4px;
        transform: rotate(45deg);
        border-right: 3px solid #117358;
        border-bottom: 3px solid #117358;
        transition: opacity 350ms cubic-bezier(0.075, 0.82, 0.165, 1);
        z-index: 1; }

.list-ol--wrapper ol {
  counter-reset: ordered-list-counter;
  margin: 20px auto;
  list-style: none;
  padding: 0; }

.list-ol--wrapper h1, .list-ol--wrapper h2, .list-ol--wrapper h3, .list-ol--wrapper h4, .list-ol--wrapper h5, .list-ol--wrapper h6 {
  margin-top: 0; }
  .list-ol--wrapper h1:after, .list-ol--wrapper h2:after, .list-ol--wrapper h3:after, .list-ol--wrapper h4:after, .list-ol--wrapper h5:after, .list-ol--wrapper h6:after {
    content: "";
    display: block;
    width: 100%;
    max-width: 30px;
    margin: 20px 0 0 0; }

.list-ol--wrapper > ol > li {
  list-style: none;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 110px;
  padding-right: 15px;
  min-height: 140px;
  vertical-align: middle;
  border-radius: 6px;
  counter-increment: ordered-list-counter; }
  .list-ol--wrapper > ol > li:before {
    content: counter(ordered-list-counter);
    left: 15px;
    top: 20px;
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 2px solid #0a4736;
    background: #117358;
    border-radius: 50%;
    text-align: center;
    color: #f9f5e0;
    font-size: 2rem;
    text-shadow: 2px 2px 2px #0a4736;
    font-weight: 700; }
  .list-ol--wrapper > ol > li li {
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 10px;
    display: block;
    border-radius: 6px; }
  .list-ol--wrapper > ol > li li:before {
    counter-increment: ordered-list-counter;
    content: counter(ordered-list-counter, lower-alpha) " —";
    font-weight: 700;
    margin: 10px;
    margin-left: -40px; }

h1.title-label, h2.title-label, h3.title-label, h4.title-label, h5.title-label, h6.title-label {
  margin-top: 1rem;
  display: inline-block; }
  @media (max-width: 991.98px) {
    h1.title-label, h2.title-label, h3.title-label, h4.title-label, h5.title-label, h6.title-label {
      margin: 1rem; } }
  h1.title-label span.label, h2.title-label span.label, h3.title-label span.label, h4.title-label span.label, h5.title-label span.label, h6.title-label span.label {
    font-family: sans-serif;
    display: block;
    font-size: 1rem;
    font-weight: 400; }

#toc_container {
  margin: 1rem !important; }
  @media (min-width: 768px) {
    [role=main] #toc_container {
      display: none; } }

.toc_widget,
#toc_container {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 25px 15px 10px;
  margin: 10px -15px 0 0;
  margin-top: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }
  .toc_widget a:after,
  #toc_container a:after {
    display: none; }
  .toc_widget h3,
  #toc_container h3 {
    margin-top: 0; }
    .toc_widget h3:before,
    #toc_container h3:before {
      position: relative;
      margin-left: -40px;
      margin-right: 10px;
      background: #117358;
      content: "";
      display: inline-block;
      width: 40px;
      height: 2px;
      /* margin-top: 20px; */
      vertical-align: middle; }
  .toc_widget ul,
  #toc_container ul {
    padding: 0; }
  .toc_widget .toc_number,
  #toc_container .toc_number {
    background: #117358;
    border-radius: 50%;
    /* padding: 2px; */
    color: #fff;
    font-size: 14px;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-left: -28px; }
  .toc_widget a,
  #toc_container a {
    display: block;
    padding-left: 28px;
    line-height: 1rem;
    padding-bottom: 10px; }
  .toc_widget a:hover,
  #toc_container a:hover {
    color: #117358; }

blockquote {
  background: #117358;
  padding: 15px;
  color: #fff;
  position: relative;
  margin: 20px auto 80px;
  max-width: 640px; }
  blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6 {
    color: inherit !important; }
  blockquote a {
    color: #fff; }
  blockquote:before {
    position: absolute;
    content: "";
    display: block;
    width: 106%;
    height: 100%;
    left: -3%;
    top: 10%;
    border: 1px solid rgba(17, 115, 88, 0.5);
    z-index: -1;
    margin: 0 auto; }

.sidebar {
  position: relative;
  margin-top: 0 !important; }

.cli_messagebar_head {
  font-size: 28px;
  margin: 0 0 10px; }

#cookie-law-info-bar span {
  max-width: 600px;
  display: inline-block; }

.auto-segnalazione-checkbox {
  display: inline-block;
  padding: 4px 8px;
  margin-left: 4px;
  border-radius: 4px; }
  .auto-segnalazione-checkbox span.wpcf7-list-item {
    margin: 0; }

.form .form-group {
  padding: 0 8px; }
  @media (min-width: 992px) {
    .form .form-group {
      padding: 0 15px; } }
  .form .form-group > input, .form .form-group select, .form .form-group textarea {
    margin-top: 10px;
    margin-bottom: 8px; }

.wpcf7-form {
  padding: 0;
  background: transparent; }

.form input[type="text"],
.form input[type="number"],
.form input[type="email"],
.form input[type="password"],
.form input[type="tel"] {
  width: 100%; }

.auto-segnalazione-checkbox {
  font-size: 15px; }

.logo-inline {
  max-width: 260px; }
  .logo-inline g.tagline [data-letter],
  .logo-inline g.denomination [data-letter],
  .logo-inline g.name [data-letter] {
    fill: #232b2f; }
  .logo-inline g.name [data-letter=a] {
    fill: #117358; }

.bg--important {
  background-color: #ffe206; }

.bd-color--main {
  border: 2px solid #117358 !important; }

.color--main {
  color: #0a4736 !important; }

.sidebar {
  margin-top: 1rem; }

#sidebar-header,
.sidebar-header {
  flex: 1;
  align-content: flex-end; }
  #sidebar-header > .container > .row, #sidebar-header > .list-icon--wrapper > .row, .list-icon--wrapper #sidebar-header > .container > ul, #sidebar-header > .list-icon--wrapper > ul,
  .sidebar-header > .container > .row,
  .sidebar-header > .list-icon--wrapper > .row,
  .list-icon--wrapper .sidebar-header > .container > ul,
  .sidebar-header > .list-icon--wrapper > ul {
    justify-content: flex-end; }

.sidebar-header {
  display: flex;
  align-items: center; }
  .sidebar-header > div {
    width: 100%; }

.bd-separators [class*=col-] {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .bd-separators [class*=col-]:nth-child(even) {
      border-left: 1px solid rgba(0, 0, 0, 0.2);
      border-right: 1px solid rgba(0, 0, 0, 0.2); } }
  @media (min-width: 768px) {
    .bd-separators [class*=col-]:nth-child(even) {
      border-left: 1px solid rgba(0, 0, 0, 0.2); } }
  @media (max-width: 767.98px) {
    .bd-separators [class*=col-]:nth-child(even):after, .bd-separators [class*=col-]:nth-child(even):before {
      content: "";
      display: inline-block;
      margin: 0 auto;
      width: 40px;
      height: 4px;
      background: rgba(0, 0, 0, 0.1); }
    .bd-separators [class*=col-]:nth-child(even):before {
      margin-bottom: 20px; } }

.hidden {
  visibility: hidden !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important; }

.page-cover--wrapper {
  background-size: cover;
  background-position: center;
  height: 320px;
  position: relative; }
  .page-cover--wrapper * {
    color: #fff !important; }
  .page-cover--wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent, rgba(0, 0, 0, 0.2)); }
  .page-cover--wrapper .container, .page-cover--wrapper .list-icon--wrapper {
    position: relative;
    z-index: 1; }

.page-title--wrapper .page-title {
  margin-top: 2rem;
  margin-bottom: 0; }

#home--map iframe {
  width: 100%;
  min-height: 70vh;
  display: block; }

img {
  max-width: 100%;
  height: auto; }

.row, .list-icon--wrapper ul {
  flex-basis: 100%; }

.ul-reset {
  margin: 0;
  padding: 0; }
  .ul-reset li {
    list-style: none; }

p:empty {
  height: 0;
  margin: 0;
  padding: 0; }

.top-header-menu {
  background: var(--background);
  position: relative; }

.infobox {
  --background: #00887d;
  background: var(--background);
  color: #fff;
  padding: 1em 2em;
  border-radius: 4px;
  margin: auto;
  position: relative; }
  .infobox::after, .infobox::before {
    content: '';
    border-radius: 4px;
    display: block;
    background-color: var(--background);
    position: absolute; }
  .infobox::before {
    width: 4em;
    height: 4em;
    left: -2.4em;
    top: -1em;
    z-index: -1;
    opacity: 0.35; }
  .infobox::after {
    width: 4em;
    height: 4em;
    right: -2.4em;
    bottom: -1em;
    z-index: -1;
    opacity: 0.7; }
  .infobox li {
    display: flex;
    align-items: center; }
  .infobox i {
    font-size: 1.5em;
    margin-right: 0.35em; }

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