/**
 * styles.scss
 * ---
 * Main `sass` file. Import here `sass` files
 */
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

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

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

.col-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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-6 {
  margin: 15rem !important;
}

.mt-6,
.my-6 {
  margin-top: 15rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 15rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 15rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 15rem !important;
}

.m-7 {
  margin: -9rem !important;
}

.mt-7,
.my-7 {
  margin-top: -9rem !important;
}

.mr-7,
.mx-7 {
  margin-right: -9rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: -9rem !important;
}

.ml-7,
.mx-7 {
  margin-left: -9rem !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.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-6 {
  padding: 15rem !important;
}

.pt-6,
.py-6 {
  padding-top: 15rem !important;
}

.pr-6,
.px-6 {
  padding-right: 15rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 15rem !important;
}

.pl-6,
.px-6 {
  padding-left: 15rem !important;
}

.p-7 {
  padding: -9rem !important;
}

.pt-7,
.py-7 {
  padding-top: -9rem !important;
}

.pr-7,
.px-7 {
  padding-right: -9rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: -9rem !important;
}

.pl-7,
.px-7 {
  padding-left: -9rem !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.75rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.75rem !important;
  }
  .m-sm-2 {
    margin: 1.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 1.5rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 3rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 3rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 3rem !important;
  }
  .m-sm-4 {
    margin: 4.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 4.5rem !important;
  }
  .m-sm-5 {
    margin: 9rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 9rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 9rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 9rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 9rem !important;
  }
  .m-sm-6 {
    margin: 15rem !important;
  }
  .mt-sm-6,
.my-sm-6 {
    margin-top: 15rem !important;
  }
  .mr-sm-6,
.mx-sm-6 {
    margin-right: 15rem !important;
  }
  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 15rem !important;
  }
  .ml-sm-6,
.mx-sm-6 {
    margin-left: 15rem !important;
  }
  .m-sm-7 {
    margin: -9rem !important;
  }
  .mt-sm-7,
.my-sm-7 {
    margin-top: -9rem !important;
  }
  .mr-sm-7,
.mx-sm-7 {
    margin-right: -9rem !important;
  }
  .mb-sm-7,
.my-sm-7 {
    margin-bottom: -9rem !important;
  }
  .ml-sm-7,
.mx-sm-7 {
    margin-left: -9rem !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.75rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.75rem !important;
  }
  .p-sm-2 {
    padding: 1.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 1.5rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 3rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 3rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 3rem !important;
  }
  .p-sm-4 {
    padding: 4.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 4.5rem !important;
  }
  .p-sm-5 {
    padding: 9rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 9rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 9rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 9rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 9rem !important;
  }
  .p-sm-6 {
    padding: 15rem !important;
  }
  .pt-sm-6,
.py-sm-6 {
    padding-top: 15rem !important;
  }
  .pr-sm-6,
.px-sm-6 {
    padding-right: 15rem !important;
  }
  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 15rem !important;
  }
  .pl-sm-6,
.px-sm-6 {
    padding-left: 15rem !important;
  }
  .p-sm-7 {
    padding: -9rem !important;
  }
  .pt-sm-7,
.py-sm-7 {
    padding-top: -9rem !important;
  }
  .pr-sm-7,
.px-sm-7 {
    padding-right: -9rem !important;
  }
  .pb-sm-7,
.py-sm-7 {
    padding-bottom: -9rem !important;
  }
  .pl-sm-7,
.px-sm-7 {
    padding-left: -9rem !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.75rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.75rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.75rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.75rem !important;
  }
  .m-md-2 {
    margin: 1.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 1.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 1.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 1.5rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 3rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 3rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 3rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 3rem !important;
  }
  .m-md-4 {
    margin: 4.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 4.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 4.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 4.5rem !important;
  }
  .m-md-5 {
    margin: 9rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 9rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 9rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 9rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 9rem !important;
  }
  .m-md-6 {
    margin: 15rem !important;
  }
  .mt-md-6,
.my-md-6 {
    margin-top: 15rem !important;
  }
  .mr-md-6,
