@charset "UTF-8";
:root {
  --si-color-electronics-h: 172deg;
  --si-color-electronics-s: 75%;
  --si-color-electronics-l: 39%;
  --si-color-electronics: hsl(
    var(--si-color-electronics-h) var(--si-color-electronics-s) var(--si-color-electronics-l)
  );
  --si-color-energy-h: 223deg;
  --si-color-energy-s: 37%;
  --si-color-energy-l: 37%;
  --si-color-energy: hsl(var(--si-color-energy-h) var(--si-color-energy-s) var(--si-color-energy-l));
  --si-color-medical-h: 187deg;
  --si-color-medical-s: 93%;
  --si-color-medical-l: 26%;
  --si-color-medical: hsl(var(--si-color-medical-h) var(--si-color-medical-s) var(--si-color-medical-l));
  --si-color-logistics-h: 13deg;
  --si-color-logistics-s: 80%;
  --si-color-logistics-l: 61%;
  --si-color-logistics: hsl(var(--si-color-logistics-h) var(--si-color-logistics-s) var(--si-color-logistics-l));
  --si-color-industry-h: 39deg;
  --si-color-industry-s: 29%;
  --si-color-industry-l: 47%;
  --si-color-industry: hsl(var(--si-color-industry-h) var(--si-color-industry-s) var(--si-color-industry-l));
  --si-color-group-h: 0deg;
  --si-color-group-s: 0%;
  --si-color-group-l: 0%;
  --si-color-group: hsl(var(--si-color-group-h) var(--si-color-group-s) var(--si-color-group-l));
  --theme-color-primary-h: var(--si-color-group-h);
  --theme-color-primary-s: var(--si-color-group-s);
  --theme-color-primary-l: var(--si-color-group-l);
  --theme-color-primary: hsl(var(--theme-color-primary-h) var(--theme-color-primary-s) var(--theme-color-primary-l));
  --theme-color-secondary-h: 0deg;
  --theme-color-secondary-s: 55%;
  --theme-color-secondary-l: 44%;
  --theme-color-secondary: hsl(
    var(--theme-color-secondary-h) var(--theme-color-secondary-s) var(--theme-color-secondary-l)
  );
}

