@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Suez+One&display=swap);
@charset "UTF-8";
/* IMPORTS
---------------------------------------------- */
/*!
 * Bootstrap Grid v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* VARIABLES
---------------------------------------------- */
/* TYPOGRAPHY
---------------------------------------------- */
h1 {
  font-family: "Suez One", serif;
  color: rgb(14, 14, 14);
}

h2 {
  font-family: "Suez One", serif;
  color: rgb(14, 14, 14);
}

h3 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  color: rgb(14, 14, 14);
}

h4 {
  font-family: "Suez One", serif;
  font-weight: normal;
  font-size: 18px;
  color: rgb(14, 14, 14);
}

p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  color: rgb(14, 14, 14);
}

a {
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  color: #b17f4a;
}
a:hover {
  color: #8d653b;
}

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

li {
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  color: rgb(14, 14, 14);
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

.btn-primary {
  color: #fff;
  background-color: #186684 !important;
  border-color: #186684 !important;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1c779a !important;
  border-color: #1c779a !important;
}

#spacer {
  margin: 25px 0;
}

/* CODE DANNY
----------------------.------------------------ */
section#page-content .wp-block-columns.custom_column .wp-block-column .custom_main_image_fiets {
  width: 575px;
  height: 380px;
}
section#page-content .wp-block-columns.custom_column .wp-block-column .custom_main_image_fiets img {
  width: 575px;
  height: 380px;
}
section#page-content .wp-block-columns.custom_column .wp-block-column .custom_main_image {
  height: 250px;
  margin-right: 25px;
}
section#page-content .wp-block-columns.custom_column .wp-block-column .custom_main_image img {
  height: 250px;
}
section#page-content .wp-block-columns .wp-block-column h2 a:after {
  content: "";
  display: block;
  margin: auto;
  height: 2px;
  width: 0px;
  background: transparent;
  transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
section#page-content .wp-block-columns .wp-block-column h2 a:hover:after {
  width: 100%;
  background: #b17f4a;
  border: 1px;
}
section#page-content .wp-block-columns .wp-block-column figure {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
section#page-content .wp-block-columns .wp-block-column figure.custom_img {
  height: 125px;
  transition: 0.5s ease-in-out;
}
section#page-content .wp-block-columns .wp-block-column figure.custom_img:hover {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
section#page-content .wp-block-columns .wp-block-column figure.custom_img img {
  height: 125px;
  -o-object-fit: cover;
     object-fit: cover;
}
section#page-content .wp-block-columns .wp-block-column figure img {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  transition-timing-function: ease-in;
  transition: 1.5s;
}
section#page-content .wp-block-columns .wp-block-column figure img:hover {
  transform: scale(1.1);
}

.swiper {
  padding-bottom: 10px !important;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper {
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  transition: 0.5s;
}
.mySwiper .swiper-slide .imgContainer {
  position: relative;
}
.mySwiper .swiper-slide .imgContainer .imgIcon {
  display: none;
}
.mySwiper .swiper-slide:hover {
  opacity: 1;
  cursor: pointer;
}
.mySwiper .swiper-slide:hover .imgIcon {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: white;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  margin: 0 auto;
}

/* BODY & MAIN
---------------------------------------------- */
html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

body,
body > * {
  margin: 0 auto;
  padding: 0;
  color: #282725;
}
body.no-scroll,
body > *.no-scroll {
  overflow: hidden !important;
  height: 100vh !important;
}

main {
  padding: 0;
  margin: 20px 0;
}

/* CONTAINERS
----------------------.------------------------ */
.container {
  max-width: 1400px !important;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  max-width: 2400px !important;
}

.max-width {
  max-width: 1400px !important;
}

/* CUSTOM ELEMENTS
----------------------.------------------------ */
.menu-item-has-children:hover ul {
  display: block;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  font-family: "Font Awesome 6 Pro";
  content: "/f054";
  font-size: 14px;
  padding-left: 10px;
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
  margin: 0 0 100px;
  position: relative;
  zoom: 1;
  background: #fff;
  border-top: 5px solid #fff;
}

.flexslider .slides {
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 22px;
  display: inline-block;
  content: "\f053";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  background: white;
  padding: 5px;
}

.flex-direction-nav a.flex-next:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
}

.flex-direction-nav a.flex-prev {
  opacity: 0;
}

.flex-direction-nav a.flex-next {
  opacity: 0;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  display: inline-block;
  content: "\f053";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f053";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*------------------------*/
input:focus,
button:focus,
.form-control:focus {
  outline: none !important;
  box-shadow: none;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
}

/*---------signup-step-------------*/
.bg-color {
  background-color: #333;
}

.signup-step-container {
  padding: 20px 0px;
  padding-bottom: 60px;
}

.wizard .nav-tabs {
  position: relative;
  margin-bottom: 0;
  border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.connecting-line {
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 15px;
  z-index: 0;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

span.round-tab {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  left: 0;
  text-align: center;
  font-size: 16px;
  color: #0e214b;
  font-weight: 500;
  border: 1px solid #ddd;
}

span.round-tab i {
  color: #555555;
}

.wizard li.active span.round-tab {
  background-color: #186684;
  border-color: #186684;
  color: #fff;
}

.wizard li.active span.round-tab i {
  color: #64a19d;
}

.wizard .nav-tabs > li.active > a i {
  color: #64a19d;
}

.wizard .nav-tabs > li {
  width: 33%;
}

.wizard li:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: red;
  transition: 0.1s ease-in-out;
}

.wizard .nav-tabs > li a {
  width: 30px;
  height: 30px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
  background-color: transparent;
  position: relative;
  top: 0;
}

.wizard .nav-tabs > li a i {
  position: absolute;
  top: -15px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 700;
  color: #000;
}

.wizard .nav-tabs > li a:hover {
  background: transparent;
}

.wizard .tab-pane {
  position: relative;
  /*border: 1px solid lightgrey;*/
  /*padding: 27px;*/
  border-radius: 5px;
}

.wizard h3 {
  margin-top: 0;
}

.prev-step,
.next-step {
  font-size: 13px;
  padding: 8px 24px;
  border: none;
  border-radius: 4px;
  margin-top: 30px;
}

.step-head {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

.term-check {
  font-size: 14px;
  font-weight: 400;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 40px;
  margin: 0;
  opacity: 0;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 40px;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 2;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 38px;
  padding: 0.375rem 0.75rem;
  line-height: 2;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.footer-link {
  margin-top: 30px;
}

.list-content {
  margin-bottom: 10px;
}

.list-content a {
  padding: 10px 15px;
  width: 100%;
  display: inline-block;
  background-color: #f5f5f5;
  position: relative;
  color: #565656;
  font-weight: 400;
  border-radius: 4px;
}

.list-content a[aria-expanded=true] i {
  transform: rotate(180deg);
}

.list-content a i {
  text-align: right;
  position: absolute;
  top: 15px;
  right: 10px;
  transition: 0.5s;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fdfdfd;
}

.list-box {
  padding: 10px;
}

.signup-logo-header .logo_area {
  width: 200px;
}

.signup-logo-header .nav > li {
  padding: 0;
}

.signup-logo-header .header-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-inline li {
  display: inline-block;
}

.pull-right {
  float: right;
}

@media (max-width: 767px) {
  .sign-content h3 {
    font-size: 40px;
  }
  .wizard .nav-tabs > li a i {
    display: none;
  }
  .signup-logo-header .navbar-toggle {
    margin: 0;
    margin-top: 8px;
  }
  .signup-logo-header .logo_area {
    margin-top: 0;
  }
  .signup-logo-header .header-flex {
    display: block;
  }
}
/* HEADERS
----------------------.------------------------ */
#topbar .branding-container {
  position: relative;
  z-index: 99;
}
#topbar .branding-container img {
  padding: 10px 0;
  width: 100%;
  height: auto;
  max-width: 380px;
}
#topbar .topmenu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#topbar .topmenu ul {
  justify-content: flex-end;
  flex-direction: row;
  padding: 3% 0;
  gap: 24px;
}
#topbar .topmenu ul li {
  display: flex;
  align-items: center;
}
#topbar .topmenu ul li.book {
  transition: all 150ms ease-in-out;
  border-radius: 5px;
  background: #b17f4a;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px 20px;
}
#topbar .topmenu ul li.book a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
}
#topbar .topmenu ul li.book a:hover {
  color: #fff;
}
#topbar .topmenu ul li.book:before {
  font: var(--fa-font-solid);
  content: "\e0d3";
  color: #fff;
  padding-right: 10px;
}
#topbar .topmenu ul li.book:hover {
  background: #8d653b;
  color: #fff;
}
#topbar .topmenu ul li a {
  font-size: 16px;
  padding: 8px;
  color: #186684;
  font-weight: bold;
}
#topbar .topmenu ul li a:hover {
  color: #b17f4a;
}
#topbar .topmenu ul li a::after {
  display: none;
}
#topbar .topmenu ul li:hover {
  color: #b17f4a;
}
#topbar .topmenu ul li i.dropdown-toggle:before {
  display: none;
}
#topbar .topmenu ul li ul.dropdown-menu {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 100%;
  right: 0;
  left: auto;
}
#topbar .topmenu .wpml-ls-legacy-dropdown-click {
  width: -moz-fit-content;
  width: fit-content;
}
#topbar .topmenu .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
#topbar .topmenu .wpml-ls-legacy-list-horizontal ul {
  display: flex;
  gap: 0;
}

