.row, main .wp-block-columns, main .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1620px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.row.full, main .full.wp-block-columns, main .full.wp-block-group__inner-container {
  max-width: none;
}
.row .row, main .wp-block-columns .row, .row main .wp-block-columns, main .row .wp-block-columns, main .wp-block-columns .wp-block-columns, main .wp-block-group__inner-container .row, main .wp-block-group__inner-container .wp-block-columns, .row main .wp-block-group__inner-container, main .row .wp-block-group__inner-container, main .wp-block-columns .wp-block-group__inner-container, main .wp-block-group__inner-container .wp-block-group__inner-container {
  margin-left: -18px;
  padding-left: 0;
  padding-right: 0;
  max-width: calc(100% + 18px * 2);
  width: calc(100% + 18px * 2);
}
.row > .row, main .wp-block-columns > .row, main .row > .wp-block-columns, main .wp-block-columns > .wp-block-columns, main .wp-block-group__inner-container > .row, main .wp-block-group__inner-container > .wp-block-columns, main .row > .wp-block-group__inner-container, main .wp-block-columns > .wp-block-group__inner-container, main .wp-block-group__inner-container > .wp-block-group__inner-container {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media screen and (min-width: 0px) {
  .row.default-start, main .default-start.wp-block-columns, main .default-start.wp-block-group__inner-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .row.default-end, main .default-end.wp-block-columns, main .default-end.wp-block-group__inner-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .row.default-center, main .default-center.wp-block-columns, main .default-center.wp-block-group__inner-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .row.default-between, main .default-between.wp-block-columns, main .default-between.wp-block-group__inner-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .row.default-around, main .default-around.wp-block-columns, main .default-around.wp-block-group__inner-container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .row.default-top, main .default-top.wp-block-columns, main .default-top.wp-block-group__inner-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .row.default-bottom, main .default-bottom.wp-block-columns, main .default-bottom.wp-block-group__inner-container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .row.default-middle, main .default-middle.wp-block-columns, main .default-middle.wp-block-group__inner-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .row.default-stretch, main .default-stretch.wp-block-columns, main .default-stretch.wp-block-group__inner-container {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (min-width: 480px) {
  .row.tiny-start, main .tiny-start.wp-block-columns, main .tiny-start.wp-block-group__inner-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .row.tiny-end, main .tiny-end.wp-block-columns, main .tiny-end.wp-block-group__inner-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .row.tiny-center, main .tiny-center.wp-block-columns, main .tiny-center.wp-block-group__inner-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .row.tiny-between, main .tiny-between.wp-block-columns, main .tiny-between.wp-block-group__inner-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .row.tiny-around, main .tiny-around.wp-block-columns, main .tiny-around.wp-block-group__inner-container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .row.tiny-top, main .tiny-top.wp-block-columns, main .tiny-top.wp-block-group__inner-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .row.tiny-bottom, main .tiny-bottom.wp-block-columns, main .tiny-bottom.wp-block-group__inner-container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .row.tiny-middle, main .tiny-middle.wp-block-columns, main .tiny-middle.wp-block-group__inner-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .row.tiny-stretch, main .tiny-stretch.wp-block-columns, main .tiny-stretch.wp-block-group__inner-container {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (min-width: 640px) {
  .row.small-start, main .small-start.wp-block-columns, main .small-start.wp-block-group__inner-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .row.small-end, main .small-end.wp-block-columns, main .small-end.wp-block-group__inner-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .row.small-center, main .small-center.wp-block-columns, main .small-center.wp-block-group__inner-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .row.small-between, main .small-between.wp-block-columns, main .small-between.wp-block-group__inner-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .row.small-around, main .small-around.wp-block-columns, main .small-around.wp-block-group__inner-container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .row.small-top, main .small-top.wp-block-columns, main .small-top.wp-block-group__inner-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .row.small-bottom, main .small-bottom.wp-block-columns, main .small-bottom.wp-block-group__inner-container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .row.small-middle, main .small-middle.wp-block-columns, main .small-middle.wp-block-group__inner-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .row.small-stretch, main .small-stretch.wp-block-columns, main .small-stretch.wp-block-group__inner-container {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (min-width: 760px) {
  .row.medium-start, main .medium-start.wp-block-columns, main .medium-start.wp-block-group__inner-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .row.medium-end, main .medium-end.wp-block-columns, main .medium-end.wp-block-group__inner-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .row.medium-center, main .medium-center.wp-block-columns, main .medium-center.wp-block-group__inner-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .row.medium-between, main .medium-between.wp-block-columns, main .medium-between.wp-block-group__inner-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .row.medium-around, main .medium-around.wp-block-columns, main .medium-around.wp-block-group__inner-container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .row.medium-top, main .medium-top.wp-block-columns, main .medium-top.wp-block-group__inner-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .row.medium-bottom, main .medium-bottom.wp-block-columns, main .medium-bottom.wp-block-group__inner-container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .row.medium-middle, main .medium-middle.wp-block-columns, main .medium-middle.wp-block-group__inner-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .row.medium-stretch, main .medium-stretch.wp-block-columns, main .medium-stretch.wp-block-group__inner-container {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (min-width: 990px) {
  .row.large-start, main .large-start.wp-block-columns, main .large-start.wp-block-group__inner-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .row.large-end, main .large-end.wp-block-columns, main .large-end.wp-block-group__inner-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .row.large-center, main .large-center.wp-block-columns, main .large-center.wp-block-group__inner-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .row.large-between, main .large-between.wp-block-columns, main .large-between.wp-block-group__inner-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .row.large-around, main .large-around.wp-block-columns, main .large-around.wp-block-group__inner-container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .row.large-top, main .large-top.wp-block-columns, main .large-top.wp-block-group__inner-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .row.large-bottom, main .large-bottom.wp-block-columns, main .large-bottom.wp-block-group__inner-container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .row.large-middle, main .large-middle.wp-block-columns, main .large-middle.wp-block-group__inner-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .row.large-stretch, main .large-stretch.wp-block-columns, main .large-stretch.wp-block-group__inner-container {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .row.giant-start, main .giant-start.wp-block-columns, main .giant-start.wp-block-group__inner-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .row.giant-end, main .giant-end.wp-block-columns, main .giant-end.wp-block-group__inner-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .row.giant-center, main .giant-center.wp-block-columns, main .giant-center.wp-block-group__inner-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .row.giant-between, main .giant-between.wp-block-columns, main .giant-between.wp-block-group__inner-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .row.giant-around, main .giant-around.wp-block-columns, main .giant-around.wp-block-group__inner-container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .row.giant-top, main .giant-top.wp-block-columns, main .giant-top.wp-block-group__inner-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .row.giant-bottom, main .giant-bottom.wp-block-columns, main .giant-bottom.wp-block-group__inner-container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .row.giant-middle, main .giant-middle.wp-block-columns, main .giant-middle.wp-block-group__inner-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .row.giant-stretch, main .giant-stretch.wp-block-columns, main .giant-stretch.wp-block-group__inner-container {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (min-width: 1356px) {
  .row.huge-start, main .huge-start.wp-block-columns, main .huge-start.wp-block-group__inner-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .row.huge-end, main .huge-end.wp-block-columns, main .huge-end.wp-block-group__inner-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .row.huge-center, main .huge-center.wp-block-columns, main .huge-center.wp-block-group__inner-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .row.huge-between, main .huge-between.wp-block-columns, main .huge-between.wp-block-group__inner-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .row.huge-around, main .huge-around.wp-block-columns, main .huge-around.wp-block-group__inner-container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .row.huge-top, main .huge-top.wp-block-columns, main .huge-top.wp-block-group__inner-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .row.huge-bottom, main .huge-bottom.wp-block-columns, main .huge-bottom.wp-block-group__inner-container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .row.huge-middle, main .huge-middle.wp-block-columns, main .huge-middle.wp-block-group__inner-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .row.huge-stretch, main .huge-stretch.wp-block-columns, main .huge-stretch.wp-block-group__inner-container {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (min-width: 1520px) {
  .row.full-start, main .full-start.wp-block-columns, main .full-start.wp-block-group__inner-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .row.full-end, main .full-end.wp-block-columns, main .full-end.wp-block-group__inner-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .row.full-center, main .full-center.wp-block-columns, main .full-center.wp-block-group__inner-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .row.full-between, main .full-between.wp-block-columns, main .full-between.wp-block-group__inner-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .row.full-around, main .full-around.wp-block-columns, main .full-around.wp-block-group__inner-container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .row.full-top, main .full-top.wp-block-columns, main .full-top.wp-block-group__inner-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .row.full-bottom, main .full-bottom.wp-block-columns, main .full-bottom.wp-block-group__inner-container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .row.full-middle, main .full-middle.wp-block-columns, main .full-middle.wp-block-group__inner-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .row.full-stretch, main .full-stretch.wp-block-columns, main .full-stretch.wp-block-group__inner-container {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (min-width: 1620px) {
  .row.cut-start, main .cut-start.wp-block-columns, main .cut-start.wp-block-group__inner-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .row.cut-end, main .cut-end.wp-block-columns, main .cut-end.wp-block-group__inner-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .row.cut-center, main .cut-center.wp-block-columns, main .cut-center.wp-block-group__inner-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .row.cut-between, main .cut-between.wp-block-columns, main .cut-between.wp-block-group__inner-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .row.cut-around, main .cut-around.wp-block-columns, main .cut-around.wp-block-group__inner-container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .row.cut-top, main .cut-top.wp-block-columns, main .cut-top.wp-block-group__inner-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .row.cut-bottom, main .cut-bottom.wp-block-columns, main .cut-bottom.wp-block-group__inner-container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .row.cut-middle, main .cut-middle.wp-block-columns, main .cut-middle.wp-block-group__inner-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .row.cut-stretch, main .cut-stretch.wp-block-columns, main .cut-stretch.wp-block-group__inner-container {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.col, main .wp-block-column {
  float: left;
  padding-left: 18px;
  padding-right: 18px;
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 0px) {
  .col.default-0, main .default-0.wp-block-column {
    max-width: calc(100% / 12 * 0);
  }

  .col.default-prefix-0, main .default-prefix-0.wp-block-column {
    margin-left: calc(100% / 12 * 0);
  }

  .col.default-first, main .default-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.default-last, main .default-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.default-1, main .default-1.wp-block-column {
    max-width: calc(100% / 12 * 1);
  }

  .col.default-prefix-1, main .default-prefix-1.wp-block-column {
    margin-left: calc(100% / 12 * 1);
  }

  .col.default-first, main .default-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.default-last, main .default-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.default-2, main .default-2.wp-block-column {
    max-width: calc(100% / 12 * 2);
  }

  .col.default-prefix-2, main .default-prefix-2.wp-block-column {
    margin-left: calc(100% / 12 * 2);
  }

  .col.default-first, main .default-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.default-last, main .default-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.default-3, main .default-3.wp-block-column {
    max-width: calc(100% / 12 * 3);
  }

  .col.default-prefix-3, main .default-prefix-3.wp-block-column {
    margin-left: calc(100% / 12 * 3);
  }

  .col.default-first, main .default-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.default-last, main .default-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.default-4, main .default-4.wp-block-column {
    max-width: calc(100% / 12 * 4);
  }

  .col.default-prefix-4, main .default-prefix-4.wp-block-column {
    margin-left: calc(100% / 12 * 4);
  }

  .col.default-first, main .default-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.default-last, main .default-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.default-5, main .default-5.wp-block-column {
    max-width: calc(100% / 12 * 5);
  }

  .col.default-prefix-5, main .default-prefix-5.wp-block-column {
    margin-left: calc(100% / 12 * 5);
  }

  .col.default-first, main .default-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.default-last, main .default-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.default-6, main .default-6.wp-block-column {
    max-width: calc(100% / 12 * 6);
  }

  .col.default-prefix-6, main .default-prefix-6.wp-block-column {
    margin-left: calc(100% / 12 * 6);
  }

  .col.default-first, main .default-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.default-last, main .default-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.default-7, main .default-7.wp-block-column {
    max-width: calc(100% / 12 * 7);
  }

  .col.default-prefix-7, main .default-prefix-7.wp-block-column {
    margin-left: calc(100% / 12 * 7);
  }

  .col.default-first, main .default-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.default-last, main .default-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.default-8, main .default-8.wp-block-column {
    max-width: calc(100% / 12 * 8);
  }

  .col.default-prefix-8, main .default-prefix-8.wp-block-column {
    margin-left: calc(100% / 12 * 8);
  }

  .col.default-first, main .default-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.default-last, main .default-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.default-9, main .default-9.wp-block-column {
    max-width: calc(100% / 12 * 9);
  }

  .col.default-prefix-9, main .default-prefix-9.wp-block-column {
    margin-left: calc(100% / 12 * 9);
  }

  .col.default-first, main .default-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.default-last, main .default-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.default-10, main .default-10.wp-block-column {
    max-width: calc(100% / 12 * 10);
  }

  .col.default-prefix-10, main .default-prefix-10.wp-block-column {
    margin-left: calc(100% / 12 * 10);
  }

  .col.default-first, main .default-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.default-last, main .default-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.default-11, main .default-11.wp-block-column {
    max-width: calc(100% / 12 * 11);
  }

  .col.default-prefix-11, main .default-prefix-11.wp-block-column {
    margin-left: calc(100% / 12 * 11);
  }

  .col.default-first, main .default-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.default-last, main .default-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.default-12, main .default-12.wp-block-column {
    max-width: calc(100% / 12 * 12);
  }

  .col.default-prefix-12, main .default-prefix-12.wp-block-column {
    margin-left: calc(100% / 12 * 12);
  }

  .col.default-first, main .default-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.default-last, main .default-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 480px) {
  .col.tiny-0, main .tiny-0.wp-block-column {
    max-width: calc(100% / 12 * 0);
  }

  .col.tiny-prefix-0, main .tiny-prefix-0.wp-block-column {
    margin-left: calc(100% / 12 * 0);
  }

  .col.tiny-first, main .tiny-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.tiny-last, main .tiny-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.tiny-1, main .tiny-1.wp-block-column {
    max-width: calc(100% / 12 * 1);
  }

  .col.tiny-prefix-1, main .tiny-prefix-1.wp-block-column {
    margin-left: calc(100% / 12 * 1);
  }

  .col.tiny-first, main .tiny-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.tiny-last, main .tiny-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.tiny-2, main .tiny-2.wp-block-column {
    max-width: calc(100% / 12 * 2);
  }

  .col.tiny-prefix-2, main .tiny-prefix-2.wp-block-column {
    margin-left: calc(100% / 12 * 2);
  }

  .col.tiny-first, main .tiny-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.tiny-last, main .tiny-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.tiny-3, main .tiny-3.wp-block-column {
    max-width: calc(100% / 12 * 3);
  }

  .col.tiny-prefix-3, main .tiny-prefix-3.wp-block-column {
    margin-left: calc(100% / 12 * 3);
  }

  .col.tiny-first, main .tiny-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.tiny-last, main .tiny-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.tiny-4, main .tiny-4.wp-block-column {
    max-width: calc(100% / 12 * 4);
  }

  .col.tiny-prefix-4, main .tiny-prefix-4.wp-block-column {
    margin-left: calc(100% / 12 * 4);
  }

  .col.tiny-first, main .tiny-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.tiny-last, main .tiny-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.tiny-5, main .tiny-5.wp-block-column {
    max-width: calc(100% / 12 * 5);
  }

  .col.tiny-prefix-5, main .tiny-prefix-5.wp-block-column {
    margin-left: calc(100% / 12 * 5);
  }

  .col.tiny-first, main .tiny-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.tiny-last, main .tiny-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.tiny-6, main .tiny-6.wp-block-column {
    max-width: calc(100% / 12 * 6);
  }

  .col.tiny-prefix-6, main .tiny-prefix-6.wp-block-column {
    margin-left: calc(100% / 12 * 6);
  }

  .col.tiny-first, main .tiny-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.tiny-last, main .tiny-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.tiny-7, main .tiny-7.wp-block-column {
    max-width: calc(100% / 12 * 7);
  }

  .col.tiny-prefix-7, main .tiny-prefix-7.wp-block-column {
    margin-left: calc(100% / 12 * 7);
  }

  .col.tiny-first, main .tiny-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.tiny-last, main .tiny-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.tiny-8, main .tiny-8.wp-block-column {
    max-width: calc(100% / 12 * 8);
  }

  .col.tiny-prefix-8, main .tiny-prefix-8.wp-block-column {
    margin-left: calc(100% / 12 * 8);
  }

  .col.tiny-first, main .tiny-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.tiny-last, main .tiny-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.tiny-9, main .tiny-9.wp-block-column {
    max-width: calc(100% / 12 * 9);
  }

  .col.tiny-prefix-9, main .tiny-prefix-9.wp-block-column {
    margin-left: calc(100% / 12 * 9);
  }

  .col.tiny-first, main .tiny-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.tiny-last, main .tiny-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.tiny-10, main .tiny-10.wp-block-column {
    max-width: calc(100% / 12 * 10);
  }

  .col.tiny-prefix-10, main .tiny-prefix-10.wp-block-column {
    margin-left: calc(100% / 12 * 10);
  }

  .col.tiny-first, main .tiny-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.tiny-last, main .tiny-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.tiny-11, main .tiny-11.wp-block-column {
    max-width: calc(100% / 12 * 11);
  }

  .col.tiny-prefix-11, main .tiny-prefix-11.wp-block-column {
    margin-left: calc(100% / 12 * 11);
  }

  .col.tiny-first, main .tiny-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.tiny-last, main .tiny-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.tiny-12, main .tiny-12.wp-block-column {
    max-width: calc(100% / 12 * 12);
  }

  .col.tiny-prefix-12, main .tiny-prefix-12.wp-block-column {
    margin-left: calc(100% / 12 * 12);
  }

  .col.tiny-first, main .tiny-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.tiny-last, main .tiny-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 640px) {
  .col.small-0, main .small-0.wp-block-column {
    max-width: calc(100% / 12 * 0);
  }

  .col.small-prefix-0, main .small-prefix-0.wp-block-column {
    margin-left: calc(100% / 12 * 0);
  }

  .col.small-first, main .small-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.small-last, main .small-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.small-1, main .small-1.wp-block-column {
    max-width: calc(100% / 12 * 1);
  }

  .col.small-prefix-1, main .small-prefix-1.wp-block-column {
    margin-left: calc(100% / 12 * 1);
  }

  .col.small-first, main .small-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.small-last, main .small-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.small-2, main .small-2.wp-block-column {
    max-width: calc(100% / 12 * 2);
  }

  .col.small-prefix-2, main .small-prefix-2.wp-block-column {
    margin-left: calc(100% / 12 * 2);
  }

  .col.small-first, main .small-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.small-last, main .small-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.small-3, main .small-3.wp-block-column {
    max-width: calc(100% / 12 * 3);
  }

  .col.small-prefix-3, main .small-prefix-3.wp-block-column {
    margin-left: calc(100% / 12 * 3);
  }

  .col.small-first, main .small-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.small-last, main .small-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.small-4, main .small-4.wp-block-column {
    max-width: calc(100% / 12 * 4);
  }

  .col.small-prefix-4, main .small-prefix-4.wp-block-column {
    margin-left: calc(100% / 12 * 4);
  }

  .col.small-first, main .small-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.small-last, main .small-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.small-5, main .small-5.wp-block-column {
    max-width: calc(100% / 12 * 5);
  }

  .col.small-prefix-5, main .small-prefix-5.wp-block-column {
    margin-left: calc(100% / 12 * 5);
  }

  .col.small-first, main .small-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.small-last, main .small-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.small-6, main .small-6.wp-block-column {
    max-width: calc(100% / 12 * 6);
  }

  .col.small-prefix-6, main .small-prefix-6.wp-block-column {
    margin-left: calc(100% / 12 * 6);
  }

  .col.small-first, main .small-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.small-last, main .small-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.small-7, main .small-7.wp-block-column {
    max-width: calc(100% / 12 * 7);
  }

  .col.small-prefix-7, main .small-prefix-7.wp-block-column {
    margin-left: calc(100% / 12 * 7);
  }

  .col.small-first, main .small-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.small-last, main .small-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.small-8, main .small-8.wp-block-column {
    max-width: calc(100% / 12 * 8);
  }

  .col.small-prefix-8, main .small-prefix-8.wp-block-column {
    margin-left: calc(100% / 12 * 8);
  }

  .col.small-first, main .small-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.small-last, main .small-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.small-9, main .small-9.wp-block-column {
    max-width: calc(100% / 12 * 9);
  }

  .col.small-prefix-9, main .small-prefix-9.wp-block-column {
    margin-left: calc(100% / 12 * 9);
  }

  .col.small-first, main .small-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.small-last, main .small-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.small-10, main .small-10.wp-block-column {
    max-width: calc(100% / 12 * 10);
  }

  .col.small-prefix-10, main .small-prefix-10.wp-block-column {
    margin-left: calc(100% / 12 * 10);
  }

  .col.small-first, main .small-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.small-last, main .small-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.small-11, main .small-11.wp-block-column {
    max-width: calc(100% / 12 * 11);
  }

  .col.small-prefix-11, main .small-prefix-11.wp-block-column {
    margin-left: calc(100% / 12 * 11);
  }

  .col.small-first, main .small-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.small-last, main .small-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.small-12, main .small-12.wp-block-column {
    max-width: calc(100% / 12 * 12);
  }

  .col.small-prefix-12, main .small-prefix-12.wp-block-column {
    margin-left: calc(100% / 12 * 12);
  }

  .col.small-first, main .small-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.small-last, main .small-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 760px) {
  .col.medium-0, main .medium-0.wp-block-column {
    max-width: calc(100% / 12 * 0);
  }

  .col.medium-prefix-0, main .medium-prefix-0.wp-block-column {
    margin-left: calc(100% / 12 * 0);
  }

  .col.medium-first, main .medium-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.medium-last, main .medium-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.medium-1, main .medium-1.wp-block-column {
    max-width: calc(100% / 12 * 1);
  }

  .col.medium-prefix-1, main .medium-prefix-1.wp-block-column {
    margin-left: calc(100% / 12 * 1);
  }

  .col.medium-first, main .medium-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.medium-last, main .medium-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.medium-2, main .medium-2.wp-block-column {
    max-width: calc(100% / 12 * 2);
  }

  .col.medium-prefix-2, main .medium-prefix-2.wp-block-column {
    margin-left: calc(100% / 12 * 2);
  }

  .col.medium-first, main .medium-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.medium-last, main .medium-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.medium-3, main .medium-3.wp-block-column {
    max-width: calc(100% / 12 * 3);
  }

  .col.medium-prefix-3, main .medium-prefix-3.wp-block-column {
    margin-left: calc(100% / 12 * 3);
  }

  .col.medium-first, main .medium-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.medium-last, main .medium-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.medium-4, main .medium-4.wp-block-column {
    max-width: calc(100% / 12 * 4);
  }

  .col.medium-prefix-4, main .medium-prefix-4.wp-block-column {
    margin-left: calc(100% / 12 * 4);
  }

  .col.medium-first, main .medium-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.medium-last, main .medium-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.medium-5, main .medium-5.wp-block-column {
    max-width: calc(100% / 12 * 5);
  }

  .col.medium-prefix-5, main .medium-prefix-5.wp-block-column {
    margin-left: calc(100% / 12 * 5);
  }

  .col.medium-first, main .medium-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.medium-last, main .medium-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.medium-6, main .medium-6.wp-block-column {
    max-width: calc(100% / 12 * 6);
  }

  .col.medium-prefix-6, main .medium-prefix-6.wp-block-column {
    margin-left: calc(100% / 12 * 6);
  }

  .col.medium-first, main .medium-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.medium-last, main .medium-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.medium-7, main .medium-7.wp-block-column {
    max-width: calc(100% / 12 * 7);
  }

  .col.medium-prefix-7, main .medium-prefix-7.wp-block-column {
    margin-left: calc(100% / 12 * 7);
  }

  .col.medium-first, main .medium-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.medium-last, main .medium-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.medium-8, main .medium-8.wp-block-column {
    max-width: calc(100% / 12 * 8);
  }

  .col.medium-prefix-8, main .medium-prefix-8.wp-block-column {
    margin-left: calc(100% / 12 * 8);
  }

  .col.medium-first, main .medium-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.medium-last, main .medium-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.medium-9, main .medium-9.wp-block-column {
    max-width: calc(100% / 12 * 9);
  }

  .col.medium-prefix-9, main .medium-prefix-9.wp-block-column {
    margin-left: calc(100% / 12 * 9);
  }

  .col.medium-first, main .medium-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.medium-last, main .medium-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.medium-10, main .medium-10.wp-block-column {
    max-width: calc(100% / 12 * 10);
  }

  .col.medium-prefix-10, main .medium-prefix-10.wp-block-column {
    margin-left: calc(100% / 12 * 10);
  }

  .col.medium-first, main .medium-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.medium-last, main .medium-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.medium-11, main .medium-11.wp-block-column {
    max-width: calc(100% / 12 * 11);
  }

  .col.medium-prefix-11, main .medium-prefix-11.wp-block-column {
    margin-left: calc(100% / 12 * 11);
  }

  .col.medium-first, main .medium-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.medium-last, main .medium-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.medium-12, main .medium-12.wp-block-column {
    max-width: calc(100% / 12 * 12);
  }

  .col.medium-prefix-12, main .medium-prefix-12.wp-block-column {
    margin-left: calc(100% / 12 * 12);
  }

  .col.medium-first, main .medium-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.medium-last, main .medium-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 990px) {
  .col.large-0, main .large-0.wp-block-column {
    max-width: calc(100% / 12 * 0);
  }

  .col.large-prefix-0, main .large-prefix-0.wp-block-column {
    margin-left: calc(100% / 12 * 0);
  }

  .col.large-first, main .large-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.large-last, main .large-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.large-1, main .large-1.wp-block-column {
    max-width: calc(100% / 12 * 1);
  }

  .col.large-prefix-1, main .large-prefix-1.wp-block-column {
    margin-left: calc(100% / 12 * 1);
  }

  .col.large-first, main .large-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.large-last, main .large-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.large-2, main .large-2.wp-block-column {
    max-width: calc(100% / 12 * 2);
  }

  .col.large-prefix-2, main .large-prefix-2.wp-block-column {
    margin-left: calc(100% / 12 * 2);
  }

  .col.large-first, main .large-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.large-last, main .large-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.large-3, main .large-3.wp-block-column {
    max-width: calc(100% / 12 * 3);
  }

  .col.large-prefix-3, main .large-prefix-3.wp-block-column {
    margin-left: calc(100% / 12 * 3);
  }

  .col.large-first, main .large-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.large-last, main .large-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.large-4, main .large-4.wp-block-column {
    max-width: calc(100% / 12 * 4);
  }

  .col.large-prefix-4, main .large-prefix-4.wp-block-column {
    margin-left: calc(100% / 12 * 4);
  }

  .col.large-first, main .large-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.large-last, main .large-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.large-5, main .large-5.wp-block-column {
    max-width: calc(100% / 12 * 5);
  }

  .col.large-prefix-5, main .large-prefix-5.wp-block-column {
    margin-left: calc(100% / 12 * 5);
  }

  .col.large-first, main .large-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.large-last, main .large-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.large-6, main .large-6.wp-block-column {
    max-width: calc(100% / 12 * 6);
  }

  .col.large-prefix-6, main .large-prefix-6.wp-block-column {
    margin-left: calc(100% / 12 * 6);
  }

  .col.large-first, main .large-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.large-last, main .large-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.large-7, main .large-7.wp-block-column {
    max-width: calc(100% / 12 * 7);
  }

  .col.large-prefix-7, main .large-prefix-7.wp-block-column {
    margin-left: calc(100% / 12 * 7);
  }

  .col.large-first, main .large-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.large-last, main .large-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.large-8, main .large-8.wp-block-column {
    max-width: calc(100% / 12 * 8);
  }

  .col.large-prefix-8, main .large-prefix-8.wp-block-column {
    margin-left: calc(100% / 12 * 8);
  }

  .col.large-first, main .large-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.large-last, main .large-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.large-9, main .large-9.wp-block-column {
    max-width: calc(100% / 12 * 9);
  }

  .col.large-prefix-9, main .large-prefix-9.wp-block-column {
    margin-left: calc(100% / 12 * 9);
  }

  .col.large-first, main .large-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.large-last, main .large-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.large-10, main .large-10.wp-block-column {
    max-width: calc(100% / 12 * 10);
  }

  .col.large-prefix-10, main .large-prefix-10.wp-block-column {
    margin-left: calc(100% / 12 * 10);
  }

  .col.large-first, main .large-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.large-last, main .large-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.large-11, main .large-11.wp-block-column {
    max-width: calc(100% / 12 * 11);
  }

  .col.large-prefix-11, main .large-prefix-11.wp-block-column {
    margin-left: calc(100% / 12 * 11);
  }

  .col.large-first, main .large-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.large-last, main .large-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.large-12, main .large-12.wp-block-column {
    max-width: calc(100% / 12 * 12);
  }

  .col.large-prefix-12, main .large-prefix-12.wp-block-column {
    margin-left: calc(100% / 12 * 12);
  }

  .col.large-first, main .large-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.large-last, main .large-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 1200px) {
  .col.giant-0, main .giant-0.wp-block-column {
    max-width: calc(100% / 12 * 0);
  }

  .col.giant-prefix-0, main .giant-prefix-0.wp-block-column {
    margin-left: calc(100% / 12 * 0);
  }

  .col.giant-first, main .giant-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.giant-last, main .giant-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.giant-1, main .giant-1.wp-block-column {
    max-width: calc(100% / 12 * 1);
  }

  .col.giant-prefix-1, main .giant-prefix-1.wp-block-column {
    margin-left: calc(100% / 12 * 1);
  }

  .col.giant-first, main .giant-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.giant-last, main .giant-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.giant-2, main .giant-2.wp-block-column {
    max-width: calc(100% / 12 * 2);
  }

  .col.giant-prefix-2, main .giant-prefix-2.wp-block-column {
    margin-left: calc(100% / 12 * 2);
  }

  .col.giant-first, main .giant-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.giant-last, main .giant-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.giant-3, main .giant-3.wp-block-column {
    max-width: calc(100% / 12 * 3);
  }

  .col.giant-prefix-3, main .giant-prefix-3.wp-block-column {
    margin-left: calc(100% / 12 * 3);
  }

  .col.giant-first, main .giant-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.giant-last, main .giant-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.giant-4, main .giant-4.wp-block-column {
    max-width: calc(100% / 12 * 4);
  }

  .col.giant-prefix-4, main .giant-prefix-4.wp-block-column {
    margin-left: calc(100% / 12 * 4);
  }

  .col.giant-first, main .giant-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.giant-last, main .giant-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.giant-5, main .giant-5.wp-block-column {
    max-width: calc(100% / 12 * 5);
	 align-content:center;
  }

  .col.giant-prefix-5, main .giant-prefix-5.wp-block-column {
    margin-left: calc(100% / 12 * 5);
  }

  .col.giant-first, main .giant-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.giant-last, main .giant-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.giant-6, main .giant-6.wp-block-column {
    max-width: calc(100% / 12 * 6);
  }

  .col.giant-prefix-6, main .giant-prefix-6.wp-block-column {
    margin-left: calc(100% / 12 * 6);
  }

  .col.giant-first, main .giant-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.giant-last, main .giant-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.giant-7, main .giant-7.wp-block-column {
    max-width: calc(100% / 12 * 7);
  }

  .col.giant-prefix-7, main .giant-prefix-7.wp-block-column {
    margin-left: calc(100% / 12 * 7);
  }

  .col.giant-first, main .giant-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.giant-last, main .giant-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.giant-8, main .giant-8.wp-block-column {
    max-width: calc(100% / 12 * 8);
  }

  .col.giant-prefix-8, main .giant-prefix-8.wp-block-column {
    margin-left: calc(100% / 12 * 8);
  }

  .col.giant-first, main .giant-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.giant-last, main .giant-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.giant-9, main .giant-9.wp-block-column {
    max-width: calc(100% / 12 * 9);
  }

  .col.giant-prefix-9, main .giant-prefix-9.wp-block-column {
    margin-left: calc(100% / 12 * 9);
  }

  .col.giant-first, main .giant-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.giant-last, main .giant-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.giant-10, main .giant-10.wp-block-column {
    max-width: calc(100% / 12 * 10);
  }

  .col.giant-prefix-10, main .giant-prefix-10.wp-block-column {
    margin-left: calc(100% / 12 * 10);
  }

  .col.giant-first, main .giant-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.giant-last, main .giant-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.giant-11, main .giant-11.wp-block-column {
    max-width: calc(100% / 12 * 11);
  }

  .col.giant-prefix-11, main .giant-prefix-11.wp-block-column {
    margin-left: calc(100% / 12 * 11);
  }

  .col.giant-first, main .giant-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.giant-last, main .giant-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.giant-12, main .giant-12.wp-block-column {
    max-width: calc(100% / 12 * 12);
  }

  .col.giant-prefix-12, main .giant-prefix-12.wp-block-column {
    margin-left: calc(100% / 12 * 12);
  }

  .col.giant-first, main .giant-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.giant-last, main .giant-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 1356px) {
  .col.huge-0, main .huge-0.wp-block-column {
    max-width: calc(100% / 12 * 0);
  }

  .col.huge-prefix-0, main .huge-prefix-0.wp-block-column {
    margin-left: calc(100% / 12 * 0);
  }

  .col.huge-first, main .huge-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.huge-last, main .huge-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.huge-1, main .huge-1.wp-block-column {
    max-width: calc(100% / 12 * 1);
  }

  .col.huge-prefix-1, main .huge-prefix-1.wp-block-column {
    margin-left: calc(100% / 12 * 1);
  }

  .col.huge-first, main .huge-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.huge-last, main .huge-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.huge-2, main .huge-2.wp-block-column {
    max-width: calc(100% / 12 * 2);
  }

  .col.huge-prefix-2, main .huge-prefix-2.wp-block-column {
    margin-left: calc(100% / 12 * 2);
  }

  .col.huge-first, main .huge-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.huge-last, main .huge-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.huge-3, main .huge-3.wp-block-column {
    max-width: calc(100% / 12 * 3);
  }

  .col.huge-prefix-3, main .huge-prefix-3.wp-block-column {
    margin-left: calc(100% / 12 * 3);
  }

  .col.huge-first, main .huge-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.huge-last, main .huge-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.huge-4, main .huge-4.wp-block-column {
    max-width: calc(100% / 12 * 4);
  }

  .col.huge-prefix-4, main .huge-prefix-4.wp-block-column {
    margin-left: calc(100% / 12 * 4);
  }

  .col.huge-first, main .huge-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.huge-last, main .huge-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.huge-5, main .huge-5.wp-block-column {
    max-width: calc(100% / 12 * 5);
  }

  .col.huge-prefix-5, main .huge-prefix-5.wp-block-column {
    margin-left: calc(100% / 12 * 5);
  }

  .col.huge-first, main .huge-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.huge-last, main .huge-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.huge-6, main .huge-6.wp-block-column {
    max-width: calc(100% / 12 * 6);
  }

  .col.huge-prefix-6, main .huge-prefix-6.wp-block-column {
    margin-left: calc(100% / 12 * 6);
  }

  .col.huge-first, main .huge-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.huge-last, main .huge-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.huge-7, main .huge-7.wp-block-column {
    max-width: calc(100% / 12 * 7);
  }

  .col.huge-prefix-7, main .huge-prefix-7.wp-block-column {
    margin-left: calc(100% / 12 * 7);
  }

  .col.huge-first, main .huge-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.huge-last, main .huge-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.huge-8, main .huge-8.wp-block-column {
    max-width: calc(100% / 12 * 8);
  }

  .col.huge-prefix-8, main .huge-prefix-8.wp-block-column {
    margin-left: calc(100% / 12 * 8);
  }

  .col.huge-first, main .huge-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.huge-last, main .huge-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.huge-9, main .huge-9.wp-block-column {
    max-width: calc(100% / 12 * 9);
  }

  .col.huge-prefix-9, main .huge-prefix-9.wp-block-column {
    margin-left: calc(100% / 12 * 9);
  }

  .col.huge-first, main .huge-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.huge-last, main .huge-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.huge-10, main .huge-10.wp-block-column {
    max-width: calc(100% / 12 * 10);
  }

  .col.huge-prefix-10, main .huge-prefix-10.wp-block-column {
    margin-left: calc(100% / 12 * 10);
  }

  .col.huge-first, main .huge-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.huge-last, main .huge-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.huge-11, main .huge-11.wp-block-column {
    max-width: calc(100% / 12 * 11);
  }

  .col.huge-prefix-11, main .huge-prefix-11.wp-block-column {
    margin-left: calc(100% / 12 * 11);
  }

  .col.huge-first, main .huge-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.huge-last, main .huge-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.huge-12, main .huge-12.wp-block-column {
    max-width: calc(100% / 12 * 12);
  }

  .col.huge-prefix-12, main .huge-prefix-12.wp-block-column {
    margin-left: calc(100% / 12 * 12);
  }

  .col.huge-first, main .huge-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.huge-last, main .huge-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 1520px) {
  .col.full-0, main .full-0.wp-block-column {
    max-width: calc(100% / 12 * 0);
  }

  .col.full-prefix-0, main .full-prefix-0.wp-block-column {
    margin-left: calc(100% / 12 * 0);
  }

  .col.full-first, main .full-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.full-last, main .full-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.full-1, main .full-1.wp-block-column {
    max-width: calc(100% / 12 * 1);
  }

  .col.full-prefix-1, main .full-prefix-1.wp-block-column {
    margin-left: calc(100% / 12 * 1);
  }

  .col.full-first, main .full-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.full-last, main .full-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.full-2, main .full-2.wp-block-column {
    max-width: calc(100% / 12 * 2);
  }

  .col.full-prefix-2, main .full-prefix-2.wp-block-column {
    margin-left: calc(100% / 12 * 2);
  }

  .col.full-first, main .full-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.full-last, main .full-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.full-3, main .full-3.wp-block-column {
    max-width: calc(100% / 12 * 3);
  }

  .col.full-prefix-3, main .full-prefix-3.wp-block-column {
    margin-left: calc(100% / 12 * 3);
  }

  .col.full-first, main .full-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.full-last, main .full-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.full-4, main .full-4.wp-block-column {
    max-width: calc(100% / 12 * 4);
  }

  .col.full-prefix-4, main .full-prefix-4.wp-block-column {
    margin-left: calc(100% / 12 * 4);
  }

  .col.full-first, main .full-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.full-last, main .full-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.full-5, main .full-5.wp-block-column {
    max-width: calc(100% / 12 * 5);
  }

  .col.full-prefix-5, main .full-prefix-5.wp-block-column {
    margin-left: calc(100% / 12 * 5);
  }

  .col.full-first, main .full-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.full-last, main .full-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.full-6, main .full-6.wp-block-column {
    max-width: calc(100% / 12 * 6);
  }

  .col.full-prefix-6, main .full-prefix-6.wp-block-column {
    margin-left: calc(100% / 12 * 6);
  }

  .col.full-first, main .full-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.full-last, main .full-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.full-7, main .full-7.wp-block-column {
    max-width: calc(100% / 12 * 7);
  }

  .col.full-prefix-7, main .full-prefix-7.wp-block-column {
    margin-left: calc(100% / 12 * 7);
  }

  .col.full-first, main .full-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.full-last, main .full-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.full-8, main .full-8.wp-block-column {
    max-width: calc(100% / 12 * 8);
  }

  .col.full-prefix-8, main .full-prefix-8.wp-block-column {
    margin-left: calc(100% / 12 * 8);
  }

  .col.full-first, main .full-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.full-last, main .full-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.full-9, main .full-9.wp-block-column {
    max-width: calc(100% / 12 * 9);
  }

  .col.full-prefix-9, main .full-prefix-9.wp-block-column {
    margin-left: calc(100% / 12 * 9);
  }

  .col.full-first, main .full-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.full-last, main .full-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.full-10, main .full-10.wp-block-column {
    max-width: calc(100% / 12 * 10);
  }

  .col.full-prefix-10, main .full-prefix-10.wp-block-column {
    margin-left: calc(100% / 12 * 10);
  }

  .col.full-first, main .full-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.full-last, main .full-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.full-11, main .full-11.wp-block-column {
    max-width: calc(100% / 12 * 11);
  }

  .col.full-prefix-11, main .full-prefix-11.wp-block-column {
    margin-left: calc(100% / 12 * 11);
  }

  .col.full-first, main .full-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.full-last, main .full-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.full-12, main .full-12.wp-block-column {
    max-width: calc(100% / 12 * 12);
  }

  .col.full-prefix-12, main .full-prefix-12.wp-block-column {
    margin-left: calc(100% / 12 * 12);
  }

  .col.full-first, main .full-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.full-last, main .full-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 1620px) {
  .col.cut-0, main .cut-0.wp-block-column {
    max-width: calc(100% / 12 * 0);
  }

  .col.cut-prefix-0, main .cut-prefix-0.wp-block-column {
    margin-left: calc(100% / 12 * 0);
  }

  .col.cut-first, main .cut-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.cut-last, main .cut-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.cut-1, main .cut-1.wp-block-column {
    max-width: calc(100% / 12 * 1);
  }

  .col.cut-prefix-1, main .cut-prefix-1.wp-block-column {
    margin-left: calc(100% / 12 * 1);
  }

  .col.cut-first, main .cut-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.cut-last, main .cut-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.cut-2, main .cut-2.wp-block-column {
    max-width: calc(100% / 12 * 2);
  }

  .col.cut-prefix-2, main .cut-prefix-2.wp-block-column {
    margin-left: calc(100% / 12 * 2);
  }

  .col.cut-first, main .cut-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.cut-last, main .cut-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.cut-3, main .cut-3.wp-block-column {
    max-width: calc(100% / 12 * 3);
  }

  .col.cut-prefix-3, main .cut-prefix-3.wp-block-column {
    margin-left: calc(100% / 12 * 3);
  }

  .col.cut-first, main .cut-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.cut-last, main .cut-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.cut-4, main .cut-4.wp-block-column {
    max-width: calc(100% / 12 * 4);
  }

  .col.cut-prefix-4, main .cut-prefix-4.wp-block-column {
    margin-left: calc(100% / 12 * 4);
  }

  .col.cut-first, main .cut-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.cut-last, main .cut-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.cut-5, main .cut-5.wp-block-column {
    max-width: calc(100% / 12 * 5);
  }

  .col.cut-prefix-5, main .cut-prefix-5.wp-block-column {
    margin-left: calc(100% / 12 * 5);
  }

  .col.cut-first, main .cut-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.cut-last, main .cut-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.cut-6, main .cut-6.wp-block-column {
    max-width: calc(100% / 12 * 6);
  }

  .col.cut-prefix-6, main .cut-prefix-6.wp-block-column {
    margin-left: calc(100% / 12 * 6);
  }

  .col.cut-first, main .cut-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.cut-last, main .cut-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.cut-7, main .cut-7.wp-block-column {
    max-width: calc(100% / 12 * 7);
  }

  .col.cut-prefix-7, main .cut-prefix-7.wp-block-column {
    margin-left: calc(100% / 12 * 7);
  }

  .col.cut-first, main .cut-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.cut-last, main .cut-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.cut-8, main .cut-8.wp-block-column {
    max-width: calc(100% / 12 * 8);
  }

  .col.cut-prefix-8, main .cut-prefix-8.wp-block-column {
    margin-left: calc(100% / 12 * 8);
  }

  .col.cut-first, main .cut-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.cut-last, main .cut-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.cut-9, main .cut-9.wp-block-column {
    max-width: calc(100% / 12 * 9);
  }

  .col.cut-prefix-9, main .cut-prefix-9.wp-block-column {
    margin-left: calc(100% / 12 * 9);
  }

  .col.cut-first, main .cut-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.cut-last, main .cut-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.cut-10, main .cut-10.wp-block-column {
    max-width: calc(100% / 12 * 10);
  }

  .col.cut-prefix-10, main .cut-prefix-10.wp-block-column {
    margin-left: calc(100% / 12 * 10);
  }

  .col.cut-first, main .cut-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.cut-last, main .cut-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.cut-11, main .cut-11.wp-block-column {
    max-width: calc(100% / 12 * 11);
  }

  .col.cut-prefix-11, main .cut-prefix-11.wp-block-column {
    margin-left: calc(100% / 12 * 11);
  }

  .col.cut-first, main .cut-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.cut-last, main .cut-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .col.cut-12, main .cut-12.wp-block-column {
    max-width: calc(100% / 12 * 12);
  }

  .col.cut-prefix-12, main .cut-prefix-12.wp-block-column {
    margin-left: calc(100% / 12 * 12);
  }

  .col.cut-first, main .cut-first.wp-block-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col.cut-last, main .cut-last.wp-block-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway-v27-latin-300.woff"), url("../fonts/raleway-v27-latin-300.woff2");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway-v27-latin-300italic.woff"), url("../fonts/raleway-v27-latin-300italic.woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway-v27-latin-700.woff"), url("../fonts/raleway-v27-latin-700.woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway-v27-latin-700italic.woff"), url("../fonts/raleway-v27-latin-700italic.woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Themify";
  src: url("../fonts/themify.woff");
  font-weight: 400;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  color: #3C100F;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1em;
  margin-bottom: 30px;
  color: #ED4441;
  text-transform: uppercase;
}

h1 {
  font-size: 28px;
}
h1 span {
  display: block;
  font-weight: 300;
  font-size: 20px;
  margin-top: 6px;
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 42px;
  }
  h1 span {
    font-size: 22px;
  }
}

h2 {
  font-size: 24px;
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 30px;
  }
}

p {
  margin-bottom: 26px;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ED4441;
  font-weight: 600;
  text-decoration: none;
}
a:hover, a:focus {
  color: #BA3532;
}
a.btn, a.comment-reply-link {
  display: inline-block;
  padding: 20px 80px;
  border-radius: 44px;
  background-color: #BA3532;
  color: #fff;
  font-weight: 700;
}
a.btn:hover, a.btn:focus, a.comment-reply-link:hover, a.comment-reply-link:focus {
  background-color: #ED4441;
}

b, strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

hr, hr.wp-block-separator {
  width: 25%;
  height: 2px;
  margin: 20px auto 40px;
  background-color: #ED4441;
  border: none;
}
hr.is-style-wide, hr.wp-block-separator.is-style-wide {
  width: 50%;
}
@media screen and (min-width: 1200px) {
  hr, hr.wp-block-separator {
    margin: 40px auto 60px;
  }
}
@media screen and (min-width: 1356px) {
  hr, hr.wp-block-separator {
    margin: 60px auto 80px;
  }
}
@media screen and (min-width: 1520px) {
  hr, hr.wp-block-separator {
    margin: 80px auto 100px;
  }
}

.special {
  font-family: "Raleway";
  color: #BA3532;
}

ul, ol {
  line-height: 30px;
  margin-bottom: 26px;
}
ul li, ol li {
  margin-left: 20px;
}
ul li::marker, ol li::marker {
  color: #ED4441;
}

table {
  width: 100%;
}
table thead {
  background-color: rgba(186, 53, 50, 0.2);
}
table thead tr th {
  padding: 8px 18px;
  text-align: left;
}
table tr {
  border-bottom: 1px solid rgba(60, 16, 15, 0.2);
}
table tr:last-child {
  border-bottom: none;
}
table tr td {
  padding: 8px 18px !important;
}

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

.marginBottom {
  margin-bottom: 30px;
}

.pageNavi {
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1001;
  height: calc(100vh - 50px);
  background-color: #fff;
  -webkit-box-shadow: 0 0 50px rgba(60, 16, 15, 0.1);
          box-shadow: 0 0 50px rgba(60, 16, 15, 0.1);
}
.pageNavi .branding {
  display: none;
}
.pageNavi .search .search-form {
  position: relative;
}
.pageNavi .search .search-form input[type=search] {
  border: none;
  border-bottom: 1px solid #ED4441;
  border-radius: 0;
  padding: 5px 20px;
}
.pageNavi .search .search-form button {
  background: none;
  color: #3C100F;
  border: none;
  position: absolute;
  right: 10px;
  bottom: 0;
  padding: 6px;
  width: auto;
  font-size: 16px;
}
.pageNavi #menu-hauptnavigation {
  list-style-type: none;
  padding: 20px 0;
  margin: 0;
}
.pageNavi #menu-hauptnavigation li {
  border-bottom: 1px solid rgba(237, 68, 65, 0.5);
  padding: 10px 18px;
  margin: 0;
}
.pageNavi #menu-hauptnavigation li:last-child {
  border: none;
}
.pageNavi #menu-hauptnavigation li a {
  text-decoration: none;
  font-weight: 300;
  color: #3C100F;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pageNavi #menu-hauptnavigation li a:hover {
  color: #ED4441;
}
.pageNavi #menu-hauptnavigation li.current-menu-item > a {
  color: #ED4441;
  font-weight: 700;
}
.pageNavi #menu-hauptnavigation li .sub-menu {
  margin-bottom: 0;
}
.pageNavi #menu-hauptnavigation li .sub-menu li {
  list-style-type: none;
  border-bottom: none;
  padding: 0;
  margin-left: 10px;
}
@media screen and (min-width: 1200px) {
  .pageNavi {
    position: fixed;
    top: 0;
    left: 0;
    height: 100px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 10px 0;
    border-bottom: 2px solid #BA3532;
  }
  .pageNavi > .row, main .pageNavi > .wp-block-columns, main .pageNavi > .wp-block-group__inner-container {
    height: 100%;
  }
  .pageNavi .branding {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 1;
  }
  .pageNavi .search form {
    margin-bottom: 0;
  }
  .pageNavi .search form input {
    margin-bottom: 0;
  }
  .pageNavi #menu-hauptnavigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
  }
  .pageNavi #menu-hauptnavigation li {
    border: none;
    padding: 0;
    position: relative;
    margin-right: 20px;
  }
  .pageNavi #menu-hauptnavigation li a {
    font-size: 18px;
  }
  .pageNavi #menu-hauptnavigation li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 0 10px rgba(60, 16, 15, 0.1);
            box-shadow: 0 0 10px rgba(60, 16, 15, 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
  }
  .pageNavi #menu-hauptnavigation li .sub-menu li {
    list-style-type: none;
    margin: 0;
    padding: 6px 20px;
    background-color: #fff;
  }
  .pageNavi #menu-hauptnavigation li .sub-menu li a {
    white-space: nowrap;
  }
  .pageNavi #menu-hauptnavigation li.menu-item-has-children:after {
    content: "\e62a";
    font-family: "Themify";
    font-size: 14px;
  }
  .pageNavi #menu-hauptnavigation li.menu-item-has-children:hover .sub-menu, .pageNavi #menu-hauptnavigation li.menu-item-has-children:focus .sub-menu {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 1356px) {
  .pageNavi {
    height: 120px;
  }
  .pageNavi #menu-hauptnavigation li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1520px) {
  .pageNavi {
    height: 140px;
  }
  .pageNavi #menu-hauptnavigation li {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1620px) {
  .pageNavi #menu-hauptnavigation li a {
    font-size: 18px;
  }
}

.mobileBar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #ED4441;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 18px;
}
.mobileBar label[for=naviToggled] {
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
}
.mobileBar label[for=naviToggled] span {
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  text-indent: -9999px;
  width: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mobileBar label[for=naviToggled] span, .mobileBar label[for=naviToggled] span:before, .mobileBar label[for=naviToggled] span:after {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  height: 2px;
  left: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.mobileBar label[for=naviToggled] span:before, .mobileBar label[for=naviToggled] span:after {
  top: calc(50% + 0rem);
  width: 20px;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.2s linear;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.2s linear;
  transition: top 0.3s ease-in-out, transform 0.3s 0.2s linear;
  transition: top 0.3s ease-in-out, transform 0.3s 0.2s linear, -webkit-transform 0.3s 0.2s linear;
}
.mobileBar label[for=naviToggled] span:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.mobileBar label[for=naviToggled] span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 1200px) {
  .mobileBar {
    display: none;
  }
}

#naviToggled {
  display: none;
}
#naviToggled:not(:checked) ~ * .pageNavi,
#naviToggled:not(:checked) ~ .pageNavi {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 1200px) {
  #naviToggled:not(:checked) ~ * .pageNavi,
#naviToggled:not(:checked) ~ .pageNavi {
    -webkit-transform: none;
            transform: none;
  }
}
#naviToggled:not(:checked) ~ .mobileBar label[for=naviToggled] span {
  width: 20px;
}
#naviToggled:not(:checked) ~ .mobileBar label[for=naviToggled] span:before, #naviToggled:not(:checked) ~ .mobileBar label[for=naviToggled] span:after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: top 0.3s 0.2s ease-in-out, -webkit-transform 0.3s linear;
  transition: top 0.3s 0.2s ease-in-out, -webkit-transform 0.3s linear;
  transition: top 0.3s 0.2s ease-in-out, transform 0.3s linear;
  transition: top 0.3s 0.2s ease-in-out, transform 0.3s linear, -webkit-transform 0.3s linear;
}
#naviToggled:not(:checked) ~ .mobileBar label[for=naviToggled] span:before {
  top: calc(50% - 5px);
}
#naviToggled:not(:checked) ~ .mobileBar label[for=naviToggled] span:after {
  top: calc(50% + 5px);
}

