@charset "UTF-8";
/**
 * in_list — Checks if a value exists in a list
 *
 * @param  $value the needle
 * @param  $list  the haystack
 * @return boolen TRUE if $value is found in the $list, FALSE otherwise.   
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --tc-gutter-x: 0.75rem;
  --tc-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--tc-gutter-x) * 0.5);
  padding-left: calc(var(--tc-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --tc-gutter-x: 1.5rem;
  --tc-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--tc-gutter-y));
  margin-right: calc(-0.5 * var(--tc-gutter-x));
  margin-left: calc(-0.5 * var(--tc-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--tc-gutter-x) * 0.5);
  padding-left: calc(var(--tc-gutter-x) * 0.5);
  margin-top: var(--tc-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --tc-gutter-x: 0;
}

.g-0,
.gy-0 {
  --tc-gutter-y: 0;
}

.g-1,
.gx-1 {
  --tc-gutter-x: 0.375rem;
}

.g-1,
.gy-1 {
  --tc-gutter-y: 0.375rem;
}

.g-2,
.gx-2 {
  --tc-gutter-x: 0.75rem;
}

.g-2,
.gy-2 {
  --tc-gutter-y: 0.75rem;
}

.g-3,
.gx-3 {
  --tc-gutter-x: 1.5rem;
}

.g-3,
.gy-3 {
  --tc-gutter-y: 1.5rem;
}

.g-4,
.gx-4 {
  --tc-gutter-x: 2.25rem;
}

.g-4,
.gy-4 {
  --tc-gutter-y: 2.25rem;
}

.g-5,
.gx-5 {
  --tc-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --tc-gutter-y: 3rem;
}

.g-6,
.gx-6 {
  --tc-gutter-x: 4.5rem;
}

.g-6,
.gy-6 {
  --tc-gutter-y: 4.5rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --tc-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --tc-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --tc-gutter-x: 0.375rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --tc-gutter-y: 0.375rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --tc-gutter-x: 0.75rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --tc-gutter-y: 0.75rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --tc-gutter-x: 1.5rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --tc-gutter-y: 1.5rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --tc-gutter-x: 2.25rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --tc-gutter-y: 2.25rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --tc-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --tc-gutter-y: 3rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --tc-gutter-x: 4.5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --tc-gutter-y: 4.5rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --tc-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --tc-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --tc-gutter-x: 0.375rem;
  }
  .g-md-1,
  .gy-md-1 {
    --tc-gutter-y: 0.375rem;
  }
  .g-md-2,
  .gx-md-2 {
    --tc-gutter-x: 0.75rem;
  }
  .g-md-2,
  .gy-md-2 {
    --tc-gutter-y: 0.75rem;
  }
  .g-md-3,
  .gx-md-3 {
    --tc-gutter-x: 1.5rem;
  }
  .g-md-3,
  .gy-md-3 {
    --tc-gutter-y: 1.5rem;
  }
  .g-md-4,
  .gx-md-4 {
    --tc-gutter-x: 2.25rem;
  }
  .g-md-4,
  .gy-md-4 {
    --tc-gutter-y: 2.25rem;
  }
  .g-md-5,
  .gx-md-5 {
    --tc-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --tc-gutter-y: 3rem;
  }
  .g-md-6,
  .gx-md-6 {
    --tc-gutter-x: 4.5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --tc-gutter-y: 4.5rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --tc-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --tc-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --tc-gutter-x: 0.375rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --tc-gutter-y: 0.375rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --tc-gutter-x: 0.75rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --tc-gutter-y: 0.75rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --tc-gutter-x: 1.5rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --tc-gutter-y: 1.5rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --tc-gutter-x: 2.25rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --tc-gutter-y: 2.25rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --tc-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --tc-gutter-y: 3rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --tc-gutter-x: 4.5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --tc-gutter-y: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --tc-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --tc-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --tc-gutter-x: 0.375rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --tc-gutter-y: 0.375rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --tc-gutter-x: 0.75rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --tc-gutter-y: 0.75rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --tc-gutter-x: 1.5rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --tc-gutter-y: 1.5rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --tc-gutter-x: 2.25rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --tc-gutter-y: 2.25rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --tc-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --tc-gutter-y: 3rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --tc-gutter-x: 4.5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --tc-gutter-y: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --tc-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --tc-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --tc-gutter-x: 0.375rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --tc-gutter-y: 0.375rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --tc-gutter-x: 0.75rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --tc-gutter-y: 0.75rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --tc-gutter-x: 1.5rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --tc-gutter-y: 1.5rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --tc-gutter-x: 2.25rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --tc-gutter-y: 2.25rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --tc-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --tc-gutter-y: 3rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --tc-gutter-x: 4.5rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --tc-gutter-y: 4.5rem;
  }
}
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the Hippocratic License 2.1 - http://firstdonoharm.dev
 *
 * Copyright (c) 2022 Animate.css
 */
:root {
  --animate-duration: 0.5s;
  --animate-delay: 0.5s;
  --animate-repeat: 1;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  animation-play-state: paused;
  animation-fill-mode: forwards;
}

.-start-animation {
  animation-play-state: running;
}

.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  animation-iteration-count: 2;
  animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  animation-iteration-count: 3;
  animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  animation-delay: 0.5s;
  animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  animation-delay: 1s;
  animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  animation-delay: 1.5s;
  animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  animation-delay: 2s;
  animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  animation-delay: 2.5s;
  animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  animation-duration: 0.5s;
  animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  animation-duration: 0.8s;
  animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  animation-duration: 3s;
  animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
/* Attention seekers  */
@keyframes bounce {
  0%, 20%, 53%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  animation-name: rubberBand;
}

@keyframes shakeX {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  animation-name: shakeX;
}

@keyframes shakeY {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  animation-name: shakeY;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  0% {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  0% {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  animation-name: wobble;
}

@keyframes jello {
  0%, 11.1%, 100% {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, 100% {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}

/* Back entrances */
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  animation-name: backInDown;
  transform: translateY(-1200px) scale(0.7);
  opacity: 0.7;
}

@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  animation-name: backInLeft;
  transform: translateX(-2000px) scale(0.7);
  opacity: 0.7;
}

@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  animation-name: backInRight;
  transform: translateX(2000px) scale(0.7);
  opacity: 0.7;
}

@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  animation-name: backInUp;
  transform: translateY(1200px) scale(0.7);
  opacity: 0.7;
}

/* Back exits */
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  animation-name: backOutDown;
}

@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  animation-name: backOutLeft;
}

@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  animation-name: backOutRight;
}

@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  animation-name: backOutUp;
}

/* Bouncing entrances  */
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
  opacity: 0;
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  animation-name: bounceInDown;
  opacity: 0;
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  animation-name: bounceInLeft;
  opacity: 0;
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  animation-name: bounceInRight;
  opacity: 0;
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  animation-name: bounceInUp;
  opacity: 0;
}

/* Bouncing exits  */
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  animation-name: bounceOutUp;
}

/* Fading entrances  */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
  opacity: 0;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
  opacity: 0;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
  opacity: 0;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
  opacity: 0;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
  opacity: 0;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
  opacity: 0;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
  opacity: 0;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
  opacity: 0;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
  opacity: 0;
}

@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
  opacity: 0;
}

@keyframes fadeInTopRight {
  from {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
  opacity: 0;
}

@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
  opacity: 0;
}

@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
  opacity: 0;
}

/* Fading exits */
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}

@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}

@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}

@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}

/* Flippers */
@keyframes flip {
  0% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.animate__flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.animate__flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

/* Lightspeed */
@keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}

@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}

/* Rotating entrances */
@keyframes rotateIn {
  from {
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}

@keyframes rotateInDownLeft {
  from {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}

@keyframes rotateInDownRight {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}

@keyframes rotateInUpLeft {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}

@keyframes rotateInUpRight {
  from {
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}

/* Rotating exits */
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}

@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}

@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}

@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}

@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}

/* Specials */
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  animation-name: rollOut;
}

/* Zooming entrances */
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  animation-name: zoomInUp;
}

/* Zooming exits */
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.animate__zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}

/* Sliding entrances */
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
  transform: translate3d(0, 100%, 0);
}

/* Sliding exits */
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  animation-name: slideOutUp;
}

