.container {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin: 0 auto;
}
.container--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container--direction-row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.container--justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.container--justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.container--justify-content-space-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.container--justify-content-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.container--align-items-start {
  -ms-flex-align: start;
  align-items: flex-start;
}
.container--align-items-end {
  -ms-flex-align: end;
  align-items: flex-end;
}
.container--align-items-baseline {
  -ms-flex-align: baseline;
  align-items: baseline;
}
.container--align-items-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}
.container--align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}
.container--align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.container--align-content-space-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.container--align-content-space-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.container--align-content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.row {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
  max-width: 75rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.row--full-width {
  max-width: 100%;
}
.row--no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.row--reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.row--justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.row--justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.row--justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.row--justify-content-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.row--align-items-start {
  -ms-flex-align: start;
  align-items: flex-start;
}
.row--align-items-center {
  -ms-flex-align: center;
  align-items: center;
}
.row--align-items-end {
  -ms-flex-align: end;
  align-items: flex-end;
}
.row--align-items-baseline {
  -ms-flex-align: baseline;
  align-items: baseline;
}
.row--align-items-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}
.row--align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}
.row--align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.row--align-content-space-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.row--align-content-space-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.row--align-content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.row .row {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  width: auto;
}
.col,
[class*="col-"],
[class*="flex-basis-"],
[class*="md-col-"],
[class*="sm-col-"] {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  box-sizing: border-box;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  min-width: 0;
}
.col-1 {
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
}
.col-2 {
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
}
.col-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.col-4 {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
}
.col-5 {
  -ms-flex-preferred-size: 41.66666%;
  flex-basis: 41.66666%;
}
.col-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.col-7 {
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
}
.col-8 {
  -ms-flex-preferred-size: 66.66666%;
  flex-basis: 66.66666%;
}
.col-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}
.col-10 {
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
}
.col-11 {
  -ms-flex-preferred-size: 91.66666%;
  flex-basis: 91.66666%;
}
.col-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .col-1 {
    width: 8.33333%;
  }
  .col-1,
  .col-2 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .col-2 {
    width: 16.66667%;
  }
  .col-3 {
    width: 25%;
  }
  .col-3,
  .col-4 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .col-4 {
    width: 33.33333%;
  }
  .col-5 {
    width: 41.66666%;
  }
  .col-5,
  .col-6 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.33333%;
  }
  .col-7,
  .col-8 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .col-8 {
    width: 66.66666%;
  }
  .col-9 {
    width: 75%;
  }
  .col-9,
  .col-10 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .col-10 {
    width: 83.33333%;
  }
  .col-11 {
    width: 91.66666%;
  }
  .col-11,
  .col-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .col-12 {
    width: 100%;
  }
}
.col-grow {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.col-no-pad {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .md-col-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
  }
  .md-col-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
  }
  .md-col-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .md-col-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }
  .md-col-5 {
    -ms-flex-preferred-size: 41.66666%;
    flex-basis: 41.66666%;
  }
  .md-col-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .md-col-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
  }
  .md-col-8 {
    -ms-flex-preferred-size: 66.66666%;
    flex-basis: 66.66666%;
  }
  .md-col-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .md-col-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
  }
  .md-col-11 {
    -ms-flex-preferred-size: 91.66666%;
    flex-basis: 91.66666%;
  }
  .md-col-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (-ms-high-contrast: active),
  screen and (max-width: 1024px) and (-ms-high-contrast: none) {
  .md-col-1 {
    width: 8.33333%;
  }
  .md-col-1,
  .md-col-2 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .md-col-2 {
    width: 16.66667%;
  }
  .md-col-3 {
    width: 25%;
  }
  .md-col-3,
  .md-col-4 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .md-col-4 {
    width: 33.33333%;
  }
  .md-col-5 {
    width: 41.66666%;
  }
  .md-col-5,
  .md-col-6 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .md-col-6 {
    width: 50%;
  }
  .md-col-7 {
    width: 58.33333%;
  }
  .md-col-7,
  .md-col-8 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .md-col-8 {
    width: 66.66666%;
  }
  .md-col-9 {
    width: 75%;
  }
  .md-col-9,
  .md-col-10 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .md-col-10 {
    width: 83.33333%;
  }
  .md-col-11 {
    width: 91.66666%;
  }
  .md-col-11,
  .md-col-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .md-col-12 {
    width: 100%;
  }
}
@media screen and (max-width: 719px) {
  [class*="col-"] {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .sm-col-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .sm-col-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .sm-col-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .sm-col-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .sm-col-5 {
    -ms-flex-preferred-size: 41.66666%;
    flex-basis: 41.66666%;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .sm-col-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .sm-col-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .sm-col-8 {
    -ms-flex-preferred-size: 66.66666%;
    flex-basis: 66.66666%;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .sm-col-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .sm-col-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .sm-col-11 {
    -ms-flex-preferred-size: 91.66666%;
    flex-basis: 91.66666%;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .sm-col-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
@media (-ms-high-contrast: active),
  screen and (max-width: 719px) and (-ms-high-contrast: none) {
  .sm-col-1 {
    width: 8.33333%;
  }
  .sm-col-1,
  .sm-col-2 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .sm-col-2 {
    width: 16.66667%;
  }
  .sm-col-3 {
    width: 25%;
  }
  .sm-col-3,
  .sm-col-4 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .sm-col-4 {
    width: 33.33333%;
  }
  .sm-col-5 {
    width: 41.66666%;
  }
  .sm-col-5,
  .sm-col-6 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .sm-col-6 {
    width: 50%;
  }
  .sm-col-7 {
    width: 58.33333%;
  }
  .sm-col-7,
  .sm-col-8 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .sm-col-8 {
    width: 66.66666%;
  }
  .sm-col-9 {
    width: 75%;
  }
  .sm-col-9,
  .sm-col-10 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .sm-col-10 {
    width: 83.33333%;
  }
  .sm-col-11 {
    width: 91.66666%;
  }
  .sm-col-11,
  .sm-col-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .sm-col-12 {
    width: 100%;
  }
}
@media screen and (min-width: 328px) {
  .offset-1 {
    margin-left: 8.33333%;
  }
  .offset-2 {
    margin-left: 16.66667%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-4 {
    margin-left: 33.33333%;
  }
  .offset-5 {
    margin-left: 41.66666%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .offset-7 {
    margin-left: 58.33333%;
  }
  .offset-8 {
    margin-left: 66.66666%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .offset-10 {
    margin-left: 83.33333%;
  }
  .offset-11 {
    margin-left: 91.66666%;
  }
}
.block-grid--justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.block-grid--justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.block-grid--justify-content-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.block-grid--justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.block-grid-1 {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-grid-1 .col {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.block-grid-2 {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-grid-2 .col {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.block-grid-3 {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-grid-3 .col {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
}
.block-grid-4 {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-grid-4 .col {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.block-grid-5 {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-grid-5 .col {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
.block-grid-6 {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-grid-6 .col {
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
}
.block-grid-7 {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-grid-7 .col {
  -ms-flex-preferred-size: 14.28571%;
  flex-basis: 14.28571%;
}
.block-grid-8 {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-grid-8 .col {
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
}
.block-grid-9 {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-grid-9 .col {
  -ms-flex-preferred-size: 11.11111%;
  flex-basis: 11.11111%;
}
.block-grid-10 {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-grid-10 .col {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}
.block-grid-11 {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-grid-11 .col {
  -ms-flex-preferred-size: 9.09091%;
  flex-basis: 9.09091%;
}
.block-grid-12 {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-grid-12 .col {
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .block-grid-1 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block-grid-1 .col {
    width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .block-grid-2 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block-grid-2 .col {
    width: 50%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .block-grid-3 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block-grid-3 .col {
    width: 33.33333%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .block-grid-4 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block-grid-4 .col {
    width: 25%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .block-grid-5 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block-grid-5 .col {
    width: 20%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .block-grid-6 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block-grid-6 .col {
    width: 16.66667%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .block-grid-7 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block-grid-7 .col {
    width: 14.28571%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .block-grid-8 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block-grid-8 .col {
    width: 12.5%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .block-grid-9 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block-grid-9 .col {
    width: 11.11111%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .block-grid-10 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block-grid-10 .col {
    width: 10%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .block-grid-11 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block-grid-11 .col {
    width: 9.09091%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .block-grid-12 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block-grid-12 .col {
    width: 8.33333%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (max-width: 1024px) {
  .md-block-grid-1 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .md-block-grid-1 .col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .md-block-grid-2 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .md-block-grid-2 .col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .md-block-grid-3 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .md-block-grid-3 .col {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }
  .md-block-grid-4 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .md-block-grid-4 .col {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .md-block-grid-5 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .md-block-grid-5 .col {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .md-block-grid-6 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .md-block-grid-6 .col {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
  }
  .md-block-grid-7 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .md-block-grid-7 .col {
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
  }
  .md-block-grid-8 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .md-block-grid-8 .col {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
  }
  .md-block-grid-9 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .md-block-grid-9 .col {
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
  }
  .md-block-grid-10 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .md-block-grid-10 .col {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }
  .md-block-grid-11 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .md-block-grid-11 .col {
    -ms-flex-preferred-size: 9.09091%;
    flex-basis: 9.09091%;
  }
  .md-block-grid-12 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .md-block-grid-12 .col {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
  }
}
@media screen and (max-width: 1024px) and (-ms-high-contrast: active) {
  .md-block-grid-1 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .md-block-grid-1 .col {
    width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .md-block-grid-2 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .md-block-grid-2 .col {
    width: 50%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .md-block-grid-3 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .md-block-grid-3 .col {
    width: 33.33333%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .md-block-grid-4 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .md-block-grid-4 .col {
    width: 25%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .md-block-grid-5 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .md-block-grid-5 .col {
    width: 20%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .md-block-grid-6 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .md-block-grid-6 .col {
    width: 16.66667%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .md-block-grid-7 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .md-block-grid-7 .col {
    width: 14.28571%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .md-block-grid-8 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .md-block-grid-8 .col {
    width: 12.5%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .md-block-grid-9 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .md-block-grid-9 .col {
    width: 11.11111%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .md-block-grid-10 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .md-block-grid-10 .col {
    width: 10%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .md-block-grid-11 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .md-block-grid-11 .col {
    width: 9.09091%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .md-block-grid-12 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .md-block-grid-12 .col {
    width: 8.33333%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (max-width: 719px) {
  .sm-block-grid-1 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-block-grid-1 .col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .sm-block-grid-2 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-block-grid-2 .col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .sm-block-grid-3 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-block-grid-3 .col {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }
  .sm-block-grid-4 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-block-grid-4 .col {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .sm-block-grid-5 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-block-grid-5 .col {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .sm-block-grid-6 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-block-grid-6 .col {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
  }
  .sm-block-grid-7 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-block-grid-7 .col {
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
  }
  .sm-block-grid-8 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-block-grid-8 .col {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
  }
  .sm-block-grid-9 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-block-grid-9 .col {
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
  }
  .sm-block-grid-10 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-block-grid-10 .col {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }
  .sm-block-grid-11 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-block-grid-11 .col {
    -ms-flex-preferred-size: 9.09091%;
    flex-basis: 9.09091%;
  }
  .sm-block-grid-12 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-block-grid-12 .col {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
  }
}
@media screen and (max-width: 719px) and (-ms-high-contrast: active) {
  .sm-block-grid-1 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-block-grid-1 .col {
    width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .sm-block-grid-2 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-block-grid-2 .col {
    width: 50%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .sm-block-grid-3 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-block-grid-3 .col {
    width: 33.33333%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .sm-block-grid-4 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-block-grid-4 .col {
    width: 25%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .sm-block-grid-5 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-block-grid-5 .col {
    width: 20%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .sm-block-grid-6 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-block-grid-6 .col {
    width: 16.66667%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .sm-block-grid-7 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-block-grid-7 .col {
    width: 14.28571%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .sm-block-grid-8 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-block-grid-8 .col {
    width: 12.5%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .sm-block-grid-9 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-block-grid-9 .col {
    width: 11.11111%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .sm-block-grid-10 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-block-grid-10 .col {
    width: 10%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .sm-block-grid-11 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-block-grid-11 .col {
    width: 9.09091%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .sm-block-grid-12 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-block-grid-12 .col {
    width: 8.33333%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.hide,
.md-only,
.sm-only {
  display: none !important;
}
.lg-only {
  display: -ms-flexbox !important;
  display: flex !important;
}
.lg-only--block {
  display: block !important;
}
.lg-only--inline-block {
  display: inline-block !important;
}
.lg-only--inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media screen and (min-width: 719px) and (max-width: 1024px) {
  .sm-only {
    display: none !important;
  }
  .md-only {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .md-only--block {
    display: block !important;
  }
  .md-only--inline-block {
    display: inline-block !important;
  }
  .md-only--inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .lg-only,
  .md-hide,
  .md-hide-down {
    display: none !important;
  }
}
@media screen and (max-width: 719px) {
  .sm-only {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sm-only--block {
    display: block !important;
  }
  .sm-only--inline-block {
    display: inline-block !important;
  }
  .sm-only--inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .lg-only,
  .md-hide-down,
  .md-only,
  .sm-hide {
    display: none !important;
  }
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.col-centered {
  margin: 0 auto;
}
.col-right {
  margin: 0 0 0 auto;
}
.stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
@media screen and (max-width: 1024px) {
  .md-text-left {
    text-align: left;
  }
  .md-text-center {
    text-align: center;
  }
  .md-text-right {
    text-align: right;
  }
  .md-col-center {
    margin: 0 auto;
  }
}
@media screen and (max-width: 719px) {
  .sm-text-left {
    text-align: left;
  }
  .sm-text-center {
    text-align: center;
  }
  .sm-text-right {
    text-align: right;
  }
  .sm-col-center,
  .sm-col-centered {
    margin: 0 auto;
  }
}
