@charset "UTF-8";

.alignfull .wp-block-group__inner-container,
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1.5rem);
  padding-left: var(--bs-gutter-x, 1.5rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .alignfull .wp-block-group__inner-container,
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .alignfull .wp-block-group__inner-container,
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .alignfull .wp-block-group__inner-container,
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .alignfull .wp-block-group__inner-container,
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .alignfull .wp-block-group__inner-container,
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row>* {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

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

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

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

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

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

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

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

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

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

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

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

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

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

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

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

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

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

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

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

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

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

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

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

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

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

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

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

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

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

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

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

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

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

html {
  font-size: 62.5%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body,
html {
  margin: 0;
  padding: 0;
  min-height: -webkit-fill-available;
  min-height: stretch;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

*,
:after,
:before {
  box-sizing: inherit;
}

img::-moz-selection,
img::selection {
  background: 0 0;
}

dfn,
em,
i,
q {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

big {
  font-size: 120%;
}

small {
  font-size: 75%;
}

ins {
  text-decoration: underline;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

abbr,
acronym {
  cursor: help;
}

audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}

iframe,
img,
object,
svg,
video {
  max-width: 100%;
  border: none;
}

img {
  height: auto;
}

svg {
  max-height: 100%;
}

figure {
  max-width: 100%;
  margin: 0;
}

hr {
  background-color: silver;
  border: 0;
  height: 1px;
  margin: 0 0 3.2rem;
}

a[href^="tel:"] {
  border: 0;
}

ol,
ul {
  margin: 0 0 3.2rem 2.2rem;
  padding: 0;
}

ol li,
ul li {
  line-height: 1.2;
  padding: 0;
}

ol li>ol,
ol li>ul,
ul li>ol,
ul li>ul {
  margin-bottom: 0;
  margin-left: 2rem;
}

::marker {
  color: #913AA7;
}

dd,
dt {
  line-height: 1.5;
}

dt {
  font-weight: 700;
}

dt+dd {
  margin-top: 0.8rem;
}

dt+dd {
  margin-top: 0.8rem;
}

dd+dt {
  margin-top: 1.6rem;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1.6rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 3.2rem;
  border-collapse: collapse;
  background-color: transparent;
}

table td,
table th {
  padding: 1rem 1.5rem;
  vertical-align: top;
  border-top: 1px solid silver;
}

table th {
  vertical-align: bottom;
  text-align: left;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.break-link {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.overflow-hidden {
  overflow: hidden;
  height: 100vh;
}

.hide-text {
  overflow: hidden;
  padding: 0;
  text-indent: 101%;
  white-space: nowrap;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5rem;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5rem;
}

.aligncenter,
.entry-content>img:not([class]) {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.2rem;
  text-align: center;
}

@media (max-width: 575.98px) {

  .alignleft,
  .alignright {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.2rem;
    text-align: center;
  }
}

.alignnone {
  margin-bottom: 3.2rem;
  text-align: center;
}

.fluid-width-video-wrapper {
  margin-bottom: 3.2rem;
}

figure {
  margin: 0;
}

figure img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h1.center,
h2.center,
h3.center,
h4.center,
h5.center,
p.center {
  text-align: center;
}

.shopify-buy-frame iframe+div {
  margin-top: 0 !important;
}

p>iframe {
  margin: 0 auto;
}

.twitter-tweet {
  margin-bottom: 3rem !important;
}

.instagram-media {
  margin: 0 auto 3rem !important;
}

.instagram-media:before {
  display: none !important;
}

.list-style-none {
  margin: 0 0 3.2rem;
  list-style: none;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.gallery {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.gallery:after {
  display: table;
  content: "";
  clear: both;
}

.gallery-item {
  margin: 0;
  float: left;
  padding: 1.5rem;
}

.gallery-item img {
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  float: none;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6667%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(odd),
.gallery-columns-3 .gallery-item:nth-child(3n + 1),
.gallery-columns-4 .gallery-item:nth-child(4n + 1),
.gallery-columns-5 .gallery-item:nth-child(5n + 1),
.gallery-columns-6 .gallery-item:nth-child(6n + 1),
.gallery-columns-7 .gallery-item:nth-child(7n + 1),
.gallery-columns-8 .gallery-item:nth-child(8n + 1),
.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
  clear: left;
}

@media (max-width: 575.98px) {
  div[class*="gallery-columns-"] .gallery-item {
    width: 80%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-block-image {
  margin-bottom: 3.2rem;
}

.wp-block-image figcaption,
.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%;
  text-align: center;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0;
}

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

.posts-navigation {
  margin: 5rem 0 2.5rem;
  position: relative;
  border-top: 1px solid rgba(26, 26, 26, .2);
  width: 100%;
}

.nav-links {
  display: flex;
  justify-content: space-between;
}

.nav-links a {
  display: block;
  font-size: 1.6rem;
  line-height: 1.1;
  padding: 2rem 0;
  text-transform: capitalize;
}

.nav-links .nav-next,
.nav-links .nav-previous {
  display: flex;
  position: relative;
  flex: 1;
}

.nav-links .nav-next:after,
.nav-links .nav-next:before,
.nav-links .nav-previous:after,
.nav-links .nav-previous:before {
  position: absolute;
  color: #a6aeb2;
  top: 50%;
  transform: translateY(-50%);
}

.nav-links .nav-previous {
  padding-left: 2.2rem;
}

.nav-links .nav-previous:before {
  content: "←";
  left: 0;
}

.nav-links .nav-next {
  padding-right: 2.2rem;
  justify-content: flex-end;
}

.nav-links .nav-next:before {
  content: "→";
  right: 0;
}

img.alignleft {
  display: flex;
  margin-left: 0;
  margin-right: auto;
}

img.aligncenter {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  display: flex;
  margin-left: auto;
  margin-right: 0;
}

ul.page-numbers {
  list-style: none;
  display: flex;
  margin: 2.4rem 0;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  ul.page-numbers {
    justify-content: center;
  }
}

ul.page-numbers li {
  display: block;
  margin: 0 0.4rem 0.4rem 0;
  text-align: center;
}

ul.page-numbers li a,
ul.page-numbers li span {
  line-height: 1.6em;
  display: block;
  padding: 0;
  height: 3.6rem;
  width: 3.6rem;
  line-height: 3.6rem;
  font-size: 1.6rem;
  text-decoration: none;
  background: #f8f8f8;
  color: #5d6971;
}

ul.page-numbers li a.current,
ul.page-numbers li span.current {
  background: #071f60;
  color: #fff;
}

ul.page-numbers li a {
  cursor: pointer;
  color: #071f60;
}

ul.page-numbers li a.current,
ul.page-numbers li a:hover {
  color: #5d6971;
  background: #f7f7f7;
  text-decoration: none;
}

ul.page-numbers li a span {
  padding: 0;
}

.wp-block-cover {
  height: auto;
}

.wp-block-code {
  border: 1px solid rgba(26, 26, 26, .2);
  padding: 2.4rem;
}

.hide-text {
  overflow: hidden;
  padding: 0;
  text-indent: 101%;
  white-space: nowrap;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #444;
  display: block;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

.has-orange-to-yellow-gradient-background {
  background: linear-gradient(135deg, #ff7218 0, #ffc200 100%);
}

.has-cyan-to-dark-blue-gradient-background {
  background: linear-gradient(135deg, #00eac3 0, #1f9dd4 100%);
}

.has-black-color {
  color: #1b1916;
}

.has-inline-color.has-black-color {
  color: #1b1916;
}

.has-black-background-color,
.has-black-background-color.has-background-dim {
  background-color: #1b1916;
}

.wp-block-button .has-black-background-color {
  background: #1b1916;
}

.wp-block-button .has-black-background-color:focus,
.wp-block-button .has-black-background-color:hover {
  background: #1b1916;
}

.wp-block-button .has-black-color {
  color: #1b1916;
}

.wp-block-button .has-black-color:focus,
.wp-block-button .has-black-color:hover {
  color: #1b1916;
}

.wp-block-button.is-style-outline .has-background:focus,
.wp-block-button.is-style-outline .has-background:hover {
  background: initial;
}

.has-light-grey-color {
  color: #f8f8f8;
}

.has-inline-color.has-light-grey-color {
  color: #f8f8f8;
}

.has-light-grey-background-color,
.has-light-grey-background-color.has-background-dim {
  background-color: #f8f8f8;
}

.wp-block-button .has-light-grey-background-color {
  background: #f8f8f8;
}

.wp-block-button .has-light-grey-background-color:focus,
.wp-block-button .has-light-grey-background-color:hover {
  background: #f8f8f8;
}

.wp-block-button .has-light-grey-color {
  color: #f8f8f8;
}

.wp-block-button .has-light-grey-color:focus,
.wp-block-button .has-light-grey-color:hover {
  color: #f8f8f8;
}

.wp-block-button.is-style-outline .has-background:focus,
.wp-block-button.is-style-outline .has-background:hover {
  background: initial;
}

.has-dark-blue-color {
  color: #071f60;
}

.has-inline-color.has-dark-blue-color {
  color: #071f60;
}

.has-dark-blue-background-color,
.has-dark-blue-background-color.has-background-dim {
  background-color: #071f60;
}

.wp-block-button .has-dark-blue-background-color {
  background: #071f60;
}

.wp-block-button .has-dark-blue-background-color:focus,
.wp-block-button .has-dark-blue-background-color:hover {
  background: #071f60;
}

.wp-block-button .has-dark-blue-color {
  color: #071f60;
}

.wp-block-button .has-dark-blue-color:focus,
.wp-block-button .has-dark-blue-color:hover {
  color: #071f60;
}

.wp-block-button.is-style-outline .has-background:focus,
.wp-block-button.is-style-outline .has-background:hover {
  background: initial;
}

.has-blue-color {
  color: #363fbc;
}

.has-inline-color.has-blue-color {
  color: #363fbc;
}

.has-blue-background-color,
.has-blue-background-color.has-background-dim {
  background-color: #363fbc;
}

.wp-block-button .has-blue-background-color {
  background: #363fbc;
}

.wp-block-button .has-blue-background-color:focus,
.wp-block-button .has-blue-background-color:hover {
  background: #363fbc;
}

.wp-block-button .has-blue-color {
  color: #363fbc;
}

.wp-block-button .has-blue-color:focus,
.wp-block-button .has-blue-color:hover {
  color: #363fbc;
}

.wp-block-button.is-style-outline .has-background:focus,
.wp-block-button.is-style-outline .has-background:hover {
  background: initial;
}

.has-light-blue-color {
  color: #00bff3;
}

.has-inline-color.has-light-blue-color {
  color: #00bff3;
}

.has-light-blue-background-color,
.has-light-blue-background-color.has-background-dim {
  background-color: #00bff3;
}

.wp-block-button .has-light-blue-background-color {
  background: #00bff3;
}

.wp-block-button .has-light-blue-background-color:focus,
.wp-block-button .has-light-blue-background-color:hover {
  background: #00bff3;
}

.wp-block-button .has-light-blue-color {
  color: #00bff3;
}

.wp-block-button .has-light-blue-color:focus,
.wp-block-button .has-light-blue-color:hover {
  color: #00bff3;
}

.wp-block-button.is-style-outline .has-background:focus,
.wp-block-button.is-style-outline .has-background:hover {
  background: initial;
}

.has-light-teal-color {
  color: #e9f4f7;
}

.has-inline-color.has-light-teal-color {
  color: #e9f4f7;
}

.has-light-teal-background-color,
.has-light-teal-background-color.has-background-dim {
  background-color: #e9f4f7;
}

.wp-block-button .has-light-teal-background-color {
  background: #e9f4f7;
}

.wp-block-button .has-light-teal-background-color:focus,
.wp-block-button .has-light-teal-background-color:hover {
  background: #e9f4f7;
}

.wp-block-button .has-light-teal-color {
  color: #e9f4f7;
}

.wp-block-button .has-light-teal-color:focus,
.wp-block-button .has-light-teal-color:hover {
  color: #e9f4f7;
}

.wp-block-button.is-style-outline .has-background:focus,
.wp-block-button.is-style-outline .has-background:hover {
  background: initial;
}

.has-violet-color {
  color: #605ca8;
}

.has-inline-color.has-violet-color {
  color: #605ca8;
}

.has-violet-background-color,
.has-violet-background-color.has-background-dim {
  background-color: #605ca8;
}

.wp-block-button .has-violet-background-color {
  background: #605ca8;
}

.wp-block-button .has-violet-background-color:focus,
.wp-block-button .has-violet-background-color:hover {
  background: #605ca8;
}

.wp-block-button .has-violet-color {
  color: #605ca8;
}

.wp-block-button .has-violet-color:focus,
.wp-block-button .has-violet-color:hover {
  color: #605ca8;
}

.wp-block-button.is-style-outline .has-background:focus,
.wp-block-button.is-style-outline .has-background:hover {
  background: initial;
}

.has-purple-color {
  color: #9f1897;
}

.has-inline-color.has-purple-color {
  color: #9f1897;
}

.has-purple-background-color,
.has-purple-background-color.has-background-dim {
  background-color: #9f1897;
}

.wp-block-button .has-purple-background-color {
  background: #9f1897;
}

.wp-block-button .has-purple-background-color:focus,
.wp-block-button .has-purple-background-color:hover {
  background: #9f1897;
}

.wp-block-button .has-purple-color {
  color: #9f1897;
}

.wp-block-button .has-purple-color:focus,
.wp-block-button .has-purple-color:hover {
  color: #9f1897;
}

.wp-block-button.is-style-outline .has-background:focus,
.wp-block-button.is-style-outline .has-background:hover {
  background: initial;
}

.has-pink-color {
  color: #c94985;
}

.has-inline-color.has-pink-color {
  color: #c94985;
}

.has-pink-background-color,
.has-pink-background-color.has-background-dim {
  background-color: #c94985;
}

.wp-block-button .has-pink-background-color {
  background: #c94985;
}

.wp-block-button .has-pink-background-color:focus,
.wp-block-button .has-pink-background-color:hover {
  background: #c94985;
}

.wp-block-button .has-pink-color {
  color: #c94985;
}

.wp-block-button .has-pink-color:focus,
.wp-block-button .has-pink-color:hover {
  color: #c94985;
}

.wp-block-button.is-style-outline .has-background:focus,
.wp-block-button.is-style-outline .has-background:hover {
  background: initial;
}

.has-peach-color {
  color: #ff726d;
}

.has-inline-color.has-peach-color {
  color: #ff726d;
}

.has-peach-background-color,
.has-peach-background-color.has-background-dim {
  background-color: #ff726d;
}

.wp-block-button .has-peach-background-color {
  background: #ff726d;
}

.wp-block-button .has-peach-background-color:focus,
.wp-block-button .has-peach-background-color:hover {
  background: #ff726d;
}

.wp-block-button .has-peach-color {
  color: #ff726d;
}

.wp-block-button .has-peach-color:focus,
.wp-block-button .has-peach-color:hover {
  color: #ff726d;
}

.wp-block-button.is-style-outline .has-background:focus,
.wp-block-button.is-style-outline .has-background:hover {
  background: initial;
}

.has-red-color {
  color: #c31b40;
}

.has-inline-color.has-red-color {
  color: #c31b40;
}

.has-red-background-color,
.has-red-background-color.has-background-dim {
  background-color: #c31b40;
}

.wp-block-button .has-red-background-color {
  background: #c31b40;
}

.wp-block-button .has-red-background-color:focus,
.wp-block-button .has-red-background-color:hover {
  background: #c31b40;
}

.wp-block-button .has-red-color {
  color: #c31b40;
}

.wp-block-button .has-red-color:focus,
.wp-block-button .has-red-color:hover {
  color: #c31b40;
}

.wp-block-button.is-style-outline .has-background:focus,
.wp-block-button.is-style-outline .has-background:hover {
  background: initial;
}

.has-orange-color {
  color: #eb722c;
}

.has-inline-color.has-orange-color {
  color: #eb722c;
}

.has-orange-background-color,
.has-orange-background-color.has-background-dim {
  background-color: #eb722c;
}

.wp-block-button .has-orange-background-color {
  background: #eb722c;
}

.wp-block-button .has-orange-background-color:focus,
.wp-block-button .has-orange-background-color:hover {
  background: #eb722c;
}

.wp-block-button .has-orange-color {
  color: #eb722c;
}

.wp-block-button .has-orange-color:focus,
.wp-block-button .has-orange-color:hover {
  color: #eb722c;
}

.wp-block-button.is-style-outline .has-background:focus,
.wp-block-button.is-style-outline .has-background:hover {
  background: initial;
}

.has-yellow-color {
  color: #f7c127;
}

.has-inline-color.has-yellow-color {
  color: #f7c127;
}

.has-yellow-background-color,
.has-yellow-background-color.has-background-dim {
  background-color: #f7c127;
}

.wp-block-button .has-yellow-background-color {
  background: #f7c127;
}

.wp-block-button .has-yellow-background-color:focus,
.wp-block-button .has-yellow-background-color:hover {
  background: #f7c127;
}

.wp-block-button .has-yellow-color {
  color: #f7c127;
}

.wp-block-button .has-yellow-color:focus,
.wp-block-button .has-yellow-color:hover {
  color: #f7c127;
}

.wp-block-button.is-style-outline .has-background:focus,
.wp-block-button.is-style-outline .has-background:hover {
  background: initial;
}

.has-green-color {
  color: #65a749;
}

.has-inline-color.has-green-color {
  color: #65a749;
}

.has-green-background-color,
.has-green-background-color.has-background-dim {
  background-color: #65a749;
}

.wp-block-button .has-green-background-color {
  background: #65a749;
}

.wp-block-button .has-green-background-color:focus,
.wp-block-button .has-green-background-color:hover {
  background: #65a749;
}

.wp-block-button .has-green-color {
  color: #65a749;
}

.wp-block-button .has-green-color:focus,
.wp-block-button .has-green-color:hover {
  color: #65a749;
}

.wp-block-button.is-style-outline .has-background:focus,
.wp-block-button.is-style-outline .has-background:hover {
  background: initial;
}

.has-turquoise-color {
  color: #22d2bc;
}

.has-inline-color.has-turquoise-color {
  color: #22d2bc;
}

.has-turquoise-background-color,
.has-turquoise-background-color.has-background-dim {
  background-color: #22d2bc;
}

.wp-block-button .has-turquoise-background-color {
  background: #22d2bc;
}

.wp-block-button .has-turquoise-background-color:focus,
.wp-block-button .has-turquoise-background-color:hover {
  background: #22d2bc;
}

.wp-block-button .has-turquoise-color {
  color: #22d2bc;
}

.wp-block-button .has-turquoise-color:focus,
.wp-block-button .has-turquoise-color:hover {
  color: #22d2bc;
}

.wp-block-button.is-style-outline .has-background:focus,
.wp-block-button.is-style-outline .has-background:hover {
  background: initial;
}

.has-teal-color {
  color: #0998a1;
}

.has-inline-color.has-teal-color {
  color: #0998a1;
}

.has-teal-background-color,
.has-teal-background-color.has-background-dim {
  background-color: #0998a1;
}

.wp-block-button .has-teal-background-color {
  background: #0998a1;
}

.wp-block-button .has-teal-background-color:focus,
.wp-block-button .has-teal-background-color:hover {
  background: #0998a1;
}

.wp-block-button .has-teal-color {
  color: #0998a1;
}

.wp-block-button .has-teal-color:focus,
.wp-block-button .has-teal-color:hover {
  color: #0998a1;
}

.wp-block-button.is-style-outline .has-background:focus,
.wp-block-button.is-style-outline .has-background:hover {
  background: initial;
}

.has-light-pink-color {
  color: #f4eaf5;
}

.has-inline-color.has-light-pink-color {
  color: #f4eaf5;
}

.has-light-pink-background-color,
.has-light-pink-background-color.has-background-dim {
  background-color: #f4eaf5;
}

.wp-block-button .has-light-pink-background-color {
  background: #f4eaf5;
}

.wp-block-button .has-light-pink-background-color:focus,
.wp-block-button .has-light-pink-background-color:hover {
  background: #f4eaf5;
}

.wp-block-button .has-light-pink-color {
  color: #f4eaf5;
}

.wp-block-button .has-light-pink-color:focus,
.wp-block-button .has-light-pink-color:hover {
  color: #f4eaf5;
}

.wp-block-button.is-style-outline .has-background:focus,
.wp-block-button.is-style-outline .has-background:hover {
  background: initial;
}

.has-pastel-blue-color {
  color: #64cbe8;
}

.has-inline-color.has-pastel-blue-color {
  color: #64cbe8;
}

.has-pastel-blue-background-color,
.has-pastel-blue-background-color.has-background-dim {
  background-color: #64cbe8;
}

.wp-block-button .has-pastel-blue-background-color {
  background: #64cbe8;
}

.wp-block-button .has-pastel-blue-background-color:focus,
.wp-block-button .has-pastel-blue-background-color:hover {
  background: #64cbe8;
}

.wp-block-button .has-pastel-blue-color {
  color: #64cbe8;
}

.wp-block-button .has-pastel-blue-color:focus,
.wp-block-button .has-pastel-blue-color:hover {
  color: #64cbe8;
}

.wp-block-button.is-style-outline .has-background:focus,
.wp-block-button.is-style-outline .has-background:hover {
  background: initial;
}

.has-pastel-purple-color {
  color: #c282c2;
}

.has-inline-color.has-pastel-purple-color {
  color: #c282c2;
}

.has-pastel-purple-background-color,
.has-pastel-purple-background-color.has-background-dim {
  background-color: #c282c2;
}

.wp-block-button .has-pastel-purple-background-color {
  background: #c282c2;
}

.wp-block-button .has-pastel-purple-background-color:focus,
.wp-block-button .has-pastel-purple-background-color:hover {
  background: #c282c2;
}

.wp-block-button .has-pastel-purple-color {
  color: #c282c2;
}

.wp-block-button .has-pastel-purple-color:focus,
.wp-block-button .has-pastel-purple-color:hover {
  color: #c282c2;
}

.wp-block-button.is-style-outline .has-background:focus,
.wp-block-button.is-style-outline .has-background:hover {
  background: initial;
}

.has-pastel-navy-color {
  color: #678cc7;
}

.has-inline-color.has-pastel-navy-color {
  color: #678cc7;
}

.has-pastel-navy-background-color,
.has-pastel-navy-background-color.has-background-dim {
  background-color: #678cc7;
}

.wp-block-button .has-pastel-navy-background-color {
  background: #678cc7;
}

.wp-block-button .has-pastel-navy-background-color:focus,
.wp-block-button .has-pastel-navy-background-color:hover {
  background: #678cc7;
}

.wp-block-button .has-pastel-navy-color {
  color: #678cc7;
}

.wp-block-button .has-pastel-navy-color:focus,
.wp-block-button .has-pastel-navy-color:hover {
  color: #678cc7;
}

.wp-block-button.is-style-outline .has-background:focus,
.wp-block-button.is-style-outline .has-background:hover {
  background: initial;
}

.has-pastel-pink-color {
  color: #e5a3bc;
}

.has-inline-color.has-pastel-pink-color {
  color: #e5a3bc;
}

.has-pastel-pink-background-color,
.has-pastel-pink-background-color.has-background-dim {
  background-color: #e5a3bc;
}

.wp-block-button .has-pastel-pink-background-color {
  background: #e5a3bc;
}

.wp-block-button .has-pastel-pink-background-color:focus,
.wp-block-button .has-pastel-pink-background-color:hover {
  background: #e5a3bc;
}

.wp-block-button .has-pastel-pink-color {
  color: #e5a3bc;
}

.wp-block-button .has-pastel-pink-color:focus,
.wp-block-button .has-pastel-pink-color:hover {
  color: #e5a3bc;
}

.wp-block-button.is-style-outline .has-background:focus,
.wp-block-button.is-style-outline .has-background:hover {
  background: initial;
}

.has-pastel-yellow-color {
  color: #f5c184;
}

.has-inline-color.has-pastel-yellow-color {
  color: #f5c184;
}

.has-pastel-yellow-background-color,
.has-pastel-yellow-background-color.has-background-dim {
  background-color: #f5c184;
}

.wp-block-button .has-pastel-yellow-background-color {
  background: #f5c184;
}

.wp-block-button .has-pastel-yellow-background-color:focus,
.wp-block-button .has-pastel-yellow-background-color:hover {
  background: #f5c184;
}

.wp-block-button .has-pastel-yellow-color {
  color: #f5c184;
}

.wp-block-button .has-pastel-yellow-color:focus,
.wp-block-button .has-pastel-yellow-color:hover {
  color: #f5c184;
}

.wp-block-button.is-style-outline .has-background:focus,
.wp-block-button.is-style-outline .has-background:hover {
  background: initial;
}

.has-pastel-violet-color {
  color: #8f9ac7;
}

.has-inline-color.has-pastel-violet-color {
  color: #8f9ac7;
}

.has-pastel-violet-background-color,
.has-pastel-violet-background-color.has-background-dim {
  background-color: #8f9ac7;
}

.wp-block-button .has-pastel-violet-background-color {
  background: #8f9ac7;
}

.wp-block-button .has-pastel-violet-background-color:focus,
.wp-block-button .has-pastel-violet-background-color:hover {
  background: #8f9ac7;
}

.wp-block-button .has-pastel-violet-color {
  color: #8f9ac7;
}

.wp-block-button .has-pastel-violet-color:focus,
.wp-block-button .has-pastel-violet-color:hover {
  color: #8f9ac7;
}

.wp-block-button.is-style-outline .has-background:focus,
.wp-block-button.is-style-outline .has-background:hover {
  background: initial;
}

.has-pastel-turquoise-color {
  color: #78d6ca;
}

.has-inline-color.has-pastel-turquoise-color {
  color: #78d6ca;
}

.has-pastel-turquoise-background-color,
.has-pastel-turquoise-background-color.has-background-dim {
  background-color: #78d6ca;
}

.wp-block-button .has-pastel-turquoise-background-color {
  background: #78d6ca;
}

.wp-block-button .has-pastel-turquoise-background-color:focus,
.wp-block-button .has-pastel-turquoise-background-color:hover {
  background: #78d6ca;
}

.wp-block-button .has-pastel-turquoise-color {
  color: #78d6ca;
}

.wp-block-button .has-pastel-turquoise-color:focus,
.wp-block-button .has-pastel-turquoise-color:hover {
  color: #78d6ca;
}

.wp-block-button.is-style-outline .has-background:focus,
.wp-block-button.is-style-outline .has-background:hover {
  background: initial;
}

.has-pastel-marine-color {
  color: #65a9ba;
}

.has-inline-color.has-pastel-marine-color {
  color: #65a9ba;
}

.has-pastel-marine-background-color,
.has-pastel-marine-background-color.has-background-dim {
  background-color: #65a9ba;
}

.wp-block-button .has-pastel-marine-background-color {
  background: #65a9ba;
}

.wp-block-button .has-pastel-marine-background-color:focus,
.wp-block-button .has-pastel-marine-background-color:hover {
  background: #65a9ba;
}

.wp-block-button .has-pastel-marine-color {
  color: #65a9ba;
}

.wp-block-button .has-pastel-marine-color:focus,
.wp-block-button .has-pastel-marine-color:hover {
  color: #65a9ba;
}

.wp-block-button.is-style-outline .has-background:focus,
.wp-block-button.is-style-outline .has-background:hover {
  background: initial;
}

.has-pastel-peach-color {
  color: #ffa1a1;
}

.has-inline-color.has-pastel-peach-color {
  color: #ffa1a1;
}

.has-pastel-peach-background-color,
.has-pastel-peach-background-color.has-background-dim {
  background-color: #ffa1a1;
}

.wp-block-button .has-pastel-peach-background-color {
  background: #ffa1a1;
}

.wp-block-button .has-pastel-peach-background-color:focus,
.wp-block-button .has-pastel-peach-background-color:hover {
  background: #ffa1a1;
}

.wp-block-button .has-pastel-peach-color {
  color: #ffa1a1;
}

.wp-block-button .has-pastel-peach-color:focus,
.wp-block-button .has-pastel-peach-color:hover {
  color: #ffa1a1;
}

.wp-block-button.is-style-outline .has-background:focus,
.wp-block-button.is-style-outline .has-background:hover {
  background: initial;
}

.has-pastel-cherry-color {
  color: #d996a6;
}

.has-inline-color.has-pastel-cherry-color {
  color: #d996a6;
}

.has-pastel-cherry-background-color,
.has-pastel-cherry-background-color.has-background-dim {
  background-color: #d996a6;
}

.wp-block-button .has-pastel-cherry-background-color {
  background: #d996a6;
}

.wp-block-button .has-pastel-cherry-background-color:focus,
.wp-block-button .has-pastel-cherry-background-color:hover {
  background: #d996a6;
}

.wp-block-button .has-pastel-cherry-color {
  color: #d996a6;
}

.wp-block-button .has-pastel-cherry-color:focus,
.wp-block-button .has-pastel-cherry-color:hover {
  color: #d996a6;
}

.wp-block-button.is-style-outline .has-background:focus,
.wp-block-button.is-style-outline .has-background:hover {
  background: initial;
}

.has-pastel-darkpurple-color {
  color: #bf75b7;
}

.has-inline-color.has-pastel-darkpurple-color {
  color: #bf75b7;
}

.has-pastel-darkpurple-background-color,
.has-pastel-darkpurple-background-color.has-background-dim {
  background-color: #bf75b7;
}

.wp-block-button .has-pastel-darkpurple-background-color {
  background: #bf75b7;
}

.wp-block-button .has-pastel-darkpurple-background-color:focus,
.wp-block-button .has-pastel-darkpurple-background-color:hover {
  background: #bf75b7;
}

.wp-block-button .has-pastel-darkpurple-color {
  color: #bf75b7;
}

.wp-block-button .has-pastel-darkpurple-color:focus,
.wp-block-button .has-pastel-darkpurple-color:hover {
  color: #bf75b7;
}

.wp-block-button.is-style-outline .has-background:focus,
.wp-block-button.is-style-outline .has-background:hover {
  background: initial;
}

body {
  color: #071f60;
  font-size: 1.8rem;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

a {
  color: #071f60;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.25s ease;
  transition: text-decoration-color 0.25s ease;
  transition: text-decoration-color 0.25s ease,
    -webkit-text-decoration-color 0.25s ease;
}

a:focus,
a:hover {
  color: #605ca8;
  -webkit-text-decoration-color: #605ca8;
  text-decoration-color: #605ca8;
}

a div,
a p,
a span {
  color: initial;
}

p {
  line-height: 1.5;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1A1A1A;
  line-height: 1.2;
  margin: 1.6rem 0;
  padding: 0;
  min-height: 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-rendering: optimizeLegibility;
}

h4,
h5,
h6 {
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

.h1,
h1 {
  font-size: 52px;
  line-height: 1;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-display: auto;
  letter-spacing: -0.08rem;
}

@media (min-width: 320px) {

  .h1,
  h1 {
    font-size: calc(52px + 26 * (100vw - 320px) / 1120);
  }
}

@media (min-width: 1440px) {

  .h1,
  h1 {
    font-size: 78px;
  }
}

.h2,
h2 {
  font-size: 36px;
  line-height: 1.1;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}

@media (min-width: 320px) {

  .h2,
  h2 {
    font-size: calc(36px + 26 * (100vw - 320px) / 1120);
  }
}

@media (min-width: 1440px) {

  .h2,
  h2 {
    font-size: 62px;
  }
}

.h3,
h3 {
  font-size: 24px;
  line-height: 1.2;
}

@media (min-width: 320px) {

  .h3,
  h3 {
    font-size: calc(24px + 11 * (100vw - 320px) / 1120);
  }
}

@media (min-width: 1440px) {

  .h3,
  h3 {
    font-size: 62px;
  }
}

.h4,
h4 {
  font-size: 20px;
  line-height: 1.2;
}

@media (min-width: 320px) {

  .h4,
  h4 {
    font-size: calc(20px + 5 * (100vw - 320px) / 1120);
  }
}

@media (min-width: 1440px) {

  .h4,
  h4 {
    font-size: 25px;
  }
}

h5 {
  font-size: 16px;
}

@media (min-width: 320px) {
  h5 {
    font-size: calc(16px + 4 * (100vw - 320px) / 1120);
  }
}

@media (min-width: 1440px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 12px;
}

@media (min-width: 320px) {
  h6 {
    font-size: calc(12px + 4 * (100vw - 320px) / 1120);
  }
}

@media (min-width: 1440px) {
  h6 {
    font-size: 16px;
  }
}

.entry-content ol,
.entry-content ul,
.product-content ol,
.product-content ul {
  color: inherit;
}

.entry-content li,
.product-content li {
  line-height: 1.5;
  padding-bottom: 1.2rem;
  padding-left: 1rem;
}

.entry-content ::marker,
.product-content ::marker {
  color: #913AA7;
}

.entry-content ol,
.product-content ol {
  counter-reset: item;
}

.entry-content ol>li,
.product-content ol>li {
  margin: 0;
  text-indent: -2rem;
  list-style-type: none;
  counter-increment: item;
}

.entry-content ol>li:before,
.product-content ol>li:before {
  color: #071f60;
  width: 1rem;
  padding-right: 0.5em;
  font-weight: 700;
  text-align: right;
  content: counter(item) ".";
}

.hide-text {
  overflow: hidden;
  padding: 0;
  text-indent: 101%;
  white-space: nowrap;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.wp-block-group .wp-block-group__inner-container h2,
.wp-block-group .wp-block-group__inner-container h3,
.wp-block-group .wp-block-group__inner-container h4,
.wp-block-group .wp-block-group__inner-container h5,
.wp-block-group .wp-block-group__inner-container h6,
.wp-block-group .wp-block-group__inner-container p {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  top: 0;
  transition: top 0.2s ease-in-out;
  position: relative;
  z-index: 10;
}

.site-header.menu-opened {
  background: #fff;
  z-index: 10003;
}

.site-header.menu-opened.has-mega-menu>a {
  color: #071f60;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0;
}

.header-inner {
  position: relative;
  width: 100%;
  min-height: 1px;
  display: grid;
  grid-template-columns: 1fr 9.6rem 1fr;
}

@media (min-width: 992px) {
  .header-inner {
    display: flex;
    justify-content: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {

  .home .site-content,
  .page-template-template-landing .site-content {
    position: relative;
    top: -100px;
  }
}

@media (min-width: 1200px) {

  .home .site-content,
  .page-template-template-landing .site-content {
    position: relative;
    top: -100px;
  }
}

@media (min-width: 1200px) {

  .home .site-footer,
  .page-template-template-landing .site-footer {
    margin-top: -12.8rem;
  }
}

@media (max-width: 991.98px) {
  .header-inner {
    background: #fff;
  }

  .header-inner.container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.page-template-default:not(.home) {
  background: #f8f8f8;
}

.page-template-default:not(.home) .site-header {
  background: #fff;
}


.header-buttons__search {
  font: 0/0 a;
  padding: 0;
  margin: 0;
  width: 6.4rem;
  height: 6.4rem;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header-buttons__search svg {
  width: 2.2rem;
  height: 2.2rem;
  fill: #1b1916;
}


.find-button {
  color: #fff;
  font: 0/0 a;
  padding: 0;
  margin: 0;
  width: 6.4rem;
  height: 6.4rem;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 0;
  border-bottom: 0;
}

@media (min-width: 992px) {
  .find-button {
    display: none;
  }
}

.find-button:focus svg,
.find-button:hover svg {
  fill: #65a749;
}

.find-button svg {
  width: 1.6rem;
  height: 2.3rem;
  transition: 0.3s linear;
  fill: white;
}

#checkbox_toggle {
  display: none;
}

#checkbox_toggle+label {
  padding: 0.75rem 2.4rem 0.95rem 0;
  transition: all 0.5s linear;
  z-index: 5;
  margin: 0;
  border: 0.4rem solid transparent;
  border-width: 2.35rem 2rem;
  transform: none;
  order: -1;
}

#checkbox_toggle+label:focus {
  outline: 1px solid transparent;
}

@media (min-width: 992px) {
  #checkbox_toggle+label {
    display: none;
  }
}

.line {
  cursor: pointer;
  border-radius: 0;
  height: 0.2rem;
  width: 2.4rem;
  background: #000;
  position: absolute;
  display: block;
  content: "";
  transition: all 0.3s cubic-bezier(0.5, 0.1, 0, 1.2);
}

.line--1 {
  transform: translateY(-0.75rem);
}

.line--3 {
  transform: translateY(0.75rem);
}

#checkbox_toggle:checked~.overlay-navigation {
  left: 0;
}

#checkbox_toggle:checked~.hamburger .line--1 {
  transform: rotate(-45deg);
}

#checkbox_toggle:checked~.hamburger .line--2 {
  opacity: 0;
}

#checkbox_toggle:checked~.hamburger .line--3 {
  transform: rotate(45deg);
}

.bug-tracker-sticky {
  position: fixed;
  right: 0;
  z-index: 500;
  background: #fff;
  padding: 0.5rem;
  bottom: 10rem;
  font-weight: 700;
  font-size: 14px;
  font-size: 10px;
  box-shadow: -4px 2px 53px -24px rgba(0, 0, 0, 0.75);
  border: 2px solid #d9e3ee;
  color: #c94985;
}

@media (min-width: 992px) {
  .bug-tracker-sticky {
    bottom: 12rem;
    padding: 0.5rem 1rem;
  }
}

@media (min-width: 320px) {
  .bug-tracker-sticky {
    font-size: calc(10px + 6 * (100vw - 320px) / 1120);
  }
}

@media (min-width: 1440px) {
  .bug-tracker-sticky {
    font-size: 16px;
  }
}

.bug-tracker-sticky:hover {
  color: #a9a9a9;
  text-decoration: none;
}

.notice-bar {
  padding: 0.6rem 0;
  background: #65a749;
  color: #1b1916;
}

@media (min-width: 992px) {
  .notice-bar {
    padding: 1.2rem 0;
  }
}

.notice-bar .notice-bar-inner {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 992px) {
  .notice-bar .notice-bar-inner {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}

.notice-bar .notice-bar-inner.notice_content_alignment_centered {
  text-align: center;
}

@media (min-width: 992px) {
  .notice-bar .notice-bar-inner.notice_content_alignment_centered {
    flex: 0 0 auto;
    width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }
}

.notice-bar p {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  color: #fff;
}

@media (min-width: 320px) {
  .notice-bar p {
    font-size: calc(12px + 3 * (100vw - 320px) / 1120);
  }
}

@media (min-width: 1440px) {
  .notice-bar p {
    font-size: 15px;
  }
}

.notice-bar p:last-child {
  margin-bottom: 0;
}

.notice-bar p strong {
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

.notice-bar a {
  color: #fff;
  transform: color 0.2s ease-out;
  letter-spacing: 0;
}

.notice-bar a:focus,
.notice-bar a:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.7);
}

.locked-menu-item {
  display: flex;
  align-items: center;
}

.locked-menu-item:before {
  content: "";
  display: flex;
  position: relative;
  z-index: 2;
  background-image: url("../img/lock.svg");
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  width: 1rem;
  height: 1.3rem;
  margin-right: 0.5rem;
  opacity: 0.7;
}

.menu-item-image {
  background-position: center center;
  flex: 0 0 auto;
  width: 25%;
  height: 7rem;
}

.site-header-white {
  background-color: #fff;
}

@media (min-width: 992px) {
  .site-header-white .cls-3 {
    fill: #65a749 !important;
  }
}

.modal {
  display: none;
  margin: auto;
  background: 0 0;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  max-width: 100rem !important;
  width: -webkit-min-content;
  width: min-content;
}

.modal iframe {
  margin-left: auto;
  margin-right: auto;
  width: 320px;
  height: 160px;
}

@media (min-width: 768px) {
  .modal iframe {
    width: 700px;
    height: 400px;
  }
}

@media (min-width: 992px) {
  .modal iframe {
    width: 800px;
    height: 450px;
  }
}

@media (min-width: 1200px) {
  .modal iframe {
    width: 940px;
    height: 530px;
  }
}

.modal--video {
  padding: 0 !important;
}

.modal--video iframe {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}

.blocker {
  z-index: 119 !important;
}

#google_translate_element {
  background: #f8f8f8;
  position: relative;
  padding: 0 5px;
}

@media (min-width: 992px) {
  #google_translate_element {
    background: 0 0;
    position: absolute;
    top: 3px;
    right: 15px;
    z-index: 1;
  }
}

#google_translate_element .skiptranslate {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  #google_translate_element .skiptranslate {
    color: #fff;
  }
}

#google_translate_element .skiptranslate>div {
  margin-right: 3px;
}

@media (min-width: 992px) {
  #google_translate_element .skiptranslate>div {
    margin-right: 6px;
  }
}

#google_translate_element .skiptranslate>span {
  margin-left: 0.5em;
}

@media (min-width: 992px) {
  #google_translate_element .goog-logo-link {
    color: #fff;
  }

  #google_translate_element .goog-logo-link img {
    filter: drop-shadow(0 0 0.24rem black);
  }
}

.goog-te-combo,
.goog-te-combo:focus,
.goog-te-combo:hover {
  background: #fff url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 5px;
  padding-right: 5px;
  height: 2.8rem;
  font-size: 10pt;
  margin: 0;
}

.breadcrumbs {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0.3rem;
  padding-bottom: 0.5rem;
  background: #f8f8f8;
  line-height: 1;
}

@media (min-width: 992px) {
  .breadcrumbs {
    padding-top: 1rem;
    padding-bottom: 1.2rem;
  }
}

.breadcrumbs span {
  font-size: 13px;
}

@media (min-width: 992px) {
  .breadcrumbs span {
    font-size: 14px;
  }
}





.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .main-navigation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}

.main-navigation ul>li {
  margin: 0;
}

@media (min-width: 1200px) {

  .main-navigation ul>li.has-mega-menu,
  .main-navigation ul>li.has-no-mega-menu,
  .main-navigation ul>li.is-button {
    margin-right: 0.6rem;
  }
}

.main-navigation ul>li.has-mega-menu>a,
.main-navigation ul>li.has-no-mega-menu>a,
.main-navigation ul>li.is-button>a {
  color: var(--dark);
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-style: normal;
  font-display: auto;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  padding: 2.3rem 2rem;
  letter-spacing: 1px;
}


@media (min-width: 992px) {

  .main-navigation ul>li.has-mega-menu>a,
  .main-navigation ul>li.has-no-mega-menu>a,
  .main-navigation ul>li.is-button>a {
    padding: 1.7rem 1.5rem;
  }
}

@media (min-width: 1200px) {

  .main-navigation ul>li.has-mega-menu>a,
  .main-navigation ul>li.has-no-mega-menu>a,
  .main-navigation ul>li.is-button>a {
    padding: 1.9rem 1.5rem 1.8rem;
  }
}

.main-navigation ul>li:last-of-type a {
  margin-right: 0;
}

.main-navigation ul>li.has-mega-menu>a {
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}

@media (min-width: 992px) {
  .main-navigation ul>li.has-mega-menu>a {
    margin: 0;
    margin-right: 1.1rem;
    pointer-events: auto;
    padding-right: 2rem;
  }
}

.main-navigation ul>li.has-mega-menu>a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.1rem;
  width: 100%;
}

@media (min-width: 992px) {
  .main-navigation ul>li.has-mega-menu>a:before {
    display: none;
  }
}

.main-navigation ul>li.has-mega-menu>a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.18s ease;
  height: 7px;
  width: 12px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0.5 12 7"><path d="M5.29779 7.19599L0.304291 2.20713C-0.10143 1.83296 -0.10143 1.17817 0.304291 0.804009C0.678804 0.398664 1.3342 0.398664 1.70871 0.804009L6.0156 5.07572L10.2913 0.804009C10.6658 0.398664 11.3212 0.398664 11.6957 0.804009C12.1014 1.17817 12.1014 1.83296 11.6957 2.20713L6.70221 7.19599C6.3277 7.60134 5.6723 7.60134 5.29779 7.19599Z" fill="%231A1A1A"></path></svg>');
}


