html {
  box-sizing: border-box;
  font-size: 16px
}

*,
:after,
:before {
  box-sizing: inherit
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  font-weight: 400;
  margin: 0;
  padding: 0
}

body,
html {
  height: 100%;
  width: 100%
}

ol,
ul {
  list-style: none
}

img {
  height: auto;
  max-width: 100%
}

.test-class {
  background-color: #000
}

.margin-xxs-left {
  margin-left: .25rem
}

.margin-xxs-right {
  margin-right: .25rem
}

.margin-xxs-top {
  margin-top: .25rem
}

.margin-xxs-bottom {
  margin-bottom: .25rem
}

.margin-xxs-all {
  margin: .25rem
}

.margin-xs-left {
  margin-left: .5rem
}

.margin-xs-right {
  margin-right: .5rem
}

.margin-xs-top {
  margin-top: .5rem
}

.margin-xs-bottom {
  margin-bottom: .5rem
}

.margin-xs-all {
  margin: .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: .25rem
}

.padding-xxs-right {
  padding-right: .25rem
}

.padding-xxs-top {
  padding-top: .25rem
}

.padding-xxs-bottom {
  padding-bottom: .25rem
}

.padding-xxs-all {
  padding: .25rem
}

.padding-xs-left {
  padding-left: .5rem
}

.padding-xs-right {
  padding-right: .5rem
}

.padding-xs-top {
  padding-top: .5rem
}

.padding-xs-bottom {
  padding-bottom: .5rem
}

.padding-xs-all {
  padding: .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: Abel, 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-primary,
.h1-secondary,
h1 {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2rem
}

@media(min-width:48rem) {

  .h1-primary,
  .h1-secondary,
  h1 {
    font-size: 2.5625rem;
    line-height: 3rem
  }
}

.h2-primary,
.h2-secondary,
h2 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem
}

@media(min-width:48rem) {

  .h2-primary,
  .h2-secondary,
  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem
  }
}

.h3-primary,
.h3-secondary,
h3 {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5rem
}

@media(min-width:48rem) {

  .h3-primary,
  .h3-secondary,
  h3 {
    font-size: 1.875rem;
    line-height: 1.875rem
  }
}

.h4-primary,
.h4-secondary,
h4 {
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.2
}

@media(min-width:48rem) {

  .h4-primary,
  .h4-secondary,
  h4 {
    font-size: 1.625rem;
    line-height: 2rem
  }
}

.h5-primary,
.h5-secondary,
h5 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2
}

@media(min-width:48rem) {

  .h5-primary,
  .h5-secondary,
  h5 {
    font-size: 1.25rem
  }
}

.h6-primary,
.h6-secondary,
h6 {
  font-weight: 700;
  font-size: .8125rem;
  line-height: 1.5rem
}

@media(min-width:48rem) {

  .h6-primary,
  .h6-secondary,
  h6 {
    font-size: 1.0625rem;
    line-height: 1.5rem
  }
}

.h1-primary,
.h1-secondary,
.h2-primary,
.h2-secondary,
.h3-primary,
.h3-secondary,
.h4-primary,
.h4-secondary,
.h5-primary,
.h5-secondary,
.h6-primary,
.h6-secondary,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Abel, Sans-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 (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.3333333333%;
    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.3333333333%;
    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.3333333333%;
    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.3333333333%;
    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.6666666667%;
    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.6666666667%;
    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.6666666667%;
    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.6666666667%;
    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.3333333333%;
    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.3333333333%;
    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.3333333333%;
    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.3333333333%;
    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.6666666667%;
    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.6666666667%;
    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.6666666667%;
    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.6666666667%;
    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.3333333333%;
    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.3333333333%;
    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.3333333333%;
    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.3333333333%;
    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.6666666667%;
    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.6666666667%;
    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.6666666667%;
    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.6666666667%;
    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.3333333333%;
    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.3333333333%;
    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.3333333333%;
    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.3333333333%;
    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.6666666667%;
    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.6666666667%;
    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.6666666667%;
    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.6666666667%;
    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.3333333333%;
    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.3333333333%;
    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.3333333333%;
    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.6666666667%;
    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.6666666667%;
    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.6666666667%;
    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.3333333333%;
    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.3333333333%;
    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.3333333333%;
    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.6666666667%;
    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.6666666667%;
    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.6666666667%;
    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.3333333333%;
    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.3333333333%;
    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.3333333333%;
    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.6666666667%;
    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.6666666667%;
    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.6666666667%;
    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.3333333333%;
    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.3333333333%;
    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.3333333333%;
    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.6666666667%;
    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.6666666667%;
    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.6666666667%;
    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.3333333333%;
    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.3333333333%;
    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.6666666667%;
    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.6666666667%;
    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.3333333333%;
    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.3333333333%;
    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.6666666667%;
    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.6666666667%;
    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.3333333333%;
    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.3333333333%;
    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.6666666667%;
    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.6666666667%;
    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.3333333333%;
    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.3333333333%;
    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.6666666667%;
    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.6666666667%;
    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.3333333333%;
    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.6666666667%;
    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.3333333333%;
    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.6666666667%;
    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.3333333333%;
    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.6666666667%;
    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.3333333333%;
    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.6666666667%;
    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: auto;
    max-width: none
  }
}