@font-face {
  font-family: "Co Headline";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/CoHeadline.woff2") format("woff2");
}
@font-face {
  font-family: "Graphik";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/GraphikRegular.woff") format("woff");
  src: url("../fonts/GraphikRegular.woff2") format("woff2");
}
@font-face {
  font-family: "Graphik";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/GraphikMedium.woff") format("woff");
  src: url("../fonts/GraphikMedium.woff2") format("woff2");
}
@font-face {
  font-family: "Graphik";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/GraphikBold.woff") format("woff");
  src: url("../fonts/GraphikBold.woff2") format("woff2");
}
/**
 * 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,
.block__slide.block__slide--image .slide__content__container,
.block__cta-card__wrapper,
.container-md,
.container-sm {
  --tc-gutter-x: 0.75rem;
  --tc-gutter-y: 0;
  width: 100%;
  padding-right: calc(0.75rem * 0.5);
  padding-right: calc(var(--tc-gutter-x) * 0.5);
  padding-left: calc(0.75rem * 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, .block__slide.block__slide--image .slide__content__container, .block__cta-card__wrapper, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .block__slide.block__slide--image .slide__content__container, .block__cta-card__wrapper, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .block__slide.block__slide--image .slide__content__container, .block__cta-card__wrapper, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --tc-gutter-x: 1.5rem;
  --tc-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * 0);
  margin-top: calc(-1 * var(--tc-gutter-y));
  margin-right: calc(-0.5 * 1.5rem);
  margin-right: calc(-0.5 * var(--tc-gutter-x));
  margin-left: calc(-0.5 * 1.5rem);
  margin-left: calc(-0.5 * var(--tc-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
      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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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: 9rem;
}

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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: 9rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --tc-gutter-y: 9rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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: 9rem;
  }
  .g-md-6,
  .gy-md-6 {
    --tc-gutter-y: 9rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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: 9rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --tc-gutter-y: 9rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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: 9rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --tc-gutter-y: 9rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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: 9rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --tc-gutter-y: 9rem;
  }
}
/*******************************************************************************
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Graphik", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "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.125rem;
  line-height: 1.5;
  color: hsl(0, 0%, 0%);
  background-color: hsl(0, 0%, 100%);
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

blockquote {
  margin: 1rem 0 0;
}

b,
strong {
  font-weight: 500;
}

small {
  font-size: 0.95625rem;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: hsl(0, 0%, 0%);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
a:hover {
  color: hsl(0, 0%, 0%);
  -webkit-text-decoration: none;
  text-decoration: none;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  -webkit-text-decoration: none;
  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]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          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;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

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

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
          appearance: button;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

[hidden] {
  display: none !important;
}

body {
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

main {
  overflow: clip;
}

@media (max-width: 991.98px) {
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .block__slide.block__slide--image .slide__content__container,
  .block__cta-card__wrapper,
  .container-md,
  .container-sm,
  .row {
    --tc-gutter-x: 2rem;
  }
}

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

figure.wp-block-image {
  width: 100%;
}
figure.wp-block-image img {
  height: auto !important;
}

.otgs-development-site-front-end {
  display: none !important;
}

.wp-block-group.is-position-sticky {
  position: sticky !important;
}

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

.has-white-background-color {
  position: relative;
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 0%);
}
.has-white-background-color a:not(.btn) {
  color: hsl(0, 0%, 0%);
}

.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;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: -100vw;
  right: -100vw;
  background-color: hsl(0, 0%, 100%);
  z-index: -2;
}

.has-white-color {
  color: hsl(0, 0%, 100%);
}

.has-white-theme .has-primary-background-color {
  position: relative;
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 0%);
}
.has-white-theme .has-primary-background-color a:not(.btn) {
  color: hsl(0, 0%, 0%);
}
.has-white-theme .main__content > .wp-block-group.has-primary-background-color {
  background-color: transparent;
}
.has-white-theme .main__content > .wp-block-group.has-primary-background-color::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: -100vw;
  right: -100vw;
  background-color: hsl(0, 0%, 100%);
  z-index: -2;
}
.has-white-theme .has-primary-color {
  color: hsl(0, 0%, 100%);
}

.has-black-background-color {
  position: relative;
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
}
.has-black-background-color a:not(.btn) {
  color: hsl(0, 0%, 100%);
}

.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;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: -100vw;
  right: -100vw;
  background-color: hsl(0, 0%, 0%);
  z-index: -2;
}

.has-black-color {
  color: hsl(0, 0%, 0%);
}

.has-black-theme .has-primary-background-color {
  position: relative;
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
}
.has-black-theme .has-primary-background-color a:not(.btn) {
  color: hsl(0, 0%, 100%);
}
.has-black-theme .main__content > .wp-block-group.has-primary-background-color {
  background-color: transparent;
}
.has-black-theme .main__content > .wp-block-group.has-primary-background-color::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: -100vw;
  right: -100vw;
  background-color: hsl(0, 0%, 0%);
  z-index: -2;
}
.has-black-theme .has-primary-color {
  color: hsl(0, 0%, 0%);
}

.has-grey-background-color {
  position: relative;
  background-color: hsl(0, 0%, 83%);
  color: hsl(0, 0%, 0%);
}
.has-grey-background-color a:not(.btn) {
  color: hsl(0, 0%, 0%);
}

.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;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: -100vw;
  right: -100vw;
  background-color: hsl(0, 0%, 83%);
  z-index: -2;
}

.has-grey-color {
  color: hsl(0, 0%, 83%);
}

.has-grey-theme .has-primary-background-color {
  position: relative;
  background-color: hsl(0, 0%, 83%);
  color: hsl(0, 0%, 0%);
}
.has-grey-theme .has-primary-background-color a:not(.btn) {
  color: hsl(0, 0%, 0%);
}
.has-grey-theme .main__content > .wp-block-group.has-primary-background-color {
  background-color: transparent;
}
.has-grey-theme .main__content > .wp-block-group.has-primary-background-color::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: -100vw;
  right: -100vw;
  background-color: hsl(0, 0%, 83%);
  z-index: -2;
}
.has-grey-theme .has-primary-color {
  color: hsl(0, 0%, 83%);
}

.has-light-grey-background-color {
  position: relative;
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 0%);
}
.has-light-grey-background-color a:not(.btn) {
  color: hsl(0, 0%, 0%);
}

.main__content > .wp-block-group.has-light-grey-background-color {
  background-color: transparent;
}
.main__content > .wp-block-group.has-light-grey-background-color::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: -100vw;
  right: -100vw;
  background-color: hsl(0, 0%, 96%);
  z-index: -2;
}

.has-light-grey-color {
  color: hsl(0, 0%, 96%);
}

.has-light-grey-theme .has-primary-background-color {
  position: relative;
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 0%);
}
.has-light-grey-theme .has-primary-background-color a:not(.btn) {
  color: hsl(0, 0%, 0%);
}
.has-light-grey-theme .main__content > .wp-block-group.has-primary-background-color {
  background-color: transparent;
}
.has-light-grey-theme .main__content > .wp-block-group.has-primary-background-color::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: -100vw;
  right: -100vw;
  background-color: hsl(0, 0%, 96%);
  z-index: -2;
}
.has-light-grey-theme .has-primary-color {
  color: hsl(0, 0%, 96%);
}

.has-group-background-color {
  position: relative;
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
}
.has-group-background-color a:not(.btn) {
  color: hsl(0, 0%, 100%);
}

.main__content > .wp-block-group.has-group-background-color {
  background-color: transparent;
}
.main__content > .wp-block-group.has-group-background-color::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: -100vw;
  right: -100vw;
  background-color: hsl(0, 0%, 0%);
  z-index: -2;
}

.has-group-color {
  color: hsl(0, 0%, 0%);
}

.has-group-theme .has-primary-background-color {
  position: relative;
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
}
.has-group-theme .has-primary-background-color a:not(.btn) {
  color: hsl(0, 0%, 100%);
}
.has-group-theme .main__content > .wp-block-group.has-primary-background-color {
  background-color: transparent;
}
.has-group-theme .main__content > .wp-block-group.has-primary-background-color::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: -100vw;
  right: -100vw;
  background-color: hsl(0, 0%, 0%);
  z-index: -2;
}
.has-group-theme .has-primary-color {
  color: hsl(0, 0%, 0%);
}

.has-electronics-background-color {
  position: relative;
  background-color: hsl(172, 75%, 39%);
  color: hsl(0, 0%, 0%);
}
.has-electronics-background-color a:not(.btn) {
  color: hsl(0, 0%, 0%);
}

.main__content > .wp-block-group.has-electronics-background-color {
  background-color: transparent;
}
.main__content > .wp-block-group.has-electronics-background-color::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: -100vw;
  right: -100vw;
  background-color: hsl(172, 75%, 39%);
  z-index: -2;
}

.has-electronics-color {
  color: hsl(172, 75%, 39%);
}

.has-electronics-theme .has-primary-background-color {
  position: relative;
  background-color: hsl(172, 75%, 39%);
  color: hsl(0, 0%, 0%);
}
.has-electronics-theme .has-primary-background-color a:not(.btn) {
  color: hsl(0, 0%, 0%);
}
.has-electronics-theme .main__content > .wp-block-group.has-primary-background-color {
  background-color: transparent;
}
.has-electronics-theme .main__content > .wp-block-group.has-primary-background-color::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: -100vw;
  right: -100vw;
  background-color: hsl(172, 75%, 39%);
  z-index: -2;
}
.has-electronics-theme .has-primary-color {
  color: hsl(172, 75%, 39%);
}

.has-energy-background-color {
  position: relative;
  background-color: hsl(223, 37%, 37%);
  color: hsl(0, 0%, 100%);
}
.has-energy-background-color a:not(.btn) {
  color: hsl(0, 0%, 100%);
}

.main__content > .wp-block-group.has-energy-background-color {
  background-color: transparent;
}
.main__content > .wp-block-group.has-energy-background-color::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: -100vw;
  right: -100vw;
  background-color: hsl(223, 37%, 37%);
  z-index: -2;
}

.has-energy-color {
  color: hsl(223, 37%, 37%);
}

.has-energy-theme .has-primary-background-color {
  position: relative;
  background-color: hsl(223, 37%, 37%);
  color: hsl(0, 0%, 100%);
}
.has-energy-theme .has-primary-background-color a:not(.btn) {
  color: hsl(0, 0%, 100%);
}
.has-energy-theme .main__content > .wp-block-group.has-primary-background-color {
  background-color: transparent;
}
.has-energy-theme .main__content > .wp-block-group.has-primary-background-color::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: -100vw;
  right: -100vw;
  background-color: hsl(223, 37%, 37%);
  z-index: -2;
}
.has-energy-theme .has-primary-color {
  color: hsl(223, 37%, 37%);
}

.has-logistics-background-color {
  position: relative;
  background-color: hsl(13, 80%, 61%);
  color: hsl(0, 0%, 0%);
}
.has-logistics-background-color a:not(.btn) {
  color: hsl(0, 0%, 0%);
}

.main__content > .wp-block-group.has-logistics-background-color {
  background-color: transparent;
}
.main__content > .wp-block-group.has-logistics-background-color::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: -100vw;
  right: -100vw;
  background-color: hsl(13, 80%, 61%);
  z-index: -2;
}

.has-logistics-color {
  color: hsl(13, 80%, 61%);
}

.has-logistics-theme .has-primary-background-color {
  position: relative;
  background-color: hsl(13, 80%, 61%);
  color: hsl(0, 0%, 0%);
}
.has-logistics-theme .has-primary-background-color a:not(.btn) {
  color: hsl(0, 0%, 0%);
}
.has-logistics-theme .main__content > .wp-block-group.has-primary-background-color {
  background-color: transparent;
}
.has-logistics-theme .main__content > .wp-block-group.has-primary-background-color::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: -100vw;
  right: -100vw;
  background-color: hsl(13, 80%, 61%);
  z-index: -2;
}
.has-logistics-theme .has-primary-color {
  color: hsl(13, 80%, 61%);
}

.has-medical-background-color {
  position: relative;
  background-color: hsl(187, 93%, 26%);
  color: hsl(0, 0%, 100%);
}
.has-medical-background-color a:not(.btn) {
  color: hsl(0, 0%, 100%);
}

.main__content > .wp-block-group.has-medical-background-color {
  background-color: transparent;
}
.main__content > .wp-block-group.has-medical-background-color::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: -100vw;
  right: -100vw;
  background-color: hsl(187, 93%, 26%);
  z-index: -2;
}

.has-medical-color {
  color: hsl(187, 93%, 26%);
}

.has-medical-theme .has-primary-background-color {
  position: relative;
  background-color: hsl(187, 93%, 26%);
  color: hsl(0, 0%, 100%);
}
.has-medical-theme .has-primary-background-color a:not(.btn) {
  color: hsl(0, 0%, 100%);
}
.has-medical-theme .main__content > .wp-block-group.has-primary-background-color {
  background-color: transparent;
}
.has-medical-theme .main__content > .wp-block-group.has-primary-background-color::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: -100vw;
  right: -100vw;
  background-color: hsl(187, 93%, 26%);
  z-index: -2;
}
.has-medical-theme .has-primary-color {
  color: hsl(187, 93%, 26%);
}

.has-industry-background-color {
  position: relative;
  background-color: hsl(39, 29%, 47%);
  color: hsl(0, 0%, 0%);
}
.has-industry-background-color a:not(.btn) {
  color: hsl(0, 0%, 0%);
}

.main__content > .wp-block-group.has-industry-background-color {
  background-color: transparent;
}
.main__content > .wp-block-group.has-industry-background-color::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: -100vw;
  right: -100vw;
  background-color: hsl(39, 29%, 47%);
  z-index: -2;
}

.has-industry-color {
  color: hsl(39, 29%, 47%);
}

.has-industry-theme .has-primary-background-color {
  position: relative;
  background-color: hsl(39, 29%, 47%);
  color: hsl(0, 0%, 0%);
}
.has-industry-theme .has-primary-background-color a:not(.btn) {
  color: hsl(0, 0%, 0%);
}
.has-industry-theme .main__content > .wp-block-group.has-primary-background-color {
  background-color: transparent;
}
.has-industry-theme .main__content > .wp-block-group.has-primary-background-color::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: -100vw;
  right: -100vw;
  background-color: hsl(39, 29%, 47%);
  z-index: -2;
}
.has-industry-theme .has-primary-color {
  color: hsl(39, 29%, 47%);
}

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(2.025rem + 9.3vw);
  padding-bottom: calc(2.025rem + 9.3vw);
}
@media (min-width: 1200px) {
  .main__content {
    padding-top: 9rem;
  }
}
@media (min-width: 1200px) {
  .main__content {
    padding-bottom: 9rem;
  }
}
.main__content > * {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .main__content > * {
    width: 100%;
  }
}
.main__content > .row {
  width: calc(80% + var(--ts-gutter-x));
}
@media (max-width: 991.98px) {
  .main__content > .row {
    margin-left: calc(-0.5 * var(--ts-gutter-x));
    margin-right: calc(-0.5 * var(--ts-gutter-x));
    width: calc(100% + var(--ts-gutter-x));
  }
}
.main__content > .alignwide {
  width: 100%;
}
.main__content > .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  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 > .wp-block-group p,
.main__content > .wp-block-group ul,
.main__content > .wp-block-group ol,
.main__content > .wp-block-group blockquote,
.wp-bootstrap-blocks-container p,
.wp-bootstrap-blocks-container ul,
.wp-bootstrap-blocks-container ol,
.wp-bootstrap-blocks-container blockquote,
.wp-block-group p,
.wp-block-group ul,
.wp-block-group ol,
.wp-block-group blockquote {
  position: relative;
  margin-top: 1rem;
}
.main__content .wp-block-image figcaption,
.main__content > .wp-block-group .wp-block-image figcaption,
.wp-bootstrap-blocks-container .wp-block-image figcaption,
.wp-block-group .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 > .wp-block-group p:first-child,
.main__content > .wp-block-group ul:first-child,
.main__content > .wp-block-group ol:first-child,
.main__content > .wp-block-group blockquote,
.wp-bootstrap-blocks-container p:first-child,
.wp-bootstrap-blocks-container ul:first-child,
.wp-bootstrap-blocks-container ol:first-child,
.wp-bootstrap-blocks-container blockquote,
.wp-block-group p:first-child,
.wp-block-group ul:first-child,
.wp-block-group ol:first-child,
.wp-block-group blockquote {
  margin-top: 0;
}
.main__content > * + h2,
.main__content > .wp-block-group > * + h2,
.wp-bootstrap-blocks-container > * + h2,
.wp-block-group > * + h2 {
  position: relative;
  margin-top: calc(2.025rem + 9.3vw);
}
@media (min-width: 1200px) {
  .main__content > * + h2,
  .main__content > .wp-block-group > * + h2,
  .wp-bootstrap-blocks-container > * + h2,
  .wp-block-group > * + h2 {
    margin-top: 9rem;
  }
}
.main__content h2:first-child,
.main__content > .wp-block-group h2:first-child,
.wp-bootstrap-blocks-container h2:first-child,
.wp-block-group h2:first-child {
  margin-top: 0;
}
.main__content > * + h3,
.main__content > .wp-block-group > * + h3,
.wp-bootstrap-blocks-container > * + h3,
.wp-block-group > * + h3 {
  position: relative;
  margin-top: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .main__content > * + h3,
  .main__content > .wp-block-group > * + h3,
  .wp-bootstrap-blocks-container > * + h3,
  .wp-block-group > * + h3 {
    margin-top: 2.25rem;
  }
}
.main__content h3:first-child,
.main__content > .wp-block-group h3:first-child,
.wp-bootstrap-blocks-container h3:first-child,
.wp-block-group h3:first-child {
  margin-top: 0;
}
.main__content > * + h4,
.main__content > .wp-block-group > * + h4,
.wp-bootstrap-blocks-container > * + h4,
.wp-block-group > * + h4 {
  position: relative;
  margin-top: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .main__content > * + h4,
  .main__content > .wp-block-group > * + h4,
  .wp-bootstrap-blocks-container > * + h4,
  .wp-block-group > * + h4 {
    margin-top: 1.5rem;
  }
}
.main__content h4:first-child,
.main__content > .wp-block-group h4:first-child,
.wp-bootstrap-blocks-container h4:first-child,
.wp-block-group h4:first-child {
  margin-top: 0;
}
.main__content > .block__decoration + h2,
.main__content > .block__decoration + h3,
.main__content > .block__decoration + h4,
.main__content > .wp-block-group > .block__decoration + h2,
.main__content > .wp-block-group > .block__decoration + h3,
.main__content > .wp-block-group > .block__decoration + h4,
.wp-bootstrap-blocks-container > .block__decoration + h2,
.wp-bootstrap-blocks-container > .block__decoration + h3,
.wp-bootstrap-blocks-container > .block__decoration + h4,
.wp-block-group > .block__decoration + h2,
.wp-block-group > .block__decoration + h3,
.wp-block-group > .block__decoration + h4 {
  margin-top: 0;
}
.main__content .wp-block-column,
.main__content .wp-bootstrap-blocks-row [class^=col],
.main__content > .wp-block-group .wp-block-column,
.main__content > .wp-block-group .wp-bootstrap-blocks-row [class^=col],
.wp-bootstrap-blocks-container .wp-block-column,
.wp-bootstrap-blocks-container .wp-bootstrap-blocks-row [class^=col],
.wp-block-group .wp-block-column,
.wp-block-group .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 > .wp-block-group .wp-block-column,
  .main__content > .wp-block-group .wp-bootstrap-blocks-row [class^=col],
  .wp-bootstrap-blocks-container .wp-block-column,
  .wp-bootstrap-blocks-container .wp-bootstrap-blocks-row [class^=col],
  .wp-block-group .wp-block-column,
  .wp-block-group .wp-bootstrap-blocks-row [class^=col] {
    margin-top: 2.25rem;
  }
}
.main__content > * + div,
.main__content > .wp-block-group > * + div,
.wp-bootstrap-blocks-container > * + div,
.wp-block-group > * + div {
  position: relative;
  margin-top: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .main__content > * + div,
  .main__content > .wp-block-group > * + div,
  .wp-bootstrap-blocks-container > * + div,
  .wp-block-group > * + div {
    margin-top: 2.25rem;
  }
}
.main__content > * + .wp-block-group:not(.has-background),
.main__content > .wp-block-group > * + .wp-block-group:not(.has-background),
.wp-bootstrap-blocks-container > * + .wp-block-group:not(.has-background),
.wp-block-group > * + .wp-block-group:not(.has-background) {
  position: relative;
  margin-top: calc(2.025rem + 9.3vw);
}
@media (min-width: 1200px) {
  .main__content > * + .wp-block-group:not(.has-background),
  .main__content > .wp-block-group > * + .wp-block-group:not(.has-background),
  .wp-bootstrap-blocks-container > * + .wp-block-group:not(.has-background),
  .wp-block-group > * + .wp-block-group:not(.has-background) {
    margin-top: 9rem;
  }
}
.main__content > * + .wp-block-group.has-background,
.main__content > .wp-block-group > * + .wp-block-group.has-background,
.wp-bootstrap-blocks-container > * + .wp-block-group.has-background,
.wp-block-group > * + .wp-block-group.has-background {
  position: relative;
  margin-top: calc(2.025rem + 9.3vw);
}
@media (min-width: 1200px) {
  .main__content > * + .wp-block-group.has-background,
  .main__content > .wp-block-group > * + .wp-block-group.has-background,
  .wp-bootstrap-blocks-container > * + .wp-block-group.has-background,
  .wp-block-group > * + .wp-block-group.has-background {
    margin-top: 9rem;
  }
}
.main__content > * + .block__media-background,
.main__content > .wp-block-group > * + .block__media-background,
.wp-bootstrap-blocks-container > * + .block__media-background,
.wp-block-group > * + .block__media-background {
  position: relative;
  margin-top: calc(2.025rem + 9.3vw);
}
@media (min-width: 1200px) {
  .main__content > * + .block__media-background,
  .main__content > .wp-block-group > * + .block__media-background,
  .wp-bootstrap-blocks-container > * + .block__media-background,
  .wp-block-group > * + .block__media-background {
    margin-top: 9rem;
  }
}
.main__content > * + .wp-block-columns,
.main__content > * + .wp-bootstrap-blocks-row,
.main__content > .wp-block-group > * + .wp-block-columns,
.main__content > .wp-block-group > * + .wp-bootstrap-blocks-row,
.wp-bootstrap-blocks-container > * + .wp-block-columns,
.wp-bootstrap-blocks-container > * + .wp-bootstrap-blocks-row,
.wp-block-group > * + .wp-block-columns,
.wp-block-group > * + .wp-bootstrap-blocks-row {
  margin-top: 0;
}
.main__content figure.wp-block-image,
.main__content div.wp-block-image,
.main__content > .wp-block-group figure.wp-block-image,
.main__content > .wp-block-group div.wp-block-image,
.wp-bootstrap-blocks-container figure.wp-block-image,
.wp-bootstrap-blocks-container div.wp-block-image,
.wp-block-group figure.wp-block-image,
.wp-block-group 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 > .wp-block-group figure.wp-block-image:first-child,
.main__content > .wp-block-group div.wp-block-image:first-child,
.wp-bootstrap-blocks-container figure.wp-block-image:first-child,
.wp-bootstrap-blocks-container div.wp-block-image:first-child,
.wp-block-group figure.wp-block-image:first-child,
.wp-block-group div.wp-block-image:first-child {
  margin-top: 0;
}
.main__content > :last-child,
.main__content > .wp-block-group > :last-child,
.wp-bootstrap-blocks-container > :last-child,
.wp-block-group > :last-child {
  margin-bottom: 0;
}
.main__content > .has-background:last-child,
.main__content > .wp-block-group > .has-background:last-child,
.wp-bootstrap-blocks-container > .has-background:last-child,
.wp-block-group > .has-background:last-child {
  margin-bottom: calc(-2.025rem - 9.3vw);
}
@media (min-width: 1200px) {
  .main__content > .has-background:last-child,
  .main__content > .wp-block-group > .has-background:last-child,
  .wp-bootstrap-blocks-container > .has-background:last-child,
  .wp-block-group > .has-background:last-child {
    margin-bottom: -9rem;
  }
}
.main__content > .block__keyvisual:first-child,
.main__content > .has-background:first-child,
.main__content > .wp-block-group > .block__keyvisual:first-child,
.main__content > .wp-block-group > .has-background:first-child,
.wp-bootstrap-blocks-container > .block__keyvisual:first-child,
.wp-bootstrap-blocks-container > .has-background:first-child,
.wp-block-group > .block__keyvisual:first-child,
.wp-block-group > .has-background:first-child {
  margin-top: calc(-2.025rem - 9.3vw);
}
@media (min-width: 1200px) {
  .main__content > .block__keyvisual:first-child,
  .main__content > .has-background:first-child,
  .main__content > .wp-block-group > .block__keyvisual:first-child,
  .main__content > .wp-block-group > .has-background:first-child,
  .wp-bootstrap-blocks-container > .block__keyvisual:first-child,
  .wp-bootstrap-blocks-container > .has-background:first-child,
  .wp-block-group > .block__keyvisual:first-child,
  .wp-block-group > .has-background:first-child {
    margin-top: -9rem;
  }
}

.wp-block-column > * + h2,
.wp-block-group > * + 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,
  .wp-block-group > * + h2,
  .main__content [class*=col-] > * + h2,
  .inner-blocks > * + h2 {
    margin-top: 2.25rem;
  }
}
.wp-block-column h2:first-child,
.wp-block-group h2:first-child,
.main__content [class*=col-] h2:first-child,
.inner-blocks h2:first-child {
  margin-top: 0;
}
.wp-block-column > * + h3,
.wp-block-group > * + 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,
  .wp-block-group > * + h3,
  .main__content [class*=col-] > * + h3,
  .inner-blocks > * + h3 {
    margin-top: 1.5rem;
  }
}
.wp-block-column h3:first-child,
.wp-block-group h3:first-child,
.main__content [class*=col-] h3:first-child,
.inner-blocks h3:first-child {
  margin-top: 0;
}
.wp-block-column > * + h4,
.wp-block-group > * + h4,
.main__content [class*=col-] > * + h4,
.inner-blocks > * + h4 {
  position: relative;
  margin-top: 1rem;
}
.wp-block-column h4:first-child,
.wp-block-group h4:first-child,
.main__content [class*=col-] h4:first-child,
.inner-blocks h4:first-child {
  margin-top: 0;
}
.wp-block-column > .block__decoration + h2,
.wp-block-column > .block__decoration + h3,
.wp-block-column > .block__decoration + h4,
.wp-block-group > .block__decoration + h2,
.wp-block-group > .block__decoration + h3,
.wp-block-group > .block__decoration + h4,
.main__content [class*=col-] > .block__decoration + h2,
.main__content [class*=col-] > .block__decoration + h3,
.main__content [class*=col-] > .block__decoration + h4,
.inner-blocks > .block__decoration + h2,
.inner-blocks > .block__decoration + h3,
.inner-blocks > .block__decoration + h4 {
  margin-top: 0;
}
.wp-block-column > * + div,
.wp-block-group > * + div,
.main__content [class*=col-] > * + div,
.inner-blocks > * + div {
  position: relative;
  margin-top: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .wp-block-column > * + div,
  .wp-block-group > * + div,
  .main__content [class*=col-] > * + div,
  .inner-blocks > * + div {
    margin-top: 1.5rem;
  }
}
.wp-block-column > * + .wp-block-group:not(.has-background),
.wp-block-group > * + .wp-block-group:not(.has-background),
.main__content [class*=col-] > * + .wp-block-group:not(.has-background),
.inner-blocks > * + .wp-block-group:not(.has-background) {
  position: relative;
  margin-top: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .wp-block-column > * + .wp-block-group:not(.has-background),
  .wp-block-group > * + .wp-block-group:not(.has-background),
  .main__content [class*=col-] > * + .wp-block-group:not(.has-background),
  .inner-blocks > * + .wp-block-group:not(.has-background) {
    margin-top: 2.25rem;
  }
}
.wp-block-column > * + .wp-block-group.has-background,
.wp-block-group > * + .wp-block-group.has-background,
.main__content [class*=col-] > * + .wp-block-group.has-background,
.inner-blocks > * + .wp-block-group.has-background {
  position: relative;
  margin-top: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .wp-block-column > * + .wp-block-group.has-background,
  .wp-block-group > * + .wp-block-group.has-background,
  .main__content [class*=col-] > * + .wp-block-group.has-background,
  .inner-blocks > * + .wp-block-group.has-background {
    margin-top: 2.25rem;
  }
}
.wp-block-column > * + .block__media-background,
.wp-block-group > * + .block__media-background,
.main__content [class*=col-] > * + .block__media-background,
.inner-blocks > * + .block__media-background {
  position: relative;
  margin-top: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .wp-block-column > * + .block__media-background,
  .wp-block-group > * + .block__media-background,
  .main__content [class*=col-] > * + .block__media-background,
  .inner-blocks > * + .block__media-background {
    margin-top: 2.25rem;
  }
}
.wp-block-column > * + .wp-block-columns,
.wp-block-column > * + .wp-bootstrap-blocks-row,
.wp-block-group > * + .wp-block-columns,
.wp-block-group > * + .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,
.wp-block-group figure.wp-block-image,
.wp-block-group 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,
.wp-block-group figure.wp-block-image:first-child,
.wp-block-group 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,
.wp-block-group > :last-child,
.main__content [class*=col-] > :last-child,
.inner-blocks > :last-child {
  margin-bottom: 0;
}

.main__content > .wp-block-group.has-background {
  padding-top: calc(2.025rem + 9.3vw);
  padding-bottom: calc(2.025rem + 9.3vw);
}
@media (min-width: 1200px) {
  .main__content > .wp-block-group.has-background {
    padding-top: 9rem;
  }
}
@media (min-width: 1200px) {
  .main__content > .wp-block-group.has-background {
    padding-bottom: 9rem;
  }
}

body:not(.wp-admin) .wp-block-group.has-background > .wp-block-group__inner-container,
body:not(.wp-admin) .has-background:not(.wp-block-group):not(.block__cta):not(.block__on-site-menu):not(.block__teaser__wrapper):not(.block__card__wrapper) {
  padding-top: calc(2.025rem + 9.3vw);
  padding-bottom: calc(2.025rem + 9.3vw);
}
@media (min-width: 1200px) {
  body:not(.wp-admin) .wp-block-group.has-background > .wp-block-group__inner-container,
  body:not(.wp-admin) .has-background:not(.wp-block-group):not(.block__cta):not(.block__on-site-menu):not(.block__teaser__wrapper):not(.block__card__wrapper) {
    padding-top: 9rem;
  }
}
@media (min-width: 1200px) {
  body:not(.wp-admin) .wp-block-group.has-background > .wp-block-group__inner-container,
  body:not(.wp-admin) .has-background:not(.wp-block-group):not(.block__cta):not(.block__on-site-menu):not(.block__teaser__wrapper):not(.block__card__wrapper) {
    padding-bottom: 9rem;
  }
}

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

.wp-block-group.alignfull > .row {
  width: calc(100% - 0.5 * var(--tc-gutter-x));
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .wp-block-group.alignfull > .row {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .wp-block-group > .wp-block-column:first-child,
  .wp-block-group > .wp-bootstrap-blocks-row:first-child [class^=col]:first-child {
    margin-top: 0;
  }
}

h6,
.h6, h5,
.h5, h4,
.h4, h3,
.h3, h2,
.h2, h1,
.h1 {
  margin: 0;
  font-family: "Co Headline", "Graphik", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "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: 700;
  line-height: 1.2;
}

h1,
.h1 {
  font-family: "Graphik", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: uppercase;
  font-size: calc(1.40625rem + 1.875vw);
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.8125rem;
  }
}

h2,
.h2 {
  font-family: "Graphik", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: uppercase;
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2.25rem;
  }
}

h3,
.h3 {
  font-size: calc(1.29375rem + 0.525vw);
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.6875rem;
  }
}

h4,
.h4 {
  font-size: calc(1.265625rem + 0.1875vw);
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.40625rem;
  }
}

h5,
.h5 {
  font-size: 1.125rem;
}

h6,
.h6 {
  font-size: 0.95625rem;
}

figcaption {
  font-size: 0.95625rem;
}

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

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

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

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

.block__keyvisual.-detect-in-viewport .keyvisual__animation__wrapper > div {
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.block__keyvisual.-detect-in-viewport .wp-block-group {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.block__keyvisual.-detect-in-viewport.-in-viewport .keyvisual__animation__wrapper > div {
  opacity: 1;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.block__keyvisual.-detect-in-viewport.-in-viewport .wp-block-group {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.job-listing__filters,
.blog__filters {
  margin-top: 1.5rem;
}
.job-listing__filters .filters__top,
.blog__filters .filters__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
.job-listing__filters .filters__bottom,
.blog__filters .filters__bottom {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .job-listing__filters .filters__top,
  .job-listing__filters .filters__bottom,
  .blog__filters .filters__top,
  .blog__filters .filters__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
  .job-listing__filters .filters__top .facetwp-facet,
  .job-listing__filters .filters__bottom .facetwp-facet,
  .blog__filters .filters__top .facetwp-facet,
  .blog__filters .filters__bottom .facetwp-facet {
    width: 100%;
  }
  .job-listing__filters .filters__top .facetwp-facet .fs-wrap,
  .job-listing__filters .filters__bottom .facetwp-facet .fs-wrap,
  .blog__filters .filters__top .facetwp-facet .fs-wrap,
  .blog__filters .filters__bottom .facetwp-facet .fs-wrap {
    width: 100%;
  }
  .job-listing__filters .filters__top .facetwp-facet.facetwp-type-autocomplete input[type=text],
  .job-listing__filters .filters__bottom .facetwp-facet.facetwp-type-autocomplete input[type=text],
  .blog__filters .filters__top .facetwp-facet.facetwp-type-autocomplete input[type=text],
  .blog__filters .filters__bottom .facetwp-facet.facetwp-type-autocomplete input[type=text] {
    width: 100%;
  }
}
.job-listing__filters .facetwp-facet,
.blog__filters .facetwp-facet {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
.job-listing__filters .facetwp-type-fselect .fs-label-wrap .fs-label,
.job-listing__filters .facetwp-date,
.job-listing__filters .facetwp-dropdown,
.job-listing__filters .facetwp-type-autocomplete input[type=text],
.blog__filters .facetwp-type-fselect .fs-label-wrap .fs-label,
.blog__filters .facetwp-date,
.blog__filters .facetwp-dropdown,
.blog__filters .facetwp-type-autocomplete input[type=text] {
  border: 1px solid hsl(0, 0%, 0%);
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  line-height: 150%;
  border-radius: 0.25rem;
}
.job-listing__filters .facetwp-type-fselect .fs-label-wrap,
.blog__filters .facetwp-type-fselect .fs-label-wrap {
  border: none;
}
.job-listing__filters .facetwp-type-fselect .fs-label-wrap .fs-arrow,
.blog__filters .facetwp-type-fselect .fs-label-wrap .fs-arrow {
  right: 0.75rem;
  border: none;
  width: 1.125rem;
  height: 1.125rem;
  /* stylelint-disable */
  -webkit-mask-image: url('data:image/svg+xml;utf8,%3csvg aria-hidden="true" focusable="false" data-prefix="fal" data-icon="chevron-down" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3e%3cpath fill="black" d="M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z"%3e%3c/path%3e%3c/svg%3e');
  mask-image: url('data:image/svg+xml;utf8,%3csvg aria-hidden="true" focusable="false" data-prefix="fal" data-icon="chevron-down" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3e%3cpath fill="black" d="M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z"%3e%3c/path%3e%3c/svg%3e');
  /* stylelint-enable */
  background-color: hsl(0, 0%, 0%);
  background-color: var(--theme-color-primary);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.job-listing__filters .facetwp-type-fselect .fs-option .fs-option-label,