.main-navigation ul>li.has-mega-menu>a.opened-link:after {
  transform: translateY(-65%);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0.5 12 7"><path d="M5.29779 0.804009L0.304291 5.79287C-0.10143 6.16704 -0.10143 6.82183 0.304291 7.19599C0.678804 7.60134 1.3342 7.60134 1.70871 7.19599L6.0156 2.92428L10.2913 7.19599C10.6658 7.60134 11.3212 7.60134 11.6957 7.19599C12.1014 6.82183 12.1014 6.16704 11.6957 5.79287L6.70221 0.804009C6.3277 0.398664 5.6723 0.398664 5.29779 0.804009Z" fill="%23913AA7"></path></svg>');
}

.main-navigation ul>li.has-mega-menu>a.opened-link:before {
  display: none;
}

.main-navigation ul>li.is-button {
  margin-top: 1.2rem;
  padding: 0 1.5rem;
}

@media (min-width: 992px) {
  .main-navigation ul>li.is-button {
    margin: 0;
    padding: 0;
  }
}

.main-navigation ul>li.is-button>a {
  background: 0 0;
  border: 1px solid #9f1897;
  color: #fff;
  text-align: center;
  padding: 2.2rem 1rem;
  font-size: 1.6rem;
}

@media (min-width: 992px) {
  .main-navigation ul>li.is-button>a {
    padding: 0.8rem 1.5rem;
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {
  .main-navigation ul>li:not(.is-button)+.is-button {
    margin-left: auto !important;
    margin-right: 0.8rem;
  }
}

.has-mega-menu ul {
  list-style: none;
}

.has-mega-menu>.sub-menu {
  padding: 0 1.5rem;
  display: none;
  background: #fff;

  @media (min-width: 992px) {
    padding: 5rem 6.4rem;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 2;
    border-radius: 0;
    margin: 0;
  }

  @media (min-width: 1200px) {
    padding: 5rem 6.4rem;
    left: 0;
    right: 0;
  }

  &::after {
    content: " ";
    position: absolute;
    top: -20px;
    height: 100%;
    width: 100vw;
    left: 50%;
    background: #ffffff;
    z-index: -2;
    transform: translateX(-50%);
  }

  &::before {
    @media (min-width:992px) {
      content: "";
      background: #fff;
      border-top: 1px solid rgba(26, 26, 26, 0.15);
      box-shadow: 0 32px 59.6px -27px rgb(0 0 0 / 25%);
      display: block;
      position: absolute;
      left: 50%;
      top: 0;
      height: 100%;
      width: 100vw;
      transform: translateX(-50%);
      z-index: -1;
    }
  }

  &.open-mega-menu {
    display: block;
    padding: 1.5rem;

    @media (min-width: 992px) {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      max-width: 1340px;
      margin: 0 auto;
      padding: 32px 20px;
      gap: 24px;
      margin-top: 26px;
    }

    @media (max-width:991px) {
      padding: 20px 40px;
    }

    >li {

      &:first-child {
        max-width: 306px;
        width: 100%;
        align-self: stretch;
        height: auto;

        ul {
          display: flex;
          flex-direction: column;
          flex-wrap: wrap;
          justify-content: flex-start;
          align-items: flex-start;
          gap: 14px;

          @media (max-width:991px) {
            gap: 0;
          }

          @media (min-width: 992px) {
            margin: 0;
            height: 100%;
            gap: 16px;
          }

          li {
            a {
              text-decoration: none;
              color: #1A1A1A;
              font-weight: 600;
              display: flex;
              transition: .3s all ease;

              @media (max-width:991px) {
                font-size: 14px;
                padding: 12px 0;
              }

              &:hover {
                color: #913AA7;
              }

              .new-badge {
                padding: 3px 7px 2px;
                font-size: 12px;
                font-weight: 500;
                border-radius: 50px;
                border: 1px solid #ffc20f;
                line-height: 12px;
                background: #ffc20f;
                align-self: center;
                margin: 0 0 0 8px;
              }

            }

            &.TLTOP {
              margin-top: 16px;

              @media (max-width:991px) {
                display: none;
              }

              a {
                max-width: 168px;
                display: flex;
                border-radius: 10px;
                overflow: hidden;
              }
            }

          }
        }
      }

      &.menu-cards {
        @media (max-width:991px) {
          display: none;
        }

        @media (min-width:992px) {
          overflow: hidden;
          align-items: stretch;
          display: flex;
          flex-direction: column;
          width: calc(100% - 330px);
        }

        .sub-menu {
          display: grid;
          gap: 20px;
          margin: 20px 0 0 0;

          @media (min-width:992px) {
            flex: 1;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
            margin: 0;
          }

          li {
            height: 100%;

            .menu-product-card {
              display: flex;
              border-radius: 15px;
              background: #F5F5F5;
              gap: 20px;
              padding: 24px;
              display: flex;
              flex-direction: column;
              text-decoration: none;
              height: 100%;

              &:hover {
                .product-card-title {
                  color: #913AA7;
                }

                .card-image-wrapper {
                  img {
                    transform: scale(.9);
                  }
                }
              }

              .product-subtitle {
                min-height: 48px;
                display: flex;
                align-items: center;
                text-align: center;
                justify-content: center;
                font-size: 16px;
                line-height: 24px;
                color: #1A1A1A;
                font-weight: 400 !important;
              }

              .card-image-wrapper {
                img {
                  width: 100%;
                  max-height: 200px;
                  object-fit: contain;
                  object-position: center center;
                  transform-origin: center center;
                  transition: .3s all ease;
                }
              }

              .product-card-title {
                text-align: center;
                transition: .3s all ease;
                margin-bottom: 0;
              }

            }

            .menu-article-card {
              text-decoration: none;
              display: flex;
              align-items: center;

              .menu-card-image {
                display: flex;
                overflow: hidden;
                border-radius: 10px;

                img {
                  height: 185px;
                  object-fit: cover;
                  object-position: center center;
                  transition: .3s all ease;
                }
              }

              .menu-article-card__content {
                padding-top: 20px;

                .article-card__categories {
                  padding-top: 20px;
                  gap: 9px 6px;
                }

                .desc {
                  display: -webkit-box;
                  -webkit-line-clamp: 3;
                  -webkit-box-orient: vertical;
                  overflow: hidden;
                  font-size: 16px;
                  line-height: 1.5;
                }

                .h6 {
                  font-weight: 600;
                  margin: 0 0 6px;
                  padding: 0;
                  display: -webkit-box;
                  transition: .3s all ease;
                  -webkit-line-clamp: 2;
                  -webkit-box-orient: vertical;
                  overflow: hidden;
                }
              }

              &:hover {
                .menu-card-image {
                  img {
                    transform: scale(1.2);
                    transform-origin: center center;
                  }
                }

                .menu-article-card__content {
                  .h6 {
                    color: #913AA7;
                  }
                }
              }
            }
          }

        }
      }
    }
  }
}





.has-mega-menu>.sub-menu.open-mega-menu .menu-cards .sub-menu .has-mega-menu>.sub-menu.open-mega-menu .menu-cards .sub-menu li>a:first-of-type {
  display: none;
}


.has-mega-menu>.sub-menu.open-mega-menu figcaption {
  font-size: 2.2rem;
  line-height: 2.4rem;
  padding: 1.9rem 1.5rem 2rem;
  color: #1b1916;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-display: auto;
  letter-spacing: 0.02rem;
  border-top: 1px solid rgba(26, 26, 26, .2);

  @media (min-width:992px) {
    font-size: 2.4rem;
    text-align: center;
    padding: 0.3rem 0;
    border: 0;
  }
}



.has-mega-menu>.sub-menu {
  display: none;

  @media (max-width: 991px) {
    display: none;
  }
}

.manage-subscriptions {
  display: block;

  @media (min-width: 992px) {
    display: none;
  }
}

.manage-subscriptions {
  a {
    display: flex !important;
    justify-content: space-between;
    align-items: center;

    &::after {
      content: "LOG IN";
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.7px;
    }
  }
}

.shopify-buy-frame--toggle.is-sticky {
  display: flex !important;
  position: initial !important;
  background: 0 0 !important;
  color: #000 !important;
  transform: none !important;
}

.shopify-buy-frame--toggle.is-sticky .shopify-buy__icon-cart__group {
  fill: #1b1916 !important;
}

/* .main-navigation ul>li.has-mega-menu>a.opened-link {
  color: #fff;
  background: #071f60;
} */

@media (max-width: 991.98px) {
  .main-navigation>ul>li>a {
    transition: .3s all ease;
    font-size: 14px !important;
    letter-spacing: 0.7px;
  }

  .main-navigation ul>li.has-mega-menu>a.opened-link {
    background: rgba(145, 58, 167, 0.10);
    color: #913aa7;
  }

  .main-navigation ul>li.has-mega-menu>a:after {
    right: 20px;
  }
}

@media (min-width: 992px) {
  .main-navigation ul>li.has-mega-menu>a.opened-link {
    background: #fff;
    color: #913AA7;
  }
}



.menu-item-has-children {
  height: 100%;
}

.menu-banner {
  padding-top: 2.5rem;
  pointer-events: none;

  @media (max-width: 991.98px) {
    display: none;
  }

  img {
    transform: scale(1.1);
    margin-left: -1.5rem;

    @media (min-width: 1200px) {
      transform: scale(1.2);
    }
  }
}




.entry-content>.gform_wrapper,
.entry-content>[class^="wp-block-"] {
  margin-top: 30px;
  margin-bottom: 30px;

  @media (min-width: 576px) {

    margin-top: 30px;
    margin-bottom: 30px;
  }

  @media (min-width: 768px) {
    margin-top: 6vh;
    margin-bottom: 6vh;
  }
}


.entry-content>.gform_wrapper:first-child,
.entry-content>[class^="wp-block-"]:first-child {
  margin-top: 0;
}

.entry-content>.wp-block-quote {
  margin-top: 30px;
  margin-bottom: 30px;
}

.alignfull {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: calc(-50vw + 50%);
}

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

.has-background .wp-block-group__inner-container {
  padding: 4rem 1.6rem;

  @media (min-width: 768px) {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }

  @media (min-width: 1200px) {
    padding-top: 10.2rem;
    padding-bottom: 10.2rem;
  }
}




.wp-block-columns.alignfull {
  padding-left: 3.2rem;
  padding-right: 3.2rem;

  @media (min-width: 768px) {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }

  @media (min-width: 1200px) {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }
}




.wp-block-column>ul:last-child,
.wp-block-media-text__content>ul:last-child {
  margin-bottom: 0;
}

.wp-block-column>ul li,
.wp-block-media-text__content>ul li {
  line-height: 1.5;
  padding-bottom: 1.2rem;
  padding-left: 1rem;
}

@media (max-width: 575.98px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 8% 0;
  }
}

.wp-block-media-text.alignfull .wp-block-media-text__content {
  padding-top: 5rem;
  padding-bottom: 3rem;
}

@media (max-width: 575.98px) {
  .wp-block-media-text.alignfull .wp-block-media-text__content {
    padding: 8% 15px;
  }
}

.site-footer {
  padding-top: 7rem;
  background: #fff;
}

.footer-brand svg {
  margin-bottom: 2rem;
  width: 40%;
  margin-top: -1rem;
}

.footer-connect {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);

  @media (min-width: 768px) {
    flex: 0 0 auto;
    width: 25%;
    display: flex;
    flex-direction: column;
  }

  @media (min-width: 1200px) {
    flex: 0 0 auto;
    width: 25%;
  }

  @media (min-width: 1400px) {
    flex: 0 0 auto;
    width: 25%;
  }
}