.mx-md-6 {
    margin-right: 15rem !important;
  }
  .mb-md-6,
.my-md-6 {
    margin-bottom: 15rem !important;
  }
  .ml-md-6,
.mx-md-6 {
    margin-left: 15rem !important;
  }
  .m-md-7 {
    margin: -9rem !important;
  }
  .mt-md-7,
.my-md-7 {
    margin-top: -9rem !important;
  }
  .mr-md-7,
.mx-md-7 {
    margin-right: -9rem !important;
  }
  .mb-md-7,
.my-md-7 {
    margin-bottom: -9rem !important;
  }
  .ml-md-7,
.mx-md-7 {
    margin-left: -9rem !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.75rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.75rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.75rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.75rem !important;
  }
  .p-md-2 {
    padding: 1.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 1.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 1.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 1.5rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 3rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 3rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 3rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 3rem !important;
  }
  .p-md-4 {
    padding: 4.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 4.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 4.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 4.5rem !important;
  }
  .p-md-5 {
    padding: 9rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 9rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 9rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 9rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 9rem !important;
  }
  .p-md-6 {
    padding: 15rem !important;
  }
  .pt-md-6,
.py-md-6 {
    padding-top: 15rem !important;
  }
  .pr-md-6,
.px-md-6 {
    padding-right: 15rem !important;
  }
  .pb-md-6,
.py-md-6 {
    padding-bottom: 15rem !important;
  }
  .pl-md-6,
.px-md-6 {
    padding-left: 15rem !important;
  }
  .p-md-7 {
    padding: -9rem !important;
  }
  .pt-md-7,
.py-md-7 {
    padding-top: -9rem !important;
  }
  .pr-md-7,
.px-md-7 {
    padding-right: -9rem !important;
  }
  .pb-md-7,
.py-md-7 {
    padding-bottom: -9rem !important;
  }
  .pl-md-7,
.px-md-7 {
    padding-left: -9rem !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.75rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.75rem !important;
  }
  .m-lg-2 {
    margin: 1.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 1.5rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 3rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 3rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 3rem !important;
  }
  .m-lg-4 {
    margin: 4.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 4.5rem !important;
  }
  .m-lg-5 {
    margin: 9rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 9rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 9rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 9rem !important;
  }
  .m-lg-6 {
    margin: 15rem !important;
  }
  .mt-lg-6,
.my-lg-6 {
    margin-top: 15rem !important;
  }
  .mr-lg-6,
.mx-lg-6 {
    margin-right: 15rem !important;
  }
  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 15rem !important;
  }
  .ml-lg-6,
.mx-lg-6 {
    margin-left: 15rem !important;
  }
  .m-lg-7 {
    margin: -9rem !important;
  }
  .mt-lg-7,
.my-lg-7 {
    margin-top: -9rem !important;
  }
  .mr-lg-7,
.mx-lg-7 {
    margin-right: -9rem !important;
  }
  .mb-lg-7,
.my-lg-7 {
    margin-bottom: -9rem !important;
  }
  .ml-lg-7,
.mx-lg-7 {
    margin-left: -9rem !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.75rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.75rem !important;
  }
  .p-lg-2 {
    padding: 1.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 1.5rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 3rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 3rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 3rem !important;
  }
  .p-lg-4 {
    padding: 4.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 4.5rem !important;
  }
  .p-lg-5 {
    padding: 9rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 9rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 9rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 9rem !important;
  }
  .p-lg-6 {
    padding: 15rem !important;
  }
  .pt-lg-6,
.py-lg-6 {
    padding-top: 15rem !important;
  }
  .pr-lg-6,
.px-lg-6 {
    padding-right: 15rem !important;
  }
  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 15rem !important;
  }
  .pl-lg-6,
.px-lg-6 {
    padding-left: 15rem !important;
  }
  .p-lg-7 {
    padding: -9rem !important;
  }
  .pt-lg-7,
.py-lg-7 {
    padding-top: -9rem !important;
  }
  .pr-lg-7,
.px-lg-7 {
    padding-right: -9rem !important;
  }
  .pb-lg-7,