header#default-header {
  background: #186684;
}
header#default-header .navigation {
  margin-top: -45px;
}
header#default-header .navigation .main-menu {
  margin: 0 auto;
}
header#default-header .navigation .main-menu nav {
  justify-content: flex-end;
  padding-right: 0;
}
header#default-header .navigation .main-menu nav ul {
  align-items: center;
}
header#default-header .navigation .main-menu nav ul li {
  margin: 0 0 0 26px;
}
header#default-header .navigation .main-menu nav ul li i {
  display: none;
}
header#default-header .navigation .main-menu nav ul li a {
  font-size: 16px;
  color: white;
  font-weight: bold;
}
header#default-header .navigation .main-menu nav ul li a:hover {
  background: #2c7794;
  width: 100%;
}
header#default-header .navigation .main-menu nav ul li.hamburger {
  border-radius: 5px;
  background: #186684;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px 26px;
}
header#default-header .navigation .main-menu nav ul li.hamburger a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
}
header#default-header .navigation .main-menu nav ul li.hamburger a:hover {
  color: #fff;
}
header#default-header .navigation .main-menu nav ul li.hamburger a:after {
  content: none;
}
header#default-header .navigation .main-menu nav ul li.hamburger:after {
  font: var(--fa-font-thin);
  content: "\f0c9";
  font-size: 24px;
  color: #fff;
}
header#default-header .navigation .main-menu nav ul li.hamburger:hover {
  background: #b17f4a;
  color: #fff;
}
header#default-header .navigation .main-menu nav ul li ul.dropdown-menu {
  z-index: 3333;
}
header#default-header .navigation .main-menu nav ul li ul.dropdown-menu li a {
  color: #186684;
}
header#default-header .navigation .main-menu nav a.dropdown-item:hover {
  background: none;
}
header#default-header .navigation .main-menu nav button {
  padding-right: 0;
  z-index: 10000;
}
header#default-header .navigation .main-menu nav button i {
  font-size: 30px;
  color: #010101;
}
header#default-header .hero-container h1 {
  color: white;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3019607843));
}
header#default-header .searchbook .content {
  margin: 0 auto;
}
header#default-header .searchbook .content .titlebar h1 {
  color: white;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3019607843));
}
header#default-header .searchbook .content .searchbox {
  padding: 40px;
}
header#default-header .searchbook .content .searchbox.parcs form {
  display: flex;
  align-items: center;
}
header#default-header .searchbook .content .searchbox.parcs form .dropdown-form select {
  height: 60px;
  background: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0 15px;
  width: 100%;
}
header#default-header .searchbook .content .searchbox.parcs form .dropdown-options #wytowno {
  display: none;
}
header#default-header .searchbook .content .searchbox .bookzo .bookzo-search form.ng-valid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
header#default-header .searchbook .content .searchbox .bookzo .bookzo-search form.ng-valid .form-group-inline {
  width: calc(40% - 90px);
}
header#default-header .searchbook .content .searchbox .bookzo .bookzo-search form.ng-valid .form-group-inline .input-group .form-control {
  height: 60px;
  text-align: center;
  background: none;
  width: 115px;
}
header#default-header .searchbook .content .searchbox .bookzo .bookzo-search form.ng-valid .bookzo-search-submit {
  transition: all 150ms ease-in-out;
  width: calc(35% - 90px);
  padding: 18px 24px;
  background: #2c7331;
  border: none;
}
header#default-header .searchbook .content .searchbox .bookzo .bookzo-search form.ng-valid .bookzo-search-submit:hover {
  background: #1e4e21;
}
header#default-header .searchbook .content .searchbox::before {
  content: "";
  background: url(/wp-content/themes/balticparcs-theme/assets/images/balticparcs-birds-middle.png);
  position: absolute;
  z-index: 100;
  top: -70px;
  right: 10px;
  width: 100%;
  height: 55%;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