/*******************************************************************************
 * reboot.scss
 * @author Tobias Braner
 * Based on Bootstrap reboot.scss
 * The purpose is to reset the browser styles, this is a trimmed down version
 * that resets only stuff that is commonly needed when creating real websites.
 * Note that some elements are kind of reset in the spaces.scss (e.g. p).
*******************************************************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Cera Pro", system-ui, -apple-system, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

blockquote {
  margin: 1rem 0 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 1rem;
}

sub,
sup {
  position: relative;
  font-size: 1rem;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: underline;
}

a:not([href], [class]), a:not([href], [class]):hover {
  color: inherit;
  text-decoration: none;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date],
[type=datetime-local],
[type=month],
[type=week],
[type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  appearance: textfield;
}

::-webkit-search-decoration {
  appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

[hidden] {
  display: none !important;
}

body {
  hyphens: auto;
  -webkit-font-smoothing: antialiased;
  margin-top: 5.6rem;
  overflow-x: hidden;
}
@media (max-width: 767.98px) {
  body {
    margin-top: 4rem;
  }
}

img,
.wp-block-image img {
  max-width: 100%;
  height: auto;
}

main {
  overflow-x: clip;
}

@media (max-width: 767.98px) {
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    --tc-gutter-x: 2rem;
  }
}

.child-page-section .wp-block-image img {
  width: 100%;
}

@media (width <= calc(0 - 1px)) {
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
}
@media (width <= calc(576px - 1px)) {
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
}
@media (width <= calc(768px - 1px)) {
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
}
@media (width <= calc(992px - 1px)) {
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
}
@media (width <= calc(1200px - 1px)) {
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
}
@media (width <= calc(1400px - 1px)) {
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
}
.align-items-start,
.align-items-center,
.align-items-end,
.justify-content-start,
.justify-content-center,
.justify-content-end {
  display: flex;
  height: 100%;
}

.align-items-start {
  align-items: flex-start;
}

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

.align-items-end {
  align-items: flex-end;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

div > .wp-bootstrap-blocks-row {
  margin-top: calc(-1.35rem - 1.2vw);
}
@media (min-width: 1200px) {
  div > .wp-bootstrap-blocks-row {
    margin-top: -2.25rem;
  }
}

.child-page-section .row {
  width: calc(80% + var(--tc-gutter-x)) !important;
}
@media (max-width: 991.98px) {
  .child-page-section .row {
    left: calc(-1 * var(--tc-gutter-x) * 0.5);
    right: calc(-1 * var(--tc-gutter-x) * 0.5);
    width: calc(100% + var(--tc-gutter-x)) !important;
  }
}

.wp-block-group.is-position-sticky {
  position: sticky !important;
  top: calc(5.6rem + 1.5rem);
}
.admin-bar .wp-block-group.is-position-sticky {
  top: calc(5.6rem + 1.5rem + 32px);
}

.has-primary-background-color {
  position: relative;
  background-color: #d21317;
  color: #fff;
}
.has-primary-background-color a:not(.btn) {
  color: #fff;
}
.--linear-gradient-bg > .has-primary-background-color {
  background: linear-gradient(#d21317 50%, #fff);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.main__content > .wp-block-group.has-primary-background-color {
  background-color: transparent;
}
.main__content > .wp-block-group.has-primary-background-color::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  left: -100vw;
  right: -100vw;
  background-color: #d21317;
  z-index: -2;
}

.has-primary-color {
  color: #d21317;
}

.block__icon--color-primary svg {
  fill: #d21317;
  color: #d21317;
}

.has-secondary-background-color {
  position: relative;
  background-color: #bbc25c;
  color: #000;
}
.has-secondary-background-color a:not(.btn) {
  color: #000;
}
.--linear-gradient-bg > .has-secondary-background-color {
  background: linear-gradient(#bbc25c 50%, #fff);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.main__content > .wp-block-group.has-secondary-background-color {
  background-color: transparent;
}
.main__content > .wp-block-group.has-secondary-background-color::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  left: -100vw;
  right: -100vw;
  background-color: #bbc25c;
  z-index: -2;
}

.has-secondary-color {
  color: #bbc25c;
}

.block__icon--color-secondary svg {
  fill: #bbc25c;
  color: #bbc25c;
}

.has-white-background-color {
  position: relative;
  background-color: #fff;
  color: #000;
}
.has-white-background-color a:not(.btn) {
  color: #000;
}
.--linear-gradient-bg > .has-white-background-color {
  background: linear-gradient(#fff 50%, #fff);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.main__content > .wp-block-group.has-white-background-color {
  background-color: transparent;
}
.main__content > .wp-block-group.has-white-background-color::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  left: -100vw;
  right: -100vw;
  background-color: #fff;
  z-index: -2;
}

.has-white-color {
  color: #fff;
}

.block__icon--color-white svg {
  fill: #fff;
  color: #fff;
}

.has-black-background-color {
  position: relative;
  background-color: #000;
  color: #fff;
}
.has-black-background-color a:not(.btn) {
  color: #fff;
}
.--linear-gradient-bg > .has-black-background-color {
  background: linear-gradient(#000 50%, #fff);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.main__content > .wp-block-group.has-black-background-color {
  background-color: transparent;
}
.main__content > .wp-block-group.has-black-background-color::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  left: -100vw;
  right: -100vw;
  background-color: #000;
  z-index: -2;
}

.has-black-color {
  color: #000;
}

.block__icon--color-black svg {
  fill: #000;
  color: #000;
}

.has-grey-background-color {
  position: relative;
  background-color: #ececec;
  color: #000;
}
.has-grey-background-color a:not(.btn) {
  color: #000;
}
.--linear-gradient-bg > .has-grey-background-color {
  background: linear-gradient(#ececec 50%, #fff);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.main__content > .wp-block-group.has-grey-background-color {
  background-color: transparent;
}
.main__content > .wp-block-group.has-grey-background-color::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  left: -100vw;
  right: -100vw;
  background-color: #ececec;
  z-index: -2;
}

.has-grey-color {
  color: #ececec;
}

.block__icon--color-grey svg {
  fill: #ececec;
  color: #ececec;
}

.has-monza-background-color {
  position: relative;
  background-color: #d21317;
  color: #fff;
}
.has-monza-background-color a:not(.btn) {
  color: #fff;
}
.--linear-gradient-bg > .has-monza-background-color {
  background: linear-gradient(#d21317 50%, #fff);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.main__content > .wp-block-group.has-monza-background-color {
  background-color: transparent;
}
.main__content > .wp-block-group.has-monza-background-color::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  left: -100vw;
  right: -100vw;
  background-color: #d21317;
  z-index: -2;
}

.has-monza-color {
  color: #d21317;
}

.block__icon--color-monza svg {
  fill: #d21317;
  color: #d21317;
}

.has-celery-background-color {
  position: relative;
  background-color: #bbc25c;
  color: #000;
}
.has-celery-background-color a:not(.btn) {
  color: #000;
}
.--linear-gradient-bg > .has-celery-background-color {
  background: linear-gradient(#bbc25c 50%, #fff);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.main__content > .wp-block-group.has-celery-background-color {
  background-color: transparent;
}
.main__content > .wp-block-group.has-celery-background-color::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  left: -100vw;
  right: -100vw;
  background-color: #bbc25c;
  z-index: -2;
}

.has-celery-color {
  color: #bbc25c;
}

.block__icon--color-celery svg {
  fill: #bbc25c;
  color: #bbc25c;
}

.has-prim-background-color {
  position: relative;
  background-color: #f3e5ec;
  color: #000;
}
.has-prim-background-color a:not(.btn) {
  color: #000;
}
.--linear-gradient-bg > .has-prim-background-color {
  background: linear-gradient(#f3e5ec 50%, #fff);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.main__content > .wp-block-group.has-prim-background-color {
  background-color: transparent;
}
.main__content > .wp-block-group.has-prim-background-color::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  left: -100vw;
  right: -100vw;
  background-color: #f3e5ec;
  z-index: -2;
}

.has-prim-color {
  color: #f3e5ec;
}

.block__icon--color-prim svg {
  fill: #f3e5ec;
  color: #f3e5ec;
}

.has-merlot-background-color {
  position: relative;
  background-color: #8c171e;
  color: #fff;
}
.has-merlot-background-color a:not(.btn) {
  color: #fff;
}
.--linear-gradient-bg > .has-merlot-background-color {
  background: linear-gradient(#8c171e 50%, #fff);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.main__content > .wp-block-group.has-merlot-background-color {
  background-color: transparent;
}
.main__content > .wp-block-group.has-merlot-background-color::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  left: -100vw;
  right: -100vw;
  background-color: #8c171e;
  z-index: -2;
}

.has-merlot-color {
  color: #8c171e;
}

.block__icon--color-merlot svg {
  fill: #8c171e;
  color: #8c171e;
}

.has-cannon-pink-background-color {
  position: relative;
  background-color: #90507e;
  color: #fff;
}
.has-cannon-pink-background-color a:not(.btn) {
  color: #fff;
}
.--linear-gradient-bg > .has-cannon-pink-background-color {
  background: linear-gradient(#90507e 50%, #fff);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.main__content > .wp-block-group.has-cannon-pink-background-color {
  background-color: transparent;
}
.main__content > .wp-block-group.has-cannon-pink-background-color::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  left: -100vw;
  right: -100vw;
  background-color: #90507e;
  z-index: -2;
}

.has-cannon-pink-color {
  color: #90507e;
}

.block__icon--color-cannon-pink svg {
  fill: #90507e;
  color: #90507e;
}

.has-finn-background-color {
  position: relative;
  background-color: #74245d;
  color: #fff;
}
.has-finn-background-color a:not(.btn) {
  color: #fff;
}
.--linear-gradient-bg > .has-finn-background-color {
  background: linear-gradient(#74245d 50%, #fff);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.main__content > .wp-block-group.has-finn-background-color {
  background-color: transparent;
}
.main__content > .wp-block-group.has-finn-background-color::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  left: -100vw;
  right: -100vw;
  background-color: #74245d;
  z-index: -2;
}

.has-finn-color {
  color: #74245d;
}

.block__icon--color-finn svg {
  fill: #74245d;
  color: #74245d;
}

.has-gold-sand-background-color {
  position: relative;
  background-color: #debf80;
  color: #000;
}
.has-gold-sand-background-color a:not(.btn) {
  color: #000;
}
.--linear-gradient-bg > .has-gold-sand-background-color {
  background: linear-gradient(#debf80 50%, #fff);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.main__content > .wp-block-group.has-gold-sand-background-color {
  background-color: transparent;
}
.main__content > .wp-block-group.has-gold-sand-background-color::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  left: -100vw;
  right: -100vw;
  background-color: #debf80;
  z-index: -2;
}

.has-gold-sand-color {
  color: #debf80;
}

.block__icon--color-gold-sand svg {
  fill: #debf80;
  color: #debf80;
}

.has-spindle-background-color {
  position: relative;
  background-color: #b7cfdf;
  color: #000;
}
.has-spindle-background-color a:not(.btn) {
  color: #000;
}
.--linear-gradient-bg > .has-spindle-background-color {
  background: linear-gradient(#b7cfdf 50%, #fff);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.main__content > .wp-block-group.has-spindle-background-color {
  background-color: transparent;
}
.main__content > .wp-block-group.has-spindle-background-color::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  left: -100vw;
  right: -100vw;
  background-color: #b7cfdf;
  z-index: -2;
}

.has-spindle-color {
  color: #b7cfdf;
}

.block__icon--color-spindle svg {
  fill: #b7cfdf;
  color: #b7cfdf;
}

.has-pot-pourri-background-color {
  position: relative;
  background-color: #f3e5dd;
  color: #000;
}
.has-pot-pourri-background-color a:not(.btn) {
  color: #000;
}
.--linear-gradient-bg > .has-pot-pourri-background-color {
  background: linear-gradient(#f3e5dd 50%, #fff);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.main__content > .wp-block-group.has-pot-pourri-background-color {
  background-color: transparent;
}
.main__content > .wp-block-group.has-pot-pourri-background-color::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  left: -100vw;
  right: -100vw;
  background-color: #f3e5dd;
  z-index: -2;
}

.has-pot-pourri-color {
  color: #f3e5dd;
}

.block__icon--color-pot-pourri svg {
  fill: #f3e5dd;
  color: #f3e5dd;
}

.has-hippie-green-background-color {
  position: relative;
  background-color: #4c7e56;
  color: #fff;
}
.has-hippie-green-background-color a:not(.btn) {
  color: #fff;
}
.--linear-gradient-bg > .has-hippie-green-background-color {
  background: linear-gradient(#4c7e56 50%, #fff);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.main__content > .wp-block-group.has-hippie-green-background-color {
  background-color: transparent;
}
.main__content > .wp-block-group.has-hippie-green-background-color::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  left: -100vw;
  right: -100vw;
  background-color: #4c7e56;
  z-index: -2;
}

.has-hippie-green-color {
  color: #4c7e56;
}

.block__icon--color-hippie-green svg {
  fill: #4c7e56;
  color: #4c7e56;
}

.has-olivine-background-color {
  position: relative;
  background-color: #90c87e;
  color: #000;
}
.has-olivine-background-color a:not(.btn) {
  color: #000;
}
.--linear-gradient-bg > .has-olivine-background-color {
  background: linear-gradient(#90c87e 50%, #fff);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.main__content > .wp-block-group.has-olivine-background-color {
  background-color: transparent;
}
.main__content > .wp-block-group.has-olivine-background-color::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  left: -100vw;
  right: -100vw;
  background-color: #90c87e;
  z-index: -2;
}

.has-olivine-color {
  color: #90c87e;
}

.block__icon--color-olivine svg {
  fill: #90c87e;
  color: #90c87e;
}

.has-aqua-island-background-color {
  position: relative;
  background-color: #abd9d7;
  color: #000;
}
.has-aqua-island-background-color a:not(.btn) {
  color: #000;
}
.--linear-gradient-bg > .has-aqua-island-background-color {
  background: linear-gradient(#abd9d7 50%, #fff);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.main__content > .wp-block-group.has-aqua-island-background-color {
  background-color: transparent;
}
.main__content > .wp-block-group.has-aqua-island-background-color::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  left: -100vw;
  right: -100vw;
  background-color: #abd9d7;
  z-index: -2;
}

.has-aqua-island-color {
  color: #abd9d7;
}

.block__icon--color-aqua-island svg {
  fill: #abd9d7;
  color: #abd9d7;
}

.has-persian-rose-background-color {
  position: relative;
  background-color: #fe28a2;
  color: #000;
}
.has-persian-rose-background-color a:not(.btn) {
  color: #000;
}
.--linear-gradient-bg > .has-persian-rose-background-color {
  background: linear-gradient(#fe28a2 50%, #fff);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.main__content > .wp-block-group.has-persian-rose-background-color {
  background-color: transparent;
}
.main__content > .wp-block-group.has-persian-rose-background-color::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  left: -100vw;
  right: -100vw;
  background-color: #fe28a2;
  z-index: -2;
}

.has-persian-rose-color {
  color: #fe28a2;
}

.block__icon--color-persian-rose svg {
  fill: #fe28a2;
  color: #fe28a2;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
.wp-block-image figcaption {
  margin-bottom: 0;
}

.wp-block-columns {
  margin-bottom: 0;
}

.main__content {
  padding-top: calc(1.575rem + 3.9vw);
  padding-bottom: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .main__content {
    padding-top: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .main__content {
    padding-bottom: 4.5rem;
  }
}
.main__content > *:not(.child-page-container),
.main__content .child-page-section > * {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .main__content > *:not(.child-page-container),
  .main__content .child-page-section > * {
    width: 100%;
  }
}
.main__content > .row {
  width: calc(80% + var(--tc-gutter-x));
}
@media (max-width: 991.98px) {
  .main__content > .row {
    margin-left: calc(-0.5 * var(--tc-gutter-x));
    margin-right: calc(-0.5 * var(--tc-gutter-x));
    width: calc(100% + var(--tc-gutter-x));
  }
}
.main__content > .alignwide,
.main__content .child-page-section > .alignwide {
  width: 100%;
}
.main__content > .alignfull,
.main__content > .child-page-container > .alignfull,
.main__content .child-page-section > .alignfull {
  margin-left: calc(-50vw + 50% + 7px);
  margin-right: calc(-50vw + 50% + 7px);
  width: auto;
  max-width: 100vw;
}

/* stylelint-disable-next-line no-duplicate-selectors */
.main__content p,
.main__content ul,
.main__content ol,
.main__content blockquote,
.main__content .child-page-container p,
.main__content .child-page-container ul,
.main__content .child-page-container ol,
.main__content .child-page-container blockquote,
.main__content .child-page-container .child-page-section p,
.main__content .child-page-container .child-page-section ul,
.main__content .child-page-container .child-page-section ol,
.main__content .child-page-container .child-page-section blockquote {
  position: relative;
  margin-top: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .main__content p,
  .main__content ul,
  .main__content ol,
  .main__content blockquote,
  .main__content .child-page-container p,
  .main__content .child-page-container ul,
  .main__content .child-page-container ol,
  .main__content .child-page-container blockquote,
  .main__content .child-page-container .child-page-section p,
  .main__content .child-page-container .child-page-section ul,
  .main__content .child-page-container .child-page-section ol,
  .main__content .child-page-container .child-page-section blockquote {
    margin-top: 1.5rem;
  }
}
.main__content .has-h-4-font-size + p,
.main__content .child-page-container .has-h-4-font-size + p,
.main__content .child-page-container .child-page-section .has-h-4-font-size + p {
  position: relative;
  margin-top: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .main__content .has-h-4-font-size + p,
  .main__content .child-page-container .has-h-4-font-size + p,
  .main__content .child-page-container .child-page-section .has-h-4-font-size + p {
    margin-top: 2.25rem;
  }
}
.main__content .wp-block-image figcaption,
.main__content .child-page-container .wp-block-image figcaption,
.main__content .child-page-container .child-page-section .wp-block-image figcaption {
  position: relative;
  margin-top: 0.75rem;
}
.main__content p:first-child,
.main__content ul:first-child,
.main__content ol:first-child,
.main__content blockquote,
.main__content .child-page-container p:first-child,
.main__content .child-page-container ul:first-child,
.main__content .child-page-container ol:first-child,
.main__content .child-page-container blockquote,
.main__content .child-page-container .child-page-section p:first-child,
.main__content .child-page-container .child-page-section ul:first-child,
.main__content .child-page-container .child-page-section ol:first-child,
.main__content .child-page-container .child-page-section blockquote {
  margin-top: 0;
}
.main__content > * + h2,
.main__content .child-page-container > * + h2,
.main__content .child-page-container .child-page-section > * + h2 {
  position: relative;
  margin-top: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .main__content > * + h2,
  .main__content .child-page-container > * + h2,
  .main__content .child-page-container .child-page-section > * + h2 {
    margin-top: 4.5rem;
  }
}
.main__content h2:first-child,
.main__content .child-page-container h2:first-child,
.main__content .child-page-container .child-page-section h2:first-child {
  margin-top: 0;
}
.main__content > * + h3,
.main__content .child-page-container > * + h3,
.main__content .child-page-container .child-page-section > * + h3 {
  position: relative;
  margin-top: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .main__content > * + h3,
  .main__content .child-page-container > * + h3,
  .main__content .child-page-container .child-page-section > * + h3 {
    margin-top: 2.25rem;
  }
}
.main__content h3:first-child,
.main__content .child-page-container h3:first-child,
.main__content .child-page-container .child-page-section h3:first-child {
  margin-top: 0;
}
.main__content > * + h4,
.main__content .child-page-container > * + h4,
.main__content .child-page-container .child-page-section > * + h4 {
  position: relative;
  margin-top: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .main__content > * + h4,
  .main__content .child-page-container > * + h4,
  .main__content .child-page-container .child-page-section > * + h4 {
    margin-top: 1.5rem;
  }
}
.main__content h4:first-child,
.main__content .child-page-container h4:first-child,
.main__content .child-page-container .child-page-section h4:first-child {
  margin-top: 0;
}
.main__content > h2 + h3,
.main__content .child-page-container > h2 + h3,
.main__content .child-page-container .child-page-section > h2 + h3 {
  margin-top: 0;
}
.main__content > h3 + h4,
.main__content .child-page-container > h3 + h4,
.main__content .child-page-container .child-page-section > h3 + h4 {
  margin-top: 0;
}
.main__content > h4 + h3,
.main__content .child-page-container > h4 + h3,
.main__content .child-page-container .child-page-section > h4 + h3 {
  margin-top: 0;
}
.main__content > h3 + h2,
.main__content .child-page-container > h3 + h2,
.main__content .child-page-container .child-page-section > h3 + h2 {
  margin-top: 0;
}
.main__content .wp-block-column,
.main__content .wp-bootstrap-blocks-row [class^=col],
.main__content .child-page-container .wp-block-column,
.main__content .child-page-container .wp-bootstrap-blocks-row [class^=col],
.main__content .child-page-container .child-page-section .wp-block-column,
.main__content .child-page-container .child-page-section .wp-bootstrap-blocks-row [class^=col] {
  position: relative;
  margin-top: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .main__content .wp-block-column,
  .main__content .wp-bootstrap-blocks-row [class^=col],
  .main__content .child-page-container .wp-block-column,
  .main__content .child-page-container .wp-bootstrap-blocks-row [class^=col],
  .main__content .child-page-container .child-page-section .wp-block-column,
  .main__content .child-page-container .child-page-section .wp-bootstrap-blocks-row [class^=col] {
    margin-top: 2.25rem;
  }
}
.main__content div .wp-bootstrap-blocks-row:first-child,
.main__content .child-page-container div .wp-bootstrap-blocks-row:first-child,
.main__content .child-page-container .child-page-section div .wp-bootstrap-blocks-row:first-child {
  position: relative;
  margin-top: calc(-1.35rem - 1.2vw);
}
@media (min-width: 1200px) {
  .main__content div .wp-bootstrap-blocks-row:first-child,
  .main__content .child-page-container div .wp-bootstrap-blocks-row:first-child,
  .main__content .child-page-container .child-page-section div .wp-bootstrap-blocks-row:first-child {
    margin-top: -2.25rem;
  }
}
.main__content .wp-bootstrap-blocks-row,
.main__content .child-page-container .wp-bootstrap-blocks-row,
.main__content .child-page-container .child-page-section .wp-bootstrap-blocks-row {
  margin-top: 0;
}
.main__content > * + div:not(.wp-bootstrap-blocks-row):not(.closing-picture):not(.main-page__group):not(.wp-block-group.has-white-background-color),
.main__content .child-page-container > * + div:not(.wp-bootstrap-blocks-row):not(.closing-picture):not(.main-page__group):not(.wp-block-group.has-white-background-color),
.main__content .child-page-container .child-page-section > * + div:not(.wp-bootstrap-blocks-row):not(.closing-picture):not(.main-page__group):not(.wp-block-group.has-white-background-color) {
  position: relative;
  margin-top: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .main__content > * + div:not(.wp-bootstrap-blocks-row):not(.closing-picture):not(.main-page__group):not(.wp-block-group.has-white-background-color),
  .main__content .child-page-container > * + div:not(.wp-bootstrap-blocks-row):not(.closing-picture):not(.main-page__group):not(.wp-block-group.has-white-background-color),
  .main__content .child-page-container .child-page-section > * + div:not(.wp-bootstrap-blocks-row):not(.closing-picture):not(.main-page__group):not(.wp-block-group.has-white-background-color) {
    margin-top: 2.25rem;
  }
}
.main__content > * + .wp-block-group:not(.has-background, .child-page-section),
.main__content .child-page-container > * + .wp-block-group:not(.has-background, .child-page-section),
.main__content .child-page-container .child-page-section > * + .wp-block-group:not(.has-background, .child-page-section) {
  position: relative;
  margin-top: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .main__content > * + .wp-block-group:not(.has-background, .child-page-section),
  .main__content .child-page-container > * + .wp-block-group:not(.has-background, .child-page-section),
  .main__content .child-page-container .child-page-section > * + .wp-block-group:not(.has-background, .child-page-section) {
    margin-top: 4.5rem;
  }
}
.main__content > * + .wp-block-group.child-page-section,
.main__content .child-page-container > * + .wp-block-group.child-page-section,
.main__content .child-page-container .child-page-section > * + .wp-block-group.child-page-section {
  margin-top: 0 !important;
  padding-top: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .main__content > * + .wp-block-group.child-page-section,
  .main__content .child-page-container > * + .wp-block-group.child-page-section,
  .main__content .child-page-container .child-page-section > * + .wp-block-group.child-page-section {
    padding-top: 4.5rem;
  }
}
.main__content > * + .wp-block-group.has-background,
.main__content .child-page-container > * + .wp-block-group.has-background,
.main__content .child-page-container .child-page-section > * + .wp-block-group.has-background {
  margin-top: 0;
}
.main__content > * + .wp-block-columns,
.main__content > * + .wp-bootstrap-blocks-row,
.main__content .child-page-container > * + .wp-block-columns,
.main__content .child-page-container > * + .wp-bootstrap-blocks-row,
.main__content .child-page-container .child-page-section > * + .wp-block-columns,
.main__content .child-page-container .child-page-section > * + .wp-bootstrap-blocks-row {
  margin-top: 0;
}
.main__content figure.wp-block-image,
.main__content div.wp-block-image,
.main__content .child-page-container figure.wp-block-image,
.main__content .child-page-container div.wp-block-image,
.main__content .child-page-container .child-page-section figure.wp-block-image,
.main__content .child-page-container .child-page-section div.wp-block-image {
  position: relative;
  margin-top: 1rem;
}
.main__content figure.wp-block-image:first-child,
.main__content div.wp-block-image:first-child,
.main__content .child-page-container figure.wp-block-image:first-child,
.main__content .child-page-container div.wp-block-image:first-child,
.main__content .child-page-container .child-page-section figure.wp-block-image:first-child,
.main__content .child-page-container .child-page-section div.wp-block-image:first-child {
  margin-top: 0;
}
.main__content > :last-child:not(.closing-picture, .block__pagination),
.main__content .child-page-container > :last-child:not(.closing-picture, .block__pagination),
.main__content .child-page-container .child-page-section > :last-child:not(.closing-picture, .block__pagination) {
  margin-bottom: 0;
}
.main__content > .has-background:last-child,
.main__content .child-page-container > .has-background:last-child,
.main__content .child-page-container .child-page-section > .has-background:last-child {
  margin-bottom: -4.5rem;
}
.main__content > .block__keyvisual:first-child,
.main__content > .has-background:first-child,
.main__content .child-page-container > .block__keyvisual:first-child,
.main__content .child-page-container > .has-background:first-child,
.main__content .child-page-container .child-page-section > .block__keyvisual:first-child,
.main__content .child-page-container .child-page-section > .has-background:first-child {
  margin-top: calc(-1.575rem - 3.9vw);
}
@media (min-width: 1200px) {
  .main__content > .block__keyvisual:first-child,
  .main__content > .has-background:first-child,
  .main__content .child-page-container > .block__keyvisual:first-child,
  .main__content .child-page-container > .has-background:first-child,
  .main__content .child-page-container .child-page-section > .block__keyvisual:first-child,
  .main__content .child-page-container .child-page-section > .has-background:first-child {
    margin-top: -4.5rem;
  }
}