#menu-footer {
  display: none;
}

#menu-footer {
  list-style-type: none;
}
#menu-footer li {
  margin: 0;
}
#menu-footer li a {
  color: #3C100F;
  text-decoration: none;
  font-weight: 300;
}
#menu-footer li a:hover {
  color: #ED4441;
}
#menu-footer li.current-menu-item > a {
  font-weight: 700;
  color: #ED4441;
}
@media screen and (min-width: 990px) {
  #menu-footer {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  #menu-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 0;
  }
  #menu-footer li {
    margin-left: 20px;
  }
}

#wpadminbar {
  display: none;
}

header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header) {
  padding-top: 70px;
  padding-bottom: 60px;
  overflow: hidden;
  height: auto;
  position: relative;
}
header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header):before {
  content: "";
  background-image: url("../images/layout/wappen-barnim.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: 70%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 8%;
  width: 250px;
  height: 100%;
}
header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header) .claim {
  display: block;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 80px;
  margin-top: 60px;
}
header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header) .claim strong {
  font-size: 46px;
  line-height: 54px;
  color: #ED4441;
  display: block;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (min-width: 760px) {
  header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header) {
    margin-bottom: 60px;
  }
  body.home header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header) {
    margin-bottom: 0;
  }
  header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header) .claim {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header) {
    margin-bottom: 80px;
    margin-top: 100px;
    height: 600px;
    padding: 80px 0;
  }
  header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header):before {
    left: 20%;
    top: 45%;
  }
}
@media screen and (min-width: 1356px) {
  header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header) {
    margin-bottom: 100px;
  }
  header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header):before {
    top: 50%;
  }
  body.home header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header) {
    margin-top: 120px;
    padding: 120px 0;
  }
}
@media screen and (min-width: 1520px) {
  header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header) {
    margin-bottom: 120px;
  }
  header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header):before {
    left: 20%;
    top: 55%;
  }
  body.home header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header) {
    margin-top: 140px;
    padding: 160px 0;
  }
}
body:not(.home) header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header) {
  margin-bottom: -140px;
  height: 250px;
}
body:not(.home) header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header):before {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 180px;
}
@media screen and (min-width: 1200px) {
  body:not(.home) header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header) {
    padding-top: 120px;
    padding-bottom: 0;
    height: 300px;
  }
  body:not(.home) header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header):before {
    top: 60%;
  }
}
article header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header) {
  background: none;
  color: #3C100F;
  height: auto !important;
}
header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header) .branding {
  display: block;
  text-align: center;
  padding: 18px 0;
  margin-bottom: 20px;
}
header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header) .branding img {
  max-width: 250px;
}
@media screen and (min-width: 1200px) {
  header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header) .branding {
    display: none;
  }
}
header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header) .headerImg {
  position: relative;
  text-align: center;
  height: auto;
}
header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header) .headerImg img {
  height: 100%;
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body:not(.home) header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header) .headerImg {
  height: 250px;
}
@media screen and (min-width: 1200px) {
  header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header) .headerImg {
    height: auto;
  }
  header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header) .headerImg img {
    height: auto;
  }
}
header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header) .claimRow .title {
  display: block;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  color: #ED4441;
}
header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header) .claimRow .brandingCol {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
body:not(.home) header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header) .claimRow {
  margin-top: -250px;
}
@media screen and (min-width: 1200px) {
  header:not(.tribe-events-calendar-list__event-header):not(.tribe-events-header) .claimRow {
    margin-top: 180px;
  }
}