header#subpages-header {
  height: -moz-max-content;
  height: max-content;
}
header#subpages-header .topmenu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header#subpages-header .topmenu ul {
  justify-content: flex-end;
  flex-direction: row;
  gap: 24px;
}
header#subpages-header .topmenu ul li {
  display: flex;
  align-items: center;
}
header#subpages-header .topmenu ul li a {
  font-size: 16px;
  padding: 8px;
  color: #186684;
  font-weight: bold;
}
header#subpages-header .topmenu ul li a:hover {
  color: #b17f4a;
}
header#subpages-header .topmenu ul li a::after {
  display: none;
}
header#subpages-header .topmenu ul li:hover {
  color: #b17f4a;
}
header#subpages-header .topmenu ul li i.dropdown-toggle:before {
  display: none;
}
header#subpages-header .topmenu ul li ul.dropdown-menu {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 100%;
  right: 0;
  left: auto;
}
header#subpages-header .topmenu .wpml-ls-legacy-dropdown-click {
  width: -moz-fit-content;
  width: fit-content;
}
header#subpages-header .topmenu .wpml-ls-legacy-dropdown-click a {
  border: none;
}
header#subpages-header .topmenu .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
header#subpages-header .topmenu .wpml-ls-legacy-list-horizontal ul {
  display: flex;
  gap: 0;
}
header#subpages-header .branding-container img {
  padding: 15px 0;
  width: 100%;
  height: auto;
  max-width: 240px;
}
header#subpages-header nav {
  justify-content: flex-end;
  padding-right: 0;
}
header#subpages-header nav ul {
  align-items: center;
}
header#subpages-header nav ul li {
  margin: 0 0 0 8px;
}
header#subpages-header nav ul li i {
  display: none;
}
header#subpages-header nav ul li a {
  font-size: 16px;
  color: #282725;
  font-weight: bold;
}
header#subpages-header nav ul li a:hover {
  color: #b17f4a;
}
header#subpages-header nav ul li a:after {
  content: "";
  display: block;
  margin: auto;
  height: 2px;
  width: 0px;
  background: transparent;
  transition: width 0.3s ease, background-color 0.3s ease;
}
header#subpages-header nav ul li a:hover:after {
  width: 100%;
  background: #b17f4a;
  border: 1px;
}
header#subpages-header nav ul li.hamburger {
  border-radius: 5px;
  background: #186684;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px 26px;
}
header#subpages-header nav ul li.hamburger a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
}
header#subpages-header nav ul li.hamburger a:hover {
  color: #fff;
}
header#subpages-header nav ul li.hamburger a:after {
  content: none;
}
header#subpages-header nav ul li.hamburger:after {
  font: var(--fa-font-thin);
  content: "\f0c9";
  font-size: 24px;
  color: #fff;
}
header#subpages-header nav ul li.hamburger:hover {
  background: #b17f4a;
  color: #fff;
}
header#subpages-header nav ul li.book {
  border-radius: 5px;
  background: #186684;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px 20px;
}
header#subpages-header nav ul li.book a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
}
header#subpages-header nav ul li.book a:hover {
  color: #fff;
}
header#subpages-header nav ul li.book a:after {
  content: none;
}
header#subpages-header nav ul li.book:before {
  font: var(--fa-font-solid);
  content: "\e0d3";
  color: #fff;
}
header#subpages-header nav ul li.book:hover {
  background: #b17f4a;
  color: #fff;
}
header#subpages-header nav ul li ul.dropdown-menu {
  z-index: 3333;
}
header#subpages-header nav ul li ul.dropdown-menu li a {
  color: #186684;
}
header#subpages-header nav a.dropdown-item:hover {
  background: none;
}
header#subpages-header nav button {
  padding-right: 0;
  z-index: 10000;
}
header#subpages-header nav button i {
  font-size: 30px;
  color: #404040;
}
header#subpages-header .icon-container a i {
  font-size: 30px;
  text-align: right;
  float: right;
}
header#subpages-header .menu-item-has-children:hover ul {
  display: block;
}

header#checkout-header .branding-container img {
  padding: 15px 0;
  width: 100%;
  height: auto;
  max-width: 240px;
}

section#module {
  position: relative;
}
section#module .module-container {
  background: #f9f9f9;
}
section#module .module-container .flex-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
section#module .module-container .flex-row .flex-cell {
  flex-direction: column;
  justify-content: center;
  display: flex;
}
section#module .module-container .flex-row .flex-cell h1 {
  color: #186684;
  font-size: 54px;
  margin: 0;
}
section#module .module-container .flex-row .flex-cell h3 {
  color: #282725;
  font-size: 26px;
  font-family: "Suez One", serif;
  line-height: 40px;
  margin-bottom: 32px;
}
section#module .module-container .flex-row .flex-cell p {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 32px;
}
section#module .module-container .flex-row .flex-cell ul li {
  font-size: 16px;
  line-height: 40px;
}
section#module .module-container .flex-row .flex-cell ul li:before {
  font: var(--fa-font-regular);
  content: "\f00c";
  font-size: 18px;
  color: #31b500;
  padding-right: 5px;
}
section#module .image {
  width: 100%;
  height: 675px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section#module .image .button {
  position: absolute;
  bottom: 70px;
  left: 40px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  padding: 12px 28px 12px 28px;
  border: 1px solid #282725;
  font-weight: bold;
}
section#module .image .button:hover {
  background: #b17f4a;
  color: #fff;
  border-color: #fff;
}
section#module .zoekboek {
  background: transparent;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
section#module .zoekboek h2 {
  font-size: 38px;
  color: white;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3019607843));
}
section#module .zoekboek .section-title {
  margin-bottom: 60px;
}
section#module .zoekboek .section-title .bookzo {
  background: #fff;
  padding: 36px;
}
section#module .zoekboek .section-title .bookzo .bookzo-search form.ng-valid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
section#module .zoekboek .section-title .bookzo .bookzo-search form.ng-valid .form-group-inline {
  width: calc(40% - 90px);
}
section#module .zoekboek .section-title .bookzo .bookzo-search form.ng-valid .form-group-inline .input-group .form-control {
  height: 60px;
  text-align: center;
  background: none;
}
section#module .zoekboek .section-title .bookzo .bookzo-search form.ng-valid .bookzo-search-submit {
  transition: all 150ms ease-in-out;
  width: calc(35% - 90px);
  padding: 18px 24px;
  background: #2c7331;
  border: none;
}
section#module .zoekboek .section-title .bookzo .bookzo-search form.ng-valid .bookzo-search-submit:hover {
  background: #1e4e21;
}

section#showcase-block-page .hero-wrap {
  width: 100%;
  height: 20vw;
  position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
}
section#showcase-block-page .hero-wrap .text-block h1 {
  color: #fff;
  position: absolute;
  bottom: 15px;
}

/* PAGE Content Elements
----------------------.------------------------ */
/* USPS */
section#usp-list ul {
  display: inline-flex;
  justify-content: space-between;
  width: 100% !important;
  align-self: center !important;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}
section#usp-list ul li {
  min-width: 100px;
  max-width: 250px;
}
section#usp-list ul li article {
  position: relative;
  padding-left: 23px;
  text-align: left;
}
section#usp-list ul li article:before {
  display: block;
  width: 8px;
  height: 14px;
  border: solid #5aa423;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  content: "";
}
section#usp-list ul li article h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}
section#usp-list ul li article span {
  font-size: 14px;
  line-height: 22px;
  color: #999;
}
section#usp-list ul li a {
  font-weight: bold;
  text-decoration: none;
  font-size: 14px !important;
  line-height: 22px !important;
}
section#usp-list ul .item-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section#usp-list ul .item-full-height {
  height: 100% !important;
}

/*Carousel Gallery*/
#carousel-gallery {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0 30px;
  overflow: hidden;
}
#carousel-gallery .swiper-slide a {
  display: block;
  width: 100%;
  height: 156px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
#carousel-gallery .swiper-slide a:hover .image .overlay {
  opacity: 1;
}
#carousel-gallery .swiper-slide a .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
#carousel-gallery .swiper-slide a .image .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.8);
  text-align: center;
  opacity: 0;
  transition: all 0.2s linear;
}
#carousel-gallery .swiper-slide a .image .overlay i {
  color: #fff;
  font-size: 26px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