@media(-ms-high-contrast:active)and (min-width:0rem)and (max-width:47.9375rem), (-ms-high-contrast:none)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: row;
  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 embed,
.embed-responsive iframe,
.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: #6bc1ae;
  border: 2px solid transparent;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: Abel, Sans-Serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 1rem 1.5rem;
  text-align: center;
  transition: all .3s ease 0s;
  user-select: none;
  vertical-align: middle
}

.btn.btn-block {
  display: block
}

.btn.btn-lg {
  padding: 1.5rem
}

.btn.btn-sm {
  padding: .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: #b3dfd5;
  text-decoration: none
}

.btn:not(:disabled):not(.disabled):active:active,
.btn:not(:disabled):not(.disabled):hover:active {
  background-color: #b3dfd5;
  border: 2px solid rgba(0, 0, 0, .25)
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #6bc1ae;
  color: #6bc1ae
}

.btn-outline:not(:disabled):not(.disabled):active:hover,
.btn-outline:not(:disabled):not(.disabled):hover:hover {
  background-color: #b3dfd5;
  color: #fff;
  text-decoration: none
}

.btn-outline:not(:disabled):not(.disabled):active:active,
.btn-outline:not(:disabled):not(.disabled):hover:active {
  background-color: #b3dfd5;
  border: 2px solid rgba(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, .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, .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, .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, .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, .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, .25);
  color: #fff
}

a {
  transition: color .3s ease
}

a:active,
a:hover {
  color: #7f7f7f
}

a figure,
a img,
a picture,
a video {
  transition: opacity .3s ease
}

a figure:active,
a figure:hover,
a img:active,
a img:hover,
a picture:active,
a picture:hover,
a video:active,
a video:hover {
  opacity: .7
}

figcaption,
figcaption p {
  color: #9a9a9a;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem
}

figcaption p,
figcaption p p {
  display: inline;
  margin: 0
}

@media screen and (max-width:0rem) {

  figcaption,
  figcaption p {
    font-size: .875rem;
    line-height: 1.25rem
  }
}

@media screen and (max-width:48rem) {

  figcaption,
  figcaption p {
    font-size: .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
  }
}

.position_absolute {
  position: absolute
}

.position_left_auto {
  left: auto
}

.position_sticky {
  position: sticky
}

aside>.position_sticky {
  top: calc(56px + 2rem)
}

@media screen and (min-width:48rem) {
  aside>.position_sticky {
    top: calc(56px + 1.5rem)
  }
}

footer>.position_sticky {
  background-color: #fff;
  bottom: 0;
  display: block;
  left: 0;
  margin-bottom: 0;
  position: fixed;
  width: 100%
}

@media screen and (min-width:768px) {
  footer>.position_sticky {
    display: none
  }
}

.border {
  border-width: 0
}

.border_solid {
  border-style: solid
}

.border_bottom {
  border-bottom-width: 1px
}

.border_right {
  border-right-width: 1px
}

.border_all {
  border-width: 1px
}

.border_color_gray {
  border-color: #eee
}

.border_color_gray_dark {
  border-color: #999
}

.border_radius_all_8 {
  border-radius: 8px
}

.border_radius_bottom-left {
  border-bottom-left-radius: 3px
}

.border_radius_bottom-right {
  border-bottom-right-radius: 3px
}

.font_xxs {
  font-size: .75rem;
  line-height: .875rem
}