main .contentImg {
  margin: 40px 0;
}
main .whitespace {
  margin: 60px auto;
}
@media screen and (min-width: 1200px) {
  main .whitespace {
    margin: 120px auto 80px;
  }
}
@media screen and (min-width: 1520px) {
  main .whitespace {
    margin: 160px auto 120px;
  }
}
main .whitespace .postBox {
  padding: 18px;
  margin-bottom: calc(2 * 18px);
  font-size: 18px;
}
main .news {
  background-color: #F2F2F2;
  padding: 60px 20px;
}
@media screen and (min-width: 760px) {
  main .news {
    padding: 80px 20px;
  }
}
@media screen and (min-width: 1200px) {
  main .news {
    padding: 100px 20px;
  }
}
@media screen and (min-width: break) {
  main .news {
    padding: 100px 0;
  }
}
main .news .postBox img {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
main .news .postBox .newsTitle {
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  main .news .postBox {
    width: 30%;
  }
}
main .contactRow dl {
  margin-bottom: 20px;
}
main .contactRow dl dd {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 20px;
}
main .contactRow dl dd .icon {
  font-size: 20px;
}
@media screen and (min-width: 1200px) {
  main .contactRow dl {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1356px) {
  main .contactRow dl {
    margin-bottom: 80px;
  }
}
main .grayBg {
  background-color: #F2F2F2;
  padding: 60px 0;
}
@media screen and (min-width: 760px) {
  main .grayBg {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  main .grayBg {
    padding: 100px 0;
  }
}
main .communityCtn {
  height: 600px;
  background-image: linear-gradient(45deg, rgba(237, 68, 65, 0.1), rgba(186, 53, 50, 0.1));
  padding-top: 320px;
  background-size: cover;
  color: #fff;
}
main .communityCtn .title {
  display: block;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
  font-style: italic;
  color: #ED4441;
}
main .plainContent {
  padding: 40px 0;
}
@media screen and (min-width: 640px) {
  main .plainContent {
    padding: 60px 0;
  }
}
@media screen and (min-width: 760px) {
  main .plainContent {
    padding: 80px 0;
  }
}
@media screen and (min-width: 990px) {
  main .plainContent {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  main .plainContent {
    padding: 120px 0;
  }
}
main .wp-block-group__inner-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .wp-block-columns {
  margin-bottom: 0;
}
main .wp-block-columns.acronymBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 30px;
}
main .wp-block-columns.acronymBlock div.has-background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 30px 0 10px;
  min-height: 180px;
}
main .wp-block-columns.acronymBlock div.is-vertically-aligned-center p:last-of-type {
  margin-bottom: 0;
}
main .wp-block-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .wp-block-column:not(:first-child) {
  margin-left: 0 !important;
}

a.back {
  margin-bottom: 20px;
}
a.back.marginTop {
  margin-top: 30px;
  margin-bottom: 0;
}

footer .grayBg {
  padding: 40px 20px;
  background-color: #F2F2F2;
}
footer .grayBg .flexCtn {
  margin-bottom: 20px;
}
@media screen and (min-width: 760px) {
  footer .grayBg {
    padding: 60px 20px;
  }
}
@media screen and (min-width: 1200px) {
  footer .grayBg {
    padding: 80px 20px;
  }
}
@media screen and (min-width: break) {
  footer .grayBg {
    padding: 80px 0;
  }
}
footer .grayBg .flexCtn b {
  display: block;
}
footer .footerRow {
  padding: 40px 0;
  text-align: center;
}
footer .footerRow .branding {
  max-width: 150px;
  margin: 10px 0 20px;
}
footer .footerRow #copyright {
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 760px) {
  footer .contactRow {
    padding: 60px 0;
    margin-top: 60px;
  }
  footer .contactRow .contactHeader {
    font-size: 30px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 990px) {
  footer .contactRow {
    padding: 80px 0;
    margin-top: 80px;
  }
  footer .contactRow .contactHeader {
    font-size: 34px;
  }
  footer .footerRow {
    text-align: left;
    padding: 60px 0;
  }
  footer .footerRow .brandingCol {
    text-align: center;
  }
  footer .footerRow .brandingCol .branding {
    margin: 0;
  }
  footer .footerRow #copyright {
    display: inline-block;
    width: 33%;
  }
  footer .footerRow .navSecond {
    display: inline-block;
    width: 33%;
  }
  footer .footerRow .socials {
    display: inline-block;
    width: 33%;
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  footer .contactRow {
    padding: 100px 0;
  }
  footer .contactRow .contactHeader {
    font-size: 38px;
  }
  footer .contactRow form textarea {
    min-height: 150px;
  }
  footer .footerRow #copyright {
    margin-bottom: 0;
    width: auto;
  }
  footer .footerRow .navSecond {
    display: inline-block;
    margin-left: auto;
    width: auto;
  }
  footer .footerRow .socials {
    width: auto;
    margin-left: 30px;
  }
}
@media screen and (min-width: 1356px) {
  footer .contactRow {
    margin-top: 100px;
  }
}

article.type-post, article.type-nachrichten, article.type-veranstaltungen {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(237, 68, 65, 0.5);
}
article.type-post header, article.type-nachrichten header, article.type-veranstaltungen header {
  padding-bottom: 20px;
}
article.type-post header .entry-title a, article.type-nachrichten header .entry-title a, article.type-veranstaltungen header .entry-title a {
  text-decoration: none;
  color: #3C100F;
}
article.type-post .entry-summary a, article.type-nachrichten .entry-summary a, article.type-veranstaltungen .entry-summary a {
  display: block;
}
article.type-post .entry-summary .attachment-post-thumbnail, article.type-nachrichten .entry-summary .attachment-post-thumbnail, article.type-veranstaltungen .entry-summary .attachment-post-thumbnail {
  margin-bottom: 20px;
}
@media screen and (min-width: 760px) {
  article.type-post .entry-summary .attachment-post-thumbnail, article.type-nachrichten .entry-summary .attachment-post-thumbnail, article.type-veranstaltungen .entry-summary .attachment-post-thumbnail {
    margin-bottom: 0;
  }
}
article.type-post .entry-content .attachment-post-thumbnail, article.type-nachrichten .entry-content .attachment-post-thumbnail, article.type-veranstaltungen .entry-content .attachment-post-thumbnail {
  margin-bottom: 20px;
}

form.search-form {
  margin-bottom: 40px;
}

.tribe-events button:not(.tribe-events-c-top-bar__nav-link) {
  min-height: 50px;
  padding: 20px 80px;
  text-align: center;
  background-color: #BA3532;
  color: #fff;
  border: none;
  border-radius: 44px;
  font-family: "Raleway";
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tribe-events button:not(.tribe-events-c-top-bar__nav-link):hover, .tribe-events button:not(.tribe-events-c-top-bar__nav-link):focus {
  background-color: #ED4441;
}

.wpforms-container .wpforms-field {
  padding: 0 !important;
}

form .wpforms-container .wpforms-field {
  padding: 0;
}
form label {
  display: block;
  margin-bottom: 6px;
}
form input, form textarea {
  display: block;
  width: 100%;
  max-width: none;
  outline: none;
  border-radius: 24px;
  padding: 20px;
  border: 1px solid #ED4441;
  background-color: #fff;
  margin-bottom: 18px;
  min-height: 50px;
}
form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  font-family: "Raleway";
}
form input::-moz-placeholder, form textarea::-moz-placeholder {
  font-family: "Raleway";
}
form input:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  font-family: "Raleway";
}
form input::-ms-input-placeholder, form textarea::-ms-input-placeholder {
  font-family: "Raleway";
}
form input::placeholder, form textarea::placeholder {
  font-family: "Raleway";
}
form input[type=checkbox], form textarea[type=checkbox] {
  display: inline-block;
  width: 18px;
  min-height: 18px;
  margin-right: 8px;
  vertical-align: middle;
}
form textarea {
  min-height: 100px;
  margin-bottom: 20px;
}
form button, form input[type=submit] {
  width: 100%;
  min-height: 50px;
  padding: 20px 80px;
  text-align: center;
  background-color: #BA3532;
  color: #fff;
  border: none;
  border-radius: 44px;
  font-family: "Raleway";
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
form button:hover, form button:focus, form input[type=submit]:hover, form input[type=submit]:focus {
  background-color: #ED4441;
}
form#event-form .inside.event-form-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-style: italic;
}
form#event-form .inside.event-form-name #event-name {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
form#event-form .inside.event-form-when #em-form-with-recurrence p:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
form#event-form .inside.event-form-when #em-form-with-recurrence p:first-child input {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

#bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-header {
  padding: 8px 18px;
}

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
  padding: 18px;
}

#bbpress-forums .bbp-forums-list {
  padding: 8px 18px !important;
}

#bbpress-forums #bbp-search-form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#bbpress-forums fieldset.bbp-form input[type=checkbox] {
  margin: 0 8px 0 0;
}

[class^=ti-], [class*=" ti-"] {
  font-family: "Themify";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
  content: "\e600";
}

.ti-volume:before {
  content: "\e601";
}

.ti-user:before {
  content: "\e602";
}

.ti-unlock:before {
  content: "\e603";
}

.ti-unlink:before {
  content: "\e604";
}

.ti-trash:before {
  content: "\e605";
}

.ti-thought:before {
  content: "\e606";
}

.ti-target:before {
  content: "\e607";
}

.ti-tag:before {
  content: "\e608";
}

.ti-tablet:before {
  content: "\e609";
}

.ti-star:before {
  content: "\e60a";
}

.ti-spray:before {
  content: "\e60b";
}

.ti-signal:before {
  content: "\e60c";
}

.ti-shopping-cart:before {
  content: "\e60d";
}

.ti-shopping-cart-full:before {
  content: "\e60e";
}

.ti-settings:before {
  content: "\e60f";
}

.ti-search:before {
  content: "\e610";
}