.footer-subscribe {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);

  @media (min-width: 768px) {
    flex: 0 0 auto;
    width: 41.6666666667%;
    display: flex;
    flex-direction: column;
  }

  @media (min-width: 1200px) {
    flex: 0 0 auto;
    width: 25%;
  }

  @media (min-width: 1400px) {
    flex: 0 0 auto;
    width: 25%;
  }
}







.footer-subscribe h5 {
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-display: auto;
  margin-bottom: 1.2rem;
}

.footer-subscribe p {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.2;
}

.footer-subscribe p a {
  text-decoration: underline;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

.footer-logo svg {
  margin-bottom: 2.4rem;
}

.footer-nav {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  margin-top: 4.8rem;

  @media (min-width: 768px) {
    margin-top: 0;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  @media (min-width: 1200px) {
    flex: 0 0 auto;
    width: 50%;
  }

  @media (min-width: 1400px) {
    flex: 0 0 auto;
    width: 50%;
  }
}


@media (min-width: 992px) {
  .footer-nav .menu {
    display: flex;
    justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  .footer-nav .menu>li {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .footer-nav .menu>li {
    flex: 0 0 auto;
    width: 50%;
  }
}

.footer-nav .menu a {
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: auto;
  display: block;
  margin-bottom: 1.2rem;
}

.footer-nav .menu .sub-menu {
  margin-bottom: 1.6rem;
}

.footer-nav .menu .sub-menu li {
  margin-bottom: 1.2rem;
}

.footer-nav .menu .sub-menu li a {
  text-transform: none;
  margin-bottom: 0;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

.footer-nav ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-bottom {
  margin-top: 3.2rem;
  padding: 1.6rem 0 3.2rem;
  font-size: 90%;
  color: #5d6971;

  @media (max-width: 991.98px) {
    padding-bottom: 16rem;
  }
}


.other-brands-footer {
  margin-top: 3rem;
  padding-top: 3rem;
  align-items: center;

  @media (min-width: 768px) {
    display: flex;
  }
}



.other-brands-footer .brands-footer {
  color: #5d6971;
  display: flex;
  padding-top: 1.5rem;

  @media (min-width: 768px) {
    padding-top: 0;
  }
}



.other-brands-footer p {
  color: #5d6971;
  margin-bottom: 0;
  padding-right: 2rem;
}

.other-brands-footer a {
  padding-left: 1.5rem;
  height: 3rem;

  @media (min-width: 768px) {
    border-left: 1px solid rgba(26, 26, 26, .2);
    margin-right: 1.5rem;

    &:first-child {
      border-left: none;
    }
  }
}





.other-brands-footer img {
  height: 2.5rem;
  width: auto;
}

.trigger-view-more {
  color: #65a749;
  border-bottom: 2px solid #65a749;
  display: inline-block;
  margin-top: 1.5rem;
  text-decoration: none !important;
}

.trigger-view-more:focus,
.trigger-view-more:hover {
  color: #5d6971;
  border-bottom: 2px solid #5d6971;
}

.trigger-view-more.opened {
  color: #5d6971;
  border-bottom: 2px solid #5d6971;
}

.border-wrapper {
  border: 1px solid #5d6971;
  padding: 0.5rem 1rem;
}

#disclaimer-copy {
  color: #5d6971;
  display: none;
  padding-top: 1.5rem;
  max-height: 1px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s linear, opacity 0.2s linear;
}

#disclaimer-copy.open {
  display: block;
  max-height: 100%;
  visibility: visible;
  transition: visibility 0.2s linear, opacity 0.2s linear;
  opacity: 1;
}

#disclaimer-copy p,
#disclaimer-copy small,
#disclaimer-copy strong {
  color: #5d6971;
}

.disclaimer-message {
  color: #5d6971;
}

.disclaimer-message p {
  color: #5d6971;
}

.footer-copy {
  padding-top: 2rem;
  color: #5d6971;
}

.footer-copy p {
  color: #5d6971;
}

.chatbot-container {
  position: fixed;
  right: 12px;
  bottom: 12px;
  display: initial;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.shopify-buy--visually-hidden {
  visibility: hidden;
}

.shopify-buy__icon-cart {
  visibility: hidden;
}

.shopify-buy__cart-toggle {
  display: flex;
  height: 6rem;
  flex-direction: column;
  cursor: pointer;
}

.shopify-buy__cart-toggle:hover {
  cursor: pointer;
}

.header-buttons .shopify-buy-frame--toggle {
  z-index: 0 !important;
}

.header-buttons .shopify-buy-frame--toggle .shopify-buy__cart-toggle__count {
  margin-bottom: 10px !important;
  background: #9f1897 !important;
  border-radius: 50px !important;
  width: 20px !important;
  height: 20px !important;
  color: #fff !important;
  font-size: 14px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-left: 0.5rem !important;
}

.header-buttons .shopify-buy-frame--toggle:after {
  content: "";
  display: flex;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  background-image: url(../img/shopping-cart-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  width: 2.7rem;
  height: 2.7rem;
  margin-top: -3rem;
  margin-right: 0.5rem;
}

@media (min-width: 992px) {
  .header-buttons .shopify-buy-frame--toggle:after {
    width: 3rem;
    height: 3rem;
  }
}

.shopify-buy__quantity-with-btns {
  display: flex;
  padding-bottom: 3rem;
}

.shopify-buy__quantity-with-btns .visuallyhidden {
  display: none;
}

.shopify-buy__quantity-decrement {
  -webkit-appearance: none;
  appearance: none;
  color: #071f60;
  font-size: 22px !important;
  font-weight: 700 !important;
  border: none;
  background: 0 0;
  border-left: 1px solid #071f60;
  border-top: 1px solid #071f60;
  border-bottom: 1px solid #071f60;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
  height: 4.4rem !important;
  width: 4.4rem !important;
  padding: 0 1.2rem 0;
}

.shopify-buy__quantity-decrement:focus,
.shopify-buy__quantity-decrement:hover {
  background: #071f60;
}

.shopify-buy__quantity-increment {
  -webkit-appearance: none;
  appearance: none;
  color: #071f60;
  font-size: 22px !important;
  font-weight: 700 !important;
  border: none;
  background: 0 0;
  border-right: 1px solid #071f60;
  border-top: 1px solid #071f60;
  border-bottom: 1px solid #071f60;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  height: 4.4rem !important;
  width: 4.4rem !important;
  padding: 0 1.2rem 0;
}

.shopify-buy__quantity-increment:focus,
.shopify-buy__quantity-increment:hover {
  background: #071f60;
}

.shopify-buy__quantity {
  padding: 0.24rem 0 !important;
  padding-left: 1.7rem !important;
  display: flex !important;
  justify-content: center !important;
  outline: 0 !important;
  box-shadow: none !important;
  border: 1px solid #071f60 !important;
  font-weight: 700 !important;
  height: 4.4rem !important;
  width: 4.4rem !important;
}

.shopify-buy__btn {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  padding: 0 2.4rem 0;
}

.shopify-buy__btn-disabled {
  background: #999;
  pointer-events: none;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.shopify-buy__quantity[type="number"] {
  -moz-appearance: textfield !important;
}

.wp-block-pullquote {
  padding: 3.2rem 0;
}

.wp-block-pullquote.has-background blockquote {
  border: 0;
}

.wp-block-pullquote.has-background blockquote p {
  margin-bottom: 2.4rem;
}

.wp-block-pullquote.has-background blockquote cite {
  font-size: 1.8rem;
  font-style: italic;
}

.wp-block-pullquote.alignfull {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.wp-block-pullquote p {
  line-height: 1.33;
  font-size: 3.2rem;
}

blockquote {
  color: inherit;
  font-size: 1em;
  margin: 3.2rem 0;
}

blockquote.wp-block-quote {
  border-left: 0.3rem solid #c1c7ca;
  margin: 3.2rem 0;
  padding: 0 0 0 3.2rem;
}

blockquote.wp-block-quote.is-style-large {
  padding: 1.6rem 3.2rem 1.6rem 4rem;
  margin-bottom: 3.2rem;
}

blockquote.wp-block-quote.is-style-large cite {
  text-align: left;
  font-size: 1.6rem;
  font-style: italic;
}

.wp-block-pullquote blockquote {
  margin: 0;
  border: 0.3rem solid #c1c7ca;
  border-width: 0.3rem 0 0.3rem 0;
  padding: 3.2rem 0;

  @media (max-width: 767.98px) {
    max-width: 100% !important;
  }

  @media (min-width: 992px) {
    padding: 4.8rem 0;
  }

  @media (min-width: 1200px) {
    padding: 6.4rem 0;
  }
}







@media (min-width: 1200px) {
  blockquote p {
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
  }
}

blockquote p:last-of-type {
  margin-bottom: 1.2rem;
}

blockquote cite {
  display: block;
  font-size: 1.6rem;
  margin: 1.6rem 0 0 0;
  opacity: 0.75;
}

.search-button {
  color: #fff;
  font: 0/0 a;
  padding: 0;
  margin: 0 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 1.8rem;
  background-color: #071f60;
  border: none;
  cursor: pointer;

  @media (min-width: 992px) {
    order: 99;
    margin-left: 0.5rem;
  }
}


.search-button svg {
  width: 100%;
  max-width: 100%;
  height: auto;
  fill: white;
  transition: 0.3s linear;
}

.search-button:focus {
  outline: 1px solid transparent;
  box-shadow: 0 0 0 0.25rem rgba(193, 199, 202, 0.5);
}

.search-overlay-inner {
  background: #fff;
  display: flex;
  align-items: center;
  height: 6.3rem;

  @media (min-width: 992px) {
    height: 10rem;
  }

  @media (min-width: 1200px) {
    height: 11rem;
  }

}

@media (max-width: 575.98px) {

  .alignfull .search-overlay-inner .wp-block-group__inner-container,
  .search-overlay-inner .alignfull .wp-block-group__inner-container,
  .search-overlay-inner .container {
    width: 100%;
  }
}




.search-overlay-inner .search-form {
  display: flex;
  margin: 0;

  @media (min-width: 992px) {
    max-width: 50rem;
    margin: 0 auto;
  }
}


.search-overlay-inner .search-form label {
  margin-bottom: 0;
  flex: 1;
}

.main-navigation {
  display: flex;
  flex-direction: column-reverse;
}

.main-navigation .search-form {
  width: 100% !important;

  @media (min-width: 992px) {
    display: none;
  }
}


.main-navigation input[type="submit"] {
  width: 20%;
}



#search h1 {
  text-align: left;
}

@media (min-width: 992px) {
  #search h1 {
    width: 60% !important;
  }
}

#search .search-form {
  width: 100% !important;
  background: #f8f8f8;

  @media (min-width: 992px) {
    width: 60% !important;
  }
}



#search .search-form input {
  background: #fff;
  border-color: #fff;
  padding-left: 2rem;
}

#search .search-form input:focus {
  outline: 0;
  box-shadow: none;
}

#search .search-form input[type="submit"] {
  padding: 0 2rem;
  width: 30%;
  box-shadow: none;
  border: none;
  background: #9f1897;
}