.blog__filters .facetwp-type-fselect .fs-option .fs-option-label {
  white-space: pre-wrap;
}
.job-listing__filters .fs-wrap.multiple .fs-option,
.blog__filters .fs-wrap.multiple .fs-option {
  border-top: 0.5px solid hsl(0, 0%, 0%);
}
.job-listing__filters .fs-wrap.multiple .fs-option:first-child,
.blog__filters .fs-wrap.multiple .fs-option:first-child {
  border-top: none;
}
.job-listing__filters .facetwp-type-date_range,
.blog__filters .facetwp-type-date_range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 0.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.job-listing__filters .facetwp-type-autocomplete,
.blog__filters .facetwp-type-autocomplete {
  position: relative;
  gap: 0.75rem;
}
.job-listing__filters .facetwp-type-autocomplete::before,
.blog__filters .facetwp-type-autocomplete::before {
  position: absolute;
  left: 0.75rem;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background-color: hsl(0, 0%, 0%);
  /* stylelint-disable */
  -webkit-mask-image: url('data:image/svg+xml;utf8,%3csvg aria-hidden="true" focusable="false" data-prefix="fal" data-icon="search" class="svg-inline--fa fa-search fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3e%3cpath fill="currentColor" d="M508.5 481.6l-129-129c-2.3-2.3-5.3-3.5-8.5-3.5h-10.3C395 312 416 262.5 416 208 416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c54.5 0 104-21 141.1-55.2V371c0 3.2 1.3 6.2 3.5 8.5l129 129c4.7 4.7 12.3 4.7 17 0l9.9-9.9c4.7-4.7 4.7-12.3 0-17zM208 384c-97.3 0-176-78.7-176-176S110.7 32 208 32s176 78.7 176 176-78.7 176-176 176z"%3e%3c/path%3e%3c/svg%3e');
  mask-image: url('data:image/svg+xml;utf8,%3csvg aria-hidden="true" focusable="false" data-prefix="fal" data-icon="search" class="svg-inline--fa fa-search fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3e%3cpath fill="currentColor" d="M508.5 481.6l-129-129c-2.3-2.3-5.3-3.5-8.5-3.5h-10.3C395 312 416 262.5 416 208 416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c54.5 0 104-21 141.1-55.2V371c0 3.2 1.3 6.2 3.5 8.5l129 129c4.7 4.7 12.3 4.7 17 0l9.9-9.9c4.7-4.7 4.7-12.3 0-17zM208 384c-97.3 0-176-78.7-176-176S110.7 32 208 32s176 78.7 176 176-78.7 176-176 176z"%3e%3c/path%3e%3c/svg%3e');
  /* stylelint-enable */
}
.job-listing__filters .facetwp-type-autocomplete input[type=text],
.blog__filters .facetwp-type-autocomplete input[type=text] {
  padding: 0.375rem 0.75rem 0.375rem 3rem;
}
.job-listing__filters .facetwp-type-autocomplete .fcomplete-wrap,
.blog__filters .facetwp-type-autocomplete .fcomplete-wrap {
  top: 100%;
  z-index: 2;
}
.job-listing__filters input[type=button],
.blog__filters input[type=button] {
  padding: 0.375rem 0.75rem;
  background-color: hsl(0, 0%, 0%);
  background-color: var(--theme-color-primary);
  border: 1px solid hsl(0, 0%, 0%);
  border: 1px solid var(--theme-color-primary);
  color: hsl(0, 0%, 100%);
}
.job-listing__filters .fs-wrap.multiple .fs-option.selected .fs-checkbox i,
.blog__filters .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background-color: hsl(0, 0%, 0%);
  background-color: var(--theme-color-primary);
  border-color: transparent;
}
.job-listing__filters .facetwp-type-checkboxes,
.blog__filters .facetwp-type-checkboxes {
  width: 100%;
}
.job-listing__filters .facetwp-checkbox,
.blog__filters .facetwp-checkbox {
  position: relative;
  padding-left: 0;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.job-listing__filters .facetwp-checkbox .fs-checkbox,
.blog__filters .facetwp-checkbox .fs-checkbox {
  display: block;
  width: 30px;
}
.job-listing__filters .facetwp-checkbox .fs-checkbox i,
.blog__filters .facetwp-checkbox .fs-checkbox i {
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid hsl(0, 0%, 0%);
  border-radius: 2px;
  background-color: hsl(0, 0%, 100%);
}
.job-listing__filters .facetwp-checkbox.checked,
.blog__filters .facetwp-checkbox.checked {
  background-image: none;
}
.job-listing__filters .facetwp-checkbox.checked i,
.blog__filters .facetwp-checkbox.checked i {
  background-color: hsl(0, 0%, 0%);
  background-color: var(--theme-color-primary);
  border-color: transparent;
}

.facetwp-template {
  margin-top: 1.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 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-duration: var(--animate-duration);
          animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

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

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

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

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

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

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

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

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

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

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

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

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

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

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
            transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
            transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

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

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

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

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

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes siRotateIn-left {
  0% {
    -webkit-transform: rotate(0deg) scale3d(1.05, 1.05, 1.05);
            transform: rotate(0deg) scale3d(1.05, 1.05, 1.05);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform: rotate(90deg) scale3d(1, 1, 1);
            transform: rotate(90deg) scale3d(1, 1, 1);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

@keyframes siRotateIn-left {
  0% {
    -webkit-transform: rotate(0deg) scale3d(1.05, 1.05, 1.05);
            transform: rotate(0deg) scale3d(1.05, 1.05, 1.05);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform: rotate(90deg) scale3d(1, 1, 1);
            transform: rotate(90deg) scale3d(1, 1, 1);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@keyframes siRotateIn-left {
  0% {
    -webkit-transform: rotate(0deg) scale3d(1.05, 1.05, 1.05);
            transform: rotate(0deg) scale3d(1.05, 1.05, 1.05);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform: rotate(90deg) scale3d(1, 1, 1);
            transform: rotate(90deg) scale3d(1, 1, 1);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
.animate__siRotateIn-left {
  -webkit-animation-name: siRotateIn-left;
          animation-name: siRotateIn-left;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes siRotateIn-right {
  0% {
    -webkit-transform: rotate(0deg) scale3d(1.05, 1.05, 1.05);
            transform: rotate(0deg) scale3d(1.05, 1.05, 1.05);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform: rotate(-90deg) scale3d(1, 1, 1);
            transform: rotate(-90deg) scale3d(1, 1, 1);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

@keyframes siRotateIn-right {
  0% {
    -webkit-transform: rotate(0deg) scale3d(1.05, 1.05, 1.05);
            transform: rotate(0deg) scale3d(1.05, 1.05, 1.05);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform: rotate(-90deg) scale3d(1, 1, 1);
            transform: rotate(-90deg) scale3d(1, 1, 1);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@keyframes siRotateIn-right {
  0% {
    -webkit-transform: rotate(0deg) scale3d(1.05, 1.05, 1.05);
            transform: rotate(0deg) scale3d(1.05, 1.05, 1.05);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform: rotate(-90deg) scale3d(1, 1, 1);
            transform: rotate(-90deg) scale3d(1, 1, 1);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
.animate__siRotateIn-right {
  -webkit-animation-name: siRotateIn-right;
          animation-name: siRotateIn-right;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

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

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: hsl(0, 0%, 100%);
  z-index: 10;
  height: 6.5rem;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  -o-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
}
@media (max-width: 767.98px) {
  header {
    height: 5.5rem;
  }
}
.admin-bar header {
  top: 32px;
}
@media (max-width: 767.98px) {
  .admin-bar header {
    top: 46px;
  }
}

.header__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  padding: 1rem 0;
}

.header__logo img {
  height: calc(6.5rem - 2rem);
  width: auto;
}
@media (max-width: 767.98px) {
  .header__logo img {
    height: calc(5.5rem - 2rem);
  }
}
.header__logo img:first-child {
  display: block;
}
.header__logo img:last-child {
  display: none;
}

.home .nav-main__toggle__bar {
  background-color: hsl(0, 0%, 100%);
}
.home header {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.home header #nav-main .menu-item-anchor {
  color: hsl(0, 0%, 100%);
}
.home header .menu-item-has-children > .nav-main__more::before {
  background: url('data:image/svg+xml;utf8,%3csvg aria-hidden="true" focusable="false" data-prefix="fal" data-icon="chevron-down" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3e%3cpath fill="white" d="M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z"%3e%3c/path%3e%3c/svg%3e') no-repeat center !important;
}
.home header .menu-item-has-children > .nav-main__more::before {
  /* stylelint-disable */
  /* stylelint-enable */
}
.home header .header__logo a img:first-child {
  display: none;
}
.home header .header__logo a img:last-child {
  display: block;
}
.home.-is-scrolled header,
.home header.-nav-toggled, .home.-is-submenu-open header {
  background: hsl(0, 0%, 100%);
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.home.-is-scrolled header .menu-item-has-children > .nav-main__more::before,
.home header.-nav-toggled .menu-item-has-children > .nav-main__more::before, .home.-is-submenu-open header .menu-item-has-children > .nav-main__more::before {
  background: url('data:image/svg+xml;utf8,%3csvg aria-hidden="true" focusable="false" data-prefix="fal" data-icon="chevron-down" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3e%3cpath fill="black" d="M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z"%3e%3c/path%3e%3c/svg%3e') no-repeat center !important;
}
.home.-is-scrolled header .menu-item-has-children > .nav-main__more::before,
.home header.-nav-toggled .menu-item-has-children > .nav-main__more::before, .home.-is-submenu-open header .menu-item-has-children > .nav-main__more::before {
  /* stylelint-disable */
  /* stylelint-enable */
}
.home.-is-scrolled header .header__logo a img:first-child,
.home header.-nav-toggled .header__logo a img:first-child, .home.-is-submenu-open header .header__logo a img:first-child {
  display: block;
}
.home.-is-scrolled header .header__logo a img:last-child,
.home header.-nav-toggled .header__logo a img:last-child, .home.-is-submenu-open header .header__logo a img:last-child {
  display: none;
}
.home.-is-scrolled header #nav-main .menu li > a,
.home header.-nav-toggled #nav-main .menu li > a, .home.-is-submenu-open header #nav-main .menu li > a {
  color: hsl(0, 0%, 0%);
}
.home.-is-scrolled header #nav-main .menu li > a:hover,
.home header.-nav-toggled #nav-main .menu li > a:hover, .home.-is-submenu-open header #nav-main .menu li > a:hover {
  color: hsl(0, 0%, 0%);
  color: var(--theme-color-primary);
}

#nav-main {
  position: relative;
  z-index: 10;
  height: 100%;
  /* stylelint-disable-next-line no-descending-specificity */
  /*******************************************************************************************************************
    * MOBILE NAV
    *******************************************************************************************************************/
}
#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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#nav-main a {
  display: inline-block;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #666;
  padding: 0.75rem 1.5rem;
  font-weight: 400;
}
#nav-main a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: hsl(0, 0%, 0%);
  color: var(--theme-color-primary);
}
#nav-main .current-menu-item:not(.menu-item-type-custom) > a {
  background: transparent;
}
#nav-main .current-menu-item:not(.menu-item-type-custom) > a span {
  border-bottom: 4px solid hsl(0, 0%, 0%);
  border-bottom: 4px solid var(--theme-color-primary);
}
#nav-main .current-menu-item:not(.menu-item-type-custom) > a:hover {
  color: hsl(0, 0%, 0%);
  color: var(--theme-color-primary);
  background: transparent;
}
#nav-main .current-menu-ancestor > a {
  background: transparent;
  font-weight: bold;
}
#nav-main .current-menu-ancestor > a:hover {
  background: transparent;
  font-weight: bold;
}
#nav-main ul.menu {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#nav-main .menu-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  white-space: nowrap;
}
#nav-main .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 100%;
  background-color: #e1e1e1;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  clip-path: inset(0px -100vw -100vh -100vw);
}
#nav-main .sub-menu .menu-item > a {
  color: hsl(0, 0%, 0%);
}
#nav-main .sub-menu .menu-item > a:hover {
  color: hsl(0, 0%, 0%);
  color: var(--theme-color-primary);
}
#nav-main .sub-menu .sub-menu {
  top: 0%;
  left: 100%;
  clip-path: inset(-100vh -100vw -100vh 0);
  background-color: #d5d5d5;
}
#nav-main .menu-item-anchor {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.75rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#nav-main .menu-item-anchor:hover {
  color: hsl(0, 0%, 0%);
  color: var(--theme-color-primary);
}
#nav-main .menu-item-has-children > .menu-item-anchor {
  padding-right: 0;
  height: 100%;
}
#nav-main .menu-item-has-children > .menu-item-anchor:hover {
  color: hsl(0, 0%, 0%);
  color: var(--theme-color-primary);
}
#nav-main .menu-item-has-children > .nav-main__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#nav-main .menu-item-has-children > .nav-main__more::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  /* stylelint-disable */
  background: url('data:image/svg+xml;utf8,%3csvg aria-hidden="true" focusable="false" data-prefix="fal" data-icon="chevron-down" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3e%3cpath fill="black" d="M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z"%3e%3c/path%3e%3c/svg%3e') no-repeat center;
  /* stylelint-enable */
  background-size: contain;
}
#nav-main .sub-menu .menu-item-has-children > .nav-main__more {
  display: block;
}
#nav-main .sub-menu .menu-item-has-children > .nav-main__more::before {
  /* stylelint-disable */
  background: url('data:image/svg+xml;utf8,%3csvg aria-hidden="true" focusable="false" data-prefix="fal" data-icon="chevron-down" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3e%3cpath fill="black" d="M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z"%3e%3c/path%3e%3c/svg%3e') no-repeat center;
  /* stylelint-enable */
  background-size: contain;
}
#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 {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media (min-width: 768px) {
  #nav-main {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (max-width: 767.98px) {
  #nav-main {
    display: none;
    position: absolute;
    top: 5.5rem;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #eee;
    max-height: calc(100vh - 5.5rem);
    height: auto;
    overflow-y: auto;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  #nav-main .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  #nav-main .menu-item-has-children > .menu-item-anchor,
  #nav-main .menu-item-has-children > .nav-main__more {
    height: auto;
  }
  #nav-main .sub-menu {
    padding-left: 0.75rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: static;
  }
  #nav-main .sub-menu .sub-menu {
    padding-left: 1.5rem;
    margin-left: -0.75rem;
    width: calc(100% + 0.75rem);
  }
  #nav-main .menu-item {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/***********************************************************************************************************************