.ti-zoom-in:before {
  content: "\e611";
}

.ti-zoom-out:before {
  content: "\e612";
}

.ti-cut:before {
  content: "\e613";
}

.ti-ruler:before {
  content: "\e614";
}

.ti-ruler-pencil:before {
  content: "\e615";
}

.ti-ruler-alt:before {
  content: "\e616";
}

.ti-bookmark:before {
  content: "\e617";
}

.ti-bookmark-alt:before {
  content: "\e618";
}

.ti-reload:before {
  content: "\e619";
}

.ti-plus:before {
  content: "\e61a";
}

.ti-pin:before {
  content: "\e61b";
}

.ti-pencil:before {
  content: "\e61c";
}

.ti-pencil-alt:before {
  content: "\e61d";
}

.ti-paint-roller:before {
  content: "\e61e";
}

.ti-paint-bucket:before {
  content: "\e61f";
}

.ti-na:before {
  content: "\e620";
}

.ti-mobile:before {
  content: "\e621";
}

.ti-minus:before {
  content: "\e622";
}

.ti-medall:before {
  content: "\e623";
}

.ti-medall-alt:before {
  content: "\e624";
}

.ti-marker:before {
  content: "\e625";
}

.ti-marker-alt:before {
  content: "\e626";
}

.ti-arrow-up:before {
  content: "\e627";
}