.py-lg-7 {
    padding-bottom: -9rem !important;
  }
  .pl-lg-7,
.px-lg-7 {
    padding-left: -9rem !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.75rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.75rem !important;
  }
  .m-xl-2 {
    margin: 1.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 1.5rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 3rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 3rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 3rem !important;
  }
  .m-xl-4 {
    margin: 4.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 4.5rem !important;
  }
  .m-xl-5 {
    margin: 9rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 9rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 9rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 9rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 9rem !important;
  }
  .m-xl-6 {
    margin: 15rem !important;
  }
  .mt-xl-6,
.my-xl-6 {
    margin-top: 15rem !important;
  }
  .mr-xl-6,
.mx-xl-6 {
    margin-right: 15rem !important;
  }
  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 15rem !important;
  }
  .ml-xl-6,
.mx-xl-6 {
    margin-left: 15rem !important;
  }
  .m-xl-7 {
    margin: -9rem !important;
  }
  .mt-xl-7,
.my-xl-7 {
    margin-top: -9rem !important;
  }
  .mr-xl-7,
.mx-xl-7 {
    margin-right: -9rem !important;
  }
  .mb-xl-7,
.my-xl-7 {
    margin-bottom: -9rem !important;
  }
  .ml-xl-7,
.mx-xl-7 {
    margin-left: -9rem !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.75rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.75rem !important;
  }
  .p-xl-2 {
    padding: 1.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 1.5rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 3rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 3rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 3rem !important;
  }
  .p-xl-4 {
    padding: 4.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 4.5rem !important;
  }
  .p-xl-5 {
    padding: 9rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 9rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 9rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 9rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 9rem !important;
  }
  .p-xl-6 {
    padding: 15rem !important;
  }
  .pt-xl-6,
.py-xl-6 {
    padding-top: 15rem !important;
  }
  .pr-xl-6,
.px-xl-6 {
    padding-right: 15rem !important;
  }
  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 15rem !important;
  }
  .pl-xl-6,
.px-xl-6 {
    padding-left: 15rem !important;
  }
  .p-xl-7 {
    padding: -9rem !important;
  }
  .pt-xl-7,
.py-xl-7 {
    padding-top: -9rem !important;
  }
  .pr-xl-7,
.px-xl-7 {
    padding-right: -9rem !important;
  }
  .pb-xl-7,
.py-xl-7 {
    padding-bottom: -9rem !important;
  }
  .pl-xl-7,
.px-xl-7 {
    padding-left: -9rem !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;
  }
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 3rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 3rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 2.5rem 0 0;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.form-control {
  display: block !important;
  width: 100% !important;
  padding: 2.375rem 1.25rem 0.6rem !important;
  line-height: 1.5 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
  position: relative;
}
.form-group.text label {
  font-size: 13px;
  position: absolute;
  top: 10px;
  left: 1.25rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ef7070;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(239, 112, 112, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ef7070;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #ef7070;
  box-shadow: 0 0 0 0.2rem rgba(239, 112, 112, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ef7070;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ef7070;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #fce3e3;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #f49e9e;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(239, 112, 112, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ef7070;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(239, 112, 112, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/**
 * modules/variables
 * ---
 */
/**
 * Typography
 */
/**
 * Colors
 */
/**
 * Grid
 */
/**
 * modules/mixins
 * ---
 */
/**
 * modules/fonts
 * ---
 * Declare fonts here
 */
/* vietnamese */
@font-face {
  font-family: "Signika";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/wp-content/themes/swb/fonts/vEFR2_JTCgwQ5ejvG14mBlprZ0gk0w.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Signika";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/wp-content/themes/swb/fonts/vEFR2_JTCgwQ5ejvG18mBlprZ0gk0w.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Signika";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/wp-content/themes/swb/fonts/vEFR2_JTCgwQ5ejvG1EmBlprZ0g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Signika";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/wp-content/themes/swb/fonts/vEFR2_JTCgwQ5ejvG14mBlprZ0gk0w.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Signika";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/wp-content/themes/swb/fonts/vEFR2_JTCgwQ5ejvG18mBlprZ0gk0w.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Signika";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/wp-content/themes/swb/fonts/vEFR2_JTCgwQ5ejvG1EmBlprZ0g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Signika";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/wp-content/themes/swb/fonts/vEFR2_JTCgwQ5ejvG14mBlprZ0gk0w.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Signika";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/wp-content/themes/swb/fonts/vEFR2_JTCgwQ5ejvG18mBlprZ0gk0w.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Signika";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/wp-content/themes/swb/fonts/vEFR2_JTCgwQ5ejvG1EmBlprZ0g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__container {
  position: relative;
  box-sizing: border-box;
}

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform;
}

.splide.is-active .splide__list {
  display: flex;
}

.splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}

.splide {
  visibility: hidden;
}

.splide, .splide__slide {
  position: relative;
  outline: none;
}

.splide__slide {
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  flex-shrink: 0;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  animation: splide-loading 1s linear infinite;
}

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  user-select: none;
}

.splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb > .splide__track > .splide__list {
  display: block;
}

.splide--ttb > .splide__pagination {
  width: auto;
}

.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: 0.7;
  background: #ccc;
}

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
}