#carousel-gallery .swiper-pagination {
  position: relative;
  bottom: auto;
  text-align: center;
  margin-top: 20px;
}
#carousel-gallery .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.2s linear;
}
#carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 0.7;
}
#carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #186684;
  transform: scale(1.1, 1.1);
}

/*# Carousel Gallery*/
section#reviews h1 {
  color: #186684;
}
section#reviews .flexslider ul {
  display: flex;
  align-items: flex-end;
}
section#reviews .flexslider ul p {
  margin: 0;
}
section#reviews .flexslider .stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 32px;
  font-family: Times;
  line-height: 1;
  margin: 15px 0;
}
section#reviews .flexslider .stars::before {
  content: "★★★★★";
  letter-spacing: 2px;
  background: linear-gradient(90deg, #b17f4a var(--percent), #fff var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section#reviews .flexslider ol.flex-control-nav {
  display: inherit;
  padding: 0;
}
section#reviews .flexslider ol.flex-control-nav li a {
  border: 1px solid #000;
  background: transparent;
  width: 18px;
  height: 18px;
}
section#reviews .flexslider ol.flex-control-nav li a.flex-active {
  background: #b17f4a;
}

section#omgeving {
  /* --------------------------------------- */
  /* Bootstrap Slider */
  /* --------------------------------------- */
}
section#omgeving .filters .btn-group .btn {
  font-weight: bold;
  text-transform: uppercase;
}
section#omgeving .filters .btn-group .btn:hover {
  background-color: ccc;
  text-shadow: 0 1px hsla(0deg, 0%, 100%, 0.5);
  color: #222;
}
section#omgeving .filters .btn-group .btn:active,
section#omgeving .filters .btn-group .btn.is-checked {
  background-color: #2175b0;
  color: #fff;
}
section#omgeving .filters .filter {
  padding-bottom: 3rem !important;
}
section#omgeving .filters .filter b {
  padding: 0 10px;
}
section#omgeving .sliders {
  padding: 15px 0 30px 0;
}
section#omgeving .filter-section .filter-label {
  display: block;
  font-weight: bold;
}
section#omgeving .bootstrap-slider .slider-selection {
  background: #2175b0;
}
section#omgeving .cards .item {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  border: none;
  border-radius: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 0 30px;
}
section#omgeving .cards .item .card__inner {
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  height: 100%;
}
section#omgeving .cards .item .card__inner .card-image {
  flex: 0 0 auto;
  background: transparent;
  overflow: hidden;
  position: relative;
}
section#omgeving .cards .item .card__inner .card-image .card-image-link {
  display: block;
  height: 15vw;
}
section#omgeving .cards .item .card__inner .card-image .card-image-link img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 5px 10%;
     object-position: 5px 10%;
}
section#omgeving .cards .item .card__inner .card-body {
  padding: 25px 20px;
  background: transparent;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 1px;
}
section#omgeving .cards .item .card__inner .card-body .card-caption {
  flex: 1 1 auto;
  text-align: left;
}
section#omgeving .cards .item .card__inner .card-body .card-caption .card-title-link {
  margin: 0 0 0.5rem;
  text-decoration: none;
  color: #186684;
  display: block;
}
section#omgeving .cards .item .card__inner .card-body .card-caption .card-title-link h3 {
  margin: 0;
  color: inherit;
  font-size: 1.325rem;
  line-height: 1.2;
  font-family: "Suez One", serif, sans-serif;
}
section#omgeving .cards .item .card__inner .card-body .card-caption .card-description {
  flex: 1 1 auto;
  text-align: left;
  min-height: 100px;
}
section#omgeving .cards .item .card__inner .card-body .card-buttons {
  flex: 0 0 auto;
  margin: 15px 0 0;
}
section#omgeving .cards .item .card__inner .card-body .card-buttons .card-btn {
  background: #b17f4a;
  color: #fff;
  cursor: pointer;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  max-width: 100%;
  padding: 0.375rem 0.75rem;
}

section#page-content h2 {
  color: #186684;
  margin-bottom: 30px;
}
section#page-content .breadcrumbs {
  margin-bottom: 50px;
  font-size: 13px;
}
section#page-content .breadcrumbs a {
  color: #000;
}
section#page-content .svg-mask-wrapper {
  position: relative;
  width: 80%;
}
section#page-content .svg-mask-wrapper::before {
  content: "";
  background: url(/wp-content/themes/balticparcs-theme/assets/images/outline-overlay-blue.svg);
  position: absolute;
  z-index: 100;
  top: 0;
  left: -30px;
  top: 0;
  width: 108%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
section#page-content .about ul {
  margin: 2em 0;
}
section#page-content .about ul li {
  margin: 1em;
  margin-left: 1em;
}
section#page-content .about ul li:before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 33px;
  background-size: contain;
  background-image: url(/wp-content/themes/balticparcs-theme/assets/images/balticparcs-bird-liststyle.png);
  background-repeat: no-repeat;
  margin-right: 10px;
  background-position: center center;
  vertical-align: middle;
}
section#page-content .wp-block-columns {
  align-items: center !important;
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
section#page-content .wp-block-columns .wp-block-column.text {
  width: 20%;
}
section#page-content .wp-block-columns .wp-block-column h2 {
  text-align: center;
}
section#page-content .wp-block-columns .wp-block-column h2 a {
  color: #186684;
}
section#page-content .wp-block-columns .wp-block-column h2 a:hover {
  text-decoration: none;
  color: #b17f4a;
}
section#page-content .wp-block-columns .wp-block-column h3 {
  color: #b17f4a;
  margin-bottom: 18px;
}
section#page-content .wp-block-columns .wp-block-column ul li {
  margin: 1em;
  margin-left: 1em;
}
section#page-content .wp-block-columns .wp-block-column ul li:before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 33px;
  background-size: contain;
  background-image: url(/wp-content/themes/balticparcs-theme/assets/images/balticparcs-bird-liststyle.png);
  background-repeat: no-repeat;
  margin-right: 10px;
  background-position: center center;
  vertical-align: middle;
}
section#page-content .wp-block-columns .wp-block-column figure img {
  border-radius: 5px;
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#page-content .wp-block-columns .wp-block-column .wp-block-buttons .wp-block-button a {
  background: #186684;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
}
section#page-content .wp-block-columns .wp-block-column .wp-block-buttons .wp-block-button a:hover {
  color: #fff;
  text-decoration: none;
  background: #104559;
}

section#useful {
  height: 170px;
  background: #b17f4a;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
section#useful h2 {
  color: #fff;
}
section#useful .links {
  color: #fff;
}
section#useful .links ul {
  display: flex;
  justify-content: space-between;
}
section#useful .links ul .button {
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
}
section#useful .links ul .button i {
  color: #fff;
  padding-right: 5px;
}
section#useful .links ul .button:hover {
  background: white;
  color: #282725;
  text-decoration: none;
}
section#useful .links ul .button:hover i {
  color: #282725;
}

/* GALLERY PANELS
---------------------------------------------- */
section#panel {
  background: #186684;
}
section#panel .panel-title h1 {
  margin: 40px 0;
  color: #fff;
}
section#panel .panel-title::before {
  content: "";
  background: url(/wp-content/themes/balticparcs-theme/assets/images/balticparcs-birds-bottom.png);
  position: absolute;
  z-index: 100;
  top: -60px;
  left: 72%;
  width: 200px;
  height: 85px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