.wp-block-column > * + h2,
.main__content [class*=col-] > * + h2,
.inner-blocks > * + h2 {
  position: relative;
  margin-top: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .wp-block-column > * + h2,
  .main__content [class*=col-] > * + h2,
  .inner-blocks > * + h2 {
    margin-top: 2.25rem;
  }
}
.wp-block-column h2:first-child,
.main__content [class*=col-] h2:first-child,
.inner-blocks h2:first-child {
  margin-top: 0;
}
.wp-block-column > * + h3,
.main__content [class*=col-] > * + h3,
.inner-blocks > * + h3 {
  position: relative;
  margin-top: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .wp-block-column > * + h3,
  .main__content [class*=col-] > * + h3,
  .inner-blocks > * + h3 {
    margin-top: 1.5rem;
  }
}
.wp-block-column h3:first-child,
.main__content [class*=col-] h3:first-child,
.inner-blocks h3:first-child {
  margin-top: 0;
}
.wp-block-column > * + h4,
.main__content [class*=col-] > * + h4,
.inner-blocks > * + h4 {
  position: relative;
  margin-top: 1rem;
}
.wp-block-column h4:first-child,
.main__content [class*=col-] h4:first-child,
.inner-blocks h4:first-child {
  margin-top: 0;
}
.wp-block-column > h2 + h3,
.main__content [class*=col-] > h2 + h3,
.inner-blocks > h2 + h3 {
  margin-top: 0;
}
.wp-block-column > h3 + h4,
.main__content [class*=col-] > h3 + h4,
.inner-blocks > h3 + h4 {
  margin-top: 0;
}
.wp-block-column > h4 + h3,
.main__content [class*=col-] > h4 + h3,
.inner-blocks > h4 + h3 {
  margin-top: 0;
}
.wp-block-column > h3 + h2,
.main__content [class*=col-] > h3 + h2,
.inner-blocks > h3 + h2 {
  margin-top: 0;
}
.wp-block-column > * + div:not(.wp-bootstrap-blocks-row):not(.closing-picture):not(.main-page__group):not(.wp-block-group.has-white-background-color),
.main__content [class*=col-] > * + div:not(.wp-bootstrap-blocks-row):not(.closing-picture):not(.main-page__group):not(.wp-block-group.has-white-background-color),
.inner-blocks > * + div:not(.wp-bootstrap-blocks-row):not(.closing-picture):not(.main-page__group):not(.wp-block-group.has-white-background-color) {
  position: relative;
  margin-top: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .wp-block-column > * + div:not(.wp-bootstrap-blocks-row):not(.closing-picture):not(.main-page__group):not(.wp-block-group.has-white-background-color),
  .main__content [class*=col-] > * + div:not(.wp-bootstrap-blocks-row):not(.closing-picture):not(.main-page__group):not(.wp-block-group.has-white-background-color),
  .inner-blocks > * + div:not(.wp-bootstrap-blocks-row):not(.closing-picture):not(.main-page__group):not(.wp-block-group.has-white-background-color) {
    margin-top: 1.5rem;
  }
}
.wp-block-column > * + .wp-block-group:not(.has-background, .child-page-section),
.main__content [class*=col-] > * + .wp-block-group:not(.has-background, .child-page-section),
.inner-blocks > * + .wp-block-group:not(.has-background, .child-page-section) {
  position: relative;
  margin-top: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .wp-block-column > * + .wp-block-group:not(.has-background, .child-page-section),
  .main__content [class*=col-] > * + .wp-block-group:not(.has-background, .child-page-section),
  .inner-blocks > * + .wp-block-group:not(.has-background, .child-page-section) {
    margin-top: 2.25rem;
  }
}
.wp-block-column > * + .wp-block-group.child-page-section,
.main__content [class*=col-] > * + .wp-block-group.child-page-section,
.inner-blocks > * + .wp-block-group.child-page-section {
  margin-top: 0 !important;
  padding-top: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .wp-block-column > * + .wp-block-group.child-page-section,
  .main__content [class*=col-] > * + .wp-block-group.child-page-section,
  .inner-blocks > * + .wp-block-group.child-page-section {
    padding-top: 2.25rem;
  }
}
.wp-block-column > * + .wp-block-group.has-background,
.main__content [class*=col-] > * + .wp-block-group.has-background,
.inner-blocks > * + .wp-block-group.has-background {
  margin-top: 0;
}
.wp-block-column > * + .wp-block-columns,
.wp-block-column > * + .wp-bootstrap-blocks-row,
.main__content [class*=col-] > * + .wp-block-columns,
.main__content [class*=col-] > * + .wp-bootstrap-blocks-row,
.inner-blocks > * + .wp-block-columns,
.inner-blocks > * + .wp-bootstrap-blocks-row {
  margin-top: 0;
}
.wp-block-column figure.wp-block-image,
.wp-block-column div.wp-block-image,
.main__content [class*=col-] figure.wp-block-image,
.main__content [class*=col-] div.wp-block-image,
.inner-blocks figure.wp-block-image,
.inner-blocks div.wp-block-image {
  position: relative;
  margin-top: 1rem;
}
.wp-block-column figure.wp-block-image:first-child,
.wp-block-column div.wp-block-image:first-child,
.main__content [class*=col-] figure.wp-block-image:first-child,
.main__content [class*=col-] div.wp-block-image:first-child,
.inner-blocks figure.wp-block-image:first-child,
.inner-blocks div.wp-block-image:first-child {
  margin-top: 0;
}
.wp-block-column > :last-child:not(.closing-picture, .block__pagination),
.main__content [class*=col-] > :last-child:not(.closing-picture, .block__pagination),
.inner-blocks > :last-child:not(.closing-picture, .block__pagination) {
  margin-bottom: 0;
}