.ti-arrow-right:before {
  content: "\e628";
}

.ti-arrow-left:before {
  content: "\e629";
}

.ti-arrow-down:before {
  content: "\e62a";
}

.ti-lock:before {
  content: "\e62b";
}

.ti-location-arrow:before {
  content: "\e62c";
}

.ti-link:before {
  content: "\e62d";
}

.ti-layout:before {
  content: "\e62e";
}

.ti-layers:before {
  content: "\e62f";
}

.ti-layers-alt:before {
  content: "\e630";
}

.ti-key:before {
  content: "\e631";
}

.ti-import:before {
  content: "\e632";
}

.ti-image:before {
  content: "\e633";
}

.ti-heart:before {
  content: "\e634";
}

.ti-heart-broken:before {
  content: "\e635";
}

.ti-hand-stop:before {
  content: "\e636";
}

.ti-hand-open:before {
  content: "\e637";
}

.ti-hand-drag:before {
  content: "\e638";
}

.ti-folder:before {
  content: "\e639";
}

.ti-flag:before {
  content: "\e63a";
}

.ti-flag-alt:before {
  content: "\e63b";
}

.ti-flag-alt-2:before {
  content: "\e63c";
}

.ti-eye:before {
  content: "\e63d";
}

.ti-export:before {
  content: "\e63e";
}