* NAV TOGGLE
***********************************************************************************************************************/
#nav-main__toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0.75rem 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767.98px) {
  #nav-main__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav-main__toggle__bar {
  height: 0.125rem;
  background-color: hsl(0, 0%, 0%);
  width: 100%;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.-nav-toggled .nav-main__toggle__bar:first-child {
  -webkit-transform: translateY(0.75rem) rotate(-45deg);
      -ms-transform: translateY(0.75rem) rotate(-45deg);
          transform: translateY(0.75rem) rotate(-45deg);
}
.-nav-toggled .nav-main__toggle__bar:nth-child(2) {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}
.-nav-toggled .nav-main__toggle__bar:last-child {
  -webkit-transform: translateY(calc(0.75rem * -1 + 0.125rem)) rotate(45deg);
      -ms-transform: translateY(calc(0.75rem * -1 + 0.125rem)) rotate(45deg);
          transform: translateY(calc(0.75rem * -1 + 0.125rem)) rotate(45deg);
}

.-is-scrolled header .nav-main__toggle__bar,
header.-nav-toggled .nav-main__toggle__bar {
  background-color: hsl(0, 0%, 0%);
}

footer {
  font-size: 0.95625rem;
  background-color: hsl(0, 0%, 0%);
}

.footer__wrapper {
  --tc-gutter-x: 1.5rem;
  --tc-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * 0);
  margin-top: calc(-1 * var(--tc-gutter-y));
  margin-right: calc(-0.5 * 1.5rem);
  margin-right: calc(-0.5 * var(--tc-gutter-x));
  margin-left: calc(-0.5 * 1.5rem);
  margin-left: calc(-0.5 * var(--tc-gutter-x));
  padding: 2.25rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__logo__wrapper {
  -ms-flex-negative: 0;
      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);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}
@media (max-width: 767.98px) {
  .footer__logo__wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}

.footer__content {
  -ms-flex-negative: 0;
      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);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 100%;
  color: hsl(0, 0%, 100%);
}
@media (max-width: 767.98px) {
  .footer__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}

.footer__nav {
  -ms-flex-negative: 0;
      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);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 767.98px) {
  .footer__nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    margin-top: 2.25rem;
  }
}
.footer__nav #nav-footer {
  /* stylelint-disable-next-line no-descending-specificity */
}
.footer__nav #nav-footer ul {
  list-style: none;
}
.footer__nav #nav-footer ul,
.footer__nav #nav-footer ul li {
  margin: 0;
  padding: 0;
}
.footer__nav #nav-footer .menu,
.footer__nav #nav-footer .menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__nav #nav-footer a {
  display: inline-block;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #666;
  padding: 0.75rem 1.5rem;
  font-weight: 400;
}
.footer__nav #nav-footer a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: hsl(0, 0%, 0%);
  color: var(--theme-color-primary);
}
.footer__nav #nav-footer .current-menu-item:not(.menu-item-type-custom) > a {
  background: transparent;
}
.footer__nav #nav-footer .current-menu-item:not(.menu-item-type-custom) > a span {
  border-bottom: 4px solid hsl(0, 0%, 0%);
  border-bottom: 4px solid var(--theme-color-primary);
}
.footer__nav #nav-footer .current-menu-item:not(.menu-item-type-custom) > a:hover {
  color: hsl(0, 0%, 0%);
  color: var(--theme-color-primary);
  background: transparent;
}
.footer__nav #nav-footer .current-menu-ancestor > a {
  background: transparent;
  font-weight: bold;
}
.footer__nav #nav-footer .current-menu-ancestor > a:hover {
  background: transparent;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .footer__nav #nav-footer .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer__nav #nav-footer a {
  padding: 0.75rem;
  color: hsl(0, 0%, 100%);
}

