.has-vertical-alignment-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.has-vertical-alignment-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.has-vertical-alignment-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.is-full-height {
  height: calc(100vh - 56px);
}

.aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

  .has-bg-no-repeat {
    background-repeat: no-repeat;
  }

.has-bg-repeat {
    background-repeat: repeat;
  }

.has-bg-repeat-x {
    background-repeat: repeat-x;
  }

.has-bg-repeat-y {
    background-repeat: repeat-y;
  }

.has-bg-size-cover {
    background-size: cover;
  }

.has-bg-size-contain {
    background-size: contain;
  }
.section {
  margin: 0;
  padding: 0
}
.section .section-content {
    margin: 0 auto;
    max-width: calc(100% - 1rem);
    width: 1024px;
  }
.section.has-vertical-alignment-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
.section.has-vertical-alignment-top {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
.section.has-vertical-alignment-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
.column {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  flex-shrink: 1;
  flex-grow: 1;
  padding: 0.5rem;
  flex-basis: 100%
}
@media(max-width: 767px) {
      .column.is-1-mobile {
        flex: 0 1 8.33333%;
        width: 8.33333%;
      }
      .column.is-2-mobile {
        flex: 0 1 16.66667%;
        width: 16.66667%;
      }
      .column.is-3-mobile {
        flex: 0 1 25%;
        width: 25%;
      }
      .column.is-4-mobile {
        flex: 0 1 33.33333%;
        width: 33.33333%;
      }
      .column.is-5-mobile {
        flex: 0 1 41.66667%;
        width: 41.66667%;
      }
      .column.is-6-mobile {
        flex: 0 1 50%;
        width: 50%;
      }
      .column.is-7-mobile {
        flex: 0 1 58.33333%;
        width: 58.33333%;
      }
      .column.is-8-mobile {
        flex: 0 1 66.66667%;
        width: 66.66667%;
      }
      .column.is-9-mobile {
        flex: 0 1 75%;
        width: 75%;
      }
      .column.is-10-mobile {
        flex: 0 1 83.33333%;
        width: 83.33333%;
      }
      .column.is-11-mobile {
        flex: 0 1 91.66667%;
        width: 91.66667%;
      }
      .column.is-12-mobile {
        flex: 0 1 100%;
        width: 100%;
      }
    .column.is-auto-mobile {
      flex: none;
    }
  }
@media(min-width: 768px) {
  .column {
    flex-basis: auto
}
      .column.is-1 {
        flex: 0 1 8.33333%;
        width: 8.33333%;
      }
      .column.is-2 {
        flex: 0 1 16.66667%;
        width: 16.66667%;
      }
      .column.is-3 {
        flex: 0 1 25%;
        width: 25%;
      }
      .column.is-4 {
        flex: 0 1 33.33333%;
        width: 33.33333%;
      }
      .column.is-5 {
        flex: 0 1 41.66667%;
        width: 41.66667%;
      }
      .column.is-6 {
        flex: 0 1 50%;
        width: 50%;
      }
      .column.is-7 {
        flex: 0 1 58.33333%;
        width: 58.33333%;
      }
      .column.is-8 {
        flex: 0 1 66.66667%;
        width: 66.66667%;
      }
      .column.is-9 {
        flex: 0 1 75%;
        width: 75%;
      }
      .column.is-10 {
        flex: 0 1 83.33333%;
        width: 83.33333%;
      }
      .column.is-11 {
        flex: 0 1 91.66667%;
        width: 91.66667%;
      }
      .column.is-12 {
        flex: 0 1 100%;
        width: 100%;
      }

    .column.is-auto {
      flex: none;
    }
  }
.column {

  /** Tablet specific */
}
@media(min-width: 768px) and (max-width: 1024px) {
      .column.is-1-tablet {
        flex: 0 1 8.33333%;
        width: 8.33333%;
      }
      .column.is-2-tablet {
        flex: 0 1 16.66667%;
        width: 16.66667%;
      }
      .column.is-3-tablet {
        flex: 0 1 25%;
        width: 25%;
      }
      .column.is-4-tablet {
        flex: 0 1 33.33333%;
        width: 33.33333%;
      }
      .column.is-5-tablet {
        flex: 0 1 41.66667%;
        width: 41.66667%;
      }
      .column.is-6-tablet {
        flex: 0 1 50%;
        width: 50%;
      }
      .column.is-7-tablet {
        flex: 0 1 58.33333%;
        width: 58.33333%;
      }
      .column.is-8-tablet {
        flex: 0 1 66.66667%;
        width: 66.66667%;
      }
      .column.is-9-tablet {
        flex: 0 1 75%;
        width: 75%;
      }
      .column.is-10-tablet {
        flex: 0 1 83.33333%;
        width: 83.33333%;
      }
      .column.is-11-tablet {
        flex: 0 1 91.66667%;
        width: 91.66667%;
      }
      .column.is-12-tablet {
        flex: 0 1 100%;
        width: 100%;
      }

    .column.is-auto-tablet {
      flex: none;
    }
  }
.columns {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 1rem);
  margin: 0 -0.5rem
}
@media(min-width: 768px) {
  .columns {
    flex-wrap: nowrap
}
  }
