@charset "UTF-8";
/*!
 * Bootstrap Utils 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 {
  scroll-behavior: smooth;
}
.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
[data-tippy-root] {
  pointer-events: auto !important;
}
*:focus-visible {
  outline: 2px solid #193c61 !important;
}
footer *:focus-visible {
  outline: 2px solid #e42313 !important;
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #878787;
  --gray-dark: #343a40;
  --primary: #193c61;
  --secondary: #ededed;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #fff;
  --dark: #000;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1480px;
  --font-family-sans-serif: "Montserrat", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
a:hover {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.3;
}
h1, .h1 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 2.4285714286rem;
  }
}
h2, .h2 {
  font-size: 1.5714285714rem;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 1.8571428571rem;
  }
}
h3, .h3 {
  font-size: 1.2857142857rem;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 1.4285714286rem;
  }
}
h4, .h4 {
  font-size: 1.1428571429rem;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 1.2857142857rem;
  }
}
h5, .h5 {
  font-size: 1.1428571429rem;
}
@media (min-width: 768px) {
  h5, .h5 {
    font-size: 1.1428571429rem;
  }
}
h6, .h6 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  h6, .h6 {
    font-size: 1rem;
  }
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.3;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.3;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.3;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.3;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small, .small {
  font-size: 80%;
  font-weight: 400;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.list-mr {
  padding: 0;
  list-style-type: none;
}
.list-mr li {
  padding-left: 2rem;
  position: relative;
  margin-bottom: 1em;
}
.list-mr li:before {
  position: absolute;
  display: block;
  content: "";
  width: 1.6em;
  height: 1.6em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cpolygon points='76.547 45.602 140.946 110 76.547 174.398 87.154 185.006 162.159 110 87.154 34.995 76.547 45.602'/%3E%3C/svg%3E%0A");
}
.list-mr li:before {
  left: 0;
  top: 0;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 20px;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #878787;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #c6c6c6;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 10px;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #878787;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.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;
  }
}
@media (min-width: 1480px) {
  .container {
    max-width: 1400px;
  }
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1480px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1400px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: NaN;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 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: 1480px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 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%;
  }
}
.table {
  width: 100%;
  margin-bottom: 20px;
  color: #000;
}
.table th, .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #c6c6c6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #c6c6c6;
}
.table tbody + tbody {
  border-top: 2px solid #c6c6c6;
}
.table-sm th, .table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #c6c6c6;
}
.table-bordered th, .table-bordered td {
  border: 1px solid #c6c6c6;
}
.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: #000;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary, .table-primary > th, .table-primary > td {
  background-color: #bfc8d3;
}
.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
  border-color: #879aad;
}
.table-hover .table-primary:hover {
  background-color: #b0bbc9;
}
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #b0bbc9;
}
.table-secondary, .table-secondary > th, .table-secondary > td {
  background-color: #fafafa;
}
.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
  border-color: #f6f6f6;
}
.table-hover .table-secondary:hover {
  background-color: #ededed;
}
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #ededed;
}
.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: white;
}
.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
  border-color: white;
}
.table-hover .table-light:hover {
  background-color: #f2f2f2;
}
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #f2f2f2;
}
.table-dark, .table-dark > th, .table-dark > td {
  background-color: #b8b8b8;
}
.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
  border-color: #7a7a7a;
}
.table-hover .table-dark:hover {
  background-color: #ababab;
}
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #ababab;
}
.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: #706f6f;
  background-color: #dadada;
  border-color: #c6c6c6;
}
.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;
  }
}
@media (max-width: 1479.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.7em + 8px);
  padding: 3px 7px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #b2b2b2;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #337bc6;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(25, 60, 97, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #706f6f;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #706f6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #706f6f;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #706f6f;
  opacity: 1;
}
.form-control::placeholder {
  color: #706f6f;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #dadada;
  opacity: 1;
}
input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.form-control:focus::-ms-value {
  color: #000;
  background-color: #fff;
}
.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.7;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.5rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 3px 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col, .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #878787;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
}
.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.7em + 6px);
  background-image: "data:image/svg+xml,url%28\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e\"%29";
  background-repeat: no-repeat;
  background-position: right calc(0.425em + 1.5px) center;
  background-size: calc(0.85em + 3px) calc(0.85em + 3px);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.7em + 6px);
  background-position: top calc(0.425em + 1.5px) right calc(0.425em + 1.5px);
}
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + calc((2 * 3px * .75) + 7px + 1rem));
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220' fill='%23706f6f'%3e%3cpolygon points='110 137.244 45.602 72.845 34.996 83.453 110 158.457 185.004 83.453 174.398 72.845 110 137.244'/%3e%3c/svg%3e") no-repeat right 7px center / 14px 14px, "data:image/svg+xml,url%28\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e\"%29" #fff no-repeat center right calc((7px + 1rem)) / calc(0.85em + 3px) calc(0.85em + 3px);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e42313;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #fff;
  background-color: rgba(228, 35, 19, 0.9);
}
.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #e42313;
  padding-right: calc(1.7em + 6px);
  background-image: "data:image/svg+xml,url%28\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e42313' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e42313' stroke='none'/%3e%3c/svg%3e\"%29";
  background-repeat: no-repeat;
  background-position: right calc(0.425em + 1.5px) center;
  background-size: calc(0.85em + 3px) calc(0.85em + 3px);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #e42313;
  box-shadow: 0 0 0 0 rgba(228, 35, 19, 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.7em + 6px);
  background-position: top calc(0.425em + 1.5px) right calc(0.425em + 1.5px);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #e42313;
  padding-right: calc(0.75em + calc((2 * 3px * .75) + 7px + 1rem));
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220' fill='%23706f6f'%3e%3cpolygon points='110 137.244 45.602 72.845 34.996 83.453 110 158.457 185.004 83.453 174.398 72.845 110 137.244'/%3e%3c/svg%3e") no-repeat right 7px center / 14px 14px, "data:image/svg+xml,url%28\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e42313' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e42313' stroke='none'/%3e%3c/svg%3e\"%29" #fff no-repeat center right calc((7px + 1rem)) / calc(0.85em + 3px) calc(0.85em + 3px);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #e42313;
  box-shadow: 0 0 0 0 rgba(228, 35, 19, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e42313;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #e42313;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #e42313;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ef493b;
  background-color: #ef493b;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(228, 35, 19, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e42313;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e42313;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e42313;
  box-shadow: 0 0 0 0 rgba(228, 35, 19, 0.25);
}
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group, .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 800;
  color: #000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.7;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #000;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(25, 60, 97, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #193c61;
  border-color: #193c61;
}
.btn-primary:hover {
  color: #fff;
  background-color: #112943;
  border-color: #0f2338;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #112943;
  border-color: #0f2338;
  box-shadow: 0 0 0 0 rgba(60, 89, 121, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #193c61;
  border-color: #193c61;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0f2338;
  border-color: #0c1d2e;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(60, 89, 121, 0.5);
}
.btn-secondary {
  color: #000;
  background-color: #ededed;
  border-color: #ededed;
}
.btn-secondary:hover {
  color: #000;
  background-color: #dadada;
  border-color: #d4d4d4;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #000;
  background-color: #dadada;
  border-color: #d4d4d4;
  box-shadow: 0 0 0 0 rgba(201, 201, 201, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #000;
  background-color: #ededed;
  border-color: #ededed;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #000;
  background-color: #d4d4d4;
  border-color: #cdcdcd;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(201, 201, 201, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #000;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0 rgba(217, 164, 6, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(217, 164, 6, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-light:hover {
  color: #000;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-light:focus, .btn-light.focus {
  color: #000;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0 rgba(217, 217, 217, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(217, 217, 217, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-dark:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
}
.btn-outline-primary {
  color: #193c61;
  border-color: #193c61;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #193c61;
  border-color: #193c61;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(25, 60, 97, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #193c61;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #193c61;
  border-color: #193c61;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(25, 60, 97, 0.5);
}
.btn-outline-secondary {
  color: #ededed;
  border-color: #ededed;
}
.btn-outline-secondary:hover {
  color: #000;
  background-color: #ededed;
  border-color: #ededed;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(237, 237, 237, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #ededed;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #000;
  background-color: #ededed;
  border-color: #ededed;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(237, 237, 237, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #fff;
  border-color: #fff;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-dark {
  color: #000;
  border-color: #000;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #000;
  text-decoration: underline;
}
.btn-link:hover {
  color: #193c61;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #878787;
  pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}
.btn-cta {
  font-weight: 800;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #e42313;
  position: relative;
  display: inline-table;
  margin: 3px;
  /*font-size: rem-calc(20pt);*/
  border-color: #fff;
  border-style: solid;
  box-shadow: 0 0 0 3px #fff;
  border-width: 0;
  /*&:before {
    content:'';
    display:block;
    display: inline-block;
    box-shadow: 0 0 0 3px #fff;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
  }
  */
}
.btn-cta:before {
  content: "";
  display: block;
  display: inline-block;
  box-shadow: 0 0 0 0 #e42313;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  transition: all 0.2s;
}
.btn-cta:hover:before {
  box-shadow: 0 0 0 4px #e42313;
}
.btn-cta:focus, .btn-cta.focus {
  text-decoration: none;
}
.btn-cta:disabled, .btn-cta.disabled {
  color: #878787;
  pointer-events: none;
}
.btn-cta:active, .btn-cta.active {
  text-decoration: none;
}
.composite-btn-cta:hover .btn-cta:before {
  box-shadow: 0 0 0 4px #e42313;
}
.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, .dd-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after, .dd-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: top;
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cpolygon points='110 137.244 45.602 72.845 34.996 83.453 110 158.457 185.004 83.453 174.398 72.845 110 137.244'/%3E%3C/svg%3E%0A");
}
.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: #000;
  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: 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: 1480px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-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: 10px 0;
  overflow: hidden;
  border-top: 1px solid #dadada;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #ededed;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #193c61;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #878787;
  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: #878787;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group-prepend, .input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 3px 7px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #dadada;
  border: 1px solid #b2b2b2;
}
.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: calc(7px + 1rem);
}
.custom-control {
  position: relative;
  display: block;
  min-height: 23.8px;
  padding-left: 33px;
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 28px;
  height: 25.9px;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #193c61;
  background-color: #193c61;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0 rgba(25, 60, 97, 0.25);
  box-shadow: 0 0 0 0 rgba(25, 60, 97, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #337bc6;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #5895d4;
  border-color: #5895d4;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #878787;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #dadada;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: -2.1px;
  left: -33px;
  display: block;
  width: 28px;
  height: 28px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #9d9d9c solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: -2.1px;
  left: -33px;
  display: block;
  width: 28px;
  height: 28px;
  content: "";
  background: no-repeat 50% / 50% 50%;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: "data:image/svg+xml,url%28\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e\"%29";
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #193c61;
  background-color: #193c61;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: "data:image/svg+xml,url%28\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e\"%29";
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(25, 60, 97, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(25, 60, 97, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e";
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(25, 60, 97, 0.5);
}
.custom-switch {
  padding-left: 105px;
}
.custom-switch .custom-control-label::before {
  left: -105px;
  width: 100px;
  pointer-events: all;
  border-radius: 14px;
}
.custom-switch .custom-control-label::after {
  top: -0.1px;
  left: -103px;
  width: 24px;
  height: 24px;
  background-color: #9d9d9c;
  border-radius: 14px;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(72px);
  -ms-transform: translateX(72px);
  transform: translateX(72px);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(25, 60, 97, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.7em + 8px);
  padding: 3px calc(7px + 1rem) 3px 7px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220' fill='%23706f6f'%3e%3cpolygon points='110 137.244 45.602 72.845 34.996 83.453 110 158.457 185.004 83.453 174.398 72.845 110 137.244'/%3e%3c/svg%3e") no-repeat right 7px center / 14px 14px;
  border: 1px solid #b2b2b2;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #337bc6;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(25, 60, 97, 0.25);
  box-shadow: 0 0 0 0 rgba(25, 60, 97, 0.25);
}
.custom-select:focus::-ms-value {
  color: #000;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 7px;
  background-image: none;
}
.custom-select:disabled {
  color: #878787;
  background-color: #dadada;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.5rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.7em + 8px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.7em + 8px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #337bc6;
  -webkit-box-shadow: 0 0 0 0 rgba(25, 60, 97, 0.25);
  box-shadow: 0 0 0 0 rgba(25, 60, 97, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #dadada;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.7em + 8px);
  padding: 3px 7px;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
  background-color: #fff;
  border: 1px solid #b2b2b2;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.7em + 6px);
  padding: 3px 7px;
  line-height: 1.7;
  color: #000;
  content: "Browse";
  background-color: #dadada;
  border-left: inherit;
}
.custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(25, 60, 97, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(25, 60, 97, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(25, 60, 97, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(25, 60, 97, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #193c61;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #5895d4;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #c6c6c6;
  border-color: transparent;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #193c61;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #5895d4;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #c6c6c6;
  border-color: transparent;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #193c61;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #5895d4;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #c6c6c6;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #c6c6c6;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #9d9d9c;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #9d9d9c;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #9d9d9c;
}
.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #878787;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #f6f6f6;
  margin-left: -1px;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
  padding: 1px;
  margin-right: -1px;
}
.nav-tabs .nav-link {
  transition: background-color 0.3s;
  background-color: #ededed;
  border: 1px solid transparent;
  color: #000;
  font-weight: 800;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  background-color: #f6f6f6;
}
.nav-tabs .nav-link.disabled {
  color: #878787;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background-color: #e42313;
}
.nav-tabs.tabs-red .nav-link.active, .nav-tabs.tabs-red .nav-item.show .nav-link {
  color: #fff;
  background-color: #e42313;
}
.nav-tabs.tabs-blue .nav-link.active, .nav-tabs.tabs-blue .nav-item.show .nav-link {
  color: #fff;
  background-color: #193c61;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #193c61;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl, .navbar .container-xxl, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: calc(14px * 1.7 + 0.5rem * 2) - 35.7px / 2;
  padding-bottom: calc(14px * 1.7 + 0.5rem * 2) - 35.7px / 2;
  margin-right: 20px;
  font-size: 1.5rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.5rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1479.98px) {
  .navbar-expand-xxl > .container, .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1480px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container, .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img, .card-img-top, .card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
}
.accordion > .card > .card-header {
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
  margin-bottom: 1rem;
  font-size: 0.8571428571rem;
  list-style: none;
}
.breadcrumb-item {
  display: flex;
  color: #193c61;
  font-weight: 600;
  padding-right: 0.7em;
  max-width: 100%;
}
.breadcrumb-item span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.breadcrumb-item a {
  text-decoration: none;
  font-weight: inherit;
  color: inherit;
}
.breadcrumb-item a:hover {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  margin-right: 0.7em;
  color: #878787;
  content: "";
  width: 1em;
  height: 1em;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url("data:image/svg+xml,%3Csvg fill='$primary-blue' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cpolygon points='76.547 45.602 140.946 110 76.547 174.398 87.154 185.006 162.159 110 87.154 34.995 76.547 45.602'/%3E%3C/svg%3E%0A");
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #e42313;
}
.breadcrumb-item.active::before {
  border-color: transparent transparent transparent #e42313;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000;
  text-decoration: none;
  background-color: #ededed;
  border: 1px solid #fff;
}
.page-link:hover {
  z-index: 2;
  color: #193c61;
  text-decoration: none;
  background-color: #dadada;
  border-color: #fff;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(25, 60, 97, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #000;
  border-color: #fff;
}
.page-item.disabled .page-link {
  color: #706f6f;
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: transparent;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #878787;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
  padding: 0.75rem;
}
.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);
  height: min-content;
  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: #ededed;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.9;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #c6c6c6;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.7;
}
.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 #c6c6c6;
}
.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);
    height: min-content;
  }
  .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;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #000;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.form-control.form-control-input_number {
  text-align: center;
}
.form-control.form-control-input_number::placeholder {
  color: #b2b2b2;
  font-weight: 700;
}
.form-control.is-invalid {
  background-color: #ffcccc;
}
.custom-radio-group {
  background-color: #fff;
}
.form-control-label {
  line-height: calc(1.7em + 8px);
  margin-bottom: 0;
  font-weight: 400;
}
.custom-control.custom-radio-toggle {
  padding: 0;
}
.custom-control.custom-radio-toggle + .custom-radio-toggle {
  margin-left: -1px;
}
.custom-control.custom-radio-toggle .custom-control-input:checked + .custom-radio-label {
  background-color: #193c61;
  color: #fff;
}
.custom-control.custom-radio-toggle .custom-control-input:focus-visible + .custom-radio-label {
  outline: 2px solid #193c61 !important;
}
.custom-control.custom-radio-toggle .custom-radio-label {
  height: calc(1.7em + 8px);
  margin: 0;
  color: #706f6f;
  font-weight: 700;
  padding: 3px 7px;
  transition: background-color 0.3s;
  text-align: center;
  min-width: 40px;
  background-color: #fff;
  line-height: 1.7;
  border: 1px solid #b2b2b2;
}
.custom-control.custom-switch .custom-control-input:focus ~ .custom-control-label::before {
  outline: 2px solid #193c61 !important;
}
.custom-control.custom-switch .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ededed;
}
.custom-control.custom-checkbox-toggle {
  padding: 0;
}
.custom-control.custom-checkbox-toggle .custom-control-input:checked + .custom-checkbox-label {
  background-color: #193c61;
  border-color: #193c61;
  color: #fff;
}
.custom-control.custom-checkbox-toggle .custom-checkbox-label {
  background-color: #fff;
  height: calc(1.7em + 8px);
  margin: 0;
  color: #706f6f;
  font-weight: 700;
  padding: 3px 7px;
  transition: background-color 0.3s;
  text-align: center;
  min-width: 40px;
  line-height: 1.7;
  border: 1px solid #b2b2b2;
}
.validation-feedback.invalid-feedback {
  padding: 0 7px;
  font-weight: normal;
  width: auto;
  display: inline-block;
  color: #b51810;
}
.custom-control-label {
  padding-top: 0.25em;
  font-weight: 400;
}
.custom-control-label::before {
  top: 0;
}
.custom-switch {
  min-height: 28px;
}
.custom-switch .custom-control-label {
  padding-top: 0.25em;
}
.custom-switch .custom-control-label::before {
  top: 0;
  border-radius: 0;
  border-color: #ededed;
  background: #fff;
  transition: all 0.3s;
}
.custom-switch .custom-control-label::after {
  top: 0;
  left: -105px;
  border-radius: 0;
  content: attr(data-text);
  text-align: center;
  line-height: 28px;
  height: 28px;
  font-weight: bold;
  color: #fff;
  width: 50px;
  /*background: $primary-blue;*/
  transition: all 0.3s;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background: #fff;
  border-color: #fff;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(50px);
  color: #fff;
  background: #193c61;
}
.custom-switch .custom-control-input.is-invalid ~ .custom-control-label::before {
  background: rgba(228, 35, 19, 0.3);
}
.custom-switch .custom-control-input.is-invalid ~ .custom-control-label::after {
  background-color: #e42313;
}
.custom-radio .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -30px;
  display: block;
  width: 20px;
  height: 20px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  top: 0.25rem;
  left: -30px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  transform: scale(0.5);
}
.grid-column.content-fill {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.grid-column.content-fill > .animation-frame {
  height: 100%;
}
.grid-column.content-fill > .frame, .grid-column.content-fill > .frame > .frame-inner, .grid-column.content-fill > .animation-frame > .frame, .grid-column.content-fill > .animation-frame > .frame > .frame-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 1 auto;
  height: 100%;
}
.row.cols-4-8 .grid-column.content-fill {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.row.cols-4-8 .grid-column.content-fill > .animation-frame {
  height: 100%;
}
.row.cols-4-8 .grid-column.content-fill > .frame, .row.cols-4-8 .grid-column.content-fill > .frame > .frame-inner, .row.cols-4-8 .grid-column.content-fill > .animation-frame > .frame, .row.cols-4-8 .grid-column.content-fill > .animation-frame > .frame > .frame-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 1 auto;
}
.m-responsive-0 {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .m-responsive-0 {
    margin: 0 !important;
  }
}
@media (min-width: 1200px) {
  .m-responsive-0 {
    margin: 0 !important;
  }
}
.mt-responsive-0, .my-responsive-0 {
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .mt-responsive-0, .my-responsive-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .mt-responsive-0, .my-responsive-0 {
    margin-top: 0 !important;
  }
}
.mb-responsive-0, .my-responsive-0 {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .mb-responsive-0, .my-responsive-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .mb-responsive-0, .my-responsive-0 {
    margin-bottom: 0 !important;
  }
}
.m-responsive-1 {
  margin: 5px !important;
}
@media (min-width: 768px) {
  .m-responsive-1 {
    margin: 7.5px !important;
  }
}
@media (min-width: 1200px) {
  .m-responsive-1 {
    margin: 10px !important;
  }
}
.mt-responsive-1, .my-responsive-1 {
  margin-top: 5px !important;
}
@media (min-width: 768px) {
  .mt-responsive-1, .my-responsive-1 {
    margin-top: 7.5px !important;
  }
}
@media (min-width: 1200px) {
  .mt-responsive-1, .my-responsive-1 {
    margin-top: 10px !important;
  }
}
.mb-responsive-1, .my-responsive-1 {
  margin-bottom: 5px !important;
}
@media (min-width: 768px) {
  .mb-responsive-1, .my-responsive-1 {
    margin-bottom: 7.5px !important;
  }
}
@media (min-width: 1200px) {
  .mb-responsive-1, .my-responsive-1 {
    margin-bottom: 10px !important;
  }
}
.m-responsive-2 {
  margin: 10px !important;
}
@media (min-width: 768px) {
  .m-responsive-2 {
    margin: 15px !important;
  }
}
@media (min-width: 1200px) {
  .m-responsive-2 {
    margin: 20px !important;
  }
}
.mt-responsive-2, .my-responsive-2 {
  margin-top: 10px !important;
}
@media (min-width: 768px) {
  .mt-responsive-2, .my-responsive-2 {
    margin-top: 15px !important;
  }
}
@media (min-width: 1200px) {
  .mt-responsive-2, .my-responsive-2 {
    margin-top: 20px !important;
  }
}
.mb-responsive-2, .my-responsive-2 {
  margin-bottom: 10px !important;
}
@media (min-width: 768px) {
  .mb-responsive-2, .my-responsive-2 {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 1200px) {
  .mb-responsive-2, .my-responsive-2 {
    margin-bottom: 20px !important;
  }
}
.m-responsive-3 {
  margin: 20px !important;
}
@media (min-width: 768px) {
  .m-responsive-3 {
    margin: 30px !important;
  }
}
@media (min-width: 1200px) {
  .m-responsive-3 {
    margin: 40px !important;
  }
}
.mt-responsive-3, .my-responsive-3 {
  margin-top: 20px !important;
}
@media (min-width: 768px) {
  .mt-responsive-3, .my-responsive-3 {
    margin-top: 30px !important;
  }
}
@media (min-width: 1200px) {
  .mt-responsive-3, .my-responsive-3 {
    margin-top: 40px !important;
  }
}
.mb-responsive-3, .my-responsive-3 {
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  .mb-responsive-3, .my-responsive-3 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 1200px) {
  .mb-responsive-3, .my-responsive-3 {
    margin-bottom: 40px !important;
  }
}
.m-responsive-4 {
  margin: 30px !important;
}
@media (min-width: 768px) {
  .m-responsive-4 {
    margin: 45px !important;
  }
}
@media (min-width: 1200px) {
  .m-responsive-4 {
    margin: 60px !important;
  }
}
.mt-responsive-4, .my-responsive-4 {
  margin-top: 30px !important;
}
@media (min-width: 768px) {
  .mt-responsive-4, .my-responsive-4 {
    margin-top: 45px !important;
  }
}
@media (min-width: 1200px) {
  .mt-responsive-4, .my-responsive-4 {
    margin-top: 60px !important;
  }
}
.mb-responsive-4, .my-responsive-4 {
  margin-bottom: 30px !important;
}
@media (min-width: 768px) {
  .mb-responsive-4, .my-responsive-4 {
    margin-bottom: 45px !important;
  }
}
@media (min-width: 1200px) {
  .mb-responsive-4, .my-responsive-4 {
    margin-bottom: 60px !important;
  }
}
.m-responsive-5 {
  margin: 60px !important;
}
@media (min-width: 768px) {
  .m-responsive-5 {
    margin: 90px !important;
  }
}
@media (min-width: 1200px) {
  .m-responsive-5 {
    margin: 120px !important;
  }
}
.mt-responsive-5, .my-responsive-5 {
  margin-top: 60px !important;
}
@media (min-width: 768px) {
  .mt-responsive-5, .my-responsive-5 {
    margin-top: 90px !important;
  }
}
@media (min-width: 1200px) {
  .mt-responsive-5, .my-responsive-5 {
    margin-top: 120px !important;
  }
}
.mb-responsive-5, .my-responsive-5 {
  margin-bottom: 60px !important;
}
@media (min-width: 768px) {
  .mb-responsive-5, .my-responsive-5 {
    margin-bottom: 90px !important;
  }
}
@media (min-width: 1200px) {
  .mb-responsive-5, .my-responsive-5 {
    margin-bottom: 120px !important;
  }
}
.p-responsive-0 {
  padding: 0 !important;
}
@media (min-width: 768px) {
  .p-responsive-0 {
    padding: 0 !important;
  }
}
@media (min-width: 1200px) {
  .p-responsive-0 {
    padding: 0 !important;
  }
}
.pt-responsive-0, .py-responsive-0 {
  padding-top: 0 !important;
}
@media (min-width: 768px) {
  .pt-responsive-0, .py-responsive-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .pt-responsive-0, .py-responsive-0 {
    padding-top: 0 !important;
  }
}
.pb-responsive-0, .py-responsive-0 {
  padding-bottom: 0 !important;
}
@media (min-width: 768px) {
  .pb-responsive-0, .py-responsive-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .pb-responsive-0, .py-responsive-0 {
    padding-bottom: 0 !important;
  }
}
.p-responsive-1 {
  padding: 5px !important;
}
@media (min-width: 768px) {
  .p-responsive-1 {
    padding: 7.5px !important;
  }
}
@media (min-width: 1200px) {
  .p-responsive-1 {
    padding: 10px !important;
  }
}
.pt-responsive-1, .py-responsive-1 {
  padding-top: 5px !important;
}
@media (min-width: 768px) {
  .pt-responsive-1, .py-responsive-1 {
    padding-top: 7.5px !important;
  }
}
@media (min-width: 1200px) {
  .pt-responsive-1, .py-responsive-1 {
    padding-top: 10px !important;
  }
}
.pb-responsive-1, .py-responsive-1 {
  padding-bottom: 5px !important;
}
@media (min-width: 768px) {
  .pb-responsive-1, .py-responsive-1 {
    padding-bottom: 7.5px !important;
  }
}
@media (min-width: 1200px) {
  .pb-responsive-1, .py-responsive-1 {
    padding-bottom: 10px !important;
  }
}
.p-responsive-2 {
  padding: 10px !important;
}
@media (min-width: 768px) {
  .p-responsive-2 {
    padding: 15px !important;
  }
}
@media (min-width: 1200px) {
  .p-responsive-2 {
    padding: 20px !important;
  }
}
.pt-responsive-2, .py-responsive-2 {
  padding-top: 10px !important;
}
@media (min-width: 768px) {
  .pt-responsive-2, .py-responsive-2 {
    padding-top: 15px !important;
  }
}
@media (min-width: 1200px) {
  .pt-responsive-2, .py-responsive-2 {
    padding-top: 20px !important;
  }
}
.pb-responsive-2, .py-responsive-2 {
  padding-bottom: 10px !important;
}
@media (min-width: 768px) {
  .pb-responsive-2, .py-responsive-2 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 1200px) {
  .pb-responsive-2, .py-responsive-2 {
    padding-bottom: 20px !important;
  }
}
.p-responsive-3 {
  padding: 20px !important;
}
@media (min-width: 768px) {
  .p-responsive-3 {
    padding: 30px !important;
  }
}
@media (min-width: 1200px) {
  .p-responsive-3 {
    padding: 40px !important;
  }
}
.pt-responsive-3, .py-responsive-3 {
  padding-top: 20px !important;
}
@media (min-width: 768px) {
  .pt-responsive-3, .py-responsive-3 {
    padding-top: 30px !important;
  }
}
@media (min-width: 1200px) {
  .pt-responsive-3, .py-responsive-3 {
    padding-top: 40px !important;
  }
}
.pb-responsive-3, .py-responsive-3 {
  padding-bottom: 20px !important;
}
@media (min-width: 768px) {
  .pb-responsive-3, .py-responsive-3 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 1200px) {
  .pb-responsive-3, .py-responsive-3 {
    padding-bottom: 40px !important;
  }
}
.p-responsive-4 {
  padding: 30px !important;
}
@media (min-width: 768px) {
  .p-responsive-4 {
    padding: 45px !important;
  }
}
@media (min-width: 1200px) {
  .p-responsive-4 {
    padding: 60px !important;
  }
}
.pt-responsive-4, .py-responsive-4 {
  padding-top: 30px !important;
}
@media (min-width: 768px) {
  .pt-responsive-4, .py-responsive-4 {
    padding-top: 45px !important;
  }
}
@media (min-width: 1200px) {
  .pt-responsive-4, .py-responsive-4 {
    padding-top: 60px !important;
  }
}
.pb-responsive-4, .py-responsive-4 {
  padding-bottom: 30px !important;
}
@media (min-width: 768px) {
  .pb-responsive-4, .py-responsive-4 {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 1200px) {
  .pb-responsive-4, .py-responsive-4 {
    padding-bottom: 60px !important;
  }
}
.p-responsive-5 {
  padding: 60px !important;
}
@media (min-width: 768px) {
  .p-responsive-5 {
    padding: 90px !important;
  }
}
@media (min-width: 1200px) {
  .p-responsive-5 {
    padding: 120px !important;
  }
}
.pt-responsive-5, .py-responsive-5 {
  padding-top: 60px !important;
}
@media (min-width: 768px) {
  .pt-responsive-5, .py-responsive-5 {
    padding-top: 90px !important;
  }
}
@media (min-width: 1200px) {
  .pt-responsive-5, .py-responsive-5 {
    padding-top: 120px !important;
  }
}
.pb-responsive-5, .py-responsive-5 {
  padding-bottom: 60px !important;
}
@media (min-width: 768px) {
  .pb-responsive-5, .py-responsive-5 {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 1200px) {
  .pb-responsive-5, .py-responsive-5 {
    padding-bottom: 120px !important;
  }
}
.page-link {
  font-weight: bold;
}
@font-face {
  font-family: "Montserrat";
  src: url('/_assets/06afe4a02e4f6780dce053985f5061dc/fonts/montserrat/subset-Montserrat-Light.woff2') format("woff2"), url('/_assets/06afe4a02e4f6780dce053985f5061dc/fonts/montserrat/subset-Montserrat-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url('/_assets/06afe4a02e4f6780dce053985f5061dc/fonts/montserrat/subset-Montserrat-LightItalic.woff2') format("woff2"), url('/_assets/06afe4a02e4f6780dce053985f5061dc/fonts/montserrat/subset-Montserrat-LightItalic.woff') format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url('/_assets/06afe4a02e4f6780dce053985f5061dc/fonts/montserrat/subset-Montserrat-Regular.woff2') format("woff2"), url('/_assets/06afe4a02e4f6780dce053985f5061dc/fonts/montserrat/subset-Montserrat-Regular.woff') format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url('/_assets/06afe4a02e4f6780dce053985f5061dc/fonts/montserrat/subset-Montserrat-Italic.woff2') format("woff2"), url('/_assets/06afe4a02e4f6780dce053985f5061dc/fonts/montserrat/subset-Montserrat-Italic.woff') format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url('/_assets/06afe4a02e4f6780dce053985f5061dc/fonts/montserrat/subset-Montserrat-SemiBold.woff2') format("woff2"), url('/_assets/06afe4a02e4f6780dce053985f5061dc/fonts/montserrat/subset-Montserrat-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url('/_assets/06afe4a02e4f6780dce053985f5061dc/fonts/montserrat/subset-Montserrat-SemiBoldItalic.woff2') format("woff2"), url('/_assets/06afe4a02e4f6780dce053985f5061dc/fonts/montserrat/subset-Montserrat-SemiBoldItalic.woff') format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url('/_assets/06afe4a02e4f6780dce053985f5061dc/fonts/montserrat/subset-Montserrat-Bold.woff2') format("woff2"), url('/_assets/06afe4a02e4f6780dce053985f5061dc/fonts/montserrat/subset-Montserrat-Bold.woff') format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url('/_assets/06afe4a02e4f6780dce053985f5061dc/fonts/montserrat/subset-Montserrat-BoldItalic.woff2') format("woff2"), url('/_assets/06afe4a02e4f6780dce053985f5061dc/fonts/montserrat/subset-Montserrat-BoldItalic.woff') format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url('/_assets/06afe4a02e4f6780dce053985f5061dc/fonts/montserrat/subset-Montserrat-ExtraBold.woff2') format("woff2"), url('/_assets/06afe4a02e4f6780dce053985f5061dc/fonts/montserrat/subset-Montserrat-ExtraBold.woff') format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url('/_assets/06afe4a02e4f6780dce053985f5061dc/fonts/montserrat/subset-Montserrat-Black.woff2') format("woff2"), url('/_assets/06afe4a02e4f6780dce053985f5061dc/fonts/montserrat/subset-Montserrat-Black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  #top {
    display: block !important;
    height: 100px !important;
    margin-top: -100px !important;
    visibility: hidden;
  }
}
[data-animate] {
  opacity: 0;
}
[data-animate].animated {
  opacity: 1;
}
.main-frame .frame:last-child .frame-staging {
  padding-bottom: 50px;
}
.main-frame .frame:last-child .section-frame {
  padding-bottom: 60px;
}
.main-frame .frame:last-child .section-frame .frame-staging {
  padding-bottom: 0;
}
.top-link {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  bottom: -1em;
  font-size: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
  height: 0;
}
.top-link.stuck {
  position: relative;
  bottom: 0;
}
body[data-scrolltop="up"] .top-link {
  bottom: 0;
}
.link-totop {
  margin-left: auto;
  pointer-events: all;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 1em;
  height: 1em;
  font-size: 50px;
  line-height: 1;
  color: #fff;
  background-color: #193c61;
  position: absolute;
  bottom: 0;
  right: 15px;
}
.link-totop:hover {
  background-color: #b0d0ef;
}
.link-totop .svg-icon {
  vertical-align: top;
  padding: 5px;
}
.page-footer {
  background-color: #193c61;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 50px;
}
.page-footer::after {
  display: block;
  clear: both;
  content: "";
}
.page-footer .widget-social-links .svg-icon {
  width: 1em;
  height: 1em;
  font-size: 2.5em;
  filter: var(--filter-white);
}
.page-footer .widget-social-links .footer-nav-link:hover .svg-icon {
  filter: var(--filter-tertiary-cold-blue-light);
}
.page-footer .widget-social-links .btn {
  margin-right: 5px;
}
.footer-nav-link {
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  position: relative;
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
  /*&:before {
    position: absolute;
    display: block;
    content: "";
    left: -.2em;
    top: .2em;
    width: 1.2em;
    height: 1.2em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 220 220'%3E%3Cpolygon points='76.547 45.602 140.946 110 76.547 174.398 87.154 185.006 162.159 110 87.154 34.995 76.547 45.602'/%3E%3C/svg%3E%0A");
  }
  */
}
.footer-nav-link:hover {
  color: #b0d0ef;
}
.footer-item-group {
  border-bottom: 1px solid #b0d0ef;
}
@media (min-width: 768px) {
  .footer-item-group {
    border: none;
  }
}
.footer-item-group.widget-social-links {
  border: none;
}
.footer-item-group--head {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: none;
  padding: 5px 0;
  color: #fff !important;
  padding-right: 50px;
}
.footer-item-group--head .accordion-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  width: 1em;
  height: 1em;
}
.footer-item-group--head .accordion-toggle .svg-icon {
  vertical-align: top;
}
@media (min-width: 768px) {
  .footer-item-group--head {
    pointer-events: none;
  }
  .footer-item-group--head .accordion-toggle {
    display: none;
  }
}
.footer-item-group--body > .footer-nav {
  margin-bottom: 30px;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .footer-item-group--body.collapse {
    display: block;
  }
}
.footer-nav {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav.footer-nav-top > .footer-nav-item {
  margin-bottom: 30px;
}
.footer-nav.footer-nav-top > .footer-nav-item > .footer-nav-link {
  padding-left: 0;
}
.footer-nav.footer-nav-top > .footer-nav-item > .footer-nav-link:before {
  content: none;
}
.footer-nav li {
  margin: 0;
  padding: 0;
}
.footer-nav .footer-nav-head {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 0;
}
.footer-nav .footer-nav-item {
  padding: 0;
  position: relative;
}
.widget-social-share .share-links {
  margin-top: 20px;
}
.widget-social-share .btn {
  margin-right: 10px;
}
.widget-social-share .svg-icon {
  width: 2rem;
  height: 2rem;
  fill: currentColor;
}
.ce-bodytext img {
  max-width: 100%;
  height: auto;
}
.iframe-reset {
  width: 100%;
  border: 0;
}
textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, [type=text].form-control:focus, [type=password].form-control:focus, [type=email].form-control:focus, [type=tel].form-control:focus, [role=button]:focus, [contenteditable].form-control:focus {
  outline: none;
}
.hideme {
  position: absolute;
  top: -100000px;
  left: -100000px;
}
.breadcrumbs {
  margin-top: 1rem;
}
svg.svg-icon, .svg-icon:not(svg) svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.btn .svg-icon:not(.svg-inline--mri) {
  vertical-align: top;
}
.btn .svg-icon.svg-inline--mri {
  margin-top: -0.125em;
  margin-bottom: -0.125em;
}
/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
svg:not(:root).svg-inline--mri {
  overflow: visible;
}
.svg-inline--mri {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.svg-inline--mri.mri-lg {
  vertical-align: -0.225em;
}
.svg-inline--mri.mri-w-1 {
  width: 0.0625em;
}
.svg-inline--mri.mri-w-2 {
  width: 0.125em;
}
.svg-inline--mri.mri-w-3 {
  width: 0.1875em;
}
.svg-inline--mri.mri-w-4 {
  width: 0.25em;
}
.svg-inline--mri.mri-w-5 {
  width: 0.3125em;
}
.svg-inline--mri.mri-w-6 {
  width: 0.375em;
}
.svg-inline--mri.mri-w-7 {
  width: 0.4375em;
}
.svg-inline--mri.mri-w-8 {
  width: 0.5em;
}
.svg-inline--mri.mri-w-9 {
  width: 0.5625em;
}
.svg-inline--mri.mri-w-10 {
  width: 0.625em;
}
.svg-inline--mri.mri-w-11 {
  width: 0.6875em;
}
.svg-inline--mri.mri-w-12 {
  width: 0.75em;
}
.svg-inline--mri.mri-w-13 {
  width: 0.8125em;
}
.svg-inline--mri.mri-w-14 {
  width: 0.875em;
}
.svg-inline--mri.mri-w-15 {
  width: 0.9375em;
}
.svg-inline--mri.mri-w-16 {
  width: 1em;
}
.svg-inline--mri.mri-w-17 {
  width: 1.0625em;
}
.svg-inline--mri.mri-w-18 {
  width: 1.125em;
}
.svg-inline--mri.mri-w-19 {
  width: 1.1875em;
}
.svg-inline--mri.mri-w-20 {
  width: 1.25em;
}
.svg-inline--mri.mri-pull-left {
  margin-right: 0.3em;
  width: auto;
}
.svg-inline--mri.mri-pull-right {
  margin-left: 0.3em;
  width: auto;
}
.svg-inline--mri.mri-li {
  width: 2em;
}
.svg-inline--mri.mri-fw {
  width: 1.25em;
}
.mri-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.mri-xs {
  font-size: 0.75em;
}
.mri-sm {
  font-size: 0.875em;
}
.mri-1x {
  font-size: 1em;
}
.mri-2x {
  font-size: 2em;
}
.mri-3x {
  font-size: 3em;
}
.mri-4x {
  font-size: 4em;
}
.mri-5x {
  font-size: 5em;
}
.mri-6x {
  font-size: 6em;
}
.mri-7x {
  font-size: 7em;
}
.mri-8x {
  font-size: 8em;
}
.mri-9x {
  font-size: 9em;
}
.mri-10x {
  font-size: 10em;
}
.mri-fw {
  text-align: center;
  width: 1.25em;
}
.mri-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.mri-ul > li {
  position: relative;
}
.mri-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.hword {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  max-width: 100%;
  /*
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    */
}
.header--slider {
  padding-left: 0.3em;
  padding-right: 0.3em;
  font-size: 2rem;
  line-height: 1.55;
}
@media (min-width: 768px) {
  .header--slider {
    font-size: 2.4285714286rem;
  }
}
.header--page {
  font-size: 2rem;
  font-weight: 800;
}
@media (min-width: 768px) {
  .header--page {
    font-size: 2.4285714286rem;
  }
}
.header--section {
  font-size: 1.5714285714rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .header--section {
    font-size: 1.8571428571rem;
  }
}
.header--module {
  font-size: 1.2857142857rem;
  font-weight: 800;
}
@media (min-width: 768px) {
  .header--module {
    font-size: 1.4285714286rem;
  }
}
.header--boxed {
  font-weight: 800;
  padding-left: 0.3em;
  padding-right: 0.3em;
  font-size: 1.2857142857rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .header--boxed {
    font-size: 1.4285714286rem;
  }
}
.header--module-sub {
  font-size: 1.1428571429rem;
  font-weight: 800;
}
@media (min-width: 768px) {
  .header--module-sub {
    font-size: 1.2857142857rem;
  }
}
/*
.header--boxed,
.header--slider {
    .hword {
        padding-top:4px;
        padding-bottom:4px;
    }
}
*/
.header--boxed span, span.header--boxed, .ck-editor__editable .header--boxed {
  color: inherit;
  background-color: transparent;
}
.header--boxed.boxed-red span, span.header--boxed.boxed-red, .ck-editor__editable .header--boxed.boxed-red {
  color: #fff;
  background-color: #e42313;
  background-color: #e42313;
  box-shadow: 0.3em 0px 0px #e42313, -0.3em 0px 0px #e42313, inset -1px 0 #e42313, inset 1px 0 #e42313;
  padding-top: 0.15em;
  padding-bottom: 0.15em;
}
.header--boxed.boxed-blue span, span.header--boxed.boxed-blue, .ck-editor__editable .header--boxed.boxed-blue {
  color: #fff;
  background-color: #193c61;
  background-color: #193c61;
  box-shadow: 0.3em 0px 0px #193c61, -0.3em 0px 0px #193c61, inset -1px 0 #193c61, inset 1px 0 #193c61;
  padding-top: 0.15em;
  padding-bottom: 0.15em;
}
.header--slider.boxed-blue span, span.header--slider.boxed-blue, .ck-editor__editable .header--slider.boxed-blue {
  font-weight: 800;
  color: #fff;
  background-color: #193c61;
  background-color: #193c61;
  box-shadow: 0.3em 0px 0px #193c61, -0.3em 0px 0px #193c61, inset -1px 0 #193c61, inset 1px 0 #193c61;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}
.header--slider.boxed-red span, span.header--slider.boxed-red, .ck-editor__editable .header--slider.boxed-red {
  font-weight: 800;
  color: #fff;
  background-color: #e42313;
  background-color: #e42313;
  box-shadow: 0.3em 0px 0px #e42313, -0.3em 0px 0px #e42313, inset -1px 0 #e42313, inset 1px 0 #e42313;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}
.section-frame.nav-left {
  position: relative;
}
.section-frame.nav-left .frame-staging.container-full {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .section-frame.nav-left .frame-staging.container-full {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .section-frame.nav-left .frame-staging.container-full {
    max-width: 1140px;
  }
}
@media (min-width: 1480px) {
  .section-frame.nav-left .frame-staging.container-full {
    max-width: 1400px;
  }
}
@media (min-width: 992px) {
  .section-frame.nav-left .frame-staging {
    padding-left: 310px;
  }
}
@media (min-width: 1480px) {
  .section-frame.nav-left .frame-staging {
    padding-left: 390px;
  }
}
.section-frame.nav-left .section-nav-content {
  margin-right: auto;
}
.section-nav-col, .section-content-col {
  position: relative;
  width: 100%;
}
.section-nav {
  padding-bottom: 0;
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
  flex: 0 0 auto;
  pointer-events: none;
}
.section-nav .section-nav-wrap {
  height: 0;
}
.section-nav-wrap {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .section-nav-wrap {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .section-nav-wrap {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .section-nav-wrap {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .section-nav-wrap {
    max-width: 1140px;
  }
}
@media (min-width: 1480px) {
  .section-nav-wrap {
    max-width: 1400px;
  }
}
.section-menu-page {
  pointer-events: all;
}
@media (min-width: 992px) {
  .section-menu-page {
    width: 280px;
  }
}
@media (min-width: 1480px) {
  .section-menu-page {
    width: 360px;
  }
}
.section-menu-page._mobile {
  margin-right: -15px;
  margin-left: -15px;
}
.section-menu {
  /* @each $color-class, $color in $mr-colors {
    &.nav-#{$color-class} .nav-link{
      background-color: $color;
        //background-color: lighten($color,10%);
        color: color-yiq($color);
        box-shadow: 0 0 0 1px color-yiq($color);
        border-color: color-yiq($color);
        &.active {
          background-color: lighten($color,10%);
          box-shadow: 0 0 0 1px transparent;
        }
    }
  } */
}
.section-menu .swiper-slide {
  width: auto;
  max-width: 100%;
  white-space: nowrap;
}
.section-menu .swiper-slide .nav-link {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-menu.nav {
  flex-wrap: nowrap;
}
.section-menu .nav-link {
  flex-shrink: 0;
  transition: all 0.3s;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  font-weight: 600;
}
.section-menu .nav-link:hover {
  background-color: #ededed;
}
@media (min-width: 992px) {
  .section-menu .nav-link {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.section-menu .nav-link.active {
  background-color: #193c61;
  border-color: #193c61;
  color: #fff;
}
.section-menu .swiper-wrapper {
  margin-top: 4px;
  background: #fff;
}
.section-menu .swiper-pagination-progressbar {
  background: #ededed;
}
.section-menu .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #e42313;
}
[data-sticky] {
  position: sticky;
  top: 0;
}
@media (min-width: 992px) {
  .section-frame.nav-left .container:not(.frame-staging) {
    max-width: 680px;
  }
}
@media (min-width: 1200px) {
  .section-frame.nav-left .container:not(.frame-staging) {
    max-width: 1040px;
  }
}
.navbar .navbar-brand {
  height: 50px;
  display: flex;
  align-items: center;
}
.navbar-header-mr {
  background: #fff;
  z-index: 1;
}
.page-header-top {
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 10;
}
@media (min-width: 992px) {
  .page-header-top {
    height: 100px;
  }
}
.page-header-nav {
  background: #fff;
  padding-left: 0;
  padding-right: 0;
}
.page-header-nav .navigation-wrap {
  width: 100%;
}
@media (max-width: 991.98px) {
  .page-header-nav .navigation-wrap {
    margin-top: -50px;
    padding-top: 50px;
    overflow: auto;
    height: 100vh;
  }
}
.page-header {
  /*
  &.show-nav {
    .page-header-wrap {
      box-shadow: 0 -20px 20px 20px rgba(0, 0, 0, 0.35);
    }
  }
  */
  height: 50px;
}
.page-header .page-header-wrap {
  max-width: 1920px;
  box-shadow: 0 -20px 20px 20px rgba(0, 0, 0, 0.35);
}
@media (min-width: 992px) {
  .page-header .page-header-wrap {
    box-shadow: none;
    margin: auto;
  }
}
.page-header .mr-logo {
  height: 30px;
  width: auto;
}
@media (max-width: 991.98px) {
  .page-header .mr-logo {
    height: 20px;
  }
}
.page-header:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .page-header {
    height: auto;
  }
  .page-header:before {
    content: none;
  }
}
.bs-canvas-overlay {
  opacity: 0.75;
  z-index: 1020;
  backface-visibility: hidden;
  transition: opacity 0.4s ease-out;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out;
}
.page-header {
  position: relative;
  z-index: 1030;
  background: white;
}
@media (max-width: 991.98px) {
  .page-header {
    position: fixed;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
  }
}
.page-header .navbar-collapse .container {
  flex-wrap: wrap;
}
.page-header .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.page-header .navbar-brand:hover, .page-header .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.page-header .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
  font-size: 30px;
}
.page-header .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3C/defs%3E%3Cpolygon points='165.696 43.696 110 99.392 54.304 43.696 43.696 54.303 99.393 110 43.696 165.696 54.304 176.303 110 120.607 165.696 176.303 176.304 165.696 120.607 110 176.304 54.303 165.696 43.696'%3E%3C/polygon%3E%3C/svg%3E");
}
.page-header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  width: 1em;
  height: 1em;
}
.page-header .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.page-header .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.page-header .navbar-text a:hover, .page-header .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.nav-mr .navbar-main-menu {
  flex: 1 0 100%;
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .nav-mr .navbar-main-menu {
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
  }
}
.nav-mr .navbar-main-menu .dropdown-toggle::after, .nav-mr .navbar-main-menu .dd-toggle::after {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 1em;
  height: 1em;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cpolygon fill='%23000' points='110 137.244 45.602 72.845 34.996 83.453 110 158.457 185.004 83.453 174.398 72.845 110 137.244'/%3E%3C/svg%3E");
}
.nav-mr .navbar-main-menu .nav-item {
  width: 100%;
  text-align: left;
  padding: 0;
  border-bottom: 1px solid #fff;
}
@media (min-width: 992px) {
  .nav-mr .navbar-main-menu .nav-item {
    text-align: center;
    border-width: 0;
    padding-right: 2px;
    padding-left: 2px;
  }
  .nav-mr .navbar-main-menu .nav-item:first-child {
    padding-left: 0;
  }
  .nav-mr .navbar-main-menu .nav-item:last-child, .nav-mr .navbar-main-menu .nav-item.last-item {
    padding-right: 0;
  }
}
.nav-mr .navbar-main-menu .nav-item:last-child {
  border-bottom-width: 0;
}
@media (min-width: 992px) {
  .nav-mr .navbar-main-menu .nav-item.nav-item-mobile {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .nav-mr .navbar-main-menu .dropdown-toggle, .nav-mr .navbar-main-menu .dd-toggle {
    white-space: nowrap;
    padding-right: 2em;
  }
}
.nav-mr .navbar-main-menu .nav-link {
  position: relative;
  z-index: 1010;
  font-weight: 600;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.3s;
  background-color: #193c61;
  color: #fff;
}
@media (min-width: 992px) {
  .nav-mr .navbar-main-menu .nav-link {
    font-weight: 800;
    font-size: 1rem;
  }
  .nav-mr .navbar-main-menu .nav-link.dropdown-toggle::after, .nav-mr .navbar-main-menu .nav-link.dd-toggle::after {
    display: none;
  }
}
.nav-mr .navbar-main-menu .nav-link:hover, .nav-mr .navbar-main-menu .nav-link:focus {
  color: #fff;
}
.nav-mr .navbar-main-menu .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 991.98px) {
  .nav-mr .navbar-main-menu .show > .nav-link, .nav-mr .navbar-main-menu .active > .nav-link, .nav-mr .navbar-main-menu .nav-link.show, .nav-mr .navbar-main-menu .nav-link.active {
    color: #193c61;
    background: #71c2d3;
    font-weight: 600;
    border-bottom-width: 0;
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  .nav-mr .navbar-main-menu .show > .nav-link, .nav-mr .navbar-main-menu .active > .nav-link, .nav-mr .navbar-main-menu .nav-link.show, .nav-mr .navbar-main-menu .nav-link.active {
    color: #193c61;
    background: #71c2d3;
    border-bottom-width: 1px;
  }
}
.nav-mr .nav-item-lvl-1 > .dropdown-toggle::after, .nav-mr .nav-item-lvl-1 > .dd-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cpolygon fill='%23fff' points='110 137.244 45.602 72.845 34.996 83.453 110 158.457 185.004 83.453 174.398 72.845 110 137.244'/%3E%3C/svg%3E");
}
.nav-mr .meta-nav {
  display: flex;
  width: auto;
}
.nav-mr .meta-nav-link {
  color: #e42313;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: normal;
  vertical-align: top;
}
.nav-mr .meta-nav-link:hover {
  text-decoration: underline;
}
.nav-mr .meta-nav-link.nav-link-search {
  color: #193c61;
  font-weight: bold;
}
.nav-mr .dropdown-link-switch {
  display: none;
}
.nav-mr .dropdown.show .dropdown-link-switch {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1111;
}
.nav-mr .nav-item-lvl-1 > .dropdown-menu {
  min-width: 100% !important;
}
.nav-mr .dropdown-menu {
  background: #fff;
  padding: 0;
  border-width: 0;
  margin: 0;
}
.nav-mr .dropdown-menu.animating {
  display: block;
  height: 0;
}
@media (min-width: 992px) {
  .nav-mr .dropdown-menu {
    padding: 2px;
    padding-top: 0;
    background: #fff;
    box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.2);
  }
  .nav-mr .dropdown-menu.show, .nav-mr .dropdown-menu.animating {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.nav-mr .dropdown-menu .dropdown-item {
  white-space: normal;
  background-color: #ededed;
  width: auto;
  min-width: 100%;
  font-weight: bold;
  border-width: 0;
  border-top-width: 1px;
  border-color: #fff;
  border-style: solid;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .nav-mr .dropdown-menu .dropdown-item {
    border-width: 2px;
    border-bottom-width: 0;
    margin-left: -2px;
    margin-right: -2px;
    text-align: center;
  }
}
.nav-mr .dropdown-menu .dropdown-item:hover, .nav-mr .dropdown-menu .dropdown-item.active, .nav-mr .dropdown-menu .dropdown-item.highlighted {
  background-color: #c6c6c6;
  color: #000;
}
.nav-mr .navbar-main-menu > .nav-item.nav-item-highlight .nav-link {
  background: #71c2d3;
  color: #193c61;
}
.skip-link {
  position: absolute;
  top: -1000px;
  left: -1000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  z-index: 9999;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.sidebar-shortcuts {
  display: none;
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 140px;
}
@media (min-width: 768px) {
  .sidebar-shortcuts {
    display: block;
  }
}
.sidebar-shortcuts .shortcut-item {
  position: relative;
  margin-bottom: 4px;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.16);
}
.sidebar-shortcuts .shortcut-item a {
  color: inherit;
  text-decoration: inherit;
  font-weight: inherit;
}
.sidebar-shortcuts svg {
  width: 1em;
  height: 1em;
  vertical-align: top;
}
.sidebar-shortcuts .shortcut-item-content {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2em;
  padding: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  background-color: #fff;
}
.sidebar-shortcuts .shortcut-style-primary-red {
  background-color: #e42313;
  color: #fff;
}
.sidebar-shortcuts .shortcut-style-primary-blue {
  background-color: #193c61;
  color: #fff;
}
.sidebar-shortcuts .shortcut-style-primary-light {
  background-color: #ededed;
  color: #000;
}
.sidebar-shortcuts .shortcut-title {
  font-weight: bold;
  text-align: left;
  margin: auto 0;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  padding-right: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  overflow: hidden;
  opacity: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.sidebar-shortcuts .shortcut-title span {
  display: block;
  white-space: pre;
}
.sidebar-shortcuts .shortcut-icon {
  font-size: 33px;
  margin: 0;
  display: block;
  overflow: hidden;
  fill: currentColor;
  top: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  min-width: 33px;
  margin-left: auto;
}
.sidebar-shortcut-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 53px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.sidebar-shortcut-items:hover, .sidebar-shortcut-items:focus-within {
  max-width: 200px;
}
.sidebar-shortcut-items:hover .shortcut-title, .sidebar-shortcut-items:focus-within .shortcut-title {
  opacity: 1;
  padding-right: 10px;
}
.mr-video-frameholder {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: center;
  margin: auto;
  position: relative;
  width: 100%;
  transition: all 1s;
}
.mr-video-frameholder .close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  width: 1em;
  height: 1em;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220' fill='%23fff'%3E%3Cpolygon points='165.696 43.696 110 99.392 54.304 43.696 43.696 54.303 99.393 110 43.696 165.696 54.304 176.303 110 120.607 165.696 176.303 176.304 165.696 120.607 110 176.304 54.303 165.696 43.696'/%3E%3C/svg%3E");
  z-index: 100;
}
.mr-video-frameholder.init-playback {
  max-height: 100vw;
  max-width: 1400px;
}
.mr-video-frameholder.init-playback .close {
  display: block;
}
.mr-video-frameholder video {
  width: 100%;
}
.mr-video-frameholder .image-container {
  display: none;
}
@media (min-width: 768px) {
  .mr-video-frameholder.popout-player .mr-video-container {
    display: none;
  }
  .mr-video-frameholder.popout-player .image-container {
    display: block;
  }
}
.image-video-media {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.image-video-media .init-playback .video-title-wrapper, .image-video-media.playing .video-title-wrapper {
  display: none;
}
.image-video-media .video-title-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  padding-top: 1.5em;
  padding-bottom: 5em;
  white-space: nowrap;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .image-video-media .video-title-wrapper {
    white-space: normal;
    padding-top: 2em;
  }
}
@media (min-width: 1200px) {
  .image-video-media .video-title-wrapper {
    padding-top: 3em;
  }
}
.image-video-media .video-title {
  color: #fff;
  font-size: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 576px) {
  .image-video-media .video-title {
    font-size: 1.5714285714rem;
  }
}
@media (min-width: 768px) {
  .image-video-media .video-title {
    margin: 0;
    padding-left: 0.3em;
    padding-right: 0.3em;
    font-size: 1.8571428571rem;
    /*
            text-align:center;
            span {
                hyphens: auto;
                @include boxed-header($primary-blue);
                color:#fff;
            }
            */
  }
}
.image-video-media .poster-img {
  transition: all 0.3s;
  max-width: none;
  width: 100%;
}
.image-video-media .video-description {
  font-size: 80%;
  font-weight: normal;
  margin-top: 10px;
}
.image-video-media .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  max-width: 15%;
  pointer-events: none;
  z-index: 1;
}
.image-video-media .play-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  background-color: #e42313;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220' fill='%23ffffff'%3E%3Cpath d='M55.414,182.436l108.771-72.513L55.414,37.409Zm15-117,66.729,44.487L70.414,154.409Z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 30% 50%;
  padding-bottom: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
}
.image-video-media:hover .play-btn:before {
  background-size: 110%;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.26);
}
.image-video-media:hover .poster-img {
  transform: scale(1.05);
}
.image-video-media.show-player .video-container {
  display: block;
}
.image-video-media.show-player .image-container {
  display: none;
}
.image-video-media .video-container {
  position: relative;
  display: none;
  width: 100%;
}
.image-video-media .video-container .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.close-video-btn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  width: 1em;
  height: 1em;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220' fill='%23fff'%3E%3Cpolygon points='165.696 43.696 110 99.392 54.304 43.696 43.696 54.303 99.393 110 43.696 165.696 54.304 176.303 110 120.607 165.696 176.303 176.304 165.696 120.607 110 176.304 54.303 165.696 43.696'/%3E%3C/svg%3E");
}
.vjs-has-started {
  /*&.vjs-ended {
        & + .close-video-btn {
            display:block;
        }
    }
    */
}
.mfp-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mfp-video .mfp-content {
  max-width: 900px;
}
.mfp-video .video-js {
  width: 100%;
  height: 100%;
}
.plyr__poster {
  background-size: cover !important;
}
.mr-video-container .plyr--stopped .plyr__controls {
  opacity: 0;
}
.frame {
  position: relative;
  width: 100%;
}
.frame .frame-inner {
  position: relative;
}
.frame.animated {
  animation-fill-mode: none;
}
.frame[data-animate] {
  opacity: 0;
  visibility: hidden;
}
.frame[data-animate].animated {
  opacity: 1;
  visibility: visible;
}
.main-frame {
  overflow: hidden;
  width: 100%;
}
.section-frame {
  overflow: hidden;
}
.section-frame.content-overflow {
  overflow: visible;
}
.section-frame.section-primary-red {
  background-color: #e42313;
  color: #fff;
}
.section-frame.section-primary-red a {
  color: #fff;
}
.section-frame.section-primary-blue {
  background-color: #193c61;
  color: #fff;
}
.section-frame.section-primary-blue a {
  color: #fff;
}
.section-frame.section-primary-light {
  background-color: #ededed;
  color: #000;
}
.section-frame.section-primary-light a {
  color: #000;
}
.section-frame.section-secondary-cold-blue {
  background-color: #2f52a0;
  color: #fff;
}
.section-frame.section-secondary-cold-blue a {
  color: #fff;
}
.section-frame.section-secondary-cold-petrol {
  background-color: #4cb4e7;
  color: #fff;
}
.section-frame.section-secondary-cold-petrol a {
  color: #fff;
}
.section-frame.section-secondary-cold-petrol-light {
  background-color: #71c2d3;
  color: #000;
}
.section-frame.section-secondary-cold-petrol-light a {
  color: #000;
}
.section-frame.section-secondary-neutral-70 {
  background-color: #706f6f;
  color: #fff;
}
.section-frame.section-secondary-neutral-70 a {
  color: #fff;
}
.section-frame.section-secondary-neutral-60 {
  background-color: #878787;
  color: #fff;
}
.section-frame.section-secondary-neutral-60 a {
  color: #fff;
}
.section-frame.section-secondary-neutral-50 {
  background-color: #9d9d9c;
  color: #fff;
}
.section-frame.section-secondary-neutral-50 a {
  color: #fff;
}
.section-frame.section-secondary-neutral-40 {
  background-color: #b2b2b2;
  color: #000;
}
.section-frame.section-secondary-neutral-40 a {
  color: #000;
}
.section-frame.section-secondary-neutral-30 {
  background-color: #c6c6c6;
  color: #000;
}
.section-frame.section-secondary-neutral-30 a {
  color: #000;
}
.section-frame.section-secondary-neutral-20 {
  background-color: #dadada;
  color: #000;
}
.section-frame.section-secondary-neutral-20 a {
  color: #000;
}
.section-frame.section-secondary-neutral-10 {
  background-color: #ededed;
  color: #000;
}
.section-frame.section-secondary-neutral-10 a {
  color: #000;
}
.section-frame.section-tertiary-blue-light {
  background-color: #536D89;
  color: #fff;
}
.section-frame.section-tertiary-blue-light a {
  color: #fff;
}
.section-frame.section-tertiary-cold-blue-light {
  background-color: #b0d0ef;
  color: #000;
}
.section-frame.section-tertiary-cold-blue-light a {
  color: #000;
}
.frame-space-before-extra-small {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .frame-space-before-extra-small {
    margin-top: 7.5px;
  }
}
@media (min-width: 1200px) {
  .frame-space-before-extra-small {
    margin-top: 10px;
  }
}
.frame-space-after-extra-small {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .frame-space-after-extra-small {
    margin-bottom: 7.5px;
  }
}
@media (min-width: 1200px) {
  .frame-space-after-extra-small {
    margin-bottom: 10px;
  }
}
.section-spacing-extra-small {
  padding-bottom: 7.5px;
  padding-top: 7.5px;
}
@media (min-width: 1200px) {
  .section-spacing-extra-small {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
.frame-space-before-small {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .frame-space-before-small {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .frame-space-before-small {
    margin-top: 20px;
  }
}
.frame-space-after-small {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .frame-space-after-small {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .frame-space-after-small {
    margin-bottom: 20px;
  }
}
.section-spacing-small {
  padding-bottom: 15px;
  padding-top: 15px;
}
@media (min-width: 1200px) {
  .section-spacing-small {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.frame-space-before-medium {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .frame-space-before-medium {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .frame-space-before-medium {
    margin-top: 40px;
  }
}
.frame-space-after-medium {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .frame-space-after-medium {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .frame-space-after-medium {
    margin-bottom: 40px;
  }
}
.section-spacing-medium {
  padding-bottom: 30px;
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .section-spacing-medium {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.frame-space-before-large {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .frame-space-before-large {
    margin-top: 45px;
  }
}
@media (min-width: 1200px) {
  .frame-space-before-large {
    margin-top: 60px;
  }
}
.frame-space-after-large {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .frame-space-after-large {
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .frame-space-after-large {
    margin-bottom: 60px;
  }
}
.section-spacing-large {
  padding-bottom: 45px;
  padding-top: 45px;
}
@media (min-width: 1200px) {
  .section-spacing-large {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}
.frame-space-before-extra-large {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .frame-space-before-extra-large {
    margin-top: 90px;
  }
}
@media (min-width: 1200px) {
  .frame-space-before-extra-large {
    margin-top: 120px;
  }
}
.frame-space-after-extra-large {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .frame-space-after-extra-large {
    margin-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .frame-space-after-extra-large {
    margin-bottom: 120px;
  }
}
.section-spacing-extra-large {
  padding-bottom: 90px;
  padding-top: 90px;
}
@media (min-width: 1200px) {
  .section-spacing-extra-large {
    padding-bottom: 180px;
    padding-top: 180px;
  }
}
@media (min-width: 1200px) {
  .container-lg.frame-staging {
    max-width: 1140px;
  }
}
.frame-backgroundimage-container {
  overflow: hidden;
}
.frame-backgroundimage-container + .section-frame, .frame-backgroundimage-container + .frame-staging {
  position: relative;
}
.frame-backgroundimage-container, .frame-backgroundimage {
  position: absolute;
  top: -1px;
  left: 0;
  bottom: -1px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.frame-backgroundimage-fade-1 {
  opacity: 0.125;
}
.frame-backgroundimage-parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media (hover: none) {
  .frame-backgroundimage-parallax {
    background-attachment: initial;
  }
}
.frame-backgroundimage-blur {
  filter: blur(10px);
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  top: -20px;
  left: -20px;
}
.frame-backgroundimage-grayscale {
  filter: grayscale(1);
}
.frame-backgroundimage-sepia {
  filter: sepia(1);
}
.frame-backgroundimage-layout-stretch {
  background-size: 100% 100%;
}
/*frame background native*/
.frame-backgroundimage-layout-native-top-center, .frame-backgroundimage-layout-native-middle-center, .frame-backgroundimage-layout-native-bottom-center {
  background-size: auto;
}
.frame-backgroundimage-layout-native-top-center {
  background-position: top center;
}
.frame-backgroundimage-layout-native-middle-center {
  background-position: center center;
}
.frame-backgroundimage-layout-native-bottom-center {
  background-position: bottom center;
}
.frame-backgroundimage-layout-cover-section-content {
  background-size: 100% 100%;
  height: auto;
}
.section-spacing-extra-small .frame-backgroundimage-layout-cover-section-content {
  bottom: 7.5px;
  top: 7.5px;
}
@media (min-width: 1200px) {
  .section-spacing-extra-small .frame-backgroundimage-layout-cover-section-content {
    bottom: 15px;
    top: 15px;
  }
}
.section-spacing-small .frame-backgroundimage-layout-cover-section-content {
  bottom: 15px;
  top: 15px;
}
@media (min-width: 1200px) {
  .section-spacing-small .frame-backgroundimage-layout-cover-section-content {
    bottom: 30px;
    top: 30px;
  }
}
.section-spacing-medium .frame-backgroundimage-layout-cover-section-content {
  bottom: 30px;
  top: 30px;
}
@media (min-width: 1200px) {
  .section-spacing-medium .frame-backgroundimage-layout-cover-section-content {
    bottom: 60px;
    top: 60px;
  }
}
.section-spacing-large .frame-backgroundimage-layout-cover-section-content {
  bottom: 45px;
  top: 45px;
}
@media (min-width: 1200px) {
  .section-spacing-large .frame-backgroundimage-layout-cover-section-content {
    bottom: 90px;
    top: 90px;
  }
}
.section-spacing-extra-large .frame-backgroundimage-layout-cover-section-content {
  bottom: 90px;
  top: 90px;
}
@media (min-width: 1200px) {
  .section-spacing-extra-large .frame-backgroundimage-layout-cover-section-content {
    bottom: 180px;
    top: 180px;
  }
}
.btn-cta {
  animation-fill-mode: none !important;
}
/* .mrquote {
	display: flex;

	&:before {
		content: "”";
		font-family: "Montserrat", sans-serif;
		font-weight: 900;
		width: 207px;
		color: $primary-red;
		font-size: 120px;
		margin-top: 40px;
	}

	p {
		margin-left: 22px;
		flex-grow: 1;
		padding-right: 10px;
		padding-top: 107px;
	}

	figure {
		margin-top: 37px;
		margin-right: 40px;
		text-align: center;

		img {
			border-radius: 50%;
			width: 207px;
			height: 207px;
		}

		figcaption {
			margin-top: 22px;

			span {
				color: $primary-red;
				display: block;
			}

			.mrquote-name {
				font-size: 20px;
			}

			.mrquote-position {
				font-size: 12px;
			}
		}
	}
} */
@media (max-width: 991.98px) {
  .frame-type-mr_contentelements_quote .section-frame {
    background-color: #fff;
  }
}
.mr-011-quote {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  grid-row-gap: 0;
  grid-column-gap: 1rem;
  grid-template-areas: "Text";
  text-align: center;
}
@media (min-width: 992px) {
  .mr-011-quote {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-template-areas: "Text" "Text";
    text-align: inherit;
  }
}
.mr-011-quote figcaption {
  text-align: center;
  padding: 0.5em 0;
  background-color: #193c61;
  color: #fff;
}
@media (min-width: 992px) {
  .mr-011-quote figcaption {
    margin-top: 1.5rem;
    background-color: transparent;
    color: inherit;
  }
}
.mr-011-quote figcaption ._name {
  font-size: 1.25rem;
}
.mr-011-quote figcaption ._position {
  font-size: 0.75rem;
}
.mr-011-quote-image {
  position: relative;
  text-align: center;
  z-index: 1;
}
.mr-011-quote-image img {
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
}
@media (min-width: 992px) {
  .mr-011-quote-image img {
    width: 12rem;
    height: 12rem;
  }
}
.mr-011-quote-image::before {
  content: "”";
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #e42313;
  font-size: 8rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1rem;
  line-height: 0;
  transform: translateX(-4rem);
  -webkit-transform: translateX(-4rem);
  -moz-transform: translateX(-4rem);
  -ms-transform: translateX(-4rem);
  -o-transform: translateX(-4rem);
}
@media (min-width: 992px) {
  .mr-011-quote-image::before {
    content: none;
  }
}
.mr-011-quote-text {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  position: relative;
  padding: 2rem;
  background-color: #ededed;
  margin-top: -8rem;
  padding-top: 10rem;
}
@media (min-width: 992px) {
  .mr-011-quote-text {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    grid-area: Text;
    background-color: transparent;
    margin-top: 0;
    padding: 2rem 2rem 2rem 6rem;
  }
  .mr-011-quote-text::before {
    content: "”";
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    color: #e42313;
    font-size: 8rem;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
  }
}
.mr-011-quote-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1479.98px) {
  .row.grid-flipcard {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.grid-flipcard .grid-column {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.xx-flipbox {
  cursor: pointer;
  display: block;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  padding: 0;
  margin: 0;
  margin-right: 0px;
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
}
.xx-flipbox:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.xx-flipbox:focus {
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  -o-transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
@media (min-width: 768px) {
  .xx-flipbox:focus {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
/* hover scale start*/
.xx-flipbox {
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  -o-transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
.xx-flipbox.hover {
  -webkit-transition: -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  -o-transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .xx-flipbox.hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
/* hover scale end*/
.xx-flipbox .xx-flipbox-wrapper {
  position: relative;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.xx-flipbox--header {
  font-size: 1.2857142857rem;
  font-weight: 800;
}
@media (min-width: 768px) {
  .xx-flipbox--header {
    font-size: 1.4285714286rem;
  }
}
.xx-flipbox .xx-flipbox-cnt {
  background-color: #71c2d3;
  height: 100%;
  padding: 20px;
  position: relative;
  font-weight: 500;
}
.xx-flipbox .xx-flipbox-cnt::before {
  font-size: 45px;
  line-height: 1;
  position: absolute;
  top: 100%;
  left: 100%;
  width: 1em;
  height: 1em;
  -webkit-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
  background-color: #fff;
}
@media (min-width: 768px) {
  .xx-flipbox .xx-flipbox-cnt::before {
    font-size: 60px;
  }
}
.xx-flipbox .xx-flipbox-outer .xx-flipbox-cnt {
  padding: 40px;
}
.xx-flipbox .xx-flipbox-outer .xx-flipbox-cnt::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 139.92 140.63'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2372c2d3;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg id='Ebene_2' data-name='Ebene 2'%3E%3Cg id='page'%3E%3Cpolygon class='cls-1' points='139.92 5.34 129.92 15.34 58.82 86.45 55.15 90.11 15.35 129.92 4.64 140.63 4.64 5.34 139.92 5.34'/%3E%3Cpath d='M132.4,66.21a40.68,40.68,0,0,1-40.53,40.84h-.16a40.45,40.45,0,0,1-28.65-11.8L31.32,62.74V83.82H26.15V54H55.94v5.18H35.11L66.74,91.6a35.23,35.23,0,0,0,25,10.28h.15a35.5,35.5,0,0,0,24.91-60.66l-6.66-5.95.33-.37,3.32-3.32,6.61,5.91A40.4,40.4,0,0,1,132.4,66.21Z'/%3E%3Cpolygon class='cls-2' points='139.84 0 139.84 5.34 4.64 5.34 4.64 139.92 0 139.92 0 0 139.84 0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.xx-flipbox .xx-flipbox-inner .xx-flipbox-cnt {
  background-color: #B8E1E9;
  /*	overflow: hidden;*/
}
.xx-flipbox .xx-flipbox-inner .xx-flipbox-cnt::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128.91 128.91'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2372c2d3;%7D%3C/style%3E%3C/defs%3E%3Cg id='Ebene_2' data-name='Ebene 2'%3E%3Cg id='page'%3E%3Cpolyline class='cls-1' points='128.91 0 0 0 0 128.91'/%3E%3Cpath d='M125.3,56.85A40.68,40.68,0,0,1,84.77,97.69h-.16A40.45,40.45,0,0,1,56,85.89L24.22,53.38V74.46H19.05V44.67H48.84v5.18H28L59.64,82.24a35.23,35.23,0,0,0,25,10.28h.15a35.5,35.5,0,0,0,24.91-60.66L103,25.91l.33-.37,3.32-3.32,6.61,5.91A40.4,40.4,0,0,1,125.3,56.85Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  -webkit-box-shadow: 4px 4px 0 4px #fff, -4px -4px 7px -2px rgba(0, 0, 0, 0.16);
  box-shadow: 4px 4px 0 4px #fff, -4px -4px 7px -2px rgba(0, 0, 0, 0.16);
}
.xx-flipbox._light .xx-flipbox-outer .xx-flipbox-cnt {
  background-color: #dadada;
}
.xx-flipbox._light .xx-flipbox-outer .xx-flipbox-cnt::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 139.92 140.63'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23dbe1dc;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg id='Ebene_2' data-name='Ebene 2'%3E%3Cg id='page'%3E%3Cpolygon class='cls-1' points='139.92 5.34 129.92 15.34 58.82 86.45 55.15 90.11 15.35 129.92 4.64 140.63 4.64 5.34 139.92 5.34'/%3E%3Cpath d='M132.4,66.21a40.68,40.68,0,0,1-40.53,40.84h-.16a40.45,40.45,0,0,1-28.65-11.8L31.32,62.74V83.82H26.15V54H55.94v5.18H35.11L66.74,91.6a35.23,35.23,0,0,0,25,10.28h.15a35.5,35.5,0,0,0,24.91-60.66l-6.66-5.95.33-.37,3.32-3.32,6.61,5.91A40.4,40.4,0,0,1,132.4,66.21Z'/%3E%3Cpolygon class='cls-2' points='139.84 0 139.84 5.34 4.64 5.34 4.64 139.92 0 139.92 0 0 139.84 0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.xx-flipbox._light .xx-flipbox-inner .xx-flipbox-cnt {
  background-color: #ededed;
}
.xx-flipbox._light .xx-flipbox-inner .xx-flipbox-cnt::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128.91 128.91'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23dbe1dc;%7D%3C/style%3E%3C/defs%3E%3Cg id='Ebene_2' data-name='Ebene 2'%3E%3Cg id='page'%3E%3Cpolyline class='cls-1' points='128.91 0 0 0 0 128.91'/%3E%3Cpath d='M125.3,56.85A40.68,40.68,0,0,1,84.77,97.69h-.16A40.45,40.45,0,0,1,56,85.89L24.22,53.38V74.46H19.05V44.67H48.84v5.18H28L59.64,82.24a35.23,35.23,0,0,0,25,10.28h.15a35.5,35.5,0,0,0,24.91-60.66L103,25.91l.33-.37,3.32-3.32,6.61,5.91A40.4,40.4,0,0,1,125.3,56.85Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.xx-flipbox .xx-flipbox-inner, .xx-flipbox .xx-flipbox-outer {
  height: 235px;
  width: 100%;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 800ms;
  transition: -webkit-transform 800ms;
  -o-transition: transform 800ms;
  transition: transform 800ms;
  transition: transform 800ms, -webkit-transform 800ms;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.xx-flipbox .xx-flipbox-inner {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.xx-flipbox .xx-flipbox-outer {
  z-index: 9;
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
@media not all and (hover: none), (-ms-high-contrast: none) {
  .xx-flipbox.xx-flipbox--notinit .xx-flipbox-wrapper:hover .xx-flipbox-inner, .xx-flipbox .xx-flipbox-wrapper.jshover .xx-flipbox-inner {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  .xx-flipbox.xx-flipbox--notinit .xx-flipbox-wrapper:hover .xx-flipbox-outer, .xx-flipbox .xx-flipbox-wrapper.jshover .xx-flipbox-outer {
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
}
@media (hover: none) {
  .xx-flipbox.hover .xx-flipbox-wrapper .xx-flipbox-inner {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  .xx-flipbox.hover .xx-flipbox-wrapper .xx-flipbox-outer {
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
}
/* ie 11 */
@media (-ms-high-contrast: none) {
  .xx-flipbox {
    -ms-perspective: 1000;
    -webkit-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
  }
  .xx-flipbox .xx-flipbox-wrapper {
    position: static;
    height: 235px;
  }
  .xx-flipbox .xx-flipbox-outer, .xx-flipbox .xx-flipbox-inner {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .xx-flipbox.xx-flipbox--notinit:hover .xx-flipbox-inner, .xx-flipbox.jshover .xx-flipbox-inner {
    z-index: 1;
  }
  .xx-flipbox .xx-flipbox-inner {
    z-index: -1;
  }
  .xx-flipbox .xx-flipbox-outer {
    z-index: 0;
  }
}
.up.xx-flipbox .xx-flipbox-inner {
  -webkit-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.up.xx-flipbox .xx-flipbox-outer {
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
@media not all and (hover: none), (-ms-high-contrast: none) {
  .up.xx-flipbox.xx-flipbox--notinit .xx-flipbox-wrapper:hover .xx-flipbox-inner, .up.xx-flipbox .xx-flipbox-wrapper.jshover .xx-flipbox-inner {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  .up.xx-flipbox.xx-flipbox--notinit .xx-flipbox-wrapper:hover .xx-flipbox-outer, .up.xx-flipbox .xx-flipbox-wrapper.jshover .xx-flipbox-outer {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}
@media (hover: none) {
  .up.xx-flipbox.hover .xx-flipbox-wrapper .xx-flipbox-inner {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  .up.xx-flipbox.hover .xx-flipbox-wrapper .xx-flipbox-outer {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}
.right.xx-flipbox .xx-flipbox-inner {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.right.xx-flipbox .xx-flipbox-outer {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
@media not all and (hover: none), (-ms-high-contrast: none) {
  .right.xx-flipbox.xx-flipbox--notinit .xx-flipbox-wrapper:hover .xx-flipbox-inner, .right.xx-flipbox .xx-flipbox-wrapper.jshover .xx-flipbox-inner {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  .right.xx-flipbox.xx-flipbox--notinit .xx-flipbox-wrapper:hover .xx-flipbox-outer {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}
@media (hover: none) {
  .right.xx-flipbox.hover .xx-flipbox-wrapper .xx-flipbox-inner {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  .right.xx-flipbox.hover .xx-flipbox-wrapper .xx-flipbox-outer {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}
.left.xx-flipbox .xx-flipbox-inner {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.left.xx-flipbox .xx-flipbox-outer {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
@media not all and (hover: none), (-ms-high-contrast: none) {
  .left {
    /*&.xx-flipbox.xx-flipbox--notinit .xx-flipbox-wrapper:hover .xx-flipbox-inner,*/
    /*&.xx-flipbox.xx-flipbox--notinit .xx-flipbox-wrapper:hover .xx-flipbox-outer,*/
  }
  .left.xx-flipbox.xx-flipbox--notinit:hover .xx-flipbox-wrapper .xx-flipbox-inner, .left.xx-flipbox .xx-flipbox-wrapper.jshover .xx-flipbox-inner {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  .left.xx-flipbox.xx-flipbox--notinit:hover .xx-flipbox-wrapper .xx-flipbox-outer, .left.xx-flipbox .xx-flipbox-wrapper.jshover .xx-flipbox-outer {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
@media (hover: none) {
  .left.xx-flipbox.hover .xx-flipbox-wrapper .xx-flipbox-inner {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  .left.xx-flipbox.hover .xx-flipbox-wrapper .xx-flipbox-outer {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
.xx-flipbox-floatdummy {
  float: right;
  /*height: 160px;*/
  height: calc(100% - 30px);
}
.xx-flipbox-floatdummy2 {
  width: 30px;
  height: 50px;
  float: right;
  clear: right;
  background-color: #ffffff;
}
.xx-flipbox.xx-flipbox-stop .xx-flipbox-inner, .xx-flipbox.xx-flipbox-stop .xx-flipbox-outer {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
/*-------------------------------------*/
.frame-type-mr_contentelements_infobox {
  background: #193c61;
  overflow: visible;
}
.mr-infobox {
  position: relative;
  color: #fff;
  background: #193c61;
  padding: 2.5714285714rem 2.2857142857rem 2.5714285714rem 2.2857142857rem;
}
.mr-infobox.img-top .mr-infobox--body {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mr-infobox a {
  color: inherit;
}
@media (min-width: 768px) {
  .mr-infobox.img-left .figure {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .mr-infobox.img-left .mr-infobox--icon {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .mr-infobox.img-right .figure {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
  }
  .mr-infobox.img-right .mr-infobox--icon {
    right: auto;
    left: 0;
  }
}
.mr-infobox .mr-infobox--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mr-infobox .figure {
  margin: auto 0;
  padding: 0 2.7142857143rem;
  width: 27%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  min-width: 18.2857142857rem;
  max-width: 25rem;
}
.mr-infobox .figure .figure-img {
  border-radius: 50%;
  width: 100%;
  height: auto;
  margin: 0;
}
.mr-infobox .mr-infobox--content {
  padding: 2.1428571429rem 2.7142857143rem;
  line-height: 1.7;
  margin-top: auto;
  margin-bottom: auto;
}
.mr-infobox .mr-infobox--copy {
  font-size: 1.1428571429rem;
  line-height: inherit;
}
.mr-infobox .mr-infobox--header {
  margin-bottom: 0px;
}
.mr-infobox .mr-infobox--icon {
  position: absolute;
  top: -2.5rem;
  right: 0;
  height: 5rem;
  width: 5rem;
  background: #ededed;
  text-align: center;
  line-height: 1;
  color: #193c61;
  padding: 10px;
}
.mr-infobox .mr-infobox--icon svg {
  font-size: 3.5714285714rem;
  width: 1em;
  height: 1em;
  fill: #193c61;
}
.frame-type-mr_contentelements_infobox.frame-layout-rot {
  background: #e42313;
}
.frame-layout-rot .mr-infobox {
  background: #e42313;
}
.frame-layout-rot .mr-infobox .mr-infobox--icon svg {
  fill: #e42313;
  border-color: #e42313;
}
@media (max-width: 991.98px) {
  .mr-infobox .figure {
    padding: 0rem 2rem;
  }
  .mr-infobox .mr-infobox--content {
    padding: 1rem 2rem;
  }
}
@media (max-width: 767.98px) {
  .mr-infobox {
    padding: 1rem 2rem;
  }
  .mr-infobox .figure {
    max-width: 180px;
    min-width: 180px;
    width: 180px;
    padding: 1rem 0rem;
  }
  .mr-infobox .mr-infobox--content {
    width: 100%;
    padding: 1rem 0rem;
  }
  .mr-infobox .mr-infobox--body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.grid-row .mr-infobox {
  padding: 1rem 2rem;
}
.grid-row .mr-infobox .figure {
  max-width: 180px;
  min-width: 180px;
  width: 180px;
  padding: 1rem 0rem;
}
.grid-row .mr-infobox .mr-infobox--content {
  width: 100%;
  padding: 1rem 0rem;
}
.grid-row .mr-infobox .mr-infobox--body {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.xx-slide-box {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: z-index 0.25s ease-out;
  -o-transition: z-index 0.25s ease-out;
  transition: z-index 0.25s ease-out;
  margin-bottom: 30px;
}
.xx-slide-box .xx-slide-box-inner, .xx-slide-box .xx-slide-box-outer {
  min-height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.xx-slide-box .xx-slide-box-outer {
  -webkit-transition-property: box-shadow, -webkit-transform, background-color;
  -webkit-transition: 0.3s linear transform;
  -o-transition: 0.3s linear transform;
  transition: 0.3s linear transform;
  -webkit-transition-property: background-color, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, -webkit-box-shadow, -webkit-transform;
  -o-transition-property: box-shadow, transform, background-color;
  transition-property: box-shadow, transform, background-color;
  transition-property: box-shadow, transform, background-color, -webkit-box-shadow, -webkit-transform;
  background: #c8c8c8;
  position: relative;
  z-index: 2;
}
.xx-slide-box .xx-slide-box-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  border-radius: 0 0 4px 4px;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  overflow: visible;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.xx-slide-box .xx-slide-box-dropicon {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  background: #e1e1e1;
  padding: 3px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.xx-slide-box .xx-slide-box-dropicon i {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
i.fa-angle-down {
  display: block;
  width: 40px;
}
i.fa-angle-down:before {
  content: ">";
}
.xx-slide-box.open-slidedown .xx-slide-box-dropicon i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.xx-slide-box .xx-slide-box-closeicon {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #646464;
}
.xx-slide-box.open-slidedown {
  z-index: 5;
  -webkit-transition: z-index 0.15s ease-out;
  -o-transition: z-index 0.15s ease-out;
  transition: z-index 0.15s ease-out;
}
.xx-slide-box.open-slidedown .xx-slide-box-outer {
  background: rgba(178, 200, 210, 0.8);
  -webkit-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  transition: all linear 300ms;
}
.xx-slide-box.open-slidedown .xx-slide-box-inner {
  opacity: 1;
  top: 100%;
  height: auto;
  -webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.07);
  pointer-events: visible;
}
.xx-slide-box.open-slidedown .xx-slide-box-closeicon {
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 1479.98px) {
  .row.grid-slidebox {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.grid-slidebox .grid-column {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.slidebox2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  min-height: 200px;
  overflow: visible;
  margin-bottom: 30px;
}
.slidebox2 {
  -webkit-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}
/* hover scale start*/
.slidebox2 {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.1s ease-out;
}
.slidebox2:not(.open):hover, .slidebox2:not(.open):focus {
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  -o-transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
@media (min-width: 768px) {
  .slidebox2:not(.open):hover, .slidebox2:not(.open):focus {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.slidebox2.open .slidebox2wrapper, .slidebox2:hover .slidebox2wrapper {
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
}
/* hover scale end*/
.slidebox2 .slidebox2wrapper {
  -webkit-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
  background: #193c61;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 200px;
  padding: 20px;
}
.slidebox2.open .slidebox2wrapper {
  -webkit-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
  background: #71c2d3;
}
.slidebox2head {
  padding: 20px 0;
  position: relative;
  text-align: center;
}
.slidebox2--header {
  margin: 0;
  padding-left: 0.3em;
  padding-right: 0.3em;
  font-weight: 800;
  font-size: 1.2857142857rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .slidebox2--header {
    font-size: 1.4285714286rem;
  }
}
.slidebox2--header span {
  background-color: #193c61;
  box-shadow: 0.3em 0px 0px #193c61, -0.3em 0px 0px #193c61, inset -1px 0 #193c61, inset 1px 0 #193c61;
  padding-top: 0.15em;
  padding-bottom: 0.15em;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.slidebox2head span {
  background: #193c61;
  color: #fff;
}
.slidebox2btn {
  position: relative;
  text-align: center;
  border: 0;
  background: #e42313;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-property: color, background, -webkit-transform;
  transition-property: color, background, -webkit-transform;
  -o-transition-property: transform, color, background;
  transition-property: transform, color, background;
  transition-property: transform, color, background, -webkit-transform;
  z-index: 100;
  padding: 0;
  font-size: 30px;
  line-height: 1;
  -webkit-box-shadow: 0 0 0 3px #fff;
  box-shadow: 0 0 0 3px #fff;
}
.slidebox2btn .svg-icon {
  margin: 0;
}
.slidebox2btn:before {
  content: "";
  display: block;
  display: inline-block;
  -webkit-box-shadow: 0 0 0 0 #e42313;
  box-shadow: 0 0 0 0 #e42313;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.slidebox2btn:hover {
  color: #fff;
}
.slidebox2btn:hover:before {
  -webkit-box-shadow: 0 0 0 4px #e42313;
  box-shadow: 0 0 0 4px #e42313;
}
.slidebox2.open .slidebox2btn {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
  color: #71c2d3;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0 -2px 3px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -2px 3px 2px rgba(0, 0, 0, 0.3);
}
.slidebox2.open .slidebox2btn:before {
  -webkit-box-shadow: 0 0 0 4px #fff;
  box-shadow: 0 0 0 4px #fff;
}
.slidebox2.open .slidebox2img {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.slidebox2btnwrapper {
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slidebox2img {
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../../../dummy.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 200px;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.slidbox2ctawrapper {
  width: 100%;
  margin: 20px 0px 0px 0px;
  text-align: center;
}
.slidebox2btnwrapper.collapsed {
  cursor: pointer;
}
.slidebox2btnwrapper.collapsed: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);
}
.ce-gallery figure {
  margin: 0;
}
.ce-gallery figure figcaption {
  margin-top: 10px;
}
.ce-gallery .lightbox img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  transition: all 0.3s;
}
.ce-gallery .lightbox img:hover {
  opacity: 0.8;
}
.ce-gallery a {
  font-weight: normal;
  text-decoration: none;
}
.ce-gallery-row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.ce-gallery-row .ce-column {
  padding: 0 0.5rem 1rem 0.5rem;
}
.ce-gallery-row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.ce-gallery-row.no-gutters > .col, .ce-gallery-row.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.ce-intext .ce-gallery {
  width: 100%;
}
@media (min-width: 992px) {
  .ce-intext .ce-gallery {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.ce-intext:after {
  display: block;
  clear: both;
  content: "";
}
.ce-intext.ce-right .ce-gallery {
  float: right;
}
@media (min-width: 992px) {
  .ce-intext.ce-right .ce-gallery {
    padding-left: 0.5rem;
    margin-left: 0.5rem;
  }
}
.ce-intext.ce-left .ce-gallery {
  float: left;
}
@media (min-width: 992px) {
  .ce-intext.ce-left .ce-gallery {
    padding-right: 0.5rem;
    margin-right: 0.5rem;
  }
}
.ce-intext.ce-nowrap {
  display: flex;
  flex-wrap: wrap;
}
.ce-intext.ce-nowrap .ce-gallery {
  float: none;
}
@media (min-width: 992px) {
  .ce-intext.ce-nowrap.ce-left .ce-gallery {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .ce-intext.ce-nowrap.ce-left .ce-bodytext {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0.5rem;
  }
}
.ce-intext.ce-nowrap.ce-right .ce-gallery {
  order: 1;
}
@media (min-width: 992px) {
  .ce-intext.ce-nowrap.ce-right .ce-gallery {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .ce-intext.ce-nowrap.ce-right .ce-bodytext {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0.5rem;
  }
}
@media (min-width: 992px) {
  .ce-intext.ce-nowrap .ce-bodytext {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion--item-header {
  border-bottom: 3px solid #71c2d3;
  margin-top: 0.5rem;
  color: #000;
}
.accordion--item-header:hover {
  color: #2f52a0;
}
.accordion--item-header .btn {
  color: inherit;
  position: relative;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: bold;
  font-size: 1rem;
  border-width: 0;
}
.accordion--item-header .btn.collapsed .accordion-toggle .svg-icon {
  transform: rotate(0deg);
}
.accordion--item-header .accordion-toggle {
  background-color: #71c2d3;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 28px;
  pointer-events: none;
  color: #fff;
  text-align: center;
  line-height: 28px;
}
.accordion--item-header .accordion-toggle .svg-icon {
  margin: 4px;
  font-size: 20px;
  transform: rotate(180deg);
}
.accordion--item-body {
  overflow: hidden;
}
.accordion--item-body > .frame {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.accordion--item-body > .frame.frame-grid-accordion {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.accordion .accordion--item_nested > .accordion--item-header {
  border-bottom: 3px solid #193c61;
}
.accordion .accordion--item_nested > .accordion--item-header .accordion-toggle {
  background-color: #193c61;
}
.accordion .accordion--item_nested > .accordion--item-header:hover {
  color: #193c61;
}
.frame-staging .frame .grid-listpanel-container {
  padding: 0;
}
.mr-listpanel--swiper {
  width: 100%;
  padding-bottom: 30px;
}
.mr-listpanel--swiper .swiper-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mr-listpanel--swiper .swiper-nav-wrap .swiper-pagination-bullets {
  position: relative;
  bottom: auto;
  line-height: 1;
}
.mr-listpanel--swiper .swiper-nav-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
  vertical-align: top;
  margin: 0 4px;
}
.mr-listpanel--swiper .swiper-nav-wrap .swiper-button-prev.swiper-button-disabled, .mr-listpanel--swiper .swiper-nav-wrap .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  color: #ededed;
}
.mr-listpanel--swiper .swiper-button-next, .mr-listpanel--swiper .swiper-button-prev {
  display: none;
  background: none;
  font-size: 30px;
  width: 30px;
  height: 30px;
}
.mr-listpanel--swiper.swiper-initialized .swiper-button-next, .mr-listpanel--swiper.swiper-initialized .swiper-button-prev {
  display: block;
}
.mr-listpanel--swiper .swiper-button-prev, .mr-listpanel--swiper .swiper-rtl .swiper-button-next {
  left: 60px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.mr-listpanel--swiper .swiper-button-next, .mr-listpanel--swiper .swiper-rtl .swiper-button-prev {
  right: 60px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mr-listpanel--swiper .swiper-button-prev, .mr-listpanel--swiper .swiper-button-next {
  position: relative;
  top: 0;
  margin-top: 0;
  line-height: 1;
}
@media (max-width: 1479.98px) {
  .row.grid-listpanel, .grid-listpanel {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.grid-listpanel .grid-column, .grid-listpanel .grid-column {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.mr-listpanel {
  margin-bottom: 2rem;
  background: #B8E1E9;
  max-width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.mr-listpanel.primary-light {
  background: #ededed;
}
.mr-listpanel.mr-listpanel--img-top .mr-listpanel--body {
  padding-top: 0;
}
.mr-listpanel.mr-listpanel--img-top .mr-listpanel--body .mr-listpanel--header {
  margin-top: -0.85em;
}
.mr-listpanel.mr-listpanel--img-bottom .mr-listpanel--img {
  margin-top: -1rem;
}
.mr-listpanel p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.mr-listpanel--body {
  padding: 1rem 1rem 1rem 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .mr-listpanel--body {
    padding: 1.5rem 2rem 2rem 2rem;
  }
}
.mr-listpanel--header {
  margin-bottom: 1em;
  font-weight: 800;
  color: #fff;
  font-size: 1.2857142857rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .mr-listpanel--header {
    font-size: 1.4285714286rem;
  }
}
.mr-listpanel--header span {
  background-color: #193c61;
  box-shadow: 0.3em 0px 0px #193c61, -0.3em 0px 0px #193c61, inset -1px 0 #193c61, inset 1px 0 #193c61;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.mr-listpanel--link {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1479.98px) {
  .row.grid-ctapanel {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.grid-ctapanel .grid-column {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.mr-ctapanel {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 2rem;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  -o-transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
.mr-ctapanel.panel-default {
  background: #ededed;
}
.mr-ctapanel.panel-cyan {
  background: #71c2d3;
}
.mr-ctapanel:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  -o-transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.16);
}
.mr-ctapanel p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.mr-ctapanel--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
.mr-ctapanel--content-wrap {
  padding: 1.5rem 2rem 2rem 2rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.mr-ctapanel--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mr-ctapanel--copy {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  max-width: 100%;
}
.mr-ctapanel--cta {
  margin-top: auto;
  width: 100%;
  text-align: right;
}
.mr-ctapanel--header {
  margin-bottom: 1em;
  width: 100%;
  font-weight: 800;
}
.mr-ctapanel--header .hword {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.mr-ctapanel.full-img-left {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mr-ctapanel.full-img-left .mr-ctapanel--content-wrap {
  padding: 1rem;
}
.mr-ctapanel.full-img-left .mr-ctapanel--img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.mr-ctapanel.full-img-left .mr-ctapanel--img .focuspoint {
  height: 200px;
}
.mr-ctapanel.full-img-left .mr-ctapanel--img .focuspoint img {
  max-height: none;
}
.mr-ctapanel.full-img-left.hide-img-xs[data-element-size="x-small"] .mr-ctapanel--img {
  display: none;
}
@media (max-width: 575.98px) {
  .mr-ctapanel.full-img-left.hide-img-xs .mr-ctapanel--img {
    display: none;
  }
}
@media (min-width: 576px) {
  .mr-ctapanel.full-img-left {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .mr-ctapanel.full-img-left .mr-ctapanel--img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 250px;
  }
  .mr-ctapanel.full-img-left .mr-ctapanel--img .focuspoint {
    height: 100%;
  }
  .mr-ctapanel.full-img-left .mr-ctapanel--img .focuspoint img {
    /*-webkit-transition: all .3s;
                    -o-transition: all .3s;
                    transition: all .3s;
                    max-height:100%;*/
  }
  .mr-ctapanel.full-img-left .mr-ctapanel--content-wrap {
    padding: 1.5rem 2rem 2rem 2rem;
  }
}
.mr-ctapanel.full-img-left[data-element-size="small"] .mr-ctapanel--img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}
.mr-ctapanel.full-img-left[data-element-size="small"] .mr-ctapanel--img .focuspoint {
  height: 100%;
}
.mr-ctapanel.full-img-left[data-element-size="small"] .mr-ctapanel--img .focuspoint img {
  /*max-height:100%;*/
}
.mr-ctapanel.full-img-left[data-element-size="small"] .mr-ctapanel--content-wrap {
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
.mr-ctapanel.content-img-right .mr-ctapanel--img {
  width: 40%;
  margin-left: 1rem;
  text-align: center;
}
.mr-ctapanel.content-img-right .mr-ctapanel--img img {
  width: 150px;
}
.mr-ctapanel.content-img-right[data-element-size="x-small"] .mr-ctapanel--content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mr-ctapanel.content-img-right[data-element-size="x-small"] .mr-ctapanel--img {
  width: 100%;
  margin: 0;
}
.mr-ctapanel.content-img-right[data-element-size="x-small"] .mr-ctapanel--copy {
  width: 100%;
}
.tabs .tab-content {
  background-color: #f6f6f6;
  padding: 1rem;
}
.address-team {
  overflow: hidden;
}
.address-team .team-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.address-team .team-list--item {
  color: #193c61;
  text-align: center;
  margin-bottom: 20px;
}
.address-team .figure {
  max-width: 240px;
  display: block;
  margin: 0 auto 1rem auto;
}
.address-team .figure-img {
  border-radius: 50%;
}
.address-team .description {
  font-weight: 500;
  color: #000;
}
.address-team .list-social-media {
  font-size: 2rem;
}
.address-team .list-social-media .icon {
  width: 1em;
  fill: currentColor;
}
.address-team .team-header {
  margin-bottom: 0.5rem;
}
.address-team .team-header h4, .address-team .team-header p {
  margin-bottom: 0;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  display: inline-block;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.1);
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background: #193c61;
}
.content-swiper {
  margin-left: -15px;
  margin-right: -15px;
  padding: 30px 40px 40px 40px;
  /*
    &.swiper-content-boxed {
        padding-bottom:0;
    }
    */
}
@media (min-width: 992px) {
  .content-swiper {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 576px) {
  .content-swiper {
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.content-swiper.primary-red {
  background-color: #e42313;
  color: #fff;
}
.content-swiper.primary-blue {
  background-color: #193c61;
  color: #fff;
}
.content-swiper.primary-light {
  background-color: #ededed;
  color: #000;
}
.content-swiper.secondary-cold-blue {
  background-color: #2f52a0;
  color: #fff;
}
.content-swiper.secondary-cold-petrol {
  background-color: #4cb4e7;
  color: #fff;
}
.content-swiper.secondary-cold-petrol-light {
  background-color: #71c2d3;
  color: #000;
}
.content-swiper.secondary-neutral-70 {
  background-color: #706f6f;
  color: #fff;
}
.content-swiper.secondary-neutral-60 {
  background-color: #878787;
  color: #fff;
}
.content-swiper.secondary-neutral-50 {
  background-color: #9d9d9c;
  color: #fff;
}
.content-swiper.secondary-neutral-40 {
  background-color: #b2b2b2;
  color: #000;
}
.content-swiper.secondary-neutral-30 {
  background-color: #c6c6c6;
  color: #000;
}
.content-swiper.secondary-neutral-20 {
  background-color: #dadada;
  color: #000;
}
.content-swiper.secondary-neutral-10 {
  background-color: #ededed;
  color: #000;
}
.content-swiper.tertiary-blue-light {
  background-color: #536D89;
  color: #fff;
}
.content-swiper.tertiary-cold-blue-light {
  background-color: #b0d0ef;
  color: #000;
}
.content-swiper .swiper-button-next, .content-swiper .swiper-button-prev {
  background: none;
  font-size: 30px;
  width: 1em;
  height: 1em;
  line-height: 1;
}
.content-swiper .swiper-button-prev, .content-swiper .swiperrtl .swiper-button-next {
  left: 0;
  transform: rotate(-90deg);
}
.content-swiper .swiper-button-next, .content-swiper .swiper-rtl .swiper-button-prev {
  right: 0;
  transform: rotate(90deg);
}
.content-swiper.swiper-pagination-fraction, .content-swiper.swiper-pagination-custom, .content-swiper.swiper-horizontal > .swiper-pagination-bullets {
  bottom: 15px;
}
.content-swiper .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.1);
}
.content-swiper .swiper-pagination-bullet-active {
  background: #193c61;
}
@media (min-width: 768px) {
  .content-swiper .swiper-button-next, .content-swiper .swiper-button-prev {
    font-size: 40px;
  }
  .content-swiper .swiper-button-prev, .content-swiper .swiper-rtl .swiper-button-next {
    left: 10px;
  }
  .content-swiper .swiper-button-next, .content-swiper .swiper-rtl .swiper-button-prev {
    right: 10px;
  }
}
.content-swiper.v2 {
  padding: 40px 0;
}
.grid-swiper {
  overflow: visible;
}
.xx-download--list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.download-item {
  margin: 10px 0;
  display: block;
  position: relative;
  transition: all 0.3s;
}
.download-item .download-link {
  color: #000;
  text-decoration: underline;
}
.download-item .download-link:hover {
  text-decoration: none;
}
.download-item .download-icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 26px;
  width: 1em;
  height: 1em;
}
.download-item .download-title {
  font-size: 16px;
  line-height: 22px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 100%;
  position: relative;
  left: 0;
  padding-left: 40px;
  display: block;
  text-decoration: inherit;
}
.download-latest .download-item ._preview-area {
  height: 220px;
}
.download-latest .download-item img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
.download-latest .download-item > .download-title {
  padding-left: 0;
}
.download-latest .download-item .download-link {
  display: block;
  position: relative;
}
.parallax-image-container .embed-responsive-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.parallax-image-container img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.parallax-image-container.embed-responsive-stretch {
  height: 100%;
}
.mr-counter {
  text-align: center;
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.mr-counter--image {
  max-width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}
.mr-counter--heading {
  font-size: 1rem;
  height: 2.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.mr-counter--figure-wrapper {
  font-weight: 800;
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .mr-counter--image-wrapper--rel {
    margin-bottom: 3rem;
  }
  .mr-counter--heading {
    font-size: 1.15rem;
  }
  .mr-counter--figure-wrapper {
    font-size: 2.75rem;
  }
}
.mr-benefits .mr-benefits--header {
  position: relative;
}
.mr-benefits .mr-benefits--header-background img {
  width: 100%;
  height: auto;
}
.mr-benefits .mr-benefits--background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  text-align: center;
  padding-top: 3vw;
  padding-bottom: 3vw;
  padding-left: 15px;
  padding-right: 15px;
}
.mr-benefits .mr-benefits--overlay-title {
  width: 700px;
  max-width: 100%;
  margin: auto;
  margin-top: 3%;
}
.mr-benefits .header--benefits {
  font-weight: 800;
  line-height: 1.7;
  margin: 0;
}
.mr-benefits .header--benefits span {
  hyphens: auto;
  background-color: #193c61;
  box-shadow: 0.3em 0px 0px #193c61, -0.3em 0px 0px #193c61, inset -1px 0 #193c61, inset 1px 0 #193c61;
  padding-top: 0.15em;
  padding-bottom: 0.15em;
}
.mr-benefits .header--benefits.boxed-red span {
  color: #fff;
  background-color: #e42313;
}
.mr-benefits .header--benefits.boxed-blue span {
  color: #fff;
  background-color: #193c61;
}
.mr-benefits .mr-benefits--content {
  margin-top: 45px;
  padding-bottom: 40px;
}
.mr-benefits .mr-benefits--content .swiper-nav-wrap {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.mr-benefits .mr-benefits--content .swiper-nav-wrap .swiper-pagination-bullets {
  position: relative;
  bottom: auto;
  line-height: 1;
}
.mr-benefits .mr-benefits--content .swiper-nav-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
  vertical-align: top;
  margin: 0 4px;
}
.mr-benefits .mr-benefits--content .swiper-nav-wrap .swiper-button-prev.swiper-button-disabled, .mr-benefits .mr-benefits--content .swiper-nav-wrap .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  color: #ededed;
}
.mr-benefits .mr-benefits--content .swiper-button-next, .mr-benefits .mr-benefits--content .swiper-button-prev {
  display: none;
  background: none;
  font-size: 30px;
  width: 30px;
  height: 30px;
}
.mr-benefits .mr-benefits--content.swiper-initialized .swiper-button-next, .mr-benefits .mr-benefits--content.swiper-initialized .swiper-button-prev {
  display: block;
}
.mr-benefits .mr-benefits--content .swiper-button-prev, .mr-benefits .mr-benefits--content .swiper-rtl .swiper-button-next {
  left: 60px;
  transform: rotate(-90deg);
}
.mr-benefits .mr-benefits--content .swiper-button-next, .mr-benefits .mr-benefits--content .swiper-rtl .swiper-button-prev {
  right: 60px;
  transform: rotate(90deg);
}
.mr-benefits .mr-benefits--content .swiper-button-prev, .mr-benefits .mr-benefits--content .swiper-button-next {
  position: relative;
  top: 0;
  margin-top: 0;
  line-height: 1;
}
.mr-benefits .mr-benefits--list img {
  height: 120px;
  width: auto;
  max-width: 100%;
  margin: auto;
  margin-bottom: 25px;
  display: inline-block;
}
.mr-benefits .mr-benefits--list-header {
  text-align: center;
}
.mr-benefits .mr-benefits--list-title {
  margin-bottom: 40px;
  font-weight: 900;
}
.mr-benefits .swiper-wrapper {
  justify-content: center;
}
.mr-benefits .mr-benefits--col {
  width: 33.3333333333%;
  max-width: 450px;
  flex-grow: 1;
}
@media (max-width: 991.98px) {
  .mr-benefits .swiper-wrapper {
    justify-content: flex-start;
  }
  .mr-benefits .mr-benefits--col {
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .mr-benefits .mr-benefits--col {
    width: 100%;
    max-width: 100%;
  }
  .mr-benefits .mr-benefits--list {
    width: 350px;
    max-width: 100%;
    margin: auto;
  }
}
@media (max-width: 575.98px) {
  .mr-benefits .mr-benefits--header-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mr-benefits .mr-benefits--background-overlay {
    position: relative;
  }
  .mr-benefits .mr-benefits--header.hide-bg-sm .mr-benefits--header-background {
    display: none;
  }
}
.mr-slider-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.mr-slider-wrapper > .slider--linkwrap {
  position: relative;
  z-index: 100;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .mr-slider-wrapper > .slider--linkwrap .btn {
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: 0;
  }
}
.mr-slider .swiper-button-next, .mr-slider .swiper-button-prev {
  color: #fff;
  background: none;
  font-size: 30px;
  width: 1em;
  height: 1em;
  line-height: 1;
  top: auto;
  bottom: 10%;
}
.mr-slider .swiper-button-next .svg-icon, .mr-slider .swiper-button-prev .svg-icon {
  top: 0;
  vertical-align: top;
}
@media (min-width: 768px) {
  .mr-slider .swiper-button-next, .mr-slider .swiper-button-prev {
    font-size: 44px;
    top: 50%;
    bottom: auto;
  }
}
.mr-slider .swiper-button-prev, .mr-slider .swiper-rtl .swiper-button-next {
  left: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (min-width: 768px) {
  .mr-slider .swiper-button-prev, .mr-slider .swiper-rtl .swiper-button-next {
    left: 23px;
  }
}
.mr-slider .swiper-button-next, .mr-slider .swiper-rtl .swiper-button-prev {
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .mr-slider .swiper-button-next, .mr-slider .swiper-rtl .swiper-button-prev {
    right: 23px;
  }
}
@media (min-width: 576px) {
  .mr-slider.has-navigation .content-overlay {
    padding-left: 75px;
    padding-right: 75px;
  }
}
.mr-slider .content-overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  line-height: 1.5;
}
@media (min-width: 576px) {
  .mr-slider .content-overlay {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.mr-slider .content-overlay a {
  /*background-color: rgba(0,0,0,.3);*/
  color: inherit;
}
.mr-slider .content-overlay-inner {
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .mr-slider .content-overlay-inner {
    margin-bottom: 30px;
  }
  .mr-slider .content-overlay-inner.text-left {
    padding-right: 25%;
  }
  .mr-slider .content-overlay-inner.text-right {
    padding-left: 25%;
  }
}
@media (min-width: 768px) {
  .mr-slider .content-overlay-inner {
    font-size: 2.4285714286rem;
  }
}
@media (min-width: 1200px) {
  .mr-slider .content-overlay-inner.text-left {
    padding-right: 30%;
  }
  .mr-slider .content-overlay-inner.text-right {
    padding-left: 30%;
  }
}
.mr-slider .slider--linkwrap {
  height: 0;
  width: 100%;
  display: none;
}
.mr-slider .swiper-slide-active .slider--linkwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mr-slider .swiper-pagination-mr {
  bottom: 10%;
  left: 0;
  width: 100%;
}
.mr-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
}
.mr-slider .swiper-pagination-bullet-active {
  background: #000;
}
.mr-slider .slide-background {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.mr-slider .slide-background.responsive-image {
  width: 100%;
}
.mr-slider .slide-background.responsive-image picture {
  width: 100%;
}
.mr-slider .slide-background.responsive-image img {
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .mr-slider .slide-background.responsive-image img {
    max-width: 100%;
    height: auto;
    min-height: 420px;
    min-width: 420px;
  }
}
.mr-slider .slide-background.show {
  opacity: 1;
}
.mr-slider .slide-background-image.focuspoint {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mr-slider .slide-background-image.focuspoint img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mr-slider[data-layout-active="dark"] .content-overlay-inner, .mr-slider[data-layout-active="dark"] .swiper-button-next, .mr-slider[data-layout-active="dark"] .swiper-button-prev {
  color: #000;
}
.mr-slider[data-layout-active="primary-blue"] .content-overlay-inner, .mr-slider[data-layout-active="primary-blue"] .swiper-button-next, .mr-slider[data-layout-active="primary-blue"] .swiper-button-prev {
  color: #193c61;
}
.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: #193c61 !important;
}
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
  background-color: #0f2338 !important;
}
.bg-secondary {
  background-color: #ededed !important;
}
a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
  background-color: #d4d4d4 !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: #fff !important;
}
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
  background-color: #e6e6e6 !important;
}
.bg-dark {
  background-color: #000 !important;
}
a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
  background-color: black !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #c6c6c6 !important;
}
.border-top {
  border-top: 1px solid #c6c6c6 !important;
}
.border-right {
  border-right: 1px solid #c6c6c6 !important;
}
.border-bottom {
  border-bottom: 1px solid #c6c6c6 !important;
}
.border-left {
  border-left: 1px solid #c6c6c6 !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: #193c61 !important;
}
.border-secondary {
  border-color: #ededed !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: #fff !important;
}
.border-dark {
  border-color: #000 !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 (min-width: 1480px) {
  .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 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%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1480px) {
  .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;
  }
}
.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;
  }
}
@media (min-width: 1480px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}
.user-select-auto {
  user-select: auto !important;
}
.user-select-none {
  user-select: 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;
}
.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: 5px !important;
}
.mt-1, .my-1 {
  margin-top: 5px !important;
}
.mr-1, .mx-1 {
  margin-right: 5px !important;
}
.mb-1, .my-1 {
  margin-bottom: 5px !important;
}
.ml-1, .mx-1 {
  margin-left: 5px !important;
}
.m-2 {
  margin: 10px !important;
}
.mt-2, .my-2 {
  margin-top: 10px !important;
}
.mr-2, .mx-2 {
  margin-right: 10px !important;
}
.mb-2, .my-2 {
  margin-bottom: 10px !important;
}
.ml-2, .mx-2 {
  margin-left: 10px !important;
}
.m-3 {
  margin: 20px !important;
}
.mt-3, .my-3 {
  margin-top: 20px !important;
}
.mr-3, .mx-3 {
  margin-right: 20px !important;
}
.mb-3, .my-3 {
  margin-bottom: 20px !important;
}
.ml-3, .mx-3 {
  margin-left: 20px !important;
}
.m-4 {
  margin: 30px !important;
}
.mt-4, .my-4 {
  margin-top: 30px !important;
}
.mr-4, .mx-4 {
  margin-right: 30px !important;
}
.mb-4, .my-4 {
  margin-bottom: 30px !important;
}
.ml-4, .mx-4 {
  margin-left: 30px !important;
}
.m-5 {
  margin: 60px !important;
}
.mt-5, .my-5 {
  margin-top: 60px !important;
}
.mr-5, .mx-5 {
  margin-right: 60px !important;
}
.mb-5, .my-5 {
  margin-bottom: 60px !important;
}
.ml-5, .mx-5 {
  margin-left: 60px !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: 5px !important;
}
.pt-1, .py-1 {
  padding-top: 5px !important;
}
.pr-1, .px-1 {
  padding-right: 5px !important;
}
.pb-1, .py-1 {
  padding-bottom: 5px !important;
}
.pl-1, .px-1 {
  padding-left: 5px !important;
}
.p-2 {
  padding: 10px !important;
}
.pt-2, .py-2 {
  padding-top: 10px !important;
}
.pr-2, .px-2 {
  padding-right: 10px !important;
}
.pb-2, .py-2 {
  padding-bottom: 10px !important;
}
.pl-2, .px-2 {
  padding-left: 10px !important;
}
.p-3 {
  padding: 20px !important;
}
.pt-3, .py-3 {
  padding-top: 20px !important;
}
.pr-3, .px-3 {
  padding-right: 20px !important;
}
.pb-3, .py-3 {
  padding-bottom: 20px !important;
}
.pl-3, .px-3 {
  padding-left: 20px !important;
}
.p-4 {
  padding: 30px !important;
}
.pt-4, .py-4 {
  padding-top: 30px !important;
}
.pr-4, .px-4 {
  padding-right: 30px !important;
}
.pb-4, .py-4 {
  padding-bottom: 30px !important;
}
.pl-4, .px-4 {
  padding-left: 30px !important;
}
.p-5 {
  padding: 60px !important;
}
.pt-5, .py-5 {
  padding-top: 60px !important;
}
.pr-5, .px-5 {
  padding-right: 60px !important;
}
.pb-5, .py-5 {
  padding-bottom: 60px !important;
}
.pl-5, .px-5 {
  padding-left: 60px !important;
}
.m-n1 {
  margin: -5px !important;
}
.mt-n1, .my-n1 {
  margin-top: -5px !important;
}
.mr-n1, .mx-n1 {
  margin-right: -5px !important;
}
.mb-n1, .my-n1 {
  margin-bottom: -5px !important;
}
.ml-n1, .mx-n1 {
  margin-left: -5px !important;
}
.m-n2 {
  margin: -10px !important;
}
.mt-n2, .my-n2 {
  margin-top: -10px !important;
}
.mr-n2, .mx-n2 {
  margin-right: -10px !important;
}
.mb-n2, .my-n2 {
  margin-bottom: -10px !important;
}
.ml-n2, .mx-n2 {
  margin-left: -10px !important;
}
.m-n3 {
  margin: -20px !important;
}
.mt-n3, .my-n3 {
  margin-top: -20px !important;
}
.mr-n3, .mx-n3 {
  margin-right: -20px !important;
}
.mb-n3, .my-n3 {
  margin-bottom: -20px !important;
}
.ml-n3, .mx-n3 {
  margin-left: -20px !important;
}
.m-n4 {
  margin: -30px !important;
}
.mt-n4, .my-n4 {
  margin-top: -30px !important;
}
.mr-n4, .mx-n4 {
  margin-right: -30px !important;
}
.mb-n4, .my-n4 {
  margin-bottom: -30px !important;
}
.ml-n4, .mx-n4 {
  margin-left: -30px !important;
}
.m-n5 {
  margin: -60px !important;
}
.mt-n5, .my-n5 {
  margin-top: -60px !important;
}
.mr-n5, .mx-n5 {
  margin-right: -60px !important;
}
.mb-n5, .my-n5 {
  margin-bottom: -60px !important;
}
.ml-n5, .mx-n5 {
  margin-left: -60px !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: 5px !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 5px !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 5px !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 5px !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 5px !important;
  }
  .m-sm-2 {
    margin: 10px !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 10px !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 10px !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 10px !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 10px !important;
  }
  .m-sm-3 {
    margin: 20px !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 20px !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 20px !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 20px !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 20px !important;
  }
  .m-sm-4 {
    margin: 30px !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 30px !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 30px !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 30px !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 30px !important;
  }
  .m-sm-5 {
    margin: 60px !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 60px !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 60px !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 60px !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 60px !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: 5px !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 5px !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 5px !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 5px !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 5px !important;
  }
  .p-sm-2 {
    padding: 10px !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 10px !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 10px !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 10px !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 10px !important;
  }
  .p-sm-3 {
    padding: 20px !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 20px !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 20px !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 20px !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 20px !important;
  }
  .p-sm-4 {
    padding: 30px !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 30px !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 30px !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 30px !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 30px !important;
  }
  .p-sm-5 {
    padding: 60px !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 60px !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 60px !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 60px !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 60px !important;
  }
  .m-sm-n1 {
    margin: -5px !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -5px !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -5px !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -5px !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -5px !important;
  }
  .m-sm-n2 {
    margin: -10px !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -10px !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -10px !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -10px !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -10px !important;
  }
  .m-sm-n3 {
    margin: -20px !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -20px !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -20px !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -20px !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -20px !important;
  }
  .m-sm-n4 {
    margin: -30px !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -30px !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -30px !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -30px !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -30px !important;
  }
  .m-sm-n5 {
    margin: -60px !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -60px !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -60px !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -60px !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -60px !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: 5px !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 5px !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 5px !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 5px !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 5px !important;
  }
  .m-md-2 {
    margin: 10px !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 10px !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 10px !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 10px !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 10px !important;
  }
  .m-md-3 {
    margin: 20px !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 20px !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 20px !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 20px !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 20px !important;
  }
  .m-md-4 {
    margin: 30px !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 30px !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 30px !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 30px !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 30px !important;
  }
  .m-md-5 {
    margin: 60px !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 60px !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 60px !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 60px !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 60px !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: 5px !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 5px !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 5px !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 5px !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 5px !important;
  }
  .p-md-2 {
    padding: 10px !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 10px !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 10px !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 10px !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 10px !important;
  }
  .p-md-3 {
    padding: 20px !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 20px !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 20px !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 20px !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 20px !important;
  }
  .p-md-4 {
    padding: 30px !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 30px !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 30px !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 30px !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 30px !important;
  }
  .p-md-5 {
    padding: 60px !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 60px !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 60px !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 60px !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 60px !important;
  }
  .m-md-n1 {
    margin: -5px !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -5px !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -5px !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -5px !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -5px !important;
  }
  .m-md-n2 {
    margin: -10px !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -10px !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -10px !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -10px !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -10px !important;
  }
  .m-md-n3 {
    margin: -20px !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -20px !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -20px !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -20px !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -20px !important;
  }
  .m-md-n4 {
    margin: -30px !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -30px !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -30px !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -30px !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -30px !important;
  }
  .m-md-n5 {
    margin: -60px !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -60px !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -60px !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -60px !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -60px !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: 5px !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 5px !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 5px !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 5px !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 5px !important;
  }
  .m-lg-2 {
    margin: 10px !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 10px !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 10px !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 10px !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 10px !important;
  }
  .m-lg-3 {
    margin: 20px !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 20px !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 20px !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 20px !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 20px !important;
  }
  .m-lg-4 {
    margin: 30px !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 30px !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 30px !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 30px !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 30px !important;
  }
  .m-lg-5 {
    margin: 60px !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 60px !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 60px !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 60px !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 60px !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: 5px !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 5px !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 5px !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 5px !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 5px !important;
  }
  .p-lg-2 {
    padding: 10px !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 10px !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 10px !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 10px !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 10px !important;
  }
  .p-lg-3 {
    padding: 20px !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 20px !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 20px !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 20px !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 20px !important;
  }
  .p-lg-4 {
    padding: 30px !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 30px !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 30px !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 30px !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 30px !important;
  }
  .p-lg-5 {
    padding: 60px !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 60px !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 60px !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 60px !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 60px !important;
  }
  .m-lg-n1 {
    margin: -5px !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -5px !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -5px !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -5px !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -5px !important;
  }
  .m-lg-n2 {
    margin: -10px !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -10px !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -10px !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -10px !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -10px !important;
  }
  .m-lg-n3 {
    margin: -20px !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -20px !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -20px !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -20px !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -20px !important;
  }
  .m-lg-n4 {
    margin: -30px !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -30px !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -30px !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -30px !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -30px !important;
  }
  .m-lg-n5 {
    margin: -60px !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -60px !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -60px !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -60px !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -60px !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: 5px !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 5px !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 5px !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 5px !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 5px !important;
  }
  .m-xl-2 {
    margin: 10px !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 10px !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 10px !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 10px !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 10px !important;
  }
  .m-xl-3 {
    margin: 20px !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 20px !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 20px !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 20px !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 20px !important;
  }
  .m-xl-4 {
    margin: 30px !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 30px !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 30px !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 30px !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 30px !important;
  }
  .m-xl-5 {
    margin: 60px !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 60px !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 60px !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 60px !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 60px !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: 5px !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 5px !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 5px !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 5px !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 5px !important;
  }
  .p-xl-2 {
    padding: 10px !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 10px !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 10px !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 10px !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 10px !important;
  }
  .p-xl-3 {
    padding: 20px !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 20px !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 20px !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 20px !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 20px !important;
  }
  .p-xl-4 {
    padding: 30px !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 30px !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 30px !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 30px !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 30px !important;
  }
  .p-xl-5 {
    padding: 60px !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 60px !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 60px !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 60px !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 60px !important;
  }
  .m-xl-n1 {
    margin: -5px !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -5px !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -5px !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -5px !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -5px !important;
  }
  .m-xl-n2 {
    margin: -10px !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -10px !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -10px !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -10px !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -10px !important;
  }
  .m-xl-n3 {
    margin: -20px !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -20px !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -20px !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -20px !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -20px !important;
  }
  .m-xl-n4 {
    margin: -30px !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -30px !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -30px !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -30px !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -30px !important;
  }
  .m-xl-n5 {
    margin: -60px !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -60px !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -60px !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -60px !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -60px !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: 1480px) {
  .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: 5px !important;
  }
  .mt-xxl-1, .my-xxl-1 {
    margin-top: 5px !important;
  }
  .mr-xxl-1, .mx-xxl-1 {
    margin-right: 5px !important;
  }
  .mb-xxl-1, .my-xxl-1 {
    margin-bottom: 5px !important;
  }
  .ml-xxl-1, .mx-xxl-1 {
    margin-left: 5px !important;
  }
  .m-xxl-2 {
    margin: 10px !important;
  }
  .mt-xxl-2, .my-xxl-2 {
    margin-top: 10px !important;
  }
  .mr-xxl-2, .mx-xxl-2 {
    margin-right: 10px !important;
  }
  .mb-xxl-2, .my-xxl-2 {
    margin-bottom: 10px !important;
  }
  .ml-xxl-2, .mx-xxl-2 {
    margin-left: 10px !important;
  }
  .m-xxl-3 {
    margin: 20px !important;
  }
  .mt-xxl-3, .my-xxl-3 {
    margin-top: 20px !important;
  }
  .mr-xxl-3, .mx-xxl-3 {
    margin-right: 20px !important;
  }
  .mb-xxl-3, .my-xxl-3 {
    margin-bottom: 20px !important;
  }
  .ml-xxl-3, .mx-xxl-3 {
    margin-left: 20px !important;
  }
  .m-xxl-4 {
    margin: 30px !important;
  }
  .mt-xxl-4, .my-xxl-4 {
    margin-top: 30px !important;
  }
  .mr-xxl-4, .mx-xxl-4 {
    margin-right: 30px !important;
  }
  .mb-xxl-4, .my-xxl-4 {
    margin-bottom: 30px !important;
  }
  .ml-xxl-4, .mx-xxl-4 {
    margin-left: 30px !important;
  }
  .m-xxl-5 {
    margin: 60px !important;
  }
  .mt-xxl-5, .my-xxl-5 {
    margin-top: 60px !important;
  }
  .mr-xxl-5, .mx-xxl-5 {
    margin-right: 60px !important;
  }
  .mb-xxl-5, .my-xxl-5 {
    margin-bottom: 60px !important;
  }
  .ml-xxl-5, .mx-xxl-5 {
    margin-left: 60px !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: 5px !important;
  }
  .pt-xxl-1, .py-xxl-1 {
    padding-top: 5px !important;
  }
  .pr-xxl-1, .px-xxl-1 {
    padding-right: 5px !important;
  }
  .pb-xxl-1, .py-xxl-1 {
    padding-bottom: 5px !important;
  }
  .pl-xxl-1, .px-xxl-1 {
    padding-left: 5px !important;
  }
  .p-xxl-2 {
    padding: 10px !important;
  }
  .pt-xxl-2, .py-xxl-2 {
    padding-top: 10px !important;
  }
  .pr-xxl-2, .px-xxl-2 {
    padding-right: 10px !important;
  }
  .pb-xxl-2, .py-xxl-2 {
    padding-bottom: 10px !important;
  }
  .pl-xxl-2, .px-xxl-2 {
    padding-left: 10px !important;
  }
  .p-xxl-3 {
    padding: 20px !important;
  }
  .pt-xxl-3, .py-xxl-3 {
    padding-top: 20px !important;
  }
  .pr-xxl-3, .px-xxl-3 {
    padding-right: 20px !important;
  }
  .pb-xxl-3, .py-xxl-3 {
    padding-bottom: 20px !important;
  }
  .pl-xxl-3, .px-xxl-3 {
    padding-left: 20px !important;
  }
  .p-xxl-4 {
    padding: 30px !important;
  }
  .pt-xxl-4, .py-xxl-4 {
    padding-top: 30px !important;
  }
  .pr-xxl-4, .px-xxl-4 {
    padding-right: 30px !important;
  }
  .pb-xxl-4, .py-xxl-4 {
    padding-bottom: 30px !important;
  }
  .pl-xxl-4, .px-xxl-4 {
    padding-left: 30px !important;
  }
  .p-xxl-5 {
    padding: 60px !important;
  }
  .pt-xxl-5, .py-xxl-5 {
    padding-top: 60px !important;
  }
  .pr-xxl-5, .px-xxl-5 {
    padding-right: 60px !important;
  }
  .pb-xxl-5, .py-xxl-5 {
    padding-bottom: 60px !important;
  }
  .pl-xxl-5, .px-xxl-5 {
    padding-left: 60px !important;
  }
  .m-xxl-n1 {
    margin: -5px !important;
  }
  .mt-xxl-n1, .my-xxl-n1 {
    margin-top: -5px !important;
  }
  .mr-xxl-n1, .mx-xxl-n1 {
    margin-right: -5px !important;
  }
  .mb-xxl-n1, .my-xxl-n1 {
    margin-bottom: -5px !important;
  }
  .ml-xxl-n1, .mx-xxl-n1 {
    margin-left: -5px !important;
  }
  .m-xxl-n2 {
    margin: -10px !important;
  }
  .mt-xxl-n2, .my-xxl-n2 {
    margin-top: -10px !important;
  }
  .mr-xxl-n2, .mx-xxl-n2 {
    margin-right: -10px !important;
  }
  .mb-xxl-n2, .my-xxl-n2 {
    margin-bottom: -10px !important;
  }
  .ml-xxl-n2, .mx-xxl-n2 {
    margin-left: -10px !important;
  }
  .m-xxl-n3 {
    margin: -20px !important;
  }
  .mt-xxl-n3, .my-xxl-n3 {
    margin-top: -20px !important;
  }
  .mr-xxl-n3, .mx-xxl-n3 {
    margin-right: -20px !important;
  }
  .mb-xxl-n3, .my-xxl-n3 {
    margin-bottom: -20px !important;
  }
  .ml-xxl-n3, .mx-xxl-n3 {
    margin-left: -20px !important;
  }
  .m-xxl-n4 {
    margin: -30px !important;
  }
  .mt-xxl-n4, .my-xxl-n4 {
    margin-top: -30px !important;
  }
  .mr-xxl-n4, .mx-xxl-n4 {
    margin-right: -30px !important;
  }
  .mb-xxl-n4, .my-xxl-n4 {
    margin-bottom: -30px !important;
  }
  .ml-xxl-n4, .mx-xxl-n4 {
    margin-left: -30px !important;
  }
  .m-xxl-n5 {
    margin: -60px !important;
  }
  .mt-xxl-n5, .my-xxl-n5 {
    margin-top: -60px !important;
  }
  .mr-xxl-n5, .mx-xxl-n5 {
    margin-right: -60px !important;
  }
  .mb-xxl-n5, .my-xxl-n5 {
    margin-bottom: -60px !important;
  }
  .ml-xxl-n5, .mx-xxl-n5 {
    margin-left: -60px !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;
  }
}
.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);
}
.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;
  }
}
@media (min-width: 1480px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-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: 800 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #193c61 !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #091624 !important;
}
.text-secondary {
  color: #ededed !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #c7c7c7 !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: #0e6674 !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: #fff !important;
}
a.text-light:hover, a.text-light:focus {
  color: #d9d9d9 !important;
}
.text-dark {
  color: #000 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}
.text-body {
  color: #000 !important;
}
.text-muted {
  color: #878787 !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-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
:root {
  --filter-white: invert(100%) sepia(22%) saturate(1%) hue-rotate(181deg) brightness(103%) contrast(102%);
  --filter-tertiary-cold-blue-light: invert(79%) sepia(35%) saturate(251%) hue-rotate(172deg) brightness(95%) contrast(98%);
}