section#panel .row .panel-card {
  overflow: hidden;
}
section#panel .row .panel-card a.clickable {
  cursor: pointer;
}
section#panel .row .panel-card a.clickable .inner {
  position: relative;
  overflow: hidden;
  display: flex;
}
section#panel .row .panel-card a.clickable .inner:after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  transition: 0.5s;
  content: "";
}
section#panel .row .panel-card a.clickable .inner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 430px;
  transition-timing-function: ease-in;
  transition: 1.5s;
}
section#panel .row .panel-card a.clickable .inner:hover img {
  transform: scale(1.1);
  transition-timing-function: ease-in;
  transition: 1.5s;
}
section#panel .row .panel-card a.clickable .inner .item-title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 30px;
  font-weight: normal;
  word-wrap: break-word;
  word-break: break-word;
  transition: 0.5s;
}
section#panel .row .panel-card a.clickable h2 {
  font-size: 26px;
  line-height: 44px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
  color: #fff;
}
section#panel .row .panel-card a.clickable span {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
}

section#gallery {
  padding-top: 20px;
}
section#gallery .gallery-details .gallery-content .filtr-container h1 {
  font-size: 46px;
  color: #186684;
  margin: 20px 0;
}
section#gallery .gallery-details .gallery-content .filtr-container .gallery-block {
  margin-bottom: 30px;
  max-height: 415px;
}
section#gallery .gallery-details .gallery-content .filtr-container .gallery-block .filtr-item {
  overflow: hidden;
  position: relative;
  height: 100%;
}
section#gallery .gallery-details .gallery-content .filtr-container .gallery-block .filtr-item img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  transition: 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
section#gallery .gallery-details .gallery-content .filtr-container .gallery-block .filtr-item:hover img {
  transform: scale(1.5);
}
section#gallery .gallery-details .gallery-content .filtr-container .gallery-block .filtr-item .item-title {
  position: absolute;
  bottom: 15%;
  left: 8%;
  width: 80%;
  height: 10%;
}
section#gallery .gallery-details .gallery-content .filtr-container .gallery-block .filtr-item .item-title a {
  color: #fff;
  font-size: 26px;
  font-family: "Suez One", serif;
}
section#gallery .gallery-details .gallery-content .filtr-container .gallery-block .filtr-item .item-title a:after {
  font: var(--fa-font-solid);
  content: "\f35a";
  font-size: 32px;
  color: #fff;
  padding-left: 10px;
}
section#gallery .gallery-details .gallery-content .filtr-container .gallery-block .filtr-item .item-title p {
  color: #282725;
  font-size: 16px;
}
section#gallery .gallery-details .gallery-content .filtr-container .gallery-block .filtr-item .item-title span {
  padding-right: 30px;
}
section#gallery .gallery-details .gallery-content .filtr-container .gallery-block .filtr-item .item-title:hover a,
section#gallery .gallery-details .gallery-content .filtr-container .gallery-block .filtr-item .item-title:hover p {
  color: #fff;
  text-decoration: none;
}
section#gallery .gallery-details .gallery-content .filtr-container .gallery-block.bottom .filtr-item {
  max-height: 305px;
}
section#gallery .gallery-details .gallery-content .filtr-container .gallery-block.bottom .filtr-item img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  transition: 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
section#gallery .gallery-details .gallery-content .filtr-container .gallery-block.bottom .filtr-item:hover img {
  transform: scale(1.5);
}
section#gallery .gallery-details .gallery-content .filtr-container .gallery-block.bottom .item-title-bottom {
  background: transparent;
  padding: 6px;
}
section#gallery .gallery-details .gallery-content .filtr-container .gallery-block.bottom .item-title-bottom a {
  color: #186684;
  font-size: 24px;
  margin-bottom: 3px;
  display: block;
  font-family: "Suez One", serif;
}
section#gallery .gallery-details .gallery-content .filtr-container .gallery-block.bottom .item-title-bottom a:after {
  font: var(--fa-font-regular);
  content: "\f178";
  font-size: 14px;
  color: #186684;
  padding-left: 10px;
}
section#gallery .gallery-details .gallery-content .filtr-container .gallery-block.bottom .item-title-bottom p {
  color: #282725;
  font-size: 16px;
}
section#gallery .gallery-details .gallery-content .filtr-container .gallery-block.bottom .item-title-bottom span {
  padding-right: 30px;
}
section#gallery .gallery-details .gallery-content .filtr-container .gallery-block.bottom .item-title-bottom:hover a,
section#gallery .gallery-details .gallery-content .filtr-container .gallery-block.bottom .item-title-bottom:hover p {
  color: #b17f4a;
  text-decoration: none;
}

#movie-banner {
  margin: 150px 0;
}
#movie-banner .svg {
  width: 843px;
  height: 100%;
}
#movie-banner .image {
  width: 100%;
  height: 595px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
#movie-banner .image .text-area {
  position: absolute;
  top: 25%;
  left: -249px;
  z-index: 99;
  width: 50%;
  max-width: 520px;
}
#movie-banner .image .text-area h2 {
  font-size: 32px;
  color: white;
  margin-bottom: 25px;
}
#movie-banner .image .text-area p {
  color: white;
}
#movie-banner .image .text-area a {
  border: 1px solid white;
  padding: 15px 20px;
  color: white;
  border-radius: 5px;
  margin-top: 25px;
  display: inline-block;
}
#movie-banner .image .text-area a:hover {
  text-decoration: none;
  color: white;
  background: #b17f4a;
}
#movie-banner .image:before {
  content: "";
  background: url(/wp-content/themes/balticparcs-theme/assets/images/image-mask-banner.svg);
  position: absolute;
  z-index: 9;
  top: 0;
  left: -390px;
  width: 108%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}
#movie-banner .image:after {
  content: "";
  background: url(/wp-content/themes/balticparcs-theme/assets/images/image-outline-banner.svg);
  position: absolute;
  z-index: 19;
  left: -420px;
  top: 50px;
  width: 100%;
  height: 491px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