#search .search-form label {
  width: 70%;
}

.button,
.buy-now-button,
.woocommerce a.button,
.woocommerce button.button,
.wp-block-button a,
button,
input[type="submit"],
p[class$="unavailableNoticeCSS-Notice"] {
  display: inline-flex;
  font-size: 1.4rem;
  background: #913AA7;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: auto;
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  height: 4.6rem;
  margin: 0;
  padding: 0 3.2rem 0;
  box-shadow: none;
  transition: all 0.3s linear;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 50px;
  border: 1px solid transparent;
  outline: 0.1rem solid transparent;
}

.button:focus,
.button:hover,
.buy-now-button:focus,
.buy-now-button:hover,
.woocommerce a.button:focus,
.woocommerce a.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:hover,
.wp-block-button a:focus,
.wp-block-button a:hover,
button:focus,
button:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
p[class$="unavailableNoticeCSS-Notice"]:focus,
p[class$="unavailableNoticeCSS-Notice"]:hover {
  background: #682878;
  color: #fff;
  text-decoration: none;
  border: 1px solid transparent;
}

.button:focus,
.buy-now-button:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.wp-block-button a:focus,
button:focus,
input[type="submit"]:focus,
p[class$="unavailableNoticeCSS-Notice"]:focus {
  box-shadow: 0 0 0 0.25rem rgba(193, 199, 202, 0.5);
  border: 1px solid transparent;
}

.wps-component-products-add-button button {
  display: inline-flex !important;
  font-size: 1.4rem !important;
  background: #9f1897 !important;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-display: auto;
  color: #fff !important;
  cursor: pointer !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  height: 4.6rem !important;
  margin: 0 !important;
  padding: 0 3.2rem 0 !important;
  box-shadow: none !important;
  transition: all 0.3s linear !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  border-radius: 50px !important;
  border: 1px solid transparent !important;
  outline: 0.1rem solid transparent !important;
}

.wps-component-products-add-button button:focus,
.wps-component-products-add-button button:hover {
  background: #4f0c4b !important;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid transparent !important;
}

.wps-component-products-add-button button:focus {
  box-shadow: 0 0 0 0.25rem rgba(193, 199, 202, 0.5) !important;
  border: 1px solid transparent !important;
}

.product-card-inner .wps-component-products-add-button,
.product-grid-item .wps-component-products-add-button {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-bottom: 3rem !important;
  display: flex !important;
  justify-content: center !important;
}

.product-card-inner .wps-component-products-buy-button>div:not([class]),
.product-grid-item .wps-component-products-buy-button>div:not([class]) {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-bottom: 3rem !important;
  display: flex !important;
  justify-content: center !important;
}

.product-card-inner .wps-component-products-buy-button>div:not([class]) p[class$="unavailableNoticeCSS-Notice"],
.product-grid-item .wps-component-products-buy-button>div:not([class]) p[class$="unavailableNoticeCSS-Notice"] {
  width: auto;
  padding: 0 3.2rem;
}

.wps-component-products-buy-button p[class$="unavailableNoticeCSS-Notice"] {
  width: auto;
  padding: 0 3.2rem;
}

@media (min-width: 992px) {
  .wps-component-products-add-button button {
    width: auto !important;
  }
}

.product-card-inner .wps-item,
.product-grid-item .wps-item {
  width: auto !important;
  max-width: 500px !important;
}

.product-grid-item .wps-items-list {
  display: flex !important;
  justify-content: center !important;
}

.product-grid-item .wps-items-list .wps-item {
  width: auto !important;
  max-width: 500px !important;
}

[class*="CloseButton"] {
  height: auto !important;
}

.close-filters,
.filter-toggle__button {
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0;
}

.close-filters:focus,
.close-filters:hover,
.filter-toggle__button:focus,
.filter-toggle__button:hover {
  background: 0 0;
  color: #1b1916;
  text-decoration: none;
  border: 0 !important;
  box-shadow: none !important;
}

.buy-now-button {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.buy-now-button--inverse {
  background: 0 0;
  color: #9f1897;
  border: 1px solid #9f1897;
}

.wp-block-button.is-style-outline a {
  border-color: currentColor;
}

.button--bigger {
  transform: scale(1.2);
}

.wps-btn-checkout {
  font-weight: 700 !important;
  border-radius: 3px !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  padding-top: 2rem !important;
  content: "checkout" !important;
}

@media (max-width: 991.98px) {
  #cart {
    margin-right: 1.82rem;
    transform: translateY(3px);
  }
}

.wps-icon circle,
.wps-icon path {
  fill: #071f60;
}

.related-posts {
  padding: 4.8rem 0;
}

@media (min-width: 992px) {
  .related-posts {
    padding: 8rem 0;
  }
}

.related-posts .related-prods {
  padding: 0;
}

.excerpt {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}

@media (min-width: 1200px) {
  .excerpt {
    margin-bottom: 5.6rem;
  }
}

.excerpt__image {
  background: #071f60;
  display: block;
  height: 16rem;
  margin-bottom: 1.6rem;
}

@media (min-width: 992px) {
  .excerpt__image {
    height: 18rem;
  }
}

@media (min-width: 1200px) {
  .excerpt__image {
    height: 24rem;
  }
}

@media (min-width: 1400px) {
  .excerpt__image {
    height: 25.6rem;
  }
}

.excerpt__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.excerpt__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  flex: 1;
}

.excerpt__text .excerpt-author,
.excerpt__text .excerpt-category,
.excerpt__text .excerpt-date {
  display: block;
  font-size: 90%;
}

.excerpt__text .button,
.excerpt__text input[type="submit"] {
  margin-top: auto;
}

.excerpt-title {
  margin-top: 0.8rem;
}

.search-result {
  margin-bottom: 4.8rem;
}

.search-result a {
  display: block;
  text-decoration: none;
}

.search-result a:focus .excerpt-title,
.search-result a:hover .excerpt-title {
  text-decoration: underline;
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
}

.search-result .read-more {
  display: none;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner>div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  animation-delay: -0.9s;
}

@keyframes sk-stretchdelay {

  0%,
  100%,
  40% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.blocker {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal:focus {
  outline: 0;
}

.madal-video {
  padding: 0;
}

.madal-video iframe {
  width: 100%;
}

/* html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
} */
#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide .swipebox-inline-container,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide img  {
    max-width: calc(100vw - 60px);
    max-height: calc(100vh - 200px);
}
#swipebox-slider .slide .swipebox-video-container {
  background: 0 0;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video:has(.uploaded_media) {
  padding-bottom: 68%;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe,
#swipebox-slider .slide .swipebox-video-container .swipebox-video video {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-slider .slide-loading {
  background: url(../../img/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
  transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}

#swipebox-top-bar.visible-bars {
  transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-close,
#swipebox-next,
#swipebox-prev {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
    display: block;
    top: 20px;
    right: 30px;
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 9999;
    background-position: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="3 3 10 10"><path fill="%23fff" d="M7.293 8L3.146 3.854a.5.5 0 1 1 .708-.708L8 7.293l4.146-4.147a.5.5 0 0 1 .708.708L8.707 8l4.147 4.146a.5.5 0 0 1-.708.708L8 8.707l-4.146 4.147a.5.5 0 0 1-.708-.708z"></path></svg>') !important;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-next.disabled,
#swipebox-prev.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:after,
.swipebox-touch #swipebox-container:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@media screen and (min-width: 800px) {
  #swipebox-close {
    top: 20px;
    right: 30px;
    width: 30px;
    height: 30px;

  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}

#swipebox-overlay {
  background: #000000CC;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px #000;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar,
#swipebox-bottom-bar {
  display: none;
}

#swipebox-top-bar {
  color: #fff !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

.footer-social a,
.social-icon {
  border: 1px solid;
  background: 0 0;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  line-height: 1;
  margin-right: 4px;
  transition: all 0.2s ease;
  text-align: center;
  margin-bottom: 0.8rem;
}

@media (min-width: 992px) {

  .footer-social a,
  .social-icon {
    margin-right: 0;
  }
}

.footer-social a .icon,
.social-icon .icon {
  fill: currentColor;
  height: 18px;
  width: 18px;
  transition: fill 0.2s ease;
}

.footer-social a:focus,
.footer-social a:hover,
.social-icon:focus,
.social-icon:hover {
  border-color: inherit;
}

.footer-social a:focus .icon,
.footer-social a:hover .icon,
.social-icon:focus .icon,
.social-icon:hover .icon {
  fill: currentColor;
}

.footer-social a {
  background: #071f60;
  color: #fff;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

legend {
  padding-left: 0;
  padding-right: 0;
}

label {
  display: block;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  font-size: inherit;
  line-height: 1.8;
}

/* label span {
  color: #c31b40;
  display: inline-block;
  margin-left: 0.2rem;
} */
label input {
  margin-bottom: 0 !important;
}

label.inline {
  display: inline-block;
  margin-right: 0.8rem;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:not([class^="ui-datepicker"]),
textarea {
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: auto;
  font-size: inherit;
  display: block;
  width: 100%;
  height: 4.2rem;
  padding: 0.24rem 1.2rem;
  margin: 0;
  border: 1px solid rgba(26, 26, 26, .2);
  border-radius: 0;
  transition: box-shadow 0.25s ease, border 0.25s ease;
}

input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
select:not([class^="ui-datepicker"]):not([name="sort_by"]):focus,
textarea:focus {
  background: #fff;
  outline: 0.1rem solid transparent;
  border: 0.1rem solid #8a959b;
  box-shadow: 0 0 0 0.25rem rgba(193, 199, 202, 0.5);
}

input[type="date"][aria-invalid="true"],
input[type="datetime-local"][aria-invalid="true"],
input[type="datetime"][aria-invalid="true"],
input[type="email"][aria-invalid="true"],
input[type="month"][aria-invalid="true"],
input[type="number"][aria-invalid="true"],
input[type="password"][aria-invalid="true"],
input[type="search"][aria-invalid="true"],
input[type="tel"][aria-invalid="true"],
input[type="text"][aria-invalid="true"],
input[type="time"][aria-invalid="true"],
input[type="url"][aria-invalid="true"],
input[type="week"][aria-invalid="true"],
select:not([class^="ui-datepicker"])[aria-invalid="true"],
textarea[aria-invalid="true"] {
  background: #fff;
  border-color: #c31b40;
}

input[type="date"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="datetime"]::placeholder,
input[type="email"]::placeholder,
input[type="month"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="time"]::placeholder,
input[type="url"]::placeholder,
input[type="week"]::placeholder,
select:not([class^="ui-datepicker"])::placeholder,
textarea::placeholder {
  color: silver;
}

input[type="date"].input--large,
input[type="datetime-local"].input--large,
input[type="datetime"].input--large,
input[type="email"].input--large,
input[type="month"].input--large,
input[type="number"].input--large,
input[type="password"].input--large,
input[type="search"].input--large,
input[type="tel"].input--large,
input[type="text"].input--large,
input[type="time"].input--large,
input[type="url"].input--large,
input[type="week"].input--large,
select:not([class^="ui-datepicker"]).input--large,
textarea.input--large {
  padding: 0.8rem 2rem;
  height: auto;
}

input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="file"] {
  line-height: 3.8rem;
}

textarea {
  display: block;
  padding: 1rem 1.2rem;
  width: 100%;
  height: auto;
  max-width: 100%;
  resize: vertical;
  min-height: 15rem;
}

select:not([class^="ui-datepicker"]):not([multiple]):not([id="SortBy-mobile"]) {
  font-family: inherit;
  font-size: inherit;
  display: block;
  width: 100%;
  height: 4.2rem;
  padding: 0.24rem 4rem 0.24rem 1.2rem;
  margin: 0;
  border: 1px solid rgba(26, 26, 26, .2);
  border-radius: 0;
  position: relative;
  background-color: #fff;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 2rem) 1em, calc(100% - 1.4rem) 1em;
  background-size: 0.6rem 0.6rem, 0.6rem 0.6rem;
  background-repeat: no-repeat;
}

select:not([class^="ui-datepicker"]):not([name="sort_by"]):focus,
select:not([class^="ui-datepicker"]):not([multiple]):not([name="sort_by"]):hover {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 2rem) 1em, calc(100% - 1.4rem) 1em;
  background-size: 0.6rem 0.6rem, 0.6rem 0.6rem;
  background-repeat: no-repeat;
}

select[multiple="multiple"] {
  padding: 1rem 1.2rem;
  min-height: 9rem;
  background: #fff;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
  display: inline-block;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: auto;
  margin: 0 0 0 0.8rem;
  transform: translateY(0.2rem);
}

input[type="checkbox"]+label {
  margin: 0 0 0 0.5rem;
}

input[type="checkbox"] {
  position: relative;
  margin: 0;
  background-color: #fff;
  border: 1px solid rgba(26, 26, 26, .2);
  box-shadow: inset 0 0 0 0 #fff;
  font: inherit;
  height: 1.6rem;
  outline: 0;
  width: 1.6rem;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  transition: background-color 0.5s, box-shadow 0.1s;
}

input[type="checkbox"]:checked {
  background-color: #65a749;
  box-shadow: 0 0 0 0.25rem rgba(193, 199, 202, 0.5), inset 0 0 0 0.2rem #fff;
  transition: background-color 0.5s, box-shadow 0.1s;
}

input[type="radio"] {
  position: relative;
  margin: 0;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: inset 0 0 0 0 #fff;
  font: inherit;
  height: 1.6rem;
  width: 1.6rem;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid rgba(26, 26, 26, .2);
  transition: background-color 0.5s, box-shadow 0.1s;
}

input[type="radio"]:focus {
  outline: 0;
}

input[type="radio"]:checked {
  background-color: #65a749;
  box-shadow: 0 0 0 0.25rem rgba(193, 199, 202, 0.5), inset 0 0 0 0.2rem #fff;
}

.search-form {
  display: flex;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .search-form {
    margin-bottom: 2.4rem;
  }
}

.search-form input {
  margin: 0;
}

.entry-content>.gform_wrapper {
  background: #f8f8f8;
  padding: 3rem 2.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

@media (min-width: 576px) {
  .entry-content>.gform_wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 3rem;
  }
}

.gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gform_description {
  font-size: 1.8rem;
  display: block;
  line-height: 1.4;
  margin: 0 0 1.5rem;
}

.gform_body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gform_body>ul {
  display: flex;
  flex-wrap: wrap;
}

.gform_body>ul>li:not(.gform_hidden):not(.hidden_label) {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .gform_body>ul>li:not(.gform_hidden):not(.hidden_label) {
    margin-bottom: 3rem;
  }
}

.gfield_error [aria-required="true"] {
  background: #fff;
  border-color: #c31b40;
}

.ginput_complex {
  display: flex;
  flex-wrap: wrap;
}

.ginput_complex span {
  padding-right: 0.5rem;
  flex: 1;
}

.ginput_complex span:last-of-type {
  padding-right: 0;
}

.ginput_complex span.ginput_full {
  width: 100%;
  flex: 0 0 100%;
}

.ginput_complex span.ginput_left,
.ginput_complex span.ginput_right {
  width: 100%;
  flex: 0 0 100%;
}

@media (min-width: 576px) {

  .ginput_complex span.ginput_left,
  .ginput_complex span.ginput_right {
    width: 50%;
    flex: 0 0 50%;
  }
}

.ginput_complex span label {
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: auto;
  font-size: 1.4rem;
  padding-bottom: 0.8rem;
}

.gform_footer {
  position: relative;
}

.gform_footer img {
  position: absolute;
  right: 0;
  top: 50%;
}

@media (min-width: 576px) {
  .gform_footer img {
    transform: translateX(calc(100% + 0.5rem)) translateY(-50%);
  }
}

.gform_footer input[type="submit"] {
  -webkit-appearance: none !important;
  appearance: none !important;
}

.gfield .clear-multi {
  display: flex;
}

.gfield_time_hour,
.gfield_time_minute {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-right: 1.2rem;
  flex: 0 0 6.2rem;
  max-width: 6.2rem;
}

.gfield_time_hour label,
.gfield_time_minute label {
  font-size: 1.4rem;
  font-weight: 400;
}

.gfield_time_hour i {
  position: absolute;
  right: 0;
  top: 2.1rem;
  transform: translateY(-50%);
  display: block;
  font-style: normal;
  width: 1.2rem;
  line-height: 1;
  font-size: 1.6rem;
  text-align: center;
}

.validation_error {
  display: none;
  flex: 0 0 100%;
  max-width: 100%;
  border: none;
  font-size: 1.6rem;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  background: 0 0;
  padding: 1.5rem 2rem;
  margin: 0 0 1rem;
  background: #c31b40;
  color: #fff;
}

.validation_message {
  border: none;
  color: #c31b40;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.gform_validation_error.footer-subscribe-form_wrapper {
  height: 7rem;
}

.gfield {
  width: 100%;
}

.gfield.half {
  width: 50%;
  padding-right: 0.5rem;
}

.gfield.half:last-of-type {
  padding-right: 0;
}

.ui-datepicker,
.ui-datepicker table,
.ui-datepicker td,
.ui-datepicker th,
.ui-datepicker tr {
  margin: 0;
  padding: 0;
  border: none;
  border-spacing: 0;
}

.ui-datepicker {
  background: #ededed;
  background: #f8f8f8;
  display: none;
  cursor: default;
  position: absolute;
  text-transform: uppercase;
  z-index: 9999 !important;
  border-radius: 0;
  outline: 1px solid #222;
}

.ui-datepicker table {
  font-size: 1.4rem;
  margin: 0;
}

.ui-datepicker .ui-datepicker-header {
  border: none;
  background: #222;
  display: flex;
  align-items: center;
  background: #1b1916;
  color: #fff;
  font-weight: 400;
}

.ui-datepicker .ui-datepicker-header .ui-state-hover {
  background: #222;
  background: #1b1916;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  display: block;
  flex: 1;
  text-decoration: none;
  height: 3.6rem;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  font: 0/0 a;
  display: block;
  height: 3.6rem;
  position: relative;
}

.ui-datepicker .ui-datepicker-next span:before,
.ui-datepicker .ui-datepicker-prev span:before {
  font-family: sans-serif;
  content: "←";
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 3rem;
  line-height: 3.6rem;
  display: block;
  text-align: center;
}

.ui-datepicker .ui-datepicker-next {
  order: 999;
}

.ui-datepicker .ui-datepicker-next span:before {
  content: "→";
}

.ui-datepicker .ui-datepicker-month {
  margin-right: 0.2rem;
}

.ui-datepicker .ui-datepicker-month,
.ui-datepicker .ui-datepicker-year {
  height: 2.6rem;
}

.ui-datepicker thead {
  background: #222;
  background: #1b1916;
  color: #fff;
}