.columns::last-child {
    margin-bottom: 0;
  }
.columns.has-alignment-left {
    justify-content: flex-start;
  }
.columns.has-alignment-center {
    justify-content: center;
  }
.columns.has-alignment-right {
    justify-content: flex-end;
  }
.columns.has-space-between {
    justify-content: space-between;
  }
.columns.has-vertical-alignment-center {
    flex-direction: row;
    align-items: center;
  }
.columns.has-vertical-alignment-top {
    flex-direction: row;
    align-items: flex-start;
  }
.columns.has-vertical-alignment-bottom {
    flex-direction: row;
    align-items: flex-end;
  }
@media(max-width: 767px) {
        .columns.is-reversed-mobile .column:nth-child(6) {
          order: 1;
        }
        .columns.is-reversed-mobile .column:nth-child(5) {
          order: 2;
        }
        .columns.is-reversed-mobile .column:nth-child(4) {
          order: 3;
        }
        .columns.is-reversed-mobile .column:nth-child(3) {
          order: 4;
        }
        .columns.is-reversed-mobile .column:nth-child(2) {
          order: 5;
        }
        .columns.is-reversed-mobile .column:nth-child(1) {
          order: 6;
        }
    }
.cs-post-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px  
}
.cs-post-grid::last-child {
    margin-bottom: 0;
  }
.cs-post-grid .cs-post {
    width: 100%;
    padding: 15px;
  }
@media(min-width: 768px) {
        .cs-post-grid.has-1-columns .cs-post {
          width: 100%;
        }
        .cs-post-grid.has-2-columns .cs-post {
          width: 50%;
        }
        .cs-post-grid.has-3-columns .cs-post {
          width: 33.33333%;
        }
        .cs-post-grid.has-4-columns .cs-post {
          width: 25%;
        }
  }
@media(max-width: 767px) {
        .cs-post-grid.has-1-columns-mobile .cs-post {
          width: 100%;
        }
        .cs-post-grid.has-2-columns-mobile .cs-post {
          width: 50%;
        }
        .cs-post-grid.has-3-columns-mobile .cs-post {
          width: 33.33333%;
        }
        .cs-post-grid.has-4-columns-mobile .cs-post {
          width: 25%;
        }
  }

  .glide .glide__track, .cs-slider .glide__track {
    height: 100%;
  }
.glide .glide__slides, .cs-slider .glide__slides {
    height: 100%
  }
.glide .glide__slides .slide, .cs-slider .glide__slides .slide {
      padding: 2rem 0
    }
.glide .glide__slides .slide .slide-content, .cs-slider .glide__slides .slide .slide-content {
        width: 1024px;
        max-width: calc(100% - 7rem);
        margin: 0 auto;
      }
.glide .glide__slide, .cs-slider .glide__slide {
    height: auto;
  }
.glide .glide__arrow--left,
  .glide .glide__arrow--right,
  .cs-slider .glide__arrow--left,
  .cs-slider .glide__arrow--right {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMyA1MiI+CiAgPHBhdGggZmlsbD0iI2ZmZmZmZiIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNMjguMzk0IDBMMzMgNS4xNDQgOS45NzIgMjUuOTA3IDMzIDQ2LjkwMiAyOC4zOTQgNTIgMCAyNnoiLz4KPC9zdmc+') no-repeat center;
    background-size: contain;
    width: 16px;
    height: 26px;
    border: none;
    outline: none;
    color: white;
    box-shadow: none
  }