.main__content > .wp-block-group.has-background,
.main__content .child-page-container > .wp-block-group.has-background {
  padding-top: calc(1.575rem + 3.9vw);
  padding-bottom: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .main__content > .wp-block-group.has-background,
  .main__content .child-page-container > .wp-block-group.has-background {
    padding-top: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .main__content > .wp-block-group.has-background,
  .main__content .child-page-container > .wp-block-group.has-background {
    padding-bottom: 4.5rem;
  }
}

.main__content > hr {
  margin-top: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .main__content > hr {
    margin-top: 4.5rem;
  }
}

.main__content .grids-section,
.main__content .child-page-container .grids-section {
  margin-bottom: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .main__content .grids-section,
  .main__content .child-page-container .grids-section {
    margin-bottom: 2.25rem;
  }
}
.main__content .grids-section .grids-s-w_i,
.main__content .child-page-container .grids-section .grids-s-w_i {
  margin-top: -1rem;
}
.main__content .grids-section :where(figure),
.main__content .child-page-container .grids-section :where(figure) {
  margin-bottom: 0;
  margin-top: 1rem !important;
}

h2,
.has-h-2-font-size, h1,
.has-h-1-font-size {
  margin: 0;
  font-family: "Cera Stencil Pro";
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

h6,
.has-h-6-font-size, h5,
.has-h-5-font-size, h4,
.has-h-4-font-size, h3,
.has-h-3-font-size {
  margin: 0;
  font-family: "Cera Pro", system-ui, -apple-system, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.has-h-1-font-size {
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  h1,
  .has-h-1-font-size {
    font-size: 3.5rem;
  }
}

h2,
.has-h-2-font-size {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h2,
  .has-h-2-font-size {
    font-size: 2.5rem;
  }
}

h3,
.has-h-3-font-size {
  font-size: calc(1.325rem + 0.9vw) !important;
}
@media (min-width: 1200px) {
  h3,
  .has-h-3-font-size {
    font-size: 2rem !important;
  }
}

h4,
.has-h-4-font-size {
  font-size: calc(1.275rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  h4,
  .has-h-4-font-size {
    font-size: 1.5rem !important;
  }
}

h5,
.has-h-5-font-size {
  font-size: 1.25rem !important;
}

h6,
.has-h-6-font-size {
  font-size: 1rem !important;
}

figcaption {
  font-size: 1rem;
}

p.has-large-font-size {
  font-size: 133% !important;
}

.alignright,
.alignleft {
  flex: 0 0 auto;
  width: 33.33333333%;
}
@media (max-width: 991.98px) {
  .alignright,
  .alignleft {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .alignright,
  .alignleft {
    flex: 0 0 auto;
    width: 100%;
  }
}

.alignright {
  float: right;
  margin-left: var(--tc-gutter-x);
}

.alignleft {
  float: left;
  margin-right: var(--tc-gutter-x);
}

@media screen and (width <= 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  height: 5.6rem;
  border-bottom: 2px solid transparent;
  border-color: #000;
}
@media (max-width: 767.98px) {
  header {
    height: 4rem;
    display: flex;
    align-items: center;
  }
}
.admin-bar header {
  top: 32px;
}
@media (max-width: 767.98px) {
  .admin-bar header {
    top: 46px;
  }
}

.header__col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__col .header__col__right {
  display: flex;
  align-items: center;
  gap: 2.25rem;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .header__col .header__col__right {
    width: auto;
  }
}
.header__col .header__col__right .btn {
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  .header__col .header__col__right .btn {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .header__col .header__col__right .btn {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .header__col .header__col__right .btn svg {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .header__col .header__col__right .btn {
    display: none;
  }
}

.header__logo {
  display: flex;
  padding: 0.75rem 0;
  width: 100%;
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .header__logo {
    padding: 0;
    width: auto;
  }
}
.header__logo a,
.header__logo a img {
  height: calc(5.6rem - 1.5rem);
}
@media (max-width: 767.98px) {
  .header__logo a,
  .header__logo a img {
    height: calc(4rem - 1.5rem);
  }
}

img {
  width: 100%;
  object-position: left top;
}

.header__title {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: calc(1.275rem + 0.3vw);
  font-family: "Cera Stencil Pro";
  font-weight: 700;
}
@media (min-width: 1200px) {
  .header__title {
    font-size: 1.5rem;
  }
}
.header__title a {
  text-decoration: none;
}
.header__title a:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .header__title {
    display: none;
  }
}

.header__col__right .btn {
  background-color: #8c171e;
  border-color: #8c171e;
}
.header__col__right .btn:hover {
  background-color: #d21317;
  border-color: #d21317;
}

#nav-main {
  z-index: 10;
  /* stylelint-disable-next-line no-descending-specificity */
  /*******************************************************************************************************************
    * MOBILE NAV
    *******************************************************************************************************************/
  display: none;
  position: absolute;
  top: 5.6rem;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #8c171e;
  max-height: calc(100vh - 5.6rem);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
#nav-main ul {
  list-style: none;
}
#nav-main ul,
#nav-main ul li {
  margin: 0;
  padding: 0;
}
#nav-main .menu,
#nav-main .menu > ul {
  display: flex;
  align-items: center;
}
#nav-main a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 0.75rem 1.5rem;
}
#nav-main a:hover {
  text-decoration: none;
  color: #fff;
}
#nav-main .current-menu-item > a {
  color: #fff;
  background: transparent;
  font-weight: bold;
}
#nav-main .current-menu-item > a:hover {
  color: #fff;
  background: transparent;
  font-weight: bold;
}
#nav-main .current-menu-ancestor > a {
  color: #fff;
  background: transparent;
  font-weight: bold;
}
#nav-main .current-menu-ancestor > a:hover {
  color: #fff;
  background: transparent;
  font-weight: bold;
}
#nav-main .menu-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#nav-main .menu-item.current-menu-item > a.menu-item-anchor, #nav-main .menu-item.current-menu-parent > a.menu-item-anchor {
  text-decoration: underline;
  text-underline-offset: 0.375rem;
  text-decoration-thickness: 4px;
}
#nav-main .menu-item .menu-item-anchor:hover {
  text-decoration: underline;
  text-underline-offset: 0.375rem;
  text-decoration-thickness: 4px;
  text-decoration-color: #fff;
}
#nav-main .sub-menu > .menu-item:hover {
  text-decoration: underline;
  text-underline-offset: 0.375rem;
  text-decoration-thickness: 4px;
  text-decoration-color: #fff;
}
#nav-main .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
}
@media (max-width: 767.98px) {
  #nav-main .sub-menu {
    min-width: 100%;
  }
}
#nav-main .sub-menu .sub-menu {
  top: 0%;
  left: 100%;
}
#nav-main .menu-item-anchor {
  padding: 0.75rem 1.5rem;
  padding-right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  font-family: "Cera Stencil Pro";
  font-weight: 700;
  text-align: end;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  #nav-main .menu-item-anchor {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  #nav-main .menu-item-anchor {
    font-size: calc(1.275rem + 0.3vw);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: start;
    flex: 1;
  }
}
@media (max-width: 767.98px) and (min-width: 1200px) {
  #nav-main .menu-item-anchor {
    font-size: 1.5rem;
  }
}
#nav-main > .menu > .menu-item > .menu-item-anchor {
  width: 38%;
}
@media (max-width: 1399.98px) {
  #nav-main > .menu > .menu-item > .menu-item-anchor {
    width: 35%;
  }
}
@media (max-width: 991.98px) {
  #nav-main > .menu > .menu-item > .menu-item-anchor {
    width: 45%;
  }
}
@media (max-width: 767.98px) {
  #nav-main > .menu > .menu-item > .menu-item-anchor {
    width: 100%;
  }
}
#nav-main .menu-item-has-children > .menu-item-anchor {
  padding-right: 0;
}
#nav-main .menu-item-has-children > .nav-main__more {
  display: block;
}
#nav-main .menu-item-has-children > .nav-main__more::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  /* stylelint-disable */
  background: url('data:image/svg+xml;utf8,%3csvg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve"%3e %3cpath style="fill:white" d="M4.7,0L3.3,1.4L9,7.1l1.4-1.4L4.7,0z M11.3,6.7l-8,8L4.7,16l8-8L11.3,6.7L11.3,6.7z" /%3e%3c/svg%3e') no-repeat center;
  /* stylelint-enable */
  background-size: contain;
  opacity: 0.4;
  transform: rotate(90deg);
}
.--submenu-active #nav-main .menu-item-has-children > .nav-main__more::before {
  opacity: 1;
}
@media (min-width: 768px) {
  #nav-main .menu-item-has-children > .nav-main__more::before {
    transform: rotate(180deg);
  }
}
#nav-main .menu-item-has-children.--submenu-active > .nav-main__more::before {
  opacity: 1;
}
#nav-main a.nav-main__more {
  display: none;
  padding: 0.75rem 1.5rem 0.75rem 0.75rem;
}
@media (min-width: 768px) {
  #nav-main .sub-menu .menu-item-has-children > .nav-main__more::before {
    transform: rotate(-90deg);
  }
}
#nav-main::before {
  content: "";
  background-color: #8c171e;
}
@media (max-width: 767.98px) {
  #nav-main {
    top: 4rem;
    overflow-y: auto;
    max-height: calc(100vh - 4rem);
  }
}
#nav-main.-toggled {
  display: flex;
  height: auto;
  justify-content: center;
}
.admin-bar #nav-main.-toggled {
  height: auto;
}
@media (max-width: 767.98px) {
  #nav-main.-toggled {
    height: calc(100vh - 4rem);
  }
  .admin-bar #nav-main.-toggled {
    height: calc(100vh - 46px - 4rem);
  }
}
#nav-main .menu {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: fit-content;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: calc(var(--tc-gutter-x) * 0.5);
  padding-right: calc(var(--tc-gutter-x) * 0.5);
  transition: all 0.35s ease;
}
#nav-main .sub-menu {
  position: static;
  padding-left: 0.75rem;
}
@media (min-width: 768px) {
  #nav-main .sub-menu {
    flex: 1;
    position: absolute;
    padding-right: 1rem;
    padding-left: 0;
    left: 0;
    top: 0;
    text-align: right;
    z-index: 100;
    width: calc(50% - 16px - 0.75rem - 1.5rem);
    margin-top: 2.35rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  #nav-main .sub-menu {
    width: calc(60% - 16px - 0.75rem - 1.5rem);
  }
}
@media (min-width: 1400px) {
  #nav-main .sub-menu {
    width: calc(55% - 16px - 0.75rem - 1.5rem);
  }
}
#nav-main .sub-menu > .menu-item > .menu-item-anchor {
  font-size: calc(1.325rem + 0.9vw);
  font-family: "Cera Pro", system-ui, -apple-system, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
}
@media (min-width: 1200px) {
  #nav-main .sub-menu > .menu-item > .menu-item-anchor {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  #nav-main .sub-menu > .menu-item > .menu-item-anchor {
    font-size: 1.25rem;
  }
}
#nav-main .sub-menu .sub-menu {
  padding-left: 1rem;
}
#nav-main .menu-item {
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 768px) {
  #nav-main .menu-item {
    flex-direction: row-reverse;
    position: unset;
    padding-right: 0.75rem;
  }
}