/* ACCOMMODATIE PAGINA'S
---------------------------------------------- */
body.page-template-template-accommodatie section#showcase-accommodatie {
  position: relative;
}
body.page-template-template-accommodatie section#showcase-accommodatie .showcase-image-wrapper .bookzo-object-part .clickable img.main-image:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(40, 39, 37, 0.9);
}
body.page-template-template-accommodatie section#showcase-accommodatie .showcase-image-wrapper .bookzo-object-part .clickable.item:not(.three-images) {
  max-height: 500px;
  padding: unset;
}
body.page-template-template-accommodatie section#showcase-accommodatie .showcase-image-wrapper .bookzo-object-part .clickable.item:not(.three-images) .main-image {
  max-height: 500px;
}
body.page-template-template-accommodatie section#showcase-accommodatie .showcase-image-wrapper .bookzo-object-part .clickable.item.ng-trigger {
  padding: 5px;
}
body.page-template-template-accommodatie section#showcase-accommodatie .heading-overlay {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
body.page-template-template-accommodatie section#showcase-accommodatie .heading-overlay h1 .bookzo {
  color: white;
  font-size: 46px;
}
body.page-template-template-accommodatie section#showcase-accommodatie .heading-overlay span {
  color: white;
}
body.page-template-template-accommodatie section#showcase-accommodatie .heading-overlay span a {
  color: white;
}
body.page-template-template-accommodatie section#post-content {
  margin-top: 150px;
}
body.page-template-template-accommodatie section#post-content .post-content-container h2 {
  margin-bottom: 15px;
  color: #b17f4a;
}
body.page-template-template-accommodatie section#post-content .post-content-container .bookzo-object-description span {
  color: #282725;
  line-height: 1.8;
  font-family: "Nunito Sans", sans-serif;
}
body.page-template-template-accommodatie section#post-content .selling-points-wrapper {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 30px;
  border-radius: 5px;
}
body.page-template-template-accommodatie section#post-content .selling-points-wrapper .title h4 {
  font-size: 20px;
  color: #282725;
  margin-bottom: 25px;
}
body.page-template-template-accommodatie section#post-content .selling-points-wrapper .content ul li {
  margin: 5px 0px;
}
body.page-template-template-accommodatie section#post-content .selling-points-wrapper .content ul li i {
  margin-right: 10px;
  color: #31b500;
  font-size: 22px;
}
body.page-template-template-accommodatie section#booking-cta {
  margin-top: 150px;
}
body.page-template-template-accommodatie section#booking-cta .booking-cta-wrapper {
  max-height: 850px;
  overflow: hidden;
  background: #333;
  position: relative;
}
body.page-template-template-accommodatie section#booking-cta .booking-cta-wrapper img {
  opacity: 75%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.page-template-template-accommodatie section#booking-cta .booking-cta-wrapper .booking-button {
  position: absolute;
  inset: 50% 50%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
}
body.page-template-template-accommodatie section#booking-cta .booking-cta-wrapper .booking-button a {
  display: block;
  color: white;
  background: #186684;
  padding: 15px 75px;
  border-radius: 5px;
  transition: all 250ms ease-out;
}
body.page-template-template-accommodatie section#booking-cta .booking-cta-wrapper .booking-button a i {
  transition: all 250ms ease-out;
  margin-left: 5px;
}
body.page-template-template-accommodatie section#booking-cta .booking-cta-wrapper .booking-button a:hover {
  background: #104559;
  padding: 15px;
  padding: 15px 70px;
  text-decoration: none;
}
body.page-template-template-accommodatie section#booking-cta .booking-cta-wrapper .booking-button a:hover i {
  margin-left: 15px;
}
body.page-template-template-accommodatie section#booking-cta .booking-cta-wrapper .booking-button p {
  text-align: center;
  color: white;
  margin-top: 10px;
  font-size: 14px;
  font-style: italic;
}
body.page-template-template-accommodatie section#easylinks {
  margin-bottom: 35px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