.footer__social-media {
  margin-top: 0.75rem;
  padding-right: calc(var(--tc-gutter-x) * 0.5);
  padding-left: calc(var(--tc-gutter-x) * 0.5);
}
@media (max-width: 767.98px) {
  .footer__social-media {
    margin-top: 2.25rem;
  }
}
.footer__social-media .social-media-presence {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .footer__social-media .social-media-presence {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__social-media .social-media-presence .social-media-presence__item {
  color: hsl(0, 0%, 100%);
  width: 2.25rem;
  height: 2.25rem;
}
.footer__social-media .social-media-presence .social-media-presence__item:hover {
  color: hsl(0, 0%, 0%);
  color: var(--theme-color-primary);
}

html {
  min-height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: calc(100vh - 6.5rem);
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.social-media-presence__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 1.5rem;
  margin-bottom: calc(1.35rem + 1.2vw);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .social-media-presence__item {
    margin-bottom: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .social-media-presence__item {
    width: 18px;
    height: 18px;
    margin-right: 0.75rem;
  }
}
.social-media-presence__item:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.social-media-presence__item svg {
  width: 100%;
  height: 100%;
}

.social-media-sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-media-sharing__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  padding: 4px;
}
.social-media-sharing__item svg {
  width: 100%;
  height: 100%;
}

.arrow-scroll-up.has-primary-background-color {
  color: hsl(0, 0%, 100%);
  width: 3rem;
  height: 3rem;
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 10;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .arrow-scroll-up.has-primary-background-color {
    right: 0.75rem;
    bottom: 0.75rem;
  }
}
.arrow-scroll-up.has-primary-background-color .icon--svg svg {
  width: 1.5rem;
  height: 1.5rem;
}

.aside__disruptor {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(calc(100% - 43px));
      -ms-transform: translateY(-50%) translateX(calc(100% - 43px));
          transform: translateY(-50%) translateX(calc(100% - 43px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: hsl(0, 0%, 0%);
  background-color: var(--theme-color-primary);
  border-color: hsl(0, 0%, 0%);
  border-color: var(--theme-color-primary);
  color: hsl(0, 0%, 100%);
}
.aside__disruptor:hover {
  background-color: hsl(0deg, 0%, calc(0% - 10%));
  background-color: hsl(var(--theme-color-primary-h), var(--theme-color-primary-s), calc(var(--theme-color-primary-l) - 10%));
  border-color: hsl(0deg, 0%, calc(0% - 10%));
  border-color: hsl(var(--theme-color-primary-h), var(--theme-color-primary-s), calc(var(--theme-color-primary-l) - 10%));
  color: hsl(0, 0%, 100%);
}
.aside__disruptor.-open {
  -webkit-transform: translateY(-50%) translateX(0);
      -ms-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}

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

.aside__disruptor__content {
  padding: 0.75rem;
  max-width: 300px;
  border-left: 1px solid hsl(0, 0%, 100%);
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
.frm_style_formidable-style.with_frm_style input[type=submit],
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_form_submit_style,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
  padding: 0.375rem 1.5rem;
  font-weight: 500;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-radius: 0;
  border: 2px solid transparent;
  font-size: 1.125rem;
  line-height: 1.5;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: hsl(0, 0%, 0%);
  background-color: var(--theme-color-primary);
  border-color: hsl(0, 0%, 0%);
  border-color: var(--theme-color-primary);
  color: hsl(0, 0%, 100%);
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover,
.frm_style_formidable-style.with_frm_style input[type=submit]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.frm_form_submit_style:hover,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message svg,
.frm_style_formidable-style.with_frm_style input[type=submit] svg,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button] svg,
.frm_style_formidable-style.with_frm_style .frm_submit button svg,
.frm_form_submit_style svg,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn svg {
  height: 1.6875rem;
  width: 1.6875rem;
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover,
.frm_style_formidable-style.with_frm_style input[type=submit]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.frm_form_submit_style:hover,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover {
  background-color: hsl(0deg, 0%, calc(0% - 10%));
  background-color: hsl(var(--theme-color-primary-h), var(--theme-color-primary-s), calc(var(--theme-color-primary-l) - 10%));
  border-color: hsl(0deg, 0%, calc(0% - 10%));
  border-color: hsl(var(--theme-color-primary-h), var(--theme-color-primary-s), calc(var(--theme-color-primary-l) - 10%));
  color: hsl(0, 0%, 100%);
}

.frm_form_fields .form-field input[type=text],
.frm_form_fields .form-field input[type=email],
.frm_form_fields .form-field input[type=tel],
.frm_form_fields .form-field input[type=number],
.frm_form_fields .form-field textarea {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1.5px solid hsl(0, 0%, 83%);
}

.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email],
.frm_style_formidable-style.with_frm_style .frm_blank_field textarea,
.frm_style_formidable-style.with_frm_style .frm_blank_field .mce-edit-area iframe,
.frm_style_formidable-style.with_frm_style .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year),
.frm_form_fields_error_style,
.frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe,
.frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe,
.frm_style_formidable-style.with_frm_style .frm_blank_field .frm-card-element.StripeElement,
.frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-multi .chosen-choices,
.frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-single .chosen-single,
.frm_style_formidable-style.with_frm_style .frm_form_field :invalid {
  border-top: none;
  border-left: none;
  border-right: none;
}

input[type=radio] {
  /* Add if not using autoprefixer */
  /* Remove most all native input styles */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* For iOS < 15 */
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: hsl(0, 0%, 0%);
  color: var(--theme-color-primary);
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid hsl(0, 0%, 0%);
  border: 0.15em solid var(--theme-color-primary);
  border-radius: 50%;
  -webkit-transform: translateY(-0.075em);
      -ms-transform: translateY(-0.075em);
          transform: translateY(-0.075em);
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  place-content: center;
}

input[type=radio]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  -o-transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  -webkit-box-shadow: inset 1em 1em hsl(0, 0%, 0%);
          box-shadow: inset 1em 1em hsl(0, 0%, 0%);
  -webkit-box-shadow: inset 1em 1em var(--theme-color-primary);
          box-shadow: inset 1em 1em var(--theme-color-primary);
  /* Windows High Contrast Mode */
  background-color: hsl(0, 0%, 0%);
  background-color: var(--theme-color-primary);
}

input[type=radio]:checked::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_plus_icon::before,
.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_minus_icon::before {
  color: hsl(0, 0%, 0%);
  color: var(--theme-color-primary);
}

.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading h3 {
  border-top: none;
}

.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus,
.frm_style_formidable-style.with_frm_style select:focus,
.frm_style_formidable-style.with_frm_style textarea:focus,
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search],
.frm_form_fields_active_style,
.frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement,
.frm_style_formidable-style.with_frm_style .chosen-container-single.chosen-container-active .chosen-single,
.frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices {
  background-color: #fff;
  border-color: hsl(0, 0%, 0%);
  border-color: var(--theme-color-primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search__search__col {
  -ms-flex-negative: 0;
      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);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.header__search {
  position: relative;
}

.search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.search__form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

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

.search__form__button {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

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

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

.blog {
  margin-top: 6.5rem;
}
@media (max-width: 767.98px) {
  .blog {
    margin-top: 5.5rem;
  }
}

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

.blog__col {
  -ms-flex-negative: 0;
      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);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  margin-top: 2.25rem;
}
@media (max-width: 767.98px) {
  .blog__col {
    width: 100%;
  }
}

.blog__pagination__col {
  -ms-flex-negative: 0;
      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);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-top: 9rem;
}

.single-post {
  background-color: hsl(0, 0%, 96%);
}
.single-post .single-post__wrapper {
  background-color: hsl(0, 0%, 100%);
  padding: 2.25rem;
}
.single-post .single-post__wrapper h2 {
  text-transform: none;
}
@media (min-width: 1200px) {
  .single-post .single-post__wrapper {
    padding: 5rem;
  }
  .single-post .single-post__wrapper p,
  .single-post .single-post__wrapper h2,
  .single-post .single-post__wrapper h3,
  .single-post .single-post__wrapper h4,
  .single-post .single-post__wrapper .block__quote,
  .single-post .single-post__wrapper > figure {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .single-post .single-post__wrapper > figure {
    max-width: calc(100% - 8rem);
  }
}
.single-post h2 {
  font-size: 1.6875rem;
}
.single-post h3 {
  font-size: 1.40625rem;
  font-weight: 700;
  font-family: "Graphik", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: relative;
  margin-top: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .single-post h3 {
    margin-top: 2.25rem;
  }
}
.single-post h4 {
  font-size: 1.125rem;
  font-weight: 700;
}

.tag {
  padding: 0.375rem 0.75rem;
  color: hsl(0, 0%, 0%);
  color: var(--theme-color-primary);
  border: 1px solid hsl(0, 0%, 0%);
  border: 1px solid var(--theme-color-primary);
  border-radius: 0.25rem;
}

.single-post__tags,
.single-post__image {
  margin-top: 1.5rem;
}

.single-post__image img {
  width: 100%;
}

.blog__newest-post {
  --tc-gutter-x: 1.5rem;
  --tc-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * 0);
  margin-top: calc(-1 * var(--tc-gutter-y));
  margin-right: calc(-0.5 * 1.5rem);
  margin-right: calc(-0.5 * var(--tc-gutter-x));
  margin-left: calc(-0.5 * 1.5rem);
  margin-left: calc(-0.5 * var(--tc-gutter-x));
}

.blog__newest-post__teaser {
  position: relative;
  -ms-flex-negative: 0;
      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);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}
@media (max-width: 575.98px) {
  .blog__newest-post__teaser {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.blog__newest-post__teaser .newest-teaser__svg {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(-90deg);
      -ms-transform: translate(50%, -50%) rotate(-90deg);
          transform: translate(50%, -50%) rotate(-90deg);
  width: 33.3%;
  aspect-ratio: 1/1;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .blog__newest-post__teaser .newest-teaser__svg {
    display: none;
  }
}
.blog__newest-post__teaser .newest-teaser__svg svg {
  color: hsl(0, 0%, 96%);
  width: 100%;
  height: 100%;
}

.blog__title h1 {
  font-size: max(calc(3.8297645995vw + 2.1170087647vh), 2.75rem);
}

.blog__pagination__col,
.archive__pagination {
  -ms-flex-negative: 0;
      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);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-top: 9rem;
}

.pagination,
.facetwp-facet-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination #pagination-bottom,
.pagination .facetwp-pager,
.facetwp-facet-pagination #pagination-bottom,
.facetwp-facet-pagination .facetwp-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
.pagination #pagination-bottom .page-numbers,
.pagination #pagination-bottom .facetwp-page,
.pagination .facetwp-pager .page-numbers,
.pagination .facetwp-pager .facetwp-page,
.facetwp-facet-pagination #pagination-bottom .page-numbers,
.facetwp-facet-pagination #pagination-bottom .facetwp-page,
.facetwp-facet-pagination .facetwp-pager .page-numbers,
.facetwp-facet-pagination .facetwp-pager .facetwp-page {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.pagination #pagination-bottom .page-numbers:hover,
.pagination #pagination-bottom .facetwp-page:hover,
.pagination .facetwp-pager .page-numbers:hover,
.pagination .facetwp-pager .facetwp-page:hover,
.facetwp-facet-pagination #pagination-bottom .page-numbers:hover,
.facetwp-facet-pagination #pagination-bottom .facetwp-page:hover,
.facetwp-facet-pagination .facetwp-pager .page-numbers:hover,
.facetwp-facet-pagination .facetwp-pager .facetwp-page:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.pagination #pagination-bottom .page-numbers.current, .pagination #pagination-bottom .page-numbers.active,
.pagination #pagination-bottom .facetwp-page.current,
.pagination #pagination-bottom .facetwp-page.active,
.pagination .facetwp-pager .page-numbers.current,
.pagination .facetwp-pager .page-numbers.active,
.pagination .facetwp-pager .facetwp-page.current,
.pagination .facetwp-pager .facetwp-page.active,
.facetwp-facet-pagination #pagination-bottom .page-numbers.current,
.facetwp-facet-pagination #pagination-bottom .page-numbers.active,
.facetwp-facet-pagination #pagination-bottom .facetwp-page.current,
.facetwp-facet-pagination #pagination-bottom .facetwp-page.active,
.facetwp-facet-pagination .facetwp-pager .page-numbers.current,
.facetwp-facet-pagination .facetwp-pager .page-numbers.active,
.facetwp-facet-pagination .facetwp-pager .facetwp-page.current,
.facetwp-facet-pagination .facetwp-pager .facetwp-page.active {
  font-weight: 700;
  color: hsl(0, 0%, 0%);
  color: var(--theme-color-primary);
}
.pagination #pagination-bottom .page-numbers.current:hover, .pagination #pagination-bottom .page-numbers.active:hover,
.pagination #pagination-bottom .facetwp-page.current:hover,
.pagination #pagination-bottom .facetwp-page.active:hover,
.pagination .facetwp-pager .page-numbers.current:hover,
.pagination .facetwp-pager .page-numbers.active:hover,
.pagination .facetwp-pager .facetwp-page.current:hover,
.pagination .facetwp-pager .facetwp-page.active:hover,
.facetwp-facet-pagination #pagination-bottom .page-numbers.current:hover,
.facetwp-facet-pagination #pagination-bottom .page-numbers.active:hover,
.facetwp-facet-pagination #pagination-bottom .facetwp-page.current:hover,
.facetwp-facet-pagination #pagination-bottom .facetwp-page.active:hover,
.facetwp-facet-pagination .facetwp-pager .page-numbers.current:hover,
.facetwp-facet-pagination .facetwp-pager .page-numbers.active:hover,
.facetwp-facet-pagination .facetwp-pager .facetwp-page.current:hover,
.facetwp-facet-pagination .facetwp-pager .facetwp-page.active:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.pagination #pagination-bottom .prev.page-numbers,
.pagination #pagination-bottom .next.page-numbers,
.pagination #pagination-bottom .prev.facetwp-page,
.pagination #pagination-bottom .next.facetwp-page,
.pagination .facetwp-pager .prev.page-numbers,
.pagination .facetwp-pager .next.page-numbers,
.pagination .facetwp-pager .prev.facetwp-page,
.pagination .facetwp-pager .next.facetwp-page,
.facetwp-facet-pagination #pagination-bottom .prev.page-numbers,
.facetwp-facet-pagination #pagination-bottom .next.page-numbers,
.facetwp-facet-pagination #pagination-bottom .prev.facetwp-page,
.facetwp-facet-pagination #pagination-bottom .next.facetwp-page,
.facetwp-facet-pagination .facetwp-pager .prev.page-numbers,
.facetwp-facet-pagination .facetwp-pager .next.page-numbers,
.facetwp-facet-pagination .facetwp-pager .prev.facetwp-page,
.facetwp-facet-pagination .facetwp-pager .next.facetwp-page {
  background-color: hsl(0, 0%, 0%);
  background-color: var(--theme-color-primary);
  color: hsl(0, 0%, 100%);
  border-radius: 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination #pagination-bottom .prev.page-numbers .pagination-item,
.pagination #pagination-bottom .next.page-numbers .pagination-item,
.pagination #pagination-bottom .prev.facetwp-page .pagination-item,
.pagination #pagination-bottom .next.facetwp-page .pagination-item,
.pagination .facetwp-pager .prev.page-numbers .pagination-item,
.pagination .facetwp-pager .next.page-numbers .pagination-item,
.pagination .facetwp-pager .prev.facetwp-page .pagination-item,
.pagination .facetwp-pager .next.facetwp-page .pagination-item,
.facetwp-facet-pagination #pagination-bottom .prev.page-numbers .pagination-item,
.facetwp-facet-pagination #pagination-bottom .next.page-numbers .pagination-item,
.facetwp-facet-pagination #pagination-bottom .prev.facetwp-page .pagination-item,
.facetwp-facet-pagination #pagination-bottom .next.facetwp-page .pagination-item,
.facetwp-facet-pagination .facetwp-pager .prev.page-numbers .pagination-item,
.facetwp-facet-pagination .facetwp-pager .next.page-numbers .pagination-item,
.facetwp-facet-pagination .facetwp-pager .prev.facetwp-page .pagination-item,
.facetwp-facet-pagination .facetwp-pager .next.facetwp-page .pagination-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination #pagination-bottom .prev.page-numbers.disabled,
.pagination #pagination-bottom .next.page-numbers.disabled,
.pagination #pagination-bottom .prev.facetwp-page.disabled,
.pagination #pagination-bottom .next.facetwp-page.disabled,
.pagination .facetwp-pager .prev.page-numbers.disabled,
.pagination .facetwp-pager .next.page-numbers.disabled,
.pagination .facetwp-pager .prev.facetwp-page.disabled,
.pagination .facetwp-pager .next.facetwp-page.disabled,
.facetwp-facet-pagination #pagination-bottom .prev.page-numbers.disabled,
.facetwp-facet-pagination #pagination-bottom .next.page-numbers.disabled,
.facetwp-facet-pagination #pagination-bottom .prev.facetwp-page.disabled,
.facetwp-facet-pagination #pagination-bottom .next.facetwp-page.disabled,
.facetwp-facet-pagination .facetwp-pager .prev.page-numbers.disabled,
.facetwp-facet-pagination .facetwp-pager .next.page-numbers.disabled,
.facetwp-facet-pagination .facetwp-pager .prev.facetwp-page.disabled,
.facetwp-facet-pagination .facetwp-pager .next.facetwp-page.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.single-job__title {
  font-size: max(calc(3.8297645995vw + 2.1170087647vh), 2.75rem);
}

.single-job__about {
  width: 75%;
}

.single-job__header .btn {
  margin-top: 1.5rem;
}

@media (max-width: 767.98px) {
  .single-job .col-md-6 {
    margin-top: 1.5rem;
  }
  .single-job .col-md-6:first-child {
    margin-top: 0;
  }
}

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

.archive__title__col {
  -ms-flex-negative: 0;
      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);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.archive__col {
  -ms-flex-negative: 0;
      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);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
  margin-top: 2.25rem;
}

.archive__pagination__col {
  -ms-flex-negative: 0;
      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);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-top: 9rem;
}

.align-items-start,
.align-items-center,
.align-items-end,
.justify-content-start,
.justify-content-center,
.justify-content-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.triggercode #BorlabsCookieBox .cookie-box > div > div > div > div._brlbs-flex-center,
.triggercode #BorlabsCookieBox .cookie-preference > div > div > div > div > div > div._brlbs-flex-center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: 1rem;
}
.triggercode #BorlabsCookieBox .cookie-preference ._brlbs-btn,
.triggercode #BorlabsCookieBox .cookie-preference ._brlbs-btn:hover,
.triggercode #BorlabsCookieBox ._brlbs-btn,
.triggercode #BorlabsCookieBox ._brlbs-btn:hover {
  color: hsl(0, 0%, 100%) !important;
}
.triggercode #BorlabsCookieBox .cookie-preference ._brlbs-btn,
.triggercode #BorlabsCookieBox .cookie-preference ._brlbs-btn:hover,
.triggercode #BorlabsCookieBox ._brlbs-btn,
.triggercode #BorlabsCookieBox ._brlbs-btn:hover {
  padding: 0.375rem 1.5rem;
  font-weight: 500;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-radius: 0;
  border: 2px solid transparent;
  font-size: 1.125rem;
  line-height: 1.5;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: hsl(0, 0%, 0%);
  background-color: var(--theme-color-primary);
  border-color: hsl(0, 0%, 0%);
  border-color: var(--theme-color-primary);
  color: hsl(0, 0%, 100%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.triggercode #BorlabsCookieBox .cookie-preference ._brlbs-btn:hover,
.triggercode #BorlabsCookieBox .cookie-preference ._brlbs-btn:hover:hover,
.triggercode #BorlabsCookieBox ._brlbs-btn:hover,
.triggercode #BorlabsCookieBox ._brlbs-btn:hover:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.triggercode #BorlabsCookieBox .cookie-preference ._brlbs-btn svg,
.triggercode #BorlabsCookieBox .cookie-preference ._brlbs-btn:hover svg,
.triggercode #BorlabsCookieBox ._brlbs-btn svg,
.triggercode #BorlabsCookieBox ._brlbs-btn:hover svg {
  height: 1.6875rem;
  width: 1.6875rem;
}
.triggercode #BorlabsCookieBox .cookie-preference ._brlbs-btn:hover,
.triggercode #BorlabsCookieBox .cookie-preference ._brlbs-btn:hover:hover,
.triggercode #BorlabsCookieBox ._brlbs-btn:hover,
.triggercode #BorlabsCookieBox ._brlbs-btn:hover:hover {
  background-color: hsl(0deg, 0%, calc(0% - 10%));
  background-color: hsl(var(--theme-color-primary-h), var(--theme-color-primary-s), calc(var(--theme-color-primary-l) - 10%));
  border-color: hsl(0deg, 0%, calc(0% - 10%));
  border-color: hsl(var(--theme-color-primary-h), var(--theme-color-primary-s), calc(var(--theme-color-primary-l) - 10%));
  color: hsl(0, 0%, 100%);
}
.triggercode #BorlabsCookieBox ._brlbs-btn._brlbs-btn-accept-all {
  padding: 0.375rem 1.5rem;
  font-weight: 500;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-radius: 0;
  border: 2px solid transparent;
  font-size: 1.125rem;
  line-height: 1.5;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: hsl(0, 0%, 0%);
  background-color: var(--theme-color-primary);
  border-color: hsl(0, 0%, 0%);
  border-color: var(--theme-color-primary);
  color: hsl(0, 0%, 100%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.triggercode #BorlabsCookieBox ._brlbs-btn._brlbs-btn-accept-all:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.triggercode #BorlabsCookieBox ._brlbs-btn._brlbs-btn-accept-all svg {
  height: 1.6875rem;
  width: 1.6875rem;
}
.triggercode #BorlabsCookieBox ._brlbs-btn._brlbs-btn-accept-all:hover {
  background-color: hsl(0deg, 0%, calc(0% - 10%));
  background-color: hsl(var(--theme-color-primary-h), var(--theme-color-primary-s), calc(var(--theme-color-primary-l) - 10%));
  border-color: hsl(0deg, 0%, calc(0% - 10%));
  border-color: hsl(var(--theme-color-primary-h), var(--theme-color-primary-s), calc(var(--theme-color-primary-l) - 10%));
  color: hsl(0, 0%, 100%);
}

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