/***********************************************************************************************************************
* NAV TOGGLE
***********************************************************************************************************************/
#nav-main__toggle {
  width: 48px;
  height: 48px;
  padding: 0.75rem 0.5rem;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  display: flex;
}

.nav-main__toggle__bar {
  height: 3px;
  background-color: black;
  width: 100%;
  transition: all 0.35s ease;
}
.-nav-toggled .nav-main__toggle__bar:first-child {
  transform: translateY(0.75rem) rotate(-45deg);
}
.-nav-toggled .nav-main__toggle__bar:nth-child(2) {
  transform: scaleX(0);
}
.-nav-toggled .nav-main__toggle__bar:last-child {
  transform: translateY(calc(0.75rem * -1 + 3px)) rotate(45deg);
}

.separated .menu-item-anchor:before {
  content: "";
  width: 75%;
  height: 2px;
  background-color: white;
  margin-top: 0.75rem;
  margin-bottom: 1.75rem;
}
@media (max-width: 767.98px) {
  .separated .menu-item-anchor:before {
    width: calc(100% - 1.5rem);
    margin-top: 1rem;
  }
}

footer {
  overflow: hidden;
  font-size: 1rem;
  background-color: #ececec;
  color: #000;
  z-index: 9;
  border-top: 2px solid transparent;
  border-color: #000;
  margin-top: 0;
}
footer:has(#BorlabsDialogBackdrop) {
  z-index: 10;
}

.footer__wrapper {
  --tc-gutter-x: 1.5rem;
  --tc-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--tc-gutter-y));
  margin-right: calc(-0.5 * var(--tc-gutter-x));
  margin-left: calc(-0.5 * var(--tc-gutter-x));
  padding-top: 0.75rem;
  padding-bottom: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .footer__wrapper {
    padding-bottom: 2.25rem;
  }
}

.footer__content {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--tc-gutter-x) * 0.5);
  padding-left: calc(var(--tc-gutter-x) * 0.5);
  margin-top: var(--tc-gutter-y);
  flex: 0 0 auto;
  width: 33.33333333%;
  margin-top: 1.5rem;
}
@media (max-width: 767.98px) {
  .footer__content {
    flex: 0 0 auto;
    width: 100%;
  }
}

.footer__social-media {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--tc-gutter-x) * 0.5);
  padding-left: calc(var(--tc-gutter-x) * 0.5);
  margin-top: var(--tc-gutter-y);
  flex: 0 0 auto;
  width: 25%;
  margin-top: 1.5rem;
}
@media (max-width: 767.98px) {
  .footer__social-media {
    flex: 0 0 auto;
    width: 100%;
  }
}
.footer__social-media .social-media-presence__item:hover {
  color: #fff;
  background-color: #000;
}
.footer__social-media .footer__more-annual-reports {
  margin-top: 1rem;
  display: block;
}

.footer__nav {
  /* stylelint-disable-next-line no-descending-specificity */
  flex: 0 0 auto;
  width: 41.66666667%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  top: 0.75rem;
}
.footer__nav ul {
  list-style: none;
}
.footer__nav ul,
.footer__nav ul li {
  margin: 0;
  padding: 0;
}
.footer__nav .menu,
.footer__nav .menu > ul {
  display: flex;
  align-items: center;
}
.footer__nav a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 0.75rem 1.5rem;
}
.footer__nav a:hover {
  text-decoration: none;
  color: #fff;
}
.footer__nav .current-menu-item > a {
  color: #fff;
  background: transparent;
  font-weight: bold;
}
.footer__nav .current-menu-item > a:hover {
  color: #fff;
  background: transparent;
  font-weight: bold;
}
.footer__nav .current-menu-ancestor > a {
  color: #fff;
  background: transparent;
  font-weight: bold;
}
.footer__nav .current-menu-ancestor > a:hover {
  color: #fff;
  background: transparent;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .footer__nav {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
@media (max-width: 991.98px) {
  .footer__nav .footer__logo__wrapper a {
    padding: 0 calc(var(--tc-gutter-x) * 0.5) 0 calc(var(--tc-gutter-x) * 0.5);
  }
}
.footer__nav .menu {
  flex-wrap: wrap;
}
.footer__nav .menu-item a {
  color: #000;
  padding: 0.75rem;
}
.footer__nav .menu-item a:hover {
  color: #000;
  text-decoration: underline;
}

html {
  min-height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 5.6rem);
}

main {
  flex: 1;
}

.social-media-presence {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.375rem;
}

.social-media-presence__item {
  display: flex;
  padding: 0.375rem;
  align-items: center;
  background-color: #d21317;
  color: #fff;
  border-radius: 100%;
  aspect-ratio: 1;
  justify-content: center;
}
.social-media-presence__item svg {
  width: 1.5rem;
  height: 1.5rem;
}

.social-media-sharing {
  display: flex;
  align-items: center;
}

.social-media-sharing__item {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 4px;
}
.social-media-sharing__item svg {
  width: 100%;
  height: 100%;
}

.arrow-scroll-up {
  height: 2.25rem;
  width: 2.25rem;
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 10;
  background: #ececec;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem;
}
.arrow-scroll-up .icon svg {
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
  color: #d21317;
  fill: #d21317;
  display: flex;
  align-items: center;
}

.aside__disruptor {
  transition: all 0.35s ease;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(calc(100% - 43px));
  background: #ececec;
  display: flex;
  align-items: center;
  z-index: 10;
}
.aside__disruptor.-open {
  transform: translateY(-50%) translateX(0);
}

.aside__disruptor__title {
  cursor: pointer;
  padding: 0.75rem;
  writing-mode: vertical-rl;
}
.aside__disruptor__title h6 {
  margin: 0;
}

.aside__disruptor__content {
  padding: 0.75rem;
  max-width: 300px;
  border-left: 1px solid #000;
}

.search__search__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--tc-gutter-x) * 0.5);
  padding-left: calc(var(--tc-gutter-x) * 0.5);
  margin-top: var(--tc-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}

.header__search {
  position: relative;
}

.search__form {
  display: flex;
  align-items: stretch;
}
.search__form input {
  flex: 1;
}

header .search__form {
  display: none;
  position: absolute;
  right: 0;
}

.header__search__icon {
  display: block;
  padding: 0.75rem 1.5rem;
}

.search__form__button {
  order: 1;
}

.header__search__icon svg,
.search__form__button svg {
  width: 24px;
  height: 24px;
}

.search__form__clear svg {
  width: 16px;
  height: 16px;
}

.blog__row {
  --tc-gutter-x: 1.5rem;
  --tc-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--tc-gutter-y));
  margin-right: calc(-0.5 * var(--tc-gutter-x));
  margin-left: calc(-0.5 * var(--tc-gutter-x));
  width: 100%;
}

.blog__title__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--tc-gutter-x) * 0.5);
  padding-left: calc(var(--tc-gutter-x) * 0.5);
  margin-top: var(--tc-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}

.blog__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--tc-gutter-x) * 0.5);
  padding-left: calc(var(--tc-gutter-x) * 0.5);
  margin-top: var(--tc-gutter-y);
  flex: 0 0 auto;
  width: 33.33333333%;
  margin-top: 1.5rem;
}

.blog__pagination__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--tc-gutter-x) * 0.5);
  padding-left: calc(var(--tc-gutter-x) * 0.5);
  margin-top: var(--tc-gutter-y);
  flex: 0 0 auto;
  width: 100%;
  margin-top: 2.25rem;
}

.archive__row {
  --tc-gutter-x: 1.5rem;
  --tc-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--tc-gutter-y));
  margin-right: calc(-0.5 * var(--tc-gutter-x));
  margin-left: calc(-0.5 * var(--tc-gutter-x));
  width: 100%;
}

.archive__title__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--tc-gutter-x) * 0.5);
  padding-left: calc(var(--tc-gutter-x) * 0.5);
  margin-top: var(--tc-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}

.archive__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--tc-gutter-x) * 0.5);
  padding-left: calc(var(--tc-gutter-x) * 0.5);
  margin-top: var(--tc-gutter-y);
  flex: 0 0 auto;
  width: 33.33333333%;
  margin-top: 1.5rem;
}

.archive__pagination__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--tc-gutter-x) * 0.5);
  padding-left: calc(var(--tc-gutter-x) * 0.5);
  margin-top: var(--tc-gutter-y);
  flex: 0 0 auto;
  width: 100%;
  margin-top: 2.25rem;
}

.child-pages-slider {
  position: sticky !important;
  z-index: 2;
  top: 5.6rem;
}
@media (max-width: 767.98px) {
  .child-pages-slider {
    top: 4rem;
  }
}
.child-pages-slider::before {
  content: "";
  background-color: #ececec;
  position: absolute;
  inset: 0;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: auto;
  max-width: 100vw !important;
}
.child-pages-slider .swiper {
  padding: 2.25rem 0;
  margin-bottom: 0;
}
.child-pages-slider .swiper.slider--show-arrows .swiper-slide > * {
  margin-left: 0;
  margin-right: 0;
}
.child-pages-slider .swiper-wrapper .swiper-slide {
  padding-top: 0;
  display: flex;
  justify-content: center;
}
.child-pages-slider .swiper-wrapper .swiper-slide:first-child {
  margin-left: auto;
}
.child-pages-slider .swiper-wrapper .swiper-slide:last-child {
  margin-right: auto;
}
.child-pages-slider .swiper-pagination {
  display: none;
}
.child-pages-slider .swiper-button-next,
.child-pages-slider .swiper-button-prev {
  border: none;
  background-color: transparent;
}
.child-pages-slider .swiper-button-next::after,
.child-pages-slider .swiper-button-prev::after {
  position: relative;
}
.child-pages-slider .swiper-button-next {
  justify-content: flex-end;
  right: 10px;
}
.child-pages-slider .swiper-button-prev {
  justify-content: flex-start;
  left: 10px;
}
.child-pages-slider .children-pages__nav-link {
  text-decoration: none;
  overflow-x: clip;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  text-align: center;
  font-size: 1rem;
}
.child-pages-slider .children-pages__nav-link.active, .child-pages-slider .children-pages__nav-link:hover {
  color: #d21317;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 10px;
}
.child-pages-slider .children-pages__nav-link:hover {
  color: #000;
}
.child-pages-slider .swiper.slider--show-arrows .swiper-slide > * {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
@media (min-width: 992px) {
  .child-pages-slider .swiper.slider--show-arrows .swiper-slide > * {
    padding-left: 0;
    padding-right: 0;
  }
}

.block__keyvisual + .wp-block-column {
  margin-top: 0;
}

.child-page-container {
  margin-top: 0 !important;
}
.child-page-container .closing-picture {
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  width: auto !important;
  max-width: 100vw;
  position: relative;
  margin-top: calc(1.575rem + 3.9vw);
  height: 2px;
  background-color: #000;
  display: none !important;
}
@media (min-width: 1200px) {
  .child-page-container .closing-picture {
    margin-top: 4.5rem;
  }
}
.child-page-container .closing-picture.-has-closing-picture {
  height: calc(15vh + 15vw);
  background-color: transparent;
}
.child-page-container .closing-picture img {
  position: absolute;
  width: 100vw;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.child-page-container .child-page-section:last-child .closing-picture {
  border-bottom: none;
}

.page-template-page_main-page .main-page__row {
  --tc-gutter-x: 1.5rem;
  --tc-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--tc-gutter-y));
  margin-right: calc(-0.5 * var(--tc-gutter-x));
  margin-left: calc(-0.5 * var(--tc-gutter-x));
  margin-top: calc(-1.35rem - 1.2vw);
}
@media (min-width: 1200px) {
  .page-template-page_main-page .main-page__row {
    margin-top: -2.25rem;
  }
}
.page-template-page_main-page .main-page__group::before {
  border-top: 2px solid transparent;
  border-color: #000;
}
.page-template-page_main-page .main-page__column-1 {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--tc-gutter-x) * 0.5);
  padding-left: calc(var(--tc-gutter-x) * 0.5);
  margin-top: var(--tc-gutter-y);
  flex: 0 0 auto;
  width: 33.33333333%;
  margin-top: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .page-template-page_main-page .main-page__column-1 {
    margin-top: 2.25rem;
  }
}
@media (max-width: 991.98px) {
  .page-template-page_main-page .main-page__column-1 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .page-template-page_main-page .main-page__column-1 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.page-template-page_main-page .main-page__column-2 {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--tc-gutter-x) * 0.5);
  padding-left: calc(var(--tc-gutter-x) * 0.5);
  margin-top: var(--tc-gutter-y);
  flex: 0 0 auto;
  width: 66.66666667%;
  margin-top: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .page-template-page_main-page .main-page__column-2 {
    margin-top: 2.25rem;
  }
}
@media (max-width: 991.98px) {
  .page-template-page_main-page .main-page__column-2 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .page-template-page_main-page .main-page__column-2 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page-template-page_main-page.page-geschaeftsbericht-2025 .main-page__column-2 {
    height: stretch;
  }
  .page-template-page_main-page.page-geschaeftsbericht-2025 .main-page__column-2 .block__video,
  .page-template-page_main-page.page-geschaeftsbericht-2025 .main-page__column-2 .block__responsive-embed__ratio {
    height: 100%;
  }
  .page-template-page_main-page.page-geschaeftsbericht-2025 .main-page__column-2 video {
    object-fit: cover;
  }
}
.page-template-page_main-page .main-page__group:nth-child(odd) .main-page__column-1 {
  order: 2;
}
.page-template-page_main-page .main-page__group:nth-child(odd) .main-page__column-2 {
  order: 1;
}
.page-template-page_main-page .main-page__group:nth-child(even) .main-page__column-1 {
  order: 1;
}
@media (max-width: 767.98px) {
  .page-template-page_main-page .main-page__group:nth-child(even) .main-page__column-1 {
    order: 2;
  }
}
.page-template-page_main-page .main-page__group:nth-child(even) .main-page__column-2 {
  order: 2;
}
@media (max-width: 767.98px) {
  .page-template-page_main-page .main-page__group:nth-child(even) .main-page__column-2 {
    order: 1;
  }
}
.page-template-page_main-page .main__content {
  padding-bottom: 0;
}
.page-template-page_main-page .main__content > .has-background:last-child {
  margin-bottom: 0;
}