.splide__arrow:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__arrow:focus {
  outline: none;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: 0.5em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}

.splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  transition: transform 0.2s linear;
  border: none;
  opacity: 0.7;
}

.splide__pagination__page.is-active {
  transform: scale(1.4);
  background: #fff;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus {
  outline: none;
}

.splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc;
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000;
}

.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide--ttb > .splide__pagination {
  display: flex;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: 0.5em;
  transform: translateY(50%);
} /**
 * partials/reset
 * ---
 * Reset file
 * NOTE: also `normalize.css` is used
 */
*,
*:after,
*:before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Signika", Helvetica, Arial, "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #222;
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-weight: 300;
}

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

a {
  color: #222;
  text-decoration: none;
}
a:focus, a:hover {
  text-decoration: underline;
}
input[type=text],
input[type=search] {
  font-size: inherit;
  line-height: inherit;
}

::selection {
  background-color: #00aaff;
  color: #fff;
  text-shadow: none;
}

ul {
  margin: 0;
}

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

h1, .h1 {
  font-size: 33px;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  h1, .h1 {
    text-indent: -3px;
  }
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 65px;
    line-height: 1;
    margin-bottom: 25px;
    text-indent: -5px;
  }
}

h2, .h2 {
  font-size: 28px;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 50px;
  }
}

h3, .h3 {
  font-size: 22px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 30px;
  }
}

input, label, textarea, select, button {
  font-family: "Signika", Helvetica, Arial, "Open Sans", sans-serif;
}

input, textarea, select, button {
  font-size: 18px !important;
  padding-left: 10px;
  font-weight: 300;
  color: #222;
}

select.form-control {
  padding: 8px;
}

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .wp-block-gallery {
    padding-bottom: 80px;
  }
}
.wp-block-gallery figure {
  margin: 0;
  width: 33.333%;
  padding: 10px;
}
.wp-block-gallery figure img {
  height: auto;
}
@media (max-width: 767.98px) {
  .wp-block-gallery figure {
    width: 50%;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-block-gallery figure {
    width: 50%;
  }
}

/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
/**
 * Alignment
 */
.alignnone {
  margin: 5px 15px 15px 0;
}

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

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

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

/**
 * Gallery & images
 */
.wp-caption {
  background: #fff;
  border: thin solid #F0F0F0;
  max-width: 95%;
  padding: 5px 5px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  border: 0 none;
  padding: 0;
  margin: 0;
}

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

/**
 * partials/utils
 * ---
 * Utils classes
 */
.clear:before, .clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}

.reset-box {
  padding: 0;
  margin: 0;
}

@media (min-width: 992px) {
  .offset-65 {
    margin: 0 65px;
  }
}

.content {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .content {
    margin-bottom: 200px;
  }
}
.content--basic {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .content--basic {
    margin-top: 50px;
  }
}