.triggercode #BorlabsCookieBox ._brlbs-flex-center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

.block__accordion__item__wrapper {
  padding: 1.5rem;
  background-color: hsl(0, 0%, 100%);
}
.block__accordion--frame-box-shadow .block__accordion__item__wrapper {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.block__accordion--frame-border .block__accordion__item__wrapper {
  border-bottom: 2px solid hsl(0, 0%, 0%);
  border-bottom: 2px solid var(--theme-color-primary);
}

.block__accordion__item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.block__accordion__item__header h2,
.block__accordion__item__header h3,
.block__accordion__item__header h4,
.block__accordion__item__header h5,
.block__accordion__item__header h6 {
  margin: 0;
}

.block__accordion__item-icon {
  display: block;
  width: 30px;
  height: 30px;
  /* stylelint-disable */
  background: url('data:image/svg+xml;utf8,%3csvg aria-hidden="true" focusable="false" data-prefix="fal" data-icon="chevron-down" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3e%3cpath fill="%23aaa" d="M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z"%3e%3c/path%3e%3c/svg%3e') no-repeat center;
  /* stylelint-enable */
  background-size: contain;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.-active .block__accordion__item-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.block__accordion__item__body {
  display: none;
  overflow: hidden;
}
.block__accordion__item__body .block__accordion__item__content {
  padding-top: 1.5rem;
}

.block__accordion-item + .block__accordion-item {
  margin-top: 1.5rem;
}
.block__accordion--frame-border .block__accordion-item + .block__accordion-item {
  margin-top: 0;
}

.block__quote .block__quote__wrapper {
  border-left: 4px solid hsl(0, 0%, 0%);
  border-left: 4px solid var(--theme-color-primary);
  padding-left: 0.75rem;
}
.block__quote .block__quote__quote {
  font-weight: 700;
}
.block__quote .block__quote__author,
.block__quote .block__quote__position {
  text-align: right;
  font-size: smaller;
}

.block__cta {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.cta__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cta__background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block__cta-card__wrapper {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.25rem;
}
@media (max-width: 767.98px) {
  .block__cta-card__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block__cta-card__wrapper h3,
.block__cta-card__wrapper .inner-blocks {
  color: hsl(0, 0%, 100%);
}
.block__cta-card__wrapper .block__cta-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.block__cta-card__wrapper .block__cta-card__link__wrapper {
  margin-top: 0.75rem;
}

.wp-block-group.is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wp-block-group.is-layout-flex.is-nowrap {
  -ms-flex-wrap: 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) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wp-block-group.is-layout-flex:not(.is-vertical) > * {
  margin-top: 0;
}

.block__expandable__content {
  display: none;
  overflow: hidden;
}

.icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0.5rem 0.25rem;
}

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

.block__keyvisual {
  max-width: 100vw !important;
}

.block__keyvisual {
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: auto;
  height: min(100vh - 6.5rem, 32vw + 18vh);
  min-height: 600px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .block__keyvisual {
    height: 100vh;
  }
}
.block__keyvisual h1,
.block__keyvisual .h1 {
  font-size: max(calc(3.8297645995vw + 2.1170087647vh), 2.75rem);
  word-break: break-word;
  -ms-hyphens: none;
      hyphens: none;
}
.block__keyvisual h2,
.block__keyvisual .h2 {
  font-size: max(calc(2.8723234496vw + 1.5877565735vh), 2.1875rem);
}
.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__wrapper {
  padding-top: calc(2.025rem + 9.3vw);
  padding-bottom: calc(2.025rem + 9.3vw);
}
@media (min-width: 1200px) {
  .keyvisual__wrapper {
    padding-top: 9rem;
  }
}
@media (min-width: 1200px) {
  .keyvisual__wrapper {
    padding-bottom: 9rem;
  }
}
.keyvisual__wrapper,
.keyvisual__wrapper .container,
.keyvisual__wrapper .container > .wp-block-group {
  height: 100%;
}
.keyvisual__wrapper .container > .wp-block-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.keyvisual__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.wp-admin .keyvisual__background {
  z-index: 0;
}
.keyvisual__background img,
.keyvisual__background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.keyvisual__animation {
  position: absolute;
  top: 6.5rem;
  right: 0;
  bottom: 0;
  left: 0;
  height: calc(100% - 6.5rem);
  width: 100%;
}
.keyvisual__animation .keyvisual__animation__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.keyvisual__animation .keyvisual__animation__wrapper .keyvisual__chip__top-left,
.keyvisual__animation .keyvisual__animation__wrapper .keyvisual__chip__bottom-left,
.keyvisual__animation .keyvisual__animation__wrapper .keyvisual__chip__top-right,
.keyvisual__animation .keyvisual__animation__wrapper .keyvisual__chip__bottom-right {
  position: absolute;
  width: calc(6vw + 6vh);
  height: calc(6vw + 6vh);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.keyvisual__animation .keyvisual__animation__wrapper .keyvisual__chip__top-left {
  left: 1.5rem;
  top: 0;
  /* stylelint-disable */
  background: url('data:image/svg+xml;utf8,%3csvg width="78" height="200" viewBox="0 0 78 200" fill="none" xmlns="http://www.w3.org/2000/svg"%3e %3cg clip-path="url%28%23clip0_2136_6644%29"%3e %3crect width="78" height="200" transform="translate%2878 200%29 rotate%28-180%29" fill="white"/%3e %3cpath d="M78 0L52.006 -2.27247e-06L25.9881 -4.54703e-06L2.22577e-06 -6.81898e-06L-1.52588e-05 200L25.994 200L52.006 200L78 200L78 0Z" fill="white"/%3e%3c/g%3e%3cdefs%3e%3cclipPath id="clip0_2136_6644"%3e%3crect width="78" height="200" fill="white" transform="translate%2878 200%29 rotate%28-180%29"/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e') center center/contain;
  /* stylelint-enable */
  background-repeat: no-repeat;
}
.keyvisual__animation .keyvisual__animation__wrapper .keyvisual__chip__bottom-left {
  left: 1.5rem;
  bottom: 1.5rem;
  /* stylelint-disable */
  background: url('data:image/svg+xml;utf8,%3csvg width="152" height="150" viewBox="0 0 152 150" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cg clip-path="url%28%23clip0_2136_6646%29"%3e%3cpath d="M-3.39126e-05 77.67C19.0444 77.685 37.2929 85.23 50.7502 98.67C64.2075 112.11 71.7772 130.32 71.7772 149.31C71.7772 149.49 71.7772 149.67 71.7772 149.85C71.7772 149.895 71.7772 149.955 71.7772 150L151.079 150C151.289 86.97 117.601 38.73 66.3702 15.36C45.7487 5.265 23.0846 0.0149944 0.120132 -6.59867e-06L-3.05176e-05 -6.60392e-06L-3.39126e-05 77.67Z" fill="white"/%3e%3c/g%3e%3cdefs%3e%3cclipPath id="clip0_2136_6646"%3e%3crect width="150" height="151.079" fill="white" transform="translate%28151.079%29 rotate%2890%29"/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e') center center/contain;
  /* stylelint-enable */
  background-repeat: no-repeat;
}
.keyvisual__animation .keyvisual__animation__wrapper .keyvisual__chip__bottom-right {
  right: 1.5rem;
  bottom: 1.5rem;
  /* stylelint-disable */
  background: url('data:image/svg+xml;utf8,%3csvg width="78" height="200" viewBox="0 0 78 200" fill="none" xmlns="http://www.w3.org/2000/svg"%3e %3cg clip-path="url%28%23clip0_2136_6644%29"%3e %3crect width="78" height="200" transform="translate%2878 200%29 rotate%28-180%29" fill="white"/%3e %3cpath d="M78 0L52.006 -2.27247e-06L25.9881 -4.54703e-06L2.22577e-06 -6.81898e-06L-1.52588e-05 200L25.994 200L52.006 200L78 200L78 0Z" fill="white"/%3e%3c/g%3e%3cdefs%3e%3cclipPath id="clip0_2136_6644"%3e%3crect width="78" height="200" fill="white" transform="translate%2878 200%29 rotate%28-180%29"/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e') center center/contain;
  /* stylelint-enable */
  background-repeat: no-repeat;
}
.keyvisual__animation .keyvisual__animation__wrapper .keyvisual__chip__top-right {
  right: 1.5rem;
  top: 0;
  /* stylelint-disable */
  background: url('data:image/svg+xml;utf8,%3csvg width="152" height="150" viewBox="0 0 152 150" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cg clip-path="url%28%23clip0_2136_6646%29"%3e%3cpath d="M-3.39126e-05 77.67C19.0444 77.685 37.2929 85.23 50.7502 98.67C64.2075 112.11 71.7772 130.32 71.7772 149.31C71.7772 149.49 71.7772 149.67 71.7772 149.85C71.7772 149.895 71.7772 149.955 71.7772 150L151.079 150C151.289 86.97 117.601 38.73 66.3702 15.36C45.7487 5.265 23.0846 0.0149944 0.120132 -6.59867e-06L-3.05176e-05 -6.60392e-06L-3.39126e-05 77.67Z" fill="white"/%3e%3c/g%3e%3cdefs%3e%3cclipPath id="clip0_2136_6646"%3e%3crect width="150" height="151.079" fill="white" transform="translate%28151.079%29 rotate%2890%29"/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e') center center/contain;
  /* stylelint-enable */
  background-repeat: no-repeat;
}

.keyvisual__video__fullscreen {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.keyvisual__video__fullscreen svg {
  fill: hsl(0, 0%, 0%);
  fill: var(--theme-color-primary);
  width: 2.5rem;
  height: 2.5rem;
}

@media (max-width: 767.98px) {
  .block__keyvisual.block__keyvisual--type-single-chip {
    height: 100%;
  }
}
.block__keyvisual.block__keyvisual--type-single-chip .keyvisual__wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.block__keyvisual.block__keyvisual--type-single-chip .keyvisual__wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media (max-width: 767.98px) {
  .block__keyvisual.block__keyvisual--type-single-chip .keyvisual__wrapper .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 400px;
  }
}
.block__keyvisual.block__keyvisual--type-single-chip .keyvisual__wrapper .container h1 {
  -ms-hyphens: auto;
      hyphens: auto;
}
.block__keyvisual.block__keyvisual--type-single-chip .keyvisual__single-chip {
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block__keyvisual.block__keyvisual--type-single-chip .wp-block-group {
  width: 100%;
}

.block__keyvisual.block__keyvisual--type-overlapping-banner {
  height: 110vh;
}
@media (max-width: 767.98px) {
  .block__keyvisual.block__keyvisual--type-overlapping-banner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .block__keyvisual.block__keyvisual--type-overlapping-banner {
    height: 90vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block__keyvisual.block__keyvisual--type-overlapping-banner .keyvisual__background {
  height: 90%;
}
.block__keyvisual.block__keyvisual--type-overlapping-banner .keyvisual__background::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: -o-linear-gradient(352deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(98deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 767.98px) {
  .block__keyvisual.block__keyvisual--type-overlapping-banner .keyvisual__background::after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .block__keyvisual.block__keyvisual--type-overlapping-banner .keyvisual__wrapper {
    background-color: hsl(0, 0%, 0%);
    background-color: var(--theme-color-primary);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.block__keyvisual.block__keyvisual--type-overlapping-banner .keyvisual__wrapper::before {
  content: "";
  background-color: hsl(0, 0%, 0%);
  background-color: var(--theme-color-primary);
  width: 40%;
  height: 110%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .block__keyvisual.block__keyvisual--type-overlapping-banner .keyvisual__wrapper::before {
    display: none;
  }
}
.block__keyvisual.block__keyvisual--type-overlapping-banner .keyvisual__wrapper .container .wp-block-group {
  max-width: 50vw;
}
@media (max-width: 767.98px) {
  .block__keyvisual.block__keyvisual--type-overlapping-banner .keyvisual__wrapper .container .wp-block-group {
    max-width: 100%;
  }
}
.block__keyvisual.block__keyvisual--type-overlapping-banner .keyvisual__wrapper .container .wp-block-group > * {
  margin-right: auto;
}

.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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d {
  -webkit-perspective: 1200px;
          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 {
  -webkit-transform-style: preserve-3d;
          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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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 {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          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-left: 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-top: 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;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #007aff;
  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 {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            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;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          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: 8px;
  bottom: var(--swiper-pagination-bottom, 8px);
  top: auto;
  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 {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

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

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

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

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 8px;
  right: var(--swiper-pagination-right, 8px);
  left: auto;
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  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%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-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;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  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%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-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 {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

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

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

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  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: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          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: 4px;
  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: 4px;
  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: 50%;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - 44px / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #007aff;
  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 {
  text-transform: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  -webkit-font-feature-settings: ;
          font-feature-settings: ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  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: 10px;
  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-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper {
  --swiper-theme-color: var(--theme-color-primary);
  --swiper-pagination-bullet-inactive-color: var(--theme-color-primary);
  padding-bottom: 2.25rem;
}

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

.swiper-pagination-bullet {
  text-indent: 1000px;
  overflow: hidden;
  white-space: nowrap;
  margin: 0.375rem;
}

.swiper-pagination-bullet.current {
  opacity: 1;
}

.swiper-wrapper:hover {
  cursor: pointer;
}

.swiper-pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.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(2.025rem + 9.3vw);
}
@media (min-width: 1200px) {
  .block__spacer.block__spacer--extra-large {
    height: 9rem;
  }
}

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

.block__card__wrapper,
.block__teaser__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.block__card,
.block__teaser {
  height: 100%;
}
.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;
  -o-object-fit: cover;
     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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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 {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.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 hsl(0, 0%, 0%);
  border: 2px solid var(--theme-color-primary);
}
.block__card.block__card--style-box-shadow .block__card__wrapper,
.block__card.block__card--style-box-shadow .block__teaser__wrapper, .block__card.block__teaser--style-box-shadow .block__card__wrapper,
.block__card.block__teaser--style-box-shadow .block__teaser__wrapper,
.block__teaser.block__card--style-box-shadow .block__card__wrapper,
.block__teaser.block__card--style-box-shadow .block__teaser__wrapper,
.block__teaser.block__teaser--style-box-shadow .block__card__wrapper,
.block__teaser.block__teaser--style-box-shadow .block__teaser__wrapper {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.block__card.block__card--style-box-shadow .block__card__wrapper,
.block__teaser.block__card--style-box-shadow .block__card__wrapper {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.block__card__content {
  padding: calc(1.275rem + 0.3vw);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 1200px) {
  .block__card__content {
    padding: 1.5rem;
  }
}

.block__card__content,
.block__teaser__content {
  padding: calc(1.275rem + 0.3vw);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 1200px) {
  .block__card__content,
  .block__teaser__content {
    padding: 1.5rem;
  }
}

.block__card__content.inner-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block__card__content.inner-blocks .block__button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.block__teaser .block__teaser__wrapper {
  border-radius: 0;
}
.block__teaser .block__teaser__content {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767.98px) {
  .jobs__tags .tag {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .jobs__tags .tag + .tag {
    margin-top: 0.25rem;
  }
}

.block__post-person__wrapper {
  background-color: hsl(0, 0%, 100%);
  padding: 2.25rem;
  height: 100%;
  border-radius: 0.5rem;
}
.block__post-person--frame-box-shadow .block__post-person__wrapper {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.block__post-person--frame-border .block__post-person__wrapper {
  border: 2px solid hsl(0, 0%, 0%);
  border: 2px solid var(--theme-color-primary);
}

.block__post-person__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block__post-person__image img {
  max-width: 16rem;
  margin: auto;
  border-radius: 50%;
}

.block__post-person__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.25rem;
}
.block__post-person__header .block__post-person__name {
  font-size: 1.6875rem;
}

.block__post-person__text {
  margin-top: 2.25rem;
}

.block__post-person__social-media {
  margin-top: 1.5rem;
}

.btn {
  padding: 0.375rem 1.5rem;
  font-weight: 500;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-radius: 0;
  border: 2px solid transparent;
  font-size: 1.125rem;
  line-height: 1.5;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.btn svg {
  height: 1.6875rem;
  width: 1.6875rem;
}

.btn--primary {
  background-color: hsl(0, 0%, 0%);
  background-color: var(--theme-color-primary);
  border-color: hsl(0, 0%, 0%);
  border-color: var(--theme-color-primary);
  color: hsl(0, 0%, 100%);
}
.btn--primary:hover {
  background-color: hsl(0deg, 0%, calc(0% - 10%));
  background-color: hsl(var(--theme-color-primary-h), var(--theme-color-primary-s), calc(var(--theme-color-primary-l) - 10%));
  border-color: hsl(0deg, 0%, calc(0% - 10%));
  border-color: hsl(var(--theme-color-primary-h), var(--theme-color-primary-s), calc(var(--theme-color-primary-l) - 10%));
  color: hsl(0, 0%, 100%);
}
.btn--primary.btn--ghost {
  border-color: hsl(0, 0%, 0%);
  border-color: var(--theme-color-primary);
  color: hsl(0, 0%, 0%);
  color: var(--theme-color-primary);
  background-color: transparent;
}
.btn--primary.btn--ghost:hover {
  background-color: transparent;
  border-color: hsl(0deg, 0%, calc(0% - 10%));
  border-color: hsl(var(--theme-color-primary-h), var(--theme-color-primary-s), calc(var(--theme-color-primary-l) - 10%));
  color: hsl(0deg, 0%, calc(0% - 10%));
  color: hsl(var(--theme-color-primary-h), var(--theme-color-primary-s), calc(var(--theme-color-primary-l) - 10%));
}
.btn--primary.btn--inverted {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 0%);
  color: var(--theme-color-primary);
}
.btn--primary.btn--inverted:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: hsl(0, 0%, 0%);
  color: var(--theme-color-primary);
}

.btn--secondary {
  background-color: hsl(
    0, 55%, 44%
  );
  background-color: var(--theme-color-secondary);
  border-color: hsl(
    0, 55%, 44%
  );
  border-color: var(--theme-color-secondary);
  color: hsl(0, 0%, 100%);
}
.btn--secondary:hover {
  background-color: hsl(0deg, 55%, calc(44% - 10%));
  background-color: hsl(var(--theme-color-secondary-h), var(--theme-color-secondary-s), calc(var(--theme-color-secondary-l) - 10%));
  border-color: hsl(0deg, 55%, calc(44% - 10%));
  border-color: hsl(var(--theme-color-secondary-h), var(--theme-color-secondary-s), calc(var(--theme-color-secondary-l) - 10%));
  color: hsl(0, 0%, 100%);
}
.btn--secondary.btn--ghost {
  border-color: hsl(
    0, 55%, 44%
  );
  border-color: var(--theme-color-secondary);
  color: hsl(
    0, 55%, 44%
  );
  color: var(--theme-color-secondary);
  background-color: transparent;
}
.btn--secondary.btn--ghost:hover {
  background-color: transparent;
  border-color: hsl(0deg, 55%, calc(44% - 10%));
  border-color: hsl(var(--theme-color-secondary-h), var(--theme-color-secondary-s), calc(var(--theme-color-secondary-l) - 10%));
  color: hsl(0deg, 55%, calc(44% - 10%));
  color: hsl(var(--theme-color-secondary-h), var(--theme-color-secondary-s), calc(var(--theme-color-secondary-l) - 10%));
}
.btn--secondary.btn--inverted {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  color: hsl(
    0, 55%, 44%
  );
  color: var(--theme-color-secondary);
}
.btn--secondary.btn--inverted:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: hsl(
    0, 55%, 44%
  );
  color: var(--theme-color-secondary);
}

.btn--align-left .button__link {
  text-align: left;
}

.btn--align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn--align-center .button__link {
  text-align: center;
}

.btn--align-right .button__link {
  text-align: right;
}

.btn--link {
  padding-left: 0;
  padding-right: 0;
  color: hsl(0, 0%, 0%);
  color: var(--theme-color-primary);
}

.block__horizontal-accordion {
  background-color: hsl(0, 0%, 0%);
  min-height: 60vh;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.horizontal-accordion__inner-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
}
.horizontal-accordion__inner-blocks > * + div {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .horizontal-accordion__inner-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.block__horizontal-accordion-item {
  scroll-margin-top: 5.5rem;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 10%;
}
@media (max-width: 767.98px) {
  .block__horizontal-accordion-item {
    max-width: 100%;
  }
}
.block__horizontal-accordion-item:not(.-active) .horizontal-accordion-item__content {
  cursor: pointer;
}
.block__horizontal-accordion-item.-active {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60%;
  max-width: 60%;
}
[data-horizontal-accordion-children-value="6"] .block__horizontal-accordion-item.-active {
  width: 50%;
  max-width: 50%;
}
[data-horizontal-accordion-children-value="4"] .block__horizontal-accordion-item.-active {
  width: 70%;
  max-width: 70%;
}
@media (max-width: 767.98px) {
  .block__horizontal-accordion-item.-active {
    max-width: 100% !important;
    width: 100% !important;
  }
}
.block__horizontal-accordion-item.-active .horizontal-accordion-item__inner-blocks {
  display: block;
  max-width: 800px;
}
.block__horizontal-accordion-item.-active .horizontal-accordion-item__inner-blocks > * {
  display: block;
}
.block__horizontal-accordion-item.-active .horizontal-accordion-item__background-image {
  position: relative;
  height: 24vh;
  width: 100%;
}
.block__horizontal-accordion-item.-active .horizontal-accordion-item__background-image::after {
  background-color: transparent;
}
.block__horizontal-accordion-item.-active .horizontal-accordion__item-icon {
  display: none;
}
.block__horizontal-accordion-item.-active .horizontal-accordion-item__content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.block__horizontal-accordion-item.-active h4 {
  font-size: calc(1.35rem + 1.2vw);
  -webkit-writing-mode: inherit;
      -ms-writing-mode: inherit;
          writing-mode: inherit;
  display: block;
  max-width: 800px;
  color: hsl(0, 0%, 0%);
  color: var(--theme-color-primary);
  padding-left: calc(0.75 * var(--tc-gutter-x));
  padding-right: calc(0.75 * var(--tc-gutter-x));
}
@media (min-width: 1200px) {
  .block__horizontal-accordion-item.-active h4 {
    font-size: 2.25rem;
  }
}
.block__horizontal-accordion-item.-active h4 span {
  display: inline;
}
.block__horizontal-accordion-item.-active h4 span > span {
  color: hsl(0, 0%, 100%);
  font-size: calc(1.29375rem + 0.525vw);
}
@media (min-width: 1200px) {
  .block__horizontal-accordion-item.-active h4 span > span {
    font-size: 1.6875rem;
  }
}

.horizontal-accordion-item__content {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.horizontal-accordion-item__content > * {
  z-index: 1;
}
.horizontal-accordion-item__content h4 {
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
  padding: 0.75rem 1.5rem;
  color: hsl(0, 0%, 100%);
  word-wrap: break-word;
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.horizontal-accordion-item__content h4 span {
  display: none;
}
.horizontal-accordion-item__content h4.flipping {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .horizontal-accordion-item__content h4 {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    padding: 0.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .horizontal-accordion-item__content {
    border-bottom: 1px solid hsl(0, 0%, 100%);
  }
}

.horizontal-accordion-item__background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.horizontal-accordion-item__background-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.horizontal-accordion-item__background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.horizontal-accordion__item-icon {
  color: hsl(0, 0%, 0%);
  color: var(--theme-color-primary);
  width: 6rem;
  height: 6rem;
}
.horizontal-accordion__item-icon:hover {
  cursor: pointer;
}

.horizontal-accordion-item__inner-blocks {
  display: none;
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 0%);
  padding: calc(0.75 * var(--tc-gutter-x));
}
.horizontal-accordion-item__inner-blocks .wp-block-heading {
  word-wrap: break-word;
}
.horizontal-accordion-item__inner-blocks > * {
  display: none;
}

.block__image-with-chip {
  --icon-with-chip-offset: -25%;
  position: relative;
  color: hsl(0, 0%, 0%);
  color: var(--theme-color-primary);
}
@media (max-width: 991.98px) {
  .block__image-with-chip {
    --icon-with-chip-offset: -20%;
  }
}

.image-with-chip__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.image-with-chip__image {
  position: relative;
}
@media (max-width: 991.98px) {
  .image-with-chip__image {
    width: 75%;
  }
}
@media (max-width: 575.98px) {
  .image-with-chip__image {
    width: 100%;
  }
  .image-with-chip__image img {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

.image-with-chip__chip {
  position: absolute;
  top: var(--icon-with-chip-offset);
  width: 320px;
  height: 320px;
  z-index: -1;
}
.image-with-chip__chip svg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .image-with-chip__chip {
    width: 70%;
    padding-top: 70%;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .image-with-chip__chip {
    display: none;
  }
}

.image-with-chip__chip--left {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  left: var(--icon-with-chip-offset);
}

.image-with-chip__chip--right {
  right: var(--icon-with-chip-offset);
}

.block__si-steps .slider {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.block__si-steps .swiper {
  width: 100%;
}
@media (max-width: 767.98px) {
  .block__si-steps .swiper {
    margin-top: 1.5rem;
  }
}
.block__si-steps .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.si-steps__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  left: 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .si-steps__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

.si-steps__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 0%);
  padding: 0.75rem 1.5rem;
}
@media (max-width: 767.98px) {
  .si-steps__overlay {
    padding: 0.75rem 0;
  }
}
.si-steps__overlay .si-steps__overlay__number {
  background-color: hsl(0, 0%, 0%);
  background-color: var(--theme-color-primary);
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: hsl(0, 0%, 100%);
  font-size: 2.25rem;
  line-height: 100%;
  margin-right: 0.75rem;
  aspect-ratio: 1;
  margin-top: -0.5rem;
}
.si-steps__overlay .si-steps__overlay__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.si-steps__overlay h3 {
  color: hsl(0, 0%, 0%);
}

.si-steps__image-wrapper {
  z-index: 2;
  position: relative;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.98px) {
  .si-steps__image-wrapper {
    width: 70%;
    margin: 0 auto;
  }
}
.si-steps__image-wrapper svg {
  max-width: 40rem;
  width: 100%;
  height: 100%;
}
.si-steps__image-wrapper .si-steps__image-wrapper__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.si-steps__image-wrapper .si-steps__image-wrapper__logo img {
  height: 5rem;
  width: auto;
}

.si-steps__close {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  bottom: auto;
  left: auto;
  opacity: 0;
  pointer-events: none;
  color: white;
  z-index: 1;
}
.si-steps__close svg {
  width: 1.5rem;
  height: 1.5rem;
}
.-active .si-steps__close {
  pointer-events: all;
  opacity: 1;
}

.si-steps__tooltip {
  -webkit-transform: all 1s ease;
      -ms-transform: all 1s ease;
          transform: all 1s ease;
  display: none;
  position: absolute;
  z-index: 3;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  max-width: 12rem;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.95625rem;
}
.si-steps__tooltip::after {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border: 6px solid hsl(0, 0%, 0%);
  border-color: hsl(0, 0%, 0%) transparent transparent transparent;
}

#step-1 > path {
  fill: hsl(0, 0%, 83%) !important;
}

#step-1:hover > path:not([fill=white]) {
  fill: hsl(0, 0%, 0%) !important;
  fill: var(--theme-color-primary) !important;
}

#step-1:hover > path:not([fill=white]) {
  cursor: pointer;
}

#step-1 > path:not([fill=white]) {
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

#step-1.-active > path:not([fill=white]),
#step-1.-highlighted > path:not([fill=white]) {
  fill: hsl(0, 0%, 0%) !important;
  fill: var(--theme-color-primary) !important;
}

#step-1 > [fill=white] {
  opacity: 1;
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.-active #step-1 > [fill=white] {
  opacity: 0;
}

#step-2 > path {
  fill: hsl(0, 0%, 83%) !important;
}

#step-2:hover > path:not([fill=white]) {
  fill: hsl(0, 0%, 0%) !important;
  fill: var(--theme-color-primary) !important;
}

#step-2:hover > path:not([fill=white]) {
  cursor: pointer;
}

#step-2 > path:not([fill=white]) {
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

#step-2.-active > path:not([fill=white]),
#step-2.-highlighted > path:not([fill=white]) {
  fill: hsl(0, 0%, 0%) !important;
  fill: var(--theme-color-primary) !important;
}

#step-2 > [fill=white] {
  opacity: 1;
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.-active #step-2 > [fill=white] {
  opacity: 0;
}

#step-3 > path {
  fill: hsl(0, 0%, 83%) !important;
}

#step-3:hover > path:not([fill=white]) {
  fill: hsl(0, 0%, 0%) !important;
  fill: var(--theme-color-primary) !important;
}

#step-3:hover > path:not([fill=white]) {
  cursor: pointer;
}

#step-3 > path:not([fill=white]) {
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

#step-3.-active > path:not([fill=white]),
#step-3.-highlighted > path:not([fill=white]) {
  fill: hsl(0, 0%, 0%) !important;
  fill: var(--theme-color-primary) !important;
}

#step-3 > [fill=white] {
  opacity: 1;
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.-active #step-3 > [fill=white] {
  opacity: 0;
}

#step-4 > path {
  fill: hsl(0, 0%, 83%) !important;
}

#step-4:hover > path:not([fill=white]) {
  fill: hsl(0, 0%, 0%) !important;
  fill: var(--theme-color-primary) !important;
}

#step-4:hover > path:not([fill=white]) {
  cursor: pointer;
}

#step-4 > path:not([fill=white]) {
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

#step-4.-active > path:not([fill=white]),
#step-4.-highlighted > path:not([fill=white]) {
  fill: hsl(0, 0%, 0%) !important;
  fill: var(--theme-color-primary) !important;
}

#step-4 > [fill=white] {
  opacity: 1;
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.-active #step-4 > [fill=white] {
  opacity: 0;
}

#step-5 > path {
  fill: hsl(0, 0%, 83%) !important;
}

