html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  width: 100%;
}

ol,
ul {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

.test-class {
  background-color: #000000;
}

.margin-xxs-left {
  margin-left: 0.25rem;
}

.margin-xxs-right {
  margin-right: 0.25rem;
}

.margin-xxs-top {
  margin-top: 0.25rem;
}

.margin-xxs-bottom {
  margin-bottom: 0.25rem;
}

.margin-xxs-all {
  margin: 0.25rem;
}

.margin-xs-left {
  margin-left: 0.5rem;
}

.margin-xs-right {
  margin-right: 0.5rem;
}

.margin-xs-top {
  margin-top: 0.5rem;
}

.margin-xs-bottom {
  margin-bottom: 0.5rem;
}

.margin-xs-all {
  margin: 0.5rem;
}

.margin-sm-left {
  margin-left: 1rem;
}

.margin-sm-right {
  margin-right: 1rem;
}

.margin-sm-top {
  margin-top: 1rem;
}

.margin-sm-bottom {
  margin-bottom: 1rem;
}

.margin-sm-all {
  margin: 1rem;
}

.margin-md-left {
  margin-left: 1.5rem;
}

.margin-md-right {
  margin-right: 1.5rem;
}

.margin-md-top {
  margin-top: 1.5rem;
}

.margin-md-bottom {
  margin-bottom: 1.5rem;
}

.margin-md-all {
  margin: 1.5rem;
}

.margin-lg-left {
  margin-left: 2rem;
}

.margin-lg-right {
  margin-right: 2rem;
}

.margin-lg-top {
  margin-top: 2rem;
}

.margin-lg-bottom {
  margin-bottom: 2rem;
}

.margin-lg-all {
  margin: 2rem;
}

.margin-xl-left {
  margin-left: 3rem;
}

.margin-xl-right {
  margin-right: 3rem;
}

.margin-xl-top {
  margin-top: 3rem;
}

.margin-xl-bottom {
  margin-bottom: 3rem;
}

.margin-xl-all {
  margin: 3rem;
}

.margin-xxl-left {
  margin-left: 4rem;
}

.margin-xxl-right {
  margin-right: 4rem;
}

.margin-xxl-top {
  margin-top: 4rem;
}

.margin-xxl-bottom {
  margin-bottom: 4rem;
}

.margin-xxl-all {
  margin: 4rem;
}

.block-margin-bottom {
  margin-bottom: 1rem;
}
@media screen and (min-width: 48rem) {
  .block-margin-bottom {
    margin-bottom: 1.5rem;
  }
}

hr {
  background-color: #dadada;
  border: 0;
  height: 1px;
  margin: 0;
}

.padding-xxs-left {
  padding-left: 0.25rem;
}

.padding-xxs-right {
  padding-right: 0.25rem;
}

.padding-xxs-top {
  padding-top: 0.25rem;
}

.padding-xxs-bottom {
  padding-bottom: 0.25rem;
}

.padding-xxs-all {
  padding: 0.25rem;
}

.padding-xs-left {
  padding-left: 0.5rem;
}

.padding-xs-right {
  padding-right: 0.5rem;
}

.padding-xs-top {
  padding-top: 0.5rem;
}

.padding-xs-bottom {
  padding-bottom: 0.5rem;
}

.padding-xs-all {
  padding: 0.5rem;
}

.padding-sm-left {
  padding-left: 1rem;
}

.padding-sm-right {
  padding-right: 1rem;
}

.padding-sm-top {
  padding-top: 1rem;
}

.padding-sm-bottom {
  padding-bottom: 1rem;
}

.padding-sm-all {
  padding: 1rem;
}

.padding-md-left {
  padding-left: 1.5rem;
}

.padding-md-right {
  padding-right: 1.5rem;
}

.padding-md-top {
  padding-top: 1.5rem;
}

.padding-md-bottom {
  padding-bottom: 1.5rem;
}

.padding-md-all {
  padding: 1.5rem;
}

.padding-lg-left {
  padding-left: 2rem;
}

.padding-lg-right {
  padding-right: 2rem;
}

.padding-lg-top {
  padding-top: 2rem;
}

.padding-lg-bottom {
  padding-bottom: 2rem;
}

.padding-lg-all {
  padding: 2rem;
}

.padding-xl-left {
  padding-left: 3rem;
}

.padding-xl-right {
  padding-right: 3rem;
}

.padding-xl-top {
  padding-top: 3rem;
}

.padding-xl-bottom {
  padding-bottom: 3rem;
}

.padding-xl-all {
  padding: 3rem;
}

.padding-xxl-left {
  padding-left: 4rem;
}

.padding-xxl-right {
  padding-right: 4rem;
}

.padding-xxl-top {
  padding-top: 4rem;
}

.padding-xxl-bottom {
  padding-bottom: 4rem;
}

.padding-xxl-all {
  padding: 4rem;
}

body {
  color: #191919;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 48rem) {
  body {
    font-size: 1.125rem;
  }
}

.defcon {
  font-size: 2.25rem;
  line-height: 1.2;
}
@media (min-width: 48rem) {
  .defcon {
    font-size: 3.25rem;
  }
}

h1,
.h1-primary,
.h1-secondary {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2rem;
}
@media (min-width: 48rem) {
  h1,
  .h1-primary,
  .h1-secondary {
    font-size: 2.5625rem;
    line-height: 3rem;
  }
}

h2,
.h2-primary,
.h2-secondary {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 48rem) {
  h2,
  .h2-primary,
  .h2-secondary {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h3,
.h3-primary,
.h3-secondary {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5rem;
}
@media (min-width: 48rem) {
  h3,
  .h3-primary,
  .h3-secondary {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}

h4,
.h4-primary,
.h4-secondary {
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.2;
}
@media (min-width: 48rem) {
  h4,
  .h4-primary,
  .h4-secondary {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}

h5,
.h5-primary,
.h5-secondary {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
}
@media (min-width: 48rem) {
  h5,
  .h5-primary,
  .h5-secondary {
    font-size: 1.25rem;
  }
}

h6,
.h6-primary,
.h6-secondary {
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.5rem;
}
@media (min-width: 48rem) {
  h6,
  .h6-primary,
  .h6-secondary {
    font-size: 1.0625rem;
    line-height: 1.5rem;
  }
}

h1,
.h1-primary {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h2,
.h2-primary {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h3,
.h3-primary {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h4,
.h4-primary {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h5,
.h5-primary {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h6,
.h6-primary {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.h1-secondary {
  font-family: Georgia, Times, Times New Roman, serif;
}

.h2-secondary {
  font-family: Georgia, Times, Times New Roman, serif;
}

.h3-secondary {
  font-family: Georgia, Times, Times New Roman, serif;
}

.h4-secondary {
  font-family: Georgia, Times, Times New Roman, serif;
}

.h5-secondary {
  font-family: Georgia, Times, Times New Roman, serif;
}

.h6-secondary {
  font-family: Georgia, Times, Times New Roman, serif;
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.container {
  margin-left: 5%;
  margin-right: 5%;
  max-width: 90rem;
}
@media (min-width: 64rem) {
  .container {
    margin-left: 8%;
    margin-right: 8%;
  }
}
@media (min-width: 90rem) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }
}

.row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@supports (display: grid) {
  .row {
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 0;
  }
  @media (min-width: 48rem) {
    .row {
      grid-column-gap: 1rem;
    }
  }
  @media (min-width: 64rem) {
    .row {
      grid-column-gap: 2rem;
    }
  }
  @media (min-width: 90rem) {
    .row {
      grid-column-gap: 2rem;
    }
  }
}

.reduce-internal-row-col-gap .row {
  grid-column-gap: 3%;
}
@media all and (min-width: 48rem) {
  .reduce-internal-row-col-gap .row {
    grid-column-gap: 3%;
  }
}

@media (min-width: 0rem) and (max-width: 47.9375rem) {
  .col-sm-1 {
    max-width: 8.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-1 {
      grid-column-start: span 1;
    }
  }
}

@media (min-width: 0rem) and (max-width: 63.9375rem) {
  .col-sm-md-1 {
    max-width: 8.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-md-1 {
      grid-column-start: span 1;
    }
  }
}

@media (min-width: 0rem) and (max-width: 89.9375rem) {
  .col-sm-lg-1 {
    max-width: 8.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-lg-1 {
      grid-column-start: span 1;
    }
  }
}

@media (min-width: 0rem) {
  .col-sm-xl-1 {
    max-width: 8.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-xl-1 {
      grid-column-start: span 1;
    }
  }
}

@media (min-width: 0rem) and (max-width: 47.9375rem) {
  .col-sm-2 {
    max-width: 16.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-2 {
      grid-column-start: span 2;
    }
  }
}

@media (min-width: 0rem) and (max-width: 63.9375rem) {
  .col-sm-md-2 {
    max-width: 16.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-md-2 {
      grid-column-start: span 2;
    }
  }
}

@media (min-width: 0rem) and (max-width: 89.9375rem) {
  .col-sm-lg-2 {
    max-width: 16.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-lg-2 {
      grid-column-start: span 2;
    }
  }
}

@media (min-width: 0rem) {
  .col-sm-xl-2 {
    max-width: 16.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-xl-2 {
      grid-column-start: span 2;
    }
  }
}

@media (min-width: 0rem) and (max-width: 47.9375rem) {
  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-3 {
      grid-column-start: span 3;
    }
  }
}

@media (min-width: 0rem) and (max-width: 63.9375rem) {
  .col-sm-md-3 {
    max-width: 25%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-md-3 {
      grid-column-start: span 3;
    }
  }
}

@media (min-width: 0rem) and (max-width: 89.9375rem) {
  .col-sm-lg-3 {
    max-width: 25%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-lg-3 {
      grid-column-start: span 3;
    }
  }
}

@media (min-width: 0rem) {
  .col-sm-xl-3 {
    max-width: 25%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-xl-3 {
      grid-column-start: span 3;
    }
  }
}

@media (min-width: 0rem) and (max-width: 47.9375rem) {
  .col-sm-4 {
    max-width: 33.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-4 {
      grid-column-start: span 4;
    }
  }
}

@media (min-width: 0rem) and (max-width: 63.9375rem) {
  .col-sm-md-4 {
    max-width: 33.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-md-4 {
      grid-column-start: span 4;
    }
  }
}

@media (min-width: 0rem) and (max-width: 89.9375rem) {
  .col-sm-lg-4 {
    max-width: 33.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-lg-4 {
      grid-column-start: span 4;
    }
  }
}

@media (min-width: 0rem) {
  .col-sm-xl-4 {
    max-width: 33.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-xl-4 {
      grid-column-start: span 4;
    }
  }
}

@media (min-width: 0rem) and (max-width: 47.9375rem) {
  .col-sm-5 {
    max-width: 41.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-5 {
      grid-column-start: span 5;
    }
  }
}

@media (min-width: 0rem) and (max-width: 63.9375rem) {
  .col-sm-md-5 {
    max-width: 41.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-md-5 {
      grid-column-start: span 5;
    }
  }
}

@media (min-width: 0rem) and (max-width: 89.9375rem) {
  .col-sm-lg-5 {
    max-width: 41.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-lg-5 {
      grid-column-start: span 5;
    }
  }
}

@media (min-width: 0rem) {
  .col-sm-xl-5 {
    max-width: 41.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-xl-5 {
      grid-column-start: span 5;
    }
  }
}

@media (min-width: 0rem) and (max-width: 47.9375rem) {
  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-6 {
      grid-column-start: span 6;
    }
  }
}

@media (min-width: 0rem) and (max-width: 63.9375rem) {
  .col-sm-md-6 {
    max-width: 50%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-md-6 {
      grid-column-start: span 6;
    }
  }
}

@media (min-width: 0rem) and (max-width: 89.9375rem) {
  .col-sm-lg-6 {
    max-width: 50%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-lg-6 {
      grid-column-start: span 6;
    }
  }
}

@media (min-width: 0rem) {
  .col-sm-xl-6 {
    max-width: 50%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-xl-6 {
      grid-column-start: span 6;
    }
  }
}

@media (min-width: 0rem) and (max-width: 47.9375rem) {
  .col-sm-7 {
    max-width: 58.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-7 {
      grid-column-start: span 7;
    }
  }
}

@media (min-width: 0rem) and (max-width: 63.9375rem) {
  .col-sm-md-7 {
    max-width: 58.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-md-7 {
      grid-column-start: span 7;
    }
  }
}

@media (min-width: 0rem) and (max-width: 89.9375rem) {
  .col-sm-lg-7 {
    max-width: 58.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-lg-7 {
      grid-column-start: span 7;
    }
  }
}

@media (min-width: 0rem) {
  .col-sm-xl-7 {
    max-width: 58.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-xl-7 {
      grid-column-start: span 7;
    }
  }
}

@media (min-width: 0rem) and (max-width: 47.9375rem) {
  .col-sm-8 {
    max-width: 66.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-8 {
      grid-column-start: span 8;
    }
  }
}

@media (min-width: 0rem) and (max-width: 63.9375rem) {
  .col-sm-md-8 {
    max-width: 66.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-md-8 {
      grid-column-start: span 8;
    }
  }
}

@media (min-width: 0rem) and (max-width: 89.9375rem) {
  .col-sm-lg-8 {
    max-width: 66.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-lg-8 {
      grid-column-start: span 8;
    }
  }
}

@media (min-width: 0rem) {
  .col-sm-xl-8 {
    max-width: 66.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-xl-8 {
      grid-column-start: span 8;
    }
  }
}

@media (min-width: 0rem) and (max-width: 47.9375rem) {
  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-9 {
      grid-column-start: span 9;
    }
  }
}

@media (min-width: 0rem) and (max-width: 63.9375rem) {
  .col-sm-md-9 {
    max-width: 75%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-md-9 {
      grid-column-start: span 9;
    }
  }
}

@media (min-width: 0rem) and (max-width: 89.9375rem) {
  .col-sm-lg-9 {
    max-width: 75%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-lg-9 {
      grid-column-start: span 9;
    }
  }
}

@media (min-width: 0rem) {
  .col-sm-xl-9 {
    max-width: 75%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-xl-9 {
      grid-column-start: span 9;
    }
  }
}

@media (min-width: 0rem) and (max-width: 47.9375rem) {
  .col-sm-10 {
    max-width: 83.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-10 {
      grid-column-start: span 10;
    }
  }
}

@media (min-width: 0rem) and (max-width: 63.9375rem) {
  .col-sm-md-10 {
    max-width: 83.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-md-10 {
      grid-column-start: span 10;
    }
  }
}

@media (min-width: 0rem) and (max-width: 89.9375rem) {
  .col-sm-lg-10 {
    max-width: 83.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-lg-10 {
      grid-column-start: span 10;
    }
  }
}

@media (min-width: 0rem) {
  .col-sm-xl-10 {
    max-width: 83.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-xl-10 {
      grid-column-start: span 10;
    }
  }
}

@media (min-width: 0rem) and (max-width: 47.9375rem) {
  .col-sm-11 {
    max-width: 91.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-11 {
      grid-column-start: span 11;
    }
  }
}

@media (min-width: 0rem) and (max-width: 63.9375rem) {
  .col-sm-md-11 {
    max-width: 91.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-md-11 {
      grid-column-start: span 11;
    }
  }
}

@media (min-width: 0rem) and (max-width: 89.9375rem) {
  .col-sm-lg-11 {
    max-width: 91.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-lg-11 {
      grid-column-start: span 11;
    }
  }
}

@media (min-width: 0rem) {
  .col-sm-xl-11 {
    max-width: 91.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-sm-xl-11 {
      grid-column-start: span 11;
    }
  }
}

@media (min-width: 0rem) and (max-width: 47.9375rem) {
  .col-sm-12 {
    max-width: 100%;
    flex: 1 0 auto;
  }
  @supports (display: grid) {
    .col-sm-12 {
      grid-column-start: span 12;
    }
  }
}

@media (min-width: 0rem) and (max-width: 63.9375rem) {
  .col-sm-md-12 {
    max-width: 100%;
    flex: 1 0 auto;
  }
  @supports (display: grid) {
    .col-sm-md-12 {
      grid-column-start: span 12;
    }
  }
}

@media (min-width: 0rem) and (max-width: 89.9375rem) {
  .col-sm-lg-12 {
    max-width: 100%;
    flex: 1 0 auto;
  }
  @supports (display: grid) {
    .col-sm-lg-12 {
      grid-column-start: span 12;
    }
  }
}

@media (min-width: 0rem) {
  .col-sm-xl-12 {
    max-width: 100%;
    flex: 1 0 auto;
  }
  @supports (display: grid) {
    .col-sm-xl-12 {
      grid-column-start: span 12;
    }
  }
}

@media (min-width: 48rem) and (max-width: 63.9375rem) {
  .col-md-1 {
    max-width: 8.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-1 {
      grid-column-start: span 1;
    }
  }
}

@media (min-width: 48rem) and (max-width: 89.9375rem) {
  .col-md-lg-1 {
    max-width: 8.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-lg-1 {
      grid-column-start: span 1;
    }
  }
}

@media (min-width: 48rem) {
  .col-md-xl-1 {
    max-width: 8.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-xl-1 {
      grid-column-start: span 1;
    }
  }
}

@media (min-width: 48rem) and (max-width: 63.9375rem) {
  .col-md-2 {
    max-width: 16.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-2 {
      grid-column-start: span 2;
    }
  }
}

@media (min-width: 48rem) and (max-width: 89.9375rem) {
  .col-md-lg-2 {
    max-width: 16.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-lg-2 {
      grid-column-start: span 2;
    }
  }
}

@media (min-width: 48rem) {
  .col-md-xl-2 {
    max-width: 16.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-xl-2 {
      grid-column-start: span 2;
    }
  }
}

@media (min-width: 48rem) and (max-width: 63.9375rem) {
  .col-md-3 {
    max-width: 25%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-3 {
      grid-column-start: span 3;
    }
  }
}

@media (min-width: 48rem) and (max-width: 89.9375rem) {
  .col-md-lg-3 {
    max-width: 25%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-lg-3 {
      grid-column-start: span 3;
    }
  }
}

@media (min-width: 48rem) {
  .col-md-xl-3 {
    max-width: 25%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-xl-3 {
      grid-column-start: span 3;
    }
  }
}

@media (min-width: 48rem) and (max-width: 63.9375rem) {
  .col-md-4 {
    max-width: 33.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-4 {
      grid-column-start: span 4;
    }
  }
}

@media (min-width: 48rem) and (max-width: 89.9375rem) {
  .col-md-lg-4 {
    max-width: 33.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-lg-4 {
      grid-column-start: span 4;
    }
  }
}

@media (min-width: 48rem) {
  .col-md-xl-4 {
    max-width: 33.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-xl-4 {
      grid-column-start: span 4;
    }
  }
}

@media (min-width: 48rem) and (max-width: 63.9375rem) {
  .col-md-5 {
    max-width: 41.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-5 {
      grid-column-start: span 5;
    }
  }
}

@media (min-width: 48rem) and (max-width: 89.9375rem) {
  .col-md-lg-5 {
    max-width: 41.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-lg-5 {
      grid-column-start: span 5;
    }
  }
}

@media (min-width: 48rem) {
  .col-md-xl-5 {
    max-width: 41.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-xl-5 {
      grid-column-start: span 5;
    }
  }
}

@media (min-width: 48rem) and (max-width: 63.9375rem) {
  .col-md-6 {
    max-width: 50%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-6 {
      grid-column-start: span 6;
    }
  }
}

@media (min-width: 48rem) and (max-width: 89.9375rem) {
  .col-md-lg-6 {
    max-width: 50%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-lg-6 {
      grid-column-start: span 6;
    }
  }
}

@media (min-width: 48rem) {
  .col-md-xl-6 {
    max-width: 50%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-xl-6 {
      grid-column-start: span 6;
    }
  }
}

@media (min-width: 48rem) and (max-width: 63.9375rem) {
  .col-md-7 {
    max-width: 58.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-7 {
      grid-column-start: span 7;
    }
  }
}

@media (min-width: 48rem) and (max-width: 89.9375rem) {
  .col-md-lg-7 {
    max-width: 58.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-lg-7 {
      grid-column-start: span 7;
    }
  }
}

@media (min-width: 48rem) {
  .col-md-xl-7 {
    max-width: 58.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-xl-7 {
      grid-column-start: span 7;
    }
  }
}

@media (min-width: 48rem) and (max-width: 63.9375rem) {
  .col-md-8 {
    max-width: 66.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-8 {
      grid-column-start: span 8;
    }
  }
}

@media (min-width: 48rem) and (max-width: 89.9375rem) {
  .col-md-lg-8 {
    max-width: 66.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-lg-8 {
      grid-column-start: span 8;
    }
  }
}

@media (min-width: 48rem) {
  .col-md-xl-8 {
    max-width: 66.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-xl-8 {
      grid-column-start: span 8;
    }
  }
}

@media (min-width: 48rem) and (max-width: 63.9375rem) {
  .col-md-9 {
    max-width: 75%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-9 {
      grid-column-start: span 9;
    }
  }
}

@media (min-width: 48rem) and (max-width: 89.9375rem) {
  .col-md-lg-9 {
    max-width: 75%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-lg-9 {
      grid-column-start: span 9;
    }
  }
}

@media (min-width: 48rem) {
  .col-md-xl-9 {
    max-width: 75%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-xl-9 {
      grid-column-start: span 9;
    }
  }
}

@media (min-width: 48rem) and (max-width: 63.9375rem) {
  .col-md-10 {
    max-width: 83.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-10 {
      grid-column-start: span 10;
    }
  }
}

@media (min-width: 48rem) and (max-width: 89.9375rem) {
  .col-md-lg-10 {
    max-width: 83.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-lg-10 {
      grid-column-start: span 10;
    }
  }
}

@media (min-width: 48rem) {
  .col-md-xl-10 {
    max-width: 83.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-xl-10 {
      grid-column-start: span 10;
    }
  }
}

@media (min-width: 48rem) and (max-width: 63.9375rem) {
  .col-md-11 {
    max-width: 91.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-11 {
      grid-column-start: span 11;
    }
  }
}

@media (min-width: 48rem) and (max-width: 89.9375rem) {
  .col-md-lg-11 {
    max-width: 91.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-lg-11 {
      grid-column-start: span 11;
    }
  }
}

@media (min-width: 48rem) {
  .col-md-xl-11 {
    max-width: 91.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-md-xl-11 {
      grid-column-start: span 11;
    }
  }
}

@media (min-width: 48rem) and (max-width: 63.9375rem) {
  .col-md-12 {
    max-width: 100%;
    flex: 1 0 auto;
  }
  @supports (display: grid) {
    .col-md-12 {
      grid-column-start: span 12;
    }
  }
}

@media (min-width: 48rem) and (max-width: 89.9375rem) {
  .col-md-lg-12 {
    max-width: 100%;
    flex: 1 0 auto;
  }
  @supports (display: grid) {
    .col-md-lg-12 {
      grid-column-start: span 12;
    }
  }
}

@media (min-width: 48rem) {
  .col-md-xl-12 {
    max-width: 100%;
    flex: 1 0 auto;
  }
  @supports (display: grid) {
    .col-md-xl-12 {
      grid-column-start: span 12;
    }
  }
}

@media (min-width: 64rem) and (max-width: 89.9375rem) {
  .col-lg-1 {
    max-width: 8.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-lg-1 {
      grid-column-start: span 1;
    }
  }
}

@media (min-width: 64rem) {
  .col-lg-xl-1 {
    max-width: 8.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-lg-xl-1 {
      grid-column-start: span 1;
    }
  }
}

@media (min-width: 64rem) and (max-width: 89.9375rem) {
  .col-lg-2 {
    max-width: 16.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-lg-2 {
      grid-column-start: span 2;
    }
  }
}

@media (min-width: 64rem) {
  .col-lg-xl-2 {
    max-width: 16.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-lg-xl-2 {
      grid-column-start: span 2;
    }
  }
}

@media (min-width: 64rem) and (max-width: 89.9375rem) {
  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-lg-3 {
      grid-column-start: span 3;
    }
  }
}

@media (min-width: 64rem) {
  .col-lg-xl-3 {
    max-width: 25%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-lg-xl-3 {
      grid-column-start: span 3;
    }
  }
}

@media (min-width: 64rem) and (max-width: 89.9375rem) {
  .col-lg-4 {
    max-width: 33.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-lg-4 {
      grid-column-start: span 4;
    }
  }
}

@media (min-width: 64rem) {
  .col-lg-xl-4 {
    max-width: 33.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-lg-xl-4 {
      grid-column-start: span 4;
    }
  }
}

@media (min-width: 64rem) and (max-width: 89.9375rem) {
  .col-lg-5 {
    max-width: 41.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-lg-5 {
      grid-column-start: span 5;
    }
  }
}

@media (min-width: 64rem) {
  .col-lg-xl-5 {
    max-width: 41.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-lg-xl-5 {
      grid-column-start: span 5;
    }
  }
}

@media (min-width: 64rem) and (max-width: 89.9375rem) {
  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-lg-6 {
      grid-column-start: span 6;
    }
  }
}

@media (min-width: 64rem) {
  .col-lg-xl-6 {
    max-width: 50%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-lg-xl-6 {
      grid-column-start: span 6;
    }
  }
}

@media (min-width: 64rem) and (max-width: 89.9375rem) {
  .col-lg-7 {
    max-width: 58.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-lg-7 {
      grid-column-start: span 7;
    }
  }
}

@media (min-width: 64rem) {
  .col-lg-xl-7 {
    max-width: 58.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-lg-xl-7 {
      grid-column-start: span 7;
    }
  }
}

@media (min-width: 64rem) and (max-width: 89.9375rem) {
  .col-lg-8 {
    max-width: 66.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-lg-8 {
      grid-column-start: span 8;
    }
  }
}

@media (min-width: 64rem) {
  .col-lg-xl-8 {
    max-width: 66.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-lg-xl-8 {
      grid-column-start: span 8;
    }
  }
}

@media (min-width: 64rem) and (max-width: 89.9375rem) {
  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-lg-9 {
      grid-column-start: span 9;
    }
  }
}

@media (min-width: 64rem) {
  .col-lg-xl-9 {
    max-width: 75%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-lg-xl-9 {
      grid-column-start: span 9;
    }
  }
}

@media (min-width: 64rem) and (max-width: 89.9375rem) {
  .col-lg-10 {
    max-width: 83.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-lg-10 {
      grid-column-start: span 10;
    }
  }
}

@media (min-width: 64rem) {
  .col-lg-xl-10 {
    max-width: 83.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-lg-xl-10 {
      grid-column-start: span 10;
    }
  }
}

@media (min-width: 64rem) and (max-width: 89.9375rem) {
  .col-lg-11 {
    max-width: 91.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-lg-11 {
      grid-column-start: span 11;
    }
  }
}

@media (min-width: 64rem) {
  .col-lg-xl-11 {
    max-width: 91.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-lg-xl-11 {
      grid-column-start: span 11;
    }
  }
}

@media (min-width: 64rem) and (max-width: 89.9375rem) {
  .col-lg-12 {
    max-width: 100%;
    flex: 1 0 auto;
  }
  @supports (display: grid) {
    .col-lg-12 {
      grid-column-start: span 12;
    }
  }
}

@media (min-width: 64rem) {
  .col-lg-xl-12 {
    max-width: 100%;
    flex: 1 0 auto;
  }
  @supports (display: grid) {
    .col-lg-xl-12 {
      grid-column-start: span 12;
    }
  }
}

@media (min-width: 90rem) {
  .col-xl-1 {
    max-width: 8.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-xl-1 {
      grid-column-start: span 1;
    }
  }
}

@media (min-width: 90rem) {
  .col-xl-2 {
    max-width: 16.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-xl-2 {
      grid-column-start: span 2;
    }
  }
}

@media (min-width: 90rem) {
  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-xl-3 {
      grid-column-start: span 3;
    }
  }
}

@media (min-width: 90rem) {
  .col-xl-4 {
    max-width: 33.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-xl-4 {
      grid-column-start: span 4;
    }
  }
}

@media (min-width: 90rem) {
  .col-xl-5 {
    max-width: 41.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-xl-5 {
      grid-column-start: span 5;
    }
  }
}

@media (min-width: 90rem) {
  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-xl-6 {
      grid-column-start: span 6;
    }
  }
}

@media (min-width: 90rem) {
  .col-xl-7 {
    max-width: 58.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-xl-7 {
      grid-column-start: span 7;
    }
  }
}

@media (min-width: 90rem) {
  .col-xl-8 {
    max-width: 66.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-xl-8 {
      grid-column-start: span 8;
    }
  }
}

@media (min-width: 90rem) {
  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-xl-9 {
      grid-column-start: span 9;
    }
  }
}

@media (min-width: 90rem) {
  .col-xl-10 {
    max-width: 83.33333%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-xl-10 {
      grid-column-start: span 10;
    }
  }
}

@media (min-width: 90rem) {
  .col-xl-11 {
    max-width: 91.66667%;
    flex: 0 0 auto;
  }
  @supports (display: grid) {
    .col-xl-11 {
      grid-column-start: span 11;
    }
  }
}

@media (min-width: 90rem) {
  .col-xl-12 {
    max-width: 100%;
    flex: 1 0 auto;
  }
  @supports (display: grid) {
    .col-xl-12 {
      grid-column-start: span 12;
    }
  }
}

[class*="col-"] {
  width: 100%;
}

@supports (display: grid) {
  [class*="col-"] {
    flex-basis: initial;
    max-width: initial;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 0rem) and (max-width: 47.9375rem),
  (-ms-high-contrast: active) and (min-width: 0rem) and (max-width: 47.9375rem) {
  .ie-flex-100-percent-sm {
    flex: 1 0 100% !important;
  }
}

.vertical-centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.embed-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.embed-responsive::before {
  content: "";
  display: block;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.btn {
  background-color: #1b6fa6;
  border: 2px solid transparent;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 1rem 1.5rem;
  text-align: center;
  transition: all 0.3s ease 0s;
  user-select: none;
  vertical-align: middle;
}
.btn.btn-block {
  display: block;
}
.btn.btn-lg {
  padding: 1.5rem 1.5rem;
}
.btn.btn-sm {
  padding: 0.5rem 1.5rem;
}
.btn.disabled,
.btn:disabled {
  background-color: #b8c1cb;
  color: #fff;
}
.btn:not(:disabled):not(.disabled):active:hover,
.btn:not(:disabled):not(.disabled):hover:hover {
  background-color: #46a4e1;
  text-decoration: none;
}
.btn:not(:disabled):not(.disabled):active:active,
.btn:not(:disabled):not(.disabled):hover:active {
  background-color: #46a4e1;
  border: 2px solid rgba(0, 0, 0, 0.25);
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #1b6fa6;
  color: #1b6fa6;
}
.btn-outline:not(:disabled):not(.disabled):active:hover,
.btn-outline:not(:disabled):not(.disabled):hover:hover {
  background-color: #46a4e1;
  color: #fff;
  text-decoration: none;
}
.btn-outline:not(:disabled):not(.disabled):active:active,
.btn-outline:not(:disabled):not(.disabled):hover:active {
  background-color: #46a4e1;
  border: 2px solid rgba(0, 0, 0, 0.25);
  color: #fff;
}

.btn-success {
  background-color: #00a321;
  color: #fff;
}
.btn-success:not(:disabled):not(.disabled):active:hover,
.btn-success:not(:disabled):not(.disabled):hover:hover {
  background-color: #0aff3c;
  text-decoration: none;
}
.btn-success:not(:disabled):not(.disabled):active:active,
.btn-success:not(:disabled):not(.disabled):hover:active {
  background-color: #0aff3c;
  border: 2px solid rgba(0, 0, 0, 0.25);
}

.btn-warning {
  background-color: #e07000;
  color: #fff;
}
.btn-warning:not(:disabled):not(.disabled):active:hover,
.btn-warning:not(:disabled):not(.disabled):hover:hover {
  background-color: #ffa347;
  text-decoration: none;
}
.btn-warning:not(:disabled):not(.disabled):active:active,
.btn-warning:not(:disabled):not(.disabled):hover:active {
  background-color: #ffa347;
  border: 2px solid rgba(0, 0, 0, 0.25);
}

.btn-danger {
  background-color: #db0a07;
  color: #fff;
}
.btn-danger:not(:disabled):not(.disabled):active:hover,
.btn-danger:not(:disabled):not(.disabled):hover:hover {
  background-color: #f9514f;
  text-decoration: none;
}
.btn-danger:not(:disabled):not(.disabled):active:active,
.btn-danger:not(:disabled):not(.disabled):hover:active {
  background-color: #f9514f;
  border: 2px solid rgba(0, 0, 0, 0.25);
}

.btn-outline-success {
  background-color: transparent;
  border: 1px solid #00a321;
  color: #00a321;
}
.btn-outline-success:not(:disabled):not(.disabled):active:hover,
.btn-outline-success:not(:disabled):not(.disabled):hover:hover {
  background-color: #0aff3c;
  border: 1px solid transparent;
  color: #fff;
  text-decoration: none;
}
.btn-outline-success:not(:disabled):not(.disabled):active:active,
.btn-outline-success:not(:disabled):not(.disabled):hover:active {
  background-color: #0aff3c;
  border: 2px solid rgba(0, 0, 0, 0.25);
  color: #fff;
}

.btn-outline-warning {
  background-color: transparent;
  border: 1px solid #e07000;
  color: #e07000;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:hover,
.btn-outline-warning:not(:disabled):not(.disabled):hover:hover {
  background-color: #ffa347;
  border: 1px solid transparent;
  color: #fff;
  text-decoration: none;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:active,
.btn-outline-warning:not(:disabled):not(.disabled):hover:active {
  background-color: #ffa347;
  border: 2px solid rgba(0, 0, 0, 0.25);
  color: #fff;
}

.btn-outline-danger {
  background-color: transparent;
  border: 1px solid #db0a07;
  color: #db0a07;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:hover,
.btn-outline-danger:not(:disabled):not(.disabled):hover:hover {
  background-color: #f9514f;
  border: 1px solid transparent;
  color: #fff;
  text-decoration: none;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:active,
.btn-outline-danger:not(:disabled):not(.disabled):hover:active {
  background-color: #f9514f;
  border: 2px solid rgba(0, 0, 0, 0.25);
  color: #fff;
}

a {
  transition: color 0.3s ease;
}
a:active,
a:hover {
  color: #7f7f7f;
}

a img,
a video,
a figure,
a picture {
  transition: opacity 0.3s ease;
}
a img:active,
a img:hover,
a video:active,
a video:hover,
a figure:active,
a figure:hover,
a picture:active,
a picture:hover {
  opacity: 0.7;
}

figcaption,
figcaption p {
  color: #9a9a9a;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.25rem;
}
figcaption p,
figcaption p p {
  display: inline;
  margin: 0;
}
@media screen and (max-width: 0rem) {
  figcaption,
  figcaption p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 48rem) {
  figcaption,
  figcaption p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.chain-container .chain-col > * {
  margin-bottom: 2rem;
}

@media screen and (min-width: 48rem) {
  .chain-container .chain-col > * {
    margin-bottom: 1.5rem;
  }
}

.layout-section > * {
  margin-bottom: 2rem;
}

@media screen and (min-width: 48rem) {
  .layout-section > * {
    margin-bottom: 1.5rem;
  }
}

.wrap-bottom {
  margin-bottom: -2rem !important;
}
@media screen and (min-width: 48rem) {
  .wrap-bottom {
    margin-bottom: -1.5rem !important;
  }
}