.font_xs {
  font-size: .875rem;
  line-height: 1rem
}

.font_bold {
  font-weight: 700
}

.text_center {
  text-align: center
}

.text_left {
  text-align: left
}

.text_uppercase {
  text-transform: uppercase
}

.text_capitalize {
  text-transform: capitalize
}

.decoration_none,
.text_decoration_none {
  text-decoration: none
}

.color_black {
  color: #000
}

.color_white {
  color: #fff
}

.color_background_white {
  background-color: #fff
}

.color_background_gray {
  background-color: #eee
}

.color_background_green {
  background-color: #00a651
}

.hover_color_white {
  color: #fff
}

.cursor_pointer {
  cursor: pointer
}

.zindex_1000 {
  z-index: 1000
}

.flex {
  display: flex
}

.flex_wrap {
  flex-wrap: wrap
}

.flex_align-items-base {
  align-items: baseline
}

.flex_align-items-end {
  align-items: flex-end
}

.flex_align-items-start {
  align-items: flex-start
}

.flex_align-items-stretch {
  align-items: stretch
}

.flex_align-items-center {
  align-items: center
}

.flex_align-self-end {
  align-self: flex-end
}

.flex_align-self-center {
  align-self: center
}

.flex_align-self-stretch {
  align-self: stretch
}

.flex_justify-center {
  justify-content: center
}

.flex_justify-end {
  justify-content: flex-end
}

.flex_justify-start {
  justify-content: flex-start
}

.flex_justify-space-between {
  justify-content: space-between
}

.flex_justify-space-around {
  justify-content: space-around
}

.flex-box {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-flow: row wrap
}

.flex__column {
  flex-direction: column
}

.flex__row {
  flex-direction: row
}

.flex__col {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 100%;
  max-width: 100%
}

@media only screen and (max-width:47.9375rem) {
  .flex__col--sm-2 {
    flex-basis: 16.67%;
    max-width: 16.67%
  }

  .flex__col--sm-3 {
    flex-basis: 25%;
    max-width: 25%
  }

  .flex__col--sm-4 {
    flex-basis: 33.33%;
    max-width: 33.33%
  }

  .flex__col--sm-5 {
    flex-basis: 41.67%;
    max-width: 41.67%
  }

  .flex__col--sm-6 {
    flex-basis: 50%;
    max-width: 50%
  }

  .flex__col--sm-7 {
    flex-basis: 58.33%;
    max-width: 58.33%
  }

  .flex__col--sm-8 {
    flex-basis: 66.67%;
    max-width: 66.67%
  }

  .flex__col--sm-9 {
    flex-basis: 75%;
    max-width: 75%
  }

  .flex__col--sm-10 {
    flex-basis: 83.33%;
    max-width: 83.33%
  }

  .flex__col--sm-11 {
    flex-basis: 91.67%;
    max-width: 91.67%
  }

  .flex__col--sm-12 {
    flex-basis: 100%;
    max-width: 100%
  }
}

@media only screen and (min-width:48rem)and (max-width:63.9375rem) {
  .flex__col--md-2 {
    flex-basis: 16.67%;
    max-width: 16.67%
  }

  .flex__col--md-3 {
    flex-basis: 25%;
    max-width: 25%
  }

  .flex__col--md-4 {
    flex-basis: 33.33%;
    max-width: 33.33%
  }

  .flex__col--md-5 {
    flex-basis: 41.67%;
    max-width: 41.67%
  }

  .flex__col--md-6 {
    flex-basis: 50%;
    max-width: 50%
  }

  .flex__col--md-7 {
    flex-basis: 58.33%;
    max-width: 58.33%
  }

  .flex__col--md-8 {
    flex-basis: 66.67%;
    max-width: 66.67%
  }

  .flex__col--md-9 {
    flex-basis: 75%;
    max-width: 75%
  }

  .flex__col--md-10 {
    flex-basis: 83.33%;
    max-width: 83.33%
  }

  .flex__col--md-11 {
    flex-basis: 91.67%;
    max-width: 91.67%
  }

  .flex__col--md-12 {
    flex-basis: 100%;
    max-width: 100%
  }
}