body.page-template-template-accommodatie section#easylinks .link-sidebar-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-template-template-accommodatie section#easylinks .link-sidebar-wrapper h2 {
  font-size: 24px;
  font-weight: 300;
}
body.page-template-template-accommodatie section#easylinks .link-sidebar-wrapper .link-container ul {
  margin: 25px;
  display: flex;
}
body.page-template-template-accommodatie section#easylinks .link-sidebar-wrapper .link-container ul li {
  text-align: center;
  margin: 0 10px;
}
body.page-template-template-accommodatie section#easylinks .link-sidebar-wrapper .link-container ul li a {
  color: #186684;
  padding: 15px;
  margin: 7.5px 0px;
  border: solid 1px #186684;
  border-radius: 5px;
  display: block;
  width: 100%;
  font-weight: 600;
}
body.page-template-template-accommodatie section#easylinks .link-sidebar-wrapper .link-container ul li a:hover {
  background: #186684;
  color: white;
  text-decoration: none;
}
body.page-template-template-accommodatie section#easylinks .link-sidebar-wrapper .link-container ul li.booking-link a {
  color: white;
  background: #f7931d;
  border: solid 1px #f7931d;
}
body.page-template-template-accommodatie section#easylinks .link-sidebar-wrapper .link-container ul li.booking-link a:hover {
  background: #d97908;
}
body.page-template-template-accommodatie section#information .usps-container {
  margin: 25px 0 75px 0;
}
body.page-template-template-accommodatie section#information .usps-container ul {
  display: flex;
  justify-content: center;
}
body.page-template-template-accommodatie section#information .usps-container ul li {
  width: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.page-template-template-accommodatie section#information .usps-container ul li img {
  max-width: 50%;
}
body.page-template-template-accommodatie section#information .images-wrapper .clickable .main-image {
  width: 100%;
  height: 100%;
}
body.page-template-template-accommodatie section#information #thumbslider ul li.video a:after {
  content: "\f144";
  color: white;
  font-family: "Font Awesome 6 Pro";
  font-size: 36px;
  display: block;
  position: absolute;
  top: 40%;
  left: 145px;
}
body.page-template-template-accommodatie section#information #thumbslider ul li a img {
  height: 210px;
}
body.page-template-template-accommodatie section#information .description-wrapper h2 {
  color: #b17f4a;
  text-align: center;
  margin-bottom: 10px;
}
body.page-template-template-accommodatie section#information .description-wrapper p {
  max-width: 750px;
  text-align: center;
  margin: auto;
  line-height: 1.8;
}
body.page-template-template-accommodatie section#information .review-logos {
  width: -moz-max-content;
  width: max-content;
  margin: 30px auto 75px auto;
}
body.page-template-template-accommodatie section#information .review-logos img {
  margin: 0px 20px;
  max-height: 65px;
}
body.page-template-template-accommodatie section#information .feature-list-wrapper {
  max-width: 1350px;
  margin: auto;
}
body.page-template-template-accommodatie section#information .feature-list-wrapper .title h3 {
  font-family: "Suez One", serif;
  color: #b17f4a;
  text-align: center;
  margin-bottom: 25px;
}
body.page-template-template-accommodatie section#information .feature-list-wrapper .feature-groups b.feature-group-heading {
  margin-bottom: 12px;
  display: block;
}
body.page-template-template-accommodatie section#information .feature-list-wrapper .feature-groups ul.feature li {
  margin: 5px 0px;
}
body.page-template-template-accommodatie section#information .feature-list-wrapper .feature-groups ul.feature li::before {
  font: var(--fa-font-solid);
  content: "\f00c";
  margin-right: 10px;
  color: #31b500;
}
body.page-template-template-accommodatie section#reviews {
  margin-top: 150px;
}
body.page-template-template-accommodatie section#reviews .review-wrapper h2 {
  text-align: center;
  color: #b17f4a;
  margin-bottom: 25px;
}
body.page-template-template-accommodatie section#reviews .review-wrapper .review-usps ul {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.page-template-template-accommodatie section#reviews .review-wrapper .review-usps ul li {
  margin: 10px;
}
body.page-template-template-accommodatie section#reviews .review-wrapper .review-usps ul li::before {
  font: var(--fa-font-solid);
  content: "\f00c";
  margin-right: 10px;
  color: #31b500;
}
body.page-template-template-accommodatie section#reviews .review-wrapper .review-logos {
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  margin-top: 50px;
}
body.page-template-template-accommodatie section#reviews .review-wrapper .review-logos img {
  margin: 0px 20px;
}
body.page-template-template-accommodatie section#testimonials {
  margin-top: 150px;
}
body.page-template-template-accommodatie section#testimonials h2 {
  text-align: center;
  color: #b17f4a;
}
body.page-template-template-accommodatie section#testimonials .link-wrapper {
  margin: auto;
  text-align: center;
}
body.page-template-template-accommodatie section#booking {
  margin-top: 150px;
}
body.page-template-template-accommodatie section#booking h2 {
  text-align: center;
  color: #b17f4a;
}
body.page-template-template-accommodatie section#booking .booking-widget-wrapper {
  margin-top: 25px;
}
body.page-template-template-accommodatie section#booking .booking-widget-wrapper .calendar-persons-form {
  justify-content: center;
}
body.page-template-template-accommodatie section#booking .booking-widget-wrapper .object-calendar-prices {
  display: none;
}
body.page-template-template-accommodatie section#booking .booking-widget-wrapper .card-alternative-prices {
  border: none;
}
body.page-template-template-accommodatie section#booking .booking-widget-wrapper .card-alternative-prices bookzo-object-alternative-prices .alternative-prices-container {
  padding: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
}
body.page-template-template-accommodatie section#booking .booking-widget-wrapper .card-alternative-prices bookzo-object-alternative-prices table.alternative-prices-table {
  font-family: "Nunito Sans", sans-serif;
}
body.page-template-template-accommodatie section#booking .booking-widget-wrapper .card-alternative-prices bookzo-object-alternative-prices table.alternative-prices-table tr {
  height: 75px;
}
body.page-template-template-accommodatie section#booking .booking-widget-wrapper .card-alternative-prices bookzo-object-alternative-prices table.alternative-prices-table thead th {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
body.page-template-template-accommodatie section#booking .booking-widget-wrapper .card-alternative-prices bookzo-object-alternative-prices table.alternative-prices-table tbody th {
  width: 100px;
  text-align: center !important;
  border-bottom: 1px solid #dee2e6;
}
body.page-template-template-accommodatie section#booking .booking-widget-wrapper .card-alternative-prices bookzo-object-alternative-prices table.alternative-prices-table tbody td.table-active {
  background: #186684;
  color: white;
  font-weight: 800;
}
body.page-template-template-accommodatie section#booking .booking-widget-wrapper .card-alternative-prices bookzo-object-alternative-prices thead .alternative-prices-earlier-later-btns,
body.page-template-template-accommodatie section#booking .booking-widget-wrapper .card-alternative-prices bookzo-object-alternative-prices .alternative-prices-show-more button {
  background: none;
  border: solid 1px #186684;
  padding: 10px 20px;
  color: #186684;
}
body.page-template-template-accommodatie section#booking .booking-widget-wrapper .card-alternative-prices bookzo-object-alternative-prices thead .alternative-prices-earlier-later-btns:hover,
body.page-template-template-accommodatie section#booking .booking-widget-wrapper .card-alternative-prices bookzo-object-alternative-prices .alternative-prices-show-more button:hover {
  background: #186684;
  color: white;
  text-decoration: none;
}
body.page-template-template-accommodatie section#booking .booking-widget-wrapper .card-alternative-prices bookzo-object-alternative-prices .alternative-prices-info-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body.page-template-template-accommodatie section#booking .booking-widget-wrapper .card-alternative-prices bookzo-object-alternative-prices .alternative-prices-info-container #bookAlternativeButton {
  padding: 25px 75px;
  background: #31b500;
  color: white;
  font-weight: 700;
  font-size: 1.2rem;
  border: none;
}
body.page-template-template-accommodatie section#booking .booking-widget-wrapper .card-alternative-prices bookzo-object-alternative-prices .alternative-prices-info-container bookzo-prices {
  margin-right: 35px;
}
body.page-template-template-accommodatie section#booking .booking-widget-wrapper .card-alternative-prices bookzo-object-alternative-prices .alternative-prices-info-container bookzo-prices span,
body.page-template-template-accommodatie section#booking .booking-widget-wrapper .card-alternative-prices bookzo-object-alternative-prices .alternative-prices-info-container bookzo-prices section,
body.page-template-template-accommodatie section#booking .booking-widget-wrapper .card-alternative-prices bookzo-object-alternative-prices .alternative-prices-info-container bookzo-prices h5 {
  margin: 2.5px 0px;
}
body.page-template-template-accommodatie section#related-homes {
  margin-top: 150px;
}
body.page-template-template-accommodatie section#related-homes h2 {
  text-align: center;
  color: #b17f4a;
}
body.page-template-template-accommodatie section#mobile-sticky-link {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #f2eeee;
  width: 100%;
  z-index: 1000;
  padding: 20px 15px;
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1607843137);
}
body.page-template-template-accommodatie section#mobile-sticky-link .container {
  padding: 0px 10px;
}
body.page-template-template-accommodatie section#mobile-sticky-link a.avail-link {
  display: block;
  text-align: center;
  background: #f7931d;
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-weight: 600;
}

#main-zoekboek #zoekboek-results {
  margin: 50px 0;
}

.ng-star-inserted td h5 {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}

.total-price-wrapper {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

span.bookzo-currency-symbol {
  float: right;
  margin: 0 0 0 5px !important;
}

.wizard .price-per-night span.bookzo-currency-symbol {
  display: none;
}

/* FOOTER
---------------------------------------------- */
footer section#visitor-wrap {
  background: #b17f4a;
  padding: 134px 0 80px;
}
footer section#visitor-wrap .visitorbox {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
footer section#visitor-wrap .visitorbox::before {
  content: "";
  background: url(/wp-content/themes/balticparcs-theme/assets/images/balticparcs-birds-top.png);
  position: absolute;
  z-index: 100;
  top: -195px;
  left: 76%;
  width: 200px;
  height: 85px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
footer section#visitor-wrap .visitorbox .visitorbox-block1 h3 {
  min-height: 40px;
  margin-bottom: 30px;
  font-size: 32px;
  font-family: "Suez One", serif;
  color: #fff;
}
footer section#visitor-wrap .visitorbox .visitorbox-block1 p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
footer section#visitor-wrap .visitorbox .visitorbox-block1 ul li {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
footer section#visitor-wrap .visitorbox .visitorbox-block1 ul li a {
  color: #fff;
  text-decoration: none;
}
footer section#visitor-wrap .visitorbox .visitorbox-block1 ul li a:hover {
  text-decoration: underline;
}
footer section#visitor-wrap .visitorbox .visitorbox-block1 .wp-block-buttons {
  margin: 25px 0;
}
footer section#visitor-wrap .visitorbox .visitorbox-block2 .svg-mask-wrapper {
  position: relative;
  width: 100%;
}
footer section#visitor-wrap .visitorbox .visitorbox-block2 .svg-mask-wrapper::before {
  content: "";
  background: url(/wp-content/themes/balticparcs-theme/assets/images/outline-overlay-white.svg);
  position: absolute;
  z-index: 100;
  top: 0;
  left: -30px;
  top: 0;
  width: 108%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