#step-5:hover > path:not([fill=white]) {
  fill: hsl(0, 0%, 0%) !important;
  fill: var(--theme-color-primary) !important;
}

#step-5:hover > path:not([fill=white]) {
  cursor: pointer;
}

#step-5 > path:not([fill=white]) {
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

#step-5.-active > path:not([fill=white]),
#step-5.-highlighted > path:not([fill=white]) {
  fill: hsl(0, 0%, 0%) !important;
  fill: var(--theme-color-primary) !important;
}

#step-5 > [fill=white] {
  opacity: 1;
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.-active #step-5 > [fill=white] {
  opacity: 0;
}

#step-6 > path {
  fill: hsl(0, 0%, 83%) !important;
}

#step-6:hover > path:not([fill=white]) {
  fill: hsl(0, 0%, 0%) !important;
  fill: var(--theme-color-primary) !important;
}

#step-6:hover > path:not([fill=white]) {
  cursor: pointer;
}

#step-6 > path:not([fill=white]) {
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

#step-6.-active > path:not([fill=white]),
#step-6.-highlighted > path:not([fill=white]) {
  fill: hsl(0, 0%, 0%) !important;
  fill: var(--theme-color-primary) !important;
}

#step-6 > [fill=white] {
  opacity: 1;
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.-active #step-6 > [fill=white] {
  opacity: 0;
}