.page-template-page_post-overview-page .main__content {
  padding-bottom: 0;
}

.main-page__teasers__row {
  --tc-gutter-x: 1.5rem;
  --tc-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--tc-gutter-y));
  margin-right: calc(-0.5 * var(--tc-gutter-x));
  margin-left: calc(-0.5 * var(--tc-gutter-x));
  position: relative;
  margin-top: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .main-page__teasers__row {
    margin-top: 2.25rem;
  }
}

.main-page__teasers__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--tc-gutter-x) * 0.5);
  padding-left: calc(var(--tc-gutter-x) * 0.5);
  margin-top: var(--tc-gutter-y);
  flex: 0 0 auto;
  width: 33.33333333%;
  position: relative;
  margin-top: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .main-page__teasers__col {
    margin-top: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .main-page__teasers__col {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .main-page__teasers__col {
    flex: 0 0 auto;
    width: 100%;
  }
}

.wp-bootstrap-blocks-row [class*=col-] .block__teaser:only-child,
.wp-bootstrap-blocks-row [class*=col-] .block__teaser__wrapper,
.main-page__teasers__col .block__teaser:only-child,
.main-page__teasers__col .block__teaser__wrapper {
  height: 100%;
}
.wp-bootstrap-blocks-row [class*=col-] .block__teaser__content,
.main-page__teasers__col .block__teaser__content {
  display: flex;
  flex-direction: column;
}
.wp-bootstrap-blocks-row [class*=col-] .block__teaser__content p,
.main-page__teasers__col .block__teaser__content p {
  flex: 1;
}

.block__pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.25rem 1.5rem;
}
:not(.wp-block-group.has-background) + .block__pagination {
  margin-top: 4.5rem !important;
}
.wp-block-group.has-background + .block__pagination {
  margin-top: 0 !important;
}
.page-template-default .block__pagination {
  margin-bottom: calc(-1.575rem - 3.9vw);
}
@media (min-width: 1200px) {
  .page-template-default .block__pagination {
    margin-bottom: -4.5rem;
  }
}
.block__pagination::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100vw;
  background-color: #000;
}
.block__pagination::before {
  content: "";
  background-color: #fff;
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  left: -100vw;
  right: -100vw;
  z-index: -2;
}
.block__pagination .pagination_inner-blocks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}
.block__pagination .pagination_inner-blocks .pagination__prev__box,
.block__pagination .pagination_inner-blocks .pagination__next__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block__pagination .pagination_inner-blocks .pagination__link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #000;
  font-size: calc(1.275rem + 0.3vw);
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .block__pagination .pagination_inner-blocks .pagination__link {
    font-size: 1.5rem;
  }
}
.block__pagination .pagination_inner-blocks .pagination__link:last-child {
  text-align: right;
}
@media (max-width: 767.98px) {
  .block__pagination .pagination_inner-blocks .pagination__link {
    font-size: 1rem;
  }
}
.block__pagination .pagination_inner-blocks .arrow__next-link,
.block__pagination .pagination_inner-blocks .arrow__prev-link {
  height: calc(1.275rem + 0.3vw);
  width: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .block__pagination .pagination_inner-blocks .arrow__next-link,
  .block__pagination .pagination_inner-blocks .arrow__prev-link {
    height: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .block__pagination .pagination_inner-blocks .arrow__next-link,
  .block__pagination .pagination_inner-blocks .arrow__prev-link {
    width: 1.5rem;
  }
}
.block__pagination .pagination_inner-blocks .arrow__next-link::after,
.block__pagination .pagination_inner-blocks .arrow__prev-link::after {
  content: "";
  display: flex;
  align-self: center;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.block__pagination .pagination_inner-blocks .arrow__next-link::after {
  /* stylelint-disable */
  mask-image: url('data:image/svg+xml;utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve"%3e %3cpath style="fill:currentColor" d="M4.7,0L3.3,1.4L9,7.1l1.4-1.4L4.7,0z M11.3,6.7l-8,8L4.7,16l8-8L11.3,6.7L11.3,6.7z"/%3e%3c/svg%3e');
  /* stylelint-enable */
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.block__pagination .pagination_inner-blocks .arrow__prev-link::after {
  /* stylelint-disable */
  mask-image: url('data:image/svg+xml;utf8,%3csvg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve"%3e %3cpath style="fill:currentColor;" d="M5.6,5.7L7,7.1l5.7-5.7L11.3,0L5.6,5.7z M4.7,6.6L3.3,8l8,8l1.4-1.4L4.7,6.6L4.7,6.6z"/%3e%3c/svg%3e');
  /* stylelint-enable */
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

.wp-block-group {
  z-index: 0;
}
.wp-block-group.is-layout-flex {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-group.is-layout-flex.is-nowrap {
  flex-wrap: nowrap;
}
.wp-block-group.is-layout-flex:not(.is-vertical) {
  gap: var(--tc-gutter-x);
}
@media (max-width: 767.98px) {
  .wp-block-group.is-layout-flex:not(.is-vertical) {
    flex-direction: column;
  }
}
.wp-block-group.is-layout-flex:not(.is-vertical) > * {
  margin-top: 0;
}

.icon {
  display: inline-block;
  margin: 0.5rem 0.25rem;
}

.icon--img,
.icon--svg svg {
  width: auto;
  height: 2.5rem;
}

.block__keyvisual {
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: auto;
  max-width: 100vw !important;
  max-height: calc(100vh - 250px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid #000;
}
.block__keyvisual.block__keyvisual--has-background {
  height: min(100vh - 5.6rem, 32vw + 18vh);
}
@media (max-width: 767.98px) {
  .block__keyvisual.block__keyvisual--has-background {
    height: unset;
  }
}
.block__keyvisual h1 {
  font-size: max(3.4042351996vw + 1.8817855686vh, 2.5rem);
}
@media (max-width: 767.98px) {
  .block__keyvisual h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (max-width: 767.98px) and (min-width: 1200px) {
  .block__keyvisual h1 {
    font-size: 2.5rem;
  }
}
.block__keyvisual h2 {
  font-size: max(3.4042351996vw + 1.8817855686vh, 2.5rem);
}
.wp-admin .block__keyvisual .block-editor-inner-blocks,
.wp-admin .block__keyvisual .block-editor-block-list__layout,
.wp-admin .block__keyvisual .wp-block-group {
  height: 100%;
}

.keyvisual__headline {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  border-color: #000;
  padding: 0.75rem 0;
}
.keyvisual__headline h1 {
  text-align: center;
}

.page-template-default .keyvisual__headline {
  border-bottom: 0;
}

.keyvisual__page-title {
  display: none;
  align-items: center;
  border-bottom: 2px solid transparent;
  border-color: #000;
  padding: 0.375rem 0;
  width: 100%;
  justify-content: center;
  font-size: calc(1.275rem + 0.3vw);
  font-family: "Cera Stencil Pro";
  font-weight: 700;
}
@media (min-width: 1200px) {
  .keyvisual__page-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .keyvisual__page-title {
    display: flex;
  }
}
.keyvisual__page-title a {
  text-decoration: none;
  text-align: center;
}
.keyvisual__page-title a:hover {
  text-decoration: underline;
}

.keyvisual__background {
  z-index: -1;
  position: relative;
  flex-grow: 1;
  width: 100%;
  height: 100%;
}
.wp-admin .keyvisual__background {
  z-index: 0;
}
.keyvisual__background img,
.keyvisual__background video {
  width: 100%;
  height: 100%;
  object-position: 50% 40%;
}
.higher-image-position .keyvisual__background img,
.higher-image-position .keyvisual__background video {
  object-position: 50% 15%;
}
.higher-center-image-position .keyvisual__background img,
.higher-center-image-position .keyvisual__background video {
  object-position: 50% 30%;
}
.lower-center-image-position .keyvisual__background img,
.lower-center-image-position .keyvisual__background video {
  object-position: 50% 60%;
}
.lower-image-position .keyvisual__background img,
.lower-image-position .keyvisual__background video {
  object-position: 50% 75%;
}
.keyvisual__background img {
  position: absolute;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .keyvisual__background {
    aspect-ratio: 16/9;
  }
}
.keyvisual__background .video-container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .keyvisual__background .video-container {
    position: relative;
    left: 0;
    transform: none;
  }
}
.keyvisual__background .video-container video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .keyvisual__background .video-container video {
    object-fit: cover;
    aspect-ratio: 16/9;
    height: unset;
  }
}

.keyvisual__video__fullscreen {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.keyvisual__video__fullscreen svg {
  fill: #d21317;
  width: 2.5rem;
  height: 2.5rem;
}

.main__content > .block__keyvisual + div.wp-block-group.has-background {
  margin-top: 0;
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block__responsive-embed__description {
  margin-top: 0.75rem;
}

/**
 * Swiper 9.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 10, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  /*ADD_HOST*/
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper.slider--show-dots .swiper-button-next,
.swiper.slider--show-dots .swiper-button-prev {
  top: calc(50% - 1.5rem);
}

.swiper-slide {
  height: auto;
}

.swiper-container {
  padding-bottom: 1.5rem;
}

.swiper-pagination-bullet {
  overflow: hidden;
  margin: 0.375rem;
  text-indent: 1000px;
  white-space: nowrap;
  border-radius: 100%;
  border: 1px solid transparent;
  border-color: #ececec;
  background-color: #ececec;
  opacity: 1;
  height: 0.75rem;
  width: 0.75rem;
}
.has-grey-background-color .swiper-pagination-bullet:not(.current) {
  border-color: #d21317;
}
.swiper-pagination-bullet:hover {
  background-color: #000;
  opacity: 1;
}

.swiper-pagination-bullet.current {
  background-color: #d21317;
  opacity: 1;
  border-color: #d21317;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  padding-top: 2.25rem;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #fff;
  width: 2.25rem;
  height: 2.25rem;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  display: flex;
  align-self: center;
  height: calc(1.275rem + 0.3vw);
  aspect-ratio: 16/20;
}
@media (min-width: 1200px) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    height: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .swiper-button-next {
    right: 0;
  }
  .swiper-button-prev {
    left: 0;
  }
}
.swiper-button-next::after {
  /* stylelint-disable */
  background: url('data:image/svg+xml;utf8,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve"%3e %3cpath style="fill:currentColor" d="M4.7,0L3.3,1.4L9,7.1l1.4-1.4L4.7,0z M11.3,6.7l-8,8L4.7,16l8-8L11.3,6.7L11.3,6.7z"/%3e%3c/svg%3e');
  /* stylelint-enable */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-prev::after {
  /* stylelint-disable */
  background: url('data:image/svg+xml;utf8,%3csvg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve"%3e %3cpath style="fill:currentColor;" d="M5.6,5.7L7,7.1l5.7-5.7L11.3,0L5.6,5.7z M4.7,6.6L3.3,8l8,8l1.4-1.4L4.7,6.6L4.7,6.6z"/%3e%3c/svg%3e');
  /* stylelint-enable */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-slide .wp-block-image img {
  width: 100%;
}

@media (max-width: 767.98px) {
  *:not(.child-pages-slider) > .swiper .swiper-controls-wrapper {
    display: flex;
    align-items: center;
    margin-top: 1rem;
  }
  *:not(.child-pages-slider) > .swiper .swiper-button-prev,
  *:not(.child-pages-slider) > .swiper .swiper-button-next {
    position: relative;
    margin-top: 0;
  }
  *:not(.child-pages-slider) > .swiper .swiper-button-next {
    order: 3;
  }
  *:not(.child-pages-slider) > .swiper .swiper-pagination {
    position: unset;
    padding-top: 0;
  }
}

.block__short-fact {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.block__short-fact.short-fact__layout--vertical {
  flex-direction: column;
}
.block__short-fact .short-fact__left-col .short-fact__icon {
  display: flex;
  justify-content: center;
  width: 5rem;
  height: 5rem;
}
.block__short-fact .short-fact__left-col .short-fact__icon .icon {
  height: 100%;
  margin: 0;
}
.block__short-fact .short-fact__left-col .short-fact__icon .icon svg {
  height: 100%;
  color: #d21317;
  fill: #d21317 !important;
}
@media (max-width: 575.98px) {
  .block__short-fact .short-fact__left-col .short-fact__icon {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media (max-width: 575.98px) {
  .block__short-fact {
    gap: 1rem;
  }
}

.short-fact__layout--vertical .short-fact__right-col {
  text-align: center;
}

.short-fact__big-number {
  font-size: calc(1.625rem + 4.5vw);
  line-height: calc(1.625rem + 4.5vw);
  align-items: center;
  margin-right: 0.75rem;
  font-family: "Cera Stencil Pro";
  font-weight: 700;
  color: #000;
  word-break: keep-all;
}
@media (min-width: 1200px) {
  .short-fact__big-number {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .short-fact__big-number {
    line-height: 5rem;
  }
}
.short-fact__layout--vertical .short-fact__big-number {
  margin-right: 0;
}

.short-fact__content {
  margin: 0;
  font-family: "Cera Pro", system-ui, -apple-system, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #000;
}

.short-fact__headline {
  font-size: calc(1.275rem + 0.3vw);
  flex-wrap: wrap;
  font-weight: 700;
  line-height: 1.2;
  word-break: break-word;
}
@media (min-width: 1200px) {
  .short-fact__headline {
    font-size: 1.5rem;
  }
}
.short-fact__layout--vertical .short-fact__headline {
  width: auto;
}

.short-fact__link {
  margin-top: 0.375rem;
}

.block__spacer {
  margin: 0 !important;
  width: 100% !important;
}
.block__spacer.block__spacer--small {
  height: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .block__spacer.block__spacer--small {
    height: 1.5rem;
  }
}
.block__spacer.block__spacer--medium {
  height: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .block__spacer.block__spacer--medium {
    height: 2.25rem;
  }
}
.block__spacer.block__spacer--large {
  height: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .block__spacer.block__spacer--large {
    height: 3rem;
  }
}
.block__spacer.block__spacer--extra-large {
  height: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .block__spacer.block__spacer--extra-large {
    height: 4.5rem;
  }
}

.block__text-columns .inner-blocks {
  column-count: 2;
  column-gap: var(--tc-gutter-x);
}
@media (max-width: 767.98px) {
  .block__text-columns .inner-blocks {
    column-count: 2 !important;
  }
}
@media (max-width: 767.98px) {
  .block__text-columns .inner-blocks {
    column-count: 1 !important;
  }
}

.block__card__wrapper,
.block__teaser__wrapper {
  display: flex;
}

.block__card.block__card--image-top .block__card__image,
.block__card.block__card--image-top .block__teaser__image, .block__card.block__teaser--image-top .block__card__image,
.block__card.block__teaser--image-top .block__teaser__image,
.block__teaser.block__card--image-top .block__card__image,
.block__teaser.block__card--image-top .block__teaser__image,
.block__teaser.block__teaser--image-top .block__card__image,
.block__teaser.block__teaser--image-top .block__teaser__image {
  width: 100%;
}
.block__card.block__card--image-top .block__card__image img,
.block__card.block__card--image-top .block__teaser__image img, .block__card.block__teaser--image-top .block__card__image img,
.block__card.block__teaser--image-top .block__teaser__image img,
.block__teaser.block__card--image-top .block__card__image img,
.block__teaser.block__card--image-top .block__teaser__image img,
.block__teaser.block__teaser--image-top .block__card__image img,
.block__teaser.block__teaser--image-top .block__teaser__image img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.block__card.block__card--image-top .block__card__wrapper,
.block__card.block__card--image-top .block__teaser__wrapper, .block__card.block__teaser--image-top .block__card__wrapper,
.block__card.block__teaser--image-top .block__teaser__wrapper,
.block__teaser.block__card--image-top .block__card__wrapper,
.block__teaser.block__card--image-top .block__teaser__wrapper,
.block__teaser.block__teaser--image-top .block__card__wrapper,
.block__teaser.block__teaser--image-top .block__teaser__wrapper {
  flex-direction: column;
  overflow: hidden;
}
.block__card.block__card--image-left .block__card__image,
.block__card.block__card--image-left .block__teaser__image, .block__card.block__teaser--image-left .block__card__image,
.block__card.block__teaser--image-left .block__teaser__image,
.block__teaser.block__card--image-left .block__card__image,
.block__teaser.block__card--image-left .block__teaser__image,
.block__teaser.block__teaser--image-left .block__card__image,
.block__teaser.block__teaser--image-left .block__teaser__image {
  flex: 1;
  display: flex;
}
.block__card.block__card--image-left .block__card__image img,
.block__card.block__card--image-left .block__teaser__image img, .block__card.block__teaser--image-left .block__card__image img,
.block__card.block__teaser--image-left .block__teaser__image img,
.block__teaser.block__card--image-left .block__card__image img,
.block__teaser.block__card--image-left .block__teaser__image img,
.block__teaser.block__teaser--image-left .block__card__image img,
.block__teaser.block__teaser--image-left .block__teaser__image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  flex: 1;
}
.block__card .block__card__wrapper,
.block__card .block__teaser__wrapper,
.block__teaser .block__card__wrapper,
.block__teaser .block__teaser__wrapper {
  overflow: hidden;
}
.block__card.block__card--image-right .block__card__image,
.block__card.block__card--image-right .block__teaser__image, .block__card.block__teaser--image-right .block__card__image,
.block__card.block__teaser--image-right .block__teaser__image,
.block__teaser.block__card--image-right .block__card__image,
.block__teaser.block__card--image-right .block__teaser__image,
.block__teaser.block__teaser--image-right .block__card__image,
.block__teaser.block__teaser--image-right .block__teaser__image {
  order: 2;
  flex: 1;
  display: flex;
}
.block__card.block__card--image-right .block__card__image img,
.block__card.block__card--image-right .block__teaser__image img, .block__card.block__teaser--image-right .block__card__image img,
.block__card.block__teaser--image-right .block__teaser__image img,
.block__teaser.block__card--image-right .block__card__image img,
.block__teaser.block__card--image-right .block__teaser__image img,
.block__teaser.block__teaser--image-right .block__card__image img,
.block__teaser.block__teaser--image-right .block__teaser__image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  flex: 1;
}
.block__card .block__card__wrapper,
.block__card .block__teaser__wrapper,
.block__teaser .block__card__wrapper,
.block__teaser .block__teaser__wrapper {
  overflow: hidden;
}
.block__card.block__card--style-clean .block__card__wrapper.has-white-background-color,
.block__card.block__card--style-clean .block__teaser__wrapper.has-white-background-color, .block__card.block__teaser--style-clean .block__card__wrapper.has-white-background-color,
.block__card.block__teaser--style-clean .block__teaser__wrapper.has-white-background-color,
.block__teaser.block__card--style-clean .block__card__wrapper.has-white-background-color,
.block__teaser.block__card--style-clean .block__teaser__wrapper.has-white-background-color,
.block__teaser.block__teaser--style-clean .block__card__wrapper.has-white-background-color,
.block__teaser.block__teaser--style-clean .block__teaser__wrapper.has-white-background-color {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.block__card.block__card--style-border .block__card__wrapper,
.block__card.block__card--style-border .block__teaser__wrapper, .block__card.block__teaser--style-border .block__card__wrapper,
.block__card.block__teaser--style-border .block__teaser__wrapper,
.block__teaser.block__card--style-border .block__card__wrapper,
.block__teaser.block__card--style-border .block__teaser__wrapper,
.block__teaser.block__teaser--style-border .block__card__wrapper,
.block__teaser.block__teaser--style-border .block__teaser__wrapper {
  border: 2px solid #d21317;
}

.block__card__content,
.block__teaser__content {
  padding-top: calc(1.35rem + 1.2vw);
  padding-right: calc(1.425rem + 2.1vw);
  padding-bottom: calc(1.35rem + 1.2vw);
  padding-left: calc(1.425rem + 2.1vw);
  flex: 1;
}
@media (min-width: 1200px) {
  .block__card__content,
  .block__teaser__content {
    padding-top: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .block__card__content,
  .block__teaser__content {
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .block__card__content,
  .block__teaser__content {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .block__card__content,
  .block__teaser__content {
    padding-left: 3rem;
  }
}

.--same-height .block__card,
.--same-height .block__card__wrapper {
  height: 100%;
}

.block__card__content {
  max-width: 100%;
}
.block__card__content:has(.block__short-fact) {
  container: card-content/inline-size;
}
.block__card__content .block__short-fact {
  margin: 0 -1rem;
}
@container card-content (width < 280px) {
  .block__card__content .short-fact__big-number {
    font-size: calc(1.525rem + 3.3vw);
  }
  @media (min-width: 1200px) {
    .block__card__content .short-fact__big-number {
      font-size: 4rem;
    }
  }
}

.block__card.--short-fact-style .short-fact__big-number + p {
  margin-top: 0.75rem;
}

.block__teaser__image img {
  display: block;
}

.block__teaser .has-grey-background-color .btn--secondary {
  color: #fff;
}

.block__teaser__content {
  border: 2px solid #000;
}

.block__teaser:not(.has-white-background-color, .has--background-color) .block__teaser__content {
  border: none;
}
.block__teaser:not(.has-white-background-color, .has--background-color) .button__link a {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.block__teaser:not(.has-white-background-color, .has--background-color) .button__link a svg {
  fill: #d21317;
  color: #d21317;
}
.block__teaser:not(.has-white-background-color, .has--background-color) .button__link a:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.block__teaser:not(.has-white-background-color, .has--background-color) .button__link a:hover svg {
  fill: #fff;
  color: #fff;
}

.btn {
  padding: 0.375rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 0;
  font-size: 1.25rem;
  line-height: 1.5;
  transition: all 0.35s ease;
  display: inline-flex;
  align-items: center;
}
.btn:hover {
  text-decoration: none;
}
.btn svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-left: 0.75rem;
}

.btn--primary {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn--primary svg {
  fill: #fff;
  color: #fff;
}
.btn--primary:hover {
  background-color: #333333;
  border-color: #333333;
  color: #fff;
}
.btn--primary.btn--ghost {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.btn--primary.btn--ghost svg {
  fill: #d21317;
  color: #d21317;
}
.btn--primary.btn--ghost:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn--primary.btn--ghost:hover svg {
  fill: #fff;
  color: #fff;
}

.btn--secondary {
  background-color: #d21317;
  border-color: #d21317;
  color: #fff;
}
.btn--secondary:hover {
  background-color: rgb(163.231441048, 14.768558952, 17.8777292576);
  border-color: rgb(163.231441048, 14.768558952, 17.8777292576);
  color: #fff;
}
.btn--secondary.btn--ghost {
  background-color: transparent;
  border-color: transparent;
  color: #000;
  padding-left: 0;
  padding-right: 0;
}
.btn--secondary.btn--ghost svg {
  fill: #d21317;
  color: #d21317;
}
.btn--secondary.btn--ghost:hover {
  background-color: transparent;
  border-color: transparent;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.btn--secondary.btn--ghost:hover svg {
  fill: #d21317;
  color: #d21317;
}

.block__icon--size-xs svg {
  height: 0.375rem;
  width: 0.375rem;
}

.block__icon--size-sm svg {
  height: 0.75rem;
  width: 0.75rem;
}

.block__icon--size-md svg {
  height: 1.5rem;
  width: 1.5rem;
}

.block__icon--size-lg svg {
  height: 2.25rem;
  width: 2.25rem;
}

.block__icon--size-xl svg {
  height: 3rem;
  width: 3rem;
}

.block__icon--size-xxl svg {
  height: 4.5rem;
  width: 4.5rem;
}

.block__quote {
  margin-top: calc(1.35rem + 1.2vw);
  margin-bottom: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .block__quote {
    margin-top: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .block__quote {
    margin-bottom: 2.25rem;
  }
}
.block__quote .block__quote__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}
@media (max-width: 575.98px) {
  .block__quote .block__quote__wrapper {
    flex-direction: column;
  }
}
.block__quote .block__quote__wrapper .block__quote__inner-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 0.375rem;
}
.block__quote .block__quote__person {
  padding-top: 0.75rem;
}
.block__quote .block__quote__image {
  flex: 0 0 256px;
}
.block__quote .block__quote__image img {
  display: block;
}
.block__quote .block__quote__quote {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 700;
  hyphenate-limit-chars: 10;
  -webkit-hyphenate-limit-before: 5;
}
@media (min-width: 1200px) {
  .block__quote .block__quote__quote {
    font-size: 2rem;
  }
}
.block__quote .block__quote__author {
  text-transform: uppercase;
  font-weight: 700;
}

.block__question {
  display: flex;
  margin-top: calc(1.35rem + 1.2vw);
  margin-bottom: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .block__question {
    margin-top: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .block__question {
    margin-bottom: 2.25rem;
  }
}

.question__wrapper {
  border: 2px solid #000;
  border-bottom: none;
  padding: 2.25rem 3rem;
  width: 75%;
  position: relative;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .question__wrapper {
    padding: 1.5rem 2.25rem;
    width: 90%;
  }
}

.block__question--alignment-left {
  justify-content: flex-start;
}
.block__question--alignment-left .question__wrapper {
  border-left: none;
}
.block__question--alignment-left .question__wrapper::after {
  content: "";
  position: absolute;
  bottom: 1.5px;
  right: -2px;
  width: 2px;
  background-color: #000;
  height: 1.5rem;
  transform: rotate(-45deg);
  transform-origin: right bottom;
}

.block__question--alignment-right {
  justify-content: flex-end;
}
.block__question--alignment-right .question__wrapper {
  border-right: none;
}
.block__question--alignment-right .question__wrapper::after {
  content: "";
  position: absolute;
  bottom: 1.5px;
  left: -2px;
  width: 2px;
  background-color: #000;
  height: 1.5rem;
  transform: rotate(45deg);
  transform-origin: left bottom;
}

.question__question-number {
  color: #d21317;
}

.post-image__label {
  font-size: 1.25rem;
  font-weight: 100;
  text-transform: uppercase;
}

.post-image__image {
  margin-top: 2.25rem;
}
.post-image__image img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.post-image__lead {
  font-size: calc(1.275rem + 0.3vw);
  margin-top: 2.25rem;
}
@media (min-width: 1200px) {
  .post-image__lead {
    font-size: 1.5rem;
  }
}

.block__video video {
  width: 100%;
  height: 100%;
}

.block__divider {
  border: none;
  height: 2px;
}

.triggercode #BorlabsCookieBox .cookie-box > div > div > div > div._brlbs-flex-center,
.triggercode #BorlabsCookieBox .cookie-preference > div > div > div > div > div > div._brlbs-flex-center {
  flex-direction: column;
}
.triggercode #BorlabsCookieBox .cookie-box > div > div > div > div._brlbs-flex-center .cookie-logo,
.triggercode #BorlabsCookieBox .cookie-preference > div > div > div > div > div > div._brlbs-flex-center .cookie-logo {
  max-width: 100px;
  margin: 0.75rem;
}
.triggercode #BorlabsCookieBox ._brlbs-btn,
.triggercode #BorlabsCookieBox .brlbs-cmpnt-btn {
  padding: 0.375rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 0;
  font-size: 1.25rem;
  line-height: 1.5;
  transition: all 0.35s ease;
  display: inline-flex;
  align-items: center;
  background-color: #d21317;
  border-color: #d21317;
  color: #fff;
  background-color: #d21317 !important;
  color: #fff !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
}
.triggercode #BorlabsCookieBox ._brlbs-btn:hover,
.triggercode #BorlabsCookieBox .brlbs-cmpnt-btn:hover {
  text-decoration: none;
}
.triggercode #BorlabsCookieBox ._brlbs-btn:hover,
.triggercode #BorlabsCookieBox .brlbs-cmpnt-btn:hover {
  background-color: rgb(163.231441048, 14.768558952, 17.8777292576);
  border-color: rgb(163.231441048, 14.768558952, 17.8777292576);
  color: #fff;
}
.triggercode #BorlabsCookieBox ._brlbs-btn:hover,
.triggercode #BorlabsCookieBox .brlbs-cmpnt-btn:hover {
  background-color: #d21317;
  color: #fff !important;
  font-size: 1.25rem !important;
}
.triggercode #BorlabsCookieBox ._brlbs-btn._brlbs-btn-accept-all {
  padding: 0.375rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 0;
  font-size: 1.25rem;
  line-height: 1.5;
  transition: all 0.35s ease;
  display: inline-flex;
  align-items: center;
  background-color: #d21317;
  border-color: #d21317;
  color: #fff;
}
.triggercode #BorlabsCookieBox ._brlbs-btn._brlbs-btn-accept-all:hover {
  text-decoration: none;
}
.triggercode #BorlabsCookieBox ._brlbs-btn._brlbs-btn-accept-all:hover {
  background-color: rgb(163.231441048, 14.768558952, 17.8777292576);
  border-color: rgb(163.231441048, 14.768558952, 17.8777292576);
  color: #fff;
}

.triggercode #BorlabsCookieBox .cookie-logo {
  max-width: none;
  height: 36px;
  width: auto;
  margin-bottom: 1rem;
}

.triggercode #BorlabsCookieBox ._brlbs-flex-center,
.triggercode #BorlabsCookieBox .brlbs-cmpnt-dialog-box-header {
  flex-direction: column;
}

.triggercode .BorlabsCookie .col-sm-10 {
  flex: 0 0 100%;
  max-width: 100%;
}

.triggercode #BorlabsCookieBox .bcac-item p {
  font-size: 1rem;
}

.triggercode #BorlabsCookieBox .brlbs-cmpnt-tab-active,
.triggercode #BorlabsCookieBox .brlbs-cmpnt-tab-inactive:hover {
  background-color: #d21317 !important;
  color: #fff;
  border-color: #d21317 !important;
}

.ratio:has(.brlbs-cmpnt-content-blocker)::before {
  display: none !important;
}

.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-main .brlbs-cmpnt-cb-content .brlbs-cmpnt-cb-provider-toggle {
  color: #000;
  text-decoration: underline;
}
.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-main .brlbs-cmpnt-cb-content .brlbs-cmpnt-cb-provider-toggle:hover {
  color: #000;
  text-decoration: underline;
}
.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-main .brlbs-cmpnt-cb-buttons .brlbs-cmpnt-cb-btn {
  padding: 0.375rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 0;
  font-size: 1.25rem;
  line-height: 1.5;
  transition: all 0.35s ease;
  display: inline-flex;
  align-items: center;
  background-color: #d21317;
  border-color: #d21317;
  color: #fff;
  border-radius: 0 !important;
  background-color: #d21317 !important;
  color: #fff !important;
}
.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-main .brlbs-cmpnt-cb-buttons .brlbs-cmpnt-cb-btn:hover {
  text-decoration: none;
}
.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-main .brlbs-cmpnt-cb-buttons .brlbs-cmpnt-cb-btn:hover {
  background-color: rgb(163.231441048, 14.768558952, 17.8777292576);
  border-color: rgb(163.231441048, 14.768558952, 17.8777292576);
  color: #fff;
}
.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-main .brlbs-cmpnt-cb-buttons .brlbs-cmpnt-cb-btn:hover {
  background-color: rgb(163.231441048, 14.768558952, 17.8777292576) !important;
  border-color: rgb(163.231441048, 14.768558952, 17.8777292576) !important;
  color: #fff !important;
}

body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker {
  aspect-ratio: 16/9;
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/custom/CeraPro-Bold.eot") format("eot"), url("../fonts/custom/CeraPro-Bold.woff") format("woff"), url("../fonts/custom/CeraPro-Bold.woff2") format("woff2");
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/custom/CeraPro-Medium.woff2") format("woff2"), url("../fonts/custom/CeraPro-Medium.eot") format("eot"), url("../fonts/custom/CeraPro-Medium.woff") format("woff");
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/custom/CeraPro-Regular.woff2") format("woff2"), url("../fonts/custom/CeraPro-Regular.woff") format("woff"), url("../fonts/custom/CeraPro-Regular.eot") format("eot");
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/custom/CeraPro-Light.woff2") format("woff2"), url("../fonts/custom/CeraPro-Light.woff") format("woff"), url("../fonts/custom/CeraPro-Light.eot") format("eot");
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cera Stencil Pro";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/custom/CeraStencilPro-Bold.woff2") format("woff2"), url("../fonts/custom/CeraStencilPro-Bold.eot") format("eot"), url("../fonts/custom/CeraStencilPro-Bold.woff") format("woff");
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cera Stencil Pro";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/custom/CeraStencilPro-Light.woff2") format("woff2"), url("../fonts/custom/CeraStencilPro-Light.woff") format("woff"), url("../fonts/custom/CeraStencilPro-Light.eot") format("eot");
}
/* Block: image-divider */
.block__chart {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
.block__chart .canvas-wrapper {
  max-height: 70vh;
}

.block__infographic-circles {
  width: 100%;
}
.block__infographic-circles svg {
  max-width: 100%;
  overflow: visible;
}
.block__infographic-circles #Text-Gold,
.block__infographic-circles #Text-Green,
.block__infographic-circles #Text-Blue,
.block__infographic-circles #Text-Rose,
.block__infographic-circles #Icon-Gold,
.block__infographic-circles #Icon-Green,
.block__infographic-circles #Icon-Blue,
.block__infographic-circles #Icon-Rose,
.block__infographic-circles #Subtext-Gold,
.block__infographic-circles #Subtext-Green,
.block__infographic-circles #Subtext-Blue,
.block__infographic-circles #Subtext-Rose {
  opacity: 0;
}
.block__infographic-circles #Stroke-Gold,
.block__infographic-circles #Stroke-Green,
.block__infographic-circles #Stroke-Blue,
.block__infographic-circles #Stroke-Rose {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  filter: drop-shadow(3px 4px 5px rgba(0, 0, 0, 0.2));
}
.block__infographic-circles #Ring-Gold,
.block__infographic-circles #Ring-Green,
.block__infographic-circles #Ring-Blue,
.block__infographic-circles #Ring-Rose {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  filter: drop-shadow(3px 4px 5px rgba(0, 0, 0, 0.2));
  opacity: 0;
}
.block__infographic-circles #Ring-Gold {
  opacity: 0;
  stroke-dashoffset: 1020;
}
.block__infographic-circles #Circles {
  filter: drop-shadow(3px 4px 5px rgba(0, 0, 0, 0.3));
}

.block__infographic-donut-svg svg {
  overflow: visible;
}
.block__infographic-donut-svg #Doughnut {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  opacity: 0;
  filter: drop-shadow(3px 4px 5px rgba(0, 0, 0, 0.2));
}
.block__infographic-donut-svg #Percentage {
  opacity: 0;
}

.mobile-only {
  display: block;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.mobile-only .menu-item-anchor {
  padding: 0.375rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 0;
  font-size: 1.25rem;
  line-height: 1.5;
  transition: all 0.35s ease;
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  border-color: #000;
  color: #000;
  color: #d21317 !important;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0 !important;
}
.mobile-only .menu-item-anchor:hover {
  text-decoration: none;
}
.mobile-only .menu-item-anchor svg {
  fill: #d21317;
  color: #d21317;
}
.mobile-only .menu-item-anchor:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.mobile-only .menu-item-anchor:hover svg {
  fill: #fff;
  color: #fff;
}

.mobile-only .menu-item-anchor:hover {
  color: #fff !important;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

.post-overview__teasers {
  margin-bottom: 4.5rem !important;
}