.teaser {
  border-radius: 0 0 200px 0;
  overflow: hidden;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 991.98px) {
  .teaser--big {
    margin-right: 10px;
    height: 50vh;
  }
}
@media (min-width: 992px) {
  .teaser--big {
    min-height: 650px;
  }
}
.teaser--map {
  height: 70vh;
  border-radius: 0;
}
@media (min-width: 992px) {
  .teaser--map {
    min-height: 600px;
    height: 75vh;
    border-width: 0 5px 5px 0;
    border-bottom-right-radius: 100px;
    box-shadow: 0 0 53px #d9d9d9;
  }
  .teaser--map--focus {
    border-color: #00aaff;
  }
}
.teaser--basic {
  border-top-right-radius: 20px;
}
@media (max-width: 991.98px) {
  .teaser--basic {
    height: 50vh;
    margin-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .teaser--reverse {
    height: 50vh;
    margin-right: 15px;
  }
}
.teaser__tile {
  padding: 50px;
  background: #00aaff;
  border-radius: 20px;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .teaser__tile {
    margin-top: -50px;
  }
}
@media (max-width: 767.98px) {
  .teaser__tile {
    margin: -80px 0 0 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .teaser__tile {
    margin: 80px 15px 0 -50px;
  }
}
@media (min-width: 1200px) {
  .teaser__tile {
    margin: 80px 120px 0 -50px;
  }
}
@media (max-width: 767.98px) {
  .teaser__tile {
    padding: 30px;
  }
}
.teaser__tile--basic {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 30px;
  background: none;
  color: #222;
  margin: 0;
}
.teaser__tile--basic .teaser__pre:before {
  background: #222;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .teaser__tile--basic {
    padding: 0 30px 0 0;
  }
}
@media (max-width: 991.98px) {
  .teaser__tile--basic {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .teaser__tile--basic {
    margin-right: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .teaser__tile--basic {
    margin-right: 30px;
  }
}
.teaser__tile--nogap {
  padding: 0;
  background: none;
  color: #222;
  margin: 0;
}
.teaser__tile--nogap .teaser__pre:before {
  background: #222;
}
@media (max-width: 767.98px) {
  .teaser__tile--nogap {
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  .teaser__tile--nogap {
    margin-right: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .teaser__tile--nogap {
    margin-right: 30px;
  }
}
.teaser__tile--full {
  padding: 0;
  background: none;
  color: #222;
  margin: 0;
}
.teaser__tile--full .teaser__pre:before {
  background: #222;
}
@media (max-width: 767.98px) {
  .teaser__tile--full {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .teaser__tile--full {
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .teaser__tile--full {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .teaser__tile--reverse {
    padding: 0 50px 0 0;
    margin: 0 0 30px 120px;
  }
}
.teaser__pre {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .teaser__pre {
    margin-bottom: 25px;
  }
}
.teaser__pre:before {
  content: "";
  left: 0;
  position: absolute;
  width: 3px;
  height: 140%;
  top: -20%;
  border-radius: 3px;
  background: #fff;
  display: inline-block;
}
.teaser__pre ~ h1, .teaser__pre .h1 {
  margin-top: 30px;
}
.teaser__list .check {
  margin: 30px 170px 0 0;
}
@media (max-width: 1199.98px) {
  .teaser__list .check {
    margin-right: 30px;
    margin-left: 0;
  }
}
.teaser__list .check li {
  display: flex;
  list-style: none;
  margin-bottom: 30px;
}
.teaser__list .check li:before {
  margin-right: 25px;
  content: "";
  display: inline-block;
  min-width: 46px;
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50%;
  background: url("/wp-content/themes/swb/img/icons/check.svg") no-repeat center center;
  background-size: 23px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
  .teaser__list .check--basic {
    padding-left: 30px;
  }
}
@media (min-width: 576px) {
  .teaser__list .check--basic {
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .teaser__list .check--basic {
    margin-right: 200px;
  }
}
.teaser__list--reverse {
  padding-left: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .teaser__list--reverse {
    margin-left: 50px;
  }
}
@media (min-width: 1200px) {
  .teaser__list--reverse {
    margin: 30px 0 0 120px;
  }
}
.teaser__list--reverse .check {
  padding: 0;
  margin-left: 0;
}
@media (max-width: 767.98px) {
  .teaser__list--basic .check {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .teaser--reverse {
    border-radius: 20px 0 0 200px;
  }
}
@media (max-width: 991.98px) {
  .teaser--reverse {
    margin-right: 15px;
  }
}

.button {
  cursor: pointer;
  background: #fff;
  border: none;
  display: inline-block;
  border-radius: 10px;
  margin-top: 30px;
  padding: 25px 50px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}
.button:hover {
  text-decoration: none;
}
.button:hover:before {
  height: 100%;
}
.button:before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  transition: all ease 0.3s;
  background: #cceeff;
}
.button span {
  position: relative;
  z-index: 1;
}
.button--primary {
  background: #00aaff;
  color: #fff;
}
.button--primary:before {
  background: #0088cc;
}

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

.text-center {
  text-align: center;
}
@media (max-width: 991.98px) {
  .text-center-down-md {
    text-align: center;
  }
  .text-center-down-md .teaser__pre {
    padding-left: 0;
  }
  .text-center-down-md .teaser__pre:before {
    content: none;
  }
}

.container-fluid {
  max-width: 1800px;
}
.container-fluid--nopadding {
  padding: 0;
}
@media (max-width: 991.98px) {
  .container-fluid--nopadding-md {
    padding: 0;
  }
}

.highlight {
  background: #DEDEDE;
}
.highlight-dark {
  background: #00aaff;
  color: #fff;
}

.rating {
  overflow: hidden;
  position: relative;
  padding: 75px 0;
}
.rating__slider {
  position: relative;
}
.rating__pre {
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .rating__pre {
    margin-bottom: 25px;
  }
}
.rating__pre, .rating__title, .rating__description {
  text-align: center;
}
.rating__description {
  margin-bottom: 50px;
}
.rating__tile {
  margin-right: 10px;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 30px 25px;
}
.rating__stars {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rating__stars .star-icon {
  font-size: 21px;
  color: #FFB900;
}
.rating__author {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
.rating__google-batch {
  position: absolute;
  top: 30px;
  left: 30px;
}
@media (max-width: 767.98px) {
  .rating__google-batch {
    top: 0;
    left: 10px;
  }
  .rating__google-batch svg {
    width: 100px;
  }
}
.rating__fadeout {
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 0;
  height: 100%;
}
.rating__timing {
  font-size: 14px;
  margin-left: 10px;
  color: #222;
  white-space: nowrap;
}

.counter {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .counter .highlight-dark {
    padding: 30px 0;
  }
}
@media (max-width: 1199.98px) {
  .counter .highlight-dark {
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  .counter .highlight-dark:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
@media (max-width: 767.98px) {
  .counter .highlight-dark:last-child {
    padding-bottom: 80px;
  }
  .counter .highlight-dark:first-child {
    padding-top: 80px;
  }
}
@media (max-width: 1199.98px) {
  .counter__info {
    text-align: center;
  }
}
.counter__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  .counter__title {
    margin-top: 10px;
  }
}
@media (max-width: 1199.98px) {
  .counter__icon {
    width: 100%;
    text-align: center;
  }
}

.service__icon {
  margin-top: 50px;
}
.service__text {
  margin: 10px;
}

.tool path {
  transition: all ease 0.3s;
  transform-origin: center;
}
.tool:hover path#Pfad_130 {
  transform: rotate(45deg);
}

@media (min-width: 992px) {
  .steps {
    padding: 50px;
  }
}
@media (min-width: 768px) {
  .steps {
    background: url("/wp-content/themes/swb/img/icons/steps.svg") center center no-repeat;
  }
}
.steps--nobg {
  background: none;
}
@media (min-width: 1200px) {
  .steps--nobg .step {
    margin: 0 25px 75px;
  }
}
@media (min-width: 992px) {
  .steps--nobg .step {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .steps--nobg .step {
    margin-bottom: 75px;
  }
}
@media (max-width: 991.98px) {
  .steps--nobg .step {
    margin-top: 30px;
  }
}
.steps a {
  text-decoration: underline;
}

.step {
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .step {
    margin-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .step {
    margin: 0 75px 75px;
  }
}
@media (max-width: 991.98px) {
  .step {
    margin-top: 50px;
  }
}
.step__bottom {
  padding: 50px 25px;
}
.step__title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  margin: 20px 0 15px;
}
.step__counter {
  position: relative;
  width: 80px;
  height: 80px;
  box-shadow: 0px -6px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 50%;
  background: #00aaff;
  font-size: 40px;
  color: #fff;
  text-align: center;
  line-height: 80px;
  margin: -80px 0 10px;
  border-bottom: 2px solid #DEDEDE;
}
.step__counter--nomargin {
  margin: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  float: left;
  margin-right: 25px;
}
.step__counter--nomargin:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: url("img/icons/sun.svg");
  border-radius: 50%;
  top: -10px;
  z-index: -1;
  left: 46px;
}

.alert-success {
  background: #AAFFAA;
  padding: 25px;
  border-radius: 20px;
  text-align: center;
}

.contactform {
  margin-top: 10px;
}

label a {
  text-decoration: underline;
}
label span {
  padding-left: 15px;
  display: inline-block;
}

.faq {
  margin: 50px 30px 50px 0;
}
.faq__question {
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .faq {
    margin: 0 15px 50px;
  }
}

.path-black svg path {
  fill: #222;
}

@media (max-width: 767.98px) {
  .wp-block-gallery {
    margin: 50px -30px 0;
  }
  .wp-block-gallery figure {
    margin: 0 !important;
    gap: 0 !important;
  }
}

figure.wp-block-gallery {
  gap: 0 !important;
}

#map-canvas {
  height: 100%;
}

.map-info {
  position: absolute;
  top: 0;
  left: 0;
  background: #00aaff;
  padding: 30px 30px 20px !important;
  color: #fff;
  border-bottom-right-radius: 20px;
  display: none;
  z-index: 1;
  transition: all ease 0.3s;
  transform: translateY(-15px);
  opacity: 0;
}
@media (max-width: 991.98px) {
  .map-info {
    margin: 0 15px;
    width: calc(100% - 30px);
    border-bottom-left-radius: 20px;
  }
}
.map-info.fadeInDown {
  transform: translateY(0);
  opacity: 1;
}
.map-info__title {
  font-size: 40px;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .map-info__title {
    font-size: 33px;
  }
}
.map-info__description img {
  margin-right: 20px;
}
div .map-info__description img {
  min-width: 43px;
}
.map-info__description div:last-child {
  line-height: 1;
}
.map-info__close {
  position: absolute;
  right: 25px;
  top: 25px;
}
.map-info strong {
  font-size: 20px;
  font-weight: 500;
}
.map-info .d-flex {
  margin: 0 50px 15px 0;
}
.map-info--visible {
  display: block;
}

@media (max-width: 991.98px) {
  .static-down-md {
    position: static;
  }
}

@media (max-width: 991.98px) {
  .relative-down-md {
    position: relative;
  }
}

.splide__track {
  overflow: visible;
}

.splide__slide {
  margin-right: 30px;
}

.splide__pagination {
  margin-bottom: -50px !important;
}

.splide__arrows button {
  opacity: 1;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.splide__arrows path {
  fill: #222;
}

.partner {
  background: #aa1024;
  color: #fff;
  border-radius: 20px;
  padding: 50px 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.partner h2 {
  line-height: 1;
}
.partner svg {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .partner {
    padding: 50px 30px;
    text-align: center;
  }
  .partner svg {
    margin-bottom: 30px;
  }
}

/**
 * partials/wrapper
 * ---
 */
.wrapper {
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

/**
 * partials/header
 * ---
 */
.container-fluid--header {
  max-width: 1550px;
}

.header {
  background: #fff;
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.0705882353);
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 30px 0;
}
@media (max-width: 991.98px) {
  .header {
    padding: 15px 0;
  }
}
.header ul li {
  list-style: none;
}
@media (max-width: 991.98px) {
  .header ul li {
    text-align: right;
  }
  .header ul li:last-child {
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .header ul li:not(:last-child) {
    padding-right: 25px;
  }
}
@media (min-width: 1200px) {
  .header ul li:not(:last-child) {
    padding-right: 50px;
  }
}
.header ul li a.nav-link {
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .header ul li a.nav-link {
    padding: 25px 0 0 40px;
    display: inline-block;
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header ul li a.nav-link {
    padding: 0 10px 0 0 !important;
  }
}
@media (min-width: 1200px) {
  .header ul li a.nav-link {
    padding: 0 25px 0 0 !important;
  }
}
.header ul li:after {
  content: "";
  width: 1px;
  transition: all ease 0.3s;
  height: 3px;
  display: block;
}
@media (min-width: 992px) {
  .header ul li:hover:after, .header ul li.active:after {
    content: "";
    width: 100%;
    background: #00aaff;
    height: 3px;
    border-radius: 4px;
    display: block;
  }
}
@media (max-width: 991.98px) {
  .header ul li:hover a:after, .header ul li.active a:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #00aaff;
    border-radius: 4px;
    display: block;
    position: absolute;
    right: 0;
  }
}

@media (max-width: 991.98px) {
  .logo {
    width: 190px;
  }
}

.navbar-toggler {
  margin-right: 10px;
  width: 45px;
}
.navbar-toggler svg {
  width: 100%;
  display: block;
}

.navbar-toggler rect, .navbar-toggler path {
  transition: all ease 0.3s;
  transform: none;
}
.navbar-toggler path {
  transform: translateY(-3px) translateX(-3px);
}
.navbar-toggler #Rechteck_42-2 {
  transform: translateY(24px);
}
.navbar-toggler #Rechteck_42 {
  transform: translateY(10px);
}
.navbar-toggler[aria-expanded=true] rect#Rechteck_42-2 {
  transform: rotate(45deg) translate3d(1px, 10px, 5px);
  transform-origin: center;
}
.navbar-toggler[aria-expanded=true] rect#Rechteck_42 {
  transform: rotate(-45deg) translate3d(1px, 12px, 0);
  transform-origin: center;
}
.navbar-toggler[aria-expanded=true] #Pfad_136 {
  transform: translateX(50px);
}

.form-group--no-border {
  border: 0;
  padding-left: 0;
  padding-top: 0;
}

.logo {
  top: 20px;
}

.employee {
  position: relative;
  width: 100%;
  background: #00aaff;
  font-weight: 500;
  padding: 5px 0 3px;
  color: #fff;
  z-index: 20;
}
.employee a {
  color: #fff;
}

.angebote {
  background: #eee;
}
.angebote .highlight--white {
  border-radius: 20px;
  margin-top: 0;
}
.angebote .highlight--white + .highlight--white {
  margin-top: 30px;
}
.angebote h3 {
  margin: 10px 0 30px;
}
.angebote .form {
  background: #eeeeee;
  margin-top: 120px;
  padding-bottom: 50px;
}

/**
 * partials/sidebar
 * ---
 */
/**
 * partials/footer
 * ---
 */
footer {
  padding-top: 75px;
  background: #222;
  color: #fff;
}
footer a {
  color: #fff;
}

.footer__map {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 80px;
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.0705882353);
}
@media (min-width: 992px) {
  .footer__map {
    margin-top: calc(-50px - 75px);
  }
}
.footer__map iframe {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.footer__opening, .footer__contact, .footer__address {
  margin: 0 0 30px;
}
.footer__nav a:not(:last-child):after {
  content: " | ";
  margin: 0 5px;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  opacity: 0.5;
  padding: 30px 0;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .copyright {
    margin-top: 75px;
  }
}

.kookle {
  margin-top: 6px;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .kookle {
    margin: 30px 0 30px;
    text-align: center;
  }
}
.kookle img {
  margin-top: -10px;
}

/**
 * partials/print
 * ---
 * Print version
 * (from https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css)
 */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
}

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