@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&family=Roboto+Condensed:wght@400;700&family=Roboto:ital,wght@0,400;0,500;0,700;1,400&display=swap);/*Base*/
/*Bootstrap Grid*/
/*!
* Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .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, .container-ms {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md, .container-ms {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg, .container-ms {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-ms {
    max-width: 1140px;
  }
}

.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-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12, .col-ms,
.col-ms-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, .col-max-1, .col-max-2, .col-max-3, .col-max-4, .col-max-5, .col-max-6, .col-max-7, .col-max-8, .col-max-9, .col-max-10, .col-max-11, .col-max-12, .col-max,
.col-max-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;
  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.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.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.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.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.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.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.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.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.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.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.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.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: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@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;
    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.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .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.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .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.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .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.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .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.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .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.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@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;
    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.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .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.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .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.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .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.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .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.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .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.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@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;
    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.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .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.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .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.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .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.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .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.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .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.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@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;
    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.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .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.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .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.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .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.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .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.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .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.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*Bootstrap Requirements*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*Optional Bootstrap Components*/
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.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 {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -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;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

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

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

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

.color-black, .has-black-color {
  color: #5A5A5A;
}

.color-green, .has-green-color {
  color: #80C242;
}

.color-blue, .has-blue-color {
  color: #0071B9;
}

.color-light-blue, .has-light-blue-color {
  color: #00AEEF;
}

.color-gray {
  color: #A7A7A7;
}

.has-grey-light-one-color {
  color: #c8c8c8;
}

.has-grey-light-two-color {
  color: #d8d8d8;
}

.color-orange, .has-orange-color {
  color: #F99E00;
}

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

.bg-blue, .has-blue-background-color {
  background-color: #0071B9;
}

.bg-blue p, .has-blue-background-color p {
  color: #FFF;
}

.bg-blue-light {
  background-color: #00AEEF;
}

.bg-blue-light p {
  color: #FFF;
}

.has-light-blue-background-color {
  background-color: #00AEEF;
}

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

.has-grey-light-one-background-color {
  background-color: #c8c8c8;
}

.has-grey-light-two-background-color {
  background-color: #d8d8d8;
}

.bg-green {
  background-color: #80C242;
}

.bg-green p {
  color: #FFF;
}

.has-green-background-color {
  background-color: #80C242;
}

.bg-orange {
  background-color: #F99E00;
}

.has-orange-background-color {
  background-color: #F99E00;
}

.bg-gradient-gray {
  background: -webkit-gradient(linear, left bottom, left top, from(#f8f8f8), to(white));
  background: linear-gradient(0deg, #f8f8f8 0%, white 100%);
}

.bg-grey-med {
  background: #A7A7A7;
}

.has-grey-med-background-color {
  background-color: #A7A7A7;
}

.bg-grey-light-one {
  background: #c8c8c8;
}

.bg-grey-light-two {
  background: #d8d8d8;
}

.bg-blue, .has-blue-background-color {
  background: #0071B9;
}

.bg-green {
  background: #80C242;
}

.bg-light-blue {
  background: #00AEEF;
}

/*Text options*/
/*Global Options*/
/*Typography*/
/*Grid*/
/*Breakpoints*/
/*Container Widths*/
/*Modals*/
/*z-index*/
html {
  font-size: 10px;
  height: 100%;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background: #FFF;
  color: #5A5A5A;
  font-weight: normal;
  height: 100%;
  line-height: 1.65;
  margin: 0;
  position: relative;
  text-align: left;
  /*Prevents body from scrolling*/
}

@media (max-width: 991.98px) {
  body {
    font-size: 1.6rem;
  }
}

@media (min-width: 992px) {
  body {
    font-size: 2rem;
  }
}

body.no-scroll {
  overflow: hidden;
}

img {
  height: auto;
}

.post__paragraph[class*="bg-"] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.post__heading[class*="bg-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.wp-block-column .post__paragraph[class*="bg-"] {
  padding: 15px;
}

.wp-block-column .post__heading[class*="bg-"] {
  padding: 8px 15px;
}

.wp-block-quote.is-style-large p, .wp-block-quote.is-large p {
  font-size: 4.5rem !important;
  font-style: normal !important;
  line-height: 1.3 !important;
}

a.block-link-reset {
  display: block;
  text-decoration: none !important;
}

.post__heading-h2, .post__heading-h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

h2.post__heading {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: -0.01em;
}

@media (max-width: 991.98px) {
  h2.post__heading {
    font-size: 2.6rem;
    line-height: 1.3;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  h2.post__heading {
    font-size: 3.6rem;
  }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
  h2.post__heading {
    font-size: 4.5rem;
  }
}

@media (max-width: 1499.98px) {
  h2.post__heading {
    line-height: 1.2;
  }
}

@media (min-width: 1500px) {
  h2.post__heading {
    font-size: 5.0rem;
    line-height: 1.4;
  }
}

.zindex-10 {
  position: relative;
  z-index: 10;
}

.general-content img {
  max-width: 100%;
}

ul.post__list-ul, .general-content ul {
  list-style: none;
  padding: 0;
  position: relative;
}

ul.post__list-ul > li, .general-content ul > li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

ul.post__list-ul > li:before, .general-content ul > li:before {
  content: " > ";
  position: absolute;
  top: 1px;
  left: 6px;
}

@media (max-width: 991px) {
  .image-adjustable .container-full {
    padding-left: 0;
    padding-right: 0;
  }
}

.image-adjustable .image-caption {
  padding: 20px 20px 25px;
  text-align: center;
}

.pdf-authors-heading {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #80C242;
}

@media (min-width: 1200px) {
  .col-xl-fifth {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}

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

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1650px;
  }
}

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

@media (min-width: 576px) {
  .container, .container-sm, .container-ms {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md, .container-ms {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg, .container-ms {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-ms {
    max-width: 1140px;
  }
}

@media (min-width: 1500px) {
  .container, .container-ms, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-max {
    max-width: 1650px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.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-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12, .col-ms,
.col-ms-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, .col-max-1, .col-max-2, .col-max-3, .col-max-4, .col-max-5, .col-max-6, .col-max-7, .col-max-8, .col-max-9, .col-max-10, .col-max-11, .col-max-12, .col-max,
.col-max-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.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.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.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.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.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.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.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.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.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.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.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: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .col-ms {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-ms-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-ms-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-ms-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-ms-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-ms-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-ms-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-ms-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-ms-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-ms-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-ms-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-ms-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-ms-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-ms-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-ms-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-ms-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-ms-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-ms-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-ms-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-ms-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-ms-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-ms-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-ms-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-ms-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-ms-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-ms-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-ms-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-ms-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-ms-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-ms-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-ms-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-ms-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-ms-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-ms-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-ms-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-ms-0 {
    margin-left: 0;
  }
  .offset-ms-1 {
    margin-left: 8.33333333%;
  }
  .offset-ms-2 {
    margin-left: 16.66666667%;
  }
  .offset-ms-3 {
    margin-left: 25%;
  }
  .offset-ms-4 {
    margin-left: 33.33333333%;
  }
  .offset-ms-5 {
    margin-left: 41.66666667%;
  }
  .offset-ms-6 {
    margin-left: 50%;
  }
  .offset-ms-7 {
    margin-left: 58.33333333%;
  }
  .offset-ms-8 {
    margin-left: 66.66666667%;
  }
  .offset-ms-9 {
    margin-left: 75%;
  }
  .offset-ms-10 {
    margin-left: 83.33333333%;
  }
  .offset-ms-11 {
    margin-left: 91.66666667%;
  }
}

@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;
    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.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .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.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .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.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .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.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .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.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .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.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@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;
    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.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .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.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .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.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .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.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .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.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .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.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@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;
    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.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .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.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .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.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .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.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .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.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .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.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@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;
    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.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .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.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .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.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .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.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .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.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .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.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1500px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    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.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .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.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .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.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .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.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .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.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .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.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1600px) {
  .col-max {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-max-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-max-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-max-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-max-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-max-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-max-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-max-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-max-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-max-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-max-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-max-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-max-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-max-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-max-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-max-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-max-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-max-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-max-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-max-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-max-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-max-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-max-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-max-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-max-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-max-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-max-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-max-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-max-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-max-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-max-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-max-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-max-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-max-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-max-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-max-0 {
    margin-left: 0;
  }
  .offset-max-1 {
    margin-left: 8.33333333%;
  }
  .offset-max-2 {
    margin-left: 16.66666667%;
  }
  .offset-max-3 {
    margin-left: 25%;
  }
  .offset-max-4 {
    margin-left: 33.33333333%;
  }
  .offset-max-5 {
    margin-left: 41.66666667%;
  }
  .offset-max-6 {
    margin-left: 50%;
  }
  .offset-max-7 {
    margin-left: 58.33333333%;
  }
  .offset-max-8 {
    margin-left: 66.66666667%;
  }
  .offset-max-9 {
    margin-left: 75%;
  }
  .offset-max-10 {
    margin-left: 83.33333333%;
  }
  .offset-max-11 {
    margin-left: 91.66666667%;
  }
}

.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 375px) {
  .d-ms-none {
    display: none !important;
  }
  .d-ms-inline {
    display: inline !important;
  }
  .d-ms-inline-block {
    display: inline-block !important;
  }
  .d-ms-block {
    display: block !important;
  }
  .d-ms-table {
    display: table !important;
  }
  .d-ms-table-row {
    display: table-row !important;
  }
  .d-ms-table-cell {
    display: table-cell !important;
  }
  .d-ms-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-ms-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1500px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1600px) {
  .d-max-none {
    display: none !important;
  }
  .d-max-inline {
    display: inline !important;
  }
  .d-max-inline-block {
    display: inline-block !important;
  }
  .d-max-block {
    display: block !important;
  }
  .d-max-table {
    display: table !important;
  }
  .d-max-table-row {
    display: table-row !important;
  }
  .d-max-table-cell {
    display: table-cell !important;
  }
  .d-max-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-max-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 375px) {
  .flex-ms-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-ms-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-ms-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-ms-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-ms-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-ms-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-ms-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-ms-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-ms-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-ms-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-ms-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-ms-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-ms-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-ms-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-ms-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-ms-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-ms-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-ms-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-ms-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-ms-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-ms-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-ms-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-ms-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-ms-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-ms-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-ms-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-ms-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-ms-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-ms-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-ms-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-ms-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-ms-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-ms-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-ms-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1500px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1600px) {
  .flex-max-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-max-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-max-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-max-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-max-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-max-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-max-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-max-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-max-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-max-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-max-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-max-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-max-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-max-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-max-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-max-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-max-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-max-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-max-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-max-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-max-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-max-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-max-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-max-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-max-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-max-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-max-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-max-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-max-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-max-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-max-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-max-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-max-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-max-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*Bootstrap Requirements*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-ms: 375px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1500px;
  --breakpoint-max: 1600px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*Optional Bootstrap Components*/
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  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 {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -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;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  background-color: #0071B9;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.3;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
}

.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 875px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

/*Default Slick Slider styles*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: hand;
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.slick-track:before, .slick-track:after {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*Default WordPress image positioning classes*/
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

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

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

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

/*Custom container fluid*/
@media (max-width: 991.98px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 75px;
    padding-right: 75px;
  }
}

/*Full width container*/
@media (max-width: 991.98px) {
  .container-full {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*Removes gutters to any bootstrap row*/
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

/*Larger gutter options*/
@media (min-width: 1200px) {
  .gutters-lg {
    margin-right: -20px;
    margin-left: -20px;
  }
  .gutters-lg > .col,
  .gutters-lg > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/*Adds top/bottom padding to each column*/
.row-grid {
  margin-bottom: -10px;
  margin-top: -10px;
}

.row-grid [class*='col-'],
.row-grid .col {
  padding-bottom: 10px;
  padding-top: 10px;
}

/*Adds medium sized top/bottom padding to each column*/
.row-grid-md {
  margin: -30px -20px;
}

.row-grid-md [class*='col-'],
.row-grid-md .col {
  padding: 30px 20px;
}

/*Adds larger top/bottom padding to each column*/
@media (max-width: 991.98px) {
  .row-grid-lg {
    margin-bottom: -50px;
    margin-top: -50px;
  }
}

@media (min-width: 992px) {
  .row-grid-lg {
    margin-bottom: -75px;
    margin-top: -75px;
  }
}

@media (max-width: 991.98px) {
  .row-grid-lg [class*='col-'],
  .row-grid-lg .col {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .row-grid-lg [class*='col-'],
  .row-grid-lg .col {
    padding-bottom: 75px;
    padding-top: 75px;
  }
}

/*Offset container options*/
@media (min-width: 992px) {
  .container-offset-right {
    margin-right: 75px;
  }
  .container-offset-left {
    margin-left: 75px;
  }
}

/*Offset container options*/
@media (min-width: 992px) {
  .container-offset-right-lg {
    margin-right: 20%;
  }
  .container-offset-left-lg {
    margin-left: 20%;
  }
}

/*Adds 30% offset to left side*/
@media (max-width: 991.98px) {
  .container-offset-left-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .container-offset-left-20 {
    padding-left: 20%;
    padding-right: 75px;
  }
}

/*Utilities*/
/*Only display content to screen readers*/
/*Use in conjunction with .sr-only to only display content when it's focused.*/
/*Accessibility helpers*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

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

/*List reset*/
/*Button reset*/
/*Field reset*/
/*Input Placeholder Color*/
/*Columns*/
/*Animated styles*/
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  /*Animated delay options*/
  /*Animation duration options*/
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

/*Disabled for print*/
@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
            animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

/*Fade in*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

/*Fade in - up*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

/*Fade in - down*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

/*Fade in - left*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

/*Fade in - right*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

/*Fade in - right*/
@-webkit-keyframes fadeInSpin {
  from {
    opacity: 0;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes fadeInSpin {
  from {
    opacity: 0;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.animated-spin {
  -webkit-animation-name: fadeInSpin;
          animation-name: fadeInSpin;
}

/*Bounce*/
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

/*Scale in*/
@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleIn {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.scaleIn {
  -webkit-animation-name: scaleIn;
          animation-name: scaleIn;
  -webkit-transition: .4s;
  transition: .4s;
}

/*Fades list items in sequentially*/
@-webkit-keyframes listFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes listFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*Used to apply top/bottom padding to any block*/
@media (max-width: 767.98px) {
  .pb-lg {
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .pb-lg {
    padding-bottom: 100px;
  }
}

@media (min-width: 1500px) {
  .pb-lg {
    padding-bottom: 175px;
  }
}

@media (max-width: 767.98px) {
  .pt-lg {
    padding-top: 50px;
  }
}

@media (min-width: 768px) {
  .pt-lg {
    padding-top: 100px;
  }
}

@media (min-width: 1500px) {
  .pt-lg {
    padding-top: 175px;
  }
}

@media (max-width: 767.98px) {
  .pb-md {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .pb-md {
    padding-bottom: 75px;
  }
}

@media (min-width: 1500px) {
  .pb-md {
    padding-bottom: 120px;
  }
}

@media (max-width: 767.98px) {
  .pt-md {
    padding-top: 30px;
  }
}

@media (min-width: 768px) {
  .pt-md {
    padding-top: 75px;
  }
}

@media (min-width: 1500px) {
  .pt-md {
    padding-top: 120px;
  }
}

@media (max-width: 767.98px) {
  .pt-mid {
    padding-top: 30px;
  }
}

@media (min-width: 768px) {
  .pt-mid {
    padding-top: 50px;
  }
}

@media (min-width: 1500px) {
  .pt-mid {
    padding-top: 75px;
  }
}

@media (max-width: 767.98px) {
  .pb-mid {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .pb-mid {
    padding-bottom: 50px;
  }
}

@media (min-width: 1500px) {
  .pb-mid {
    padding-bottom: 75px;
  }
}

@media (max-width: 991.98px) {
  .pb-sm {
    padding-bottom: 35px;
  }
}

@media (min-width: 992px) {
  .pb-sm {
    padding-bottom: 35px;
  }
}

@media (max-width: 991.98px) {
  .pt-sm {
    padding-top: 35px;
  }
}

@media (min-width: 992px) {
  .pt-sm {
    padding-top: 35px;
  }
}

@media (max-width: 991.98px) {
  .pb-xs {
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .pb-xs {
    padding-bottom: 20px;
  }
}

@media (max-width: 991.98px) {
  .pt-xs {
    padding-top: 20px;
  }
}

@media (min-width: 992px) {
  .pt-xs {
    padding-top: 20px;
  }
}

/*Responsive padding options*/
@media (max-width: 991.98px) {
  .pt-xs-4 {
    padding-top: 40px;
  }
}

/*Removes gutter padding on mobile*/
@media (max-width: 991.98px) {
  .pad-0-xs {
    padding-left: 0;
    padding-right: 0;
  }
}

/*Margin options*/
.mb-20 {
  margin-bottom: 20px;
}

/*Responsive image options*/
.img-responsive {
  height: auto;
  width: 100%;
}

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

/*Column options*/
@media (min-width: 992px) {
  .column-2 {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
  .column-3 {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
}

/*Adds section header with alignment options*/
.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  /*Alignment options*/
}

@media (max-width: 991.98px) {
  .section-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 992px) {
  .section-header {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (max-width: 991.98px) {
  .section-header .slider-arrows {
    text-align: right;
  }
}

.section-header .header-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991.98px) {
  .section-header .header-arrows {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 10px;
  }
}

.section-header.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.section-header.align-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-header.subscribe-header.subscribe-header-events .btn, .section-header.subscribe-header.subscribe-header-events .hbspt-form input[type="submit"], .hbspt-form .section-header.subscribe-header.subscribe-header-events input[type="submit"] {
  margin-left: auto;
}

@media (max-width: 575px) {
  .section-header.subscribe-header.align-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 575px) {
  .section-header.subscribe-header .btn-primary-subscribe {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .section-header.subscribe-header h2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

/*Adds options for "pointer" lines*/
@media (min-width: 992px) {
  .has-line {
    position: relative;
    /*Position options*/
  }
  .has-line:before {
    content: '';
    position: absolute;
    background: #80C242;
  }
  .has-line.line-up:before {
    height: 160px;
    left: 0;
    top: -180px;
    width: 2px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .has-line.line-up:before {
    height: 80px;
    top: -100px;
  }
}

@media (min-width: 992px) {
  .has-line.line-up.line-up-small-intro:before {
    left: 125px;
  }
}

@media (min-width: 992px) and (max-width: 1500px) {
  .has-line.line-up.line-up-small-intro:before {
    height: 120px;
    top: -150px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .has-line.line-up.line-up-small-intro:before {
    height: 100px;
    top: -120px;
    left: 75px;
  }
}

@media (min-width: 992px) {
  .has-line.line-left:before {
    height: 2px;
    right: calc(100% + 40px);
    width: 500px;
  }
}

@media (min-width: 992px) and (min-width: 992px) and (max-width: 1499.98px) {
  .has-line.line-left:before {
    top: 20px;
  }
}

@media (min-width: 992px) and (min-width: 1500px) {
  .has-line.line-left:before {
    top: 34px;
  }
}

/*Adds image offset options*/
@media (max-width: 991.98px) {
  .img-offset-top-60.static-mobile {
    margin-top: 0;
    max-width: none;
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 25px;
  }
}

@media (max-width: 991.98px) {
  .img-offset-top-60:not(.static-mobile) {
    margin-top: -50px;
    max-width: 160px;
    position: absolute;
    right: 0;
    top: -65px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .img-offset-top-60 {
    margin-top: -50%;
  }
}

@media (min-width: 1200px) {
  .img-offset-top-60 {
    margin-top: -60%;
  }
}

@media (max-width: 991.98px) {
  .img-offset-bottom-60 {
    margin-top: -50px;
    max-width: 160px;
    position: absolute;
    right: 0;
    top: -65px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .img-offset-bottom-60 {
    margin-bottom: -50%;
  }
}

@media (min-width: 1200px) {
  .img-offset-bottom-60 {
    margin-bottom: -60%;
  }
}

@media (max-width: 991px) {
  .img-offset-none-mobile {
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .img-offset-top.static-mobile {
    margin-top: 0;
    max-width: none;
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 25px;
  }
}

@media (max-width: 991.98px) {
  .img-offset-top:not(.static-mobile) {
    margin-top: -50px;
    max-width: 160px;
    position: absolute;
    right: 0;
    top: -65px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .img-offset-top {
    margin-top: -150px;
  }
}

@media (min-width: 1200px) {
  .img-offset-top {
    margin-top: -200px;
  }
}

/*Adds image offset options*/
@media (max-width: 991.98px) {
  .img-offset-tl {
    margin-top: -90px;
    max-width: 160px;
    position: absolute;
    right: 0;
    top: -65px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .img-offset-tl {
    margin: -180px 0 0 -68px;
  }
}

@media (min-width: 1200px) {
  .img-offset-tl {
    margin: -220px 0 0 -68px;
  }
}

/*Offset card right and bottom*/
@media (max-width: 991.98px) {
  .offset-card-br {
    margin: 40px -20px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .offset-card-br {
    -webkit-transform: translate(75px, 30px);
            transform: translate(75px, 30px);
  }
}

@media (min-width: 1200px) {
  .offset-card-br {
    -webkit-transform: translate(75px, 50px);
            transform: translate(75px, 50px);
  }
}

@media (min-width: 992px) {
  .offset-top-lg {
    position: relative;
    margin-top: -225px;
  }
}

@media (min-width: 1500px) {
  .offset-top-lg {
    margin-top: -300px;
  }
}

/*Text alignment options*/
.text-center {
  text-align: center;
}

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

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

/*Reponsive text alignment options*/
@media (max-width: 991.98px) {
  .text-center-xs {
    text-align: center;
  }
}

/*Text transform options*/
.text-uppercase {
  text-transform: uppercase;
}

/*Text sizing options*/
.text-sm {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: -0.01em;
}

.text-sm a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.text-sm a:hover {
  text-decoration: none;
}

/*Used for larger paragraph text*/
.lead {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.6rem;
}

.lead-lg {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 991.98px) {
  .lead-lg {
    font-size: 2.0rem;
  }
}

@media (min-width: 992px) {
  .lead-lg {
    font-size: 2.5rem;
  }
}

/*Global anchor styles*/
a {
  color: #0071B9;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  color: #0071B9;
  text-decoration: underline;
}

/*Global paragraph styles*/
p:not(:last-child) {
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

p a {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.not-last-container p {
  margin-bottom: 20px;
}

/*Default strong styles*/
strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

/*Small text*/
small {
  font-size: 1.3rem;
  letter-spacing: 0.01em;
}

/*Adds divider before or after text*/
.has-divider {
  /*Color options*/
  /*Divider position options*/
  /*Divider alignment options*/
}

.has-divider:before, .has-divider:after {
  height: 2px;
  width: 70px;
}

@media (max-width: 1499.98px) {
  .has-divider:before, .has-divider:after {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
  .has-divider:before, .has-divider:after {
    margin-bottom: 10px;
    margin-top: 15px;
  }
}

@media (min-width: 1500px) {
  .has-divider:before, .has-divider:after {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.has-divider.divider-white:before, .has-divider.divider-white:after {
  background: #FFF;
}

.has-divider.divider-green:before, .has-divider.divider-green:after {
  background: #80C242;
}

.has-divider.divider-top:before {
  content: '';
  display: block;
}

.has-divider.divider-bottom:after {
  content: '';
  display: block;
}

.has-divider.divider-both:before, .has-divider.divider-both:after {
  content: '';
  display: block;
}

.has-divider.divider-center:before, .has-divider.divider-center:after {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991.98px) {
  .has-divider.divider-left-offset:after {
    margin-left: -75px;
    width: 100px;
  }
}

@media (min-width: 992px) {
  .has-divider.divider-left-offset:after {
    margin-left: -125px;
    width: 200px;
  }
}

/*General dropcap setup*/
.has-dropcap > p:first-of-type:first-letter {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  background: #0071B9 url("../images/dropcap-bg.svg") center center/contain no-repeat;
  color: #FFF;
  float: left;
  letter-spacing: -0.01em;
  line-height: 1;
  padding: 3px 20px 0;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .has-dropcap > p:first-of-type:first-letter {
    font-size: 3.8rem;
    margin: 5px 10px 0 0;
  }
}

@media (min-width: 992px) {
  .has-dropcap > p:first-of-type:first-letter {
    font-size: 8.0rem;
    margin: 10px 20px 0 0;
  }
}

p.has-drop-cap:not(:focus):first-letter {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  float: left;
  line-height: 1;
  text-transform: uppercase;
  font-style: normal;
  background: #0071B9 url("../images/dropcap-bg.svg") center center/contain no-repeat;
  color: #FFF;
  padding: 3px 20px 0;
  letter-spacing: -0.01em;
}

@media (max-width: 991.98px) {
  p.has-drop-cap:not(:focus):first-letter {
    font-size: 3.8rem;
    margin: 5px 10px 0 0;
  }
}

@media (min-width: 992px) {
  p.has-drop-cap:not(:focus):first-letter {
    font-size: 8.0rem;
    margin: 10px 20px 0 0;
  }
}

/*Global blockquotes*/
.blockquote {
  border-left: solid 2px #80C242 !important;
  padding: 0 0 0 30px;
}

@media (max-width: 991.98px) {
  .blockquote {
    margin: 40px 0;
  }
}

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

.blockquote p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #0071B9;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

@media (max-width: 991.98px) {
  .blockquote p {
    font-size: 3.0rem;
  }
}

@media (min-width: 992px) {
  .blockquote p {
    font-size: 4.0rem;
  }
}

@media (max-width: 991.98px) {
  .blockquote.is-style-default p {
    font-size: 2.4rem;
  }
}

@media (min-width: 992px) {
  .blockquote.is-style-default p {
    font-size: 3.0rem;
  }
}

/*Components*/
.article-hero {
  position: relative;
  z-index: 2;
  /*Element offset options*/
}

@media (max-width: 1199.98px) {
  .article-hero.offset-top {
    margin-top: -40px;
  }
}

@media (min-width: 1200px) {
  .article-hero.offset-top {
    margin-top: -70px;
  }
}

.hero-details {
  border-bottom: solid 2px #EEE;
  padding: 20px 0;
}

@media (min-width: 576px) {
  .hero-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 580px) {
  .hero-details.press-release-hero-details {
    display: block;
  }
}

.hero-details .author-img {
  border-radius: 50%;
  margin-right: 5px;
}

.hero-details .hero-author {
  color: #5A5A5A;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
}

@media (max-width: 575.98px) {
  .hero-details .hero-author {
    margin-bottom: 20px;
  }
}

.hero-details .press-release-details {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}

@media (max-width: 580px) {
  .hero-details .press-release-details {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}

.hero-details .press-release-details .press-release-label {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

@media (max-width: 768px) {
  .hero-details .press-release-details .press-release-label {
    display: block;
  }
}

.hero-details .press-release-details .press-release-label, .hero-details .press-release-details .press-release-phone {
  margin-right: 20px;
}

.hero-details .press-release-details .press-release-phone a,
.hero-details .press-release-details .press-release-email a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

/*Information banner*/
.info-banner {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  background: #F99E00;
  color: #FFF;
  padding: 7px 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .info-banner {
    font-size: 1.3rem;
  }
}

@media (min-width: 992px) {
  .info-banner {
    font-size: 1.6rem;
  }
}

.info-banner a {
  color: #FFF;
  text-decoration: underline;
}

.info-banner a:hover {
  color: #FFD597;
}

.info-banner p:last-of-type {
  margin-bottom: 0;
}

.info-banner .close-btn {
  background: transparent;
  border: none;
  height: 18px;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
}

.info-banner .close-btn:before, .info-banner .close-btn:after {
  background: #FFF;
  border-radius: 2px;
  content: '';
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transition: .4s;
  transition: .4s;
  top: 50%;
  width: 18px;
}

.info-banner .close-btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.info-banner .close-btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.info-banner .close-btn:hover:before, .info-banner .close-btn:hover:after {
  background: #FFD597;
}

/*Global card styles*/
.card .card-footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.card .card-footer .press-release-date {
  font-size: 1.2rem;
  color: #5A5A5A;
  padding-top: 15px;
}

/*Creates an inline row of cards*/
.card-row-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-overflow-scrolling: touch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
}

@media (max-width: 1499.98px) {
  .card-row-inline {
    -webkit-overflow-scrolling: touch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }
}

@media (min-width: 1500px) {
  .card-row-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
}

@media (max-width: 991.98px) {
  .card-row-inline::-webkit-scrollbar {
    display: none;
  }
}

.card-row-inline.key-indices-ticker {
  font-family: Verdana, Arial, Helvetica, San-serif;
  font-size: x-small;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  display: block;
  font-size: 0;
}

.card-row-inline.key-indices-ticker .card {
  width: 300px !important;
  min-width: 300px !important;
  display: inline-block;
}

@media (min-width: 992px) {
  .card-row-inline.low-item-count .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    min-width: 0;
  }
}

@media (max-width: 1199.98px) {
  .card-row-inline.low-item-count .card {
    width: 300px !important;
    min-width: 300px !important;
  }
}

.card-row-inline .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1500px) {
  .card-row-inline .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    min-width: 0;
  }
}

@media (max-width: 1500px) {
  .card-row-inline .card-footer {
    white-space: nowrap;
  }
}

.wrap {
  overflow: hidden;
  position: relative;
  line-height: normal;
}

.slider-container {
  border-right: 2px solid #EEE;
  border-left: 2px solid #EEE;
}

.stock-slider.card-row-inline {
  border-right: 2px solid #EEE;
}

.last-updated {
  font-size: 1.2rem;
  margin-top: 10px;
  font-style: italic;
}

/*Card used for displaying stocks*/
.card-stock {
  border: solid #EEE;
  border-width: 2px 0 2px 2px;
  padding: 15px 15px;
  /*Stock movement setup*/
}

.card-stock:not(:last-child) {
  border-width: 2px 0 2px 2px;
}

.card-stock:last-child {
  border-width: 2px;
}

.card-stock .card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 15px;
}

.card-stock .card-body p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}

.card-stock .stock-price {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}

.card-stock .stock-price.factor-performance {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px;
  line-height: 1.1;
}

.card-stock .stock-movement {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  margin-left: 5px;
  padding: 4px 11px;
  color: #FFF;
  letter-spacing: .4px;
  min-width: 105px;
  /*Movement options*/
}

.card-stock .stock-movement:before {
  background: url("") center center/contain no-repeat;
  content: '';
  display: inline-block;
  height: 15px;
  margin-right: 5px;
  width: 15px;
}

.card-stock .stock-movement.is-up {
  background-color: #80C242;
}

.card-stock .stock-movement.is-up:before {
  background-image: url("../images/icon-stock-up-white.svg");
}

.card-stock .stock-movement.is-down {
  background-color: #C73060;
}

.card-stock .stock-movement.is-down:before {
  background-image: url("../images/icon-stock-down-white.svg");
}

/*Card with background image*/
.card-image-bg {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  /*Background image*/
  /*Hover styles*/
}

@media (max-width: 767.98px) {
  .card-image-bg {
    padding: 100px 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card-image-bg {
    padding: 100px 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-image-bg {
    padding: 80px 50px;
  }
}

@media (min-width: 1200px) {
  .card-image-bg {
    padding: 80px;
  }
}

.card-image-bg .card-body {
  padding: 0;
  position: relative;
  z-index: 10;
}

@media (max-width: 767.98px) {
  .card-image-bg .btn, .card-image-bg .hbspt-form input[type="submit"], .hbspt-form .card-image-bg input[type="submit"] {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .card-image-bg .btn, .card-image-bg .hbspt-form input[type="submit"], .hbspt-form .card-image-bg input[type="submit"] {
    margin-top: auto;
  }
}

.card-image-bg .btn.btn-white:hover, .card-image-bg .hbspt-form input.btn-white:hover[type="submit"], .hbspt-form .card-image-bg input.btn-white:hover[type="submit"] {
  background: #80C242;
  border-color: #80C242;
  color: #FFF;
}

.card-image-bg .bg-img {
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: -9999px;
  top: -9999px;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: .4s;
  transition: .4s;
}

.card-image-bg:hover {
  text-decoration: none;
}

.card-image-bg:hover .btn-primary.btn-white, .card-image-bg:hover .hbspt-form input.btn-white[type="submit"], .hbspt-form .card-image-bg:hover input.btn-white[type="submit"] {
  background: #80C242;
  border-color: #80C242;
  color: #FFF;
}

.card-image-bg:hover .btn-link-arrow:after {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.card-image-bg:hover .btn-link-arrow:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.card-image-bg:hover .bg-img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*Article card*/
.card-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none !important;
  /*Adds badge to image container*/
}

.card-article .card-link {
  color: inherit;
  text-decoration: none;
}

.card-article .card-link:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.card-article .card-img-container {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.card-article .card-img-container img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: .4s;
  transition: .4s;
}

.card-article .card-header.no-min-height {
  min-height: 0;
}

.card-article .card-header a {
  text-decoration: none;
}

.card-article .card-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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: auto;
}

.card-article .card-body p {
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}

.card-article .card-body .event-list-item-details::after {
  display: block;
  clear: both;
  content: "";
}

.card-article .card-body .event-list-item-details .presenters {
  float: left;
  max-width: 50%;
  font-size: 1.2rem;
}

.card-article .card-body .event-list-item-details .date-time {
  float: right;
  max-width: 50%;
  font-size: 1.2rem;
}

.card-article .post-details {
  padding-top: 30px;
}

.card-article .post-details .authors,
.card-article .post-details .primary-topic {
  float: left;
  max-width: 60%;
}

.card-article .post-details .authors .color-grey {
  color: #5A5A5A;
  font-weight: normal;
  text-transform: none;
}

.card-article .post-details .date {
  float: right;
  max-width: 40%;
  font-size: 1.2rem;
  color: #5A5A5A;
}

.card-article .card-footnote {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}

.card-article .card-footnote.is-alert {
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  -ms-flex-item-align: start;
      align-self: flex-start;
  background: #F99E00;
  color: #FFF;
  line-height: 1;
  padding: 3px;
  text-transform: uppercase;
}

.card-article .card-badge {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  color: #FFF;
  display: block;
  left: 0;
  padding: 4px 12px;
  position: absolute;
  text-transform: uppercase;
  top: 20px;
  z-index: 1;
}

.factor-performance-cards .factor-performance-slider {
  border-right: 1px solid #EEE;
}

@media (max-width: 1950px) {
  .factor-performance-cards .factor-performance-slider {
    border-bottom: 1px solid #EEE;
  }
}

@media (max-width: 1950px) {
  .factor-performance-cards .card-stock {
    border-bottom: 0;
  }
}

.factor-performance-cards .card-row-inline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1950px) {
  .factor-performance-cards .card {
    -ms-flex-preferred-size: 33.3333333%;
        flex-basis: 33.3333333%;
  }
  .factor-performance-cards .card:last-of-type {
    border-right: 0;
  }
}

@media (max-width: 1200px) {
  .factor-performance-cards .card {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media (max-width: 650px) {
  .factor-performance-cards .card {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

/*Leadership card*/
.card-team {
  background: transparent;
  border: none;
  color: inherit;
  display: block;
  text-align: center;
  width: 100%;
  /*Hover setup*/
}

.card-team .img-container {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 991.98px) {
  .card-team .img-container {
    height: 135px;
    margin: 0 auto 15px;
    width: 135px;
  }
}

@media (min-width: 992px) {
  .card-team .img-container {
    height: 175px;
    margin: 0 auto 30px;
    width: 175px;
  }
}

.card-team .img-container:after {
  background: rgba(128, 194, 66, 0.3);
  border-radius: 50%;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .4s;
  transition: .4s;
  visibility: hidden;
  z-index: 1;
}

.card-team .has-divider:after {
  margin-bottom: 10px;
  margin-top: 10px;
  width: 55px;
}

.card-team.is-btn {
  background: transparent;
  border: none;
}

.card-team.is-btn:hover {
  color: inherit;
  text-decoration: none;
}

.card-team.is-btn:hover .img-container:after {
  opacity: 1;
  visibility: visible;
}

/*Location card with image*/
.card-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1499.98px) {
  .card-location {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

@media (min-width: 1500px) {
  .card-location {
    padding-bottom: 37px;
    padding-top: 37px;
  }
}

.card-location .card-section:not(:last-child) {
  margin-bottom: 40px;
}

.card-location .img-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.card-location .card-body {
  color: #5A5A5A;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  padding-left: 30px;
}

/*Large download card*/
.card-download {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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: wrap;
      flex-wrap: wrap;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media (max-width: 991.98px) {
  .card-download {
    padding: 30px 20px;
  }
}

@media (min-width: 992px) {
  .card-download {
    padding: 30px 15%;
  }
}

.card-download .card-icon {
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .card-download .card-icon {
    max-width: 40px;
  }
}

.card-download p {
  font-size: 1.6rem;
}

.card-download .btn, .card-download .hbspt-form input[type="submit"], .hbspt-form .card-download input[type="submit"] {
  margin-top: 30px;
}

/*Creates an image container with anchor and video options*/
.card-image {
  position: relative;
  /*Adds styles for when card is used as a button or anchor*/
  /*Adds video play icon*/
}

.card-image.is-link {
  background: transparent;
  border: none;
  display: block;
  width: 100%;
  /*Adds colored overlay on hover*/
}

.card-image.is-link:before {
  background: rgba(0, 113, 185, 0.3);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .4s;
  transition: .4s;
  visibility: hidden;
  z-index: 1;
}

.card-image.is-link:hover:before {
  opacity: 1;
  visibility: visible;
}

.card-image.is-video:after {
  background: url("../images/icon-play-white.svg") center center/contain no-repeat;
  content: '';
  height: 60px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: .4s;
  transition: .4s;
  width: 60px;
  z-index: 1;
}

.card-image.is-video:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

/*Card with left or right offsets for content area*/
@media (max-width: 991.98px) {
  .card-offset-left {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .card-offset-left {
    padding-left: 75px;
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

@media (max-width: 991.98px) {
  .card-offset-right {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .card-offset-right {
    padding-right: 75px;
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

.card-offset-left, .card-offset-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

/*Card with image to the left of the content*/
.card-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}

.card-media .card-img {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 15px;
}

.card-media .card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.card-media .card-heading {
  font-size: 1.6rem;
  margin: 0;
}

.card-media p {
  font-size: 1.4rem;
}

/*Card with general list*/
.card-list {
  border-top: solid 2px #EEE;
  padding-top: 20px;
  position: relative;
}

.card-list .view-all-link {
  color: #0071B9;
  font-size: 1.5rem;
  letter-spacing: -0.01em;
  text-decoration: underline;
}

.card-list .view-all-link:hover {
  text-decoration: none;
}

.card-list .view-all-link.align-tr {
  position: absolute;
  right: 0;
  top: 25px;
}

.landing-authors .card-img {
  border-radius: 50%;
}

.dropdown:not(.complex-dropdown) {
  position: relative;
}

/*Global dropdown menu setup*/
.dropdown-menu {
  background: #FFF;
  -webkit-box-shadow: 0px 1.7518px 3.84708px rgba(6, 57, 96, 0.034102), 0px 4.43042px 9.72955px rgba(6, 57, 96, 0.048808), 0px 9.03764px 19.8474px rgba(6, 57, 96, 0.061192), 0px 18.6158px 40.8818px rgba(6, 57, 96, 0.075898), 0px 30px 112px rgba(6, 57, 96, 0.11);
          box-shadow: 0px 1.7518px 3.84708px rgba(6, 57, 96, 0.034102), 0px 4.43042px 9.72955px rgba(6, 57, 96, 0.048808), 0px 9.03764px 19.8474px rgba(6, 57, 96, 0.061192), 0px 18.6158px 40.8818px rgba(6, 57, 96, 0.075898), 0px 30px 112px rgba(6, 57, 96, 0.11);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  -webkit-transition: .4s;
  transition: .4s;
  /*Dropdown body contents*/
}

@media (max-width: 991.98px) {
  .dropdown-menu {
    min-width: 250px;
  }
}

@media (min-width: 992px) {
  .dropdown-menu {
    min-width: 400px;
    z-index: 10;
  }
}

.dropdown-menu:not(.dropdown-menu-full) {
  display: block;
  z-index: 10;
}

@media (max-width: 991.98px) {
  .dropdown-menu:not(.dropdown-menu-full) {
    padding: 25px;
  }
}

@media (min-width: 992px) {
  .dropdown-menu:not(.dropdown-menu-full) {
    padding: 55px;
  }
}

.dropdown-menu.dropdown-social-share {
  padding: 30px;
  min-width: 0;
  margin-top: 15px;
  right: auto;
  width: 180px;
}

.dropdown-menu.dropdown-social-share .icon-container {
  display: inline-block;
  width: 34px;
  text-align: center;
}

.dropdown-menu.dropdown-social-share .dropdown-item {
  text-decoration: none;
  display: block;
}

.dropdown-menu.dropdown-social-share .dropdown-item:not(:last-of-type) {
  margin-bottom: 20px;
}

.dropdown-menu.dropdown-social-share .dropdown-item:hover {
  color: #5A5A5A;
}

.dropdown-menu:not(.show) {
  opacity: 0;
  visibility: hidden;
}

.dropdown-menu.show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}

.dropdown-menu .dropdown-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 991.98px) {
  .dropdown-menu .dropdown-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 70px 20px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .dropdown-menu .dropdown-body {
    padding: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .dropdown-menu .dropdown-body {
    padding: 75px;
  }
}

@media (min-width: 1600px) {
  .dropdown-menu .dropdown-body {
    padding: 120px 125px;
  }
}

/*Full width dropdown menu*/
.dropdown-menu-full {
  left: 0;
  /*Dropdown sidebar contents*/
}

@media (max-width: 991.98px) {
  .dropdown-menu-full {
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: .4s;
    transition: .4s;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-full {
    left: -2px;
  }
}

@media (max-width: 991.98px) {
  .dropdown-menu-full .dropdown-sidebar {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .dropdown-menu-full .dropdown-sidebar {
    width: 250px;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-full .dropdown-sidebar {
    width: 375px;
  }
}

/*Dropdown section*/
@media (max-width: 991.98px) {
  .dropdown-section {
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .dropdown-section {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 1600px) {
  .dropdown-section {
    min-width: 250px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .dropdown-section:not(:last-child) {
    margin-right: 20px;
  }
}

@media (min-width: 1500px) {
  .dropdown-section:not(:last-child) {
    margin-right: 50px;
  }
}

/*Dropdown title*/
.dropdown-title {
  border-bottom: solid 2px #80C242;
  color: #A7A7A7;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}

@media (max-width: 991.98px) {
  .dropdown-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: 0.025em;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .dropdown-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.025em;
  }
}

@media (min-width: 1500px) {
  .dropdown-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: 0.025em;
  }
}

/*Dropdown list*/
.dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown-list .list-item:not(:last-child) {
  margin-bottom: 10px;
}

.dropdown-list .list-item .list-link {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #0071B9;
  font-size: 1.6rem;
  text-decoration: none;
}

.dropdown-list .list-item.current-item .list-link {
  color: #80C242;
}

/*Dropdown list*/
.dropdown-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .6s ease-in-out;
  transition: max-height .6s ease-in-out;
}

.dropdown-submenu.is-open {
  max-height: 600px;
}

.dropdown-submenu a {
  color: #5A5A5A;
  font-size: 1.6rem;
  text-decoration: none;
}

.dropdown-submenu a:hover {
  color: #0071B9;
}

/*Account dropdown*/
.account-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.account-submenu li:not(:last-child) {
  margin-bottom: 20px;
}

.account-submenu a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5A5A5A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.account-submenu a:hover, .account-submenu a.is-current {
  color: #80C242;
  text-decoration: none;
}

.account-submenu a:after {
  content: '';
  display: block;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03Ljc5My43OTNhMSAxIDAgMDExLjQxNCAwbDcgN2ExIDEgMCAwMTAgMS40MTRsLTcgN2ExIDEgMCAwMS0xLjQxNC0xLjQxNEwxMy4wODYgOS41SDEuNWExIDEgMCAwMTAtMmgxMS41ODZMNy43OTMgMi4yMDdhMSAxIDAgMDEwLTEuNDE0eiIgZmlsbD0iIzVBNUE1QSIvPjwvc3ZnPg==") center center/contain no-repeat;
  height: 16px;
  width: 16px;
}

/*Global modal setup*/
.modal {
  /*close button*/
}

@media (max-width: 991.98px) {
  .modal .modal-body {
    padding: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .modal .modal-body {
    padding: 20px 80px 80px;
  }
}

@media (min-width: 1200px) {
  .modal .modal-body {
    padding: 20px 110px 100px;
  }
}

.modal .close-btn {
  background: transparent;
  border: none;
  height: 35px;
  padding: 0;
  position: absolute;
  width: 35px;
  z-index: 10;
}

@media (max-width: 991.98px) {
  .modal .close-btn {
    right: 20px;
    top: 20px;
  }
}

@media (min-width: 992px) {
  .modal .close-btn {
    right: 40px;
    top: 40px;
  }
}

.modal .close-btn:before, .modal .close-btn:after {
  background: #A7A7A7;
  border-radius: 2px;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: .4s;
  transition: .4s;
  width: 100%;
}

.modal .close-btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal .close-btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal .close-btn:hover:before, .modal .close-btn:hover:after {
  background: #80C242;
}

/*Leadership modal*/
.modal-leadership .modal-content {
  border-radius: 0;
  margin: 100px 0 20px;
}

@media (max-width: 991.98px) {
  .modal-leadership .img-container {
    margin-top: -67px;
  }
}

@media (min-width: 992px) {
  .modal-leadership .img-container {
    margin-top: -87px;
  }
}

.standard-pagination.with-top-border {
  border-top: 2px solid #EEE;
  padding-top: 40px;
}

@media (min-width: 576px) {
  .standard-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
}

.standard-pagination .pagination-next {
  margin-left: auto;
}

.standard-pagination .pagination-item {
  display: inline-block;
  text-decoration: none;
}

.standard-pagination .pagination-item .slick-arrow {
  display: inline-block;
}

.standard-pagination .pagination-item .pagination-label {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  position: relative;
  top: -19px;
}

@media (max-width: 768px) {
  .standard-pagination .pagination-item .pagination-label {
    display: none;
  }
}

.standard-pagination .pagination-item.pagination-prev .pagination-label {
  margin-left: 15px;
}

.standard-pagination .pagination-item.pagination-next .pagination-label {
  margin-right: 15px;
}

.standard-pagination .pagination-item.pagination-disabled {
  pointer-events: none;
}

.standard-pagination .pagination-item.pagination-disabled .pagination-label {
  opacity: .3;
}

@media (max-width: 575.98px) {
  .standard-pagination.search-pagination {
    text-align: center;
  }
}

.standard-pagination.search-pagination .pagination-item {
  padding: 10px;
}

@media (max-width: 575.98px) {
  .standard-pagination.search-pagination .pagination-item {
    display: block;
  }
}

.standard-pagination.search-pagination .pagination-item .pagination-label {
  position: static;
  margin: 0;
}

.standard-pagination.search-pagination .pagination-next {
  margin-left: 0;
}

.standard-pagination.search-pagination .numeric {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}

.standard-pagination.search-pagination .numeric li {
  margin: 0 10px;
}

.standard-pagination.search-pagination .numeric li a:hover {
  text-decoration: none;
  color: #80C242;
}

.standard-pagination.search-pagination .numeric li.active a {
  color: #80C242;
  pointer-events: none;
}

#search-results {
  max-width: 920px;
  margin: 0 auto 40px;
  padding-top: 60px;
}

#search-results #searchPageSearch {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  #search-results #searchPageSearch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#search-results #searchPageSearch .form-control, #search-results #searchPageSearch .hbspt-form .hs-form-field input, .hbspt-form .hs-form-field #search-results #searchPageSearch input,
#search-results #searchPageSearch .hbspt-form .hs-form-field select, .hbspt-form .hs-form-field #search-results #searchPageSearch select,
#search-results #searchPageSearch .hbspt-form .hs-form-field textarea, .hbspt-form .hs-form-field #search-results #searchPageSearch textarea,
#search-results #searchPageSearch .hbspt-form .hs-dependent-field input, .hbspt-form .hs-dependent-field #search-results #searchPageSearch input,
#search-results #searchPageSearch .hbspt-form .hs-dependent-field select, .hbspt-form .hs-dependent-field #search-results #searchPageSearch select,
#search-results #searchPageSearch .hbspt-form .hs-dependent-field textarea, .hbspt-form .hs-dependent-field #search-results #searchPageSearch textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#search-results #searchPageSearch button {
  margin-top: 10px;
}

@media (min-width: 576px) {
  #search-results #searchPageSearch button {
    margin-top: 0;
  }
}

#search-results .post-count {
  color: #676767;
  font-size: 13px;
  margin: 0;
  padding: 4px 4px 10px 4px;
  text-align: left;
  border-bottom: 1px solid #EEE;
}

#search-results .result-item {
  padding: 10px 0;
  font-size: 1.5rem;
}

#search-results .result-item .title a {
  font-size: 1.6rem;
}

#search-results .result-item .title a:hover {
  text-decoration: none;
  color: #80C242;
}

#search-results .result-item .url {
  font-size: 1.3rem;
  line-height: 2.2rem;
  color: #5a8b2d;
  word-break: break-all;
}

#search-results .result-item .file-format {
  font-size: 1.2rem;
}

/*Global arrow setup*/
.slick-arrow {
  background: transparent;
  border: solid 2px;
  border-radius: 0;
  color: transparent;
  font-size: 0;
  height: 50px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  width: 50px;
  -webkit-appearance: none;
  /*Disabled arrow*/
}

.slick-arrow:not(.slick-disable) {
  cursor: pointer;
}

.slick-arrow.slick-prev:before, .slick-arrow.slick-next:before {
  background: center center / contain no-repeat;
  content: '';
  display: block;
  height: 20px;
  left: 50%;
  margin: -10px 0 0 -10px;
  position: absolute;
  top: 50%;
  -webkit-transition: .3s;
  transition: .3s;
  width: 20px;
}

.slick-arrow.slick-prev:before {
  -webkit-transform: rotate(185deg);
          transform: rotate(185deg);
}

.slick-arrow.slick-next {
  margin-left: -2px;
}

.slick-arrow.slick-disabled {
  opacity: .3;
  pointer-events: none;
}

/*Color options*/
.slider-white .slick-arrow, .has-arrows-white .slick-arrow {
  border-color: #FFF;
}

.slider-white .slick-arrow:before, .has-arrows-white .slick-arrow:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC4yOTMuMjkzYTEgMSAwIDAxMS40MTQgMGwxMCAxMGExIDEgMCAwMTAgMS40MTRsLTEwIDEwYTEgMSAwIDAxLTEuNDE0LTEuNDE0TDE4LjU4NiAxMkgxYTEgMSAwIDExMC0yaDE3LjU4NmwtOC4yOTMtOC4yOTNhMSAxIDAgMDEwLTEuNDE0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
}

.slider-blue .slick-arrow, .has-arrows-blue .slick-arrow {
  border-color: #0071B9;
}

.slider-blue .slick-arrow:before, .has-arrows-blue .slick-arrow:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03Ljc5My43OTNhMSAxIDAgMDExLjQxNCAwbDcgN2ExIDEgMCAwMTAgMS40MTRsLTcgN2ExIDEgMCAwMS0xLjQxNC0xLjQxNEwxMy4wODYgOS41SDEuNWExIDEgMCAwMTAtMmgxMS41ODZMNy43OTMgMi4yMDdhMSAxIDAgMDEwLTEuNDE0eiIgZmlsbD0iIzAwNzFCOSIvPjwvc3ZnPg==");
}

/*Global slider styles*/
.slider-flex .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-flex .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*News slider*/
.slider-news .slider-item:not(:last-child) {
  margin-right: 40px;
}

/*Event slider*/
.slider-events .slider-item {
  margin-bottom: 20px;
}

.slider-events .slider-item:not(:last-child) {
  margin-right: 50px;
}

.testimonials-slider {
  position: relative;
}

.testimonials-slider p {
  max-width: 60%;
  padding: 0 20px;
  margin: 0 auto 35px;
}

@media (max-width: 1200px) {
  .testimonials-slider p {
    max-width: 80%;
  }
}

@media (max-width: 991px) {
  .testimonials-slider p {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .testimonials-slider .testimonial-item {
    padding: 100px 0 60px;
  }
}

.testimonials-slider .testimonial-item .img-overlay-testimonial {
  width: 100%;
}

.testimonials-slider .testimonial-item .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.testimonials-slider .slider-arrows {
  position: absolute;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .testimonials-slider .slider-arrows {
    right: 20px;
    top: 20px;
  }
}

@media (min-width: 992px) {
  .testimonials-slider .slider-arrows {
    right: 75px;
    top: 50px;
  }
}

/*Grid slider*/
.grid-slider .slider-arrows {
  position: absolute;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .grid-slider .slider-arrows {
    right: 20px;
    top: 20px;
  }
}

@media (min-width: 992px) {
  .grid-slider .slider-arrows {
    right: 75px;
    top: 50px;
  }
}

@media (min-width: 1200px) {
  .grid-slider .card-image-bg {
    padding: 125px 80px;
  }
}

.media-text-slider .slick-slide {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .media-text-slider .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
}

.media-text-slider .slider-arrows {
  position: absolute;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .media-text-slider .slider-arrows {
    left: 20px;
    top: 20px;
  }
}

@media (min-width: 992px) {
  .media-text-slider .slider-arrows {
    left: 75px;
    top: 25px;
  }
}

@media (min-width: 992px) {
  .pl-offset {
    padding-left: 50px;
  }
}

.media-text-carousel-copy {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 45px !important;
  padding-right: 45px !important;
}

@media (max-width: 768px) {
  .media-text-carousel-copy {
    padding-top: 25px;
    padding-bottom: 15px;
  }
}

@media (min-width: 1501px) {
  .event-detail-header .event-details .event-information {
    padding-right: 200px;
  }
}

@media (min-width: 992px) {
  .event-detail-header .event-details .event-information {
    padding-right: 150px;
  }
}

@media (min-width: 992px) {
  .event-detail-header .event-details .event-time-location {
    border-left: 1px solid #A7A7A7;
    padding-left: 33px;
  }
}

@media (max-width: 991px) {
  .event-detail-header .event-details .event-time-location {
    padding-bottom: 30px;
    border-bottom: 1px solid #A7A7A7;
    margin-bottom: 20px;
  }
}

.modal.video-modal .modal-dialog {
  max-width: 1000px;
}

.modal.video-modal.subscribe-form-modal .modal-dialog .modal-content {
  background: #FFF;
  padding-bottom: 40px;
}

.modal.video-modal.subscribe-form-modal .modal-dialog .modal-content .close {
  color: #5A5A5A !important;
}

.modal.video-modal.subscribe-form-modal .modal-dialog .modal-body {
  padding: 20px;
}

.modal.video-modal .modal-content {
  position: relative;
  background: transparent;
  border: none;
  padding-top: 50px;
}

.modal.video-modal .modal-content .close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1 !important;
  color: #FFF !important;
  background: transparent;
  border: none;
  font-size: 30px;
}

@media (max-width: 1000px) {
  .modal.video-modal .modal-content .close {
    right: 10px;
  }
}

.modal.video-modal .modal-content .modal-body {
  padding: 0;
  background: transparent;
}

.modal.video-modal .modal-content .modal-body figure {
  position: relative;
  padding-bottom: 56.56%;
}

.modal.video-modal .modal-content .modal-body iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.modal.gallery-modal .modal-dialog {
  max-width: 1000px;
}

.modal.gallery-modal .modal-content {
  position: relative;
  background: transparent;
  border: none;
  padding-top: 50px;
}

.modal.gallery-modal .modal-content .close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1 !important;
  color: #FFF !important;
  background: transparent;
  border: none;
  outline: none;
}

@media (max-width: 1000px) {
  .modal.gallery-modal .modal-content .close {
    right: 10px;
  }
}

.modal.gallery-modal .modal-content .modal-body {
  padding: 0;
  background: transparent;
}

.modal.gallery-modal .modal-content .modal-body .slider-arrows-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
}

.modal.gallery-modal .modal-content .modal-body .slider-arrows-container .slider-arrows {
  margin-left: auto;
}

.modal.gallery-modal .modal-content .modal-body .gallery-slider .gallery-slide-item {
  width: 100%;
}

.modal.gallery-modal .modal-content .modal-body .gallery-slider .gallery-slide-item img {
  display: block;
  width: 100%;
  height: auto;
}

/*Elements*/
@media (max-width: 991px) {
  .has-breadcrumbs {
    margin-bottom: 50px;
  }
}

.breadcrumbs-container {
  margin-bottom: 20px;
}

.breadcrumbs-container.below-header {
  position: absolute;
  left: 0;
  top: calc(100% + 20px);
}

@media (max-width: 991px) {
  .breadcrumbs-container.below-header {
    left: 20px;
  }
}

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

.breadcrumbs-container ul li {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: -0.01em;
}

.breadcrumbs-container ul li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: -0.01em;
}

.breadcrumbs-container ul li:after {
  content: ' / ';
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.breadcrumbs-container ul li:last-of-type:after {
  content: '';
  display: none;
}

.breadcrumbs-container.breadcrumbs-white li {
  color: #FFF;
}

.breadcrumbs-container.breadcrumbs-white li a {
  color: #FFF;
  text-decoration: underline;
}

.breadcrumbs-container.breadcrumbs-white li:after {
  color: #FFF;
}

.breadcrumbs-container.breadcrumbs-black li {
  color: #5A5A5A;
}

.breadcrumbs-container.breadcrumbs-black li a {
  color: #5A5A5A;
  text-decoration: underline;
}

.breadcrumbs-container.breadcrumbs-black li:after {
  color: #5A5A5A;
}

/*Buttons*/
.btn, .hbspt-form input[type="submit"] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.3;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
  white-space: normal;
  /*Primary button*/
  /*Color options*/
  /*Link button with arrow*/
  /*Social buttons*/
  /*Back button*/
  /*Button used with dropdowns that have colored backgrounds*/
  /*Stretches button full width at all breakpoints*/
  /*Stretches button full width on mobile*/
}

.btn:hover, .hbspt-form input:hover[type="submit"] {
  text-decoration: none;
}

.btn.btn-primary, .hbspt-form input[type="submit"] {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  background: transparent;
  border: solid 2px;
  height: 60px;
  padding: 10px 20px;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .btn.btn-primary, .hbspt-form input[type="submit"] {
    width: 100%;
  }
}

.btn.btn-blue, .hbspt-form input[type="submit"] {
  border-color: #0071B9;
  color: #0071B9;
}

.btn.btn-blue:hover, .hbspt-form input:hover[type="submit"] {
  background: #0071B9;
  color: #FFF;
}

.btn.btn-white, .hbspt-form input.btn-white[type="submit"] {
  border-color: #FFF;
  color: #FFF;
}

.btn.btn-white:hover, .hbspt-form input.btn-white:hover[type="submit"] {
  background: #80C242;
  border-color: #80C242;
  color: #FFF;
}

.btn.btn-link, .hbspt-form input.btn-link[type="submit"] {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  background: transparent;
  border: none;
  text-transform: uppercase;
  /*Color options*/
  /*Adds down arrow icon before text*/
  /*Adds play button before text*/
}

.btn.btn-link.btn-link-white, .hbspt-form input.btn-link.btn-link-white[type="submit"] {
  color: #FFF;
}

.btn.btn-link.btn-link-blue, .hbspt-form input.btn-link.btn-link-blue[type="submit"] {
  color: #0071B9;
}

.btn.btn-link:hover, .hbspt-form input.btn-link:hover[type="submit"] {
  background: transparent;
  color: #80C242;
}

.btn.btn-link.arrow-down:before, .hbspt-form input.btn-link.arrow-down[type="submit"]:before {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03Ljc5My43OTNhMSAxIDAgMDExLjQxNCAwbDcgN2ExIDEgMCAwMTAgMS40MTRsLTcgN2ExIDEgMCAwMS0xLjQxNC0xLjQxNEwxMy4wODYgOS41SDEuNWExIDEgMCAwMTAtMmgxMS41ODZMNy43OTMgMi4yMDdhMSAxIDAgMDEwLTEuNDE0eiIgZmlsbD0iIzAwNzFCOSIvPjwvc3ZnPg==") center center/contain no-repeat;
  content: '';
  height: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 20px;
}

.btn.btn-link.arrow-down:after, .hbspt-form input.btn-link.arrow-down[type="submit"]:after {
  height: 50px;
  width: 50px;
  border: solid 2px #0071B9;
}

.btn.btn-link.btn-play:before, .hbspt-form input.btn-link.btn-play[type="submit"]:before {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMSAyYTkgOSAwIDEwMCAxOCA5IDkgMCAwMDAtMTh6TTAgMTFDMCA0LjkyNSA0LjkyNSAwIDExIDBzMTEgNC45MjUgMTEgMTEtNC45MjUgMTEtMTEgMTFTMCAxNy4wNzUgMCAxMXptOC41MjgtNC44ODJhMSAxIDAgMDExLjAyNy4wNWw2IDRhMSAxIDAgMDEwIDEuNjY0bC02IDRBMSAxIDAgMDE4IDE1VjdhMSAxIDAgMDEuNTI4LS44ODJ6TTEwIDguODY4djQuMjY0TDEzLjE5NyAxMSAxMCA4Ljg2OXoiIGZpbGw9IiMwMDcxQjkiLz48L3N2Zz4=") center center/contain no-repeat;
  content: '';
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  width: 20px;
}

.btn.btn-link-arrow, .hbspt-form input.btn-link-arrow[type="submit"] {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: transparent;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 10px;
  position: relative;
  text-transform: uppercase;
  /*Position options*/
  /*Adds 50px square around arrow*/
  /*Color options*/
  /*Global hover styles*/
}

.btn.btn-link-arrow.align-left-side, .hbspt-form input.btn-link-arrow.align-left-side[type="submit"] {
  padding-left: 0;
}

.btn.btn-link-arrow:before, .hbspt-form input.btn-link-arrow[type="submit"]:before {
  background: center center / contain no-repeat;
  height: 16px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  -webkit-transition: .4s;
  transition: .4s;
  width: 16px;
}

.btn.btn-link-arrow.arrow-prev, .hbspt-form input.btn-link-arrow.arrow-prev[type="submit"] {
  padding-left: 25px;
}

.btn.btn-link-arrow.arrow-prev:before, .hbspt-form input.btn-link-arrow.arrow-prev[type="submit"]:before {
  content: '';
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn.btn-link-arrow.arrow-prev:hover:before, .hbspt-form input.btn-link-arrow.arrow-prev[type="submit"]:hover:before {
  -webkit-transform: rotate(180deg) translateX(5px);
          transform: rotate(180deg) translateX(5px);
}

.btn.btn-link-arrow.arrow-next, .hbspt-form input.btn-link-arrow.arrow-next[type="submit"] {
  padding-right: 25px;
}

.btn.btn-link-arrow.arrow-next:before, .hbspt-form input.btn-link-arrow.arrow-next[type="submit"]:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
}

.btn.btn-link-arrow.arrow-next:hover:before, .hbspt-form input.btn-link-arrow.arrow-next[type="submit"]:hover:before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.btn.btn-link-arrow.arrow-down:before, .hbspt-form input.btn-link-arrow.arrow-down[type="submit"]:before {
  content: '';
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.btn.btn-link-arrow.arrow-down:hover:before, .hbspt-form input.btn-link-arrow.arrow-down[type="submit"]:hover:before {
  -webkit-transform: rotate(90deg) translateX(5px);
          transform: rotate(90deg) translateX(5px);
}

.btn.btn-link-arrow.arrow-square, .hbspt-form input.btn-link-arrow.arrow-square[type="submit"] {
  padding-left: 65px;
}

.btn.btn-link-arrow.arrow-square:before, .hbspt-form input.btn-link-arrow.arrow-square[type="submit"]:before {
  position: absolute;
  left: 17px;
}

.btn.btn-link-arrow.arrow-square:after, .hbspt-form input.btn-link-arrow.arrow-square[type="submit"]:after {
  border: solid 2px;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
}

.btn.btn-link-arrow.arrow-white, .hbspt-form input.btn-link-arrow.arrow-white[type="submit"] {
  color: #FFF;
}

.btn.btn-link-arrow.arrow-white:before, .hbspt-form input.btn-link-arrow.arrow-white[type="submit"]:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC4yOTMuMjkzYTEgMSAwIDAxMS40MTQgMGwxMCAxMGExIDEgMCAwMTAgMS40MTRsLTEwIDEwYTEgMSAwIDAxLTEuNDE0LTEuNDE0TDE4LjU4NiAxMkgxYTEgMSAwIDExMC0yaDE3LjU4NmwtOC4yOTMtOC4yOTNhMSAxIDAgMDEwLTEuNDE0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
}

.btn.btn-link-arrow.arrow-white:after, .hbspt-form input.btn-link-arrow.arrow-white[type="submit"]:after {
  border-color: #FFF;
}

.btn.btn-link-arrow.arrow-blue, .hbspt-form input.btn-link-arrow.arrow-blue[type="submit"] {
  color: #0071B9;
}

.btn.btn-link-arrow.arrow-blue:before, .hbspt-form input.btn-link-arrow.arrow-blue[type="submit"]:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03Ljc5My43OTNhMSAxIDAgMDExLjQxNCAwbDcgN2ExIDEgMCAwMTAgMS40MTRsLTcgN2ExIDEgMCAwMS0xLjQxNC0xLjQxNEwxMy4wODYgOS41SDEuNWExIDEgMCAwMTAtMmgxMS41ODZMNy43OTMgMi4yMDdhMSAxIDAgMDEwLTEuNDE0eiIgZmlsbD0iIzAwNzFCOSIvPjwvc3ZnPg==");
}

.btn.btn-link-arrow.arrow-blue:after, .hbspt-form input.btn-link-arrow.arrow-blue[type="submit"]:after {
  border-color: #0071B9;
}

.btn.btn-link-arrow:hover, .hbspt-form input.btn-link-arrow:hover[type="submit"] {
  color: #80C242;
}

.btn.btn-social, .hbspt-form input.btn-social[type="submit"] {
  background: transparent;
  border: solid 2px;
  height: 65px;
  padding: 15px;
  width: 65px;
}

.btn.btn-back, .hbspt-form input.btn-back[type="submit"] {
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC4yOTMuMjkzYTEgMSAwIDAxMS40MTQgMGwxMCAxMGExIDEgMCAwMTAgMS40MTRsLTEwIDEwYTEgMSAwIDAxLTEuNDE0LTEuNDE0TDE4LjU4NiAxMkgxYTEgMSAwIDExMC0yaDE3LjU4NmwtOC4yOTMtOC4yOTNhMSAxIDAgMDEwLTEuNDE0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") center center/contain no-repeat;
  border: none;
  height: 20px;
  padding: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 20px;
}

.btn.btn-back:hover, .hbspt-form input.btn-back:hover[type="submit"] {
  -webkit-transform: rotate(180deg) translateX(5px);
          transform: rotate(180deg) translateX(5px);
}

.btn.btn-dropdown, .hbspt-form input.btn-dropdown[type="submit"] {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: 0.01em;
  line-height: 1.4;
  border: none;
  max-height: 100px;
  padding: 33px 60px 33px 30px;
  text-align: left;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .btn.btn-dropdown, .hbspt-form input.btn-dropdown[type="submit"] {
    width: 100%;
  }
}

@media (max-width: 1199.98px) {
  .btn.btn-dropdown, .hbspt-form input.btn-dropdown[type="submit"] {
    font-size: 1.8rem;
  }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
  .btn.btn-dropdown, .hbspt-form input.btn-dropdown[type="submit"] {
    font-size: 2.0rem;
  }
}

@media (min-width: 1500px) {
  .btn.btn-dropdown, .hbspt-form input.btn-dropdown[type="submit"] {
    font-size: 2.5rem;
    min-width: 375px;
  }
}

.btn.btn-dropdown.btn-blue, .hbspt-form input.btn-dropdown[type="submit"] {
  background-color: #0071B9;
  color: #FFF;
}

.btn.btn-dropdown.btn-green, .hbspt-form input.btn-dropdown.btn-green[type="submit"] {
  background-color: #80C242;
  color: #FFF;
}

.btn.btn-dropdown:after, .hbspt-form input.btn-dropdown[type="submit"]:after {
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  content: '';
  display: inline-block;
  height: 15px;
  margin-top: -5px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: .4s;
  transition: .4s;
  vertical-align: middle;
  width: 15px;
}

.btn.btn-block, .hbspt-form input.btn-block[type="submit"] {
  width: 100%;
}

@media (max-width: 575.98px) {
  .btn.btn-block-xs, .hbspt-form input.btn-block-xs[type="submit"] {
    width: 100%;
  }
}

/*Button row*/
@media (min-width: 576px) {
  .btn-row {
    margin: 0 -5px;
    padding-top: 10px;
  }
}

@media (max-width: 575.98px) {
  .btn-row .btn:not(:last-child), .btn-row .hbspt-form input:not(:last-child)[type="submit"], .hbspt-form .btn-row input:not(:last-child)[type="submit"] {
    margin-bottom: 10px;
  }
}

@media (min-width: 576px) {
  .btn-row .btn, .btn-row .hbspt-form input[type="submit"], .hbspt-form .btn-row input[type="submit"] {
    margin: 5px 5px;
  }
}

.figure {
  margin: 0;
}

/*Support for both single and double figure setups*/
.figure-block {
  /*Horizontal offset options*/
}

@media (max-width: 767.98px) {
  .figure-block {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .figure-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) and (max-width: 1499.98px) {
  .figure-block {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}

@media (min-width: 1500px) {
  .figure-block {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .figure-block.offset-h {
    margin-left: -75px;
    margin-right: -75px;
  }
}

@media (min-width: 1500px) {
  .figure-block.offset-h {
    margin-left: -125px;
    margin-right: -125px;
  }
}

@media (max-width: 767.98px) {
  .figure-block .figure {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  .figure-block .figure {
    margin: 0 5px;
  }
}

.figure-block .figure-caption {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  padding: 20px 0 0;
}

@media (max-width: 767.98px) {
  .figure-block .figure-caption .directional-caption {
    display: none;
  }
}

/*Form group*/
.form-group, .hbspt-form .hs-form-field,
.hbspt-form .hs-dependent-field, .hbspt-form .legal-consent-container {
  margin-bottom: 20px;
}

.form-group label.error, .hbspt-form .hs-form-field label.error, .hbspt-form .hs-dependent-field label.error, .hbspt-form .legal-consent-container label.error {
  font-size: 1.2rem;
  color: #C73060;
  margin-bottom: 0;
  margin-top: 1rem;
  display: block;
}

/*Global form labels*/
.form-label, .hbspt-form .hs-form-field label:not(.hs-error-msg),
.hbspt-form .hs-dependent-field label:not(.hs-error-msg) {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #5A5A5A;
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 10px;
}

/*Global input styles*/
.form-control, .hbspt-form .hs-form-field input,
.hbspt-form .hs-form-field select,
.hbspt-form .hs-form-field textarea,
.hbspt-form .hs-dependent-field input,
.hbspt-form .hs-dependent-field select,
.hbspt-form .hs-dependent-field textarea {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f8f8f8;
  border-radius: 0;
  color: #5A5A5A;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.6rem;
  line-height: 1;
  padding: 10px;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
}

.form-control:not(textarea), .hbspt-form .hs-form-field input:not(textarea),
.hbspt-form .hs-form-field select:not(textarea),
.hbspt-form .hs-form-field textarea:not(textarea),
.hbspt-form .hs-dependent-field input:not(textarea),
.hbspt-form .hs-dependent-field select:not(textarea),
.hbspt-form .hs-dependent-field textarea:not(textarea) {
  height: 60px;
}

.form-control:not(.is-search), .hbspt-form .hs-form-field input:not(.is-search),
.hbspt-form .hs-form-field select:not(.is-search),
.hbspt-form .hs-form-field textarea:not(.is-search),
.hbspt-form .hs-dependent-field input:not(.is-search),
.hbspt-form .hs-dependent-field select:not(.is-search),
.hbspt-form .hs-dependent-field textarea:not(.is-search) {
  border: solid 1px #A7A7A7;
}

.form-control:not(.is-search):focus, .hbspt-form .hs-form-field input:not(.is-search):focus,
.hbspt-form .hs-form-field select:not(.is-search):focus,
.hbspt-form .hs-form-field textarea:not(.is-search):focus,
.hbspt-form .hs-dependent-field input:not(.is-search):focus,
.hbspt-form .hs-dependent-field select:not(.is-search):focus,
.hbspt-form .hs-dependent-field textarea:not(.is-search):focus {
  background-color: #FFF;
  border-color: #5A5A5A;
  outline: none;
}

.form-control::-webkit-input-placeholder, .hbspt-form .hs-form-field input::-webkit-input-placeholder,
.hbspt-form .hs-form-field select::-webkit-input-placeholder,
.hbspt-form .hs-form-field textarea::-webkit-input-placeholder,
.hbspt-form .hs-dependent-field input::-webkit-input-placeholder,
.hbspt-form .hs-dependent-field select::-webkit-input-placeholder,
.hbspt-form .hs-dependent-field textarea::-webkit-input-placeholder {
  color: #A7A7A7;
}

.form-control:-ms-input-placeholder, .hbspt-form .hs-form-field input:-ms-input-placeholder,
.hbspt-form .hs-form-field select:-ms-input-placeholder,
.hbspt-form .hs-form-field textarea:-ms-input-placeholder,
.hbspt-form .hs-dependent-field input:-ms-input-placeholder,
.hbspt-form .hs-dependent-field select:-ms-input-placeholder,
.hbspt-form .hs-dependent-field textarea:-ms-input-placeholder {
  color: #A7A7A7;
}

.form-control::-ms-input-placeholder, .hbspt-form .hs-form-field input::-ms-input-placeholder,
.hbspt-form .hs-form-field select::-ms-input-placeholder,
.hbspt-form .hs-form-field textarea::-ms-input-placeholder,
.hbspt-form .hs-dependent-field input::-ms-input-placeholder,
.hbspt-form .hs-dependent-field select::-ms-input-placeholder,
.hbspt-form .hs-dependent-field textarea::-ms-input-placeholder {
  color: #A7A7A7;
}

.form-control::placeholder, .hbspt-form .hs-form-field input::placeholder,
.hbspt-form .hs-form-field select::placeholder,
.hbspt-form .hs-form-field textarea::placeholder,
.hbspt-form .hs-dependent-field input::placeholder,
.hbspt-form .hs-dependent-field select::placeholder,
.hbspt-form .hs-dependent-field textarea::placeholder {
  color: #A7A7A7;
}

/*Global select*/
select.form-control,
.hbspt-form .hs-form-field select,
.hbspt-form .hs-dependent-field select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #EEE url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS41IDEuNWw2IDYgNi02IiBzdHJva2U9IiNBN0E3QTciIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+") right 20px center/15px 9px no-repeat;
  height: 60px;
  position: relative;
}

/*Custom checkbox*/
.form-check {
  list-style: none;
  margin: 0;
  padding: 0;
  /*Checkbox label*/
  /*Combined styles*/
  /*Checkbox styles*/
  /*Radio styles*/
}

.form-check label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  margin: 0;
  min-height: 24px;
  padding: 2px 0 2px 30px;
  position: relative;
  white-space: nowrap;
  /*Combined*/
  /*Unchecked*/
}

.form-check label:before, .form-check label:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.form-check label:before {
  background: #FFF;
  border: solid 2px #A7A7A7;
  height: 20px;
  left: 0;
  width: 20px;
}

.form-check input[type="checkbox"],
.form-check input[type="radio"] {
  opacity: 0;
  position: absolute;
  /*Unchecked*/
  /*Checked*/
  /*Disabled*/
  /*Focused*/
}

.form-check input[type="checkbox"] + label:after,
.form-check input[type="radio"] + label:after {
  opacity: 0;
  visibility: hidden;
}

.form-check input[type="checkbox"]:checked + label:before,
.form-check input[type="radio"]:checked + label:before {
  border-color: #0071B9;
}

.form-check input[type="checkbox"]:checked + label:after,
.form-check input[type="radio"]:checked + label:after {
  opacity: 1;
  visibility: visible;
}

.form-check input[type="checkbox"]:disabled:hover + label,
.form-check input[type="radio"]:disabled:hover + label {
  cursor: not-allowed;
}

.form-check input[type="checkbox"]:disabled + label,
.form-check input[type="radio"]:disabled + label {
  opacity: .3;
}

.form-check input[type="checkbox"]:focus + label:before,
.form-check input[type="radio"]:focus + label:before {
  outline: 1px dotted rgba(0, 113, 185, 0.3);
}

.form-check input[type="checkbox"] + label:after {
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy4xODcuNzczYTEgMSAwIDAxLjA0IDEuNDE0bC03LjU2MyA4YTEgMSAwIDAxLTEuNDUzIDBMLjc3MyA2LjU1MWExIDEgMCAwMTEuNDU0LTEuMzc0bDIuNzEgMi44NjdMMTEuNzc0LjgxM2ExIDEgMCAwMTEuNDE0LS4wNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") center center/contain no-repeat;
  height: 10px;
  left: 4px;
  width: 13px;
}

.form-check input[type="checkbox"]:checked + label:before {
  background: #0071B9;
  border-color: #0071B9;
}

.form-check input[type="radio"] + label:before, .form-check input[type="radio"] + label:after {
  border-radius: 50%;
}

.form-check input[type="radio"] + label:after {
  background: #0071B9;
  height: 20px;
  left: 7px;
  width: 20px;
}

/*Adds floated label setup*/
.floated-label {
  position: relative;
}

.floated-label .form-label, .floated-label .hbspt-form .hs-form-field label:not(.hs-error-msg), .hbspt-form .hs-form-field .floated-label label:not(.hs-error-msg),
.floated-label .hbspt-form .hs-dependent-field label:not(.hs-error-msg), .hbspt-form .hs-dependent-field .floated-label label:not(.hs-error-msg) {
  color: #A7A7A7;
  font-size: 1.5rem;
  left: 10px;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.floated-label .form-control, .floated-label .hbspt-form .hs-form-field input, .hbspt-form .hs-form-field .floated-label input,
.floated-label .hbspt-form .hs-form-field select, .hbspt-form .hs-form-field .floated-label select,
.floated-label .hbspt-form .hs-form-field textarea, .hbspt-form .hs-form-field .floated-label textarea,
.floated-label .hbspt-form .hs-dependent-field input, .hbspt-form .hs-dependent-field .floated-label input,
.floated-label .hbspt-form .hs-dependent-field select, .hbspt-form .hs-dependent-field .floated-label select,
.floated-label .hbspt-form .hs-dependent-field textarea, .hbspt-form .hs-dependent-field .floated-label textarea {
  padding: 20px 10px 0;
}

.floated-label .form-control:focus, .floated-label .hbspt-form .hs-form-field input:focus, .hbspt-form .hs-form-field .floated-label input:focus,
.floated-label .hbspt-form .hs-form-field select:focus, .hbspt-form .hs-form-field .floated-label select:focus,
.floated-label .hbspt-form .hs-form-field textarea:focus, .hbspt-form .hs-form-field .floated-label textarea:focus,
.floated-label .hbspt-form .hs-dependent-field input:focus, .hbspt-form .hs-dependent-field .floated-label input:focus,
.floated-label .hbspt-form .hs-dependent-field select:focus, .hbspt-form .hs-dependent-field .floated-label select:focus,
.floated-label .hbspt-form .hs-dependent-field textarea:focus, .hbspt-form .hs-dependent-field .floated-label textarea:focus, .floated-label .form-control:not(:placeholder-shown), .floated-label .hbspt-form .hs-form-field input:not(:placeholder-shown), .hbspt-form .hs-form-field .floated-label input:not(:placeholder-shown),
.floated-label .hbspt-form .hs-form-field select:not(:placeholder-shown), .hbspt-form .hs-form-field .floated-label select:not(:placeholder-shown),
.floated-label .hbspt-form .hs-form-field textarea:not(:placeholder-shown), .hbspt-form .hs-form-field .floated-label textarea:not(:placeholder-shown),
.floated-label .hbspt-form .hs-dependent-field input:not(:placeholder-shown), .hbspt-form .hs-dependent-field .floated-label input:not(:placeholder-shown),
.floated-label .hbspt-form .hs-dependent-field select:not(:placeholder-shown), .hbspt-form .hs-dependent-field .floated-label select:not(:placeholder-shown),
.floated-label .hbspt-form .hs-dependent-field textarea:not(:placeholder-shown), .hbspt-form .hs-dependent-field .floated-label textarea:not(:placeholder-shown) {
  background-color: #FFF;
}

.floated-label .form-control:focus ~ .form-label, .floated-label .hbspt-form .hs-form-field input:focus ~ .form-label, .hbspt-form .hs-form-field .floated-label input:focus ~ .form-label, .floated-label .hbspt-form .hs-form-field select:focus ~ .form-label, .hbspt-form .hs-form-field .floated-label select:focus ~ .form-label, .floated-label .hbspt-form .hs-form-field textarea:focus ~ .form-label, .hbspt-form .hs-form-field .floated-label textarea:focus ~ .form-label, .floated-label .hbspt-form .hs-dependent-field input:focus ~ .form-label, .hbspt-form .hs-dependent-field .floated-label input:focus ~ .form-label, .floated-label .hbspt-form .hs-dependent-field select:focus ~ .form-label, .hbspt-form .hs-dependent-field .floated-label select:focus ~ .form-label, .floated-label .hbspt-form .hs-dependent-field textarea:focus ~ .form-label, .hbspt-form .hs-dependent-field .floated-label textarea:focus ~ .form-label, .floated-label .hbspt-form .hs-form-field .form-control:focus ~ label:not(.hs-error-msg), .hbspt-form .hs-form-field .floated-label .form-control:focus ~ label:not(.hs-error-msg), .floated-label .hbspt-form .hs-form-field input:focus ~ label:not(.hs-error-msg), .hbspt-form .hs-form-field .floated-label input:focus ~ label:not(.hs-error-msg), .floated-label .hbspt-form .hs-form-field select:focus ~ label:not(.hs-error-msg), .hbspt-form .hs-form-field .floated-label select:focus ~ label:not(.hs-error-msg), .floated-label .hbspt-form .hs-form-field textarea:focus ~ label:not(.hs-error-msg), .hbspt-form .hs-form-field .floated-label textarea:focus ~ label:not(.hs-error-msg), .hbspt-form .hs-dependent-field .floated-label .hs-form-field input:focus ~ label:not(.hs-error-msg), .hbspt-form .hs-dependent-field .floated-label .hs-form-field select:focus ~ label:not(.hs-error-msg), .hbspt-form .hs-dependent-field .floated-label .hs-form-field textarea:focus ~ label:not(.hs-error-msg),
.floated-label .hbspt-form .hs-dependent-field .form-control:focus ~ label:not(.hs-error-msg), .hbspt-form .hs-dependent-field .floated-label .form-control:focus ~ label:not(.hs-error-msg), .hbspt-form .hs-form-field .floated-label .hs-dependent-field input:focus ~ label:not(.hs-error-msg), .hbspt-form .hs-form-field .floated-label .hs-dependent-field select:focus ~ label:not(.hs-error-msg), .hbspt-form .hs-form-field .floated-label .hs-dependent-field textarea:focus ~ label:not(.hs-error-msg),
.floated-label .hbspt-form .hs-dependent-field input:focus ~ label:not(.hs-error-msg), .hbspt-form .hs-dependent-field .floated-label input:focus ~ label:not(.hs-error-msg),
.floated-label .hbspt-form .hs-dependent-field select:focus ~ label:not(.hs-error-msg), .hbspt-form .hs-dependent-field .floated-label select:focus ~ label:not(.hs-error-msg),
.floated-label .hbspt-form .hs-dependent-field textarea:focus ~ label:not(.hs-error-msg), .hbspt-form .hs-dependent-field .floated-label textarea:focus ~ label:not(.hs-error-msg), .floated-label .form-control:not(:placeholder-shown) ~ .form-label, .floated-label .hbspt-form .hs-form-field input:not(:placeholder-shown) ~ .form-label, .hbspt-form .hs-form-field .floated-label input:not(:placeholder-shown) ~ .form-label, .floated-label .hbspt-form .hs-form-field select:not(:placeholder-shown) ~ .form-label, .hbspt-form .hs-form-field .floated-label select:not(:placeholder-shown) ~ .form-label, .floated-label .hbspt-form .hs-form-field textarea:not(:placeholder-shown) ~ .form-label, .hbspt-form .hs-form-field .floated-label textarea:not(:placeholder-shown) ~ .form-label, .floated-label .hbspt-form .hs-dependent-field input:not(:placeholder-shown) ~ .form-label, .hbspt-form .hs-dependent-field .floated-label input:not(:placeholder-shown) ~ .form-label, .floated-label .hbspt-form .hs-dependent-field select:not(:placeholder-shown) ~ .form-label, .hbspt-form .hs-dependent-field .floated-label select:not(:placeholder-shown) ~ .form-label, .floated-label .hbspt-form .hs-dependent-field textarea:not(:placeholder-shown) ~ .form-label, .hbspt-form .hs-dependent-field .floated-label textarea:not(:placeholder-shown) ~ .form-label, .floated-label .hbspt-form .hs-form-field .form-control:not(:placeholder-shown) ~ label:not(.hs-error-msg), .hbspt-form .hs-form-field .floated-label .form-control:not(:placeholder-shown) ~ label:not(.hs-error-msg), .floated-label .hbspt-form .hs-form-field input:not(:placeholder-shown) ~ label:not(.hs-error-msg), .hbspt-form .hs-form-field .floated-label input:not(:placeholder-shown) ~ label:not(.hs-error-msg), .floated-label .hbspt-form .hs-form-field select:not(:placeholder-shown) ~ label:not(.hs-error-msg), .hbspt-form .hs-form-field .floated-label select:not(:placeholder-shown) ~ label:not(.hs-error-msg), .floated-label .hbspt-form .hs-form-field textarea:not(:placeholder-shown) ~ label:not(.hs-error-msg), .hbspt-form .hs-form-field .floated-label textarea:not(:placeholder-shown) ~ label:not(.hs-error-msg), .hbspt-form .hs-dependent-field .floated-label .hs-form-field input:not(:placeholder-shown) ~ label:not(.hs-error-msg), .hbspt-form .hs-dependent-field .floated-label .hs-form-field select:not(:placeholder-shown) ~ label:not(.hs-error-msg), .hbspt-form .hs-dependent-field .floated-label .hs-form-field textarea:not(:placeholder-shown) ~ label:not(.hs-error-msg),
.floated-label .hbspt-form .hs-dependent-field .form-control:not(:placeholder-shown) ~ label:not(.hs-error-msg), .hbspt-form .hs-dependent-field .floated-label .form-control:not(:placeholder-shown) ~ label:not(.hs-error-msg), .hbspt-form .hs-form-field .floated-label .hs-dependent-field input:not(:placeholder-shown) ~ label:not(.hs-error-msg), .hbspt-form .hs-form-field .floated-label .hs-dependent-field select:not(:placeholder-shown) ~ label:not(.hs-error-msg), .hbspt-form .hs-form-field .floated-label .hs-dependent-field textarea:not(:placeholder-shown) ~ label:not(.hs-error-msg),
.floated-label .hbspt-form .hs-dependent-field input:not(:placeholder-shown) ~ label:not(.hs-error-msg), .hbspt-form .hs-dependent-field .floated-label input:not(:placeholder-shown) ~ label:not(.hs-error-msg),
.floated-label .hbspt-form .hs-dependent-field select:not(:placeholder-shown) ~ label:not(.hs-error-msg), .hbspt-form .hs-dependent-field .floated-label select:not(:placeholder-shown) ~ label:not(.hs-error-msg),
.floated-label .hbspt-form .hs-dependent-field textarea:not(:placeholder-shown) ~ label:not(.hs-error-msg), .hbspt-form .hs-dependent-field .floated-label textarea:not(:placeholder-shown) ~ label:not(.hs-error-msg) {
  color: #A7A7A7;
  letter-spacing: 0.025em;
  font-weight: 500;
  font-size: 1.2rem;
  -webkit-transform: translateY(calc(-50% - 15px));
          transform: translateY(calc(-50% - 15px));
}

/*Landing form*/
.form-landing {
  background: #FFF;
  -webkit-box-shadow: 0px 1.7518px 3.84708px rgba(6, 57, 96, 0.034102), 0px 4.43042px 9.72955px rgba(6, 57, 96, 0.048808), 0px 9.03764px 19.8474px rgba(6, 57, 96, 0.061192), 0px 18.6158px 40.8818px rgba(6, 57, 96, 0.075898), 0px 30px 112px rgba(6, 57, 96, 0.11);
          box-shadow: 0px 1.7518px 3.84708px rgba(6, 57, 96, 0.034102), 0px 4.43042px 9.72955px rgba(6, 57, 96, 0.048808), 0px 9.03764px 19.8474px rgba(6, 57, 96, 0.061192), 0px 18.6158px 40.8818px rgba(6, 57, 96, 0.075898), 0px 30px 112px rgba(6, 57, 96, 0.11);
  z-index: 5;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991.98px) {
  .form-landing {
    margin-top: 50px;
  }
}

.form-landing .form-link {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  color: #FFF;
  display: block;
  padding: 13px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .form-landing .form-body {
    padding: 40px 20px;
  }
}

@media (min-width: 992px) {
  .form-landing .form-body {
    padding: 40px 80px;
  }
}

.form-landing .form-footer {
  font-size: 1.3rem;
  padding-top: 50px;
}

.form-landing .hbspt-form .hs-submit {
  width: 100%;
}

.form-landing .hbspt-form input[type="submit"] {
  width: 100%;
}

.hbspt-form {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.hbspt-form form {
  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;
}

.hbspt-form .hs-form-field,
.hbspt-form .hs-dependent-field {
  margin-bottom: 10px;
  width: 100%;
}

.hbspt-form .hs-form-field label:not(.hs-error-msg),
.hbspt-form .hs-dependent-field label:not(.hs-error-msg) {
  font-size: 1.4rem;
}

.hbspt-form .hs-form-field input:not([type="checkbox"]),
.hbspt-form .hs-form-field select,
.hbspt-form .hs-dependent-field input:not([type="checkbox"]),
.hbspt-form .hs-dependent-field select {
  height: 36px !important;
}

.hbspt-form .hs-form-field textarea,
.hbspt-form .hs-dependent-field textarea {
  height: 90px;
}

.hbspt-form .hs-form-field ul.inputs-list,
.hbspt-form .hs-dependent-field ul.inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  /*Checkbox label*/
}

.hbspt-form .hs-form-field ul.inputs-list label,
.hbspt-form .hs-dependent-field ul.inputs-list label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  margin: 0;
  min-height: 24px;
  padding: 2px 0 2px;
  position: relative;
  white-space: break-spaces;
}

.hbspt-form .hs-form-field ul.inputs-list input,
.hbspt-form .hs-dependent-field ul.inputs-list input {
  width: auto !important;
  height: auto;
}

.hbspt-form .hs-form-field ul.inputs-list span,
.hbspt-form .hs-dependent-field ul.inputs-list span {
  padding-left: 10px;
  font-size: 1.5rem;
}

.hbspt-form .legal-consent-container {
  width: 100%;
}

.hbspt-form .legal-consent-container .hs-richtext {
  font-size: 1.2rem;
}

.hbspt-form label.hs-error-msg {
  font-size: 1.2rem;
  color: #C73060;
  margin-bottom: 0;
  margin-top: 1rem;
  display: block;
}

.hbspt-form .hs-submit {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.hbspt-form ul.no-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hbspt-form .submitted-message {
  font-size: 2rem;
}

.hbspt-form .form-columns-0,
.hbspt-form .form-columns-1,
.hbspt-form .form-columns-2,
.hbspt-form .form-columns-3 {
  width: 100%;
  max-width: none;
}

.hbspt-form .form-columns-1 .hs-input {
  width: 100% !important;
}

.hbspt-form .small {
  font-size: 1.2rem;
}

.hbspt-form p:last-child {
  margin-bottom: 2.6rem;
}

@media (max-width: 1199.98px) {
  .gated-form-content {
    padding-top: 35px;
  }
}

/*Heading mixin options*/
/*Heading options*/
.micro-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.1;
  text-transform: uppercase;
  display: block;
}

@media (max-width: 1199.98px) {
  .micro-title {
    font-size: 1.4rem;
  }
}

@media (min-width: 1200px) {
  .micro-title {
    font-size: 1.5rem;
  }
}

.heading-1, .post__heading-h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: -0.01em;
  display: block;
  margin: 0;
}

@media (max-width: 991.98px) {
  .heading-1, .post__heading-h2 {
    font-size: 2.6rem;
    line-height: 1.3;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .heading-1, .post__heading-h2 {
    font-size: 3.6rem;
  }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
  .heading-1, .post__heading-h2 {
    font-size: 4.5rem;
  }
}

@media (max-width: 1499.98px) {
  .heading-1, .post__heading-h2 {
    line-height: 1.2;
  }
}

@media (min-width: 1500px) {
  .heading-1, .post__heading-h2 {
    font-size: 5.0rem;
    line-height: 1.4;
  }
}

.heading-2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  display: block;
  margin: 0;
}

@media (max-width: 991.98px) {
  .heading-2 {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .heading-2 {
    font-size: 1.9rem;
  }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
  .heading-2 {
    font-size: 2.1rem;
  }
}

@media (max-width: 1499.98px) {
  .heading-2 {
    line-height: 1.2;
  }
}

@media (min-width: 1500px) {
  .heading-2 {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}

/*Download icon*/
.icon-download:before {
  background: url("../images/icon-download-blue.svg") center center/contain no-repeat;
  content: '';
  display: inline-block;
  height: 14px;
  margin-right: 6px;
  width: 14px;
}

.icon-star {
  vertical-align: middle;
}

.icon-star:before {
  background: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 1.5L10.8175 6.43691L16 7.23344L12.25 11.0741L13.135 16.5L8.5 13.9369L3.865 16.5L4.75 11.0741L1 7.23344L6.1825 6.43691L8.5 1.5Z' stroke='%230071B9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center center/contain no-repeat;
  content: '';
  display: inline-block;
  height: 15px;
  margin-left: 5px;
  width: 15px;
}

.icon-mail:before {
  background: url("data:image/svg+xml,%3Csvg width='22' height='18' viewBox='0 0 22 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 3C21 1.9 20.1 1 19 1H3C1.9 1 1 1.9 1 3M21 3V15C21 16.1 20.1 17 19 17H3C1.9 17 1 16.1 1 15V3M21 3L11 10L1 3' stroke='%230071B9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center center/contain no-repeat;
  content: '';
  display: inline-block;
  height: 16px;
  margin-right: 8px;
  margin-bottom: -2px;
  width: 20px;
}

/*General unstyled list*/
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-unstyled li {
  font-size: 1.5rem;
  letter-spacing: -0.01em;
}

.list-unstyled li:not(:last-child) {
  margin-bottom: 10px;
}

.list-unstyled a {
  color: #5A5A5A;
}

.list-unstyled a:hover {
  color: #0071B9;
  text-decoration: none;
}

/*General inline list with bolded text*/
.list-inline-bolded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 -15px;
  padding: 0;
}

.list-inline-bolded li {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  margin: 0 15px;
}

.list-inline-bolded li svg {
  margin-right: 7px;
}

/*Layout*/
@media print {
  .embedded-content-print .site-header, .embedded-content-print .site-footer, .embedded-content-print .image-block {
    display: none;
  }
}

/*Primary navbar with logo*/
.primary-navbar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991.98px) {
  .primary-navbar {
    padding: 30px 20px;
  }
}

@media (min-width: 992px) {
  .primary-navbar {
    padding: 25px 75px;
  }
}

/*Primary navigation*/
.primary-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  /*Toggle button*/
}

@media (min-width: 992px) {
  .primary-nav {
    z-index: 10000;
  }
}

.primary-nav .nav-item {
  position: relative;
  /*Icon images*/
  /*Request info button*/
  /*Icon options*/
  /*Adds highlight behind menu item when dropdown is open*/
}

.primary-nav .nav-item:not(.is-btn) {
  height: 27px;
  margin-right: 22px;
  width: 17px;
}

.primary-nav .nav-item:not(.is-btn):before {
  background: center center / 17px 17px no-repeat;
  content: '';
  display: block;
  height: 27px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 17px;
  z-index: 1000;
}

@media (max-width: 991.98px) {
  .primary-nav .nav-item.is-btn, .primary-nav .nav-item.is-search, .primary-nav .nav-item.is-translation {
    display: none;
  }
}

.primary-nav .nav-item.is-translation:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjA3NiA4SDQuNTZjLjE4LTEuODAzLjc1LTMuNTM5IDEuNjYzLTUuMDlBNi41MDkgNi41MDkgMCAwMDIuMDc2IDh6TTguNSAzLjA4QTEwLjQ3NiAxMC40NzYgMCAwMDYuNTcxIDhoMy44NThBMTAuNDc2IDEwLjQ3NiAwIDAwOC41IDMuMDh6TTEwLjQyOSAxMEExMC40NzcgMTAuNDc3IDAgMDE4LjUgMTQuOTIgMTAuNDc2IDEwLjQ3NiAwIDAxNi41NzEgMTBoMy44NTh6bS01Ljg3IDBIMi4wNzZhNi41MDkgNi41MDkgMCAwMDQuMTQ2IDUuMDlBMTIuNDc2IDEyLjQ3NiAwIDAxNC41NTkgMTB6bTYuMjIgNS4wOUExMi40NzYgMTIuNDc2IDAgMDAxMi40NCAxMGgyLjQ4M2E2LjUwOSA2LjUwOSAwIDAxLTQuMTQ2IDUuMDl6TTE0LjkyMyA4SDEyLjQ0YTEyLjQ3NiAxMi40NzYgMCAwMC0xLjY2My01LjA5QTYuNTA5IDYuNTA5IDAgMDExNC45MjQgOHpNMCA5YTguNSA4LjUgMCAxMTE3IDBBOC41IDguNSAwIDAxMCA5eiIgZmlsbD0iIzVBNUE1QSIvPjwvc3ZnPg==");
}

.primary-nav .nav-item.is-account:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04IDJDNi41NzMgMiA1LjUgMy4wOSA1LjUgNC4zMzNjMCAxLjI0NCAxLjA3MyAyLjMzNCAyLjUgMi4zMzRzMi41LTEuMDkgMi41LTIuMzM0QzEwLjUgMy4wOSA5LjQyNyAyIDggMnpNMy41IDQuMzMzQzMuNSAxLjg5NSA1LjU2MSAwIDggMHM0LjUgMS44OTUgNC41IDQuMzMzYzAgMi40MzktMi4wNjEgNC4zMzQtNC41IDQuMzM0UzMuNSA2Ljc3MiAzLjUgNC4zMzN6bS0yLjE2NSA2LjkyQTQuNTkgNC41OSAwIDAxNC41IDEwaDdhNC41OSA0LjU5IDAgMDEzLjE2NSAxLjI1MkE0LjI1NSA0LjI1NSAwIDAxMTYgMTQuMzMzVjE2YTEgMSAwIDExLTIgMHYtMS42NjdjMC0uNjAyLS4yNS0xLjE5LS43MTUtMS42MzNBMi41OTEgMi41OTEgMCAwMDExLjUgMTJoLTdjLS42NzggMC0xLjMyLjI1Ny0xLjc4NS43QTIuMjU1IDIuMjU1IDAgMDAyIDE0LjMzM1YxNmExIDEgMCAxMS0yIDB2LTEuNjY3YzAtMS4xNjUuNDg3LTIuMjcyIDEuMzM1LTMuMDh6IiBmaWxsPSIjNUE1QTVBIi8+PC9zdmc+");
}

@media (max-width: 991.98px) {
  .primary-nav .nav-item.is-account .dropdown-section {
    padding: 20px;
  }
}

.primary-nav .nav-item.show .nav-link {
  border-color: #80C242;
}

.primary-nav .nav-item.show .nav-link span {
  opacity: 1;
  visibility: visible;
}

.primary-nav .nav-item.show .nav-link:before, .primary-nav .nav-item.show .nav-link:after {
  opacity: 1;
  visibility: visible;
}

.primary-nav .nav-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  border: none;
  border-bottom: solid 2px transparent;
  display: block;
  height: 100%;
  padding: 5px 0;
  -webkit-transition: .4s;
  transition: .4s;
  width: 100%;
  /*Adds green border when menu is open*/
  /*Adds highlight behind menu item when dropdown is open*/
}

.primary-nav .nav-link:hover {
  border-color: #80C242;
}

.primary-nav .nav-link:focus {
  border-color: #80C242;
  outline: none;
}

.primary-nav .nav-link span {
  background: #80C242;
  bottom: 0;
  height: 2px;
  left: 1px;
  opacity: 0;
  position: absolute;
  right: 1px;
  -webkit-transition: .4s;
  transition: .4s;
  visibility: hidden;
  width: 17px;
  z-index: 10000;
}

.primary-nav .nav-link:before, .primary-nav .nav-link:after {
  background: #FFF;
  bottom: -15px;
  content: '';
  display: block;
  left: -13px;
  opacity: 0;
  position: absolute;
  right: -13px;
  top: -10px;
  -webkit-transition: .4s;
  transition: .4s;
  visibility: hidden;
}

.primary-nav .nav-link:before {
  z-index: 100;
}

.primary-nav .nav-link:after {
  -webkit-box-shadow: 0px 1.7518px 3.84708px rgba(6, 57, 96, 0.034102), 0px 4.43042px 9.72955px rgba(6, 57, 96, 0.048808), 0px 9.03764px 19.8474px rgba(6, 57, 96, 0.061192), 0px 18.6158px 40.8818px rgba(6, 57, 96, 0.075898), 0px 30px 112px rgba(6, 57, 96, 0.11);
          box-shadow: 0px 1.7518px 3.84708px rgba(6, 57, 96, 0.034102), 0px 4.43042px 9.72955px rgba(6, 57, 96, 0.048808), 0px 9.03764px 19.8474px rgba(6, 57, 96, 0.061192), 0px 18.6158px 40.8818px rgba(6, 57, 96, 0.075898), 0px 30px 112px rgba(6, 57, 96, 0.11);
  z-index: 10;
}

@media (min-width: 992px) {
  .primary-nav .is-toggle {
    display: none;
  }
}

.primary-nav .dropdown-menu {
  margin-top: 15px;
  right: -13px;
}

@media (max-width: 991.98px) {
  .primary-nav .dropdown-menu {
    padding: 0;
    z-index: 10;
  }
}

/*Site brand*/
.site-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991.98px) {
  .site-brand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 992px) {
  .site-brand {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 991.98px) {
  .site-brand .logo-subs {
    height: 8px;
    width: 125px;
  }
}

@media (min-width: 992px) {
  .site-brand .logo-subs {
    height: 12px;
    margin-left: 30px;
    width: 190px;
  }
}

/*Site logo*/
.site-logo {
  background: url("../images/logo.svg") center center/contain no-repeat;
  height: 50px;
  margin: 0;
  padding: 0;
  width: 175px;
}

/*Site sub logos*/
.logo-subs {
  background: url("../images/logo-subs.svg") center center/contain no-repeat;
  margin: 0;
  padding: 0;
}

@media (max-width: 991.98px) {
  .logo-subs {
    margin-top: 5px;
  }
}

/*Secondary navbar*/
@media (min-width: 992px) {
  .secondary-navbar {
    margin-left: 75px;
    padding-right: 75px;
  }
}

/*Secondary navigation*/
.secondary-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 15;
  /*Button on mobile only*/
  /*Dropdown menu styles specific to secondary nav*/
}

@media (max-width: 991.98px) {
  .secondary-nav {
    border-top: solid 2px #80C242;
    margin: 0 20px;
  }
}

@media (min-width: 992px) {
  .secondary-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

.secondary-nav.has-bottom-border-added {
  border-bottom: solid 2px #EEE;
}

.secondary-nav .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /*Current menu item*/
}

@media (min-width: 992px) {
  .secondary-nav .nav-item {
    border-right: solid 2px #EEE;
    border-top: solid 2px #EEE;
  }
}

@media (min-width: 992px) {
  .secondary-nav .nav-item:first-child {
    border-left: solid 2px #EEE;
  }
  .secondary-nav .nav-item:first-child .dropdown-menu {
    left: -2px;
    right: 0;
  }
}

.secondary-nav .nav-item.simple-dropdown-nav-item {
  position: relative;
}

.secondary-nav .nav-item span {
  position: relative;
  z-index: 1000;
}

@media (min-width: 992px) {
  .secondary-nav .nav-item.show span:before {
    opacity: 1;
    visibility: visible;
  }
  .secondary-nav .nav-item.show .nav-link:before, .secondary-nav .nav-item.show .nav-link:after {
    opacity: 1;
    visibility: visible;
  }
}

.secondary-nav .nav-item.is-current {
  border-color: #80C242;
}

@media (min-width: 992px) {
  .secondary-nav .nav-item.is-current .nav-link {
    background: #80C242;
  }
}

@media (max-width: 991.98px) {
  .secondary-nav .nav-item.is-current:not(.show) .nav-link {
    color: #80C242;
  }
}

@media (min-width: 992px) {
  .secondary-nav .nav-item.is-current:not(.show) .nav-link {
    color: #FFF;
  }
}

.secondary-nav .nav-link {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  background: transparent;
  border: none;
  color: #5A5A5A;
  letter-spacing: 0.05em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  /*Adds white overlay behind span when menu is open*/
}

@media (max-width: 991.98px) {
  .secondary-nav .nav-link {
    border-bottom: solid 2px #80C242;
    font-size: 1.5rem;
    display: block;
    padding: 20px 0;
  }
}

@media (min-width: 992px) {
  .secondary-nav .nav-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .secondary-nav .nav-link {
    font-size: 1.3rem;
  }
}

@media (min-width: 1200px) {
  .secondary-nav .nav-link {
    font-size: 1.5rem;
  }
}

.secondary-nav .nav-link span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 1000;
}

.secondary-nav .nav-link span:before {
  background: #80C242;
  bottom: -5px;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  -webkit-transition: .3s;
  transition: .3s;
  visibility: hidden;
}

@media (min-width: 992px) {
  .secondary-nav .nav-link:hover span:before {
    opacity: 1;
    visibility: visible;
  }
}

.secondary-nav .nav-link:before, .secondary-nav .nav-link:after {
  background: #FFF;
  bottom: 0;
  content: '';
  display: block;
  left: -2px;
  opacity: 0;
  position: absolute;
  right: -2px;
  top: -2px;
  -webkit-transition: .4s;
  transition: .4s;
  visibility: hidden;
}

.secondary-nav .nav-link:before {
  z-index: 100;
}

.secondary-nav .nav-link:after {
  -webkit-box-shadow: 0px 1.7518px 3.84708px rgba(6, 57, 96, 0.034102), 0px 4.43042px 9.72955px rgba(6, 57, 96, 0.048808), 0px 9.03764px 19.8474px rgba(6, 57, 96, 0.061192), 0px 18.6158px 40.8818px rgba(6, 57, 96, 0.075898), 0px 30px 112px rgba(6, 57, 96, 0.11);
          box-shadow: 0px 1.7518px 3.84708px rgba(6, 57, 96, 0.034102), 0px 4.43042px 9.72955px rgba(6, 57, 96, 0.048808), 0px 9.03764px 19.8474px rgba(6, 57, 96, 0.061192), 0px 18.6158px 40.8818px rgba(6, 57, 96, 0.075898), 0px 30px 112px rgba(6, 57, 96, 0.11);
  z-index: 10;
}

@media (max-width: 991.98px) {
  .secondary-nav .nav-btn-xs {
    margin-top: 30px;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .secondary-nav .dropdown-menu {
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 0;
    overflow: auto;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 10000;
  }
  .secondary-nav .dropdown-menu.show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.secondary-nav .dropdown-menu:not(.dropdown-full) {
  padding: 0;
}

/*Search bar*/
.navbar-search {
  margin: 0 20px;
  /*Mobile search*/
  /*Desktop search*/
}

@media (min-width: 992px) {
  .navbar-search.is-mobile {
    display: none;
  }
}

.navbar-search.is-mobile .form-control, .navbar-search.is-mobile .hbspt-form .hs-form-field input, .hbspt-form .hs-form-field .navbar-search.is-mobile input,
.navbar-search.is-mobile .hbspt-form .hs-form-field select, .hbspt-form .hs-form-field .navbar-search.is-mobile select,
.navbar-search.is-mobile .hbspt-form .hs-form-field textarea, .hbspt-form .hs-form-field .navbar-search.is-mobile textarea,
.navbar-search.is-mobile .hbspt-form .hs-dependent-field input, .hbspt-form .hs-dependent-field .navbar-search.is-mobile input,
.navbar-search.is-mobile .hbspt-form .hs-dependent-field select, .hbspt-form .hs-dependent-field .navbar-search.is-mobile select,
.navbar-search.is-mobile .hbspt-form .hs-dependent-field textarea, .hbspt-form .hs-dependent-field .navbar-search.is-mobile textarea {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background: #FFF url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjY2NyAyLjVhNS42NjcgNS42NjcgMCAxMDMuOTIyIDkuNzU2IDEuMDEgMS4wMSAwIDAxLjE2Ny0uMTY3IDUuNjY3IDUuNjY3IDAgMDAtNC4wOS05LjU5em02LjA4MiAxMC4zMzVhNy42NjcgNy42NjcgMCAxMC0xLjQxNCAxLjQxNGwyLjk1OCAyLjk1OGExIDEgMCAwMDEuNDE0LTEuNDE0bC0yLjk1OC0yLjk1OHoiIGZpbGw9IiM1QTVBNUEiLz48L3N2Zz4=") left center/17px 17px no-repeat;
  border: none;
  color: #5A5A5A;
  font-size: 1.6rem;
  height: 100%;
  letter-spacing: 0.01em;
  padding: 20px 0 20px 35px;
  -webkit-transition: .4s;
  transition: .4s;
  width: 100%;
}

@media (min-width: 992px) {
  .navbar-search.is-mobile .form-control, .navbar-search.is-mobile .hbspt-form .hs-form-field input, .hbspt-form .hs-form-field .navbar-search.is-mobile input,
  .navbar-search.is-mobile .hbspt-form .hs-form-field select, .hbspt-form .hs-form-field .navbar-search.is-mobile select,
  .navbar-search.is-mobile .hbspt-form .hs-form-field textarea, .hbspt-form .hs-form-field .navbar-search.is-mobile textarea,
  .navbar-search.is-mobile .hbspt-form .hs-dependent-field input, .hbspt-form .hs-dependent-field .navbar-search.is-mobile input,
  .navbar-search.is-mobile .hbspt-form .hs-dependent-field select, .hbspt-form .hs-dependent-field .navbar-search.is-mobile select,
  .navbar-search.is-mobile .hbspt-form .hs-dependent-field textarea, .hbspt-form .hs-dependent-field .navbar-search.is-mobile textarea {
    display: none;
  }
}

.navbar-search.is-mobile .form-control:focus, .navbar-search.is-mobile .hbspt-form .hs-form-field input:focus, .hbspt-form .hs-form-field .navbar-search.is-mobile input:focus,
.navbar-search.is-mobile .hbspt-form .hs-form-field select:focus, .hbspt-form .hs-form-field .navbar-search.is-mobile select:focus,
.navbar-search.is-mobile .hbspt-form .hs-form-field textarea:focus, .hbspt-form .hs-form-field .navbar-search.is-mobile textarea:focus,
.navbar-search.is-mobile .hbspt-form .hs-dependent-field input:focus, .hbspt-form .hs-dependent-field .navbar-search.is-mobile input:focus,
.navbar-search.is-mobile .hbspt-form .hs-dependent-field select:focus, .hbspt-form .hs-dependent-field .navbar-search.is-mobile select:focus,
.navbar-search.is-mobile .hbspt-form .hs-dependent-field textarea:focus, .hbspt-form .hs-dependent-field .navbar-search.is-mobile textarea:focus {
  background-color: rgba(128, 194, 66, 0.06);
  outline: none;
}

.navbar-search.is-desktop {
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .4s;
  transition: .4s;
  visibility: hidden;
  width: 0px;
}

@media (max-width: 991.98px) {
  .navbar-search.is-desktop {
    display: none;
  }
}

.navbar-search.is-desktop.is-visible {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1199.98px) {
  .navbar-search.is-desktop.is-visible {
    width: 120px;
  }
}

@media (min-width: 1200px) {
  .navbar-search.is-desktop.is-visible {
    width: 200px;
  }
}

.navbar-search.is-desktop .form-control, .navbar-search.is-desktop .hbspt-form .hs-form-field input, .hbspt-form .hs-form-field .navbar-search.is-desktop input,
.navbar-search.is-desktop .hbspt-form .hs-form-field select, .hbspt-form .hs-form-field .navbar-search.is-desktop select,
.navbar-search.is-desktop .hbspt-form .hs-form-field textarea, .hbspt-form .hs-form-field .navbar-search.is-desktop textarea,
.navbar-search.is-desktop .hbspt-form .hs-dependent-field input, .hbspt-form .hs-dependent-field .navbar-search.is-desktop input,
.navbar-search.is-desktop .hbspt-form .hs-dependent-field select, .hbspt-form .hs-dependent-field .navbar-search.is-desktop select,
.navbar-search.is-desktop .hbspt-form .hs-dependent-field textarea, .hbspt-form .hs-dependent-field .navbar-search.is-desktop textarea {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjY2NyAyLjVhNS42NjcgNS42NjcgMCAxMDMuOTIyIDkuNzU2IDEuMDEgMS4wMSAwIDAxLjE2Ny0uMTY3IDUuNjY3IDUuNjY3IDAgMDAtNC4wOS05LjU5em02LjA4MiAxMC4zMzVhNy42NjcgNy42NjcgMCAxMC0xLjQxNCAxLjQxNGwyLjk1OCAyLjk1OGExIDEgMCAwMDEuNDE0LTEuNDE0bC0yLjk1OC0yLjk1OHoiIGZpbGw9IiM1QTVBNUEiLz48L3N2Zz4=") left center/17px 17px no-repeat;
  border: none;
  border-bottom: solid 2px #EEE;
  padding: 0 20px 0 25px;
  width: 100%;
}

.navbar-search.is-desktop .form-control:focus, .navbar-search.is-desktop .hbspt-form .hs-form-field input:focus, .hbspt-form .hs-form-field .navbar-search.is-desktop input:focus,
.navbar-search.is-desktop .hbspt-form .hs-form-field select:focus, .hbspt-form .hs-form-field .navbar-search.is-desktop select:focus,
.navbar-search.is-desktop .hbspt-form .hs-form-field textarea:focus, .hbspt-form .hs-form-field .navbar-search.is-desktop textarea:focus,
.navbar-search.is-desktop .hbspt-form .hs-dependent-field input:focus, .hbspt-form .hs-dependent-field .navbar-search.is-desktop input:focus,
.navbar-search.is-desktop .hbspt-form .hs-dependent-field select:focus, .hbspt-form .hs-dependent-field .navbar-search.is-desktop select:focus,
.navbar-search.is-desktop .hbspt-form .hs-dependent-field textarea:focus, .hbspt-form .hs-dependent-field .navbar-search.is-desktop textarea:focus {
  outline: none;
}

/*Search toggle*/
.search-toggle {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: solid 2px transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  display: block;
  height: 27px;
  padding: 5px 0;
  -webkit-transition: .4s;
  transition: .4s;
  width: 17px;
  /*Adds X for closing form*/
  /*When search is open*/
  /*When search is closed*/
}

.search-toggle:before, .search-toggle:after {
  background: #A7A7A7;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: .4s;
  transition: .4s;
  visibility: hidden;
  width: 15px;
}

.search-toggle:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.search-toggle:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.search-toggle.is-active {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjY2NyAyLjVhNS42NjcgNS42NjcgMCAxMDMuOTIyIDkuNzU2IDEuMDEgMS4wMSAwIDAxLjE2Ny0uMTY3IDUuNjY3IDUuNjY3IDAgMDAtNC4wOS05LjU5em02LjA4MiAxMC4zMzVhNy42NjcgNy42NjcgMCAxMC0xLjQxNCAxLjQxNGwyLjk1OCAyLjk1OGExIDEgMCAwMDEuNDE0LTEuNDE0bC0yLjk1OC0yLjk1OHoiIGZpbGw9IiM1QTVBNUEiLz48L3N2Zz4=");
}

.search-toggle:not(.is-active) {
  display: none;
}

.search-toggle:hover {
  border-color: #80C242;
}

.search-toggle:focus {
  border-color: #80C242;
  outline: none;
}

/*Search close button*/
.search-close {
  background: transparent;
  border: none;
  height: 17px;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .4s;
  transition: .4s;
  visibility: visible;
  width: 17px;
}

.search-close:before, .search-close:after {
  background: #A7A7A7;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 15px;
}

.search-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.search-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.search-close.is-visible {
  opacity: 1;
  visibility: visible;
}

.search-close:not(.is-visible) {
  pointer-events: none;
}

/*Mobile collapse setup*/
.collapse-navbar {
  /*When menu is open*/
  /*Collapse button*/
  /*Dropdown back button*/
}

@media (max-width: 991.98px) {
  .collapse-navbar {
    background: white;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 0;
    padding-top: 70px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 1000;
  }
}

@media (min-width: 992px) {
  .collapse-navbar {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .collapse-navbar.collapse:not(.show) {
    display: block;
  }
}

@media (min-width: 992px) {
  .collapse-navbar.collapse:not(.show) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.collapse-navbar.collapsing {
  -webkit-transition: none;
  transition: none;
}

@media (max-width: 991.98px) {
  .collapse-navbar.show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.collapse-navbar .close-btn {
  background: transparent;
  border: none;
  height: 20px;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
}

@media (min-width: 992px) {
  .collapse-navbar .close-btn {
    display: none;
  }
}

.collapse-navbar .close-btn:before, .collapse-navbar .close-btn:after {
  background: #5A5A5A;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 20px;
}

.collapse-navbar .close-btn:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.collapse-navbar .close-btn:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.collapse-navbar .arrow-prev {
  left: 10px;
  position: absolute;
  top: 10px;
}

@media (min-width: 992px) {
  .collapse-navbar .arrow-prev {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .collapse-navbar .list-footer-lg {
    margin-top: auto;
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .collapse-navbar .list-footer-lg {
    display: none;
  }
}

/*Mobile menu toggle button*/
.navbar-toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  border: none;
  border-bottom: 2px solid #5A5A5A;
  border-top: 2px solid #5A5A5A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  text-align: left;
}

/*Toggler icons*/
.toggler-icons {
  background: transparent;
  border-color: transparent;
  display: block;
  font-size: 0;
  height: 10px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  width: 18px;
}

.toggler-icons:before, .toggler-icons:after {
  background: #5A5A5A;
  border-radius: 2px;
  content: '';
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
}

/*Applided reasearch logo*/
.logo-applied-research {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0071B9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.5rem;
}

.logo-applied-research:after {
  background: url("../images/logo-applied-research.png") center center/contain no-repeat;
  content: '';
  display: block;
  height: 70px;
  margin-left: 10px;
  width: 62px;
}

/*Site footer*/
.site-footer {
  /*Adds 1px border to top of footer element*/
}

@media (max-width: 991.98px) {
  .site-footer {
    padding-bottom: 30px;
    padding-top: 40px;
  }
}

@media (min-width: 992px) {
  .site-footer {
    padding-bottom: 30px;
    padding-top: 60px;
  }
}

.site-footer.has-border {
  border-top: solid 1px #A7A7A7;
}

@media (max-width: 767.98px) {
  .site-footer.needs-space-above {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .site-footer.needs-space-above {
    margin-top: 75px;
  }
}

@media (min-width: 1500px) {
  .site-footer.needs-space-above {
    margin-top: 120px;
  }
}

/*Footer brand*/
.footer-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 991.98px) {
  .footer-brand {
    width: 180px;
    margin: 0 auto 35px;
  }
}

@media (min-width: 992px) {
  .footer-brand {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-brand .logo-subs {
  height: 8px;
  width: 125px;
}

/*DBG Logo*/
.logo-dbg {
  display: block;
}

@media (max-width: 991.98px) {
  .logo-dbg {
    margin: 30px auto 0;
  }
}

@media (min-width: 992px) {
  .logo-dbg {
    margin-left: auto;
  }
}

/*Large footer list*/
.list-footer-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: -5px -10px;
  padding: 0;
}

.list-footer-lg:not(.list-footer-mobile-header) {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-footer-lg.no-flex-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.list-footer-lg.list-footer-mobile-header {
  margin: 25px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-footer-lg.list-footer-mobile-header li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(50% - 20px);
          flex: 1 0 calc(50% - 20px);
}

@media (max-width: 991.98px) {
  .list-footer-lg.list-footer-mobile-header li {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.list-footer-lg.list-footer-mobile-header .mobile-menu-language-dropdown {
  min-width: 0 !important;
  right: auto;
}

.list-footer-lg.list-footer-mobile-header .mobile-menu-language-dropdown a {
  display: block;
}

@media (max-width: 991.98px) {
  .list-footer-lg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.list-footer-lg li {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 10px;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .list-footer-lg li {
    font-size: 1.3rem;
    letter-spacing: 0.02em;
  }
}

@media (min-width: 1200px) {
  .list-footer-lg li {
    font-size: 1.5rem;
    letter-spacing: 0.025em;
  }
}

.list-footer-lg a {
  color: #5A5A5A;
  white-space: nowrap;
}

.list-footer-lg a:hover {
  color: #80C242;
  text-decoration: none;
}

/*Small footer list*/
.list-footer-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: -5px -10px;
  padding: 0;
}

@media (max-width: 991.98px) {
  .list-footer-sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.list-footer-sm li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.2rem;
  margin: 5px 10px;
  position: relative;
}

.list-footer-sm li:not(:last-child):after {
  content: '|';
  position: absolute;
  right: -13px;
  top: 0;
}

.list-footer-sm a {
  color: #5A5A5A;
  white-space: nowrap;
}

/*Secondary footer row*/
.footer-secondary {
  padding-top: 40px;
}

/*Footer copyright*/
.copyright {
  display: block;
  font-size: 1.2rem;
}

@media (max-width: 991.98px) {
  .copyright {
    margin-bottom: 10px;
    text-align: center;
  }
}

/*Blocks*/
/*Image block with content overlay*/
.image-block {
  position: relative;
  /*Background container, to use with scale animation (adds overflow hidden)*/
  /*Background image*/
  /*Absolute position button next to title on desktop*/
  /*Used for whitepapers*/
}

.image-block .background-image-graphic {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}

.image-block .img-overlay {
  z-index: 1;
  position: relative;
  /*Horizontal alignment options*/
  /*Vertical alignment options*/
  /*Adds flex setup for location menu*/
  /*Max width options*/
}

@media (max-width: 991.98px) {
  .image-block .img-overlay {
    padding: 40px 20px 100px;
  }
}

@media (min-width: 992px) {
  .image-block .img-overlay {
    position: absolute;
  }
}

.image-block .img-overlay.position-static {
  padding: 100px 0 150px;
}

@media (max-width: 1300px) {
  .image-block .img-overlay.position-static {
    padding: 110px 40px;
  }
}

@media (max-width: 991px) {
  .image-block .img-overlay.position-static {
    padding: 70px 20px;
  }
}

@media (min-width: 992px) {
  .image-block .img-overlay.position-static {
    position: static;
  }
}

@media (max-width: 991.98px) {
  .image-block .img-overlay.img-overlay-events {
    padding-top: 70px;
  }
  .image-block .img-overlay.img-overlay-events .btn.btn-absolute, .image-block .img-overlay.img-overlay-events .hbspt-form input.btn-absolute[type="submit"], .hbspt-form .image-block .img-overlay.img-overlay-events input.btn-absolute[type="submit"] {
    top: 50px;
    position: absolute;
    left: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .image-block .img-overlay.align-h-full {
    left: 75px;
    right: 75px;
  }
}

@media (min-width: 1200px) {
  .image-block .img-overlay.align-h-full {
    left: 125px;
    right: 125px;
  }
}

.image-block .img-overlay.align-h-center {
  text-align: center;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .image-block .img-overlay.align-h-center {
    left: 75px;
    right: 75px;
  }
}

@media (min-width: 1200px) {
  .image-block .img-overlay.align-h-center {
    left: 125px;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
    right: 125px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .image-block .img-overlay.align-h-left {
    left: 75px;
    right: 75px;
  }
}

@media (min-width: 1200px) {
  .image-block .img-overlay.align-h-left {
    left: 125px;
    right: 125px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .image-block .img-overlay.align-h-right {
    right: 75px;
  }
}

@media (min-width: 1200px) {
  .image-block .img-overlay.align-h-right {
    right: 125px;
  }
}

@media (min-width: 992px) {
  .image-block .img-overlay.align-v-center {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .image-block .img-overlay.align-v-center.full-height {
    height: 100%;
  }
}

@media (max-width: 1199.98px) {
  .image-block .img-overlay.align-v-top {
    top: 40px;
  }
}

@media (min-width: 1200px) {
  .image-block .img-overlay.align-v-top {
    top: calc(50% - 100px);
  }
}

@media (min-width: 1200px) {
  .image-block .img-overlay.is-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .image-block .img-overlay.max-60-offset {
    max-width: calc(60% - 155px);
  }
  .image-block .img-overlay.max-60 {
    max-width: 60%;
  }
  .image-block .img-overlay.max-50 {
    max-width: calc(50% - 155px);
  }
  .image-block .img-overlay.max-40 {
    max-width: 40%;
  }
  .image-block .img-overlay.max-30 {
    max-width: 30%;
  }
}

@media (min-width: 992px) {
  .image-block .img-overlay.max-60-offset {
    max-width: calc(60% - 155px);
  }
  .image-block .img-overlay.max-50 {
    max-width: calc(50% - 155px);
  }
}

.image-block .bg-container {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .image-block .bg-container {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.image-block .bg-img {
  display: block;
}

@media (min-width: 992px) {
  .image-block .bg-img img {
    height: auto;
    width: 100%;
  }
}

.image-block .btn-absolute {
  margin-top: -15px;
  top: 50%;
  z-index: 1;
}

@media (min-width: 992px) {
  .image-block .btn-absolute {
    left: -50px;
    position: absolute;
  }
}

.image-block .btn-absolute.btn-absolute-centered {
  top: auto;
  margin-top: 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .image-block .btn-absolute.btn-absolute-centered {
    top: 10px;
  }
}

.image-block .btn-absolute.btn-absolute-inset {
  position: absolute;
}

@media (max-width: 1200px) {
  .image-block .btn-absolute.btn-absolute-inset {
    left: 20px !important;
  }
}

@media (min-width: 1201px) {
  .image-block .btn-absolute.btn-absolute-inset {
    left: 50px;
  }
}

@media (max-width: 991.98px) {
  .image-block .btn-absolute.btn-absolute-inset {
    top: 50px;
  }
}

@media (min-width: 992px) {
  .image-block .btn-absolute.btn-absolute-inset {
    top: 50%;
  }
}

@media (min-width: 992px) {
  .image-block.gated-hero .img-overlay {
    padding-left: 90px;
  }
}

/*Header menu*/
.header-menu-container {
  position: relative;
  /*Vertical alignment options*/
}

@media (max-width: 1199.98px) {
  .header-menu-container {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .header-menu-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-menu-container.self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (min-width: 992px) {
  .header-menu-container.self-end {
    margin-bottom: -50px;
  }
}

.header-menu-container .header-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.1;
  text-transform: uppercase;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  padding: 5px 0;
  /*Adds dropdown arrown on mobile*/
}

@media (max-width: 1199.98px) {
  .header-menu-container .header-title {
    font-size: 1.4rem;
  }
}

@media (min-width: 1200px) {
  .header-menu-container .header-title {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .header-menu-container .header-title {
    margin-right: 25px;
  }
}

@media (max-width: 991.98px) {
  .header-menu-container .header-title:after {
    border: solid rgba(255, 255, 255, 0.25);
    border-width: 0 2px 2px 0;
    content: '';
    display: inline-block;
    height: 8px;
    margin: -4px 0 0 6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    vertical-align: middle;
    width: 8px;
  }
}

.header-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 991.98px) {
  .header-menu {
    left: 0;
  }
}

@media (min-width: 992px) {
  .header-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-menu.dropdown-menu {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    opacity: 1;
    padding: 0;
    position: relative;
    visibility: visible;
  }
}

.header-menu li {
  position: relative;
}

@media (min-width: 992px) {
  .header-menu li:before {
    background: rgba(255, 255, 255, 0.25);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px;
  }
}

.header-menu a {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  display: block;
}

@media (max-width: 991.98px) {
  .header-menu a {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-menu a {
    font-size: 1.9rem;
  }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
  .header-menu a {
    font-size: 2.1rem;
  }
}

@media (max-width: 1499.98px) {
  .header-menu a {
    line-height: 1.2;
  }
}

@media (min-width: 1500px) {
  .header-menu a {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}

@media (max-width: 991.98px) {
  .header-menu a {
    color: #5A5A5A;
    padding: 5px 0;
  }
}

@media (min-width: 992px) {
  .header-menu a {
    color: #FFF;
    padding: 5px 25px;
  }
}

.header-menu a:hover {
  color: #80C242;
  text-decoration: none;
}

/*Timeline block*/
.timeline-block {
  position: relative;
  /*Paallax option*/
  /*Adds gradient overlay to bottom of the block*/
  /*Stickyness*/
  /*Adds arrows to timeline slider*/
  /*Mobile slider arrows*/
  /*When timeline block reaches top of viewport*/
  /*When timeline exits view*/
}

@media (max-width: 991.98px) {
  .timeline-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .timeline-block {
    padding-left: 75px;
    padding-right: 75px;
  }
}

.timeline-block.is-parallax {
  background-attachment: fixed;
  background-image: url("../images/patterns/pattern-1.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

@media (min-width: 992px) {
  .timeline-block:before {
    background: url("../images/patterns/timeline-bg-top.svg") center center/contain no-repeat;
    content: '';
    height: 20px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
  }
}

@media (min-width: 992px) {
  .timeline-block:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#0071b9), to(rgba(0, 113, 185, 0)));
    background: linear-gradient(0deg, #0071b9 0%, rgba(0, 113, 185, 0) 100%);
    content: '';
    height: 400px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 75px;
    bottom: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
  }
}

.timeline-block.slider-bottom.is-exited:after {
  opacity: 0;
}

.timeline-block .is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 10;
}

.timeline-block .timeline-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 100;
}

@media (max-width: 991.98px) {
  .timeline-block .timeline-arrows {
    display: none;
  }
}

.timeline-block .timeline-arrows .slick-arrow {
  cursor: pointer;
  margin-left: 0;
}

.timeline-block .timeline-arrows .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.timeline-block .timeline-arrows .slick-arrow.slick-next {
  margin-top: -2px;
}

.timeline-block .timeline-arrows .slick-arrow.slick-next:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.timeline-block .slider-arrows {
  margin-top: 30px;
  text-align: right;
}

@media (min-width: 1200px) {
  .timeline-block .slider-arrows {
    display: none;
  }
}

.timeline-block.in-view:before {
  opacity: 1;
  position: fixed;
}

.timeline-block.in-view:after {
  opacity: 1;
  position: fixed;
}

.timeline-block.is-exited:after {
  right: 0;
  opacity: 1;
  position: absolute;
}

.timeline-block.is-exited .slider-timeline:after {
  opacity: 0;
}

@media (max-width: 991px) {
  .timeline-block .skip-to-next-block {
    display: none;
  }
}

/*Individual timeline item*/
.timeline-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  /*Global setup for circle graphic and top border*/
  /*Adds circle graphic to upper corner*/
  /*Global left border setup*/
  /*Left border styles specific to last child*/
}

@media (max-width: 991.98px) {
  .timeline-item {
    padding: 50px 20px 0 0;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .timeline-item {
    padding-left: 150px;
    padding-right: 20px;
  }
}

@media (min-width: 1500px) {
  .timeline-item {
    padding-left: 250px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .timeline-item:first-child:before {
    top: 0;
  }
}

@media (min-width: 1500px) {
  .timeline-item:first-child:before {
    top: 20px;
  }
}

@media (min-width: 992px) {
  .timeline-item:not(:first-child) {
    padding-top: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .timeline-item:not(:first-child):before {
    top: 70px;
  }
}

@media (min-width: 1500px) {
  .timeline-item:not(:first-child):before {
    top: 90px;
  }
}

.timeline-item p {
  font-size: 1.6rem;
}

.timeline-item .divider-green:before, .timeline-item .divider-green:after {
  background: #C9E098;
}

.timeline-item .timeline-date {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: -0.01em;
  display: block;
  position: relative;
  /*Adds top border*/
}

@media (max-width: 991.98px) {
  .timeline-item .timeline-date {
    font-size: 2.6rem;
    line-height: 1.3;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .timeline-item .timeline-date {
    font-size: 3.6rem;
  }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
  .timeline-item .timeline-date {
    font-size: 4.5rem;
  }
}

@media (max-width: 1499.98px) {
  .timeline-item .timeline-date {
    line-height: 1.2;
  }
}

@media (min-width: 1500px) {
  .timeline-item .timeline-date {
    font-size: 5.0rem;
    line-height: 1.4;
  }
}

.timeline-item .timeline-date:after {
  background: #C9E098;
  content: '';
  display: block;
  position: absolute;
}

@media (max-width: 991.98px) {
  .timeline-item .timeline-date:after {
    height: 20px;
    left: 15px;
    top: -25px;
    width: 2px;
  }
}

@media (min-width: 992px) {
  .timeline-item .timeline-date:after {
    height: 2px;
    right: calc(100% + 20px);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .timeline-item .timeline-date:after {
    width: 135px;
  }
}

@media (min-width: 1500px) {
  .timeline-item .timeline-date:after {
    width: 230px;
  }
}

.timeline-item:before, .timeline-item:after {
  content: '';
  display: block;
  position: absolute;
}

.timeline-item:before {
  background: #0071B9;
  border: solid 2px #C9E098;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .timeline-item:before {
    left: 0;
    top: 0;
  }
}

@media (min-width: 992px) {
  .timeline-item:before {
    left: -15px;
  }
}

.timeline-item:after {
  background: #C9E098;
}

@media (max-width: 991.98px) {
  .timeline-item:after {
    height: 2px;
    left: 15px;
    top: 15px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .timeline-item:after {
    bottom: -40px;
    left: 0;
    top: 20px;
    width: 2px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .timeline-item:last-child:after {
    height: 70px;
  }
}

@media (min-width: 992px) {
  .timeline-item:last-child:after {
    bottom: auto;
    top: 20px;
  }
}

@media (min-width: 1500px) {
  .timeline-item:last-child:after {
    height: 100px;
  }
}

/*Vertical slider element*/
.slider-timeline {
  z-index: 1;
}

@media (max-width: 991.98px) {
  .slider-timeline {
    padding-top: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .slider-timeline {
    padding-left: 50px;
    padding-top: 30px;
  }
}

@media (min-width: 1200px) {
  .slider-timeline {
    padding-left: 125px;
  }
}

@media (max-width: 991.98px) {
  .slider-timeline:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 113, 185, 0)), to(#0071b9));
    background: linear-gradient(to right, rgba(0, 113, 185, 0) 0%, #0071b9 100%);
    bottom: 0;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    width: 20%;
  }
}

.login-block h1 {
  margin-bottom: 30px;
}

.login-block form .form-group, .login-block form .hbspt-form .hs-form-field, .hbspt-form .login-block form .hs-form-field,
.login-block form .hbspt-form .hs-dependent-field, .hbspt-form .login-block form .hs-dependent-field, .login-block form .hbspt-form .legal-consent-container, .hbspt-form .login-block form .legal-consent-container {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.login-block form .small-link {
  color: rgba(90, 90, 90, 0.7);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-size: 1.2rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.login-block form .instruction {
  font-size: 1.6rem;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.login-block form .form-errors {
  font-size: 1.2rem;
  color: #C73060;
  margin-bottom: 10px;
}

.login-block form .alert {
  font-size: 1.6rem;
  color: #0071B9;
  margin-bottom: 20px;
}

.login-block form .description {
  font-size: 1.4rem;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.client-resource-heading {
  padding: 20px 0;
  font-size: 1.5rem;
}

.client-resource-heading a {
  margin-left: 20px;
}

@media (max-width: 575.98px) {
  .client-resource-heading .mt-xs {
    margin-top: 10px;
  }
}

#accordionDocuments .card {
  border-bottom: 2px solid #EEE;
}

#accordionDocuments .card:first-child {
  border-top: 2px solid #EEE;
}

#accordionDocuments .card .accordion-toggle {
  -webkit-appearance: none;
  background: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
  padding: 38px 0;
  position: relative;
  width: 100%;
  text-align: left;
}

#accordionDocuments .card .accordion-toggle:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 10px;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  background: url("data:image/svg+xml,%3Csvg width='22' height='12' viewBox='0 0 22 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L11 11L21 1' stroke='%230071B9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center center/contain no-repeat;
}

#accordionDocuments .card .accordion-toggle:focus {
  outline: none;
}

#accordionDocuments .card .accordion-toggle:not(.collapsed) {
  padding-bottom: 25px;
}

#accordionDocuments .card .accordion-toggle:not(.collapsed):after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

#accordionDocuments .card .card-body {
  margin-bottom: 13px;
}

#accordionDocuments .card .card-body .product-heading {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #0071B9;
}

@media (max-width: 991.98px) {
  #accordionDocuments .card .card-body .product-heading {
    font-size: 2.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  #accordionDocuments .card .card-body .product-heading {
    font-size: 2.8rem;
  }
}

@media (min-width: 1500px) {
  #accordionDocuments .card .card-body .product-heading {
    font-size: 3.5rem;
  }
}

#accordionDocuments .card .card-body .document-lists {
  margin-bottom: 59px;
}