@media only screen and (min-width:64rem) {
  .flex__col--lg-2 {
    flex-basis: 16.67%;
    max-width: 16.67%
  }

  .flex__col--lg-3 {
    flex-basis: 25%;
    max-width: 25%
  }

  .flex__col--lg-4 {
    flex-basis: 33.33%;
    max-width: 33.33%
  }

  .flex__col--lg-5 {
    flex-basis: 41.67%;
    max-width: 41.67%
  }

  .flex__col--lg-6 {
    flex-basis: 50%;
    max-width: 50%
  }

  .flex__col--lg-7 {
    flex-basis: 58.33%;
    max-width: 58.33%
  }

  .flex__col--lg-8 {
    flex-basis: 66.67%;
    max-width: 66.67%
  }

  .flex__col--lg-9 {
    flex-basis: 75%;
    max-width: 75%
  }

  .flex__col--lg-10 {
    flex-basis: 83.33%;
    max-width: 83.33%
  }

  .flex__col--lg-11 {
    flex-basis: 91.67%;
    max-width: 91.67%
  }

  .flex__col--lg-12 {
    flex-basis: 100%;
    max-width: 100%
  }
}

.alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724
}

.alert-warning {
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404
}

.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24
}

.alert {
  border: 1px solid transparent;
  border-radius: .25rem;
  margin-bottom: 1rem;
  padding: .75rem 1.25rem;
  position: relative
}

.body-el-financiero {
  background-color: #fce3d7
}

body .main .container {
  max-width: 1147px

}
/*==============CHECK==============*/

.check {
    box-shadow: var(--box-shadow);
    max-width: 100%;
    font-family: Arial, Helvetica, sans-serif !important;
  }
  .check__wrapper {
    padding: 0.5rem;
  }
  .check__top {
  }
  .check__iban {
    margin-bottom: 1rem;
    display: block;
    font-weight: 500;
  }
  .check__top-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .check__top-col-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4rem;
  }
  .check__top-col-1-row {
    display: flex;
    flex-direction: column;
  }
  .bank__logo {
  }
  .check__top-col-title {
  }
  .check__top-col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .check__bot {
    border-bottom: 3px solid #000;
  }
  .check__bot-grid {
    display: grid;
    grid-template-columns: 1fr 5fr 1fr 1fr 1fr;
  }
  .check__bot-grid-col {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #000;
  }
  .check__bot-grid-col-title {
    font-weight: 500;
    background-color: rgba(128, 128, 128, 0.39);
    border-right: 1px solid #000;
    border-bottom: 3px solid #000;
    padding-left: 2px;
  }
  .check__thanks {
    text-align: right;
    display: block;
    margin: 0.5rem 2rem;
  }
  
  /*=========CHECKMQ=======*/
  
  @media (max-width: 1200px) {
    .check {
      font-size: 0.9rem;
    }
  }
  @media (max-width: 1024px) {
    .check {
      font-size: 0.8rem;
    }
  }
  @media (max-width: 992px) {
    .check {
      font-size: 0.7rem;
    }
    .nav__bar {
      display: none;
    }
    .logo {
      display: none;
    }
    .header__row > img {
      display: none;
    }
    .header__right {
      display: none;
    }
    .mob-header > img {
      width: 100px;
    }
    .mob-header {
      height: 60px;
      width: 120px;
      background-color: #fc0807;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .mob {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #000;
    }
    .mob > img {
      padding: 8px;
    }
  }
  @media (min-width: 993px) {
    .mob {
      display: none;
    }
  }
  /*=========check styles=========*/