@media (min-width: 1025px) {
    .glide .glide__arrow--left,
  .glide .glide__arrow--right,
  .cs-slider .glide__arrow--left,
  .cs-slider .glide__arrow--right {
      width: 33px;
      height: 52px
  }
    }
.glide .glide__arrow--right, .cs-slider .glide__arrow--right {
    right: 0.5rem;
    transform: translateY(-50%) rotate(180deg)
  }
@media (min-width: 1025px) {
    .glide .glide__arrow--right, .cs-slider .glide__arrow--right {
      right: 2rem
  }
    }
.glide .glide__arrow--left, .cs-slider .glide__arrow--left {
    left: 0.5rem
  }
@media (min-width: 1025px) {
    .glide .glide__arrow--left, .cs-slider .glide__arrow--left {
      left: 2rem
  }
    }
.content-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  padding: 0.5rem
}
@media(max-width: 767px) {
      .content-box.is-1-mobile {
        width: 8.33333%;
      }
      .content-box.is-2-mobile {
        width: 16.66667%;
      }
      .content-box.is-3-mobile {
        width: 25%;
      }
      .content-box.is-4-mobile {
        width: 33.33333%;
      }
      .content-box.is-5-mobile {
        width: 41.66667%;
      }
      .content-box.is-6-mobile {
        width: 50%;
      }
      .content-box.is-7-mobile {
        width: 58.33333%;
      }
      .content-box.is-8-mobile {
        width: 66.66667%;
      }
      .content-box.is-9-mobile {
        width: 75%;
      }
      .content-box.is-10-mobile {
        width: 83.33333%;
      }
      .content-box.is-11-mobile {
        width: 91.66667%;
      }
      .content-box.is-12-mobile {
        width: 100%;
      }
    .content-box.is-auto-mobile {
      width: auto;
    }
  }
@media(min-width: 768px) {
      .content-box.is-1 {
        width: 8.33333%;
      }
      .content-box.is-2 {
        width: 16.66667%;
      }
      .content-box.is-3 {
        width: 25%;
      }
      .content-box.is-4 {
        width: 33.33333%;
      }
      .content-box.is-5 {
        width: 41.66667%;
      }
      .content-box.is-6 {
        width: 50%;
      }
      .content-box.is-7 {
        width: 58.33333%;
      }
      .content-box.is-8 {
        width: 66.66667%;
      }
      .content-box.is-9 {
        width: 75%;
      }
      .content-box.is-10 {
        width: 83.33333%;
      }
      .content-box.is-11 {
        width: 91.66667%;
      }
      .content-box.is-12 {
        width: 100%;
      }

    .content-box.is-auto {
      width: auto;
    }
  }
.content-box {

  /** Tablet specific */
}
@media(min-width: 768px) and (max-width: 1024px) {
      .content-box.is-1-tablet {
        width: 8.33333%;
      }
      .content-box.is-2-tablet {
        width: 16.66667%;
      }
      .content-box.is-3-tablet {
        width: 25%;
      }
      .content-box.is-4-tablet {
        width: 33.33333%;
      }
      .content-box.is-5-tablet {
        width: 41.66667%;
      }
      .content-box.is-6-tablet {
        width: 50%;
      }
      .content-box.is-7-tablet {
        width: 58.33333%;
      }
      .content-box.is-8-tablet {
        width: 66.66667%;
      }
      .content-box.is-9-tablet {
        width: 75%;
      }
      .content-box.is-10-tablet {
        width: 83.33333%;
      }
      .content-box.is-11-tablet {
        width: 91.66667%;
      }
      .content-box.is-12-tablet {
        width: 100%;
      }

    .content-box.is-auto-tablet {
      width: auto;
    }
  }
.content-box.has-alignment-center {
    text-align: center;
    align-items: center;
  }
.content-box.has-alignment-right {
    text-align: right;
    align-items: flex-end;
  }
