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

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

.container {
  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: 1140px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/*Bootstrap Requirements*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(.wp-block-button__link):not(.wp-block-button__link:visited) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*Optional Bootstrap Components*/
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

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

.fade {
  transition: opacity 0.15s linear;
}
@media (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 (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.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-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

.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;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*Theme colors*/
/* General colors */
/*Error*/
/*Color options*/
.color-white {
  color: #FFF;
}

.color-black {
  color: #0B3B60;
}

.color-blue {
  color: #15649B;
}

.color-blue-light {
  color: #5FB3E4;
}

.color-blue-dark {
  color: #0B3B60;
}

.color-red {
  color: #BC4144;
}

.color-yellow,
.color-orange {
  color: #EA9729;
}

.color-green {
  color: #075F31;
}

/*Background colors options*/
.bg-white {
  background-color: #FFF;
}

.bg-black {
  background-color: #0B3B60;
}

.bg-gray-light {
  background-color: #F2F2F2;
}

.bg-blue {
  background-color: #15649B;
  color: #FFF;
}
.bg-blue a {
  color: #FFF;
}

.bg-blue-dark {
  background-color: #0B3B60;
}
.bg-blue-dark p {
  color: #FFF;
}

.bg-red {
  background-color: #BC4144;
}

.bg-yellow,
.bg-orange {
  background-color: #EA9729;
}

.bg-green {
  background-color: #075F31;
}

/*Gradient options*/
.gradient-blue {
  background: linear-gradient(90deg, rgb(98, 178, 226) 0%, rgb(27, 101, 155) 100%);
}

.gradient-yellow {
  background: linear-gradient(90deg, rgb(242, 190, 83) 0%, rgb(236, 148, 36) 100%);
}

.gradient-blue-dark {
  background: transparent linear-gradient(180deg, #16669D 0%, #5FB3E4 100%) 0% 0% no-repeat padding-box;
}

.gradient-red {
  background: transparent linear-gradient(180deg, #8B2332 0%, #CF5A58 100%) 0% 0% no-repeat padding-box;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
/*Global Options*/
/*Typography*/
/*Grid*/
/*Breakpoints*/
/*Container Widths*/
html {
  font-size: 10px;
  height: 100%;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background: #FFF;
  color: #0B3B60;
  font-weight: normal;
  height: 100%;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin: 0;
  position: relative;
  text-align: left;
  /*Prevents body from scrolling*/
}
@media (max-width: 991.98px) {
  body {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 1.6rem;
  }
}
body.no-scroll {
  overflow: hidden;
}

img {
  height: auto;
}

picture,
svg {
  display: block;
}

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

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

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  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: 1140px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1650px;
  }
}

.container-fluid, .wp-block-group, .container-xxl, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .col-ms {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-ms-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-ms-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-ms-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-ms-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-ms-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-ms-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-ms-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-ms-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-ms-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-ms-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-ms-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-ms-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-ms-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-ms-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-ms-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-ms-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-ms-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-ms-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-ms-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-ms-first {
    order: -1;
  }
  .order-ms-last {
    order: 13;
  }
  .order-ms-0 {
    order: 0;
  }
  .order-ms-1 {
    order: 1;
  }
  .order-ms-2 {
    order: 2;
  }
  .order-ms-3 {
    order: 3;
  }
  .order-ms-4 {
    order: 4;
  }
  .order-ms-5 {
    order: 5;
  }
  .order-ms-6 {
    order: 6;
  }
  .order-ms-7 {
    order: 7;
  }
  .order-ms-8 {
    order: 8;
  }
  .order-ms-9 {
    order: 9;
  }
  .order-ms-10 {
    order: 10;
  }
  .order-ms-11 {
    order: 11;
  }
  .order-ms-12 {
    order: 12;
  }
  .offset-ms-0 {
    margin-left: 0;
  }
  .offset-ms-1 {
    margin-left: 8.3333333333%;
  }
  .offset-ms-2 {
    margin-left: 16.6666666667%;
  }
  .offset-ms-3 {
    margin-left: 25%;
  }
  .offset-ms-4 {
    margin-left: 33.3333333333%;
  }
  .offset-ms-5 {
    margin-left: 41.6666666667%;
  }
  .offset-ms-6 {
    margin-left: 50%;
  }
  .offset-ms-7 {
    margin-left: 58.3333333333%;
  }
  .offset-ms-8 {
    margin-left: 66.6666666667%;
  }
  .offset-ms-9 {
    margin-left: 75%;
  }
  .offset-ms-10 {
    margin-left: 83.3333333333%;
  }
  .offset-ms-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1500px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1650px) {
  .col-max {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-max-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-max-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-max-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-max-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-max-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-max-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-max-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-max-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-max-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-max-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-max-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-max-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-max-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-max-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-max-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-max-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-max-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-max-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-max-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-max-first {
    order: -1;
  }
  .order-max-last {
    order: 13;
  }
  .order-max-0 {
    order: 0;
  }
  .order-max-1 {
    order: 1;
  }
  .order-max-2 {
    order: 2;
  }
  .order-max-3 {
    order: 3;
  }
  .order-max-4 {
    order: 4;
  }
  .order-max-5 {
    order: 5;
  }
  .order-max-6 {
    order: 6;
  }
  .order-max-7 {
    order: 7;
  }
  .order-max-8 {
    order: 8;
  }
  .order-max-9 {
    order: 9;
  }
  .order-max-10 {
    order: 10;
  }
  .order-max-11 {
    order: 11;
  }
  .order-max-12 {
    order: 12;
  }
  .offset-max-0 {
    margin-left: 0;
  }
  .offset-max-1 {
    margin-left: 8.3333333333%;
  }
  .offset-max-2 {
    margin-left: 16.6666666667%;
  }
  .offset-max-3 {
    margin-left: 25%;
  }
  .offset-max-4 {
    margin-left: 33.3333333333%;
  }
  .offset-max-5 {
    margin-left: 41.6666666667%;
  }
  .offset-max-6 {
    margin-left: 50%;
  }
  .offset-max-7 {
    margin-left: 58.3333333333%;
  }
  .offset-max-8 {
    margin-left: 66.6666666667%;
  }
  .offset-max-9 {
    margin-left: 75%;
  }
  .offset-max-10 {
    margin-left: 83.3333333333%;
  }
  .offset-max-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: 375px) {
  .d-ms-none {
    display: none !important;
  }
  .d-ms-inline {
    display: inline !important;
  }
  .d-ms-inline-block {
    display: inline-block !important;
  }
  .d-ms-block {
    display: block !important;
  }
  .d-ms-table {
    display: table !important;
  }
  .d-ms-table-row {
    display: table-row !important;
  }
  .d-ms-table-cell {
    display: table-cell !important;
  }
  .d-ms-flex {
    display: flex !important;
  }
  .d-ms-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 (min-width: 1500px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1650px) {
  .d-max-none {
    display: none !important;
  }
  .d-max-inline {
    display: inline !important;
  }
  .d-max-inline-block {
    display: inline-block !important;
  }
  .d-max-block {
    display: block !important;
  }
  .d-max-table {
    display: table !important;
  }
  .d-max-table-row {
    display: table-row !important;
  }
  .d-max-table-cell {
    display: table-cell !important;
  }
  .d-max-flex {
    display: flex !important;
  }
  .d-max-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: 375px) {
  .flex-ms-row {
    flex-direction: row !important;
  }
  .flex-ms-column {
    flex-direction: column !important;
  }
  .flex-ms-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-ms-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-ms-wrap {
    flex-wrap: wrap !important;
  }
  .flex-ms-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-ms-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-ms-fill {
    flex: 1 1 auto !important;
  }
  .flex-ms-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-ms-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-ms-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-ms-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-ms-start {
    justify-content: flex-start !important;
  }
  .justify-content-ms-end {
    justify-content: flex-end !important;
  }
  .justify-content-ms-center {
    justify-content: center !important;
  }
  .justify-content-ms-between {
    justify-content: space-between !important;
  }
  .justify-content-ms-around {
    justify-content: space-around !important;
  }
  .align-items-ms-start {
    align-items: flex-start !important;
  }
  .align-items-ms-end {
    align-items: flex-end !important;
  }
  .align-items-ms-center {
    align-items: center !important;
  }
  .align-items-ms-baseline {
    align-items: baseline !important;
  }
  .align-items-ms-stretch {
    align-items: stretch !important;
  }
  .align-content-ms-start {
    align-content: flex-start !important;
  }
  .align-content-ms-end {
    align-content: flex-end !important;
  }
  .align-content-ms-center {
    align-content: center !important;
  }
  .align-content-ms-between {
    align-content: space-between !important;
  }
  .align-content-ms-around {
    align-content: space-around !important;
  }
  .align-content-ms-stretch {
    align-content: stretch !important;
  }
  .align-self-ms-auto {
    align-self: auto !important;
  }
  .align-self-ms-start {
    align-self: flex-start !important;
  }
  .align-self-ms-end {
    align-self: flex-end !important;
  }
  .align-self-ms-center {
    align-self: center !important;
  }
  .align-self-ms-baseline {
    align-self: baseline !important;
  }
  .align-self-ms-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1500px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1650px) {
  .flex-max-row {
    flex-direction: row !important;
  }
  .flex-max-column {
    flex-direction: column !important;
  }
  .flex-max-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-max-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-max-wrap {
    flex-wrap: wrap !important;
  }
  .flex-max-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-max-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-max-fill {
    flex: 1 1 auto !important;
  }
  .flex-max-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-max-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-max-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-max-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-max-start {
    justify-content: flex-start !important;
  }
  .justify-content-max-end {
    justify-content: flex-end !important;
  }
  .justify-content-max-center {
    justify-content: center !important;
  }
  .justify-content-max-between {
    justify-content: space-between !important;
  }
  .justify-content-max-around {
    justify-content: space-around !important;
  }
  .align-items-max-start {
    align-items: flex-start !important;
  }
  .align-items-max-end {
    align-items: flex-end !important;
  }
  .align-items-max-center {
    align-items: center !important;
  }
  .align-items-max-baseline {
    align-items: baseline !important;
  }
  .align-items-max-stretch {
    align-items: stretch !important;
  }
  .align-content-max-start {
    align-content: flex-start !important;
  }
  .align-content-max-end {
    align-content: flex-end !important;
  }
  .align-content-max-center {
    align-content: center !important;
  }
  .align-content-max-between {
    align-content: space-between !important;
  }
  .align-content-max-around {
    align-content: space-around !important;
  }
  .align-content-max-stretch {
    align-content: stretch !important;
  }
  .align-self-max-auto {
    align-self: auto !important;
  }
  .align-self-max-start {
    align-self: flex-start !important;
  }
  .align-self-max-end {
    align-self: flex-end !important;
  }
  .align-self-max-center {
    align-self: center !important;
  }
  .align-self-max-baseline {
    align-self: baseline !important;
  }
  .align-self-max-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .m-ms-0 {
    margin: 0 !important;
  }
  .mt-ms-0,
  .my-ms-0 {
    margin-top: 0 !important;
  }
  .mr-ms-0,
  .mx-ms-0 {
    margin-right: 0 !important;
  }
  .mb-ms-0,
  .my-ms-0 {
    margin-bottom: 0 !important;
  }
  .ml-ms-0,
  .mx-ms-0 {
    margin-left: 0 !important;
  }
  .m-ms-1 {
    margin: 0.25rem !important;
  }
  .mt-ms-1,
  .my-ms-1 {
    margin-top: 0.25rem !important;
  }
  .mr-ms-1,
  .mx-ms-1 {
    margin-right: 0.25rem !important;
  }
  .mb-ms-1,
  .my-ms-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-ms-1,
  .mx-ms-1 {
    margin-left: 0.25rem !important;
  }
  .m-ms-2 {
    margin: 0.5rem !important;
  }
  .mt-ms-2,
  .my-ms-2 {
    margin-top: 0.5rem !important;
  }
  .mr-ms-2,
  .mx-ms-2 {
    margin-right: 0.5rem !important;
  }
  .mb-ms-2,
  .my-ms-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-ms-2,
  .mx-ms-2 {
    margin-left: 0.5rem !important;
  }
  .m-ms-3 {
    margin: 1rem !important;
  }
  .mt-ms-3,
  .my-ms-3 {
    margin-top: 1rem !important;
  }
  .mr-ms-3,
  .mx-ms-3 {
    margin-right: 1rem !important;
  }
  .mb-ms-3,
  .my-ms-3 {
    margin-bottom: 1rem !important;
  }
  .ml-ms-3,
  .mx-ms-3 {
    margin-left: 1rem !important;
  }
  .m-ms-4 {
    margin: 1.5rem !important;
  }
  .mt-ms-4,
  .my-ms-4 {
    margin-top: 1.5rem !important;
  }
  .mr-ms-4,
  .mx-ms-4 {
    margin-right: 1.5rem !important;
  }
  .mb-ms-4,
  .my-ms-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-ms-4,
  .mx-ms-4 {
    margin-left: 1.5rem !important;
  }
  .m-ms-5 {
    margin: 3rem !important;
  }
  .mt-ms-5,
  .my-ms-5 {
    margin-top: 3rem !important;
  }
  .mr-ms-5,
  .mx-ms-5 {
    margin-right: 3rem !important;
  }
  .mb-ms-5,
  .my-ms-5 {
    margin-bottom: 3rem !important;
  }
  .ml-ms-5,
  .mx-ms-5 {
    margin-left: 3rem !important;
  }
  .p-ms-0 {
    padding: 0 !important;
  }
  .pt-ms-0,
  .py-ms-0 {
    padding-top: 0 !important;
  }
  .pr-ms-0,
  .px-ms-0 {
    padding-right: 0 !important;
  }
  .pb-ms-0,
  .py-ms-0 {
    padding-bottom: 0 !important;
  }
  .pl-ms-0,
  .px-ms-0 {
    padding-left: 0 !important;
  }
  .p-ms-1 {
    padding: 0.25rem !important;
  }
  .pt-ms-1,
  .py-ms-1 {
    padding-top: 0.25rem !important;
  }
  .pr-ms-1,
  .px-ms-1 {
    padding-right: 0.25rem !important;
  }
  .pb-ms-1,
  .py-ms-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-ms-1,
  .px-ms-1 {
    padding-left: 0.25rem !important;
  }
  .p-ms-2 {
    padding: 0.5rem !important;
  }
  .pt-ms-2,
  .py-ms-2 {
    padding-top: 0.5rem !important;
  }
  .pr-ms-2,
  .px-ms-2 {
    padding-right: 0.5rem !important;
  }
  .pb-ms-2,
  .py-ms-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-ms-2,
  .px-ms-2 {
    padding-left: 0.5rem !important;
  }
  .p-ms-3 {
    padding: 1rem !important;
  }
  .pt-ms-3,
  .py-ms-3 {
    padding-top: 1rem !important;
  }
  .pr-ms-3,
  .px-ms-3 {
    padding-right: 1rem !important;
  }
  .pb-ms-3,
  .py-ms-3 {
    padding-bottom: 1rem !important;
  }
  .pl-ms-3,
  .px-ms-3 {
    padding-left: 1rem !important;
  }
  .p-ms-4 {
    padding: 1.5rem !important;
  }
  .pt-ms-4,
  .py-ms-4 {
    padding-top: 1.5rem !important;
  }
  .pr-ms-4,
  .px-ms-4 {
    padding-right: 1.5rem !important;
  }
  .pb-ms-4,
  .py-ms-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-ms-4,
  .px-ms-4 {
    padding-left: 1.5rem !important;
  }
  .p-ms-5 {
    padding: 3rem !important;
  }
  .pt-ms-5,
  .py-ms-5 {
    padding-top: 3rem !important;
  }
  .pr-ms-5,
  .px-ms-5 {
    padding-right: 3rem !important;
  }
  .pb-ms-5,
  .py-ms-5 {
    padding-bottom: 3rem !important;
  }
  .pl-ms-5,
  .px-ms-5 {
    padding-left: 3rem !important;
  }
  .m-ms-n1 {
    margin: -0.25rem !important;
  }
  .mt-ms-n1,
  .my-ms-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-ms-n1,
  .mx-ms-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-ms-n1,
  .my-ms-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-ms-n1,
  .mx-ms-n1 {
    margin-left: -0.25rem !important;
  }
  .m-ms-n2 {
    margin: -0.5rem !important;
  }
  .mt-ms-n2,
  .my-ms-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-ms-n2,
  .mx-ms-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-ms-n2,
  .my-ms-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-ms-n2,
  .mx-ms-n2 {
    margin-left: -0.5rem !important;
  }
  .m-ms-n3 {
    margin: -1rem !important;
  }
  .mt-ms-n3,
  .my-ms-n3 {
    margin-top: -1rem !important;
  }
  .mr-ms-n3,
  .mx-ms-n3 {
    margin-right: -1rem !important;
  }
  .mb-ms-n3,
  .my-ms-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-ms-n3,
  .mx-ms-n3 {
    margin-left: -1rem !important;
  }
  .m-ms-n4 {
    margin: -1.5rem !important;
  }
  .mt-ms-n4,
  .my-ms-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-ms-n4,
  .mx-ms-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-ms-n4,
  .my-ms-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-ms-n4,
  .mx-ms-n4 {
    margin-left: -1.5rem !important;
  }
  .m-ms-n5 {
    margin: -3rem !important;
  }
  .mt-ms-n5,
  .my-ms-n5 {
    margin-top: -3rem !important;
  }
  .mr-ms-n5,
  .mx-ms-n5 {
    margin-right: -3rem !important;
  }
  .mb-ms-n5,
  .my-ms-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-ms-n5,
  .mx-ms-n5 {
    margin-left: -3rem !important;
  }
  .m-ms-auto {
    margin: auto !important;
  }
  .mt-ms-auto,
  .my-ms-auto {
    margin-top: auto !important;
  }
  .mr-ms-auto,
  .mx-ms-auto {
    margin-right: auto !important;
  }
  .mb-ms-auto,
  .my-ms-auto {
    margin-bottom: auto !important;
  }
  .ml-ms-auto,
  .mx-ms-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1500px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1650px) {
  .m-max-0 {
    margin: 0 !important;
  }
  .mt-max-0,
  .my-max-0 {
    margin-top: 0 !important;
  }
  .mr-max-0,
  .mx-max-0 {
    margin-right: 0 !important;
  }
  .mb-max-0,
  .my-max-0 {
    margin-bottom: 0 !important;
  }
  .ml-max-0,
  .mx-max-0 {
    margin-left: 0 !important;
  }
  .m-max-1 {
    margin: 0.25rem !important;
  }
  .mt-max-1,
  .my-max-1 {
    margin-top: 0.25rem !important;
  }
  .mr-max-1,
  .mx-max-1 {
    margin-right: 0.25rem !important;
  }
  .mb-max-1,
  .my-max-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-max-1,
  .mx-max-1 {
    margin-left: 0.25rem !important;
  }
  .m-max-2 {
    margin: 0.5rem !important;
  }
  .mt-max-2,
  .my-max-2 {
    margin-top: 0.5rem !important;
  }
  .mr-max-2,
  .mx-max-2 {
    margin-right: 0.5rem !important;
  }
  .mb-max-2,
  .my-max-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-max-2,
  .mx-max-2 {
    margin-left: 0.5rem !important;
  }
  .m-max-3 {
    margin: 1rem !important;
  }
  .mt-max-3,
  .my-max-3 {
    margin-top: 1rem !important;
  }
  .mr-max-3,
  .mx-max-3 {
    margin-right: 1rem !important;
  }
  .mb-max-3,
  .my-max-3 {
    margin-bottom: 1rem !important;
  }
  .ml-max-3,
  .mx-max-3 {
    margin-left: 1rem !important;
  }
  .m-max-4 {
    margin: 1.5rem !important;
  }
  .mt-max-4,
  .my-max-4 {
    margin-top: 1.5rem !important;
  }
  .mr-max-4,
  .mx-max-4 {
    margin-right: 1.5rem !important;
  }
  .mb-max-4,
  .my-max-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-max-4,
  .mx-max-4 {
    margin-left: 1.5rem !important;
  }
  .m-max-5 {
    margin: 3rem !important;
  }
  .mt-max-5,
  .my-max-5 {
    margin-top: 3rem !important;
  }
  .mr-max-5,
  .mx-max-5 {
    margin-right: 3rem !important;
  }
  .mb-max-5,
  .my-max-5 {
    margin-bottom: 3rem !important;
  }
  .ml-max-5,
  .mx-max-5 {
    margin-left: 3rem !important;
  }
  .p-max-0 {
    padding: 0 !important;
  }
  .pt-max-0,
  .py-max-0 {
    padding-top: 0 !important;
  }
  .pr-max-0,
  .px-max-0 {
    padding-right: 0 !important;
  }
  .pb-max-0,
  .py-max-0 {
    padding-bottom: 0 !important;
  }
  .pl-max-0,
  .px-max-0 {
    padding-left: 0 !important;
  }
  .p-max-1 {
    padding: 0.25rem !important;
  }
  .pt-max-1,
  .py-max-1 {
    padding-top: 0.25rem !important;
  }
  .pr-max-1,
  .px-max-1 {
    padding-right: 0.25rem !important;
  }
  .pb-max-1,
  .py-max-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-max-1,
  .px-max-1 {
    padding-left: 0.25rem !important;
  }
  .p-max-2 {
    padding: 0.5rem !important;
  }
  .pt-max-2,
  .py-max-2 {
    padding-top: 0.5rem !important;
  }
  .pr-max-2,
  .px-max-2 {
    padding-right: 0.5rem !important;
  }
  .pb-max-2,
  .py-max-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-max-2,
  .px-max-2 {
    padding-left: 0.5rem !important;
  }
  .p-max-3 {
    padding: 1rem !important;
  }
  .pt-max-3,
  .py-max-3 {
    padding-top: 1rem !important;
  }
  .pr-max-3,
  .px-max-3 {
    padding-right: 1rem !important;
  }
  .pb-max-3,
  .py-max-3 {
    padding-bottom: 1rem !important;
  }
  .pl-max-3,
  .px-max-3 {
    padding-left: 1rem !important;
  }
  .p-max-4 {
    padding: 1.5rem !important;
  }
  .pt-max-4,
  .py-max-4 {
    padding-top: 1.5rem !important;
  }
  .pr-max-4,
  .px-max-4 {
    padding-right: 1.5rem !important;
  }
  .pb-max-4,
  .py-max-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-max-4,
  .px-max-4 {
    padding-left: 1.5rem !important;
  }
  .p-max-5 {
    padding: 3rem !important;
  }
  .pt-max-5,
  .py-max-5 {
    padding-top: 3rem !important;
  }
  .pr-max-5,
  .px-max-5 {
    padding-right: 3rem !important;
  }
  .pb-max-5,
  .py-max-5 {
    padding-bottom: 3rem !important;
  }
  .pl-max-5,
  .px-max-5 {
    padding-left: 3rem !important;
  }
  .m-max-n1 {
    margin: -0.25rem !important;
  }
  .mt-max-n1,
  .my-max-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-max-n1,
  .mx-max-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-max-n1,
  .my-max-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-max-n1,
  .mx-max-n1 {
    margin-left: -0.25rem !important;
  }
  .m-max-n2 {
    margin: -0.5rem !important;
  }
  .mt-max-n2,
  .my-max-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-max-n2,
  .mx-max-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-max-n2,
  .my-max-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-max-n2,
  .mx-max-n2 {
    margin-left: -0.5rem !important;
  }
  .m-max-n3 {
    margin: -1rem !important;
  }
  .mt-max-n3,
  .my-max-n3 {
    margin-top: -1rem !important;
  }
  .mr-max-n3,
  .mx-max-n3 {
    margin-right: -1rem !important;
  }
  .mb-max-n3,
  .my-max-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-max-n3,
  .mx-max-n3 {
    margin-left: -1rem !important;
  }
  .m-max-n4 {
    margin: -1.5rem !important;
  }
  .mt-max-n4,
  .my-max-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-max-n4,
  .mx-max-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-max-n4,
  .my-max-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-max-n4,
  .mx-max-n4 {
    margin-left: -1.5rem !important;
  }
  .m-max-n5 {
    margin: -3rem !important;
  }
  .mt-max-n5,
  .my-max-n5 {
    margin-top: -3rem !important;
  }
  .mr-max-n5,
  .mx-max-n5 {
    margin-right: -3rem !important;
  }
  .mb-max-n5,
  .my-max-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-max-n5,
  .mx-max-n5 {
    margin-left: -3rem !important;
  }
  .m-max-auto {
    margin: auto !important;
  }
  .mt-max-auto,
  .my-max-auto {
    margin-top: auto !important;
  }
  .mr-max-auto,
  .mx-max-auto {
    margin-right: auto !important;
  }
  .mb-max-auto,
  .my-max-auto {
    margin-bottom: auto !important;
  }
  .ml-max-auto,
  .mx-max-auto {
    margin-left: auto !important;
  }
}
/*Bootstrap Requirements*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-ms: 375px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1500px;
  --breakpoint-max: 1650px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(.wp-block-button__link):not(.wp-block-button__link:visited) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*Optional Bootstrap Components*/
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 374.98px) {
  .table-responsive-ms {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-ms > .table-bordered {
    border: 0;
  }
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1499.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1649.98px) {
  .table-responsive-max {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-max > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (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 (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
}
.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;
}

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

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

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

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

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

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

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

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

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

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

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.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: 375px) {
  .d-ms-none {
    display: none !important;
  }
  .d-ms-inline {
    display: inline !important;
  }
  .d-ms-inline-block {
    display: inline-block !important;
  }
  .d-ms-block {
    display: block !important;
  }
  .d-ms-table {
    display: table !important;
  }
  .d-ms-table-row {
    display: table-row !important;
  }
  .d-ms-table-cell {
    display: table-cell !important;
  }
  .d-ms-flex {
    display: flex !important;
  }
  .d-ms-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 (min-width: 1500px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1650px) {
  .d-max-none {
    display: none !important;
  }
  .d-max-inline {
    display: inline !important;
  }
  .d-max-inline-block {
    display: inline-block !important;
  }
  .d-max-block {
    display: block !important;
  }
  .d-max-table {
    display: table !important;
  }
  .d-max-table-row {
    display: table-row !important;
  }
  .d-max-table-cell {
    display: table-cell !important;
  }
  .d-max-flex {
    display: flex !important;
  }
  .d-max-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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 375px) {
  .flex-ms-row {
    flex-direction: row !important;
  }
  .flex-ms-column {
    flex-direction: column !important;
  }
  .flex-ms-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-ms-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-ms-wrap {
    flex-wrap: wrap !important;
  }
  .flex-ms-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-ms-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-ms-fill {
    flex: 1 1 auto !important;
  }
  .flex-ms-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-ms-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-ms-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-ms-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-ms-start {
    justify-content: flex-start !important;
  }
  .justify-content-ms-end {
    justify-content: flex-end !important;
  }
  .justify-content-ms-center {
    justify-content: center !important;
  }
  .justify-content-ms-between {
    justify-content: space-between !important;
  }
  .justify-content-ms-around {
    justify-content: space-around !important;
  }
  .align-items-ms-start {
    align-items: flex-start !important;
  }
  .align-items-ms-end {
    align-items: flex-end !important;
  }
  .align-items-ms-center {
    align-items: center !important;
  }
  .align-items-ms-baseline {
    align-items: baseline !important;
  }
  .align-items-ms-stretch {
    align-items: stretch !important;
  }
  .align-content-ms-start {
    align-content: flex-start !important;
  }
  .align-content-ms-end {
    align-content: flex-end !important;
  }
  .align-content-ms-center {
    align-content: center !important;
  }
  .align-content-ms-between {
    align-content: space-between !important;
  }
  .align-content-ms-around {
    align-content: space-around !important;
  }
  .align-content-ms-stretch {
    align-content: stretch !important;
  }
  .align-self-ms-auto {
    align-self: auto !important;
  }
  .align-self-ms-start {
    align-self: flex-start !important;
  }
  .align-self-ms-end {
    align-self: flex-end !important;
  }
  .align-self-ms-center {
    align-self: center !important;
  }
  .align-self-ms-baseline {
    align-self: baseline !important;
  }
  .align-self-ms-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1500px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1650px) {
  .flex-max-row {
    flex-direction: row !important;
  }
  .flex-max-column {
    flex-direction: column !important;
  }
  .flex-max-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-max-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-max-wrap {
    flex-wrap: wrap !important;
  }
  .flex-max-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-max-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-max-fill {
    flex: 1 1 auto !important;
  }
  .flex-max-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-max-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-max-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-max-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-max-start {
    justify-content: flex-start !important;
  }
  .justify-content-max-end {
    justify-content: flex-end !important;
  }
  .justify-content-max-center {
    justify-content: center !important;
  }
  .justify-content-max-between {
    justify-content: space-between !important;
  }
  .justify-content-max-around {
    justify-content: space-around !important;
  }
  .align-items-max-start {
    align-items: flex-start !important;
  }
  .align-items-max-end {
    align-items: flex-end !important;
  }
  .align-items-max-center {
    align-items: center !important;
  }
  .align-items-max-baseline {
    align-items: baseline !important;
  }
  .align-items-max-stretch {
    align-items: stretch !important;
  }
  .align-content-max-start {
    align-content: flex-start !important;
  }
  .align-content-max-end {
    align-content: flex-end !important;
  }
  .align-content-max-center {
    align-content: center !important;
  }
  .align-content-max-between {
    align-content: space-between !important;
  }
  .align-content-max-around {
    align-content: space-around !important;
  }
  .align-content-max-stretch {
    align-content: stretch !important;
  }
  .align-self-max-auto {
    align-self: auto !important;
  }
  .align-self-max-start {
    align-self: flex-start !important;
  }
  .align-self-max-end {
    align-self: flex-end !important;
  }
  .align-self-max-center {
    align-self: center !important;
  }
  .align-self-max-baseline {
    align-self: baseline !important;
  }
  .align-self-max-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 375px) {
  .float-ms-left {
    float: left !important;
  }
  .float-ms-right {
    float: right !important;
  }
  .float-ms-none {
    float: none !important;
  }
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1500px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
@media (min-width: 1650px) {
  .float-max-left {
    float: left !important;
  }
  .float-max-right {
    float: right !important;
  }
  .float-max-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .m-ms-0 {
    margin: 0 !important;
  }
  .mt-ms-0,
  .my-ms-0 {
    margin-top: 0 !important;
  }
  .mr-ms-0,
  .mx-ms-0 {
    margin-right: 0 !important;
  }
  .mb-ms-0,
  .my-ms-0 {
    margin-bottom: 0 !important;
  }
  .ml-ms-0,
  .mx-ms-0 {
    margin-left: 0 !important;
  }
  .m-ms-1 {
    margin: 0.25rem !important;
  }
  .mt-ms-1,
  .my-ms-1 {
    margin-top: 0.25rem !important;
  }
  .mr-ms-1,
  .mx-ms-1 {
    margin-right: 0.25rem !important;
  }
  .mb-ms-1,
  .my-ms-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-ms-1,
  .mx-ms-1 {
    margin-left: 0.25rem !important;
  }
  .m-ms-2 {
    margin: 0.5rem !important;
  }
  .mt-ms-2,
  .my-ms-2 {
    margin-top: 0.5rem !important;
  }
  .mr-ms-2,
  .mx-ms-2 {
    margin-right: 0.5rem !important;
  }
  .mb-ms-2,
  .my-ms-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-ms-2,
  .mx-ms-2 {
    margin-left: 0.5rem !important;
  }
  .m-ms-3 {
    margin: 1rem !important;
  }
  .mt-ms-3,
  .my-ms-3 {
    margin-top: 1rem !important;
  }
  .mr-ms-3,
  .mx-ms-3 {
    margin-right: 1rem !important;
  }
  .mb-ms-3,
  .my-ms-3 {
    margin-bottom: 1rem !important;
  }
  .ml-ms-3,
  .mx-ms-3 {
    margin-left: 1rem !important;
  }
  .m-ms-4 {
    margin: 1.5rem !important;
  }
  .mt-ms-4,
  .my-ms-4 {
    margin-top: 1.5rem !important;
  }
  .mr-ms-4,
  .mx-ms-4 {
    margin-right: 1.5rem !important;
  }
  .mb-ms-4,
  .my-ms-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-ms-4,
  .mx-ms-4 {
    margin-left: 1.5rem !important;
  }
  .m-ms-5 {
    margin: 3rem !important;
  }
  .mt-ms-5,
  .my-ms-5 {
    margin-top: 3rem !important;
  }
  .mr-ms-5,
  .mx-ms-5 {
    margin-right: 3rem !important;
  }
  .mb-ms-5,
  .my-ms-5 {
    margin-bottom: 3rem !important;
  }
  .ml-ms-5,
  .mx-ms-5 {
    margin-left: 3rem !important;
  }
  .p-ms-0 {
    padding: 0 !important;
  }
  .pt-ms-0,
  .py-ms-0 {
    padding-top: 0 !important;
  }
  .pr-ms-0,
  .px-ms-0 {
    padding-right: 0 !important;
  }
  .pb-ms-0,
  .py-ms-0 {
    padding-bottom: 0 !important;
  }
  .pl-ms-0,
  .px-ms-0 {
    padding-left: 0 !important;
  }
  .p-ms-1 {
    padding: 0.25rem !important;
  }
  .pt-ms-1,
  .py-ms-1 {
    padding-top: 0.25rem !important;
  }
  .pr-ms-1,
  .px-ms-1 {
    padding-right: 0.25rem !important;
  }
  .pb-ms-1,
  .py-ms-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-ms-1,
  .px-ms-1 {
    padding-left: 0.25rem !important;
  }
  .p-ms-2 {
    padding: 0.5rem !important;
  }
  .pt-ms-2,
  .py-ms-2 {
    padding-top: 0.5rem !important;
  }
  .pr-ms-2,
  .px-ms-2 {
    padding-right: 0.5rem !important;
  }
  .pb-ms-2,
  .py-ms-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-ms-2,
  .px-ms-2 {
    padding-left: 0.5rem !important;
  }
  .p-ms-3 {
    padding: 1rem !important;
  }
  .pt-ms-3,
  .py-ms-3 {
    padding-top: 1rem !important;
  }
  .pr-ms-3,
  .px-ms-3 {
    padding-right: 1rem !important;
  }
  .pb-ms-3,
  .py-ms-3 {
    padding-bottom: 1rem !important;
  }
  .pl-ms-3,
  .px-ms-3 {
    padding-left: 1rem !important;
  }
  .p-ms-4 {
    padding: 1.5rem !important;
  }
  .pt-ms-4,
  .py-ms-4 {
    padding-top: 1.5rem !important;
  }
  .pr-ms-4,
  .px-ms-4 {
    padding-right: 1.5rem !important;
  }
  .pb-ms-4,
  .py-ms-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-ms-4,
  .px-ms-4 {
    padding-left: 1.5rem !important;
  }
  .p-ms-5 {
    padding: 3rem !important;
  }
  .pt-ms-5,
  .py-ms-5 {
    padding-top: 3rem !important;
  }
  .pr-ms-5,
  .px-ms-5 {
    padding-right: 3rem !important;
  }
  .pb-ms-5,
  .py-ms-5 {
    padding-bottom: 3rem !important;
  }
  .pl-ms-5,
  .px-ms-5 {
    padding-left: 3rem !important;
  }
  .m-ms-n1 {
    margin: -0.25rem !important;
  }
  .mt-ms-n1,
  .my-ms-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-ms-n1,
  .mx-ms-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-ms-n1,
  .my-ms-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-ms-n1,
  .mx-ms-n1 {
    margin-left: -0.25rem !important;
  }
  .m-ms-n2 {
    margin: -0.5rem !important;
  }
  .mt-ms-n2,
  .my-ms-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-ms-n2,
  .mx-ms-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-ms-n2,
  .my-ms-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-ms-n2,
  .mx-ms-n2 {
    margin-left: -0.5rem !important;
  }
  .m-ms-n3 {
    margin: -1rem !important;
  }
  .mt-ms-n3,
  .my-ms-n3 {
    margin-top: -1rem !important;
  }
  .mr-ms-n3,
  .mx-ms-n3 {
    margin-right: -1rem !important;
  }
  .mb-ms-n3,
  .my-ms-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-ms-n3,
  .mx-ms-n3 {
    margin-left: -1rem !important;
  }
  .m-ms-n4 {
    margin: -1.5rem !important;
  }
  .mt-ms-n4,
  .my-ms-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-ms-n4,
  .mx-ms-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-ms-n4,
  .my-ms-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-ms-n4,
  .mx-ms-n4 {
    margin-left: -1.5rem !important;
  }
  .m-ms-n5 {
    margin: -3rem !important;
  }
  .mt-ms-n5,
  .my-ms-n5 {
    margin-top: -3rem !important;
  }
  .mr-ms-n5,
  .mx-ms-n5 {
    margin-right: -3rem !important;
  }
  .mb-ms-n5,
  .my-ms-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-ms-n5,
  .mx-ms-n5 {
    margin-left: -3rem !important;
  }
  .m-ms-auto {
    margin: auto !important;
  }
  .mt-ms-auto,
  .my-ms-auto {
    margin-top: auto !important;
  }
  .mr-ms-auto,
  .mx-ms-auto {
    margin-right: auto !important;
  }
  .mb-ms-auto,
  .my-ms-auto {
    margin-bottom: auto !important;
  }
  .ml-ms-auto,
  .mx-ms-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1500px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1650px) {
  .m-max-0 {
    margin: 0 !important;
  }
  .mt-max-0,
  .my-max-0 {
    margin-top: 0 !important;
  }
  .mr-max-0,
  .mx-max-0 {
    margin-right: 0 !important;
  }
  .mb-max-0,
  .my-max-0 {
    margin-bottom: 0 !important;
  }
  .ml-max-0,
  .mx-max-0 {
    margin-left: 0 !important;
  }
  .m-max-1 {
    margin: 0.25rem !important;
  }
  .mt-max-1,
  .my-max-1 {
    margin-top: 0.25rem !important;
  }
  .mr-max-1,
  .mx-max-1 {
    margin-right: 0.25rem !important;
  }
  .mb-max-1,
  .my-max-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-max-1,
  .mx-max-1 {
    margin-left: 0.25rem !important;
  }
  .m-max-2 {
    margin: 0.5rem !important;
  }
  .mt-max-2,
  .my-max-2 {
    margin-top: 0.5rem !important;
  }
  .mr-max-2,
  .mx-max-2 {
    margin-right: 0.5rem !important;
  }
  .mb-max-2,
  .my-max-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-max-2,
  .mx-max-2 {
    margin-left: 0.5rem !important;
  }
  .m-max-3 {
    margin: 1rem !important;
  }
  .mt-max-3,
  .my-max-3 {
    margin-top: 1rem !important;
  }
  .mr-max-3,
  .mx-max-3 {
    margin-right: 1rem !important;
  }
  .mb-max-3,
  .my-max-3 {
    margin-bottom: 1rem !important;
  }
  .ml-max-3,
  .mx-max-3 {
    margin-left: 1rem !important;
  }
  .m-max-4 {
    margin: 1.5rem !important;
  }
  .mt-max-4,
  .my-max-4 {
    margin-top: 1.5rem !important;
  }
  .mr-max-4,
  .mx-max-4 {
    margin-right: 1.5rem !important;
  }
  .mb-max-4,
  .my-max-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-max-4,
  .mx-max-4 {
    margin-left: 1.5rem !important;
  }
  .m-max-5 {
    margin: 3rem !important;
  }
  .mt-max-5,
  .my-max-5 {
    margin-top: 3rem !important;
  }
  .mr-max-5,
  .mx-max-5 {
    margin-right: 3rem !important;
  }
  .mb-max-5,
  .my-max-5 {
    margin-bottom: 3rem !important;
  }
  .ml-max-5,
  .mx-max-5 {
    margin-left: 3rem !important;
  }
  .p-max-0 {
    padding: 0 !important;
  }
  .pt-max-0,
  .py-max-0 {
    padding-top: 0 !important;
  }
  .pr-max-0,
  .px-max-0 {
    padding-right: 0 !important;
  }
  .pb-max-0,
  .py-max-0 {
    padding-bottom: 0 !important;
  }
  .pl-max-0,
  .px-max-0 {
    padding-left: 0 !important;
  }
  .p-max-1 {
    padding: 0.25rem !important;
  }
  .pt-max-1,
  .py-max-1 {
    padding-top: 0.25rem !important;
  }
  .pr-max-1,
  .px-max-1 {
    padding-right: 0.25rem !important;
  }
  .pb-max-1,
  .py-max-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-max-1,
  .px-max-1 {
    padding-left: 0.25rem !important;
  }
  .p-max-2 {
    padding: 0.5rem !important;
  }
  .pt-max-2,
  .py-max-2 {
    padding-top: 0.5rem !important;
  }
  .pr-max-2,
  .px-max-2 {
    padding-right: 0.5rem !important;
  }
  .pb-max-2,
  .py-max-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-max-2,
  .px-max-2 {
    padding-left: 0.5rem !important;
  }
  .p-max-3 {
    padding: 1rem !important;
  }
  .pt-max-3,
  .py-max-3 {
    padding-top: 1rem !important;
  }
  .pr-max-3,
  .px-max-3 {
    padding-right: 1rem !important;
  }
  .pb-max-3,
  .py-max-3 {
    padding-bottom: 1rem !important;
  }
  .pl-max-3,
  .px-max-3 {
    padding-left: 1rem !important;
  }
  .p-max-4 {
    padding: 1.5rem !important;
  }
  .pt-max-4,
  .py-max-4 {
    padding-top: 1.5rem !important;
  }
  .pr-max-4,
  .px-max-4 {
    padding-right: 1.5rem !important;
  }
  .pb-max-4,
  .py-max-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-max-4,
  .px-max-4 {
    padding-left: 1.5rem !important;
  }
  .p-max-5 {
    padding: 3rem !important;
  }
  .pt-max-5,
  .py-max-5 {
    padding-top: 3rem !important;
  }
  .pr-max-5,
  .px-max-5 {
    padding-right: 3rem !important;
  }
  .pb-max-5,
  .py-max-5 {
    padding-bottom: 3rem !important;
  }
  .pl-max-5,
  .px-max-5 {
    padding-left: 3rem !important;
  }
  .m-max-n1 {
    margin: -0.25rem !important;
  }
  .mt-max-n1,
  .my-max-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-max-n1,
  .mx-max-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-max-n1,
  .my-max-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-max-n1,
  .mx-max-n1 {
    margin-left: -0.25rem !important;
  }
  .m-max-n2 {
    margin: -0.5rem !important;
  }
  .mt-max-n2,
  .my-max-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-max-n2,
  .mx-max-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-max-n2,
  .my-max-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-max-n2,
  .mx-max-n2 {
    margin-left: -0.5rem !important;
  }
  .m-max-n3 {
    margin: -1rem !important;
  }
  .mt-max-n3,
  .my-max-n3 {
    margin-top: -1rem !important;
  }
  .mr-max-n3,
  .mx-max-n3 {
    margin-right: -1rem !important;
  }
  .mb-max-n3,
  .my-max-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-max-n3,
  .mx-max-n3 {
    margin-left: -1rem !important;
  }
  .m-max-n4 {
    margin: -1.5rem !important;
  }
  .mt-max-n4,
  .my-max-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-max-n4,
  .mx-max-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-max-n4,
  .my-max-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-max-n4,
  .mx-max-n4 {
    margin-left: -1.5rem !important;
  }
  .m-max-n5 {
    margin: -3rem !important;
  }
  .mt-max-n5,
  .my-max-n5 {
    margin-top: -3rem !important;
  }
  .mr-max-n5,
  .mx-max-n5 {
    margin-right: -3rem !important;
  }
  .mb-max-n5,
  .my-max-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-max-n5,
  .mx-max-n5 {
    margin-left: -3rem !important;
  }
  .m-max-auto {
    margin: auto !important;
  }
  .mt-max-auto,
  .my-max-auto {
    margin-top: auto !important;
  }
  .mr-max-auto,
  .mx-max-auto {
    margin-right: auto !important;
  }
  .mb-max-auto,
  .my-max-auto {
    margin-bottom: auto !important;
  }
  .ml-max-auto,
  .mx-max-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 375px) {
  .text-ms-left {
    text-align: left !important;
  }
  .text-ms-right {
    text-align: right !important;
  }
  .text-ms-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1500px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1650px) {
  .text-max-left {
    text-align: left !important;
  }
  .text-max-right {
    text-align: right !important;
  }
  .text-max-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*Default Slick Slider styles*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand;
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*List reset*/
/*List reset*/
/*Button reset*/
/*Field reset*/
/*Pseudo clearfix*/
/*Input placeholder color*/
/*Columns*/
/*Adds max width wrapper*/
.wrapper {
  background: #FFF;
  margin: 0 auto;
  max-width: 2000px;
  overflow-x: hidden;
  transition: 0.4s;
  /*Used to push content when overlays are open*/
}
.wrapper.overlay-open-left {
  transform: translateX(50%);
}
.wrapper.overlay-open-right {
  transform: translateX(-50%);
}

/*Main content area*/
.site-content {
  background-color: #FFF;
  margin-left: auto;
  margin-right: auto;
  max-width: 2000px;
}

/*Custom container fluid*/
@media (max-width: 991.98px) {
  .container-fluid, .wp-block-group, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .container-fluid, .wp-block-group, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1500px) {
  .container-fluid, .wp-block-group, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 175px;
    padding-right: 175px;
  }
}

/*Custom container with smaller gutters*/
@media (max-width: 991.98px) {
  .container-gutters {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .container-gutters {
    margin-right: auto;
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (min-width: 1500px) {
  .container-gutters {
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
  }
}

/*Full width container*/
@media (max-width: 991.98px) {
  .container-full {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*Offset container options*/
@media (max-width: 991.98px) {
  .container-offset-right {
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .container-offset-right {
    padding-right: 100px;
  }
}
@media (min-width: 1500px) {
  .container-offset-right {
    padding-right: 175px;
  }
}

@media (max-width: 991.98px) {
  .container-offset-left {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .container-offset-left {
    padding-left: 100px;
  }
}
@media (min-width: 1500px) {
  .container-offset-left {
    padding-left: 175px;
  }
}
@media (min-width: 992px) {
  .container-offset-left .row {
    margin-right: 0;
  }
  .container-offset-left .row .col:last-child,
  .container-offset-left .row [class*=col-]:last-child {
    padding-right: 0;
  }
}

/*Removes gutters to any bootstrap row*/
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

/*Larger gutter options*/
@media (min-width: 1200px) and (max-width: 1649.98px) {
  .gutters-lg {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media (min-width: 1650px) {
  .gutters-lg {
    margin-right: -50px;
    margin-left: -50px;
  }
}
@media (min-width: 1200px) and (max-width: 1649.98px) {
  .gutters-lg > .col,
  .gutters-lg > [class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1650px) {
  .gutters-lg > .col,
  .gutters-lg > [class*=col-] {
    padding-right: 50px;
    padding-left: 50px;
  }
}

/*Adds top/bottom padding to each column*/
.row-grid {
  margin-bottom: -10px;
  margin-top: -10px;
}
.row-grid [class*=col-],
.row-grid .col {
  padding-bottom: 10px;
  padding-top: 10px;
}

/*Adds medium sized top/bottom padding to each column*/
.row-grid-md {
  margin: -20px -20px;
}
.row-grid-md [class*=col-],
.row-grid-md .col {
  padding: 20px 20px;
}

/*Adds larger top/bottom padding to each column*/
@media (max-width: 991.98px) {
  .row-grid-lg {
    margin-bottom: -50px;
    margin-top: -50px;
  }
}
@media (min-width: 992px) {
  .row-grid-lg {
    margin-bottom: -75px;
    margin-top: -75px;
  }
}
@media (max-width: 991.98px) {
  .row-grid-lg [class*=col-],
  .row-grid-lg .col {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .row-grid-lg [class*=col-],
  .row-grid-lg .col {
    padding-bottom: 75px;
    padding-top: 75px;
  }
}

/*Utilities*/
/*Only display content to screen readers*/
/*Use in conjunction with .sr-only to only display content when it's focused.*/
/*Accessibility helpers*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

/*List reset*/
/*List reset*/
/*Button reset*/
/*Field reset*/
/*Pseudo clearfix*/
/*Input placeholder color*/
/*Columns*/
/*Animated styles*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  /*Animated delay options*/
  /*Animation duration options*/
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  animation-delay: 1s;
}
.animated.delay-2s {
  animation-delay: 2s;
}
.animated.delay-3s {
  animation-delay: 3s;
}
.animated.delay-4s {
  animation-delay: 4s;
}
.animated.delay-5s {
  animation-delay: 5s;
}
.animated.fast {
  animation-duration: 800ms;
}
.animated.faster {
  animation-duration: 300ms;
}
.animated.slow {
  animation-duration: 1s;
}
.animated.slower {
  animation-duration: 3s;
}

/*Disabled for print*/
@media (print), (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}
/*Fade in*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

/*Fade in - up*/
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

/*Fade in - down*/
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

/*Fade in - left*/
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

/*Fade in - right*/
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

/*Fade in - right*/
@keyframes fadeInSpin {
  from {
    opacity: 0;
    transform: rotate(-180deg);
  }
  to {
    opacity: 1;
    transform: rotate(0);
  }
}
.animated-spin {
  animation-name: fadeInSpin;
}

/*Bounce*/
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/*Scale in*/
@keyframes scaleIn {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
.scaleIn {
  animation-name: scaleIn;
  transition: 0.4s;
}

/*Scale out*/
@keyframes scaleOut {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
.scaleOut {
  animation-name: scaleOut;
  transition: 0.4s;
}

/*Fades list items in sequentially*/
@keyframes listFadeIn {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*Fades in SVG for animation on scroll*/
@keyframes fadeInSVG {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInSVG .svg-bg {
  animation-name: fadeInSVG;
}

/*Text mixin options*/
/*Text style options*/
.text-12-light {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-12-regular {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-14-black {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-15-light {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-15-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-16-light {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-16-regular {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-16-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-16-black {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-17-light {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-17-regular {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-17-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-17-semibold {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-20-light {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-20-regular {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-20-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-20-black {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-20-semibold {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-23-light {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 2.3rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-23-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-23-black {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 2.3rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-23-regular {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2.3rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-23-semibold {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.3rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-25-light {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-25-regular {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-25-semibold {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.25;
}
@media (max-width: 991.98px) {
  .text-25-semibold {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .text-25-semibold {
    font-size: 2.5rem;
  }
}

.text-25-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-28-semibold {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.25;
}
@media (max-width: 1499.98px) {
  .text-28-semibold {
    font-size: 1.8rem;
  }
}
@media (min-width: 1500px) {
  .text-28-semibold {
    font-size: 2.8rem;
  }
}

.text-29-light {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.25;
}
@media (max-width: 1499.98px) {
  .text-29-light {
    font-size: 2rem;
  }
}
@media (min-width: 1500px) {
  .text-29-light {
    font-size: 2.9rem;
  }
}

.text-29-regular {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.55;
}
@media (max-width: 1499.98px) {
  .text-29-regular {
    font-size: 2rem;
  }
}
@media (min-width: 1500px) {
  .text-29-regular {
    font-size: 2.9rem;
  }
}

.text-29-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.25;
}
@media (max-width: 1499.98px) {
  .text-29-bold {
    font-size: 2rem;
  }
}
@media (min-width: 1500px) {
  .text-29-bold {
    font-size: 2.9rem;
  }
}

.text-36-light {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.25;
}
@media (max-width: 991.98px) {
  .text-36-light {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .text-36-light {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .text-36-light {
    font-size: 3.6rem;
  }
}

.text-36-semibold {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.25;
}
@media (max-width: 991.98px) {
  .text-36-semibold {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .text-36-semibold {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .text-36-semibold {
    font-size: 3.6rem;
  }
}

.text-48-light {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.25;
}
@media (max-width: 991.98px) {
  .text-48-light {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .text-48-light {
    font-size: 3.3rem;
  }
}
@media (min-width: 1500px) {
  .text-48-light {
    font-size: 4.8rem;
  }
}

.text-52-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.1;
}
@media (max-width: 991.98px) {
  .text-52-bold {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .text-52-bold {
    font-size: 3.6rem;
  }
}
@media (min-width: 1500px) {
  .text-52-bold {
    font-size: 5.2rem;
  }
}

/*Text alignment options*/
.text-center {
  text-align: center;
}

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

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

/*Text fade options*/
.text-faded {
  opacity: 0.7;
}

/*Reponsive text alignment options*/
@media (max-width: 991.98px) {
  .text-xs-center {
    text-align: center;
  }
}
/*Text transform options*/
.text-uppercase {
  text-transform: uppercase;
}

/*Text sizing options*/
/*Used for larger paragraph text*/
.lead {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-transform: uppercase;
}

/*Global anchor styles*/
a {
  color: #0B3B60;
  transition: 0.4s;
}
a:hover {
  color: #0B3B60;
  text-decoration: none;
}

/*Global paragraph styles*/
p:not(:last-child) {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  text-decoration: none;
}
/*Default strong styles*/
strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

/*Small text*/
small {
  font-size: 1.3rem;
  letter-spacing: 0.01em;
}

/*Global blockquotes*/
/*Used to apply top/bottom padding to any block*/
@media (max-width: 767.98px) {
  .pb-lg {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1499.98px) {
  .pb-lg {
    padding-bottom: 100px;
  }
}
@media (min-width: 1500px) {
  .pb-lg {
    padding-bottom: 130px;
  }
}

@media (max-width: 767.98px) {
  .pt-lg {
    padding-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1499.98px) {
  .pt-lg {
    padding-top: 100px;
  }
}
@media (min-width: 1500px) {
  .pt-lg {
    padding-top: 130px;
  }
}

@media (max-width: 991.98px) {
  .pb-md {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-md {
    padding-bottom: 50px;
  }
}
@media (min-width: 1500px) {
  .pb-md {
    padding-bottom: 70px;
  }
}

@media (max-width: 991.98px) {
  .pt-md {
    padding-top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-md {
    padding-top: 50px;
  }
}
@media (min-width: 1500px) {
  .pt-md {
    padding-top: 70px;
  }
}

.pb-sm {
  padding-bottom: 40px;
}

.pt-sm {
  padding-top: 40px;
}

.pb-xs {
  padding-bottom: 20px;
}

.pt-xs {
  padding-top: 20px;
}

/*Responsive padding options*/
@media (max-width: 991.98px) {
  .pt-xs-4 {
    padding-top: 40px;
  }
  .mb-xs-4 {
    margin-bottom: 40px;
  }
  .mt-xs-4 {
    margin-top: 40px;
  }
}
/*Removes gutter padding on mobile*/
@media (max-width: 991.98px) {
  .pad-0-xs {
    padding-left: 0;
    padding-right: 0;
  }
}
/*Margin options*/
@media (max-width: 991.98px) {
  .mb-md {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .mb-md {
    margin-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .mt-150 {
    margin-top: 150px;
  }
  .mt-offset-80 {
    margin-top: -80px;
  }
}
@media (max-width: 991.98px) {
  .mt-150 {
    padding-top: 50px;
  }
}
/*Responsive margin options*/
@media (max-width: 991.98px) {
  .mb-lg-5 {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .mb-lg-5 {
    margin-bottom: 50px;
  }
}

@media (max-width: 991.98px) {
  .mt-lg-5 {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .mt-lg-5 {
    margin-top: 50px;
  }
}

/*Display options*/
.display-middle {
  align-items: center;
  display: flex;
}

/*Responsive image options*/
.img-responsive {
  height: auto;
  width: 100%;
}

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

.img-circle {
  border-radius: 50%;
}

/*Column options*/
@media (min-width: 992px) {
  .text-col-2 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .text-col-3 {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
/*Element offset option*/
@media (min-width: 992px) {
  .offset-left-60 {
    margin-left: -60px;
  }
  .offset-right-60 {
    margin-left: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .offset-top-85 {
    margin-top: -100px;
  }
}
@media (min-width: 1500px) {
  .offset-top-85 {
    margin-top: -150px;
  }
}

/*Absolute position image to fill entire container responsivly*/
.img-container-absolute {
  position: relative;
}
@media (min-width: 1200px) {
  .img-container-absolute {
    height: 100%;
    overflow: hidden;
  }
}
@media (max-width: 1199.98px) {
  .img-container-absolute .img-absolute {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .img-container-absolute .img-absolute {
    bottom: -9999px;
    height: auto;
    left: -9999px;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: -9999px;
    top: -9999px;
    width: auto;
  }
}

.content-block {
  /*Button setup*/
}
.content-block p:not(.slick-dots):not(.card-list):not(.list-details):not(.list-separator) a,
.content-block ul:not(.slick-dots):not(.card-list):not(.list-details):not(.list-separator) a {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-decoration: underline;
}
.content-block p:not(.slick-dots):not(.card-list):not(.list-details):not(.list-separator) a:hover,
.content-block ul:not(.slick-dots):not(.card-list):not(.list-details):not(.list-separator) a:hover {
  color: #BC4144;
}
.content-block p:not(.slick-dots):not(.card-list):not(.list-details):not(.list-separator) li:not(:last-child),
.content-block ul:not(.slick-dots):not(.card-list):not(.list-details):not(.list-separator) li:not(:last-child) {
  margin-bottom: 5px;
}
.content-block.bg-orange .btn.btn-primary.btn-white:before, .content-block.bg-orange #footer-newsletter button.btn.btn-primary:before, #footer-newsletter .content-block.bg-orange button.btn.btn-primary:before, .content-block.bg-orange .btn-white.wp-block-button__link:before, .content-block.bg-orange #footer-newsletter button.wp-block-button__link:before, #footer-newsletter .content-block.bg-orange button.wp-block-button__link:before, .content-block.bg-yellow .btn.btn-primary.btn-white:before, .content-block.bg-yellow #footer-newsletter button.btn.btn-primary:before, #footer-newsletter .content-block.bg-yellow button.btn.btn-primary:before, .content-block.bg-yellow .btn-white.wp-block-button__link:before, .content-block.bg-yellow #footer-newsletter button.wp-block-button__link:before, #footer-newsletter .content-block.bg-yellow button.wp-block-button__link:before {
  background-image: url("../images/icon-btn-arrow-white.svg");
}
.content-block.bg-orange .btn.btn-primary.btn-white:after, .content-block.bg-orange #footer-newsletter button.btn.btn-primary:after, #footer-newsletter .content-block.bg-orange button.btn.btn-primary:after, .content-block.bg-orange .btn-white.wp-block-button__link:after, .content-block.bg-orange #footer-newsletter button.wp-block-button__link:after, #footer-newsletter .content-block.bg-orange button.wp-block-button__link:after, .content-block.bg-yellow .btn.btn-primary.btn-white:after, .content-block.bg-yellow #footer-newsletter button.btn.btn-primary:after, #footer-newsletter .content-block.bg-yellow button.btn.btn-primary:after, .content-block.bg-yellow .btn-white.wp-block-button__link:after, .content-block.bg-yellow #footer-newsletter button.wp-block-button__link:after, #footer-newsletter .content-block.bg-yellow button.wp-block-button__link:after {
  background: #EA9729;
}
.content-block.bg-blue .btn.btn-primary.btn-white, .content-block.bg-blue #footer-newsletter button.btn.btn-primary, #footer-newsletter .content-block.bg-blue button.btn.btn-primary, .content-block.bg-blue .btn-white.wp-block-button__link, .content-block.bg-blue #footer-newsletter button.wp-block-button__link, #footer-newsletter .content-block.bg-blue button.wp-block-button__link {
  background: #0B3B60;
}
.content-block.bg-blue .btn.btn-primary.btn-white:before, .content-block.bg-blue #footer-newsletter button.btn.btn-primary:before, #footer-newsletter .content-block.bg-blue button.btn.btn-primary:before, .content-block.bg-blue .btn-white.wp-block-button__link:before, .content-block.bg-blue #footer-newsletter button.wp-block-button__link:before, #footer-newsletter .content-block.bg-blue button.wp-block-button__link:before {
  background-image: url("../images/icon-btn-arrow-white.svg");
}
.content-block.bg-blue .btn.btn-primary.btn-white:after, .content-block.bg-blue #footer-newsletter button.btn.btn-primary:after, #footer-newsletter .content-block.bg-blue button.btn.btn-primary:after, .content-block.bg-blue .btn-white.wp-block-button__link:after, .content-block.bg-blue #footer-newsletter button.wp-block-button__link:after, #footer-newsletter .content-block.bg-blue button.wp-block-button__link:after {
  background: #0B3B60;
}
.content-block.bg-red .btn.btn-primary.btn-white:before, .content-block.bg-red #footer-newsletter button.btn.btn-primary:before, #footer-newsletter .content-block.bg-red button.btn.btn-primary:before, .content-block.bg-red .btn-white.wp-block-button__link:before, .content-block.bg-red #footer-newsletter button.wp-block-button__link:before, #footer-newsletter .content-block.bg-red button.wp-block-button__link:before {
  background-image: url("../images/icon-btn-arrow-white.svg");
}
.content-block.bg-red .btn.btn-primary.btn-white:after, .content-block.bg-red #footer-newsletter button.btn.btn-primary:after, #footer-newsletter .content-block.bg-red button.btn.btn-primary:after, .content-block.bg-red .btn-white.wp-block-button__link:after, .content-block.bg-red #footer-newsletter button.wp-block-button__link:after, #footer-newsletter .content-block.bg-red button.wp-block-button__link:after {
  background: #BC4144;
}
.content-block.bg-green .btn.btn-primary.btn-white:before, .content-block.bg-green #footer-newsletter button.btn.btn-primary:before, #footer-newsletter .content-block.bg-green button.btn.btn-primary:before, .content-block.bg-green .btn-white.wp-block-button__link:before, .content-block.bg-green #footer-newsletter button.wp-block-button__link:before, #footer-newsletter .content-block.bg-green button.wp-block-button__link:before {
  background-image: url("../images/icon-btn-arrow-white.svg");
}
.content-block.bg-green .btn.btn-primary.btn-white:after, .content-block.bg-green #footer-newsletter button.btn.btn-primary:after, #footer-newsletter .content-block.bg-green button.btn.btn-primary:after, .content-block.bg-green .btn-white.wp-block-button__link:after, .content-block.bg-green #footer-newsletter button.wp-block-button__link:after, #footer-newsletter .content-block.bg-green button.wp-block-button__link:after {
  background: #075F31;
}

/*Section header with alignment options*/
.section-header {
  display: flex;
  padding-bottom: 30px;
}
@media (max-width: 767.98px) {
  .section-header {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .section-header {
    align-items: center;
  }
  .section-header.align-between {
    justify-content: space-between;
  }
}
.section-header.header-vertical {
  flex-direction: column;
  align-items: flex-start;
}
.section-header .event-filters {
  display: flex;
}
@media (max-width: 767.98px) {
  .section-header .event-filters {
    flex-direction: column;
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .section-header .event-filters {
    align-items: center;
  }
}
.section-header .event-filters .filter-title {
  text-transform: uppercase;
  padding-right: 10px;
}
@media (max-width: 767.98px) {
  .section-header .event-filters .filter-item {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .section-header .event-filters .filter-item {
    margin-right: 20px;
  }
}
.section-header .event-filters .filter-item .form-control, .section-header .event-filters .filter-item .form-contact .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio]), .form-contact .gform_wrapper form .section-header .event-filters .filter-item input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.section-header .event-filters .filter-item .form-contact .gform_wrapper form textarea,
.form-contact .gform_wrapper form .section-header .event-filters .filter-item textarea,
.section-header .event-filters .filter-item #footer-newsletter .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
#footer-newsletter .gform_wrapper form .section-header .event-filters .filter-item input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.section-header .event-filters .filter-item #footer-newsletter .gform_wrapper form textarea,
#footer-newsletter .gform_wrapper form .section-header .event-filters .filter-item textarea {
  line-height: 1.25;
}

/*Flex alignment options*/
.justify-between {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

/*Text mixin options*/
/*Text style options*/
.text-12-light {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-12-regular {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-14-black {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-15-light {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-15-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-16-light {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-16-regular {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-16-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-16-black {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-17-light {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-17-regular {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-17-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-17-semibold {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-20-light {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-20-regular {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-20-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-20-black {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-20-semibold {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-23-light {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 2.3rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-23-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-23-black {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 2.3rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-23-regular {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2.3rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-23-semibold {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.3rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-25-light {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-25-regular {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-25-semibold {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.25;
}
@media (max-width: 991.98px) {
  .text-25-semibold {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .text-25-semibold {
    font-size: 2.5rem;
  }
}

.text-25-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.text-28-semibold {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.25;
}
@media (max-width: 1499.98px) {
  .text-28-semibold {
    font-size: 1.8rem;
  }
}
@media (min-width: 1500px) {
  .text-28-semibold {
    font-size: 2.8rem;
  }
}

.text-29-light {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.25;
}
@media (max-width: 1499.98px) {
  .text-29-light {
    font-size: 2rem;
  }
}
@media (min-width: 1500px) {
  .text-29-light {
    font-size: 2.9rem;
  }
}

.text-29-regular {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.55;
}
@media (max-width: 1499.98px) {
  .text-29-regular {
    font-size: 2rem;
  }
}
@media (min-width: 1500px) {
  .text-29-regular {
    font-size: 2.9rem;
  }
}

.text-29-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.25;
}
@media (max-width: 1499.98px) {
  .text-29-bold {
    font-size: 2rem;
  }
}
@media (min-width: 1500px) {
  .text-29-bold {
    font-size: 2.9rem;
  }
}

.text-36-light {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.25;
}
@media (max-width: 991.98px) {
  .text-36-light {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .text-36-light {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .text-36-light {
    font-size: 3.6rem;
  }
}

.text-36-semibold {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.25;
}
@media (max-width: 991.98px) {
  .text-36-semibold {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .text-36-semibold {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .text-36-semibold {
    font-size: 3.6rem;
  }
}

.text-48-light {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.25;
}
@media (max-width: 991.98px) {
  .text-48-light {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .text-48-light {
    font-size: 3.3rem;
  }
}
@media (min-width: 1500px) {
  .text-48-light {
    font-size: 4.8rem;
  }
}

.text-52-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.1;
}
@media (max-width: 991.98px) {
  .text-52-bold {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .text-52-bold {
    font-size: 3.6rem;
  }
}
@media (min-width: 1500px) {
  .text-52-bold {
    font-size: 5.2rem;
  }
}

/*Text alignment options*/
.text-center {
  text-align: center;
}

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

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

/*Text fade options*/
.text-faded {
  opacity: 0.7;
}

/*Reponsive text alignment options*/
@media (max-width: 991.98px) {
  .text-xs-center {
    text-align: center;
  }
}
/*Text transform options*/
.text-uppercase {
  text-transform: uppercase;
}

/*Text sizing options*/
/*Used for larger paragraph text*/
.lead {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-transform: uppercase;
}

/*Global anchor styles*/
a {
  color: #0B3B60;
  transition: 0.4s;
}
a:hover {
  color: #0B3B60;
  text-decoration: none;
}

/*Global paragraph styles*/
p:not(:last-child) {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  text-decoration: none;
}
/*Default strong styles*/
strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

/*Small text*/
small {
  font-size: 1.3rem;
  letter-spacing: 0.01em;
}

/*Global blockquotes*/
/*Components*/
/*Heading mixin options*/
/*Heading options*/
.micro-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: -0.0014em;
  line-height: 1;
  text-transform: uppercase;
  display: block;
}

.page-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: -0.2px;
  line-height: 1.1;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
@media (max-width: 991.98px) {
  .page-title {
    font-size: 3.6rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .page-title {
    font-size: 4.5rem;
  }
}
@media (min-width: 1500px) {
  .page-title {
    font-size: 6.5rem;
  }
}

.page-title-thin {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
@media (max-width: 991.98px) {
  .page-title-thin {
    font-size: 3.6rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .page-title-thin {
    font-size: 4.5rem;
  }
}
@media (min-width: 1500px) {
  .page-title-thin {
    font-size: 6.5rem;
  }
}
.page-title-thin span {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  display: block;
}

.page-title-medium {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -2.85px;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
@media (max-width: 991.98px) {
  .page-title-medium {
    font-size: 3.6rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .page-title-medium {
    font-size: 4.5rem;
  }
}
@media (min-width: 1500px) {
  .page-title-medium {
    font-size: 7.5rem;
  }
}

.heading-1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: -0.2px;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
@media (max-width: 991.98px) {
  .heading-1 {
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .heading-1 {
    font-size: 3.8rem;
  }
}
@media (min-width: 1500px) {
  .heading-1 {
    font-size: 5.7rem;
  }
}

.heading-2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: -0.2px;
  line-height: 1.25;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
@media (max-width: 991.98px) {
  .heading-2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .heading-2 {
    font-size: 3.3rem;
  }
}
@media (min-width: 1500px) {
  .heading-2 {
    font-size: 4.1rem;
  }
}

.heading-3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
@media (max-width: 991.98px) {
  .heading-3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .heading-3 {
    font-size: 2.6rem;
  }
}

.heading-4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: -0.002em;
  line-height: 1.25;
  display: block;
  margin: 0;
}
@media (max-width: 991.98px) {
  .heading-4 {
    font-size: 2.1rem;
  }
}
@media (min-width: 992px) {
  .heading-4 {
    font-size: 2.5rem;
  }
}

.heading-5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
@media (max-width: 991.98px) {
  .heading-5 {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .heading-5 {
    font-size: 3.3rem;
  }
}
@media (min-width: 1500px) {
  .heading-5 {
    font-size: 4.1rem;
  }
}

.heading-6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  margin: 0;
}

.heading-7 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-transform: capitalize;
  display: block;
  margin: 0;
}
@media (max-width: 991.98px) {
  .heading-7 {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .heading-7 {
    font-size: 3.3rem;
  }
}
@media (min-width: 1500px) {
  .heading-7 {
    font-size: 4.1rem;
  }
}

.heading-8 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
@media (max-width: 991.98px) {
  .heading-8 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .heading-8 {
    font-size: 2rem;
  }
}

.heading-9 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  display: block;
  margin: 0;
}

/*Global accordion setup*/
.accordion {
  /*Adds arrow*/
}
@media (max-width: 991.98px) {
  .accordion .panel-header .accordion-button {
    padding: 20px 20px 20px 25px;
  }
}
@media (min-width: 992px) {
  .accordion .panel-header .accordion-button {
    padding: 30px 20px 30px 42px;
  }
}
.accordion .accordion-button {
  align-items: center;
  background: transparent;
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  text-align: left;
  width: 100%;
  /*Adds plus/minus setup*/
}
.accordion .accordion-button:before, .accordion .accordion-button:after {
  background: #5FB3E4;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
@media (max-width: 1199.98px) {
  .accordion .accordion-button:before, .accordion .accordion-button:after {
    height: 4px;
    width: 15px;
  }
}
@media (min-width: 1200px) {
  .accordion .accordion-button:before, .accordion .accordion-button:after {
    height: 6px;
    width: 22px;
  }
}
.accordion .accordion-button:before {
  transform: translateY(-50%) rotate(-90deg);
}
.accordion .accordion-button:after {
  transform: translateY(-50%) rotate(0);
}
.accordion .accordion-button:not(.collapsed):before {
  transform: translateY(-50%) rotate(0);
}
.accordion .accordion-button:not(.collapsed):after {
  transform: translateY(-50%) rotate(0);
}
.accordion .accordion-button:focus {
  outline: none;
}
.accordion .panel-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: -0.002em;
  line-height: 1.25;
  align-items: center;
  display: flex;
  margin: 0;
}
@media (max-width: 991.98px) {
  .accordion .panel-heading {
    font-size: 2.1rem;
  }
}
@media (min-width: 992px) {
  .accordion .panel-heading {
    font-size: 2.5rem;
  }
}
.accordion .accordion-panel {
  border-bottom: solid 2px #B9B9B9;
}
@media (max-width: 991.98px) {
  .accordion .panel-body {
    padding: 0 20px 10px 30px;
  }
}
@media (min-width: 992px) {
  .accordion .panel-body {
    padding: 0 20px 30px 60px;
  }
}

/*Global blockquote setup*/
.blockquote {
  margin-bottom: 0;
}

/*General centered blockquote*/
.blockquote-centered {
  text-align: center;
}
.blockquote-centered p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.25;
}
@media (max-width: 991.98px) {
  .blockquote-centered p {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .blockquote-centered p {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .blockquote-centered p {
    font-size: 3.6rem;
  }
}
.blockquote-centered p:before {
  background: url("../images/icon-quote-white.svg") center center/contain no-repeat;
  content: "";
  display: block;
  height: 37px;
  margin: 0 auto 30px;
  width: 49px;
}
.blockquote-centered .blockquote-footer {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  padding-top: 10px;
}
.blockquote-centered .blockquote-footer:before {
  content: "-";
  display: inline-block;
}
.blockquote-centered .blockquote-footer cite {
  font-style: normal;
}

.bg-white .blockquote-centered.color-default p:before {
  background: url("../images/icon-quote-black.svg");
}
.bg-white .blockquote-centered.color-blue p:before {
  background: url("../images/icon-quote-blue.svg");
}
.bg-white .blockquote-centered.color-orange p:before, .bg-white .blockquote-centered.color-yellow p:before {
  background: url("../images/icon-quote-orange.svg");
}
.bg-white .blockquote-centered.color-red p:before {
  background: url("../images/icon-quote-red.svg");
}
.bg-white .blockquote-centered.color-green p:before {
  background: url("../images/icon-quote-green.svg");
}
.bg-white .blockquote-centered.color-blue-light p:before {
  background: url("../images/icon-quote-blue-light.svg");
}

/*Blockquote with border options*/
.blockquote-border {
  border-left: solid 5px #5FB3E4;
}
@media (max-width: 991.98px) {
  .blockquote-border {
    margin: 50px 30px;
    padding: 20px 30px;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .blockquote-border {
    padding: 20px 30px;
  }
}
@media (min-width: 1500px) {
  .blockquote-border {
    padding: 40px 75px;
  }
}
.blockquote-border p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}
.blockquote-border .blockquote-footer {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 2.3rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  padding-top: 10px;
  text-transform: uppercase;
}
.blockquote-border .blockquote-footer cite {
  font-style: normal;
}
.blockquote-border.border-blue {
  border-left-color: #15649B;
}
.blockquote-border.border-orange, .blockquote-border.border-yellow {
  border-left-color: #EA9729;
}
.blockquote-border.border-red {
  border-left-color: #BC4144;
}
.blockquote-border.border-green {
  border-left-color: #075F31;
}

/*Blockquote with quote icons before and after text*/
.blockquote-quotes {
  position: relative;
  /*Alignment options*/
}
@media (max-width: 991.98px) {
  .blockquote-quotes {
    padding: 30px 0;
    margin: 30px 0;
  }
}
@media (min-width: 992px) {
  .blockquote-quotes {
    padding: 50px 30px;
  }
}
@media (min-width: 1200px) {
  .blockquote-quotes {
    max-width: 50%;
  }
}
.blockquote-quotes:before, .blockquote-quotes:after {
  background: url("../images/icon-quotes.svg") center center/contain no-repeat;
  content: "";
  display: block;
  position: absolute;
}
@media (max-width: 991.98px) {
  .blockquote-quotes:before, .blockquote-quotes:after {
    height: 40px;
    width: 51px;
  }
}
@media (min-width: 992px) {
  .blockquote-quotes:before, .blockquote-quotes:after {
    height: 70px;
    width: 83px;
  }
}
.blockquote-quotes:before {
  top: 10px;
}
@media (max-width: 991.98px) {
  .blockquote-quotes:before {
    left: 10px;
  }
}
@media (min-width: 992px) {
  .blockquote-quotes:before {
    left: 30px;
  }
}
.blockquote-quotes:after {
  bottom: 0;
  transform: rotate(180deg);
}
@media (max-width: 991.98px) {
  .blockquote-quotes:after {
    right: 0;
  }
}
@media (min-width: 992px) {
  .blockquote-quotes:after {
    right: 25px;
  }
}
.blockquote-quotes p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-align: center;
}
@media (max-width: 991.98px) {
  .blockquote-quotes p {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .blockquote-quotes p {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .blockquote-quotes p {
    font-size: 3.6rem;
  }
}
.blockquote-quotes.align-right {
  float: right;
}
@media (min-width: 992px) {
  .blockquote-quotes.align-right {
    margin: 0 0 20px 30px;
  }
}
.blockquote-quotes.align-left {
  float: left;
}
@media (min-width: 992px) {
  .blockquote-quotes.align-left {
    margin: 0 30px 20px 0;
  }
}

/*General feature article card*/
.card-feature {
  background: #FFF;
  color: inherit;
  display: block;
  height: 100%;
  position: relative;
  /*Used to add background and padding to content area*/
  /*Position content over top of image*/
  /*Hover styles*/
}
.card-feature .img-container {
  overflow: hidden;
  position: relative;
  /*Adds solid transparent overlay to image on hover*/
}
.card-feature .img-container.has-bg-overlay {
  /*Color options*/
}
.card-feature .img-container.has-bg-overlay:before {
  background: center center/cover no-repeat;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
  visibility: hidden;
}
.card-feature .img-container.has-bg-overlay.is-blue:before {
  background-image: url("../images/overlay-bg-blue.svg");
}
.card-feature .img-container.has-bg-overlay.is-yellow:before {
  background-image: url("../images/overlay-bg-orange.svg");
}
.card-feature .img-container.has-bg-overlay.is-red:before {
  background-image: url("../images/overlay-bg-red.svg");
}
.card-feature .img-container.has-bg-overlay.is-green:before {
  background-image: url("../images/overlay-bg-green.svg");
}
.card-feature .card-body {
  background: #FFF;
}
@media (max-width: 991.98px) {
  .card-feature .card-body {
    padding: 30px 20px;
  }
}
@media (min-width: 992px) {
  .card-feature .card-body {
    padding: 40px 50px;
  }
}
.card-feature .card-overlay {
  left: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (min-width: 992px) {
  .card-feature:hover {
    text-decoration: none;
  }
  .card-feature:hover .btn-primary.btn-blue:before, .card-feature:hover .wp-block-button__link:before {
    transform: translate(10px, -50%);
  }
  .card-feature:hover .btn-primary.btn-blue:after, .card-feature:hover .wp-block-button__link:after {
    right: -13px;
  }
  .card-feature:hover .btn.btn-link-arrow.btn-arrow-next:after, .card-feature:hover .btn.btn-arrow-next.btn-link-arrow-white:after, .card-feature:hover .btn-link-arrow.btn-arrow-next.wp-block-button__link:after, .card-feature:hover .btn-arrow-next.wp-block-button__link.btn-link-arrow-white:after {
    transform: translateX(10px);
  }
  .card-feature:hover .has-bg-overlay:before {
    opacity: 0.9;
    visibility: visible;
  }
}

/*Article card*/
.card-article {
  border: solid 1px #B9B9B9;
  display: block;
  height: 100%;
  /*Overlay with animated arrow on hover*/
  /*Adds more button above image on hover*/
}
.card-article .card-body {
  display: flex;
}
@media (max-width: 991.98px) {
  .card-article .card-body {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .card-article .card-body {
    padding: 40px;
  }
}
.card-article .img-container {
  overflow: hidden;
  position: relative;
  /*Adds solid transparent overlay to image on hover*/
}
.card-article .img-container.has-bg-overlay {
  /*Color options*/
}
.card-article .img-container.has-bg-overlay:before {
  background: center center/cover no-repeat;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
  visibility: hidden;
}
.card-article .img-container.has-bg-overlay.is-blue:before {
  background-image: url("../images/overlay-bg-blue.svg");
}
.card-article .img-container.has-bg-overlay.is-yellow:before {
  background-image: url("../images/overlay-bg-orange.svg");
}
.card-article .img-container.has-bg-overlay.is-red:before {
  background-image: url("../images/overlay-bg-red.svg");
}
.card-article .img-container.has-bg-overlay.is-green:before {
  background-image: url("../images/overlay-bg-green.svg");
}
.card-article .more-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.25;
  align-items: center;
  color: #FFF;
  display: inline-flex;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
  visibility: hidden;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .card-article .more-btn {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .card-article .more-btn {
    font-size: 2.5rem;
  }
}
.card-article .more-btn:after {
  background: url("../images/icon-arrow-white-sm.svg") center center/contain no-repeat;
  content: "";
  display: inline-flex;
  height: 45px;
  margin-left: 15px;
  width: 45px;
}
.card-article .card-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-transform: none;
}
@media (max-width: 991.98px) {
  .card-article .card-title {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .card-article .card-title {
    font-size: 2.5rem;
  }
}
.card-article .article-details {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}
.card-article .separator {
  display: inline-flex;
  margin: 0 5px;
}
.card-article .btn-row .btn, .card-article .btn-row .wp-block-button__link {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .card-article:hover .has-bg-overlay:before {
    opacity: 0.9;
    visibility: visible;
  }
  .card-article:hover .more-btn {
    opacity: 1;
    visibility: visible;
  }
}
.card-article .card-date {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.card-article .card-date .card-month {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-transform: uppercase;
}
.card-article .card-date .card-day {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: -0.16px;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .card-article .card-date .card-day {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .card-article .card-date .card-day {
    font-size: 4rem;
  }
}
@media (min-width: 1500px) {
  .card-article .card-date .card-day {
    font-size: 5rem;
  }
}
.card-article .card-content {
  padding-left: 30px;
}

/*Card with large stat number*/
.card-stat {
  text-align: center;
}
.card-stat .stat-number {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  display: block;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .card-stat .stat-number {
    font-size: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .card-stat .stat-number {
    font-size: 6.3rem;
  }
}
@media (min-width: 1500px) {
  .card-stat .stat-number {
    font-size: 9.1rem;
  }
}
.card-stat p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  margin: 0 auto;
  max-width: 75%;
}

/*Media card with icon to left of text*/
.card-media {
  align-items: center;
  display: flex;
}
.card-media .media-img {
  background: transparent;
  border: none;
  height: auto;
  max-width: 100%;
  padding: 0;
  position: relative;
  text-anchor: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .card-media .media-img {
    margin: 0 20px 0 0;
  }
}
@media (min-width: 992px) {
  .card-media .media-img {
    margin: -50px 40px 0 0;
  }
}
.card-media .media-body {
  flex: 1;
}
.card-media p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.card-job {
  border: solid 1px #B9B9B9;
  display: flex;
  height: 100%;
  align-items: center;
}
@media (max-width: 767.98px) {
  .card-job {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
}
.card-job .card-img,
.card-job img {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
@media (max-width: 767.98px) {
  .card-job .card-img,
  .card-job img {
    padding: 30px 30px 0;
    max-width: 50%;
  }
}
@media (max-width: 575.98px) {
  .card-job .card-img,
  .card-job img {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .card-job .card-img,
  .card-job img {
    padding: 10px;
  }
}
.card-job .heading-6 {
  letter-spacing: 0;
}
.card-job .card-body {
  padding: 30px;
}
.card-job .card-body .btn.btn-link-arrow, .card-job .card-body .btn.btn-link-arrow-white, .card-job .card-body .btn-link-arrow.wp-block-button__link, .card-job .card-body .wp-block-button__link.btn-link-arrow-white {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .card-job .card-body {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .card-job .card-body:not(.no-border) {
    border-left: solid 1px #B9B9B9;
  }
}
.card-job .card-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.25;
}
@media (max-width: 991.98px) {
  .card-job .card-title {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .card-job .card-title {
    font-size: 2.5rem;
  }
}
.card-job .card-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-transform: uppercase;
}

/*Display menu as dropdown on mobile*/
.dropdown-tabs .dropdown-toggle {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  background: #0B3B60;
  border: none;
  color: #FFF;
  padding: 20px 35px;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 992px) {
  .dropdown-tabs .dropdown-toggle {
    display: none;
  }
}
.dropdown-tabs .dropdown-menu {
  border: none;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 90;
}
@media (max-width: 991.98px) {
  .dropdown-tabs .dropdown-menu {
    right: 0;
  }
}
@media (min-width: 992px) {
  .dropdown-tabs .dropdown-menu {
    display: block;
    left: auto;
    position: relative;
    top: auto;
  }
}

.filter-bar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.filter-bar .filter-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  margin-right: 20px;
  text-transform: uppercase;
}
@media (min-width: 1200px) and (max-width: 1649.98px) {
  .filter-bar .filter-title {
    margin-bottom: 5px;
    width: 100%;
  }
}
@media (min-width: 1500px) {
  .filter-bar .filter-title {
    align-items: center;
    display: flex;
  }
}
@media (max-width: 1199.98px) {
  .filter-bar .btn, .filter-bar .wp-block-button__link {
    margin: 7px 0;
  }
}
@media (min-width: 1200px) {
  .filter-bar .btn:not(:last-child), .filter-bar .wp-block-button__link:not(:last-child) {
    margin-right: 15px;
  }
}
@media (max-width: 1199.98px) {
  .filter-bar .btn:focus, .filter-bar .wp-block-button__link:focus {
    outline: none;
  }
}
.filter-bar .primary-navbar {
  border-bottom: solid 1px #B9B9B9;
  border-top: solid 1px #B9B9B9;
  height: 60px;
  padding: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .filter-bar .primary-navbar {
    display: none;
  }
}
.filter-bar .navbar-toggle {
  align-items: center;
  background: transparent;
  display: flex;
  height: 100%;
  justify-content: space-between;
  width: 100%;
}
.filter-bar .navbar-toggle:focus {
  outline: none;
}
.filter-bar .navbar-collapse {
  width: 100%;
}
.filter-bar .collapse-body {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .filter-bar .collapse-body {
    flex-direction: column;
    padding: 20px 0;
  }
}
@media (min-width: 1200px) {
  .filter-bar .collapse-body {
    justify-content: flex-start;
  }
}
@media (max-width: 1199.98px) {
  .filter-bar .collapse-body .btn, .filter-bar .collapse-body .wp-block-button__link {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .filter-bar .collapse:not(.show) {
    display: block;
  }
}

/*Global generic media object*/
@media (min-width: 768px) {
  .media-object {
    align-items: flex-start;
    display: flex;
  }
}
.media-object:not(:last-child) {
  margin-bottom: 50px;
}
.media-object .media-img {
  background: transparent;
  border: none;
  height: auto;
  max-width: 100%;
  padding: 0;
  position: relative;
  text-anchor: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .media-object .media-img {
    height: auto;
    margin-bottom: 30px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1499.98px) {
  .media-object .media-img {
    margin-right: 50px;
    max-width: 30%;
  }
}
@media (min-width: 1500px) {
  .media-object .media-img {
    margin-right: 80px;
  }
}
.media-object .media-body {
  flex: 1;
}
.media-object p {
  margin: 0;
}
.media-object .list-inline a {
  text-decoration: underline;
}

/*Global modal setup*/
.modal {
  /*close button*/
}
.modal .modal-content {
  border: none;
  border-radius: 0;
}
.modal .close-btn {
  background: transparent;
  border: none;
  display: block;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
}
.modal .close-btn:before {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  content: "x";
  font-size: 3.2rem;
  line-height: 1;
  transition: 0.4s;
}
.modal .close-btn:hover:before {
  color: #5FB3E4;
}

/*General modal with content area and header*/
.modal-default .modal-content {
  border: solid 1px #707070;
}
.modal-default .modal-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .modal-default .modal-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .modal-default .modal-title {
    font-size: 2.3rem;
  }
}
@media (min-width: 1500px) {
  .modal-default .modal-title {
    font-size: 3.2rem;
  }
}
@media (max-width: 991.98px) {
  .modal-default .modal-body {
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .modal-default .modal-body {
    padding: 40px;
  }
}
@media (min-width: 1500px) {
  .modal-default .modal-body {
    padding: 60px;
  }
}

/*Global pagination setup*/
.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  /*Prev/Next setup*/
}
@media (max-width: 575.98px) {
  .pagination {
    padding: 30px 25px;
    justify-content: space-between;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .pagination {
    margin-top: 50px;
    padding: 40px 0;
    width: 420px;
  }
}
.pagination .page-link {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .pagination .page-link {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
    letter-spacing: 0.01em;
    line-height: 1.25;
    height: 20px;
    width: 20px;
  }
}
@media (min-width: 992px) {
  .pagination .page-link {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.25;
    height: 54px;
    width: 54px;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .pagination .page-link {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (min-width: 1500px) {
  .pagination .page-link {
    font-size: 2.9rem;
  }
}
.pagination .page-link.is-active {
  background: #0B3B60;
  color: #FFF;
}
.pagination .page-link:not(.is-active):hover {
  color: #5FB3E4;
}
.pagination .page-prev,
.pagination .page-next {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  align-items: center;
  display: inline-flex;
  text-transform: uppercase;
}
.pagination .page-prev a,
.pagination .page-prev button,
.pagination .page-next a,
.pagination .page-next button {
  background: transparent;
  border: none;
  color: #5FB3E4;
  text-decoration: none;
}
.pagination .page-prev:before, .pagination .page-prev:after,
.pagination .page-next:before,
.pagination .page-next:after {
  border: solid #0B3B60;
  border-width: 0 4px 4px 0;
  height: 18px;
  vertical-align: middle;
  width: 18px;
}
@media (max-width: 991.98px) {
  .pagination .page-prev {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .pagination .page-prev {
    margin-right: 50px;
  }
}
.pagination .page-prev:before {
  content: "";
  display: inline-flex;
  margin-right: 5px;
  transform: rotate(135deg);
}
@media (max-width: 991.98px) {
  .pagination .page-next {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .pagination .page-next {
    margin-left: 50px;
  }
}
.pagination .page-next:after {
  content: "";
  display: inline-flex;
  margin-left: 5px;
  transform: rotate(-45deg);
}

/*Custom container for slider arrows/dots*/
.slider-paging {
  align-items: center;
  display: flex;
  /*Pagination alignment options*/
}
@media (max-width: 991.98px) {
  .slider-paging {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .slider-paging {
    margin-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .slider-paging.align-left {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .slider-paging.align-left {
    justify-content: flex-start;
  }
}
.slider-paging.align-center {
  justify-content: center;
}

/*Container for slider arrows*/
.paging-arrows {
  align-items: center;
  display: inline-flex;
  padding: 0 50px;
  position: relative;
}

/*Custom container for slider dots*/
.paging-dots {
  align-items: center;
  display: inline-flex;
}

/*Global arrow setup*/
.slick-arrow {
  background: transparent;
  border: solid 2px;
  color: transparent;
  font-size: 0;
  height: 40px;
  line-height: 0;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: absolute;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 30px;
  /*Disabled arrow*/
}
@media (max-width: 575.98px) {
  .slick-arrow {
    top: 35%;
  }
}
@media (min-width: 576px) {
  .slick-arrow {
    top: 50%;
  }
}
.slick-arrow:not(.slick-disable) {
  cursor: pointer;
}
.slick-arrow.slick-prev:before, .slick-arrow.slick-next:before {
  border: solid #0B3B60;
  border-width: 0 4px 4px 0;
  content: "";
  display: inline-block;
  height: 18px;
  vertical-align: middle;
  width: 18px;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev:before {
  transform: rotate(135deg);
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next:before {
  transform: rotate(-45deg);
}
.slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

/*Global dot setup*/
.slick-dots {
  align-items: center;
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 10px;
}
.slick-dots li.slick-active button {
  background: #0B3B60;
}
.slick-dots button {
  background: transparent;
  border-radius: 50%;
  border: solid 2px #0B3B60;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 13px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: relative;
  transition: 0.4s;
  width: 13px;
}
.slick-dots button:focus-visible {
  outline: 2px solid #0B3B60;
  outline-offset: 2px;
}
.slick-dots button:hover {
  background: #0B3B60;
}

/*Feature slider setup*/
.slider-features .slider-item {
  padding: 0 10px;
}
.slider-features .slick-track {
  display: flex;
}
.slider-features .slick-track .slider-item {
  float: none;
  height: 100%;
}

/*Vertical version of tabs*/
.tabs-vertical {
  /*Tab nav*/
  /*Tab pane*/
}
.tabs-vertical .tab-nav {
  border-bottom: solid 1px #5FB3E4;
  border-left: solid 1px #5FB3E4;
  border-right: solid 1px #FFF;
  border-top: solid 1px #5FB3E4;
  flex-direction: column;
}
@media (min-width: 992px) {
  .tabs-vertical .tab-nav {
    margin-right: -1px;
    position: relative;
    z-index: 1;
  }
}
.tabs-vertical .nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  border-radius: 0;
  padding: 20px 35px;
  position: relative;
  text-transform: uppercase;
}
.tabs-vertical .nav-link:after {
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  height: 10px;
  margin: -3px 0 0 6px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  vertical-align: middle;
  visibility: hidden;
  width: 10px;
}
.tabs-vertical .nav-link.active, .tabs-vertical .nav-link:hover {
  background: #0B3B60;
  color: #FFF;
}
.tabs-vertical .nav-link.active:after {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .tabs-vertical .tab-pane {
    padding: 30px 40px 60px;
  }
}
.tabs-vertical .tab-pane.active {
  border: solid 1px #5FB3E4;
}
@media (max-width: 991.98px) {
  .tabs-vertical .pane-header {
    margin-bottom: 40px;
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .tabs-vertical .pane-header {
    margin-bottom: 60px;
    margin-top: 30px;
  }
}
.tabs-vertical .pane-header p {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .tabs-vertical .pane-body {
    margin-top: 30px;
    padding: 0 20px 30px;
  }
}
@media (min-width: 1200px) {
  .tabs-vertical .pane-body {
    margin-top: 30px;
    padding: 0 50px 30px;
  }
}
.tabs-vertical .pane-body p {
  margin-bottom: 0;
}
.tabs-vertical .pane-separator {
  width: 100%;
  height: 1px;
  background-color: #5FB3E4;
}
.tabs-vertical .list-inline {
  justify-content: center;
}
.tabs-vertical .list-inline.list-bolded a {
  font-size: 1.6rem;
  text-decoration: underline;
}

/*TODO: Relocate into helper class to avoid clashing with non gutenberg blocks*/
.has-text-color.has-white-color {
  color: #FFF;
}
.has-text-color.has-black-color {
  color: #43403C;
}
.has-text-color.has-blue-color {
  color: #15649B;
}
.has-text-color.has-dark-blue-color {
  color: #0B3B60;
}
.has-text-color.has-red-color {
  color: #C12033;
}
.has-text-color.has-yellow-color {
  color: #EAAA21;
}
.has-text-color.has-green-color {
  color: #7FBC42;
}

/*Elements*/
.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .breadcrumbs {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .breadcrumbs {
    padding: 50px;
  }
}
.breadcrumbs .breadcrumb {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
.breadcrumbs li {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  display: flex;
}
.breadcrumbs li:not(:last-child):after {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  content: "/";
  display: inline-block;
  margin: 0 12px;
}
.breadcrumbs a {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  font-size: 1.6rem !important;
  text-decoration: none !important;
}
.breadcrumbs #breadcrumb span {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .breadcrumbs #breadcrumb span {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.breadcrumbs #breadcrumb span a {
  margin: 0 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}
.breadcrumbs #breadcrumb span strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}
.breadcrumbs #breadcrumb span .breadcrumb_last {
  margin-left: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

/*Theme colors*/
.color-green {
  color: #7FBC42;
}

.color-green-medium {
  color: #008544;
}

.color-green-dark {
  color: #075F31;
}

.bg-blue {
  background-color: #0B3B60;
}

/*Gradient options*/
/*Buttons*/
.btn, .wp-block-button__link,
.wp-block-button__link:visited {
  align-items: center;
  border-radius: 0;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  line-height: 1.3;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: 0.4s;
  white-space: normal;
  /*Primary button*/
  /*Button color options*/
  /*Standard button without background or borders*/
  /*Link button color options*/
  /*Lightweight version of link button*/
  /*Standard link with option to add arrow before or after text*/
  /*Submit button with arrow and no text*/
  /*Submit button color options*/
  /*Filter button*/
  /*Reset button*/
  /*Back to top button*/
  /*Back to top button*/
  /*Close button with X icon*/
  /*Button with tooltip icon*/
  /*Button with plus icon before text*/
  /*Larger button*/
  /*Stretches button full width at all breakpoints*/
  /*Stretches button full width on mobile*/
}
.btn:hover, .wp-block-button__link:hover {
  text-decoration: none;
}
.btn:focus-visible, .wp-block-button__link:focus-visible {
  outline: 2px solid #0B3B60;
  outline-offset: 2px;
}
.btn.btn-primary, .wp-block-button__link,
.wp-block-button__link:visited {
  background: transparent;
  border-radius: 10px;
  padding: 20px 70px 20px 30px;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 575.98px) {
  .btn.btn-primary, .wp-block-button__link,
  .wp-block-button__link:visited {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 0.01em;
    line-height: 1.25;
    border: solid 2px;
    min-height: 50px;
  }
}
@media (min-width: 576px) {
  .btn.btn-primary, .wp-block-button__link,
  .wp-block-button__link:visited {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0.01em;
    line-height: 1.25;
    border: solid 3px;
    min-height: 70px;
  }
}
.btn.btn-primary:before, .wp-block-button__link:before,
.wp-block-button__link:visited:before {
  background: url("../images/icon-arrow-blue.svg") center center/contain no-repeat;
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s;
  width: 24px;
  z-index: 10;
}
.btn.btn-primary:after, .wp-block-button__link:after,
.wp-block-button__link:visited:after {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  content: "";
  display: block;
  position: absolute;
  transition: 0.3s;
  width: 50px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .btn.btn-primary:after, .wp-block-button__link:after,
  .wp-block-button__link:visited:after {
    border-bottom: solid 2px;
    border-right: solid 2px;
    border-top: solid 2px;
    bottom: -2px;
    right: -2px;
    top: -2px;
  }
}
@media (min-width: 992px) {
  .btn.btn-primary:after, .wp-block-button__link:after,
  .wp-block-button__link:visited:after {
    border-bottom: solid 3px;
    border-right: solid 3px;
    border-top: solid 3px;
    bottom: -3px;
    right: -3px;
    top: -3px;
  }
}
@media (min-width: 992px) {
  .btn.btn-primary:hover:before, .wp-block-button__link:hover:before {
    transform: translate(10px, -50%);
  }
  .btn.btn-primary:hover:after, .wp-block-button__link:hover:after {
    right: -13px;
  }
}
.btn.btn-primary.gform_button:after, .gform_button.wp-block-button__link:after {
  background: #FFF;
}
.btn.btn-black, .btn-black.wp-block-button__link {
  border-color: #0B3B60;
  color: #0B3B60;
}
.btn.btn-black:after, .btn-black.wp-block-button__link:after {
  background: #FFF;
  border-color: #0B3B60;
}
.btn.btn-blue, .wp-block-button__link,
.wp-block-button__link:visited {
  border-color: #0B3B60;
  color: #0B3B60;
}
.btn.btn-blue:after, .wp-block-button__link:after,
.wp-block-button__link:visited:after {
  background: #FFF;
  border-color: #0B3B60;
}
.btn.btn-white, #footer-newsletter button.btn, .btn-white.wp-block-button__link, #footer-newsletter button.wp-block-button__link {
  border-color: #FFF;
  color: #FFF;
}
.btn.btn-white:after, #footer-newsletter button.btn:after, .btn-white.wp-block-button__link:after, #footer-newsletter button.wp-block-button__link:after {
  background: #0B3B60;
  border-color: #FFF;
}
.btn.btn-transparent, .btn-transparent.wp-block-button__link {
  border-color: #FFF;
  color: #FFF;
}
.btn.btn-transparent:after, .btn-transparent.wp-block-button__link:after {
  display: none;
}
.btn.btn-transparent:hover, .btn-transparent.wp-block-button__link:hover {
  padding-right: 83px;
}
.btn.btn-white-blue, .btn-white-blue.wp-block-button__link {
  background: #0B3B60;
  border-color: #FFF;
  color: #FFF;
}
.btn.btn-white-blue:after, .btn-white-blue.wp-block-button__link:after {
  background: #0B3B60;
  border-color: #FFF;
}
.btn.btn-blue-white, .btn-blue-white.wp-block-button__link {
  background: #0B3B60;
  border-color: #FFF;
  color: #FFF;
}
.btn.btn-blue-white:before, .btn-blue-white.wp-block-button__link:before {
  background: url("../images/icon-btn-arrow-white.svg") center center/contain no-repeat;
}
.btn.btn-blue-white:after, .btn-blue-white.wp-block-button__link:after {
  background: #0B3B60;
  border-color: #FFF;
}
.btn.btn-link, .btn-link.wp-block-button__link {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.btn.btn-link:hover, .btn-link.wp-block-button__link:hover {
  background: transparent;
  color: inherit;
}
.btn.btn-link-underline, .btn-link-underline.wp-block-button__link {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 20px 0;
  text-decoration: underline;
}
.btn.btn-link-light, .btn-link-light.wp-block-button__link {
  color: #FFF;
}
.btn.btn-link-dark, .btn-link-dark.wp-block-button__link {
  color: #0B3B60;
}
.btn.btn-link-sm, .btn-link-sm.wp-block-button__link {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  background: transparent;
  border: none;
  text-decoration: underline;
}
.btn.btn-link-md, .btn-link-md.wp-block-button__link {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.3rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  background: transparent;
  border: none;
  text-transform: uppercase;
}
.btn.btn-link-md:before, .btn-link-md.wp-block-button__link:before {
  content: "<";
  display: inline-block;
  margin-right: 15px;
  transition: 0.4s;
}
.btn.btn-link-md:hover:before, .btn-link-md.wp-block-button__link:hover:before {
  transform: translateX(-10px);
}
.btn.btn-link-arrow, .btn.btn-link-arrow-white, .btn-link-arrow.wp-block-button__link, .wp-block-button__link.btn-link-arrow-white {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
  /*Adds arrow*/
  /*Arrow position options*/
}
.btn.btn-link-arrow:before, .btn.btn-link-arrow-white:before, .btn-link-arrow.wp-block-button__link:before, .wp-block-button__link.btn-link-arrow-white:before, .btn.btn-link-arrow:after, .btn.btn-link-arrow-white:after, .btn-link-arrow.wp-block-button__link:after, .wp-block-button__link.btn-link-arrow-white:after {
  background: url("../images/icon-arrow-sm.svg") center center/contain no-repeat;
  height: 15px;
  transition: 0.4s;
  width: 20px;
}
.btn.btn-link-arrow.btn-arrow-prev:before, .btn.btn-arrow-prev.btn-link-arrow-white:before, .btn-link-arrow.btn-arrow-prev.wp-block-button__link:before, .btn-arrow-prev.wp-block-button__link.btn-link-arrow-white:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  transform: rotate(180deg) translateX(0);
}
.btn.btn-link-arrow.btn-arrow-prev:hover:before, .btn.btn-arrow-prev.btn-link-arrow-white:hover:before, .btn-link-arrow.btn-arrow-prev.wp-block-button__link:hover:before, .btn-arrow-prev.wp-block-button__link.btn-link-arrow-white:hover:before {
  transform: rotate(180deg) translateX(10px);
}
.btn.btn-link-arrow.btn-arrow-next:after, .btn.btn-arrow-next.btn-link-arrow-white:after, .btn-link-arrow.btn-arrow-next.wp-block-button__link:after, .btn-arrow-next.wp-block-button__link.btn-link-arrow-white:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  transform: translateX(0);
}
.btn.btn-link-arrow.btn-arrow-next:hover:after, .btn.btn-arrow-next.btn-link-arrow-white:hover:after, .btn-link-arrow.btn-arrow-next.wp-block-button__link:hover:after, .btn-arrow-next.wp-block-button__link.btn-link-arrow-white:hover:after {
  transform: translateX(10px);
}
.btn.btn-link-arrow-white:before, .btn-link-arrow-white.wp-block-button__link:before, .btn.btn-link-arrow-white:after, .btn-link-arrow-white.wp-block-button__link:after {
  background: url("../images/icon-btn-arrow-white.svg") center center/contain no-repeat;
}
.btn.btn-submit, .btn-submit.wp-block-button__link {
  background: transparent;
  border: none;
  color: #FFF;
  padding: 0;
  position: relative;
  transition: 0.4s;
}
@media (max-width: 991.98px) {
  .btn.btn-submit, .btn-submit.wp-block-button__link {
    background: url("../images/icon-arrow-rounded.svg") center center/contain no-repeat;
    border-width: 4px;
    height: 30px;
    width: 30px;
  }
}
@media (min-width: 992px) {
  .btn.btn-submit, .btn-submit.wp-block-button__link {
    border-width: 5px;
    height: 50px;
    width: 50px;
  }
}
@media (min-width: 992px) {
  .btn.btn-submit:after, .btn-submit.wp-block-button__link:after {
    border-radius: 50%;
    border: solid #FFF;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .btn.btn-submit:after, .btn-submit.wp-block-button__link:after {
    border-width: 3px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .btn.btn-submit:after, .btn-submit.wp-block-button__link:after {
    border-width: 5px;
  }
}
@media (min-width: 992px) {
  .btn.btn-submit:hover, .btn-submit.wp-block-button__link:hover {
    color: #5FB3E4;
  }
  .btn.btn-submit:hover:after, .btn-submit.wp-block-button__link:hover:after {
    transform: scale(1.15);
  }
}
@media (max-width: 991.98px) {
  .btn.btn-submit svg, .btn-submit.wp-block-button__link svg {
    display: none;
  }
}
.btn.btn-submit-white, .btn-submit-white.wp-block-button__link {
  color: #FFF;
}
.btn.btn-filter, .btn-filter.wp-block-button__link {
  background: transparent;
  border: solid 3px;
  border-radius: 10px;
  min-height: 50px;
  padding: 5px 20px;
}
@media (max-width: 1499.98px) {
  .btn.btn-filter, .btn-filter.wp-block-button__link {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: 0.01em;
    line-height: 1.25;
  }
}
@media (min-width: 1500px) {
  .btn.btn-filter, .btn-filter.wp-block-button__link {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0.01em;
    line-height: 1.25;
  }
}
.btn.btn-filter.is-active, .btn-filter.is-active.wp-block-button__link {
  background: #5FB3E4;
  border-color: #5FB3E4;
  color: #FFF;
}
.btn.btn-filter:not(.is-active):hover, .btn-filter.wp-block-button__link:not(.is-active):hover {
  background: #0B3B60;
  border-color: #0B3B60;
  color: #FFF;
}
.btn.btn-reset, .btn-reset.wp-block-button__link {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  background: transparent;
  border: none;
  color: #B9B9B9;
  min-height: 50px;
  padding: 5px;
  text-decoration: underline;
}
.btn.btn-reset:hover, .btn-reset.wp-block-button__link:hover {
  color: #0B3B60;
}
.btn.btn-top, .btn-top.wp-block-button__link {
  background: transparent;
  border: none;
  color: #FFF;
  padding: 0;
  position: fixed;
  transform: rotate(-90deg);
}
@media (max-width: 991.98px) {
  .btn.btn-top, .btn-top.wp-block-button__link {
    border-width: 3px;
    bottom: 40px;
    height: 32px;
    right: 20px;
    width: 32px;
  }
}
@media (min-width: 992px) {
  .btn.btn-top, .btn-top.wp-block-button__link {
    border-width: 4px;
    bottom: 30px;
    height: 40px;
    right: 30px;
    width: 40px;
  }
}
.btn.btn-top:after, .btn-top.wp-block-button__link:after {
  border-radius: 50%;
  border: solid #FFF;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  .btn.btn-top:after, .btn-top.wp-block-button__link:after {
    border-width: 3px;
  }
}
@media (min-width: 992px) {
  .btn.btn-top:after, .btn-top.wp-block-button__link:after {
    border-width: 5px;
  }
}
.btn.btn-top:hover, .btn-top.wp-block-button__link:hover {
  color: #0B3B60;
}
.btn.btn-top:hover:after, .btn-top.wp-block-button__link:hover:after {
  transform: scale(1.15);
}
@media (min-width: 992px) {
  .btn.btn-top:hover, .btn-top.wp-block-button__link:hover {
    color: #0B3B60;
  }
}
.btn.btn-top svg, .btn-top.wp-block-button__link svg {
  margin: auto;
}
.btn.btn-close, .btn-close.wp-block-button__link {
  background: transparent;
  border: none;
  height: 25px;
  position: relative;
  width: 25px;
  /*Color options*/
}
.btn.btn-close:before, .btn-close.wp-block-button__link:before, .btn.btn-close:after, .btn-close.wp-block-button__link:after {
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.btn.btn-close:before, .btn-close.wp-block-button__link:before {
  transform: rotate(45deg);
}
.btn.btn-close:after, .btn-close.wp-block-button__link:after {
  transform: rotate(-45deg);
}
.btn.btn-close.btn-close-light:before, .btn-close.btn-close-light.wp-block-button__link:before, .btn.btn-close.btn-close-light:after, .btn-close.btn-close-light.wp-block-button__link:after {
  background: #FFF;
}
.btn.btn-close.btn-close-dark:before, .btn-close.btn-close-dark.wp-block-button__link:before, .btn.btn-close.btn-close-dark:after, .btn-close.btn-close-dark.wp-block-button__link:after {
  background: #767676;
}
.btn.btn-tooltip, .btn-tooltip.wp-block-button__link {
  background: transparent url("../images/icon-tooltip.svg") center center/contain no-repeat;
  border: none;
  height: 19px;
  padding: 0;
  width: 19px;
}
.btn.btn-plus, .btn-plus.wp-block-button__link {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  align-items: center;
  color: #7FBC42;
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.btn.btn-plus:hover, .btn-plus.wp-block-button__link:hover {
  color: #0B3B60;
}
.btn.btn-plus:before, .btn-plus.wp-block-button__link:before {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  content: "+";
  margin-right: 10px;
}
.btn.btn-plus-blue, .btn-plus-blue.wp-block-button__link {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  align-items: center;
  color: #0B3B60;
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.btn.btn-plus-blue:hover, .btn-plus-blue.wp-block-button__link:hover {
  color: #5FB3E4;
}
.btn.btn-plus-blue:before, .btn-plus-blue.wp-block-button__link:before {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  content: "+";
  margin-right: 10px;
}
.btn.btn-lg, .btn-lg.wp-block-button__link {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.25;
}
@media (max-width: 1499.98px) {
  .btn.btn-lg, .btn-lg.wp-block-button__link {
    font-size: 1.8rem;
  }
}
@media (min-width: 1500px) {
  .btn.btn-lg, .btn-lg.wp-block-button__link {
    font-size: 2.8rem;
  }
}
.btn.btn-lg:before, .btn-lg.wp-block-button__link:before {
  height: 22px;
  width: 28px;
}
.btn.btn-block, .btn-block.wp-block-button__link {
  width: 100%;
}
@media (max-width: 575.98px) {
  .btn.btn-block-xs, .btn-block-xs.wp-block-button__link {
    width: 100%;
  }
}
.btn.btn-basic, .btn-basic.wp-block-button__link {
  background: transparent;
  border-radius: 10px;
  padding: 20px 30px;
  position: relative;
  transition: 0.3s;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .btn.btn-basic, .btn-basic.wp-block-button__link {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 0.01em;
    line-height: 1.25;
    border: solid 2px;
    min-height: 50px;
  }
}
@media (min-width: 576px) {
  .btn.btn-basic, .btn-basic.wp-block-button__link {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0.01em;
    line-height: 1.25;
    border: solid 3px;
    min-height: 70px;
  }
}

/*Button row*/
.btn-row {
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .btn-row .btn:not(:last-child), .btn-row .wp-block-button__link:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) {
  .btn-row .btn:not(:last-child), .btn-row .wp-block-button__link:not(:last-child) {
    margin-right: 10px;
  }
}

/*Group of stacked buttons*/
.btn-stacked {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 30px;
  margin-top: 30px;
}
.btn-stacked .btn:not(:last-child), .btn-stacked .wp-block-button__link:not(:last-child) {
  margin-bottom: 15px;
}

/*Inline button group without margins*/
.btn-group {
  display: inline-flex;
  vertical-align: middle;
}
.btn-group:after {
  clear: both;
  content: "";
  display: table;
}
.btn-group .btn:not(:first-child), .btn-group .wp-block-button__link:not(:first-child) {
  margin-left: -2px;
}
.btn-group .btn:not(:last-child), .btn-group .wp-block-button__link:not(:last-child) {
  flex: 1 1 auto;
}

@media (min-width: 992px) {
  #footer-newsletter .btn-primary, #footer-newsletter .wp-block-button__link {
    padding-right: 70px;
  }
}
.bg-blue .btn-primary.btn-white:after, .bg-blue #footer-newsletter button.btn-primary:after, #footer-newsletter .bg-blue button.btn-primary:after, .bg-blue .btn-white.wp-block-button__link:after, .bg-blue #footer-newsletter button.wp-block-button__link:after, #footer-newsletter .bg-blue button.wp-block-button__link:after {
  background: #15649B;
}

.bg-blue-dark .btn-primary.btn-white:after, .bg-blue-dark #footer-newsletter button.btn-primary:after, #footer-newsletter .bg-blue-dark button.btn-primary:after, .bg-blue-dark .btn-white.wp-block-button__link:after, .bg-blue-dark #footer-newsletter button.wp-block-button__link:after, #footer-newsletter .bg-blue-dark button.wp-block-button__link:after {
  background: #0B3B60;
}

.back-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2.3rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  align-items: center;
  display: inline-flex;
  text-transform: uppercase;
}
.back-link:before {
  content: "<";
  display: inline-block;
  margin-right: 20px;
}

.figure {
  margin: 0;
}

/*Inline form fields*/
.form-inline {
  align-items: center;
  display: flex;
  position: relative;
}
@media (max-width: 991.98px) {
  .form-inline .form-control:not(:last-child), .form-inline .form-contact .gform_wrapper form input:not(:last-child):not([type=submit]):not([type=checkbox]):not([type=radio]), .form-contact .gform_wrapper form .form-inline input:not(:last-child):not([type=submit]):not([type=checkbox]):not([type=radio]),
  .form-inline .form-contact .gform_wrapper form textarea:not(:last-child),
  .form-contact .gform_wrapper form .form-inline textarea:not(:last-child),
  .form-inline #footer-newsletter .gform_wrapper form input:not(:last-child):not([type=submit]):not([type=checkbox]):not([type=radio]),
  #footer-newsletter .gform_wrapper form .form-inline input:not(:last-child):not([type=submit]):not([type=checkbox]):not([type=radio]),
  .form-inline #footer-newsletter .gform_wrapper form textarea:not(:last-child),
  #footer-newsletter .gform_wrapper form .form-inline textarea:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .form-inline .form-control:not(:last-child), .form-inline .form-contact .gform_wrapper form input:not(:last-child):not([type=submit]):not([type=checkbox]):not([type=radio]), .form-contact .gform_wrapper form .form-inline input:not(:last-child):not([type=submit]):not([type=checkbox]):not([type=radio]),
  .form-inline .form-contact .gform_wrapper form textarea:not(:last-child),
  .form-contact .gform_wrapper form .form-inline textarea:not(:last-child),
  .form-inline #footer-newsletter .gform_wrapper form input:not(:last-child):not([type=submit]):not([type=checkbox]):not([type=radio]),
  #footer-newsletter .gform_wrapper form .form-inline input:not(:last-child):not([type=submit]):not([type=checkbox]):not([type=radio]),
  .form-inline #footer-newsletter .gform_wrapper form textarea:not(:last-child),
  #footer-newsletter .gform_wrapper form .form-inline textarea:not(:last-child) {
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .form-inline .btn, .form-inline .wp-block-button__link {
    margin-left: 30px;
  }
}

/*Form group*/
.form-group {
  margin-bottom: 30px;
}
.form-group label.error {
  font-size: 1.2rem;
  color: #A80000;
  margin-bottom: 0;
  margin-top: 10px;
  display: block;
}

/*Global form labels*/
/*Global input styles*/
.form-control, .form-contact .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.form-contact .gform_wrapper form textarea,
#footer-newsletter .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
#footer-newsletter .gform_wrapper form textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  align-items: center;
  background-color: #FFF;
  border-radius: 0;
  border: solid 1px;
  box-shadow: none;
  color: #0B3B60;
  display: inline-flex;
  line-height: 1;
  outline: none;
  transition: 0.4s;
  width: 100%;
  /*Input color options*/
  /*Placeholder*/
}
@media (max-width: 767.98px) {
  .form-control:not(textarea):not(.is-search):not(select), .form-contact .gform_wrapper form input:not(textarea):not(.is-search):not(select):not([type=submit]):not([type=checkbox]):not([type=radio]),
  .form-contact .gform_wrapper form textarea:not(textarea):not(.is-search):not(select),
  #footer-newsletter .gform_wrapper form input:not(textarea):not(.is-search):not(select):not([type=submit]):not([type=checkbox]):not([type=radio]),
  #footer-newsletter .gform_wrapper form textarea:not(textarea):not(.is-search):not(select) {
    height: 42px;
    padding: 10px 20px !important;
  }
}
@media (min-width: 768px) {
  .form-control:not(textarea):not(.is-search):not(select), .form-contact .gform_wrapper form input:not(textarea):not(.is-search):not(select):not([type=submit]):not([type=checkbox]):not([type=radio]),
  .form-contact .gform_wrapper form textarea:not(textarea):not(.is-search):not(select),
  #footer-newsletter .gform_wrapper form input:not(textarea):not(.is-search):not(select):not([type=submit]):not([type=checkbox]):not([type=radio]),
  #footer-newsletter .gform_wrapper form textarea:not(textarea):not(.is-search):not(select) {
    height: 60px;
    padding: 10px 20px;
  }
}
@media (max-width: 767.98px) {
  .form-control.is-search, .form-contact .gform_wrapper form input.is-search:not([type=submit]):not([type=checkbox]):not([type=radio]),
  .form-contact .gform_wrapper form textarea.is-search,
  #footer-newsletter .gform_wrapper form input.is-search:not([type=submit]):not([type=checkbox]):not([type=radio]),
  #footer-newsletter .gform_wrapper form textarea.is-search {
    height: 42px;
    padding: 17px 10px 2px !important;
  }
}
@media (min-width: 768px) {
  .form-control.is-search, .form-contact .gform_wrapper form input.is-search:not([type=submit]):not([type=checkbox]):not([type=radio]),
  .form-contact .gform_wrapper form textarea.is-search,
  #footer-newsletter .gform_wrapper form input.is-search:not([type=submit]):not([type=checkbox]):not([type=radio]),
  #footer-newsletter .gform_wrapper form textarea.is-search {
    height: 60px;
    padding: 10px 20px;
  }
}
.form-control.input-gray, .form-contact .gform_wrapper form input.input-gray:not([type=submit]):not([type=checkbox]):not([type=radio]),
.form-contact .gform_wrapper form textarea.input-gray,
#footer-newsletter .gform_wrapper form input.input-gray:not([type=submit]):not([type=checkbox]):not([type=radio]),
#footer-newsletter .gform_wrapper form textarea.input-gray {
  background-color: #FFF;
  border-color: #767676;
}
.form-control.input-white, .form-contact .gform_wrapper form input.input-white:not([type=submit]):not([type=checkbox]):not([type=radio]),
.form-contact .gform_wrapper form textarea.input-white,
#footer-newsletter .gform_wrapper form input.input-white:not([type=submit]):not([type=checkbox]):not([type=radio]),
#footer-newsletter .gform_wrapper form textarea.input-white {
  background-color: #FFF;
  border-color: #FFF;
}
.form-control::-moz-placeholder, .form-contact .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder, .form-contact .gform_wrapper form textarea::-moz-placeholder, #footer-newsletter .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder, #footer-newsletter .gform_wrapper form textarea::-moz-placeholder {
  color: #0B3B60;
  line-height: 1;
}
.form-control::placeholder, .form-contact .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
.form-contact .gform_wrapper form textarea::placeholder,
#footer-newsletter .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
#footer-newsletter .gform_wrapper form textarea::placeholder {
  color: #0B3B60;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .form-control::-moz-placeholder, .form-contact .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder, .form-contact .gform_wrapper form textarea::-moz-placeholder, #footer-newsletter .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder, #footer-newsletter .gform_wrapper form textarea::-moz-placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
    letter-spacing: 0.01em;
    line-height: 1.25;
  }
  .form-control::placeholder, .form-contact .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
  .form-contact .gform_wrapper form textarea::placeholder,
  #footer-newsletter .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
  #footer-newsletter .gform_wrapper form textarea::placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
    letter-spacing: 0.01em;
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  .form-control::-moz-placeholder, .form-contact .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder, .form-contact .gform_wrapper form textarea::-moz-placeholder, #footer-newsletter .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder, #footer-newsletter .gform_wrapper form textarea::-moz-placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 2.3rem;
    letter-spacing: 0.01em;
    line-height: 1.25;
  }
  .form-control::placeholder, .form-contact .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
  .form-contact .gform_wrapper form textarea::placeholder,
  #footer-newsletter .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
  #footer-newsletter .gform_wrapper form textarea::placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 2.3rem;
    letter-spacing: 0.01em;
    line-height: 1.25;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .form-control#heroSearch::-moz-placeholder, .form-contact .gform_wrapper form input#heroSearch:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder, .form-contact .gform_wrapper form textarea#heroSearch::-moz-placeholder, #footer-newsletter .gform_wrapper form input#heroSearch:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder, #footer-newsletter .gform_wrapper form textarea#heroSearch::-moz-placeholder {
    font-size: 2.6rem;
  }
  .form-control#heroSearch::placeholder, .form-contact .gform_wrapper form input#heroSearch:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
  .form-contact .gform_wrapper form textarea#heroSearch::placeholder,
  #footer-newsletter .gform_wrapper form input#heroSearch:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
  #footer-newsletter .gform_wrapper form textarea#heroSearch::placeholder {
    font-size: 2.6rem;
  }
}
@media (min-width: 1200px) and (max-width: 1499.98px) {
  .form-control#heroSearch::-moz-placeholder, .form-contact .gform_wrapper form input#heroSearch:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder, .form-contact .gform_wrapper form textarea#heroSearch::-moz-placeholder, #footer-newsletter .gform_wrapper form input#heroSearch:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder, #footer-newsletter .gform_wrapper form textarea#heroSearch::-moz-placeholder {
    font-size: 3.6rem;
  }
  .form-control#heroSearch::placeholder, .form-contact .gform_wrapper form input#heroSearch:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
  .form-contact .gform_wrapper form textarea#heroSearch::placeholder,
  #footer-newsletter .gform_wrapper form input#heroSearch:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
  #footer-newsletter .gform_wrapper form textarea#heroSearch::placeholder {
    font-size: 3.6rem;
  }
}

/*Global select*/
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../images/icon-dropdown.svg") right 20px center no-repeat;
  position: relative;
}
select.form-control {
  line-height: normal;
}
@media (max-width: 767.98px) {
  select {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
    letter-spacing: 0.01em;
    line-height: 1.25;
    background-size: 26px 23px;
    height: 42px;
    padding: 10px 50px 10px 20px;
  }
}
@media (min-width: 768px) {
  select {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 2.3rem;
    letter-spacing: 0.01em;
    line-height: 1.25;
    background-size: 26px 23px;
    height: 60px;
    padding: 10px 70px 10px 25px;
  }
}

@media (max-width: 991.98px) {
  .form-check-label {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    letter-spacing: 0.01em;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .form-check-label {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
    letter-spacing: 0.01em;
    line-height: 1.25;
  }
}

/*Custom checkbox*/
.form-check {
  list-style: none;
  margin: 0;
  padding: 0;
  /*Checkbox label*/
  /*Combined styles*/
  /*Checkbox styles*/
  /*Radio styles*/
  /*Color options*/
}
.form-check label {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  min-height: 24px;
  padding: 2px 0 2px 40px;
  position: relative;
  text-align: left;
  /*Combined*/
  /*Unchecked*/
}
.form-check label:before, .form-check label:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.form-check label:before {
  background: #FFF;
  border: solid 1px;
  height: 23px;
  left: 0;
  width: 23px;
}
.form-check label a {
  color: #EA9729;
  display: inline-flex;
}
.form-check input[type=checkbox],
.form-check input[type=radio] {
  opacity: 0;
  position: absolute;
  /*Unchecked*/
  /*Checked*/
  /*Disabled*/
  /*Focused*/
}
.form-check input[type=checkbox] + label:after,
.form-check input[type=radio] + label:after {
  opacity: 0;
  visibility: hidden;
}
.form-check input[type=checkbox]:checked + label:after,
.form-check input[type=radio]:checked + label:after {
  opacity: 1;
  visibility: visible;
}
.form-check input[type=checkbox]:disabled:hover + label,
.form-check input[type=radio]:disabled:hover + label {
  cursor: not-allowed;
}
.form-check input[type=checkbox]:disabled + label,
.form-check input[type=radio]:disabled + label {
  opacity: 0.3;
}
.form-check input[type=checkbox]:focus + label:before,
.form-check input[type=radio]:focus + label:before {
  outline: 1px dotted rgba(21, 100, 155, 0.3);
}
.form-check input[type=checkbox] + label:after {
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy4xODcuNzczYTEgMSAwIDAxLjA0IDEuNDE0bC03LjU2MyA4YTEgMSAwIDAxLTEuNDUzIDBMLjc3MyA2LjU1MWExIDEgMCAwMTEuNDU0LTEuMzc0bDIuNzEgMi44NjdMMTEuNzc0LjgxM2ExIDEgMCAwMTEuNDE0LS4wNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") center center/contain no-repeat;
  height: 10px;
  left: 5px;
  width: 13px;
}
.form-check input[type=checkbox]:checked + label:before {
  background: #15649B;
}
.form-check input[type=radio] + label:before, .form-check input[type=radio] + label:after {
  border-radius: 50%;
}
.form-check input[type=radio] + label:after {
  background: #15649B;
  height: 20px;
  left: 7px;
  width: 20px;
}
.form-check .input-white label:before {
  border-color: #767676;
}
.form-check .input-gray label:before {
  border-color: #FFF;
}

/*Search form setup*/
.form-search {
  position: relative;
  /*Adds search icon before field*/
  /*Add line below field*/
}
@media (max-width: 991.98px) {
  .form-search {
    margin-top: 20px;
  }
}
@media (min-width: 1500px) {
  .form-search {
    margin-top: 100px;
  }
}
.form-search:before {
  background: transparent url("../images/icon-search-white.svg") center center/cover no-repeat;
  border: none;
  content: "";
  padding: 0;
}
@media (max-width: 991.98px) {
  .form-search:before {
    height: 30px;
    width: 30px;
  }
}
@media (min-width: 992px) {
  .form-search:before {
    height: 60px;
    width: 60px;
  }
}
.form-search:after {
  background: #FFF;
  border-radius: 3px;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
}
.form-search .form-control, .form-search .form-contact .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio]), .form-contact .gform_wrapper form .form-search input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.form-search .form-contact .gform_wrapper form textarea,
.form-contact .gform_wrapper form .form-search textarea,
.form-search #footer-newsletter .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
#footer-newsletter .gform_wrapper form .form-search input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.form-search #footer-newsletter .gform_wrapper form textarea,
#footer-newsletter .gform_wrapper form .form-search textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  align-items: center;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #FFF;
  display: flex;
  flex: 1;
  font-size: 1.2rem;
}
@media (min-width: 375px) {
  .form-search .form-control, .form-search .form-contact .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio]), .form-contact .gform_wrapper form .form-search input:not([type=submit]):not([type=checkbox]):not([type=radio]),
  .form-search .form-contact .gform_wrapper form textarea,
  .form-contact .gform_wrapper form .form-search textarea,
  .form-search #footer-newsletter .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
  #footer-newsletter .gform_wrapper form .form-search input:not([type=submit]):not([type=checkbox]):not([type=radio]),
  .form-search #footer-newsletter .gform_wrapper form textarea,
  #footer-newsletter .gform_wrapper form .form-search textarea {
    font-size: 1.6rem;
  }
}
@media (max-width: 991.98px) {
  .form-search .form-control, .form-search .form-contact .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio]), .form-contact .gform_wrapper form .form-search input:not([type=submit]):not([type=checkbox]):not([type=radio]),
  .form-search .form-contact .gform_wrapper form textarea,
  .form-contact .gform_wrapper form .form-search textarea,
  .form-search #footer-newsletter .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
  #footer-newsletter .gform_wrapper form .form-search input:not([type=submit]):not([type=checkbox]):not([type=radio]),
  .form-search #footer-newsletter .gform_wrapper form textarea,
  #footer-newsletter .gform_wrapper form .form-search textarea {
    height: 40px;
    padding: 17px 8px 2px !important;
  }
}
@media (min-width: 992px) {
  .form-search .form-control, .form-search .form-contact .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio]), .form-contact .gform_wrapper form .form-search input:not([type=submit]):not([type=checkbox]):not([type=radio]),
  .form-search .form-contact .gform_wrapper form textarea,
  .form-contact .gform_wrapper form .form-search textarea,
  .form-search #footer-newsletter .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
  #footer-newsletter .gform_wrapper form .form-search input:not([type=submit]):not([type=checkbox]):not([type=radio]),
  .form-search #footer-newsletter .gform_wrapper form textarea,
  #footer-newsletter .gform_wrapper form .form-search textarea {
    font-size: 4.1rem;
    height: 100px;
  }
}
.form-search .form-control::-moz-placeholder, .form-search .form-contact .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder, .form-contact .gform_wrapper form .form-search input:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder, .form-search .form-contact .gform_wrapper form textarea::-moz-placeholder, .form-contact .gform_wrapper form .form-search textarea::-moz-placeholder, .form-search #footer-newsletter .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder, #footer-newsletter .gform_wrapper form .form-search input:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder, .form-search #footer-newsletter .gform_wrapper form textarea::-moz-placeholder, #footer-newsletter .gform_wrapper form .form-search textarea::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #FFF;
}
.form-search .form-control::placeholder, .form-search .form-contact .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder, .form-contact .gform_wrapper form .form-search input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
.form-search .form-contact .gform_wrapper form textarea::placeholder,
.form-contact .gform_wrapper form .form-search textarea::placeholder,
.form-search #footer-newsletter .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
#footer-newsletter .gform_wrapper form .form-search input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
.form-search #footer-newsletter .gform_wrapper form textarea::placeholder,
#footer-newsletter .gform_wrapper form .form-search textarea::placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #FFF;
}
@media (max-width: 991.98px) {
  .form-search .form-control::-moz-placeholder, .form-search .form-contact .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder, .form-contact .gform_wrapper form .form-search input:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder, .form-search .form-contact .gform_wrapper form textarea::-moz-placeholder, .form-contact .gform_wrapper form .form-search textarea::-moz-placeholder, .form-search #footer-newsletter .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder, #footer-newsletter .gform_wrapper form .form-search input:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder, .form-search #footer-newsletter .gform_wrapper form textarea::-moz-placeholder, #footer-newsletter .gform_wrapper form .form-search textarea::-moz-placeholder {
    font-size: 1.8rem;
  }
  .form-search .form-control::placeholder, .form-search .form-contact .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder, .form-contact .gform_wrapper form .form-search input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
  .form-search .form-contact .gform_wrapper form textarea::placeholder,
  .form-contact .gform_wrapper form .form-search textarea::placeholder,
  .form-search #footer-newsletter .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
  #footer-newsletter .gform_wrapper form .form-search input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
  .form-search #footer-newsletter .gform_wrapper form textarea::placeholder,
  #footer-newsletter .gform_wrapper form .form-search textarea::placeholder {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .form-search .form-control::-moz-placeholder, .form-search .form-contact .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder, .form-contact .gform_wrapper form .form-search input:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder, .form-search .form-contact .gform_wrapper form textarea::-moz-placeholder, .form-contact .gform_wrapper form .form-search textarea::-moz-placeholder, .form-search #footer-newsletter .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder, #footer-newsletter .gform_wrapper form .form-search input:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder, .form-search #footer-newsletter .gform_wrapper form textarea::-moz-placeholder, #footer-newsletter .gform_wrapper form .form-search textarea::-moz-placeholder {
    font-size: 3.8rem;
  }
  .form-search .form-control::placeholder, .form-search .form-contact .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder, .form-contact .gform_wrapper form .form-search input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
  .form-search .form-contact .gform_wrapper form textarea::placeholder,
  .form-contact .gform_wrapper form .form-search textarea::placeholder,
  .form-search #footer-newsletter .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
  #footer-newsletter .gform_wrapper form .form-search input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
  .form-search #footer-newsletter .gform_wrapper form textarea::placeholder,
  #footer-newsletter .gform_wrapper form .form-search textarea::placeholder {
    font-size: 3.8rem;
  }
}
@media (min-width: 1500px) {
  .form-search .form-control::-moz-placeholder, .form-search .form-contact .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder, .form-contact .gform_wrapper form .form-search input:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder, .form-search .form-contact .gform_wrapper form textarea::-moz-placeholder, .form-contact .gform_wrapper form .form-search textarea::-moz-placeholder, .form-search #footer-newsletter .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder, #footer-newsletter .gform_wrapper form .form-search input:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder, .form-search #footer-newsletter .gform_wrapper form textarea::-moz-placeholder, #footer-newsletter .gform_wrapper form .form-search textarea::-moz-placeholder {
    font-size: 4.1rem;
  }
  .form-search .form-control::placeholder, .form-search .form-contact .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder, .form-contact .gform_wrapper form .form-search input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
  .form-search .form-contact .gform_wrapper form textarea::placeholder,
  .form-contact .gform_wrapper form .form-search textarea::placeholder,
  .form-search #footer-newsletter .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
  #footer-newsletter .gform_wrapper form .form-search input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
  .form-search #footer-newsletter .gform_wrapper form textarea::placeholder,
  #footer-newsletter .gform_wrapper form .form-search textarea::placeholder {
    font-size: 4.1rem;
  }
}
.form-search .btn-submit {
  display: block;
  position: relative;
}
.form-search .btn-submit svg {
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*Newsletter form*/
.form-newsletter {
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .form-newsletter {
    flex-direction: column;
  }
}
.form-newsletter .form-control, .form-newsletter .form-contact .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio]), .form-contact .gform_wrapper form .form-newsletter input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.form-newsletter .form-contact .gform_wrapper form textarea,
.form-contact .gform_wrapper form .form-newsletter textarea,
.form-newsletter #footer-newsletter .gform_wrapper form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
#footer-newsletter .gform_wrapper form .form-newsletter input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.form-newsletter #footer-newsletter .gform_wrapper form textarea,
#footer-newsletter .gform_wrapper form .form-newsletter textarea {
  flex: 1;
}
.form-newsletter .form-check {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  color: #FFF;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
}
.form-newsletter .form-check a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #FFF;
  display: inline-flex;
  margin-left: 5px;
  text-decoration: underline;
}

/*Contact form setup*/
.form-contact {
  border: solid #5FB3E4;
  text-align: center;
}
@media (max-width: 991.98px) {
  .form-contact {
    border-width: 3px;
    padding: 30px 20px;
  }
}
@media (min-width: 992px) {
  .form-contact {
    border-width: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .form-contact {
    padding: 40px 50px;
  }
}
@media (min-width: 1500px) {
  .form-contact {
    padding: 75px 100px;
  }
}

@media (max-width: 767.98px) {
  .form-contact .gform_wrapper form select,
  #footer-newsletter .gform_wrapper form select {
    padding: 10px 50px 10px 20px;
  }
}
@media (min-width: 768px) {
  .form-contact .gform_wrapper form select,
  #footer-newsletter .gform_wrapper form select {
    padding: 10px 70px 10px 25px;
  }
}
.form-contact .gform_wrapper form .form-check label,
#footer-newsletter .gform_wrapper form .form-check label {
  align-items: center;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  margin: 0;
  min-height: 24px;
  padding: 2px 0 2px 35px;
  position: relative;
}
.form-contact .gform_wrapper form .form-check label a,
#footer-newsletter .gform_wrapper form .form-check label a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #0B3B60;
  display: inline;
  text-decoration: underline;
}
.form-contact .gform_wrapper form .form-check label a:hover,
#footer-newsletter .gform_wrapper form .form-check label a:hover {
  color: #BC4144;
}
.form-contact .gform_wrapper form .validation_error,
#footer-newsletter .gform_wrapper form .validation_error {
  color: #A80000;
  border: 0;
  padding: 0;
  font-size: 2rem;
}
.form-contact .gform_wrapper form li.gfield.gfield_error,
#footer-newsletter .gform_wrapper form li.gfield.gfield_error {
  border: 0;
  background: transparent;
}
.form-contact .gform_wrapper form li.gfield.gfield_error div.ginput_complex.ginput_container label,
.form-contact .gform_wrapper form li.gfield.gfield_error label,
#footer-newsletter .gform_wrapper form li.gfield.gfield_error div.ginput_complex.ginput_container label,
#footer-newsletter .gform_wrapper form li.gfield.gfield_error label {
  color: #A80000;
}
.form-contact .gform_wrapper form li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.form-contact .gform_wrapper form li.gfield.gfield_error textarea,
#footer-newsletter .gform_wrapper form li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#footer-newsletter .gform_wrapper form li.gfield.gfield_error textarea {
  border-color: #A80000;
}
.form-contact .gform_wrapper form li.gfield.gfield_error .validation_message,
#footer-newsletter .gform_wrapper form li.gfield.gfield_error .validation_message {
  color: #A80000;
  padding-top: 0;
  font-size: 1.6rem;
}
.form-contact .grecaptcha-badge,
#footer-newsletter .grecaptcha-badge {
  display: none;
}

#footer-newsletter .validation_error,
#footer-newsletter .hide_summary {
  display: none;
}
#footer-newsletter .gform_wrapper form {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1499.98px) {
  #footer-newsletter .gform_wrapper form {
    flex-wrap: wrap;
  }
}
#footer-newsletter .gform_wrapper form .validation_error,
#footer-newsletter .gform_wrapper form .hide_summary {
  display: none;
}
#footer-newsletter .gform_wrapper form li.gfield.gfield_error {
  padding-top: 0;
  padding-bottom: 0;
}
#footer-newsletter .gform_wrapper form li.gfield.gfield_error .validation_message,
#footer-newsletter .gform_wrapper form li.gfield.gfield_error label {
  color: #FFF;
  font-weight: bold;
}
#footer-newsletter .gform_wrapper form li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 8px;
}
#footer-newsletter .gform_wrapper form li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}
@media (min-width: 768px) {
  #footer-newsletter .gform_wrapper form .gform_fields {
    display: flex;
    flex-wrap: wrap;
  }
}
#footer-newsletter .gform_wrapper form .gform_fields .gfield {
  flex: 1;
  padding-right: 10px;
}
#footer-newsletter .gform_wrapper form .gform_fields .form-check {
  width: 100%;
  flex-basis: 100%;
  color: #FFF;
  text-align: center;
}
#footer-newsletter .gform_wrapper form .gform_fields .form-check a {
  color: #FFF;
  text-decoration: underline;
  font-weight: bold;
}
#footer-newsletter .gform_wrapper form .gform_fields .form-check .gfield_checkbox {
  text-align: left;
}
#footer-newsletter .gform_wrapper form .gform_fields .form-check .gfield_checkbox li {
  overflow: visible;
}
#footer-newsletter .gform_wrapper form .gform_fields .form-check label {
  display: inline-block;
  white-space: normal;
}
@media (max-width: 991.98px) {
  #footer-newsletter .gform_wrapper form .gform_fields .form-check label {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  #footer-newsletter .gform_wrapper form .gform_footer {
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #footer-newsletter .gform_wrapper form .gform_footer {
    margin: 0;
    padding: 30px 0 10px 0;
    width: auto;
  }
}
.gform_wrapper button.gform_button:focus-visible,
.gform_wrapper input[type=submit]:focus-visible {
  outline: 2px solid #0B3B60 !important;
  outline-offset: 2px !important;
}

#footer-newsletter .gform_wrapper button.gform_button:focus-visible,
#footer-newsletter .gform_wrapper input[type=submit]:focus-visible {
  outline-color: #FFF !important;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label {
  font-weight: normal !important;
}

.page-id-7428 .form-contact .gform-footer.gform_footer.top_label {
  display: flex;
  justify-content: center;
}

/*Heading mixin options*/
/*Heading options*/
.micro-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: -0.0014em;
  line-height: 1;
  text-transform: uppercase;
  display: block;
}

.page-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: -0.2px;
  line-height: 1.1;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
@media (max-width: 991.98px) {
  .page-title {
    font-size: 3.6rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .page-title {
    font-size: 4.5rem;
  }
}
@media (min-width: 1500px) {
  .page-title {
    font-size: 6.5rem;
  }
}

.page-title-thin {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
@media (max-width: 991.98px) {
  .page-title-thin {
    font-size: 3.6rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .page-title-thin {
    font-size: 4.5rem;
  }
}
@media (min-width: 1500px) {
  .page-title-thin {
    font-size: 6.5rem;
  }
}
.page-title-thin span {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  display: block;
}

.page-title-medium {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -2.85px;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
@media (max-width: 991.98px) {
  .page-title-medium {
    font-size: 3.6rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .page-title-medium {
    font-size: 4.5rem;
  }
}
@media (min-width: 1500px) {
  .page-title-medium {
    font-size: 7.5rem;
  }
}

.heading-1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: -0.2px;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
@media (max-width: 991.98px) {
  .heading-1 {
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .heading-1 {
    font-size: 3.8rem;
  }
}
@media (min-width: 1500px) {
  .heading-1 {
    font-size: 5.7rem;
  }
}

.heading-2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: -0.2px;
  line-height: 1.25;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
@media (max-width: 991.98px) {
  .heading-2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .heading-2 {
    font-size: 3.3rem;
  }
}
@media (min-width: 1500px) {
  .heading-2 {
    font-size: 4.1rem;
  }
}

.heading-3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
@media (max-width: 991.98px) {
  .heading-3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .heading-3 {
    font-size: 2.6rem;
  }
}

.heading-4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: -0.002em;
  line-height: 1.25;
  display: block;
  margin: 0;
}
@media (max-width: 991.98px) {
  .heading-4 {
    font-size: 2.1rem;
  }
}
@media (min-width: 992px) {
  .heading-4 {
    font-size: 2.5rem;
  }
}

.heading-5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
@media (max-width: 991.98px) {
  .heading-5 {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .heading-5 {
    font-size: 3.3rem;
  }
}
@media (min-width: 1500px) {
  .heading-5 {
    font-size: 4.1rem;
  }
}

.heading-6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  margin: 0;
}

.heading-7 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-transform: capitalize;
  display: block;
  margin: 0;
}
@media (max-width: 991.98px) {
  .heading-7 {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .heading-7 {
    font-size: 3.3rem;
  }
}
@media (min-width: 1500px) {
  .heading-7 {
    font-size: 4.1rem;
  }
}

.heading-8 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
@media (max-width: 991.98px) {
  .heading-8 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .heading-8 {
    font-size: 2rem;
  }
}

.heading-9 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  display: block;
  margin: 0;
}

/*General unstyled list*/
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*General list with icons before text*/
.list-general .list-item:not(:last-child) {
  margin-bottom: 20px;
}
.list-general .list-link {
  align-items: center;
  display: flex;
}
.list-general .list-link:before {
  margin-right: 20px;
}
.list-general .list-link.icon-email:before {
  background: url("../images/icon-email-dark.svg") center center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 18px;
  width: 27px;
}
.list-general .list-link.icon-phone:before {
  background: url("../images/icon-phone-dark.svg") center center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 26px;
  width: 24px;
}
.list-general .link-default {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-decoration: underline;
}

/*General inline list*/
.list-inline {
  list-style: none;
  padding: 0;
}
@media (min-width: 992px) {
  .list-inline {
    align-items: center;
    display: flex;
    margin: 0 -10px;
  }
}
.list-inline li {
  position: relative;
}
@media (min-width: 992px) {
  .list-inline li {
    margin: 0 10px;
  }
}
@media (min-width: 992px) {
  .list-inline li:not(:last-child):after {
    content: "|";
    display: inline-block;
    position: absolute;
    top: 0;
    right: -14px;
  }
}
@media (max-width: 991.98px) {
  .list-inline.list-bolded a {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 1.6rem;
    letter-spacing: 0.01em;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .list-inline.list-bolded a {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 2rem;
    letter-spacing: 0.01em;
    line-height: 1.25;
  }
}
.list-inline.list-left {
  justify-content: flex-start;
}

/*Inline list with double diagnal separator*/
.list-separator {
  align-items: center;
  display: flex;
  list-style: none;
  padding: 0;
}
@media (max-width: 991.98px) {
  .list-separator {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.7rem;
    letter-spacing: 0.01em;
    line-height: 1.25;
    margin: 20px 0 30px;
  }
}
@media (min-width: 992px) {
  .list-separator {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    letter-spacing: 0.01em;
    line-height: 1.25;
    margin: 50px 0 60px;
  }
}
.list-separator li:not(:last-child):after {
  content: "//";
  display: inline-block;
  margin: 0 15px 0 10px;
}

/*Inline definition list*/
.dl-inline {
  margin-bottom: 30px;
}
.dl-inline dd {
  margin: 0;
  display: inline;
}
.dl-inline dd:after {
  content: "";
  display: table;
}
.dl-inline dt {
  display: inline-block;
  margin: 0 0 4px 0;
}

/*List of social icons*/
.list-social {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  display: flex;
  padding-top: 3px;
}
.list-social .list-item:not(:last-child) {
  margin-right: 15px;
}
.list-social .list-link {
  background: center center/contain no-repeat;
  display: block;
  transition: 0.4s;
}
.list-social .list-link.is-account {
  background-image: url("../images/icon-account.svg");
  height: 25px;
  width: 24px;
}
.list-social .list-link.is-email {
  background-image: url("../images/icon-email-dark.svg");
  height: 19px;
  width: 30px;
}
.list-social .list-link.is-phone {
  background-image: url("../images/icon-phone-dark.svg");
  height: 23px;
  width: 22px;
}
.list-social .list-link:hover {
  opacity: 0.6;
}

.post-nav {
  align-items: center;
  display: flex;
  margin: 0 -10px;
}
.post-nav a.btn.btn-link-arrow, .post-nav a.btn-link-arrow.wp-block-button__link, .post-nav a.btn.btn-link-arrow-white, .post-nav a.wp-block-button__link.btn-link-arrow-white {
  margin: 0 10px;
}

.sponsor-list {
  margin: 0 -20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sponsor-list .list-item {
  margin: 0 20px 20px;
  display: inline-block;
  vertical-align: top;
}

/*Global tab setup*/
.nav-tabs {
  align-items: center;
  border: none;
  margin-bottom: -5px;
}
.nav-tabs > .nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  align-items: center;
  background: none;
  border: solid 5px transparent;
  color: #595959;
  cursor: pointer;
  display: flex;
  margin-bottom: 0;
  position: relative;
  transition: 0.4s;
}
@media (max-width: 991.98px) {
  .nav-tabs > .nav-link {
    padding: 20px 10px;
  }
}
@media (min-width: 992px) {
  .nav-tabs > .nav-link {
    padding: 20px 30px;
  }
}
.nav-tabs > .nav-link:before {
  background: #FFF;
  bottom: -10px;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: 0.4s;
  z-index: 1;
}
.nav-tabs > .nav-link.active {
  border-color: #5FB3E4;
  color: #0B3B60;
}
.nav-tabs > .nav-link.active:before {
  opacity: 1;
}
.nav-tabs > .nav-link:not(.active):hover {
  border-color: transparent;
}
.nav-tabs > .nav-link:hover {
  color: #0B3B60;
}
.nav-tabs .dropdown.show .nav-link {
  color: #595959;
}
.nav-tabs .dropdown.show .dropdown-toggle {
  color: #0B3B60;
}
.nav-tabs .dropdown.show .dropdown-toggle:after {
  transform: rotate(-180deg);
}
.nav-tabs .dropdown-toggle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  align-items: center;
  border: solid 5px transparent;
  color: #595959;
  display: flex;
  padding: 20px;
}
.nav-tabs .dropdown-toggle:after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #B9B9B9;
  content: "";
  height: 0;
  transition: 0.4s;
  width: 0;
}
.nav-tabs .dropdown-toggle:hover {
  color: #0B3B60;
}
.nav-tabs .dropdown-menu {
  border-radius: 0;
  border: none;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  margin: -5px 0 0;
  padding: 10px 0;
}
.nav-tabs .dropdown-menu .dropdown-item {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  border: none;
  color: #595959;
  padding: 10px 20px;
  white-space: nowrap;
}
.nav-tabs .dropdown-menu .dropdown-item.active {
  background: transparent;
  color: #0B3B60;
}
.nav-tabs .dropdown-menu .dropdown-item:hover, .nav-tabs .dropdown-menu .dropdown-item:active {
  background: transparent;
  color: #0B3B60;
}

.tab-pane.active {
  border: solid 5px #5FB3E4;
}

.tab-body {
  /*Body content alignment options*/
}
@media (max-width: 991.98px) {
  .tab-body {
    padding: 20px;
  }
}
@media (max-width: 991.98px) {
  .tab-body .img-offset {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .tab-body.justify-content-start {
    padding: 50px 50px 50px 0;
  }
}
@media (min-width: 1200px) {
  .tab-body.justify-content-start {
    padding: 80px 80px 80px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .tab-body.justify-content-start .img-offset {
    transform: translateX(-40px);
  }
}
@media (min-width: 1200px) {
  .tab-body.justify-content-start .img-offset {
    transform: translateX(-80px);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .tab-body.justify-content-end {
    padding: 50px 0 50px 50px;
  }
}
@media (min-width: 1200px) {
  .tab-body.justify-content-end {
    padding: 80px 0 80px 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .tab-body.justify-content-end .img-offset {
    transform: translateX(40px);
  }
}
@media (min-width: 1200px) {
  .tab-body.justify-content-end .img-offset {
    transform: translateX(80px);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .tab-body.justify-content-center {
    padding: 50px;
  }
}
@media (min-width: 1200px) {
  .tab-body.justify-content-center {
    padding: 80px;
  }
}

/*Tab pagination (mobile)*/
@media (min-width: 992px) {
  .tab-pagination {
    display: none;
  }
}

.event-details a:not(.btn):not(.wp-block-button__link):not(.wp-block-button__link:visited):not(.back-link) {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-decoration: underline;
  color: #0B3B60;
}
.event-details a:not(.btn):not(.wp-block-button__link):not(.wp-block-button__link:visited):not(.back-link):hover {
  color: #5FB3E4;
}
.event-details .btn.btn-plus, .event-details .btn-plus.wp-block-button__link {
  color: #15649B;
}
.event-details table {
  float: none;
}
@media (min-width: 768px) {
  .event-details table td {
    padding: 5px;
  }
}
@media (max-width: 767.98px) {
  .event-details table {
    border: solid 1px #767676;
    display: block;
    height: auto !important;
    width: 100% !important;
  }
  .event-details table tr,
  .event-details table td {
    border: none;
    display: block;
  }
  .event-details table tr {
    padding: 15px 20px;
  }
  .event-details table tr:not(:last-child) {
    border-bottom: solid 1px #767676;
  }
}

/*Layout*/
/*Primary navbar with logo*/
.primary-navbar {
  align-items: center;
  background: #FFF;
  display: flex;
  height: 85px;
  justify-content: space-between;
  padding: 0 25px;
  position: relative;
}
.primary-navbar.is-fixed {
  box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.07), 0px 10px 24.1177px rgba(0, 0, 0, 0.0456112), 0px 5px 10.0172px rgba(0, 0, 0, 0.035), 0px 3px 3.62304px rgba(0, 0, 0, 0.0243888);
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 2000px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

/*Secondary navbar with list aligned right*/
.secondary-navbar {
  align-items: center;
  background: #15649B;
  color: #FFF;
  display: flex;
  min-height: 35px;
  padding: 0 25px;
}
@media (max-width: 991.98px) {
  .secondary-navbar {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .secondary-navbar {
    justify-content: flex-end;
  }
}
.secondary-navbar .nav-item:not(:last-child) .nav-link:after {
  background: #FFF;
  bottom: 10px;
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
}
.secondary-navbar .nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  color: #FFF;
  padding: 5px 10px;
  position: relative;
}
@media (min-width: 375px) and (max-width: 991.98px) {
  .secondary-navbar .nav-link {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0.01em;
    line-height: 1.25;
    padding: 5px 10px;
  }
}
@media (min-width: 992px) {
  .secondary-navbar .nav-link {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.7rem;
    letter-spacing: 0.01em;
    line-height: 1.25;
    padding: 5px 15px;
  }
}
.secondary-navbar .nav-link:hover {
  color: #5FB3E4;
}

/*Site logo*/
.site-logo {
  background: transparent url("../images/logo.svg") center center/contain no-repeat;
  display: block;
  left: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .site-logo {
    height: 29px;
    width: 140px;
  }
}
@media (min-width: 992px) {
  .site-logo {
    height: 58px;
    width: 279px;
  }
}

/*Navigation toggle button*/
.navbar-toggle {
  background: transparent;
  border: none;
  padding: 0;
  position: relative;
}
.navbar-toggle .toggle-icon {
  display: block;
  height: 25px;
  position: relative;
  width: 33px;
}
.navbar-toggle .toggle-icon:before, .navbar-toggle .toggle-icon:after {
  background: #0B3B60;
  border-radius: 3px;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.navbar-toggle .toggle-icon:before {
  top: 0;
}
.navbar-toggle .toggle-icon:after {
  bottom: 0;
}
.navbar-toggle .icon-bar {
  background: #0B3B60;
  border-radius: 3px;
  height: 4px;
  left: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.navbar-toggle:hover .icon-bar {
  left: -5px;
}

.toggle-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  padding-left: 10px;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*Search button*/
.search-btn {
  background: transparent url("../images/icon-search.svg") center center/contain no-repeat;
  border: none;
  height: 50px;
  padding: 0;
  width: 50px;
}
.search-btn:hover {
  background-image: url("../images/icon-search-blue.svg");
}

/*Navigation overlay*/
.nav-overlay {
  background: linear-gradient(90deg, rgb(98, 178, 226) 0%, rgb(27, 101, 155) 100%);
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.4s;
  visibility: hidden;
  z-index: 100;
  /*Overlay close button*/
  /*Back button*/
  /*Search overlay logo*/
  /*Row of logos*/
}
@media (max-width: 991.98px) {
  .nav-overlay {
    padding: 70px 20px 20px;
  }
}
@media (min-width: 992px) {
  .nav-overlay {
    justify-content: center;
    padding: 2% 8%;
  }
}
.nav-overlay.is-navigation {
  transform: translateX(-100%);
}
@media (max-width: 991.98px) {
  .nav-overlay.is-navigation {
    justify-content: flex-start;
  }
}
.nav-overlay.is-search {
  transform: translateX(100%);
}
@media (max-width: 991.98px) {
  .nav-overlay.is-search {
    justify-content: space-between;
  }
}
.nav-overlay.is-active {
  transform: translateX(0%);
  visibility: visible;
}
.nav-overlay .overlay-menu {
  position: relative;
}
@media (max-width: 991.98px) {
  .nav-overlay .overlay-menu {
    border-bottom: solid 2px #FFF;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .nav-overlay .overlay-menu {
    border-right: solid 4px #FFF;
  }
}
.nav-overlay .btn-close {
  background: transparent;
  border: none;
  position: absolute;
}
@media (max-width: 991.98px) {
  .nav-overlay .btn-close {
    height: 25px;
    left: 20px;
    top: 20px;
    width: 25px;
  }
}
@media (min-width: 992px) {
  .nav-overlay .btn-close {
    height: 35px;
    left: 50px;
    top: 50px;
    width: 35px;
  }
}
.nav-overlay .btn-close:before, .nav-overlay .btn-close:after {
  background: #FFF;
  border-radius: 2px;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 50%;
  transition: 0.4s;
  width: 100%;
}
.nav-overlay .btn-close:before {
  transform: rotate(45deg);
}
.nav-overlay .btn-close:after {
  transform: rotate(-45deg);
}
.nav-overlay .btn-close:hover:before, .nav-overlay .btn-close:hover:after {
  background: #15649B;
}
.nav-overlay .btn-back {
  align-items: center;
  background: transparent;
  border: none;
  color: #FFF;
  display: flex;
  margin: 0 0 10px;
  padding: 0;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .nav-overlay .btn-back {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
    letter-spacing: 0.01em;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .nav-overlay .btn-back {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.25;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .nav-overlay .btn-back {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (min-width: 1500px) {
  .nav-overlay .btn-back {
    font-size: 2.9rem;
  }
}
.nav-overlay .btn-back:before {
  background: url("../images/icon-arrow-white.svg") center center/contain no-repeat;
  content: "";
  display: inline-block;
  transform: rotate(180deg);
}
@media (max-width: 991.98px) {
  .nav-overlay .btn-back:before {
    height: 25px;
    margin-right: 10px;
    width: 25px;
  }
}
@media (min-width: 992px) {
  .nav-overlay .btn-back:before {
    height: 50px;
    margin-right: 20px;
    width: 50px;
  }
}
@media (min-width: 992px) {
  .nav-overlay .overlay-logo {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .nav-overlay .logo-row .col:nth-child(3) {
    display: none;
  }
}

/*Primary navigation*/
.nav-primary {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-direction: column;
  transform: translateX(0);
  transition: 0.4s;
  /*Used to collapse menu when submen opens*/
}
@media (max-width: 991.98px) {
  .nav-primary {
    width: 100%;
  }
}
@media (min-width: 1500px) {
  .nav-primary {
    padding: 30px 0;
  }
}
.nav-primary.collapsed {
  transform: translateX(-200%);
}
.nav-primary .nav-item {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  /*Used when item has submenu*/
}
@media (max-width: 991.98px) {
  .nav-primary .nav-item {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .nav-primary .nav-item {
    font-size: 2.9rem;
  }
}
@media (min-width: 1500px) {
  .nav-primary .nav-item {
    font-size: 4.5rem;
  }
}
.nav-primary .nav-item.submenu .nav-link:before, .nav-primary .nav-item.submenu .nav-link:after {
  background: #FFF;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .nav-primary .nav-item.submenu .nav-link:before, .nav-primary .nav-item.submenu .nav-link:after {
    height: 4px;
    right: 0;
    width: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .nav-primary .nav-item.submenu .nav-link:before, .nav-primary .nav-item.submenu .nav-link:after {
    height: 4px;
    right: 20px;
    width: 26px;
  }
}
@media (min-width: 1500px) {
  .nav-primary .nav-item.submenu .nav-link:before, .nav-primary .nav-item.submenu .nav-link:after {
    height: 5px;
    right: 30px;
    width: 32px;
  }
}
.nav-primary .nav-item.submenu .nav-link:after {
  transform: translateY(-50%) rotate(-90deg);
}
@media (min-width: 992px) {
  .nav-primary .nav-item.submenu .nav-link:hover:before, .nav-primary .nav-item.submenu .nav-link:hover:after {
    background: #5FB3E4;
  }
}
.nav-primary .nav-link {
  color: #FFF;
  position: relative;
}
@media (max-width: 991.98px) {
  .nav-primary .nav-link {
    padding: 3px 35px 3px 0;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .nav-primary .nav-link {
    padding: 10px 70px 10px 30px;
  }
}
@media (min-width: 1500px) {
  .nav-primary .nav-link {
    padding: 15px 100px 15px 30px;
  }
}
@media (min-width: 992px) {
  .nav-primary .nav-link:hover {
    background: #FFF;
    color: #5FB3E4;
  }
}

/*Overlay submenu*/
.overlay-submenu {
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-200%);
  transition: 0.4s;
  /*Active setup*/
}
.overlay-submenu a {
  color: #FFF;
  display: block;
  padding: 15px 0;
}
.overlay-submenu.is-open {
  transform: translateX(0);
}
.overlay-submenu .submenu-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.1;
}
@media (max-width: 991.98px) {
  .overlay-submenu .submenu-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .overlay-submenu .submenu-title {
    font-size: 3.6rem;
  }
}
@media (min-width: 1500px) {
  .overlay-submenu .submenu-title {
    font-size: 5.2rem;
  }
}

/*Submenu navigation*/
.nav-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-submenu .submenu-item {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.25;
  color: #FFF;
}
@media (max-width: 991.98px) {
  .nav-submenu .submenu-item {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .nav-submenu .submenu-item {
    font-size: 2.5rem;
  }
}
@media (min-width: 1500px) {
  .nav-submenu .submenu-item {
    font-size: 3.6rem;
  }
}
.nav-submenu .submenu-link {
  padding: 10px 0;
}

/*Overlay sidebar panel*/
.overlay-sidebar {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
}
@media (max-width: 1199.98px) {
  .overlay-sidebar {
    padding-top: 20px;
  }
}

/*Site footer*/
.site-footer {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  background: url("../images/footer-bg.svg") center center/cover no-repeat;
  background-color: #075F31;
  color: #FFF;
}
@media (max-width: 1199.98px) {
  .site-footer {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    padding-top: 40px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .site-footer {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

/*Footer row*/
.footer-row {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .footer-row {
    flex-direction: column;
  }
}
.footer-row:not(:last-child) {
  margin-bottom: 30px;
}

/*Footer logo*/
.footer-logo {
  background: url("../images/logo-white.svg") center center/contain no-repeat;
}
@media (max-width: 1199.98px) {
  .footer-logo {
    height: 62px;
    margin: 0 auto 20px;
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .footer-logo {
    height: 95px;
    margin-right: 50px;
    width: 460px;
  }
}

/*Footer list*/
.footer-list {
  display: flex;
  list-style: none;
  margin: 0 -15px;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .footer-list {
    justify-content: center;
  }
}
.footer-list.is-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.footer-list.is-details {
  position: relative;
}
@media (min-width: 1200px) {
  .footer-list.is-details {
    margin-right: 20px;
  }
  .footer-list.is-details:after {
    content: "";
    display: block;
    width: 1px;
    background: #FFF;
    top: 4px;
    bottom: 4px;
    position: absolute;
    right: 0;
  }
}
.footer-list li:not(:last-child) a:after {
  content: "";
  display: block;
  width: 1px;
  background: #FFF;
  top: 2px;
  bottom: 2px;
  position: absolute;
  right: 0;
}
.footer-list a {
  color: #FFF;
  padding: 0 15px;
  position: relative;
  text-decoration: underline;
}
.footer-list a:hover {
  color: #0B3B60;
}

.footer-bottom a {
  color: #FFF;
  text-decoration: underline;
}
.footer-bottom a:hover {
  color: #0B3B60;
}

.location-map {
  height: 325px;
  margin-bottom: 30px;
  width: 100%;
}

.sidebar-section:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .sidebar-section.align-center {
    align-items: center;
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .sidebar-section.align-center p {
    margin: 20px 0 0;
  }
}
@media (min-width: 992px) {
  .sidebar-section.align-center p {
    margin: 0 0 0 20px;
  }
}

.link-directions {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  align-items: center;
  display: inline-flex;
  margin-top: 10px;
}
.link-directions:hover {
  color: #7FBC42;
}
.link-directions:before {
  background: url("../images/icon-location.svg") center center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 8px;
  width: 12px;
}
.link-directions.link-icon-blue:before {
  background-image: url("../images/icon-location-blue.svg");
}

.social {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: baseline;
  display: flex;
  margin: 15px -15px 0;
}
.social .list-item {
  background: center center/contain no-repeat;
  margin: 0 15px;
}
.social .list-item.is-facebook {
  background-image: url("../images/social/icon-facebook.svg");
  height: 33px;
  width: 16px;
}
.social .list-item.is-twitter {
  background-image: url("../images/social/icon-twitter.svg");
  height: 28px;
  width: 35px;
}
.social .list-item.is-linkedin {
  background-image: url("../images/social/icon-linkedin.svg");
  height: 33px;
  width: 33px;
}
.social .list-item.is-email {
  background-image: url("../images/social/icon-email.svg");
  height: 25px;
  width: 40px;
}
.social .list-item.is-something {
  background-image: url("../images/social/icon-something.svg");
  height: 38px;
  width: 35px;
}
.social .list-link {
  display: block;
  height: 100%;
  width: 100%;
}

.addtoany_list a {
  margin: 15px 10px 0;
}
.addtoany_list a:first-child {
  margin-left: 0;
}
.addtoany_list a:last-child {
  margin-right: 0;
}

.a2a_button_facebook img {
  height: 33px;
  width: 16px;
}

.a2a_button_twitter img {
  height: 33px;
  width: 36px;
}

.a2a_button_linkedin img {
  height: 33px;
  width: 33px;
}

.a2a_button_email img {
  height: 25px;
  width: 40px;
}

/*Hero sidebar*/
.sidebar-event {
  background: #FFF;
  border: solid 1px #15649B;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .sidebar-event {
    margin: 20px;
    padding: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1649.98px) {
  .sidebar-event {
    margin-bottom: -60px;
    padding: 30px;
  }
}
@media (min-width: 1650px) {
  .sidebar-event {
    margin-bottom: -80px;
    padding: 40px;
  }
}
.sidebar-event .event-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: block;
  letter-spacing: 0.01em;
  line-height: 1.25;
  color: #8A2433;
}
@media (max-width: 991.98px) {
  .sidebar-event .event-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .sidebar-event .event-title {
    font-size: 2rem;
  }
}
@media (min-width: 1500px) {
  .sidebar-event .event-title {
    font-size: 2.3rem;
  }
}
.sidebar-event .event-time {
  align-items: center;
  display: flex;
  margin-bottom: 30px;
  padding-left: 50px;
  position: relative;
}
.sidebar-event .event-time:before {
  background: url("../images/icon-time.svg") center center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 40px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}
.sidebar-event .time-col {
  padding: 0 10px;
}
.sidebar-event .time-col .event-title {
  color: #15649B;
}
.sidebar-event .event-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  display: block;
}
.sidebar-event .btn.btn-plus, .sidebar-event .btn-plus.wp-block-button__link {
  color: #8A2433;
}
.sidebar-event .event-footer {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

.badge-row {
  align-items: center;
  display: inline-flex;
  justify-content: space-between;
}
.badge-row .badge {
  background: center center/contain no-repeat;
  height: 49px;
  width: 230px;
}
.badge-row .badge.badge-gold {
  background-image: url("../images/badge-gold.svg");
}
.badge-row .badge.badge-silver {
  background-image: url("../images/badge-silver.svg");
}
.badge-row .badge.badge-new {
  background-image: url("../images/badge-new.svg");
}

.badge-item {
  display: flex;
}
.badge-item:not(:last-child) {
  margin-bottom: 20px;
}
.badge-item:before {
  background: center center/contain no-repeat;
  content: "";
  display: inline-block;
  margin-right: 20px;
}
.badge-item.is-champion:before {
  background-image: url("../images/badge-champion.svg");
  height: 49px;
  width: 49px;
}
.badge-item.is-supporter:before {
  background-image: url("../images/badge-supporter.svg");
  height: 49px;
  width: 49px;
}
.badge-item.is-new:before {
  background-image: url("../images/badge-newly-elected.svg");
  height: 39px;
  width: 85px;
}

/*Blocks*/
/*Hero block with content overlay*/
.image-block {
  display: block;
  position: relative;
  /*Image container*/
  /*Display as overlay on desktop only*/
  /*Back button*/
  /*Event header*/
}
.image-block .bg-img {
  display: block;
  overflow: hidden;
  /*Adds overlay color*/
  /*Overlay color options*/
}
.image-block .bg-img img {
  height: auto;
  width: 100%;
}
.image-block .bg-img.has-overlay:before {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@supports (mix-blend-mode: multiply) {
  .image-block .bg-img.has-overlay:before {
    mix-blend-mode: multiply;
    -webkit-mix-blend-mode: multiply;
    -ms-mix-blend-mode: multiply;
    -o-mix-blend-mode: multiply;
    -moz-mix-blend-mode: multiply;
  }
}
@media all and (-ms-high-contrast: none) {
  .image-block .bg-img.has-overlay:before {
    opacity: 0.7;
  }
}
.image-block .bg-img.overlay-blue:before {
  background: linear-gradient(90deg, rgb(30, 139, 198) 0%, rgb(2, 74, 128) 100%);
}
.image-block .bg-img.overlay-red:before {
  background: linear-gradient(90deg, rgb(207, 90, 88) 0%, rgb(162, 9, 35) 100%);
}
.image-block .bg-img.overlay-green:before {
  background: linear-gradient(90deg, rgb(127, 188, 66) 0%, rgb(0, 133, 68) 100%);
}
.image-block .bg-img.overlay-yellow:before {
  background: linear-gradient(90deg, rgb(242, 190, 83) 0%, rgb(236, 148, 36) 100%);
}
.image-block .img-overlay {
  position: absolute;
  z-index: 10;
  /*Horizontal alignment options*/
  /*Vertical alignment options*/
  /*Combined aligment options*/
  /*Event sidebar*/
}
@media (max-width: 991.98px) {
  .image-block .img-overlay:not(.is-sidebar) {
    top: 50%;
  }
}
@media (min-width: 992px) {
  .image-block .img-overlay:not(.is-sidebar) {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .image-block .img-overlay.narrow-overlay:not(.is-sidebar) {
    width: 33%;
  }
}
.image-block .img-overlay.z-15 {
  z-index: 15;
}
@media (max-width: 991.98px) {
  .image-block .img-overlay.align-h-right {
    left: 25px;
    right: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .image-block .img-overlay.align-h-right {
    right: 100px;
  }
}
@media (min-width: 1500px) {
  .image-block .img-overlay.align-h-right {
    right: 175px;
  }
}
@media (max-width: 991.98px) {
  .image-block .img-overlay.align-h-left {
    left: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .image-block .img-overlay.align-h-left {
    left: 100px;
  }
}
@media (min-width: 1500px) {
  .image-block .img-overlay.align-h-left {
    left: 175px;
  }
}
@media (min-width: 992px) {
  .image-block .img-overlay.align-v-top {
    top: 40px;
  }
}
@media (max-width: 575.98px) {
  .image-block .img-overlay.align-v-bottom {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .image-block .img-overlay.align-v-bottom {
    bottom: 40px;
  }
}
.image-block .img-overlay.align-v-center {
  top: 50%;
  transform: translateY(-50%);
}
.image-block .img-overlay.align-center {
  left: 20px;
  margin: 0 auto;
  right: 20px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199.98px) {
  .image-block .img-overlay.is-sidebar {
    bottom: auto;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
  }
}
@media (min-width: 1200px) {
  .image-block .img-overlay.is-sidebar {
    bottom: 0;
  }
}
@media (max-width: 1199.98px) {
  .image-block .img-overlay.is-events {
    top: 10%;
  }
}
@media (min-width: 992px) {
  .image-block.has-logo:before {
    background: url("../images/icon-logo.svg") left center/contain no-repeat;
    bottom: -20px;
    content: "";
    display: block;
    left: 7%;
    position: absolute;
    right: 0;
    top: -20px;
  }
}
.image-block .back-btn {
  left: 20px;
  position: absolute;
  top: 20px;
  z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1649.98px) {
  .image-block.is-event {
    margin-bottom: 60px;
  }
}
@media (min-width: 1650px) {
  .image-block.is-event {
    margin-bottom: 80px;
  }
}

@media (max-width: 991.98px) {
  .blockquote-block .img-v-offset {
    margin-bottom: -30px;
    margin-top: -30px;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .blockquote-block .img-v-offset {
    margin-bottom: -50px;
    margin-top: -50px;
  }
}
@media (min-width: 1500px) {
  .blockquote-block .img-v-offset {
    margin-bottom: -75px;
    margin-top: -75px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .blockquote-block .row {
    align-items: center;
  }
}

/*Equal height image grid*/
.image-grid {
  /*Position content over top of image*/
}
@media (min-width: 992px) {
  .image-grid {
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .image-grid .image-column:first-child {
    border-bottom: solid 5px #FFF;
  }
}
@media (min-width: 992px) {
  .image-grid .image-column:first-child {
    border-right: solid 5px #FFF;
  }
}
@media (min-width: 992px) {
  .image-grid .image-column:last-child {
    border-left: solid 5px #FFF;
  }
}
.image-grid .grid-img {
  height: auto;
  width: 100%;
}
.image-grid .img-overlay {
  color: #FFF;
  left: 20px;
  margin-top: -10px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  /*Adds arrow icon on hover*/
}
@media (min-width: 992px) {
  .image-grid .img-overlay:after {
    background: url("../images/icon-arrow-white.svg") center center/contain no-repeat;
    content: "";
    display: block;
    margin: 10px auto;
    opacity: 0;
    transition: 0.4s;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .image-grid .img-overlay:after {
    height: 50px;
    width: 50px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .image-grid .img-overlay:after {
    height: 70px;
    width: 70px;
  }
}
.image-grid .micro-title {
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
}
@media (max-width: 991.98px) {
  .image-grid .micro-title {
    display: none;
  }
}
.image-grid .image-container {
  position: relative;
  /*Adds colored overlay on hover*/
  /*Overlay color options*/
}
@media (max-width: 991.98px) {
  .image-grid .image-container {
    display: block;
  }
}
@media (min-width: 992px) {
  .image-grid .image-container {
    display: flex;
  }
}
.image-grid .image-container:first-child {
  border-bottom: solid 5px #FFF;
}
.image-grid .image-container:last-child {
  border-top: solid 5px #FFF;
}
@media (min-width: 992px) {
  .image-grid .image-container:before {
    background: center center/cover no-repeat;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.4s;
    visibility: hidden;
  }
}
.image-grid .image-container .grid-img.hover-image {
  display: none;
}
.image-grid .image-container.is-blue:before {
  background-image: url("../images/overlay-bg-blue.svg");
}
.image-grid .image-container.is-orange:before, .image-grid .image-container.is-yellow:before {
  background-image: url("../images/overlay-bg-orange.svg");
}
.image-grid .image-container.is-red:before {
  background-image: url("../images/overlay-bg-red.svg");
}
.image-grid .image-container.is-green:before {
  background-image: url("../images/overlay-bg-green.svg");
}
@media (min-width: 992px) {
  .image-grid .image-container:hover .img-overlay .micro-title {
    opacity: 1;
    visibility: visible;
  }
  .image-grid .image-container:hover .img-overlay:after {
    opacity: 1;
    visibility: visible;
  }
  .image-grid .image-container:hover .grid-img {
    display: none;
  }
  .image-grid .image-container:hover .grid-img.hover-image {
    display: block;
  }
  .image-grid .image-container:hover:before {
    opacity: 0.9;
    visibility: visible;
  }
}

.map-block {
  width: 100%;
  min-height: 500px;
  position: relative;
}

#map {
  width: 100%;
  height: 100%;
  position: absolute;
}

/*Map overlay*/
.map-overlay {
  background-color: rgba(11, 59, 96, 0.8);
  color: #FFF;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
}
.map-overlay.overlay-blue {
  background-color: rgba(21, 100, 155, 0.8);
}
.map-overlay.overlay-yellow, .map-overlay.overlay-orange {
  background-color: rgba(234, 151, 41, 0.8);
}
.map-overlay.overlay-green {
  background-color: rgba(80, 142, 0, 0.85);
}
.map-overlay.overlay-red {
  background-color: rgba(188, 65, 68, 0.8);
}
.map-overlay .container-full,
.map-overlay .row {
  height: 100%;
}
.map-overlay .map-panel {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 20px;
}
@media (min-width: 992px) {
  .map-overlay .map-panel:nth-child(-n+2) {
    border-bottom: solid 1px #FFF;
  }
  .map-overlay .map-panel:nth-child(odd) {
    border-left: solid 1px #FFF;
    border-right: solid 1px #FFF;
  }
}
.map-overlay .side-copy {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .map-overlay .side-copy {
    padding: 30px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .map-overlay .side-copy {
    padding: 50px;
  }
}
@media (min-width: 1500px) {
  .map-overlay .side-copy {
    padding: 80px;
  }
}

/*Sliding map panel*/
.slide-panel {
  align-items: center;
  background-color: #0B3B60;
  display: flex;
  height: 100%;
  left: -100%;
  opacity: 0;
  overflow: auto;
  position: absolute;
  top: 0;
  transition: 0.4s;
  width: 100%;
}
@media (max-width: 991.98px) {
  .slide-panel {
    padding: 30px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .slide-panel {
    padding: 50px;
  }
}
@media (min-width: 1500px) {
  .slide-panel {
    padding: 80px;
  }
}
.slide-panel.active {
  left: 0;
  opacity: 1;
}
.slide-panel .panel-contents {
  display: none;
}
.slide-panel .panel-contents.active {
  display: block;
}
.slide-panel .panel-contents a {
  color: #FFF;
  text-decoration: underline;
}
.slide-panel .panel-close:hover {
  color: #5FB3E4;
}
.slide-panel .panel-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.block-cta {
  align-items: center;
  background: #5FB3E4;
  display: flex;
  justify-content: center;
  padding: 20px;
}
@media (max-width: 767.98px) {
  .block-cta {
    flex-direction: column;
    text-align: center;
  }
}
.block-cta .block-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  color: #FFF;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .block-cta .block-title {
    margin-bottom: 20px;
  }
}
.block-cta .btn-link-arrow, .block-cta .btn.btn-link-arrow-white, .block-cta .btn-link-arrow-white.wp-block-button__link {
  margin: 0;
  margin-left: 20px;
}

.custom-table thead {
  background-color: #0B3B60;
  color: #FFF;
}
.custom-table thead tr th:first-child {
  border-left-color: #0B3B60;
}
.custom-table thead tr th:last-child {
  border-right-color: #0B3B60;
}
.custom-table tbody tr:nth-child(even) {
  background-color: rgba(95, 179, 228, 0.15);
}
.custom-table tbody td {
  border: 2px solid #123353;
}
.custom-table a {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-decoration: underline;
  color: #0B3B60;
}
.custom-table a:hover {
  color: #5FB3E4;
}