.ui-datepicker th {
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.ui-datepicker td {
  background: #ededed;
  background: #f8f8f8;
  border: none;
  padding: 0;
  text-align: center;
}

.ui-datepicker td .ui-state-default {
  display: block;
  width: 4rem;
  line-height: 3.8rem;
  outline: 0;
  color: #1b1916;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.2s ease-out;
}

.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover {
  background: #222;
  background: #65a749;
  color: #fff;
}

.ui-datepicker td.ui-state-disabled,
.ui-datepicker td.ui-state-disabled .ui-state-default {
  opacity: 1;
  color: #999;
}

div.hidden_label .gfield_label,
fieldset.hidden_label .gfield_label,
li.hidden_label .gfield_label {
  display: none !important;
}

.hide_captcha {
  visibility: hidden;
  height: 0;
}

.inline-form_wrapper h2,
.inline-form_wrapper h3,
.inline-form_wrapper h4,
.inline-form_wrapper h5,
.inline-form_wrapper p {
  color: #fff;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}

.inline-form_wrapper p {
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

.inline-form_wrapper .gform_wrapper ul.gform_fields li.gfield {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.inline-form_wrapper form {
  display: flex;
  width: 100%;
}

.inline-form_wrapper form input {
  padding: 1.5rem;
  height: 5rem;
  color: #5d6971;
  width: 100%;
  margin-bottom: 1.5rem;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media (min-width: 992px) {
  .inline-form_wrapper form input {
    width: 100%;
    margin-bottom: 0;
    height: 5.4rem;
  }
}

.inline-form_wrapper form input:focus {
  border-bottom-right: 1px solid #363fbc;
  border-bottom-left: 1px solid #363fbc;
  border-top-right: 1px solid #363fbc;
  border-top-left: 1px solid #363fbc;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

@media (min-width: 992px) {
  .inline-form_wrapper form .gform_body {
    width: 60%;
    padding-right: 0.5rem;
  }
}

.inline-form_wrapper form .gform_footer input[type="submit"] {
  color: #fff;
  border-radius: 0;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  margin-top: -1.2rem;
  height: 100%;
  border: none;
  padding: 1.2rem;
  height: 5rem !important;
  height: auto;
  border: 2px solid #9f1897 !important;
}

@media (min-width: 768px) {
  .inline-form_wrapper form .gform_footer input[type="submit"] {
    height: 5.4rem !important;
    margin-top: 0;
  }
}

.inline-form_wrapper form .gform_footer input[type="submit"]:focus {
  outline: 0;
}

@media (max-width: 767.98px) {
  .inline-form_wrapper {
    width: 80%;
  }
}

@media (max-width: 575.98px) {
  .inline-form_wrapper {
    width: 100%;
  }

  .inline-form_wrapper form {
    display: block;
  }

  .inline-form_wrapper form .gform_footer input[type="submit"],
  .inline-form_wrapper form input {
    width: 100%;
    border-radius: 3px;
  }
}

.gform_confirmation_wrapper {
  padding: 3.5rem 5rem 3rem;
  background: #145d29;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .footer-subscribe-form_wrapper {
    width: 100%;
  }
}

.footer-subscribe-form_wrapper form {
  display: flex;
  width: 100%;
  border: 2px solid #9f1897;
  border-radius: 30px;
}

@media (min-width: 768px) {
  .footer-subscribe-form_wrapper form {
    margin-left: -0.5rem;
  }
}

.footer-subscribe-form_wrapper form input {
  padding: 1.5rem;
  padding-left: 2rem;
  font-size: 14px;
  color: #5d6971;
  border: none;
  outline: 0;
  width: 100%;
  margin-bottom: 1.5rem;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 100%;
  margin-bottom: 0;
  height: 4.4rem;
}

.footer-subscribe-form_wrapper form input:focus {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border: none;
  outline: 0;
  box-shadow: none;
}

.footer-subscribe-form_wrapper form .gform_body {
  width: 70%;
  padding-right: 0.5rem;
}

.footer-subscribe-form_wrapper form .gform_footer input[type="submit"] {
  color: #9f1897;
  font-size: 14px;
  background: 0 0;
  border-radius: 0;
  padding-left: 3rem !important;
  padding-right: 2rem !important;
  margin-top: -1.2rem;
  height: 100%;
  border: none;
  padding: 1.2rem;
  height: auto;
  border: none !important;
  height: 4.4rem !important;
  margin-top: 0;
}

.footer-subscribe-form_wrapper form .gform_footer input[type="submit"]:hover {
  color: #605ca8;
}

.footer-subscribe-form_wrapper form .gform_footer input[type="submit"]:focus {
  outline: 0;
}

.footer-subscribe-form_wrapper .gfield_error {
  position: absolute;
  width: auto;
}

.footer-subscribe-form_wrapper .gfield_error .validation_message {
  font-size: 14px;
  line-height: 1.1;
  padding-top: 1rem;
  margin-left: 0.5rem;
}

.arrow-wrapper {
  top: 50%;
  color: #9f1897;
  height: 4rem !important;
  width: 4rem !important;
  line-height: 1;
  border-radius: 30px;
  border: 1px solid #9f1897;
  z-index: 10;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.arrow-wrapper .slide-arrow {
  margin-top: 0;
}

.arrow-wrapper.prev-arrow-wrapper {
  left: 15px;
  width: 0;
  height: 0;
}

.arrow-wrapper.next-arrow-wrapper {
  right: 50%;
  width: 0;
  height: 0;
}

.arrow-wrapper:hover {
  cursor: pointer;
  background: #9f1897;
  color: #fff;
  transition: 0.3s ease;
}

.slick-list,
.slick-track {
  display: flex;
}

.slick-list {
  overflow: hidden;
}

.slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media (min-width: 992px) {
  .slick-dots {
    padding-top: 3rem;
  }
}

.slick-dots li {
  margin: 0 0.25rem;
}

.slick-dots button {
  display: block !important;
  width: 1rem !important;
  height: 1rem !important;
  padding: 0;
  border: none;
  border-radius: 50px !important;
  background-color: #5d6971 !important;
  padding: 0 !important;
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: #9f1897 !important;
}

.shopify-buy-cart-wrapper body,
.shopify-buy-cart-wrapper h1,
.shopify-buy-cart-wrapper h2,
.shopify-buy-cart-wrapper h3,
.shopify-buy-cart-wrapper h4,
.shopify-buy-cart-wrapper h5,
.shopify-buy-cart-wrapper html,
.shopify-buy-cart-wrapper p {
  padding: 0;
  margin: 0;
}

.shopify-buy-cart-wrapper * {
  box-sizing: border-box;
}

.shopify-buy-cart-wrapper body,
.shopify-buy-cart-wrapper html {
  min-height: 100%;
}

.shopify-buy-cart-wrapper html {
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: auto;
  font-size: 14px;
  line-height: 1.2;
  color: #4c4c4c;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shopify-buy-cart-wrapper select {
  text-rendering: auto !important;
}

.shopify-buy-cart-wrapper ul {
  list-style: none;
  padding-left: 20px;
  margin: 0;
}

.shopify-buy-cart-wrapper img {
  display: block;
  max-width: 100%;
}

.shopify-buy-cart-wrapper input {
  -webkit-appearance: textfield;
  margin: 0;
}

.shopify-buy-cart-wrapper .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.shopify-buy-cart-wrapper .visuallyhidden {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.shopify-buy-cart-wrapper .component-container {
  overflow: hidden;
}

.shopify-buy-cart-wrapper .shopify-buy__type--center {
  text-align: center;
}

.shopify-buy-cart-wrapper .shopify-buy--visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.shopify-buy-cart-wrapper .shopify-buy__btn,
.shopify-buy-cart-wrapper .wps-component-products-add-button button {
  color: #fff;
  font-size: 15px !important;
  background-color: #9f1897 !important;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-display: auto;
  padding: 12px 40px !important;
  letter-spacing: 0.3px;
  display: block;
  border-radius: 3px !important;
  cursor: pointer;
  transition: background 0.2s ease;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.shopify-buy-cart-wrapper .shopify-buy__btn:focus,
.shopify-buy-cart-wrapper .shopify-buy__btn:hover {
  background-color: #9f1897;
  opacity: 0.8;
}

.shopify-buy-cart-wrapper .shopify-buy__btn--parent {
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.shopify-buy-cart-wrapper .shopify-buy__btn--parent:focus .product__variant-img,
.shopify-buy-cart-wrapper .shopify-buy__btn--parent:hover .product__variant-img {
  opacity: 0.7;
}

.shopify-buy-cart-wrapper .shopify-buy__btn--cart-tab {
  padding: 5px 11px;
  border-radius: 3px 0 0 3px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  opacity: 0;
  min-width: inherit;
  width: auto;
  height: auto;
  z-index: 2147483647;
}

.shopify-buy-cart-wrapper .shopify-buy__btn--cart-tab.is-active {
  transform: translateY(-50%);
  opacity: 1;
}

.shopify-buy-cart-wrapper .shopify-buy__btn__counter {
  display: block;
  margin: 0 auto 10px auto;
  font-size: 18px;
}

.shopify-buy-cart-wrapper .shopify-buy__icon-cart--side {
  height: 20px;
  width: 20px;
}

.shopify-buy-cart-wrapper .shopify-buy__btn[disabled] {
  background-color: #999;
  pointer-events: none;
}

.shopify-buy-cart-wrapper .shopify-buy__btn--close {
  position: absolute;
  right: 9px;
  top: 8px;
  font-size: 35px;
  height: 40px;
  color: #767676;
  border: none !important;
  background-color: transparent;
  outline: 0 !important;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-right: 9px;
}

.shopify-buy-cart-wrapper .shopify-buy__btn--close:hover {
  background-color: transparent !important;
  outline: 0 !important;
  border: none !important;
}

.shopify-buy-cart-wrapper .shopify-buy__btn--close:hover span {
  color: #071f60;
}

.shopify-buy-cart-wrapper .shopify-buy__btn--close:focus {
  background-color: transparent !important;
  outline: 0 !important;
  border: none !important;
}

.shopify-buy-cart-wrapper .shopify-buy__btn--close:focus span {
  color: #071f60;
}

@keyframes flipIn {
  from {
    max-height: 0;
    transform: rotatex(90deg) translatey(-50%);
    margin-bottom: -65px;
    opacity: 0;
  }

  to {
    max-height: none;
    transform: none;
    margin-bottom: 20px;
    opacity: 1;
  }
}

@keyframes flipOut {
  from {
    max-height: none;
    transform: none;
    margin-bottom: 20px;
    opacity: 1;
  }

  to {
    max-height: 0;
    transform: rotatex(90deg) translatey(-50%);
    margin-bottom: -65px;
    opacity: 0;
  }
}

.shopify-buy-cart-wrapper .shopify-buy__cart-wrapper {
  height: 100%;
  padding-left: 10px;
}

.shopify-buy-cart-wrapper .shopify-buy__cart {
  height: 100%;
  background-color: #fff;
  width: calc(100% - 10px);
  position: absolute;
  right: 0;
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1);
}

.shopify-buy-cart-wrapper .shopify-buy__cart__header {
  padding: 20px;
  padding-right: 40px;
  position: relative;
  z-index: 2147483647;
  background-color: inherit;
}

.shopify-buy-cart-wrapper .shopify-buy__cart__title {
  font-size: 18px;
  color: #071f60;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shopify-buy-cart-wrapper .shopify-buy__cart-scroll {
  padding: 70px 0 135px 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.shopify-buy-cart-wrapper .shopify-buy__cart-scroll--discounts {
  padding-bottom: 170px;
}

.shopify-buy-cart-wrapper .shopify-buy__cart-scroll--cart-note {
  padding-bottom: 200px;
}

.shopify-buy-cart-wrapper .shopify-buy__cart-scroll--cart-note.shopify-buy__cart-scroll--discounts {
  padding-bottom: 230px;
}

.shopify-buy-cart-wrapper .shopify-buy__cart-items {
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  position: relative;
  padding: 20px 20px;
  -webkit-overflow-scrolling: touch;
  perspective: 400px;
  perspective-origin: 50% 0px;
}

.shopify-buy-cart-wrapper .shopify-buy__cart-item {
  min-height: 65px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation: 0.2s flipIn forwards;
}

.shopify-buy-cart-wrapper .shopify-buy__cart-item.is-hidden {
  animation-name: flipOut;
}

.shopify-buy-cart-wrapper .shopify-buy__cart-item__image {
  width: 65px;
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
}

.shopify-buy-cart-wrapper .shopify-buy__cart-item__title {
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: auto;
  font-size: 14px;
  margin-left: 80px;
  margin-bottom: 3px;
  display: block;
}

.shopify-buy-cart-wrapper .shopify-buy__cart-item__price {
  float: right;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.shopify-buy-cart-wrapper .shopify-buy__cart-item__price-and-discounts {
  float: right;
  text-align: right;
  max-width: 100px;
}

.shopify-buy-cart-wrapper .shopify-buy__cart-item__price-and-discounts .shopify-buy__cart-item__price {
  float: none;
}

.shopify-buy-cart-wrapper .shopify-buy__cart-item__full-price {
  font-size: 12px;
  line-height: 12px;
}

.shopify-buy-cart-wrapper .shopify-buy__cart-item__discount {
  font-size: 12px;
  word-wrap: break-word;
  text-transform: uppercase;
}

.shopify-buy-cart-wrapper .shopify-buy__cart-item__discount+.shopify-buy__cart-item__discount {
  margin-top: 5px;
}

.shopify-buy-cart-wrapper .shopify-buy__cart-item__discount__icon {
  width: 12px;
  height: 12px;
  vertical-align: top;
  fill: currentColor;
}

.shopify-buy-cart-wrapper .shopify-buy__cart-item__variant-title {
  margin-left: 80px;
  margin-bottom: 10px;
  color: #4c4c4c;
  font-size: 12px;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shopify-buy-cart-wrapper .shopify-buy__cart-bottom {
  background-color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 15px 20px 20px 20px;
}

.shopify-buy-cart-wrapper .shopify-buy__cart__subtotal__text {
  text-transform: uppercase;
  float: left;
  margin-top: 0.7rem;
  font-size: 11px;
  color: #4c4c4c;
}

.shopify-buy-cart-wrapper .shopify-buy__cart__subtotal__price {
  float: right;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

.shopify-buy-cart-wrapper .shopify-buy__cart__discount {
  display: flex;
  margin-bottom: 10px;
  color: #4c4c4c;
}

.shopify-buy-cart-wrapper .shopify-buy__cart__discount__text {
  font-size: 11px;
  text-transform: uppercase;
  margin-right: 10px;
  flex-grow: 1;
}

.shopify-buy-cart-wrapper .shopify-buy__cart__discount__text__icon {
  width: 11px;
  height: 11px;
  vertical-align: top;
  fill: currentColor;
}

.shopify-buy-cart-wrapper .shopify-buy__cart__discount__amount {
  font-size: 12px;
  line-height: 12px;
  flex-shrink: 0;
}

.shopify-buy-cart-wrapper .shopify-buy__cart__currency {
  font-size: 12px;
}

.shopify-buy-cart-wrapper .shopify-buy__cart__notice {
  font-size: 11px;
  clear: both;
  padding-top: 10px;
  text-align: center;
  color: #4c4c4c;
}

.shopify-buy-cart-wrapper .shopify-buy__cart__note {
  clear: both;
  padding-top: 10px;
}

.shopify-buy-cart-wrapper .shopify-buy__cart__note__description {
  font-size: 11px;
  color: #4c4c4c;
}

.shopify-buy-cart-wrapper .shopify-buy__cart__note__text-area {
  resize: none;
  font-size: 11px;
  width: 100%;
  color: #4c4c4c;
}

.shopify-buy-cart-wrapper .shopify-buy__cart-empty-text {
  padding: 10px 15px;
  text-align: center;
}

.shopify-buy-cart-wrapper .shopify-buy__btn--cart-checkout {
  clear: both;
  margin-top: 15px;
  width: 100%;
  padding: 10px 5px;
  font-size: 16px;
}

.shopify-buy-cart-wrapper .shopify-buy__quantity {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4c4c4c !important;
  width: 45px !important;
  height: 30px !important;
  font-size: 16px !important;
  border: none !important;
  text-align: center !important;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  display: inline-block;
  padding: 0 !important;
  border-radius: 0;
  font-weight: 400 !important;
  border-top: 1px solid #767676 !important;
  border-bottom: 1px solid #767676 !important;
}

.shopify-buy-cart-wrapper .shopify-buy__quantity-container {
  margin-left: 80px;
  margin-right: 100px;
  height: 26px;
  line-height: 26px;
}

.shopify-buy-cart-wrapper .shopify-buy__quantity-container.is-loading {
  opacity: 0.65;
  pointer-events: none;
}

.shopify-buy-cart-wrapper .shopify-buy__cart-item__quantity-input {
  float: left;
  background: 0 0;
}

@media (max-width: 330px) {
  .shopify-buy-cart-wrapper .shopify-buy__cart-item__price-and-discounts {
    max-width: 90px;
  }

  .shopify-buy-cart-wrapper .shopify-buy__quantity-container {
    margin-right: 90px;
  }
}

.shopify-buy-cart-wrapper .shopify-buy__quantity-decrement,
.shopify-buy-cart-wrapper .shopify-buy__quantity-increment {
  color: #4c4c4c !important;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 30px !important;
  float: left;
  line-height: 16px;
  width: 26px !important;
  padding: 0;
  border: none;
  background: 0 0;
  box-shadow: none;
  cursor: pointer;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-align: center;
  border: 1px solid #767676;
  position: relative;
}

.shopify-buy-cart-wrapper .shopify-buy__quantity-decrement svg,
.shopify-buy-cart-wrapper .shopify-buy__quantity-increment svg {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -7px;
  fill: #4c4c4c !important;
}

.shopify-buy-cart-wrapper .shopify-buy-modal-is-active {
  height: 100%;
  overflow: auto;
}

.shopify-buy-cart-wrapper .shopify-buy-frame {
  display: inline-block;
}

.shopify-buy-cart-wrapper .shopify-buy-frame iframe {
  width: 100%;
  display: block;
  height: 0;
  overflow: hidden;
}

.shopify-buy-cart-wrapper .shopify-buy-frame--cart {
  width: 100%;
  max-width: 350px;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 2147483647;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  visibility: hidden;
}

.shopify-buy-cart-wrapper .shopify-buy-frame--cart iframe {
  height: 100%;
  display: none;
}

.shopify-buy-cart-wrapper .shopify-buy-frame--cart iframe.is-block {
  display: block;
}

.shopify-buy-cart-wrapper .shopify-buy-frame--cart.is-initialized {
  transition: transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.shopify-buy-cart-wrapper .shopify-buy-frame--cart.is-active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.shopify-buy-cart-wrapper .shopify-buy-frame--cart.is-visible {
  visibility: visible;
}

.shopify-buy-cart-wrapper .shopify-buy-frame--product {
  display: block;
}

.shopify-buy-cart-wrapper .shopify-buy-frame--product.shopify-buy__layout-horizontal {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.shopify-buy-cart-wrapper .shopify-buy-frame--product.shopify-buy__layout-horizontal iframe {
  max-width: 100%;
}

@media (min-width: 950px) {
  .shopify-buy-cart-wrapper .shopify-buy-frame--product.shopify-buy__layout-horizontal iframe {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
}

.shopify-buy-cart-wrapper .shopify-buy-frame--toggle {
  display: inline-block;
}

.shopify-buy-cart-wrapper .shopify-buy-frame--toggle:not(.is-sticky) {
  overflow: hidden;
  padding: 5px;
}

.shopify-buy-cart-wrapper .shopify-buy-frame--toggle.is-sticky {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 2147483645;
}

.shopify-buy-cart-wrapper .shopify-buy-frame--toggle.is-active.is-sticky {
  display: block;
}

.shopify-buy-cart-wrapper .is-active .shopify-buy-frame--toggle iframe {
  min-height: 67px;
}

.shopify-buy-cart-wrapper .shopify-buy-frame--productSet {
  width: 100%;
}

.shopify-buy-cart-wrapper .shopify-buy-frame--modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2147483646;
  display: none;
  transition: background 0.3s ease;
}

.shopify-buy-cart-wrapper .shopify-buy-frame--modal iframe {
  height: 100%;
  width: 100%;
  max-width: none;
}

.shopify-buy-cart-wrapper .shopify-buy-frame--modal.is-active {
  background: rgba(0, 0, 0, 0.6);
}

.shopify-buy-cart-wrapper .shopify-buy-frame--modal.is-block {
  display: block;
}

.learning-center-hero,
.search-hero,
.woocommerce-products-header {
  background: #f8f8f8;
  padding-bottom: 0;
  padding-top: 3rem;
}

@media (min-width: 992px) {

  .learning-center-hero,
  .search-hero,
  .woocommerce-products-header {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}

.learning-center-hero__content,
.search-hero__content,
.woocommerce-products-header__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.learning-center-hero {
  background: #fff;
}

.search-hero {
  padding-bottom: 3rem;
}

.archive-hero h1 {
  text-align: center;
  font-size: 32px;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@media (min-width: 992px) {
  .archive-hero h1 {
    font-family: "canada-type-gibson", "Montserrat", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-display: auto;
    font-size: 58px;
    margin-top: 0;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.archive-hero p {
  margin-bottom: 0 !important;
}

.learning-center-inner {
  padding-top: 3rem;
}

@media (min-width: 992px) {
  .learning-center-inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
    width: 80%;
  }
}

.learning-center-inner h1 {
  font-size: 36px;
}

@media (min-width: 992px) {
  .learning-center-inner h1 {
    font-size: 50px;
  }
}

.learning-center-inner .learning-center-excerpt {
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: auto;
  font-size: 22px;
}

.woocommerce .products ul,
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #f8f8f8;
  padding: 0 1.6rem;
  margin: 0;
}

@media (min-width: 992px) {

  .woocommerce .products ul,
  .woocommerce ul.products {
    border-top: none;
    padding: 0;
  }
}

.woocommerce .products ul .widget .wp-block-group__inner-container,
.woocommerce ul.products .widget .wp-block-group__inner-container {
  padding-top: 1.6rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
}

.woocommerce .products ul .widget .wp-block-group__inner-container .wp-block-buttons,
.woocommerce ul.products .widget .wp-block-group__inner-container .wp-block-buttons {
  margin-top: auto;
}

@media (min-width: 992px) {

  .woocommerce .products ul .widget .wp-block-group__inner-container .wp-block-buttons,
  .woocommerce ul.products .widget .wp-block-group__inner-container .wp-block-buttons {
    padding-bottom: 2.4rem;
  }
}

.woocommerce .products ul .widget .wp-block-image,
.woocommerce ul.products .widget .wp-block-image {
  margin-bottom: 0;
}

.woocommerce .products ul .widget h3,
.woocommerce ul.products .widget h3 {
  margin-bottom: 16px;
}

@media (min-width: 320px) {

  .woocommerce .products ul .widget h3,
  .woocommerce ul.products .widget h3 {
    margin-bottom: calc(16px + 24 * (100vw - 320px) / 1120);
  }
}

@media (min-width: 1440px) {

  .woocommerce .products ul .widget h3,
  .woocommerce ul.products .widget h3 {
    margin-bottom: 40px;
  }
}

.products-grid {
  display: flex;
  flex-wrap: wrap;
}

.shopify-buy-frame--product {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0 !important;
  margin-top: auto !important;
}

.products-wrap {
  padding-top: 1rem;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .products-wrap {
    padding-top: 3rem;
  }
}

.product-grid-item {
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 100%;
  padding-bottom: 1rem;
  text-decoration: none;
}

@media (min-width: 576px) {
  .product-grid-item {
    width: 50%;
  }

  .product-grid-item:nth-child(2n-1) {
    padding-right: 0.5rem;
  }

  .product-grid-item:nth-child(2n) {
    padding-left: 0.5rem;
  }
}

@media (min-width: 992px) {
  .product-grid-item {
    width: 33.3333% !important;
    padding: 1.5rem !important;
  }
}

.product-grid-item>div {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #f8f8f8;
}

.product-grid-item .shop-product {
  width: 100%;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 992px) {
  .product-grid-item .shop-product {
    padding-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.product-grid-item .shop-product .shopify-buy__btn-wrapper {
  display: flex;
  justify-content: center;
}

.product-grid-item .shop-product .shopify-buy__btn-wrapper .shopify-buy__btn {
  width: auto;
}

.product-grid-item [data-bv-show="inline_rating"] {
  display: flex;
  justify-content: center;
  transform: scale(0.8);
}

@media (min-width: 768px) {
  .product-grid-item [data-bv-show="inline_rating"] {
    transform: none;
  }
}

.product-grid-item .product_tags {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .product-grid-item .product_tags {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
  }
}

.product-grid-item h2 {
  width: 100%;
  font-size: 18px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1400px) {
  .product-grid-item h2 {
    font-size: 22px;
  }
}

.product-grid-item .woocommerce-loop-product__link {
  padding: 2rem 1rem 1rem;
  text-decoration: none;
  -webkit-text-decoration-color: transparent !important;
  text-decoration-color: transparent !important;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .product-grid-item .woocommerce-loop-product__link {
    padding: 1rem;
    margin: 0;
    max-width: 100%;
  }
}

@media (min-width: 1400px) {
  .product-grid-item .woocommerce-loop-product__link {
    padding: 1rem 3rem;
  }
}

.product-grid-item .price {
  margin-top: 0.7rem;
  margin-bottom: 1.2rem;
  text-align: center;
  color: #071f60;
}

.product-grid-item .card-image-wrapper {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin: 0 auto;
  max-width: 28rem;
  height: 24rem;
}

@media (min-width: 992px) {
  .product-grid-item .card-image-wrapper {
    width: 80%;
    max-width: auto;
  }
}

.product-grid-item h3 {
  text-align: center;
}

.product-grid-item img {
  display: block;
  margin: 0 auto;
}

.product-grid-item a:focus,
.product-grid-item a:hover {
  text-decoration: none;
}

.product-grid-item .product-grid-item-button-wrapper {
  width: 80%;
  max-width: 280px;
  margin-top: 3rem;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0 !important;
  margin-top: auto !important;
}

.product-grid-item .product-grid-item-button-wrapper .product-grid-item-button {
  margin-top: 1.5rem;
  height: 59px;
  width: 100%;
  color: #4b4b4d;
}

.product-grid-item .sale-price {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 18px;
}

.product-grid-item .sales-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: baseline;
}

.product-grid-item .sales-wrapper .crossed-price {
  margin-left: 0.5rem;
  color: #071f60;
}

.product_tags {
  display: none;
}

@media (min-width: 992px) {
  .product_tags {
    display: flex;
  }
}

.product_tags .product-card-tag {
  font-size: 14px;
  margin-right: 0.5rem;
  padding: 0.5rem 1rem;
  background: #22d2bc;
  color: #fff;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: auto;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
}

.product_tags .product-card-tag:hover {
  cursor: pointer;
  background: #9f1897;
}


.product-card-label {
  color: #22d2bc;
  text-align: center;
  text-transform: uppercase;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  line-height: 1;
  margin-bottom: 1.5rem;
}

.product-card-label-round {
  width: 7rem;
  height: 7rem;
  min-height: 7rem;
  min-width: 7rem;
  border-radius: 50%;
  background: #22d2bc;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -5rem;
  margin-left: -2rem;
}

@media (min-width: 992px) {
  .product-card-label-round {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .product-card-label-round {
    margin-left: -2rem;
  }
}

@media (min-width: 1200px) {
  .block-product-showcase .product-card-label-round {
    margin-left: 2rem;
  }
}

.product-categories {
  display: flex;
  justify-content: center;
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.product-categories li a {
  display: inline-block;
  font-size: 14px;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  color: #9f1897;
  border: 1px solid #9f1897;
  padding: 0.8rem 1.2rem;
  border-radius: 50px;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  text-decoration: none;
  background: 0 0;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .product-categories li a {
    font-size: 16px;
    padding: 0.8rem 1.5rem;
  }
}

@media (min-width: 1400px) {
  .product-categories li a {
    padding: 0.8rem 2rem;
  }
}

.product-categories li a:focus,
.product-categories li a:hover {
  text-decoration: none;
  color: #605ca8;
  border: 1px solid #605ca8;
}

.product-categories li a.checked,
.product-categories li a.current-cat {
  background-image: none !important;
  background: 0 0 !important;
  background-color: #9f1897 !important;
  color: #fff;
}

.product-categories li a.checked:focus,
.product-categories li a.checked:hover,
.product-categories li a.current-cat:focus,
.product-categories li a.current-cat:hover {
  text-decoration: none;
  color: #fff;
  background-color: #605ca8 !important;
  border: 1px solid #605ca8;
}


.collection_list {
  padding-bottom: 96px;

  @media (max-width: 991.98px) {
    padding-bottom: 64px;
  }

  .custom_products_list {
    display: block;
  }

  .facetwp-facet-product_category {
    max-width: 1280px;
    margin: 0 auto;
    border: none;
    gap: 8px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    @media (max-width: 991.98px) {
      justify-content: flex-start;
      flex-wrap: nowrap;
      padding: 0 20px;
      overflow-x: scroll;
    }

    .facetwp-radio {
      height: 34px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 13px;
      font-family: "canada-type-gibson", "Montserrat", sans-serif;
      color: #1A1A1A;
      border: 1px solid rgba(26, 26, 26, 0.15);
      background-color: #F5F5F5 !important;
      padding: 0.6rem 1rem 0.6rem 1.7rem;
      border-radius: 50px;
      margin-right: 0;
      margin-left: 0;
      text-decoration: none;
      text-transform: none;
      background: 0 0;
      white-space: nowrap;
      transition: .3s all ease;
      text-transform: uppercase;

      a {
        color: #1A1A1A !important;
        letter-spacing: 1px;
      }

      .product_count {
        display: flex;
        height: 20px;
        min-width: 16px;
        padding: 0px 6px;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        border: 1px solid rgba(26, 26, 26, 0.15);
        background: #ffffff;
      }

      &.checked {
        background-color: #913AA7 !important;
        border-color: #913AA7;

        a {
          color: #fff !important;
        }

        .product_count {
          border-color: #7f3592;
        }
      }

      &:hover {

        border: 1px solid rgba(145, 58, 167, 0.15);
        background: #f4ebf6 !important;

        a {
          color: #913AA7 !important;
        }

        .product_count {
          border: 1px solid rgba(145, 58, 167, 0.15);
        }
      }
    }
  }
}

.custom_products_list {
  .sidebar-mobile-wrap {
    display: none;
  }
}




@media (min-width: 992px) {
  .facetwp-facet-product_tags .facetwp-checkbox {
    display: inline-block;
    font-size: 16px;
    font-family: "canada-type-gibson", "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-display: auto;
    color: #5d6971;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    text-decoration: none;
    background: 0 0;
  }

  .facetwp-facet-product_tags .facetwp-checkbox.checked {
    background-image: none !important;
    background: 0 0 !important;
    color: #9f1897;
  }

  .facetwp-facet-product_tags .facetwp-checkbox:focus,
  .facetwp-facet-product_tags .facetwp-checkbox:hover {
    text-decoration: none;
    color: #605ca8;
  }
}

.woocommerce-result-count {
  display: none;
}

label.toggle {
  display: none;
}

.facetwp-facet-product_filters {
  position: relative;
  margin-bottom: 0 !important;
}

.checked {
  color: red;
}

.products-content {
  background: #fff;
}

.products-sidebar .filters-wrapper-header .facetwp-facet {
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  color: #1b1916;
  width: 100%;
  font-size: 22px;
  line-height: 4rem;
  text-transform: capitalize;
}

@media (min-width: 320px) {
  .products-sidebar .filters-wrapper-header .facetwp-facet {
    font-size: calc(22px + 2 * (100vw - 320px) / 1120);
  }
}

@media (min-width: 1440px) {
  .products-sidebar .filters-wrapper-header .facetwp-facet {
    font-size: 24px;
  }
}

.products-sidebar .filters-wrapper {
  height: auto;
  opacity: 1;
  padding: 0;
  background: 0 0;
}

.products-sidebar .filters-wrapper .filter-group {
  padding-right: 1.5rem;
}

@media (max-width: 991.98px) {
  .products-sidebar .filters-wrapper .filter-group {
    padding: 0 0.8rem;
  }
}

.products-sidebar .filters-wrapper .filter-group .facetwp-facet {
  margin-left: -2px;
}

.products-sidebar h3 {
  font-style: normal;
  text-transform: uppercase;
  color: #1b1916;
  line-height: 1.2;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-display: auto;
  padding: 2rem 2rem;
  margin-bottom: 0;
  font-size: 20px;
  border-top: 1px solid rgba(26, 26, 26, .2);
}

@media (min-width: 992px) {
  .products-sidebar h3 {
    padding: 2rem 0;
    border-top: 0 solid #c1c7ca;
  }
}

.products-sidebar {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

/* @media (max-width: 991.98px) {
  .products-sidebar {
    background: #fff;
    width: 35rem;
    position: fixed;
    z-index: 11;
    right: -35rem;
    top: 0;
    height: 100%;
    padding: 0;
    overflow: hidden scroll;
    transition: all 0.2s ease;
  }
} */

.products-sidebar h3 {
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  color: #1b1916;
  line-height: 1.2;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-display: auto;
  padding: 2rem 2rem;
  margin-bottom: 0;
  font-size: 20px;
  border-top: 1px solid rgba(26, 26, 26, .2);
}

@media (min-width: 992px) {
  .products-sidebar h3 {
    padding: 2rem 0;
    border-top: 0 solid #c1c7ca;
  }
}

.products-sidebar.active {
  right: 0;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {

  .close-filters,
  .filter-toggle {
    display: none;
  }
}

.close-filters {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background: 0 0;
  box-shadow: 0 0 0 transparent;
  font: 0/0 a;
  margin: 0 0 2.4rem;
  padding: 0.4rem;
  transform: translateX(-0.2rem);
  margin-left: 2rem;
  margin-top: 2rem;
}

.close-filters svg {
  fill: #1b1916;
  stroke: #1b1916;
  width: 1.7rem;
  height: 1.7rem;
}

.filter-toggle {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 0 0.8rem;
}

.filter-toggle__button {
  width: 100%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-items: space-between;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.04rem;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-display: auto;
  color: #313134;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background: 0 0;
  outline: 0;
  box-shadow: 0 0 0 transparent;
}

.filter-toggle__button:focus,
.filter-toggle__button:hover {
  outline: 0;
}

.filter-toggle__button span {
  display: block;
}

.filter-toggle__button svg {
  margin-left: auto;
  fill: #1b1916;
  width: 2.5rem;
  height: 2rem;
}

.page-content-learning-center .filter-toggle {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid rgba(26, 26, 26, .2);
  border-bottom: 1px solid rgba(26, 26, 26, .2);
}

.no-scroll {
  overflow: hidden;
}

.products-sidebar-wrapper {
  display: none;
}

@media (min-width: 992px) {
  .products-sidebar-wrapper {
    background: #fff;
    border-bottom: 1px solid rgba(26, 26, 26, .2);
  }
}

.products-sidebar-wrapper.open {
  display: flex;
}

.filters-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}

.filters-header h3 {
  border-top: none;
  font-size: 14px;
  color: #071f60;
  margin-right: 1.5rem;
}

@media (max-width: 991.98px) {
  .filters-header {
    border-bottom: 1px solid rgba(26, 26, 26, .2);
  }
}

.selections-wrapper {
  display: flex;
  align-items: baseline;
}

@media (max-width: 991.98px) {
  .selections-wrapper {
    border-top: 1px solid rgba(26, 26, 26, .2);
    width: 100%;
    justify-content: space-between;
  }
}

.selections-wrapper ul {
  margin-bottom: 0 !important;
}

.reset-filters {
  cursor: pointer !important;
  background: 0 0 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  text-decoration: underline !important;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: auto;
  font-weight: 400 !important;
  font-size: 1.4rem !important;
  color: #5d6971 !important;
}

.reset-filters:focus,
.reset-filters:hover {
  outline: 0 !important;
  border: 0 !important;
  box-shadow: 0 0 0 transparent !important;
  text-decoration: none !important;
}

@media (max-width: 991.98px) {
  .reset-filters {
    padding-right: 1.5rem !important;
  }
}

.facetwp-selections ul {
  margin: 0 0 1rem;
  padding: 0;
  padding-left: 2rem;
  padding-right: 1.5rem;
}

@media (min-width: 992px) {
  .facetwp-selections ul {
    padding-left: 0;
    padding-right: 0;
    margin: 0 0 2rem;
  }
}

.facetwp-selections ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.facetwp-selections ul li .facetwp-selection-value {
  border-radius: 2.6rem;
  line-height: 1;
  margin: 0 0.8rem 0.8rem 0;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  color: #1b1916;
  padding: 0.6rem 2.2rem 0.6rem 1.2rem;
  background: #f8f8f8 url(../img/close.svg) no-repeat right 1rem center;
  background-size: 0.6rem 0.6rem;
  transition: all 0.2s ease;
}

.facetwp-selections ul li .facetwp-selection-value:focus,
.facetwp-selections ul li .facetwp-selection-value:hover {
  background-color: #e4e4e4;
}

.facetwp-selections .facetwp-selection-label {
  display: none;
}

.card-cta {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
}

.card-cta>* {
  height: 100%;
}

.card-cta .widget_block {
  height: 100%;
}

.card-cta .widget_block>* {
  height: 100%;
}

.card-cta .widget_block .wp-block-group {
  display: flex;
  align-items: flex-end;
}

@media (min-width: 992px) {
  .card-cta .widget_block .wp-block-group .wp-block-group__inner-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.category-testimonial-block {
  background: #f8f8f8;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 992px) {
  .category-testimonial-block {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media (min-width: 992px) {
  .facetwp-facet-product_tags {
    display: none;
  }
}





.slick-disabled {
  color: #4b4b4d;
  border: 1px solid #4b4b4d;
}

.facetwp-facet {
  margin-bottom: 0 !important;
}


.product-hero-info [data-bv-show="inline_rating"] {
  padding-bottom: 1.5rem;
}

.product-hero-info .wps-items-wrapper {
  margin-bottom: 0 !important;
}

.product-hero-info .wps-item {
  min-width: 100% !important;
}

@media (max-width: 991.98px) {
  .product-hero-info .tippy-box {
    margin-left: -200px !important;
    max-width: 192px !important;
    margin-top: -60px !important;
  }

  .product-hero-info .tippy-box .tippy-content {
    padding: 19px 15px;
  }

  .product-hero-info .tippy-box .tippy-arrow {
    top: 35px !important;
  }
}

.bv-content-summary-body-text .emoji {
  width: 15px !important;
}

.coming-soon {
  color: #071f60;
  display: flex;
  align-items: center;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  font-size: 24px;
}

.ps-lightbox {
  z-index: 10005 !important;
}

@media (min-width: 1200px) {
  .ps-lightbox {
    top: 5% !important;
  }
}

@media (min-width: 992px) {
  .pdp-buttons {
    width: 168px;
  }
}

.product-meta {
  padding-bottom: 2.1rem;
}

.product-meta .product-meta-column {
  display: flex;
  flex-direction: row;
  padding-bottom: 1.5rem;
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 992px) {
  .product-meta .product-meta-column {
    flex: 0 0 auto;
    width: 50%;
  }
}

.product-meta .product-meta-column span {
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  color: #313134;
}

.product-meta .product-meta-column--package {
  padding-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .product-meta .product-meta-column--package {
    flex: 0 0 auto;
    width: 100%;
  }
}

.crossed-price {
  opacity: 0.8;
  font-size: 90%;
  text-decoration: line-through;
}

.sale-price {
  color: #071f60;
  display: flex;
  align-items: center;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  font-size: 24px;
}

.sale-price .percentage {
  font-size: 16px;
  margin-left: 1rem;
}

.slick-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.package-size {
  padding-left: 0.5rem;
}

.block-faq {
  background: #f8f8f8;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 992px) {
  .block-faq {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.block-faq h2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 3rem;
}

@media (min-width: 1200px) {
  .block-faq h2 {
    margin-bottom: 5.6rem;
  }
}

.block-faq .tab {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid rgba(26, 26, 26, .2);
  margin-top: 2rem;
}

.block-faq .tab input {
  display: none;
}

.block-faq input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.block-faq .tab label {
  position: relative;
  display: block;
  width: 100%;
  font-size: 17px;
  line-height: 22px;
  padding: 0.4rem 7rem 0.4rem 0;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (min-width: 320px) {
  .block-faq .tab label {
    font-size: calc(17px + 7 * (100vw - 320px) / 1120);
  }
}

@media (min-width: 1440px) {
  .block-faq .tab label {
    font-size: 24px;
  }
}

@media (min-width: 320px) {
  .block-faq .tab label {
    line-height: calc(22px + 8 * (100vw - 320px) / 1120);
  }
}

@media (min-width: 1440px) {
  .block-faq .tab label {
    line-height: 30px;
  }
}

@media (min-width: 992px) {
  .block-faq .tab label {
    padding: 1rem 7rem 1rem 0;
  }
}

.block-faq .tab-content {
  padding-top: 1.5rem;
  padding-right: 5rem;
  overflow-y: hidden;
  height: 0;
  transition: height 0.3s ease;
}

@media (min-width: 992px) {
  .block-faq .tab-content {
    padding-right: 20%;
  }
}

.block-faq .tab-content a {
  color: #9f1897;
  text-decoration: underline;
}

.block-faq .tab-content ul {
  margin: 3rem 1.8rem;
  padding-left: 5rem;
}

.block-faq .tab-content p {
  font-size: 16px;
}

@media (min-width: 320px) {
  .block-faq .tab-content p {
    font-size: calc(16px + 2 * (100vw - 320px) / 1120);
  }
}

@media (min-width: 1440px) {
  .block-faq .tab-content p {
    font-size: 18px;
  }
}

.block-faq input:checked~.tab-content {
  height: auto;
  overflow: visible;
}

.block-faq input:checked~.tab-content p {
  margin-bottom: 2rem;
}

.block-faq label::after,
.block-faq label::before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #1A1A1A;
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  transform: translate(-50%, -50%) rotate(0);
  transition: 0.3s ease;
}

.block-faq label::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.block-faq input[type="checkbox"]+label {
  margin: 0;
}

.block-faq input[type="checkbox"]:checked+label::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.block-faq input[type="checkbox"]:checked+label::after {
  transform: translate(-50%, -50%) rotate(360deg);
}

.bundle-contents {
  border-top: 1px solid rgba(26, 26, 26, .2);
  padding: 5rem 3rem;
}

@media (min-width: 992px) {
  .bundle-contents {
    display: flex;
  }
}

.bundle-contents .bundle-product,
.bundle-contents .bundle-text {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 992px) {

  .bundle-contents .bundle-product,
  .bundle-contents .bundle-text {
    flex: 0 0 auto;
    width: 50%;
  }
}

.bundle-contents .bundle-text {
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  font-size: 26px;
}

@media (min-width: 992px) {
  .bundle-contents .bundle-text {
    margin-left: 8.3333333333%;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
}

.bundle-contents .bundle-product {
  display: flex;
}

.bundle-contents .bundle-product .column-image a {
  display: block;
}

@media (min-width: 992px) {
  .bundle-contents .bundle-product .column-image {
    flex: 0 0 auto;
    width: 25%;
  }
}

.bundle-contents .bundle-product .column-content {
  padding-left: 3rem;
}

@media (min-width: 992px) {
  .bundle-contents .bundle-product .column-content {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
}

.bundle-contents .bundle-product .sales-wrapper {
  display: flex;
  align-items: baseline;
}

.bundle-contents .bundle-product .sales-wrapper .crossed-price {
  margin-right: 1.5rem;
}

.bundle-contents .bundle-product .shop-product-rel {
  display: flex;
  margin-top: 1rem !important;
}

@media (min-width: 992px) {
  .bundle-contents .bundle-product .shop-product-rel {
    margin-top: 3rem !important;
  }
}

.block-reviews {
  padding-bottom: 4rem;
}

@media (min-width: 1200px) {
  .block-reviews {
    padding-bottom: 6.4rem;
  }
}

.block-reviews {
  padding-bottom: 4rem;
}

@media (min-width: 1200px) {
  .block-reviews {
    padding-bottom: 6.4rem;
  }
}

.product-fixed-tip-mobile {
  display: none;
  position: fixed;
  background: #f4eaf5;
  bottom: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  padding: 20px;
  border-top: 2px solid #9f1897;
}

.product-fixed-tip-mobile h1 {
  text-align: center;
  font-size: 25px;
}

.product-fixed-tip-mobile>div {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.product-fixed-tip-mobile button.shopify-buy__btn {
  white-space: pre;
}

@media (max-width: 450px) {
  .product-fixed-tip-mobile.scrolled {
    display: block;
  }

  .shop-product-simple .shop-product-simple .shopify-buy__quantity-container {
    display: none !important;
  }
}

.product-fixed-tip-mobile .wps-custom-add-to-cart {
  width: 100%;
}

.product-fixed-tip-mobile .wps-add-to-cart span,
.product-fixed-tip-mobile .wps-custom-add-to-cart span {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #fff;
}

.product-fixed-tip-mobile .css-bvgcu4-SubscriptionBuyButtonCSS {
  height: 0;
  width: 0;
  visibility: hidden;
}

.wps-custom-add-to-cart {
  width: 100%;
}

.shopwp [data-wpshopify-component] {
  margin-bottom: 0 !important;
  margin-top: auto !important;
}

.product-hero-info-inner .wps-items-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 3.2rem;
}

.product-hero-info-inner .shopwp-selling-group-content {
  padding-right: 1.5rem !important;
}

.product-hero-info-inner [class$="TooltipCSS"] {
  padding-top: 1rem !important;
  width: auto !important;
}

.product-hero-info-inner [class$="TooltipCSS"] p {
  margin-bottom: 0 !important;
  font-size: 14px !important;
}

.product-hero-info-inner [class$="SellingPlanSingleCSS"] {
  margin-top: -1.6rem !important;
  margin-bottom: 1.6rem !important;
  padding-left: 4.6rem !important;
}

.product-hero-info-inner .shopwp-selling-group {
  padding: 0 !important;
  display: block !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  border: 2px solid #c1c7ca !important;
  transition: all 0.15s ease 0s !important;
  position: relative !important;
}

.product-hero-info-inner .shopwp-selling-group:hover,
.product-hero-info-inner .shopwp-selling-group[data-is-selected="true"] {
  background: #fff !important;
  border: 2px solid #9f1897 !important;
}

.product-hero-info-inner .shopwp-selling-group[data-is-selected="false"] [class$="SellingGroupLabelCSS"] .shopwp-radio-control {
  border-color: #c1c7ca !important;
}

.product-hero-info-inner .shopwp-selling-group [class$="SellingGroupLabelCSS"] {
  display: flex !important;
  transition: all 0.18s ease 0s !important;
  padding: 2.4rem 1rem !important;
}

.product-hero-info-inner .shopwp-selling-group [class$="SellingGroupLabelCSS"] .shopwp-radio-control {
  border-color: #9f1897 !important;
  top: 3.4rem;
}

.product-hero-info-inner .shopwp-selling-group [class$="SellingGroupLabelCSS"] .shopwp-radio-control:before {
  content: "";
  box-shadow: #9f1897 0.5em 0.5em inset;
}

.product-hero-info-inner .shopwp-radio-text {
  color: #313134;
  flex-wrap: wrap !important;
}

.product-hero-info-inner .shopwp-radio-text p {
  margin: 0;
  color: #313134;
  font-size: 16px;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

.product-hero-info-inner .shopwp-radio-text [class$="PriceCSS"] {
  margin-left: auto;
  padding-right: 0.3rem;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  font-size: 16px;
  letter-spacing: -0.04rem;
}

.product-hero-info-inner .shopwp-radio-text [class$="SaveInlineCSS"] {
  color: rgba(49, 49, 52, 0.8);
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: auto;
  width: 100% !important;
  margin-top: 0.5rem !important;
  font-size: 14px !important;
}

p[class$="unavailableNoticeCSS-Notice"] {
  margin: 0 !important;
  border-left: 0;
  color: #fff;
  width: 100%;
  cursor: not-allowed;
  background: rgba(93, 105, 113, 0.5) !important;
}

@media (max-width: 991.98px) {
  p[class$="unavailableNoticeCSS-Notice"] {
    padding-left: 0;
    padding-right: 0;
  }
}

p[class$="noticeStyles-Notice"] {
  display: none;
}

[data-wpshopify-is-available-for-sale="false"] .sub-price {
  display: block;
}

.shopwp-cart .wps-quantity-decrement,
.shopwp-cart .wps-quantity-increment,
.shopwp-cart input.wps-quantity-input {
  height: 3.2rem;
}

.shopwp-cart [class$="CartLineItemSubscriptionTitleCSS"] {
  margin-bottom: 3px;
}

.shopwp-cart [class$="CartLineItemTitleCSS"] {
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

.shopwp-cart [class$="CartFooterTotalCSS"] {
  font-size: 1.8rem;
}

.shopwp-cart [class$="CartFooterTotalCSS"]:after {
  flex: 0 0 100%;
  max-width: 100%;
  content: "Shipping and discount codes are added at checkout.";
  display: block;
  text-align: center;
  margin: 0.6rem 0 1rem;
  font-size: 1.2rem;
  order: 99;
}

.shopwp-cart .wps-btn-checkout {
  text-transform: capitalize;
}

.shopwp-cart [class$="CartTitleCSS"] {
  display: none;
}

.shopwp-cart [class$="CartLoadingContents"] {
  font: 0/0 a;
}

.shopwp-cart [class$="CartLoadingContents"]>svg {
  display: none;
}

.shopwp-skeleton-product-buy-button {
  width: 100% !important;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
}

.shopwp-skeleton-component {
  width: 100% !important;
}

.light-header-style+.site-content .home-hero {
  color: #fff;
}


.home-hero h1,
.home-hero h2,
.home-hero h3,
.home-hero h4,
.home-hero h5,
.home-hero li,
.home-hero p {
  color: #fff;
}

@media (min-width: 992px) {

  .home-hero h1,
  .home-hero h2,
  .home-hero h3,
  .home-hero h4,
  .home-hero h5,
  .home-hero li,
  .home-hero p {
    color: #071f60;
  }
}

@media (max-width: 991.98px) {
  .home-hero h1 {
    font-size: 36px;
  }

  .home-hero p {
    margin: 0 0 1.5rem;
  }
}

.home-hero a:hover {
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.home-hero figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.home-hero figure img,
.home-hero figure picture {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.home-hero-inner {
  z-index: 1;
}

.home-hero-desktop {
  display: none;
}

@media (min-width: 992px) {
  .home-hero-desktop {
    display: block;
  }
}

.home-hero-mobile {
  display: block;
}

@media (min-width: 992px) {
  .home-hero-mobile {
    display: none;
  }
}

.home-hero-content {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

@media (min-width: 992px) {
  .home-hero-content {
    flex: 0 0 auto;
    width: 66.6666666667%;
    margin-left: 8.3333333333%;
  }
}

@media (min-width: 1200px) {
  .home-hero-content {
    flex: 0 0 auto;
    width: 50%;
    margin-left: 8.3333333333%;
  }
}

.page-excerpt {
  flex: 0 0 auto;
  width: 100%;
  color: #fff;
  margin-bottom: 1.5rem;
}

.page-excerpt a,
.page-excerpt h1,
.page-excerpt h2,
.page-excerpt h3,
.page-excerpt h4,
.page-excerpt h5,
.page-excerpt li,
.page-excerpt p {
  color: #fff;
}

@media (min-width: 992px) {
  .page-excerpt {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}

.alignfull .wp-block-group__inner-container .row,
.container .row {
  justify-content: center;
}

.icon-list {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .icon-list {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.icon-list .item {
  display: none;
}

.icon-list .item:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-list .item img {
  display: block;
  max-width: 100%;
  height: 4.8rem;
}

.icon-list .item span {
  line-height: 1.2;
  font-size: 1.6rem;
  text-align: left;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-display: auto;
  padding-left: 1rem;
}

@media (min-width: 992px) {
  .icon-list .item {
    flex-direction: row;
    flex: 0 0 auto;
    width: 20.8333333333%;
    padding: 1.5rem;
    display: flex;
    align-items: center;
  }

  .icon-list .item img {
    display: block;
    margin-bottom: 0;
    margin-right: 1.2rem;
    flex: 0 0 4rem;
    max-width: 4rem;
  }

  .icon-list .item span {
    width: 100%;
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .icon-list .item {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}

@media (min-width: 1400px) {
  .icon-list .item {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

.block-benefits {
  margin-top: 3rem;
}

@media (min-width: 1200px) {
  .block-benefits {
    padding-top: 3rem;
  }
}

.block-benefits .benefit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  flex: 0 0 auto;
  width: 50%;
  transition: 0.3s all ease;
}

.block-benefits .benefit-item .benefit-item__image {
  transition: 0.3s all ease;
}

.block-benefits .benefit-item:hover {
  .benefit-item__image {
    transform: scale(0.8);
  }
}

@media (min-width: 992px) {
  .block-benefits .benefit-item {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .block-benefits .benefit-item {
    flex: 0 0 auto;
    width: 18.3333333333%;
  }
}

@media (min-width: 992px) {
  .block-benefits .benefit-item__image {
    height: 18rem;
    min-height: 18rem;
    padding-bottom: 1.5rem;
  }
}

.block-benefits .benefit-item__image img {
  height: 8.8rem;
  width: 100%;
}

@media (min-width: 992px) {
  .block-benefits .benefit-item__image img {
    height: 100%;
    width: auto;
  }
}

.block-benefits .benefit-item h5 {
  text-align: center;
  line-height: 1.3;
  color: #071f60;
  margin-left: auto;
  margin-right: auto;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@media (min-width: 992px) {
  .block-benefits .benefit-item h5 {
    width: 80%;
  }
}

.block-benefits a:focus,
.block-benefits a:hover {
  text-decoration: none;
}

.block-benefits a:focus h5,
.block-benefits a:hover h5 {
  text-decoration: none;
  color: #605ca8;
}


.product-card {
  padding: 1rem 4rem;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  justify-content: flex-end;
  border-radius: 0 !important;
}

.product-card__image {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 0;
}

.product-card__image .product-card-image-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 18rem;
}

.menu-product-card__image picture,
.product-card__image img,
.product-card__image picture {
  width: auto;
  display: flex;
  justify-content: center;
}

.product-card .product-subtitle {
  padding-top: 1rem;
  width: 100%;
  line-height: 1.2;
}

@media (min-width: 992px) {

  .product-card .product-subtitle {
    min-height: 5.6rem;
    align-items: center;
  }
}

@media (min-width: 1200px) {

  .product-card .product-subtitle {
    min-height: 6rem;
  }
}


.product-card .card-image-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 0.8rem;
}

.product-card .card-image-wrapper img,
.product-card .card-image-wrapper picture {
  display: flex;
  justify-content: center;
  width: auto;
}


.product-card h2 {
  width: 100%;
  font-size: 18px;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {


  .product-card h2 {
    width: 100%;
    font-size: 18px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}


.product-card h5 {
  color: #071f60;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  font-weight: 500;
}


.product-card .price {
  margin-top: 0.7rem;
  margin-bottom: 1.2rem;
  text-align: center;
  color: #071f60;
}

.product-card div[itemscope] {
  text-align: center;
}



.product-card:focus,
.product-card:hover {
  text-decoration: none;
  transition: 0.3s ease;
}



.product-card:focus h2,
.product-card:hover h2 {
  color: #605ca8;
  transition: 0.3s linear;
}

.bv-rating-embed {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.price {
  color: #071f60 !important;
  display: flex !important;
  flex-direction: column !important;
}

.price p,
.price span {
  color: #1A1A1A !important;
  font-weight: 700;
}

.shop-product-rel {
  width: 100%;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 992px) {
  .shop-product-rel {
    padding-bottom: 4rem;
  }
}

.shop-product-rel .shopify-buy__btn-wrapper {
  display: flex;
  justify-content: center;
}

.shop-product-rel .shopify-buy__btn-wrapper .shopify-buy__btn {
  width: auto;
}

.block-product-showcase .card-image-wrapper,
.block-product-showcase .product-card__image {
  height: auto;
}

.custom-content-item {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 992px) {
  .custom-content-item {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }
}

.custom-content-item img {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 992px) {
  .custom-content-item img {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
}

.custom-content-item>div {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 992px) {
  .custom-content-item>div {
    flex: 0 0 auto;
    width: 58.3333333333%;
    padding: 6rem;
    padding-left: 10rem;
  }
}

.custom-content-item--right {
  flex-direction: row-reverse;
}

.custom-content-item--right>div {
  padding: 6rem;
  padding-left: 6rem;
  padding-right: 10rem;
}

@media (min-width: 992px) {
  .block-articles-feed {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
}

.article-card-feed {
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 30px;
  min-height: 100%;
  display: flex !important;
}

.article-card-feed__content {
  padding: 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.article-card-feed__content h3,
.article-card-feed__content p {
  margin-left: 0 !important;
}

.article-card-feed__categories {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {

  .article-card-feed__categories {
    padding-top: 1rem;
  }
}

.article-card-feed__categories span {
  display: inline-block;
  font-size: 12px;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  color: #fff;
  background: #363fbc;
  padding: 0.4rem 1.3rem;
  border-radius: 20px;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

.article-card-feed picture {
  width: 100%;
}

.article-card-feed img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  object-fit: cover;
  height: 25rem;
  min-height: 25rem;
}

.article-card-feed a {
  min-height: 100%;
  background: #fff;
  border-radius: 30px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: 0.3s ease;
}

.article-card-feed a h3 {
  text-decoration: none;
  font-size: 20px;
  text-align: left;
  margin-left: 0;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  margin-bottom: 0.5rem;
  transition: 0.3s ease;
}

.article-card-feed a p {
  text-decoration: none;
  color: #071f60;
  margin-left: 0;
  font-size: 1.6rem;
  transition: 0.3s ease;
}

.article-card-feed a:focus,
.article-card-feed a:hover {
  text-decoration: none;
  color: #605ca8;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.29);
  transition: 0.3s ease;
}

.article-card-feed a:focus h3,
.article-card-feed a:focus p,
.article-card-feed a:hover h3,
.article-card-feed a:hover p {
  text-decoration: none;
  color: #605ca8;
  transition: 0.3s ease;
}

.no-pills .article-card-feed__categories {
  display: none;
}





@ .product-card .article-card {
  display: flex !important;
}

@media (min-width: 992px) {
  .product-card .article-card {
    height: 100% !important;
  }
}

@media (min-width: 992px) {
  .slick-track {
    display: flex !important;
  }
}

@media (min-width: 992px) {
  .post .block-product-showcase .slick-track {
    margin: 0 auto;
  }
}

.slick-slide {
  display: flex !important;
}

.slick-slide>div {
  height: 100% !important;
  width: 100% !important;
}

.related-prods {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 992px) {
  .related-prods {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.related-prods .slick-slide>div {
  width: 100%;
}

.search-results-content .product-card,
.slider-products .product-card {
  padding: 1rem 2rem;
}

.search-results-content .product-card-wrapper,
.slider-products .product-card-wrapper {
  min-height: 100%;
}

@media (min-width: 992px) {

  .search-results-content .product-card-wrapper,
  .slider-products .product-card-wrapper {
    min-height: auto;
  }
}

.slick-dots {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 0;
}

.slider-products .slick-dots {
  margin-top: 1rem;
}

.product-card-wrapper {
  padding: 1.5rem;
  min-height: 100%;
  display: flex !important;
}

@media (min-width: 992px) {
  .product-card-wrapper {
    width: 100%;
    height: 100%;
  }
}

.product-card-inner {
  background: #f8f8f8;
  display: flex !important;
  flex-direction: column !important;
  min-height: 100%;
  flex: 1;
}

@media (min-width: 992px) {
  .product-card-inner {
    width: 100%;
    height: 100%;
  }
}

.product-card-inner .sale-price {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 18px;
}

.product-card-inner .sales-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: baseline;
}

.product-card-inner .sales-wrapper .crossed-price {
  margin-left: 0.5rem;
  color: #071f60;
}

.block-logos .logo-item-wrapper {
  flex: 0 0 auto;
  width: 50%;
  padding: 1.5rem;
}

@media (min-width: 992px) {
  .block-logos .logo-item-wrapper {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}

.block-logos .logo-item-wrapper .logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 15px;
  height: 100%;
  padding: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 992px) {
  .block-logos .logo-item-wrapper .logo-item {
    padding: 3rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .block-logos .logo-item-wrapper .logo-item__image {
    width: 60%;
  }
}

.AstuteBotLauncher .ToggleChat {
  text-align: center;
  display: block;
  margin-bottom: 1rem;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  line-height: 20px;
  letter-spacing: 0.02rem;
  position: relative;
  font-weight: 700;
  background-color: #071f60;
  border: 2px solid #071f60;
  border-radius: 50px;
  transition: all 0.2s ease;
  max-width: 100%;
}

.AstuteBotLauncher .ToggleChat:after {
  display: block;
  content: "";
  width: 52px;
  height: 52px;
  background: url("../img/chat-box-icon.svg") no-repeat;
  background-size: contain;
}

.AstuteBotLauncher .ChatContainer {
  background-color: transparent !important;
}

@media (max-width: 767.98px) {
  .AstuteBotLauncher .ChatContainer {
    width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.AstuteBotLauncher .ChatTitleBar {
  line-height: inherit;
  background-color: #071f60 !important;
  padding: 5px 55px 5px 10px;
  position: relative;
  border-radius: 1em 1em 0 0;
}

.AstuteBotLauncher .TitleText {
  color: #fff;
  word-spacing: normal;
  letter-spacing: normal;
  font-weight: 700;
  font-family: SeravekWebBasic, helvetica, sans-serif !important;
}

.AstuteBotLauncher .ChatActions {
  position: absolute;
  top: 3px;
  right: 7px;
}

.AstuteBotLauncher .icon {
  pointer-events: auto;
}

.BotFrame {
  background-color: #fff;
  border: 1px solid #071f60;
  width: 100%;
}

.wp-block-group .custom-block {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group .wp-block-media-text {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .wp-block-group .wp-block-media-text {
    padding-top: 3rem;
  }
}

@media (min-width: 1200px) {

  #tabs ul.tabs,
  .header-inner {
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {

  .articles-slider,
  .slider-products {
    overflow-x: hidden;
    overflow-y: hidden;
  }
}

.price-display {
  display: none;
  font-weight: 600;
  font-size: 24px;
}

.price-display ins {
  text-decoration: none !important;
}

.wps-cart a,
.wps-cart div,
.wps-cart h2,
.wps-cart h3,
.wps-cart h4,
.wps-cart h5,
.wps-cart input,
.wps-cart p,
.wps-cart span {
  color: #1A1A1A !important;
}

.wps-cart button:not(.wps-btn-checkout) {
  color: #1A1A1A !important;
}

.wps-cart button:not(.wps-btn-close),
.wps-cart input {
  border-color: #1A1A1A !important;
}

.wps-cart button:not(.wps-btn-close) span,
.wps-cart input span {
  background: #1A1A1A !important;
}

.wps-cart button:not(.wps-btn-close) span:after,
.wps-cart input span:after {
  background: #1A1A1A !important;
}

.wps-cart button:focus {
  background: #fff !important;
}

.excerpt {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 576px) {
  .excerpt {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .excerpt {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}

.blog-categories .facetwp-facet-blog_tags {
  background: #f4eaf5;
  display: flex;
  border-radius: 10px;
  padding: 1rem 1rem;
}

@media (min-width: 992px) {
  .blog-categories .facetwp-facet-blog_tags {
    padding: 2rem 3rem;
    border-radius: 20px;
  }
}

.blog-categories .facetwp-checkbox,
.blog-categories a {
  display: flex;
  font-size: 13px;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  color: #fff;
  background: #605ca8;
  border: 2px solid #605ca8;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  text-decoration: none;
  margin: 0.5rem;
  white-space: nowrap;
  transition: 0.3s linear;
}

@media (min-width: 992px) {

  .blog-categories .facetwp-checkbox,
  .blog-categories a {
    font-size: 16px;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}

.blog-categories .facetwp-checkbox:focus,
.blog-categories .facetwp-checkbox:hover,
.blog-categories a:focus,
.blog-categories a:hover {
  text-decoration: none !important;
  color: #fff !important;
  background: #9f1897 !important;
  border: 2px solid #9f1897 !important;
  transition: 0.3s linear;
}

.blog-categories .facetwp-checkbox.checked,
.blog-categories a.checked {
  background-image: none !important;
  background: 0 0 !important;
  background-color: #9f1897 !important;
  color: #fff;
}

.blog-categories .facetwp-checkbox.checked:focus,
.blog-categories .facetwp-checkbox.checked:hover,
.blog-categories a.checked:focus,
.blog-categories a.checked:hover {
  text-decoration: none;
  color: #fff;
  background-color: #605ca8 !important;
  border: 2px solid #605ca8;
}

.blog-categories .facetwp-checkbox .facetwp-counter,
.blog-categories a .facetwp-counter {
  display: none;
}

.blog-categories .has-light-pink-background-color {
  margin: 0 -15px;
}

@media (min-width: 992px) {
  .blog-categories .has-light-pink-background-color {
    margin: 0;
    border-radius: 20px;
  }
}

.blog-categories ul {
  border-radius: 0;
  display: flex;
  overflow-y: auto;
  position: relative;
  list-style: none;
  margin: 1.6rem 0;
  padding: 1rem;
  -webkit-mask-image: linear-gradient(to right,
      #f4eaf5 85%,
      transparent 97%,
      transparent 100%);
  mask-image: linear-gradient(to right,
      #f4eaf5 85%,
      transparent 97%,
      transparent 100%);
}

@media (min-width: 992px) {
  .blog-categories ul {
    display: flex;
    flex-wrap: wrap;
    margin: 2.4rem 0 3.2rem;
    padding: 2rem 3rem;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

.blog-categories ul .current-cat {
  background: #fff;
  border: 2px solid #fff;
  color: #9f1897;
}

.index-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-content-learning-center {
  background: #f8f8f8;
  padding-bottom: 3rem;
}

.page-content-learning-center .facetwp-template {
  display: flex;
  justify-content: flex-start;
}

.facetwp-type-pager {
  display: flex;
  justify-content: center;
}

.facetwp-type-pager button {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background: 0 0 !important;
  outline: 0 !important;
  color: #9f1897 !important;
  border: 1px solid #9f1897 !important;
  border-color: #9f1897 !important;
  border-right-color: #9f1897 !important;
  border-bottom-color: #9f1897 !important;
}

.facetwp-ignore {
  display: none;
}

.article-card {
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 30px;
  min-height: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex !important;
}

@media (min-width: 992px) {
  .article-card {
    width: 33%;
  }
}

.article-card__content {
  padding: 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.article-card__content h3,
.article-card__content p {
  margin-left: 0 !important;
}

.article-card__categories {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}



.article-card__categories span {
  display: inline-block;
  font-size: 12px;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 500;
  color: #1a1a1a;
  background: #fff;
  border-radius: 20px;
  padding: 2px 8px;
  border: 1px solid rgba(26, 26, 26, .15);
  text-transform: uppercase;
}

.article-card__article-categories {
  margin-bottom: 3rem;
}

.article-card__article-categories span {
  display: inline-block;
  font-size: 12px;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  color: #fff;
  background: #363fbc;
  padding: 0.4rem 1.3rem;
  border-radius: 20px;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

.article-card__tags {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .article-card__tags {
    padding-top: 1rem;
  }
}

.article-card__tags span {
  display: inline-block;
  font-size: 12px;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  color: #000;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

.article-card img {
  object-fit: cover;
  height: 25rem;
  min-height: 25rem;
}

.article-card a {
  min-height: 100%;
  background: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.3s ease;
}

.article-card a h3 {
  text-decoration: none;
  font-size: 20px;
  text-align: left;
  margin-left: 0;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  margin-bottom: 0.5rem;
  transition: 0.3s ease;
}

.article-card a p {
  text-decoration: none;
  color: #071f60;
  margin-left: 0;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  transition: 0.3s ease;
}

.article-card a:focus,
.article-card a:hover {
  text-decoration: none;
  color: #605ca8;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.29);
}

.article-card a:focus h3,
.article-card a:focus p,
.article-card a:hover h3,
.article-card a:hover p {
  text-decoration: none;
  color: #605ca8;
  transition: 0.3s ease;
}

@media (min-width: 768px) {
  .article-card--main-featured {
    flex: 0 0 auto;
    width: 100%;
  }
}

.article-card--main-featured a {
  background: #fff;
  text-decoration: none;
}

@media (min-width: 992px) {
  .article-card--main-featured a {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
}

.article-card--main-featured a>img,
.article-card--main-featured a>picture {
  height: 25rem;
  width: 100%;
}

@media (min-width: 992px) {

  .article-card--main-featured a>img,
  .article-card--main-featured a>picture {
    height: 45rem;
    width: 60%;
  }
}

.article-card--main-featured a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.article-card--main-featured .article-card__content {
  padding: 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .article-card--main-featured .article-card__content {
    width: 40%;
  }
}

@media (min-width: 576px) {
  .article-card--featured {
    flex: 0 0 auto;
    width: 50%;
  }
}

.article-card--featured img {
  height: 25rem;
}

@media (min-width: 768px) {
  .article-card--featured img {
    height: 30rem;
  }
}

@media (min-width: 1200px) {
  .article-card--featured img {
    height: 35rem;
  }
}

@media (min-width: 992px) {

  .article-card--featured .article-card__article-categories,
  .article-card--featured h3 {
    width: 70%;
  }
}

.article-card .read-more {
  color: #605ca8;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.related-prods .read-more {
  padding-bottom: 1rem;
}

.related-prods .slick-dots {
  margin: 2rem 0 0;
}

.post-pills {
  display: flex;
  padding-bottom: 1.5rem;
  align-items: center;
  overflow-y: auto;
}

@media (min-width: 992px) {
  .post-pills {
    justify-content: center;
    padding-bottom: 3rem;
  }
}

.post-pill {
  display: inline-block;
  font-size: 14px;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  color: #fff;
  background: #363fbc;
  padding: 0.4rem 1.3rem;
  border-radius: 20px;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  white-space: nowrap;
  text-decoration: none !important;
}

.post-pill:hover {
  background-color: #9f1897 !important;
  border-color: #9f1897 !important;
}

.post-template-default .related-posts {
  background: #22d2bc;
}

.post blockquote {
  border-left: 10px solid #f7c127;
  display: block;
  margin: 30px 0;
  padding: 0 30px;
  font-style: italic;
}

.post a:not(.button):not(input[type="submit"]):not(.product-card) {
  color: #9f1897;
  text-decoration: underline;
  cursor: pointer;
}

.post a:not(.button):not(input[type="submit"]):not(.product-card):hover {
  color: #605ca8;
  text-decoration: underline;
}

.post .entry-content>h2,
.post .entry-content>h3,
.post .entry-content>h4,
.post .entry-content>h5,
.post .entry-content>h6 {
  text-transform: none;
  line-height: 1.25;
  padding-top: 0 !important;
  padding-top: 16px;
}

@media (min-width: 320px) {

  .post .entry-content>h2,
  .post .entry-content>h3,
  .post .entry-content>h4,
  .post .entry-content>h5,
  .post .entry-content>h6 {
    padding-top: calc(16px + 8 * (100vw - 320px) / 1120);
  }
}

@media (min-width: 1440px) {

  .post .entry-content>h2,
  .post .entry-content>h3,
  .post .entry-content>h4,
  .post .entry-content>h5,
  .post .entry-content>h6 {
    padding-top: 24px;
  }
}

.post .entry-content>h2 {
  font-size: 24px;
}

@media (min-width: 320px) {
  .post .entry-content>h2 {
    font-size: calc(24px + 10 * (100vw - 320px) / 1120);
  }
}

@media (min-width: 1440px) {
  .post .entry-content>h2 {
    font-size: 34px;
  }
}

.post .entry-content>h3 {
  font-size: 21px;
}

@media (min-width: 320px) {
  .post .entry-content>h3 {
    font-size: calc(21px + 8 * (100vw - 320px) / 1120);
  }
}

@media (min-width: 1440px) {
  .post .entry-content>h3 {
    font-size: 29px;
  }
}

.post .entry-content>h4 {
  font-size: 19px;
}

@media (min-width: 320px) {
  .post .entry-content>h4 {
    font-size: calc(19px + 4 * (100vw - 320px) / 1120);
  }
}

@media (min-width: 1440px) {
  .post .entry-content>h4 {
    font-size: 23px;
  }
}

.post .entry-content>h5 {
  font-size: 17px;
}

@media (min-width: 320px) {
  .post .entry-content>h5 {
    font-size: calc(17px + 3 * (100vw - 320px) / 1120);
  }
}

@media (min-width: 1440px) {
  .post .entry-content>h5 {
    font-size: 20px;
  }
}

.post .entry-content ul {
  padding-left: 1.5rem;
}

.post .entry-content ol {
  list-style-position: inside;
  margin-left: 0;
  list-style-type: none;
  list-style-position: outside;
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0 !important;
  padding-left: 5rem !important;
}

@media (min-width: 992px) {
  .post .entry-content ol {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}

.post .entry-content ol>li {
  margin-top: -2rem;
}

.post .entry-content ol>li {
  counter-increment: itemNum;
}

.post .entry-content ol>li::before {
  content: counter(itemNum);
  margin-left: -1.3rem;
  margin-top: -1px;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-display: auto;
  color: #fff;
  background: #f7c127;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  text-align: center;
  padding-left: 1.9rem;
  justify-content: center;
  align-items: center;
  position: relative;
  left: -2.5rem;
  padding-right: 0;
  font-size: 1.7rem;
  top: 3rem;
}

@media (min-width: 992px) {
  .related-posts-inner {
    display: flex;
  }
}

.archive.category,
.blog {
  background: #fff;
}

.page .page-content,
.single .page-content {
  background: #f8f8f8;
}


.page .hero,
.post .hero {
  padding-top: 3rem;
}

@media (min-width: 992px) {

  .page .hero,
  .post .hero {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.page .hero__content,
.post .hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {

  .page .hero .entry-title,
  .post .hero .entry-title {
    margin-left: 25%;
    flex: 0 0 auto;
    width: 50%;
    text-align: center;
    margin-bottom: 0;
  }
}

.page .entry-content,
.post .entry-content {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.block-quote-recommendation:not([class*="background-color"]) {
  background-color: #f8f8f8;
}

.quote-background-image {
  height: 25rem;
}

@media (min-width: 992px) {
  .quote-background-image {
    height: 60rem;
  }
}

.quote-product-image {
  padding: 5rem;
  margin-top: -25rem;
}

.quote-author-image {
  padding: 3rem;
  margin-top: -15rem;
}

.quote-author-image img,
.quote-author-image picture {
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.quote-content {
  padding-top: 2rem;
  padding-bottom: 7rem;
}

@media (min-width: 992px) {

  .quote-author-image,
  .quote-content,
  .quote-product-image {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}

.contact-form-block {
  margin-top: 3rem;
}

@media (min-width: 992px) {
  .contact-form-block {
    display: flex;
    justify-content: space-between;
  }
}

.contact-form-block .gform_wrapper {
  background: #fff;
  padding: 3rem;
  margin-bottom: 1.5rem;
}

.error-title {
  font-size: 18rem;
  color: #9f1897;
  margin-top: 5rem;
  margin-bottom: 3rem !important;
}

.error-404 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 7rem;
  background: #f8f8f8;
}

.error-404 .read-more {
  display: flex;
  justify-content: center;
}

.error-404 .error-title {
  text-align: center;
  font-size: 18rem;
  color: #9f1897;
  margin-top: 5rem;
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .error-404 .error-title {
    font-size: 25rem;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .error-404 .error-title {
    margin-bottom: 0 !important;
  }
}

.error-404 h2 {
  text-align: center;
  transform: translateY(2rem);
  margin-bottom: 5rem;
}

.error-404 .hover {
  height: 50rem;
  flex: 0 0 auto;
  width: 100%;
  text-align: center;
  margin: 0;
}

.error-404 .hover .excerpt {
  height: 50rem;
}

@media (min-width: 992px) {
  .error-404 .hover {
    flex: 0 0 auto;
    width: 41.6666666667%;
    height: 55rem;
    text-align: center;
    margin: 5rem 0;
  }
}

.error-404 .hover .read-more {
  height: 0;
  transform: translateY(-5rem);
  display: block;
}

.error-404 .hover .read-more img {
  margin-bottom: 6rem;
}

.error-404 .hover .read-more p {
  margin-bottom: 3rem;
  color: #fff;
}

.error-404 .hover:hover #error {
  transform: translateY(-25rem);
}

.error-404 .hover:hover .read-more {
  height: auto;
  transform: translateY(-28rem);
}

.error-404 .hover:hover h2 {
  margin-bottom: 0;
  transform: translateY(-39rem);
}

@media (max-width: 991.98px) {
  .home-hero--sku {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .home-hero--sku figure {
    position: relative;
  }
}

.no1-badge {
  position: absolute;
  width: 19.2rem;
  height: auto;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .no1-badge {
    width: 32rem;
  }
}

.no1-badge svg {
  transform: translateY(50%);
}

.block-flip-cards {
  background: #e9f4f7;
  padding: 4rem 1.6rem;
}

@media (min-width: 1200px) {
  .block-flip-cards {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.block-flip-cards__copy {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 1200px) {
  .block-flip-cards__copy {
    flex: 0 0 auto;
    width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }
}

.block-flip-cards__copy p {
  margin-bottom: 0;
}

.block-flip-cards__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 992px) {
  .block-flip-cards__grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem 2rem;
  }
}

.wrap {
  height: 24rem;
  width: 100%;
  transform: translateX(-3rem);
}

@media (min-width: 992px) {
  .wrap {
    height: 40rem;
    transform: translateX(0);
  }
}

@media (min-width: 1400px) {
  .wrap {
    height: 60rem;
  }
}

.wrap:nth-of-type(2n) {
  transform: translateX(3rem);
}

@media (min-width: 992px) {
  .wrap:nth-of-type(2n) {
    transform: translateX(2rem) translateY(calc(50% + 2rem));
  }
}

.flip-card {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
  transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
}

@media (min-width: 992px) {
  .flip-card:hover {
    transform: perspective(600px) rotateY(-15deg);
  }
}

.flip-card.flipped {
  transform: rotateY(-180deg);
}

.flip-card .back,
.flip-card .front {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flip-card .back img,
.flip-card .front img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wrap .flip-card .back,
.wrap .flip-card .front {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.wrap .flip-card .back {
  transform: rotateY(180deg);
  background: #e9f4f7;
}

.search .hero {
  text-align: center;
  padding: 4rem 0;
}

.search .hero :last-child {
  margin-bottom: 0;
}

.search .entry-content {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 992px) {
  .search .entry-content {
    margin-left: 8.3333333333%;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}

@media (min-width: 1200px) {
  .search .entry-content {
    margin-left: 16.6666666667%;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}

.search-button {
  display: none;
}

@media (min-width: 992px) {
  .search-button {
    color: #fff;
    font: 0/0 a;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 23px;
    height: 23px;
  }
}

@media (min-width: 1200px) {
  .search-button {
    width: 23px;
    height: 23px;
  }
}

.search-button:focus svg,
.search-button:hover svg {
  opacity: 0.7;
}


@media (max-width: 575.98px) {

  .alignfull .search-form-search .wp-block-group__inner-container,
  .search-form-search .alignfull .wp-block-group__inner-container,
  .search-form-search .container {
    width: 100%;
  }
}



.search-hero .page-inner {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .search-hero .page-inner {
    flex: 0 0 auto;
    width: 50%;
    margin-left: 25%;
  }
}

.search-hero .page-inner .page-title {
  margin-left: 0;
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 992px) {
  .search-hero .page-inner .page-title {
    margin-bottom: 2.4rem;
  }
}

.search-hero form input {
  width: 100%;
}

.search-hero form .search-field:before {
  content: "";
  display: block;
  height: 2rem;
  width: 2rem;
  position: absolute;
  left: 2rem;
  top: 1.9rem;
  transition: transform 0.2s linear;
  background: url(../img/search.svg) no-repeat;
  background-size: cover;
}

.search-switch {
  border: 1px solid #363fbc;
  display: inline-flex;
  border-radius: 2.2rem;
  margin: 3rem auto 0;
  overflow: hidden;
}

.search-switch>input[type="radio"] {
  border: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  box-shadow: 0 0 0 transparent !important;
}

.search-switch>input[type="radio"]:checked+label {
  background: #363fbc;
}

.search-switch>input[type="radio"]+label {
  display: inline-flex;
  flex: auto;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  color: #fff;
  padding: 1.4rem 1.8rem;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  user-select: none;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-display: auto;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  transform: none;
}



.search-pagination .facetwp-pager {
  display: flex;
  justify-content: center;
}

.search-none {
  text-align: center;
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}

.search-results-content {
  padding-bottom: 3rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .search-results-content {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
}

.search-results-content .product-card-wrapper {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  height: auto !important;
  min-height: auto !important;
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 992px) {
  .search-results-content .product-card-wrapper {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}

@media (max-width: 991.98px) {
  .search-results-content .product-card-wrapper:nth-child(2n-1) {
    padding-right: 0.5rem;
    padding-left: 0;
  }

  .search-results-content .product-card-wrapper:nth-child(2n) {
    padding-left: 0.5rem;
    padding-right: 0;
  }
}

.featured-image {
  margin-bottom: 3rem;
}

.post-category {
  position: relative;
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  font-size: 1.2rem;
  margin: 0 auto 1.5rem;
  text-align: center;
}

@media (min-width: 992px) {
  .post-category {
    font-size: 1.6rem;
    margin: 0 auto 3rem;
  }
}

.post-entry-title {
  text-align: center;
  font-size: 2.5rem;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 2.5rem;
}

@media (min-width: 320px) {
  .post-entry-title {
    font-size: calc(32px + 16 * (100vw - 320px) / 1120);
  }
}

@media (min-width: 1440px) {
  .post-entry-title {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .post-entry-title {
    line-height: 1.1;
    margin: 0 0 3rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.meta {
  font-size: 1.6rem;
  margin-bottom: 3.2rem;
}

@media (min-width: 992px) {
  .post .share-widget {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
}

@media (min-width: 1200px) {
  .post .share-widget {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
}

.post .entry-content-wrapper {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  padding-bottom: 3rem;
}

@media (min-width: 992px) {
  .post .entry-content-wrapper {
    display: flex;
    padding-bottom: 15rem;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}

@media (min-width: 1200px) {
  .post .entry-content-wrapper {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}

.sticky-top {
  display: flex;
  flex-direction: row;
  position: sticky;
  margin-top: 0.5rem;
  justify-content: center;
  margin-bottom: 1rem;
  transform: translateY(-1rem);
}

@media (min-width: 992px) {
  .sticky-top {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 0;
    transform: none;
  }
}

.post-author {
  border-top: 1px solid rgba(26, 26, 26, .2);
  margin: 5.6rem 0 0;
  padding: 4rem 0;
}

@media (min-width: 576px) {
  .post-author {
    display: flex;
  }
}

@media (min-width: 576px) {
  .post-author__pic {
    flex: 0 0 9.6rem;
  }
}

@media (min-width: 768px) {
  .post-author__pic {
    flex: 0 0 12.8rem;
  }
}

@media (min-width: 1200px) {
  .post-author__pic {
    flex: 0 0 15.2rem;
  }
}

.post-author__pic img {
  width: 7.2rem;
  height: 7.2rem;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 1.6rem;
}

@media (min-width: 768px) {
  .post-author__pic img {
    width: 9.6rem;
    height: 9.6rem;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .post-author__pic img {
    width: 11.2rem;
    height: 11.2rem;
  }
}

@media (min-width: 768px) {
  .post-author .post-author__info {
    flex: 1;
  }
}

.display-name {
  font-family: "canada-type-gibson", "Montserrat", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-display: auto;
  color: #1b1916;
  font-size: 125%;
  margin-bottom: 0.8rem;
}

.theme-page section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.theme-page .background-image {
  height: 10rem;
  width: 10rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.theme-page .image {
  height: 20rem;
  width: auto;
}

.theme-page .theme-unrelated {
  padding-top: 3rem;
}

.theme-page .theme-unrelated h2 {
  font-weight: 800;
  font-size: 1.6rem;
  text-transform: lowercase;
}

.logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}

.logo-wrapper {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  margin-bottom: 3rem;
  display: block;
  justify-content: center;
  flex: 0 0 auto;
  width: 33.3333333333%;
  height: 12rem;
  width: auto;
}

.logo-wrapper .logo {
  height: auto;
  background: #fff;
  width: 100%;
  display: grid;
  align-items: center;
}

.logo-wrapper .logo img {
  width: 75%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .logo-wrapper .logo {
    height: auto;
    border: 1px solid grey;
    min-height: 12rem;
  }
}

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