.un-steps__check {
    display: block;
    margin-bottom: 20px;
  }
  
  .check {
    box-shadow: var(--box-shadow);
    max-width: 100%;
    font-family: var(--check-font-regular);
    font-size: 0.9rem;
    line-height: 1.2rem;
    background-color: #fff;
  }
  
  .check__wrapper {
    padding: 0.5rem;
  }
  
  .check__iban {
    margin-bottom: 1rem;
    display: block;
    font-weight: 500;
  }
  
  .check__top-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .check__top-col-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4rem;
  }
  
  .check__top-col-1-row {
    display: flex;
    flex-direction: column;
  }
  
  .bank__logo {
    max-width: 135px;
    width: 100%;
  }
  
  .check__top-col-title {
    color: var(--grey);
    margin-bottom: 8px;
    margin-top: 8px;
  }
  
  .check__top-col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  
  .check__bot {
    border-bottom: 3px solid #000;
  }
  
  .check__bot-grid {
    display: grid;
    grid-template-columns: 1fr 5fr 1fr 1fr 1fr;
  }
  
  .check__bot-grid-col {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #000;
  }
  
  .check__bot-grid-col-title {
    font-weight: 500;
    background-color: rgba(128, 128, 128, 0.39);
    border-right: 1px solid #000;
    border-bottom: 3px solid #000;
    padding-left: 2px;
  }
  
  .check__thanks {
    text-align: right;
    display: block;
    margin: 0.5rem 2rem;
  }
  
  .un-steps__check-mobile {
    display: none;
  }
  
  /*=========check mq=========*/
  
  @media (max-width: 1200px) {
    .check {
      font-size: 1rem;
    }
  }
  
  @media (max-width: 840px) {
    .un-steps__check {
      display: none;
    }
    .un-steps__check-mobile {
      display: block;
      padding: 3rem;
      border: 1px grey solid;
      font-family: var(--check-font-regular);
      line-height: 1.3;
      margin-bottom: 20px;
      background-color: #fff;
    }
    .check-mobile__top {
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      border-bottom: 1.5px #666 solid;
      padding-bottom: 1rem;
      margin-bottom: 2.5rem;
    }
    .check-mobile__bot {
      display: flex;
      width: 100%;
      justify-content: space-between;
      font-size: 1.5rem;
    }
    .check-mobile_lcolumn {
      display: block;
      text-align: left;
      color: #666;
    }
    .check-mobile_rcolumn {
      display: block;
      text-align: right;
      color: #000;
    }
    .check-mobile_sum-text {
      font-size: 1.8rem;
      color: #000;
    }
    .check-mobile_lcolumn p,
    .check-mobile_rcolumn p {
      font-size: 1rem;
      margin-bottom: 0 !important;
      line-height: 1.7rem;
      margin-top: 0 !important;
    }
    .check-mobile__logo {
      margin: 0.5rem auto .5rem auto;
      max-width: 150px;
      width: 100%;
    }
    .check-mobile_amount,
    .check-mobile__date {
      color: #666;
      margin-bottom: 0.5rem;
    }
    .check-mobile_amount {
      font-size: 1.4rem;
    }
    .check-mobile__date {
      margin: 1.5rem auto;
      font-size: 1rem;
    }
  }
  
  @media (min-width: 441px) and (max-width: 700px) {
    .check-mobile__top {
      margin-bottom: 2rem;
    }
    .check-mobile_lcolumn p,
    .check-mobile_rcolumn p {
      font-size: 0.8rem;
    }
    .un-steps__check-mobile {
      padding: 1.5rem;
    }
    .check-mobile_sum-text {
      font-size: 1.4rem;
    }
    .check-mobile_amount {
      font-size: 1.2rem;
    }
    .check-mobile__date {
      font-size: 0.8rem;
      margin: 1rem auto;
    }
    .un-steps__check-mobile {
      padding: 2rem;
    }
  }
  
  @media (max-width: 440px) {
    .check-mobile_lcolumn p,
    .check-mobile_rcolumn p {
      font-size: 0.7rem;
    }
    .check-mobile_amount {
      font-size: 1rem;
    }
    .check-mobile_sum-text {
      font-size: 1.2rem;
    }
    .check-mobile__date {
      font-size: 0.9rem;
    }
    .un-steps__check-mobile {
      padding: 1.6rem;
    }
  }
  
  @media (max-width: 390px) {
    .check-mobile_lcolumn p,
    .check-mobile_rcolumn p {
      font-size: 0.6rem;
    }
  }
  .pulse-btn {
    background-color: #006998;
    color: #fff!important;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: transform 0.3s ease;
    animation: pulse-glow 2s infinite;
    box-shadow: 0 0 0 rgba(0, 105, 152, 0.6);
    text-decoration: none;
    display: block;
    width: 60%;
    margin: 20px auto;
    text-align: center;
  }
  
  .pulse-btn:hover {
    transform: scale(1.05);
  }
  
  /* Пульсація зовнішнього сяйва */
  @keyframes pulse-glow {
    0% {
      box-shadow: 0 0 0 0 rgba(0, 105, 152, 0.5);
    }
    70% {
      box-shadow: 0 0 0 15px rgba(0, 105, 152, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(0, 105, 152, 0);
    }
  }
  
    