.ti-exchange-vertical:before {
  content: "\e63f";
}

.ti-desktop:before {
  content: "\e640";
}

.ti-cup:before {
  content: "\e641";
}

.ti-crown:before {
  content: "\e642";
}

.ti-comments:before {
  content: "\e643";
}

.ti-comment:before {
  content: "\e644";
}

.ti-comment-alt:before {
  content: "\e645";
}

.ti-close:before {
  content: "\e646";
}

.ti-clip:before {
  content: "\e647";
}

.ti-angle-up:before {
  content: "\e648";
}

.ti-angle-right:before {
  content: "\e649";
}

.ti-angle-left:before {
  content: "\e64a";
}

.ti-angle-down:before {
  content: "\e64b";
}

.ti-check:before {
  content: "\e64c";
}

.ti-check-box:before {
  content: "\e64d";
}

.ti-camera:before {
  content: "\e64e";
}

.ti-announcement:before {
  content: "\e64f";
}

.ti-brush:before {
  content: "\e650";
}

.ti-briefcase:before {
  content: "\e651";
}

.ti-bolt:before {
  content: "\e652";
}

.ti-bolt-alt:before {
  content: "\e653";
}

.ti-blackboard:before {
  content: "\e654";
}

.ti-bag:before {
  content: "\e655";
}

.ti-move:before {
  content: "\e656";
}

.ti-arrows-vertical:before {
  content: "\e657";
}

.ti-arrows-horizontal:before {
  content: "\e658";
}

.ti-fullscreen:before {
  content: "\e659";
}

.ti-arrow-top-right:before {
  content: "\e65a";
}

.ti-arrow-top-left:before {
  content: "\e65b";
}

.ti-arrow-circle-up:before {
  content: "\e65c";
}

.ti-arrow-circle-right:before {
  content: "\e65d";
}

.ti-arrow-circle-left:before {
  content: "\e65e";
}

.ti-arrow-circle-down:before {
  content: "\e65f";
}

.ti-angle-double-up:before {
  content: "\e660";
}

.ti-angle-double-right:before {
  content: "\e661";
}

.ti-angle-double-left:before {
  content: "\e662";
}

.ti-angle-double-down:before {
  content: "\e663";
}

.ti-zip:before {
  content: "\e664";
}

.ti-world:before {
  content: "\e665";
}

.ti-wheelchair:before {
  content: "\e666";
}

.ti-view-list:before {
  content: "\e667";
}

.ti-view-list-alt:before {
  content: "\e668";
}

.ti-view-grid:before {
  content: "\e669";
}

.ti-uppercase:before {
  content: "\e66a";
}

.ti-upload:before {
  content: "\e66b";
}

.ti-underline:before {
  content: "\e66c";
}

.ti-truck:before {
  content: "\e66d";
}

.ti-timer:before {
  content: "\e66e";
}

.ti-ticket:before {
  content: "\e66f";
}

.ti-thumb-up:before {
  content: "\e670";
}

.ti-thumb-down:before {
  content: "\e671";
}

.ti-text:before {
  content: "\e672";
}

.ti-stats-up:before {
  content: "\e673";
}

.ti-stats-down:before {
  content: "\e674";
}

.ti-split-v:before {
  content: "\e675";
}

.ti-split-h:before {
  content: "\e676";
}

.ti-smallcap:before {
  content: "\e677";
}

.ti-shine:before {
  content: "\e678";
}

.ti-shift-right:before {
  content: "\e679";
}

.ti-shift-left:before {
  content: "\e67a";
}

.ti-shield:before {
  content: "\e67b";
}

.ti-notepad:before {
  content: "\e67c";
}

.ti-server:before {
  content: "\e67d";
}

.ti-quote-right:before {
  content: "\e67e";
}

.ti-quote-left:before {
  content: "\e67f";
}

.ti-pulse:before {
  content: "\e680";
}

.ti-printer:before {
  content: "\e681";
}

.ti-power-off:before {
  content: "\e682";
}

.ti-plug:before {
  content: "\e683";
}

.ti-pie-chart:before {
  content: "\e684";
}

.ti-paragraph:before {
  content: "\e685";
}

.ti-panel:before {
  content: "\e686";
}

.ti-package:before {
  content: "\e687";
}

.ti-music:before {
  content: "\e688";
}

.ti-music-alt:before {
  content: "\e689";
}

.ti-mouse:before {
  content: "\e68a";
}

.ti-mouse-alt:before {
  content: "\e68b";
}

.ti-money:before {
  content: "\e68c";
}

.ti-microphone:before {
  content: "\e68d";
}

.ti-menu:before {
  content: "\e68e";
}

.ti-menu-alt:before {
  content: "\e68f";
}

.ti-map:before {
  content: "\e690";
}

.ti-map-alt:before {
  content: "\e691";
}

.ti-loop:before {
  content: "\e692";
}

.ti-location-pin:before {
  content: "\e693";
}

.ti-list:before {
  content: "\e694";
}

.ti-light-bulb:before {
  content: "\e695";
}

.ti-Italic:before {
  content: "\e696";
}

.ti-info:before {
  content: "\e697";
}

.ti-infinite:before {
  content: "\e698";
}

.ti-id-badge:before {
  content: "\e699";
}

.ti-hummer:before {
  content: "\e69a";
}

.ti-home:before {
  content: "\e69b";
}

.ti-help:before {
  content: "\e69c";
}

.ti-headphone:before {
  content: "\e69d";
}

.ti-harddrives:before {
  content: "\e69e";
}

.ti-harddrive:before {
  content: "\e69f";
}

.ti-gift:before {
  content: "\e6a0";
}

.ti-game:before {
  content: "\e6a1";
}

.ti-filter:before {
  content: "\e6a2";
}

.ti-files:before {
  content: "\e6a3";
}

.ti-file:before {
  content: "\e6a4";
}

.ti-eraser:before {
  content: "\e6a5";
}

.ti-envelope:before {
  content: "\e6a6";
}

.ti-download:before {
  content: "\e6a7";
}

.ti-direction:before {
  content: "\e6a8";
}

.ti-direction-alt:before {
  content: "\e6a9";
}

.ti-dashboard:before {
  content: "\e6aa";
}

.ti-control-stop:before {
  content: "\e6ab";
}

.ti-control-shuffle:before {
  content: "\e6ac";
}

.ti-control-play:before {
  content: "\e6ad";
}