footer ul.social-icons {
  display: flex;
}
footer ul.social-icons li {
  font-size: 20px;
  margin: 0px 15px 0px 0px;
}
footer section#sub-footer {
  display: flex;
  flex-wrap: wrap;
  padding: 35px 0;
}
footer section#sub-footer span {
  float: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
  color: #000;
}
footer section#sub-footer ul {
  text-align: right;
  display: block;
}
footer section#sub-footer ul li {
  font-size: 14px;
  line-height: 22px;
  position: relative;
  display: inline-block;
  margin-right: 40px;
  padding-left: 30px;
}
footer section#sub-footer ul li:last-child {
  margin-right: 0;
}
footer section#sub-footer ul li i {
  margin-right: 8px;
  color: #5aa423;
  font-size: 18px;
  vertical-align: middle;
}
footer section#top-footer {
  background: #f9f9f9;
  padding: 80px 0;
  border-bottom: 1px solid #dedede;
}
footer section#top-footer p,
footer section#top-footer li {
  font-size: 14px;
}
footer section#top-footer ul li {
  line-height: 32px;
  color: #282725;
}
footer section#top-footer ul li a {
  color: #282725;
}
footer section#bottom-footer {
  margin: 40px 0px;
}
footer section#bottom-footer p.copyright {
  color: #999999;
  font-size: 12px;
}
footer section#bottom-footer p.copyright a {
  color: #999999;
  font-size: 12px;
}

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
header#default-header .searchbook .content .searchbox .bookzo .bookzo-search form.ng-valid {
  justify-content: center;
}

@media (max-width: 1199.98px) {
  header#default-header .searchbook .content .searchbox.parcs form select {
    width: 100%;
    text-align: center;
  }
  header#default-header .searchbook .content .searchbox.parcs .bookzo .bookzo-search form.ng-valid .form-group-inline {
    width: 30%;
  }
  header#default-header .searchbook .content .searchbox.parcs .bookzo .bookzo-search form.ng-valid .form-group-inline .input-group input.form-control-datepicker {
    min-width: unset;
    width: 50px;
  }
  header#default-header .searchbook .content .searchbox.parcs .bookzo .bookzo-search form.ng-valid .bookzo-search-persons .input-group input.form-control {
    min-width: unset;
  }
  header#default-header .searchbook .content .searchbox.parcs .bookzo .bookzo-search form.ng-valid .bookzo-search-submit {
    width: calc(35% - 90px);
  }
  section#module .module-container .flex-row .flex-cell h1 {
    font-size: 38px;
  }
  section#module .module-container .flex-row .flex-cell ul li {
    line-height: 26px;
  }
  section#module .zoekboek .bookzo {
    padding: 18px;
  }
}
@media (max-width: 991.98px) {
  header#default-header nav.navbar button.navbar-toggler {
    z-index: 99999999;
    background: white;
    padding: 9px;
    border-radius: 50%;
  }
  header#default-header nav.navbar button.navbar-toggler span i {
    font-size: 28px;
    vertical-align: middle;
    margin-top: 2px;
  }
  header#default-header nav.navbar #basicExampleNav {
    position: fixed;
    z-index: 999999;
    width: 100vw;
    height: 100vh;
    background: #186684;
    left: 0;
    top: 0;
  }
  header#default-header nav.navbar #basicExampleNav.collapse:not(.show) {
    top: -125vh;
    display: block !important;
  }
  header#default-header nav.navbar #basicExampleNav ul.navbar-nav {
    height: 100%;
    justify-content: center;
  }
  header#default-header nav.navbar #basicExampleNav ul.navbar-nav li {
    margin: 12px 8px;
  }
  header#default-header nav.navbar #basicExampleNav ul.navbar-nav li a {
    font-size: 20px;
  }
  header#default-header #hero {
    height: 36vh !important;
    background-position: 65% 0% !important;
    justify-content: flex-end !important;
  }
  header#default-header #hero .searchbook .content .titlebar h1 {
    font-size: 32px;
  }
  header#default-header #hero .searchbook .content .searchbox form {
    display: inline;
  }
  header#default-header #hero .searchbook .content .searchbox::before {
    background: none;
    content: none;
  }
  header#default-header #hero .searchbook .content .searchbox form.ng-valid {
    align-items: baseline;
    flex-direction: column;
  }
  header#default-header #hero .searchbook .content .searchbox form.ng-valid .form-group-inline {
    width: 100%;
  }
  header#default-header #hero .searchbook .content .searchbox form.ng-valid .bookzo-search-submit {
    width: 100%;
  }
  header#subpages-header nav.navbar button.navbar-toggler {
    z-index: 99999999;
    background: white;
    padding: 9px;
    border-radius: 50%;
  }
  header#subpages-header nav.navbar button.navbar-toggler span i {
    font-size: 28px;
    vertical-align: middle;
    margin-top: 2px;
  }
  header#subpages-header nav.navbar #basicExampleNav {
    position: fixed;
    z-index: 999999;
    width: 100vw;
    height: 100vh;
    background: #186684;
    left: 0;
    top: 0;
  }
  header#subpages-header nav.navbar #basicExampleNav.collapse:not(.show) {
    top: -125vh;
    display: block !important;
  }
  header#subpages-header nav.navbar #basicExampleNav ul.navbar-nav {
    height: 100%;
    justify-content: center;
  }
  header#subpages-header nav.navbar #basicExampleNav ul.navbar-nav li {
    margin: 12px 8px;
    padding: 5px 20px;
  }
  header#subpages-header nav.navbar #basicExampleNav ul.navbar-nav li a {
    font-size: 20px;
    color: white;
  }
  header#subpages-header nav.navbar #basicExampleNav ul.navbar-nav li a:after {
    border: none;
    content: none;
  }
  header#subpages-header nav.navbar #basicExampleNav ul.navbar-nav li:hover {
    background: #1c779a;
    padding: 5px 20px;
    border-radius: 5px;
  }
  header#subpages-header nav.navbar #basicExampleNav ul.navbar-nav li.book a:hover {
    background: none;
  }
  header#subpages-header nav.navbar #basicExampleNav ul.navbar-nav li.book:before {
    content: none;
  }
  section#panel .panel-title:before {
    background: none;
    content: none;
  }
  section#module .zoekboek {
    position: relative;
    bottom: 65px;
    left: 0;
    transform: none;
  }
  section#module .zoekboek .section-title .bookzo .bookzo-search form.ng-valid {
    align-items: baseline;
    flex-direction: column;
  }
  section#module .zoekboek .section-title .bookzo .bookzo-search form.ng-valid .form-group-inline {
    width: 100%;
  }
  section#module .zoekboek .section-title .bookzo .bookzo-search form.ng-valid .bookzo-search-submit {
    width: 100%;
  }
  section#module .image {
    max-height: 400px;
  }
  section#page-content .svg-mask-wrapper {
    width: 100%;
  }
  footer #sub-footer span.sub-footer-title {
    float: none;
  }
  footer #sub-footer ul {
    margin: 20px 0;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
  footer #sub-footer ul li {
    padding-left: 0 !important;
  }
  footer section#visitor-wrap .visitorbox:before {
    background: none;
    content: none;
  }
}