#step-7 > path {
  fill: hsl(0, 0%, 83%) !important;
}

#step-7:hover > path:not([fill=white]) {
  fill: hsl(0, 0%, 0%) !important;
  fill: var(--theme-color-primary) !important;
}

#step-7:hover > path:not([fill=white]) {
  cursor: pointer;
}

#step-7 > path:not([fill=white]) {
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

#step-7.-active > path:not([fill=white]),
#step-7.-highlighted > path:not([fill=white]) {
  fill: hsl(0, 0%, 0%) !important;
  fill: var(--theme-color-primary) !important;
}

#step-7 > [fill=white] {
  opacity: 1;
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.-active #step-7 > [fill=white] {
  opacity: 0;
}

#step-8 > path {
  fill: hsl(0, 0%, 83%) !important;
}

#step-8:hover > path:not([fill=white]) {
  fill: hsl(0, 0%, 0%) !important;
  fill: var(--theme-color-primary) !important;
}

#step-8:hover > path:not([fill=white]) {
  cursor: pointer;
}

#step-8 > path:not([fill=white]) {
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

#step-8.-active > path:not([fill=white]),
#step-8.-highlighted > path:not([fill=white]) {
  fill: hsl(0, 0%, 0%) !important;
  fill: var(--theme-color-primary) !important;
}

#step-8 > [fill=white] {
  opacity: 1;
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.-active #step-8 > [fill=white] {
  opacity: 0;
}

#step-9 > path {
  fill: hsl(0, 0%, 83%) !important;
}

#step-9:hover > path:not([fill=white]) {
  fill: hsl(0, 0%, 0%) !important;
  fill: var(--theme-color-primary) !important;
}

#step-9:hover > path:not([fill=white]) {
  cursor: pointer;
}

#step-9 > path:not([fill=white]) {
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

#step-9.-active > path:not([fill=white]),
#step-9.-highlighted > path:not([fill=white]) {
  fill: hsl(0, 0%, 0%) !important;
  fill: var(--theme-color-primary) !important;
}

#step-9 > [fill=white] {
  opacity: 1;
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.-active #step-9 > [fill=white] {
  opacity: 0;
}

#step-10 > path {
  fill: hsl(0, 0%, 83%) !important;
}

#step-10:hover > path:not([fill=white]) {
  fill: hsl(0, 0%, 0%) !important;
  fill: var(--theme-color-primary) !important;
}

#step-10:hover > path:not([fill=white]) {
  cursor: pointer;
}

#step-10 > path:not([fill=white]) {
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

#step-10.-active > path:not([fill=white]),
#step-10.-highlighted > path:not([fill=white]) {
  fill: hsl(0, 0%, 0%) !important;
  fill: var(--theme-color-primary) !important;
}

#step-10 > [fill=white] {
  opacity: 1;
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.-active #step-10 > [fill=white] {
  opacity: 0;
}

.block__decoration {
  margin: 0 !important;
}

.block__decoration {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.decoration__image {
  position: absolute;
}

.decoration-fix {
  position: relative;
  z-index: 1;
}

.contact-form-choice__form__wrapper.hidden {
  display: none;
}

.contact-form-choice__form-type {
  margin-bottom: 1.5rem;
}

.contact-form-choice__single-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}
.contact-form-choice__single-radio label,
.contact-form-choice__single-radio input {
  cursor: pointer;
}

.contact-form-choice__form__form {
  margin-top: 1.5rem;
}

.block__spline-scene {
  width: 100%;
  min-height: 25vw;
}
@media (max-width: 575.98px) {
  .block__spline-scene {
    min-height: 70vw;
  }
}
.block__spline-scene canvas {
  aspect-ratio: 16/9;
}
@media (max-width: 767.98px) {
  .block__spline-scene canvas {
    aspect-ratio: 1;
  }
}

.block__media-background {
  max-width: 100vw !important;
}

.block__media-background {
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: auto;
  overflow: hidden;
}

.media-background__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.wp-admin .media-background__background {
  z-index: 0;
}
.media-background__background img,
.media-background__background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.media-background__inner-blocks {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.media-background__inner-blocks .wp-bootstrap-blocks-row,
.media-background__inner-blocks .row {
  width: 100%;
}

.block__short-fact {
  --short-fact-item-size: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block__short-fact.block__short-fact__orientation--horizontal {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block__short-fact.block__short-fact__orientation--horizontal > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.block__short-fact.block__short-fact__orientation--horizontal > div .short-fact__icon {
  margin-right: 0.75rem;
  min-width: 10rem;
}
@media (max-width: 575.98px) {
  .block__short-fact.block__short-fact__orientation--horizontal > div .short-fact__icon {
    min-width: 5rem;
  }
}
.block__short-fact.block__short-fact__orientation--horizontal > div .short-fact__title {
  color: hsl(0, 0%, 0%);
  color: var(--theme-color-primary);
}
@media (max-width: 575.98px) {
  .block__short-fact.block__short-fact__orientation--horizontal {
    --short-fact-item-size: 2.5rem;
  }
}
.block__short-fact.block__short-fact__orientation--vertical > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  --short-fact-item-size: 8rem;
}
.block__short-fact.block__short-fact__orientation--vertical > div .short-fact__icon {
  margin-bottom: 0.75rem;
}
.block__short-fact.block__short-fact__orientation--vertical > div .short-fact__inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block__short-fact.block__short-fact__orientation--vertical > div .short-fact__inner-content > * {
  text-align: center;
}

.short-fact__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.short-fact__icon img {
  margin: 1.5rem;
  width: var(--short-fact-item-size);
  height: var(--short-fact-item-size);
}

.block__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block__slide.block__slide--image {
  background-color: hsl(0, 0%, 0%);
  background-color: var(--theme-color-primary);
}
.block__slide.block__slide--image .slide__content__wrapper {
  position: absolute;
  background-color: hsl(0, 0%, 0%);
  background-color: var(--theme-color-primary);
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  .block__slide.block__slide--image .slide__content__wrapper {
    position: relative;
  }
}
.block__slide.block__slide--image .slide__content {
  padding: 1.5rem var(--tc-gutter-x);
}
.block__slide .wp-block-group {
  margin: 0 auto;
}

.slide__image {
  width: 100%;
}
.slide__image img {
  width: 100%;
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block__timeline {
  --badge-size: 14rem;
}

.timeline__entries {
  list-style: none;
  padding-left: 0;
  position: relative;
}

.timeline__line {
  position: absolute;
  border-left: 3px dashed #eee;
}

.timeline__entry {
  padding-bottom: 9rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - var(--badge-size) / 2);
}
.timeline__entry:last-child {
  padding-bottom: 0;
}
.timeline__entry:nth-child(odd) .timeline__entry__wrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.timeline__entry:nth-child(odd) .timeline__entry__badge {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  left: auto;
  right: calc(-1 * var(--badge-size));
}
.timeline__entry:nth-child(even) {
  margin-left: auto;
}
.timeline__entry:nth-child(even) .timeline__entry__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767.98px) {
  .timeline__entry {
    margin-left: 0;
    width: 100%;
  }
  .timeline__entry .timeline__entry__wrapper {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .timeline__entry .timeline__entry__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .timeline__entry .timeline__entry__badge {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    left: 0 !important;
    position: relative !important;
  }
  .timeline__entry .timeline__entry__badge {
    aspect-ratio: 1;
  }
}
@media (max-width: 575.98px) {
  .timeline__entry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .timeline__entry .timeline__entry__wrapper {
    margin-top: 1.5rem;
    background-color: hsl(0, 0%, 100%);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
}

.timeline__entry__wrapper {
  border-radius: 2px;
  padding: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.timeline__entry__badge {
  width: var(--badge-size);
  height: var(--badge-size);
  background-color: hsl(0, 0%, 100%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  position: absolute;
  left: calc(-1 * var(--badge-size));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.timeline__entry__badge img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-height: none;
  max-height: initial;
  width: auto;
  width: 100%;
  max-width: none;
  max-width: initial;
}
.timeline__entry__badge img.has-icon-padding {
  padding: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  aspect-ratio: 1;
}

.timeline__entry__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.timeline__entry__title {
  margin-top: 0;
  color: hsl(0, 0%, 0%);
  color: var(--theme-color-primary);
}

.timeline__entry__number {
  background-color: hsl(0, 0%, 0%);
  background-color: var(--theme-color-primary);
  height: 3rem;
  width: 3rem;
  color: hsl(0, 0%, 100%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1;
}

.block__career-tile .block__career-tile__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.block__career-tile .block__career-tile__wrapper.has-primary-background-color {
  color: hsl(0, 0%, 100%);
}
.block__career-tile .btn svg {
  margin-right: 0.75rem;
}

.job-listing__job {
  border: 1px solid hsl(0, 0%, 0%);
  border: 1px solid var(--theme-color-primary);
  margin-bottom: 1.5rem;
}

.block__video {
  position: relative;
  cursor: pointer;
}
.block__video video[poster] {
  -o-object-fit: fill;
     object-fit: fill;
  aspect-ratio: 16/9;
}
.block__video:hover .video__play-button {
  opacity: 0.5;
}

.video__play-button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0.85;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.video__play-button svg {
  height: calc(1.425rem + 2.1vw);
  width: calc(1.425rem + 2.1vw);
  fill: hsl(0, 0%, 100%);
}
@media (min-width: 1200px) {
  .video__play-button svg {
    height: 3rem;
  }
}
@media (min-width: 1200px) {
  .video__play-button svg {
    width: 3rem;
  }
}
.video__play-button.--hit-play {
  display: none;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: calc(0 - 1px)) {
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (max-width: calc(576px - 1px)) {
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (max-width: calc(768px - 1px)) {
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (max-width: calc(992px - 1px)) {
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (max-width: calc(1200px - 1px)) {
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (max-width: calc(1400px - 1px)) {
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (max-width: calc(0 - 1px)) {
  .display-none-xs {
    display: none;
  }
}
@media (max-width: calc(576px - 1px)) {
  .display-none-sm {
    display: none;
  }
}
@media (max-width: calc(768px - 1px)) {
  .display-none-md {
    display: none;
  }
}
@media (max-width: calc(992px - 1px)) {
  .display-none-lg {
    display: none;
  }
}
@media (max-width: calc(1200px - 1px)) {
  .display-none-xl {
    display: none;
  }
}
@media (max-width: calc(1400px - 1px)) {
  .display-none-xxl {
    display: none;
  }
}