.ti-control-pause:before {
  content: "\e6ae";
}

.ti-control-forward:before {
  content: "\e6af";
}

.ti-control-backward:before {
  content: "\e6b0";
}

.ti-cloud:before {
  content: "\e6b1";
}

.ti-cloud-up:before {
  content: "\e6b2";
}

.ti-cloud-down:before {
  content: "\e6b3";
}

.ti-clipboard:before {
  content: "\e6b4";
}

.ti-car:before {
  content: "\e6b5";
}

.ti-calendar:before {
  content: "\e6b6";
}

.ti-book:before {
  content: "\e6b7";
}

.ti-bell:before {
  content: "\e6b8";
}

.ti-basketball:before {
  content: "\e6b9";
}

.ti-bar-chart:before {
  content: "\e6ba";
}

.ti-bar-chart-alt:before {
  content: "\e6bb";
}

.ti-back-right:before {
  content: "\e6bc";
}

.ti-back-left:before {
  content: "\e6bd";
}

.ti-arrows-corner:before {
  content: "\e6be";
}

.ti-archive:before {
  content: "\e6bf";
}

.ti-anchor:before {
  content: "\e6c0";
}

.ti-align-right:before {
  content: "\e6c1";
}

.ti-align-left:before {
  content: "\e6c2";
}

.ti-align-justify:before {
  content: "\e6c3";
}

.ti-align-center:before {
  content: "\e6c4";
}

.ti-alert:before {
  content: "\e6c5";
}

.ti-alarm-clock:before {
  content: "\e6c6";
}

.ti-agenda:before {
  content: "\e6c7";
}

.ti-write:before {
  content: "\e6c8";
}

.ti-window:before {
  content: "\e6c9";
}

.ti-widgetized:before {
  content: "\e6ca";
}

.ti-widget:before {
  content: "\e6cb";
}

.ti-widget-alt:before {
  content: "\e6cc";
}

.ti-wallet:before {
  content: "\e6cd";
}

.ti-video-clapper:before {
  content: "\e6ce";
}

.ti-video-camera:before {
  content: "\e6cf";
}

.ti-vector:before {
  content: "\e6d0";
}

.ti-themify-logo:before {
  content: "\e6d1";
}

.ti-themify-favicon:before {
  content: "\e6d2";
}

.ti-themify-favicon-alt:before {
  content: "\e6d3";
}

.ti-support:before {
  content: "\e6d4";
}

.ti-stamp:before {
  content: "\e6d5";
}

.ti-split-v-alt:before {
  content: "\e6d6";
}

.ti-slice:before {
  content: "\e6d7";
}

.ti-shortcode:before {
  content: "\e6d8";
}

.ti-shift-right-alt:before {
  content: "\e6d9";
}

.ti-shift-left-alt:before {
  content: "\e6da";
}

.ti-ruler-alt-2:before {
  content: "\e6db";
}

.ti-receipt:before {
  content: "\e6dc";
}

.ti-pin2:before {
  content: "\e6dd";
}

.ti-pin-alt:before {
  content: "\e6de";
}

.ti-pencil-alt2:before {
  content: "\e6df";
}

.ti-palette:before {
  content: "\e6e0";
}

.ti-more:before {
  content: "\e6e1";
}

.ti-more-alt:before {
  content: "\e6e2";
}

.ti-microphone-alt:before {
  content: "\e6e3";
}

.ti-magnet:before {
  content: "\e6e4";
}

.ti-line-double:before {
  content: "\e6e5";
}

.ti-line-dotted:before {
  content: "\e6e6";
}

.ti-line-dashed:before {
  content: "\e6e7";
}

.ti-layout-width-full:before {
  content: "\e6e8";
}

.ti-layout-width-default:before {
  content: "\e6e9";
}

.ti-layout-width-default-alt:before {
  content: "\e6ea";
}

.ti-layout-tab:before {
  content: "\e6eb";
}

.ti-layout-tab-window:before {
  content: "\e6ec";
}

.ti-layout-tab-v:before {
  content: "\e6ed";
}

.ti-layout-tab-min:before {
  content: "\e6ee";
}

.ti-layout-slider:before {
  content: "\e6ef";
}

.ti-layout-slider-alt:before {
  content: "\e6f0";
}

.ti-layout-sidebar-right:before {
  content: "\e6f1";
}

.ti-layout-sidebar-none:before {
  content: "\e6f2";
}

.ti-layout-sidebar-left:before {
  content: "\e6f3";
}

.ti-layout-placeholder:before {
  content: "\e6f4";
}

.ti-layout-menu:before {
  content: "\e6f5";
}

.ti-layout-menu-v:before {
  content: "\e6f6";
}

.ti-layout-menu-separated:before {
  content: "\e6f7";
}

.ti-layout-menu-full:before {
  content: "\e6f8";
}

.ti-layout-media-right-alt:before {
  content: "\e6f9";
}

.ti-layout-media-right:before {
  content: "\e6fa";
}

.ti-layout-media-overlay:before {
  content: "\e6fb";
}

.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

.ti-layout-media-left-alt:before {
  content: "\e6fe";
}

.ti-layout-media-left:before {
  content: "\e6ff";
}

.ti-layout-media-center-alt:before {
  content: "\e700";
}

.ti-layout-media-center:before {
  content: "\e701";
}

.ti-layout-list-thumb:before {
  content: "\e702";
}

.ti-layout-list-thumb-alt:before {
  content: "\e703";
}

.ti-layout-list-post:before {
  content: "\e704";
}

.ti-layout-list-large-image:before {
  content: "\e705";
}

.ti-layout-line-solid:before {
  content: "\e706";
}

.ti-layout-grid4:before {
  content: "\e707";
}

.ti-layout-grid3:before {
  content: "\e708";
}

.ti-layout-grid2:before {
  content: "\e709";
}

.ti-layout-grid2-thumb:before {
  content: "\e70a";
}

.ti-layout-cta-right:before {
  content: "\e70b";
}

.ti-layout-cta-left:before {
  content: "\e70c";
}

.ti-layout-cta-center:before {
  content: "\e70d";
}

.ti-layout-cta-btn-right:before {
  content: "\e70e";
}

.ti-layout-cta-btn-left:before {
  content: "\e70f";
}

.ti-layout-column4:before {
  content: "\e710";
}

.ti-layout-column3:before {
  content: "\e711";
}

.ti-layout-column2:before {
  content: "\e712";
}

.ti-layout-accordion-separated:before {
  content: "\e713";
}

.ti-layout-accordion-merged:before {
  content: "\e714";
}

.ti-layout-accordion-list:before {
  content: "\e715";
}

.ti-ink-pen:before {
  content: "\e716";
}

.ti-info-alt:before {
  content: "\e717";
}

.ti-help-alt:before {
  content: "\e718";
}

.ti-headphone-alt:before {
  content: "\e719";
}

.ti-hand-point-up:before {
  content: "\e71a";
}

.ti-hand-point-right:before {
  content: "\e71b";
}

.ti-hand-point-left:before {
  content: "\e71c";
}

.ti-hand-point-down:before {
  content: "\e71d";
}

.ti-gallery:before {
  content: "\e71e";
}

.ti-face-smile:before {
  content: "\e71f";
}

.ti-face-sad:before {
  content: "\e720";
}

.ti-credit-card:before {
  content: "\e721";
}

.ti-control-skip-forward:before {
  content: "\e722";
}

.ti-control-skip-backward:before {
  content: "\e723";
}

.ti-control-record:before {
  content: "\e724";
}

.ti-control-eject:before {
  content: "\e725";
}

.ti-comments-smiley:before {
  content: "\e726";
}

.ti-brush-alt:before {
  content: "\e727";
}

.ti-youtube:before {
  content: "\e728";
}

.ti-vimeo:before {
  content: "\e729";
}

.ti-twitter:before {
  content: "\e72a";
}

.ti-time:before {
  content: "\e72b";
}

.ti-tumblr:before {
  content: "\e72c";
}

.ti-skype:before {
  content: "\e72d";
}

.ti-share:before {
  content: "\e72e";
}

.ti-share-alt:before {
  content: "\e72f";
}

.ti-rocket:before {
  content: "\e730";
}

.ti-pinterest:before {
  content: "\e731";
}

.ti-new-window:before {
  content: "\e732";
}

.ti-microsoft:before {
  content: "\e733";
}

.ti-list-ol:before {
  content: "\e734";
}

.ti-linkedin:before {
  content: "\e735";
}

.ti-layout-sidebar-2:before {
  content: "\e736";
}

.ti-layout-grid4-alt:before {
  content: "\e737";
}

.ti-layout-grid3-alt:before {
  content: "\e738";
}

.ti-layout-grid2-alt:before {
  content: "\e739";
}

.ti-layout-column4-alt:before {
  content: "\e73a";
}

.ti-layout-column3-alt:before {
  content: "\e73b";
}

.ti-layout-column2-alt:before {
  content: "\e73c";
}

.ti-instagram:before {
  content: "\e73d";
}

.ti-google:before {
  content: "\e73e";
}

.ti-github:before {
  content: "\e73f";
}

.ti-flickr:before {
  content: "\e740";
}

.ti-facebook:before {
  content: "\e741";
}

.ti-dropbox:before {
  content: "\e742";
}

.ti-dribbble:before {
  content: "\e743";
}

.ti-apple:before {
  content: "\e744";
}

.ti-android:before {
  content: "\e745";
}

.ti-save:before {
  content: "\e746";
}

.ti-save-alt:before {
  content: "\e747";
}

.ti-yahoo:before {
  content: "\e748";
}

.ti-wordpress:before {
  content: "\e749";
}

.ti-vimeo-alt:before {
  content: "\e74a";
}

.ti-twitter-alt:before {
  content: "\e74b";
}

.ti-tumblr-alt:before {
  content: "\e74c";
}

.ti-trello:before {
  content: "\e74d";
}

.ti-stack-overflow:before {
  content: "\e74e";
}

.ti-soundcloud:before {
  content: "\e74f";
}

.ti-sharethis:before {
  content: "\e750";
}

.ti-sharethis-alt:before {
  content: "\e751";
}

.ti-reddit:before {
  content: "\e752";
}

.ti-pinterest-alt:before {
  content: "\e753";
}

.ti-microsoft-alt:before {
  content: "\e754";
}

.ti-linux:before {
  content: "\e755";
}

.ti-jsfiddle:before {
  content: "\e756";
}

.ti-joomla:before {
  content: "\e757";
}

.ti-html5:before {
  content: "\e758";
}

.ti-flickr-alt:before {
  content: "\e759";
}

.ti-email:before {
  content: "\e75a";
}

.ti-drupal:before {
  content: "\e75b";
}

.ti-dropbox-alt:before {
  content: "\e75c";
}

.ti-css3:before {
  content: "\e75d";
}

.ti-rss:before {
  content: "\e75e";
}

.ti-rss-alt:before {
  content: "\e75f";
}