@charset "UTF-8";
.d-none {
  display: none !important;
}

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

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

.d-block {
  display: block !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;
}

@media screen and (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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;
  }
}
@media screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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;
  }
}
@media screen and (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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;
  }
}
@media screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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;
  }
}
@media screen and (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !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;
  }
}
.container, .container-xs, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-fluid {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.container-xs {
  max-width: 320px;
}

.container-sm {
  max-width: 540px;
}

.container-md {
  max-width: 720px;
}

.container-lg {
  max-width: 960px;
}

.container-xl {
  max-width: 1140px;
}

.container, .container-xxl {
  max-width: 1400px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.gap {
  margin: 0 -0.5rem !important;
}

.gap > .col, .gap > [class*=col-] {
  padding: 0 0.5rem !important;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10,
.col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2,
.col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8,
.col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  width: 100%;
  min-height: 1px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto {
  -webkit-box-flex: 0;
}

.col, .col-sm, .col-md, .col-lg, .col-xl, .col-xxl {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto, .col-sm-auto, .col-md-auto, .col-lg-auto, .col-xl-auto, .col-xxl-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

.col-9 {
  flex: 0 0 50%;
  max-width: 50%;
}

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

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

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

@media screen and (min-width: 576px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
  .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto {
    -webkit-box-flex: 0;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
  .col-md-10, .col-md-11, .col-md-12, .col-md-auto {
    -webkit-box-flex: 0;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
  .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto {
    -webkit-box-flex: 0;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9,
  .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    -webkit-box-flex: 0;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8,
  .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-auto {
    -webkit-box-flex: 0;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media screen and (min-width: 576px) {
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
}
@media screen and (min-width: 768px) {
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
}
@media screen and (min-width: 992px) {
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
}
@media screen and (min-width: 1200px) {
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
}
@media screen and (min-width: 1440px) {
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
}
.offset-0, .offset-sm-0, .offset-md-0, .offset-lg-0, .offset-xl-0, .offset-xxl-0 {
  margin-left: grid-col-sizeing(0);
}

.offset-1, .offset-sm-1, .offset-md-1, .offset-lg-1, .offset-xl-1, .offset-xxl-1 {
  margin-left: grid-col-sizeing(8.3333333333%);
}

.offset-2, .offset-sm-2, .offset-md-2, .offset-lg-2, .offset-xl-2, .offset-xxl-2 {
  margin-left: grid-col-sizeing(16.6666666667%);
}

.offset-3, .offset-sm-3, .offset-md-3, .offset-lg-3, .offset-xl-3, .offset-xxl-3 {
  margin-left: grid-col-sizeing(25%);
}

.offset-4, .offset-sm-4, .offset-md-4, .offset-lg-4, .offset-xl-4, .offset-xxl-4 {
  margin-left: grid-col-sizeing(33.3333333333%);
}

.offset-5, .offset-sm-5, .offset-md-5, .offset-lg-5, .offset-xl-5, .offset-xxl-5 {
  margin-left: grid-col-sizeing(41.6666666667%);
}

.offset-6, .offset-sm-6, .offset-md-6, .offset-lg-6, .offset-xl-6, .offset-xxl-6 {
  margin-left: grid-col-sizeing(50%);
}

.offset-7, .offset-sm-7, .offset-md-7, .offset-lg-7, .offset-xl-7, .offset-xxl-7 {
  margin-left: grid-col-sizeing(58.3333333333%);
}

.offset-8, .offset-sm-8, .offset-md-8, .offset-lg-8, .offset-xl-8, .offset-xxl-8 {
  margin-left: grid-col-sizeing(66.6666666667%);
}

.offset-9, .offset-sm-9, .offset-md-9, .offset-lg-9, .offset-xl-9, .offset-xxl-9 {
  margin-left: grid-col-sizeing(50%);
}

.offset-10, .offset-sm-10, .offset-md-10, .offset-lg-10, .offset-xl-10, .offset-xxl-10 {
  margin-left: grid-col-sizeing(83.3333333333%);
}

.offset-11, .offset-sm-11, .offset-md-11, .offset-lg-11, .offset-xl-11, .offset-xxl-11 {
  margin-left: grid-col-sizeing(91.6666666667%);
}

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

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

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

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

@media screen and (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1440px) {
  .flex-xxl-row {
    flex-direction: row;
  }
  .flex-xxl-column {
    flex-direction: column;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse;
  }
}
.flex-wrap {
  flex-wrap: wrap;
}

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

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

@media screen and (min-width: 576px) {
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 768px) {
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 992px) {
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1200px) {
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1440px) {
  .flex-xxl-wrap {
    flex-wrap: wrap;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
.justify-content-start {
  justify-content: flex-start;
}

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

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

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

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

@media screen and (min-width: 576px) {
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
}
@media screen and (min-width: 768px) {
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
}
@media screen and (min-width: 992px) {
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
}
@media screen and (min-width: 1200px) {
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
}
@media screen and (min-width: 1440px) {
  .justify-content-xxl-start {
    justify-content: flex-start;
  }
  .justify-content-xxl-end {
    justify-content: flex-end;
  }
  .justify-content-xxl-center {
    justify-content: center;
  }
  .justify-content-xxl-between {
    justify-content: space-between;
  }
  .justify-content-xxl-around {
    justify-content: space-around;
  }
}
.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;
}

@media screen and (min-width: 576px) {
  .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;
  }
}
@media screen and (min-width: 768px) {
  .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;
  }
}
@media screen and (min-width: 992px) {
  .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;
  }
}
@media screen and (min-width: 1200px) {
  .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;
  }
}
@media screen and (min-width: 1440px) {
  .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-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;
}

@media screen and (min-width: 576px) {
  .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;
  }
}
@media screen and (min-width: 768px) {
  .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;
  }
}
@media screen and (min-width: 992px) {
  .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;
  }
}
@media screen and (min-width: 1200px) {
  .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;
  }
}
@media screen and (min-width: 1440px) {
  .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-auto {
  align-self: auto;
}

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

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

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

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

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

@media screen and (min-width: 576px) {
  .align-self-sm-auto {
    align-self: auto;
  }
  .align-self-sm-center {
    align-self: center;
  }
  .align-self-sm-stretch {
    align-self: stretch;
  }
  .align-self-sm-start {
    align-self: flex-start;
  }
  .align-self-sm-end {
    align-self: flex-end;
  }
  .align-self-sm-baseline {
    align-self: baseline;
  }
}
@media screen and (min-width: 768px) {
  .align-self-md-auto {
    align-self: auto;
  }
  .align-self-md-center {
    align-self: center;
  }
  .align-self-md-stretch {
    align-self: stretch;
  }
  .align-self-md-start {
    align-self: flex-start;
  }
  .align-self-md-end {
    align-self: flex-end;
  }
  .align-self-md-baseline {
    align-self: baseline;
  }
}
@media screen and (min-width: 992px) {
  .align-self-lg-auto {
    align-self: auto;
  }
  .align-self-lg-center {
    align-self: center;
  }
  .align-self-lg-stretch {
    align-self: stretch;
  }
  .align-self-lg-start {
    align-self: flex-start;
  }
  .align-self-lg-end {
    align-self: flex-end;
  }
  .align-self-lg-baseline {
    align-self: baseline;
  }
}
@media screen and (min-width: 1200px) {
  .align-self-xl-auto {
    align-self: auto;
  }
  .align-self-xl-center {
    align-self: center;
  }
  .align-self-xl-stretch {
    align-self: stretch;
  }
  .align-self-xl-start {
    align-self: flex-start;
  }
  .align-self-xl-end {
    align-self: flex-end;
  }
  .align-self-xl-baseline {
    align-self: baseline;
  }
}
@media screen and (min-width: 1440px) {
  .align-self-xxl-auto {
    align-self: auto;
  }
  .align-self-xxl-center {
    align-self: center;
  }
  .align-self-xxl-stretch {
    align-self: stretch;
  }
  .align-self-xxl-start {
    align-self: flex-start;
  }
  .align-self-xxl-end {
    align-self: flex-end;
  }
  .align-self-xxl-baseline {
    align-self: baseline;
  }
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown a {
  text-decoration: none;
}
.dropdown .dropdown_layer {
  display: none;
  position: absolute;
  z-index: 100;
  background-color: var(--wp--preset--color--cd-background);
  border: 1px solid #f9f9f9;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1607843137);
  width: 100%;
  min-width: 360px;
  max-height: 75vh;
  overflow-y: auto;
}
.dropdown .dropdown_layer .dropdown_item {
  display: block;
  margin: 0;
  padding: 0.5rem;
  border-bottom: 1px solid #f9f9f9;
  cursor: pointer;
}
.dropdown .dropdown_layer .dropdown_item:hover, .dropdown .dropdown_layer .dropdown_item:focus-visible {
  background-color: #f9f9f9;
}
.dropdown .dropdown_trigger {
  margin: 0;
}
.dropdown:hover .dropdown_layer, .dropdown:focus-within .dropdown_layer {
  display: block;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Segoe UI,  Roboto,  Franklin Gothic Medium,  Arial Narrow,  Arial,  sans-serif;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: inherit;
  color: inherit;
  font-feature-settings: "liga" 0, "dlig" 0;
  -webkit-font-feature-settings: "liga" 0, "dlig" 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizespeed;
}

body {
  font-size: var(--wp--preset--font-size--small);
  background: var(--wp--preset--color--cd-background);
  font-size: 16px;
}

html, body {
  background-color: var(--wp--preset--color--cd-background);
  color: var(--wp--preset--color--cd-text);
  overflow-x: hidden;
  scroll-behavior: smooth;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

summary {
  display: list-item;
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
}

template, [hidden] {
  display: none !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear, .clear-both {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.border-top-solid {
  border-top: 1px solid #fff;
  margin-top: var(--wp--preset--spacing--60);
  padding-top: var(--wp--preset--spacing--60);
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  line-height: 24px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
  font-family: Segoe UI,  Roboto,  Franklin Gothic Medium,  Arial Narrow,  Arial,  sans-serif;
}
h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, .h1 *, .h2 *, .h3 *, .h4 *, .h5 *, .h6 * {
  font-family: Segoe UI,  Roboto,  Franklin Gothic Medium,  Arial Narrow,  Arial,  sans-serif;
}

h1, .h1 {
  font-size: var(--wp--preset--font-size--gigatues);
  line-height: 24px;
}

h2, .h2 {
  font-size: var(--wp--preset--font-size--huge);
  line-height: 24px;
}

h3, .h3 {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 24px;
}

h4, .h4 {
  font-size: var(--wp--preset--font-size--large);
  line-height: 24px;
}

h5, .h5 {
  font-size: var(--wp--preset--font-size--large);
  line-height: 24px;
}

h6, .h6 {
  font-size: var(--wp--preset--font-size--large);
  line-height: 24px;
}

blockquote, blockquote p, blockquote cite, cite {
  font-family: Segoe UI,  Roboto,  Franklin Gothic Medium,  Arial Narrow,  Arial,  sans-serif;
}

b, strong {
  font-weight: 600;
}

u, ins, .underlined {
  text-decoration: underline;
  text-decoration-thickness: from-font;
}

i, .italic {
  font-style: italic;
}

s, del, .crossedout {
  text-decoration: line-through;
  text-decoration-thickness: from-font;
}

small {
  font-weight: 100;
}

p:empty {
  display: none !important;
}

p:last-child {
  margin-bottom: 0 !important;
}

sub, sup {
  position: relative;
  font-size: var(--wp--preset--font-size--tiny);
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -4em;
}

sup {
  top: -2em;
}

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

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

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

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

.text-hypens {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.lead, .leader {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 24px;
}

.normal, p {
  font-size: var(--wp--preset--font-size--small);
  line-height: 24px;
}

.semi {
  font-size: var(--wp--preset--font-size--tiny);
  line-height: 24px;
}

figure, picture, img, svg {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

figure, picture, img {
  width: 100%;
}

img, svg, picture {
  vertical-align: bottom;
  border-style: none;
}

figure, picture {
  margin: 0;
}

figcaption {
  text-align: left;
  font-size: var(--wp--preset--font-size--tiny);
  line-height: 24px;
  font-weight: 300;
  font-style: italic;
}
figcaption em {
  text-align: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
}

form {
  accent-color: var(--wp--preset--color--cd-primary);
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -moz-appearance: listbox;
       appearance: listbox;
  -webkit-appearance: listbox;
}

input, select, textarea {
  width: 100%;
  padding: 0.3333333333em 0.5em;
  background-color: var(--wp--preset--color--cd-background);
  border-radius: 5px;
}

[type=checkbox], [type=radio], [type=button], [type=reset], [type=submit], [type=color], button {
  width: auto !important;
  cursor: pointer;
  line-height: unset;
  background-color: var(--wp--preset--color--cd-background);
}

[type=button], [type=reset], [type=submit], button, .btn {
  display: inline-block;
  padding: 0.3333333333em 1em;
  border-radius: 5px;
  background-color: var(--wp--preset--color--cd-primary);
  color: var(--wp--preset--color--cd-background);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  text-decoration: none;
  border: none;
}

button.no-gui, .btn.no-gui {
  padding: 0.3333333333em 0;
  background-color: transparent;
  color: var(--wp--preset--color--cd-primary);
  font-weight: 500;
}
button.no-gui:after, .btn.no-gui:after {
  content: " »";
}

[type=hidden] {
  display: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

.searchform div {
  display: flex;
}
.searchform div input[type=text] {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background-color: var(--wp--preset--color--cd-background);
  color: var(--wp--preset--color--cd-text);
  border-color: transparent;
}
.searchform div input[type=submit] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}
.wpcf7-checkbox label {
  display: flex;
  align-items: baseline;
}
.wpcf7-checkbox label input {
  margin-right: 0.3rem;
}

.wpcf7-list-item {
  display: block;
  margin: 0 !important;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 0.65rem;
}

.wpcf7-form-control-wrap {
  width: 100%;
  margin-bottom: unset !important;
}

.form-group p {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .form-group p {
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
  }
  .form-group p label {
    display: block;
    margin-right: 0.3rem;
    word-break: keep-all;
    min-width: 6rem;
  }
  .form-group p input, .form-group p select {
    border: none;
    width: 100%;
  }
}

.wpcf7-response-output {
  border: none !important;
  background-color: rgba(30, 119, 58, 0.15);
}

table {
  display: table;
  width: 100%;
  background-color: gray("100");
}
table tr {
  display: table-row;
}
table td, table th {
  display: table-cell;
  padding: 0.3333333333rem 0.5rem;
}
table thead {
  text-align: left;
  font-family: Segoe UI,  Roboto,  Franklin Gothic Medium,  Arial Narrow,  Arial,  sans-serif;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--medium);
}
table thead tr {
  background-color: !important;
  color: var(--wp--preset--color--cd-background);
}

.tabel-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  padding-bottom: 1rem;
}

ul li, ol li {
  margin-left: var(--wp--preset--spacing--50);
  font-size: var(--wp--preset--font-size--small);
}
dl dt {
  font-family: Segoe UI,  Roboto,  Franklin Gothic Medium,  Arial Narrow,  Arial,  sans-serif;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--medium);
}
dl dd {
  margin-left: var(--wp--preset--spacing--50);
  font-size: var(--wp--preset--font-size--small);
}

blockquote {
  max-width: 768px;
  margin: 0 auto 1rem auto;
  padding: 1rem 0.5rem;
}
blockquote p {
  font-family: Segoe UI,  Roboto,  Franklin Gothic Medium,  Arial Narrow,  Arial,  sans-serif;
  line-height: 24px;
}
blockquote cite {
  font-family: Segoe UI,  Roboto,  Franklin Gothic Medium,  Arial Narrow,  Arial,  sans-serif;
  font-weight: 100;
  font-style: normal;
}

header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: var(--wp--preset--color--cd-background);
  color: var(--wp--preset--color--cd-text);
  padding-inline: 0.5rem;
}
header .header-navigationbar {
  display: flex;
}
header .header-navigationbar .layer-mobile {
  margin-left: auto;
  align-self: center;
  color: var(--wp--preset--color--cd-text) !important;
}
header .header-navigationbar .layer-mobile * {
  color: inherit !important;
}
header .logo {
  width: 150px;
  display: inline-block;
  margin: 10px;
  align-self: center;
}
header .logo img, header .logo svg {
  width: 100%;
}
header nav {
  display: none;
  overflow: auto;
}
header nav.active {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 365px;
  background-color: var(--wp--preset--color--cd-primary);
  color: var(--wp--preset--color--cd-background);
  z-index: 1000;
}
header nav .layer-header {
  position: sticky;
  top: 0;
  z-index: 1001;
  background-color: var(--wp--preset--color--cd-primary);
  color: var(--wp--preset--color--cd-background);
  padding: 1rem 0.5rem;
  text-align: right;
}
header nav > ul {
  padding-inline: 1rem 0.5rem;
}
header nav ul.sub-menu {
  display: none !important;
  padding-inline-start: 1.5rem;
}
header nav ul > li .menu-item-inner {
  display: flex;
}
header nav ul > li .menu-item-inner button {
  width: 1.5rem;
  margin-inline-start: auto;
  cursor: pointer;
}
header nav ul > li .menu-item-inner button svg {
  pointer-events: none;
}
header nav ul > li.active > ul.sub-menu {
  display: block !important;
}
header nav ul > li.active > .menu-item-inner button svg {
  transform: rotate(180deg);
}
header .search {
  display: none;
}
header .search form input[type=submit]:hover, header .search form input[type=submit]:focus-visible, header .search form button:hover, header .search form button:focus-visible {
  color: !important;
  background-color: var(--wp--preset--color--cd-text) !important;
}
header .search.active {
  display: block;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  right: 0;
  background-color: var(--wp--preset--color--cd-background);
}
header .search.active form {
  border: 1px solid var(--wp--preset--color--cd-text);
}
header .search.active form input, header .search.active form button {
  border-radius: 0 !important;
}
header .mobile-open, header .mobile-close, header button {
  padding: 0.3rem;
  background-color: unset;
}
header .mobile-open {
  color: var(--wp--preset--color--cd-text);
}

@media screen and (min-width: 1440px) {
  header .header-navigationbar .layer-mobile {
    display: none;
  }
  header .header-navigationbar .layer-desktop {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  header nav {
    display: block;
    overflow: unset;
    color: var(--wp--preset--color--cd-text);
  }
  header nav.active {
    display: flex;
    position: inherit;
    top: unset;
    right: unset;
    bottom: unset;
    max-width: auto;
    background-color: inherit;
    color: inherit;
    z-index: unset;
  }
  header nav .layer-header {
    display: none;
  }
  header nav ul > li .menu-item-inner {
    display: block;
  }
  header nav ul > li .menu-item-inner button {
    display: none;
  }
  header nav ul.sub-menu {
    padding-inline-start: unset;
  }
  header nav > ul {
    display: flex;
  }
  header nav > ul li {
    display: block;
    position: relative;
  }
  header nav > ul li ul {
    position: absolute;
    z-index: 1000;
    display: none;
    background-color: var(--wp--preset--color--cd-primary);
    color: var(--wp--preset--color--cd-background);
    width: 250px;
  }
  header nav > ul li ul li {
    padding: 0.3rem 0.5rem;
  }
  header nav > ul li ul li:hover, header nav > ul li ul li:focus-visible {
    background-color: var(--wp--preset--color--cd-text);
    color: var(--wp--preset--color--cd-primary);
  }
  header nav > ul li > ul {
    left: 0;
    top: 100%;
  }
  header nav > ul li > ul li > ul {
    top: 0;
    left: 100%;
  }
  header nav > ul li > ul li:hover > ul, header nav > ul li > ul li:focus > ul, header nav > ul li > ul li:focus-within > ul {
    display: block !important;
  }
  header nav > ul li:hover, header nav > ul li:focus, header nav > ul li:focus-within {
    color: var(--wp--preset--color--cd-primary);
  }
  header nav > ul li:hover > ul, header nav > ul li:focus > ul, header nav > ul li:focus-within > ul {
    display: block !important;
  }
  header nav > ul > li {
    padding-block: 1rem;
    padding-inline: 0.3rem;
    align-self: center;
  }
  header nav.active {
    background-color: inherit !important;
    color: inherit !important;
  }
  header .search {
    display: block;
    padding-block: 1rem;
    padding-inline-start: 1rem;
  }
  header .search form {
    border: 1px solid var(--wp--preset--color--cd-text);
  }
  header .search form input, header .search form button {
    border-radius: 0 !important;
  }
  header .search.active {
    position: inherit;
    top: unset;
    left: unset;
    right: unset;
  }
}
menu {
  display: block;
}

nav ul {
  list-style: none;
  margin: 0;
}
nav ul li {
  color: inherit;
  margin: 0;
}
nav ul li a, nav ul li span {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.menu-header li {
  position: relative;
}
.menu-header li a, .menu-header li span {
  display: block;
  color: inherit;
  font-size: var(--wp--preset--font-size--x-large);
  padding: 0.5rem 0.3333333333rem;
  color: inherit;
}
.menu-header li.current-menu-item, .menu-header li.current_page_item, .menu-header li.current-page-ancestor, .menu-header li:hover {
  color: inherit;
}
.menu-header li.current-menu-item, .menu-header li.current_page_item, .menu-header li.current-page-ancestor, .menu-header li.current-menu-parent {
  color: inherit;
}
.menu-header li ul {
  margin: 0 !important;
}
.menu-header li ul a, .menu-header li ul span {
  font-size: 100%;
}

.pagination {
  padding-block: 2rem;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 0.5rem;
  text-decoration: none;
}
.pagination .current, .pagination .next, .pagination .prev {
  font-weight: 600 !important;
  color: var(--wp--preset--color--cd-primary);
}
.pageination_header, .pageination_footer {
  text-align: center;
}

aside.page_sidebar {
  padding-block: var(--wp--preset--spacing--70);
  color: var(--wp--preset--color--cd-background);
}
aside.page_sidebar .sidebar_inner {
  display: grid;
  grid-gap: var(--wp--preset--spacing--60);
  grid-template-columns: 1fr;
}
aside.page_sidebar .widget {
  padding-inline: var(--wp--preset--spacing--20);
}
aside.page_sidebar h2 {
  color: var(--wp--preset--color--cd-background);
}

.widget_cloude .tag, .widget_cloude .category {
  display: inline-block;
  padding: var(--wp--preset--spacing--20);
  background-color: var(--wp--preset--color--cd-background);
  text-decoration: none;
  margin-right: var(--wp--preset--spacing--20);
  margin-bottom: var(--wp--preset--spacing--20);
  border-radius: 5px;
}
.widget_cloude .category-all, .widget_cloude .tag-all {
  background-color: transparent;
  color: var(--wp--preset--color--cd-background);
  border: 1px solid white;
}
.widget_cloude .tag::before {
  content: "#";
  color: var(--wp--preset--color--cd-primary);
}
.widget_cloude .tag-all::before {
  content: "";
}

.widget_author_list {
  list-style: none;
}
.widget_author_list li {
  display: inline-block;
  background-color: var(--wp--preset--color--cd-background);
  text-decoration: none;
  margin-left: 0;
  margin-right: var(--wp--preset--spacing--20);
  margin-bottom: var(--wp--preset--spacing--20);
  padding: var(--wp--preset--spacing--20);
  border-radius: 5px;
}
.widget_author_list li a {
  text-decoration: none;
  color: inherit;
}
.widget_author_list li::before {
  content: "@";
  color: var(--wp--preset--color--cd-primary);
}

@media screen and (min-width: 1200px) {
  aside.page_sidebar .sidebar_inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
main, article, section {
  width: 100%;
}

main, article {
  display: block;
}

section {
  padding: 0;
  margin: 0 auto;
}

.component_title {
  background-color: gray("200");
  margin-bottom: var(--wp--preset--spacing--60);
  padding: var(--wp--preset--spacing--80) var(--wp--preset--spacing--40) var(--wp--preset--spacing--60) var(--wp--preset--spacing--40);
}

.empty_layer {
  padding-block: var(--wp--preset--spacing--80);
}
.empty_layer * {
  text-align: inherit;
  color: inherit;
}

.sticky_post .item_thumbnail {
  position: relative;
  aspect-ratio: 16/9 !important;
  overflow: hidden;
  margin-bottom: 1rem;
}
.sticky_post .item_thumbnail img {
  width: 100%;
  aspect-ratio: 16/9 !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  position: relative;
  vertical-align: bottom;
  overflow: hidden;
}
.sticky_post .item_thumbnail .labels {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--20);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: var(--wp--preset--spacing--20);
  padding: var(--wp--preset--spacing--30);
  pointer-events: none;
}
.sticky_post .item_thumbnail .labels .label {
  display: inline-block;
  padding: var(--wp--preset--spacing--20);
  background-color: var(--wp--preset--color--cd-primary);
  color: var(--wp--preset--color--cd-background);
  border-radius: 5px;
  pointer-events: none;
}

.wp-block-latest-posts li {
  margin-left: 0 !important;
}
.wp-block-latest-posts a.wp-block-latest-posts__post-title {
  font-size: var(--wp--preset--font-size--large);
  text-decoration: none;
  font-weight: 600;
}
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
  margin-bottom: 2rem;
}

.pre-footer {
  position: relative;
  padding-block: 2rem 0;
  margin-bottom: 0;
  text-align: right;
}
.pre-footer .totop {
  display: inline-grid;
  place-items: center center;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 2.5rem;
  transform: translate(-50%, -50%);
  background-color: var(--wp--preset--color--cd-primary);
  color: var(--wp--preset--color--cd-background);
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}
.pre-footer .totop svg {
  width: 2rem;
  height: 2rem;
}
.pre-footer .watermark {
  width: auto;
  transform: translate(0, 1rem);
}

footer {
  background-color: var(--wp--preset--color--cd-text);
  color: var(--wp--preset--color--cd-background);
  padding: 2rem 0.5rem;
}
footer nav {
  margin-top: 1rem;
}
footer nav ul li {
  text-align: center;
  padding: 0.3rem;
}
footer .supporter {
  text-align: center;
}
footer .supporter img {
  max-width: 250px;
}

@media screen and (min-width: 768px) {
  footer nav {
    margin-top: unset;
  }
  footer nav ul {
    display: flex;
    justify-content: flex-end;
  }
  footer nav ul li {
    text-align: left;
    padding: 0.5rem;
  }
  footer .supporter {
    text-align: left;
  }
  footer .footer-menu-area {
    align-self: center;
  }
}
@media screen and (min-width: 1200px) {
  footer nav ul li {
    padding: 0.5rem 1.5rem;
  }
}
.page_category .component_title, .page_search .component_title {
  background-color: var(--wp--preset--color--cd-primary);
  margin-bottom: 0 !important;
  padding: var(--wp--preset--spacing--80) 0.5rem var(--wp--preset--spacing--60) 0.5rem;
}
.page_category .component_title h1, .page_category .component_title h2, .page_category .component_title h3, .page_category .component_title h4, .page_category .component_title h5, .page_category .component_title h6, .page_category .component_title p, .page_search .component_title h1, .page_search .component_title h2, .page_search .component_title h3, .page_search .component_title h4, .page_search .component_title h5, .page_search .component_title h6, .page_search .component_title p {
  color: var(--wp--preset--color--cd-background);
}
.page_category .component_title a, .page_search .component_title a {
  text-decoration: none;
}
.page_category .component_title .title_description, .page_search .component_title .title_description {
  padding-bottom: 3rem;
}
.page_category .component_title .container, .page_search .component_title .container {
  padding-inline: 0;
}
.page_category section.hero-image, .page_search section.hero-image {
  margin-bottom: 2rem;
}
.page_category .infobox, .page_search .infobox {
  background-color: #f9f9f9;
  align-self: flex-end;
  padding: 0.5rem;
  margin-bottom: 2rem;
}
.page_category .infobox h1, .page_category .infobox h2, .page_category .infobox h3, .page_category .infobox h4, .page_category .infobox h5, .page_category .infobox h6, .page_search .infobox h1, .page_search .infobox h2, .page_search .infobox h3, .page_search .infobox h4, .page_search .infobox h5, .page_search .infobox h6 {
  color: var(--wp--preset--color--cd-primary);
}
.page_category h1 a, .page_category h2 a, .page_category h3 a, .page_category h4 a, .page_category h5 a, .page_category h6 a, .page_search h1 a, .page_search h2 a, .page_search h3 a, .page_search h4 a, .page_search h5 a, .page_search h6 a {
  text-decoration: none;
}

.category_waldwoerterbuch article {
  margin-bottom: 3rem;
}
.category_waldwoerterbuch .container {
  padding-inline: 0.5rem;
}

.category_items_list {
  display: grid;
  grid-template-columns: auto;
  grid-auto-rows: auto;
  grid-gap: var(--wp--preset--spacing--50);
  padding-inline: 0.5rem;
}
.category_items_list a {
  text-decoration: none;
}
.category_items_list .category_item {
  display: block;
  margin-bottom: var(--wp--preset--spacing--60);
}
.category_items_list .category_item .item_thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: var(--wp--preset--spacing--60);
}
.category_items_list .category_item .item_details {
  font-size: var(--wp--preset--font-size--tiny);
  margin-bottom: var(--wp--preset--spacing--30);
}
.category_items_list.style_less .category_item .item_thumbnail, .category_items_list.style_less .category_item .item_details {
  display: none;
}

@media screen and (min-width: 576px) {
  .category_items_list .category_item {
    grid-gap: 1rem;
  }
  .category_items_list.style_list .category_item {
    grid-template-columns: 1fr 3fr;
  }
  .category_items_list.style_list.style_less {
    grid-template-columns: auto;
  }
  .category_items_list.style_list.style_less .category_item {
    grid-template-columns: auto;
  }
}
@media screen and (min-width: 768px) {
  .category_items_list {
    grid-template-columns: 1fr 1fr;
  }
  .category_items_list.style_list {
    grid-template-columns: auto;
  }
  main.page_category .infobox {
    padding: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .category_items_list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .category_items_list.style_list {
    grid-template-columns: auto;
  }
  main.page_category .infobox {
    padding: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  main.page_category .infobox {
    padding: 3rem;
  }
}
main.page_article .article_list {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 1rem;
}
main.page_article .article_overview {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 1rem;
}
main.page_article .article_overview .article_thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
main.page_article .article_overview .article_description span {
  display: block;
  font-size: var(--wp--preset--font-size--tiny);
  line-height: 24px;
  margin-bottom: var(--wp--preset--spacing--30);
}
main.page_article .article_content {
  padding-block: 3rem;
}
main.page_article .infobox {
  background-color: #f9f9f9;
  align-self: flex-end;
  padding: 3rem 0.5rem;
}
main.page_article .infobox h1, main.page_article .infobox h2, main.page_article .infobox h3, main.page_article .infobox h4, main.page_article .infobox h5, main.page_article .infobox h6 {
  color: var(--wp--preset--color--cd-primary);
}
main.page_article .h5 {
  font-weight: 600;
}
main.page_article > .container {
  margin-top: 3rem;
  padding: 0.5rem;
}

main.page_article_katalog .infobox h3 {
  color: var(--wp--preset--color--cd-secondary);
  margin-top: 2rem;
}
main.page_article_katalog .infobox a {
  text-decoration: none;
}
main.page_article_katalog .infobox ul li {
  margin-bottom: 0.5rem;
}
main.page_article_katalog .infobox ul li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  main.page_article .article_list {
    grid-template-columns: 1fr 1fr;
  }
  main.page_article .infobox {
    padding: 1rem;
  }
  main.page_article_katalog article {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  main.page_article .article_overview {
    grid-template-columns: 1fr 2fr;
  }
  main.page_article .article_list {
    grid-template-columns: auto;
  }
  main.page_article .infobox {
    padding: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  main.page_article .infobox {
    padding: 3rem;
  }
}
.page_search .component_title {
  background-color: var(--wp--preset--color--cd-primary);
  color: var(--wp--preset--color--cd-background);
}
.page_search .component_title .container {
  padding-inline: 0;
}
.page_search section.search_footer {
  padding: 5rem 0.5rem;
  background-color: #f9f9f9;
  color: var(--wp--preset--color--cd-text);
}
.page_search section.search_footer h1, .page_search section.search_footer h2, .page_search section.search_footer h3, .page_search section.search_footer h4, .page_search section.search_footer h5, .page_search section.search_footer h6 {
  color: var(--wp--preset--color--cd-primary);
}
.page_search section.search_footer form {
  margin-top: var(--wp--preset--spacing--60);
  max-width: 540px;
  border: 1px solid var(--wp--preset--color--cd-text);
  border-radius: 5px;
}
.page_search section.search_footer form input[type=submit] {
  background-color: var(--wp--preset--color--cd-primary);
}
.page_search h1 a, .page_search h2 a, .page_search h3 a, .page_search h4 a, .page_search h5 a, .page_search h6 a {
  text-decoration: none;
}

main.page_404 .component_title {
  background-color: var(--wp--preset--color--cd-primary);
  color: var(--wp--preset--color--cd-background);
}
main.page_404 .container {
  padding-block: var(--wp--preset--spacing--70);
}

main.page_infopage .infobox {
  background-color: #f9f9f9;
  align-self: flex-start;
  padding: 0.5rem;
}
main.page_infopage .infobox h1, main.page_infopage .infobox h2, main.page_infopage .infobox h3, main.page_infopage .infobox h4, main.page_infopage .infobox h5, main.page_infopage .infobox h6 {
  color: var(--wp--preset--color--cd-primary);
}
main.page_infopage .flex {
  display: flex;
}
main.page_infopage > .container {
  margin-top: 3rem;
  padding: 0.5rem;
}

@media screen and (min-width: 992px) {
  main.page_infopage .infobox {
    padding: 2rem 1rem;
  }
}
@media screen and (min-width: 1200px) {
  main.page_infopage .infobox {
    padding: 4rem 2rem;
  }
}
@media screen and (min-width: 1440px) {
  main.page_infopage .infobox {
    padding: 5rem 3rem;
  }
}
main.page_container > .container {
  margin-top: 3rem;
  padding: 0.5rem;
}

section.hero-image {
  position: relative;
  min-height: 450px;
}
section.hero-image .container-fluid {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
section.hero-image .title {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  -webkit-backdrop-filter: blur(38px) saturate(200%);
          backdrop-filter: blur(38px) saturate(200%);
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0.5rem;
  margin: 1rem;
  min-height: 126px;
  max-width: 567px;
}
section.hero-image .title h1, section.hero-image .title h2, section.hero-image .title h3, section.hero-image .title h4, section.hero-image .title h5, section.hero-image .title h6 {
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 0;
}
section.hero-image .title p {
  margin-top: 1rem;
  margin-bottom: 0;
}
section.hero-image img.cover {
  position: relative;
  width: 100%;
  min-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

section.hero-buttons .buttons {
  display: flex;
  justify-content: flex-end;
}
section.hero-buttons .buttons .button {
  position: relative;
  display: block;
  background-color: var(--wp--preset--color--cd-background);
  color: var(--wp--preset--color--cd-text);
  text-decoration: none;
  text-align: center;
  margin-inline: 0.3rem;
  padding: 0.5rem 0 0 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  width: 5rem;
  height: 5rem;
}
section.hero-buttons .buttons .button img, section.hero-buttons .buttons .button svg {
  width: 3rem;
  height: 3rem;
  vertical-align: bottom;
}
section.hero-buttons .buttons .button span {
  display: none;
}

@media screen and (min-width: 768px) {
  section.hero-image .title {
    padding: 1rem;
    min-height: 126px;
    margin: 0 0 2rem 1rem;
  }
  section.hero-image .title h1, section.hero-image .title h2, section.hero-image .title h3, section.hero-image .title h4, section.hero-image .title h5, section.hero-image .title h6 {
    font-size: 30px;
    line-height: 40px;
  }
  section.hero-buttons .buttons .button {
    margin-inline: 0.5rem;
    padding: 0.5rem;
    width: 8rem;
    height: 8rem;
    transform: translate(0, -3rem);
    transition: all 0.3s ease-in-out;
  }
  section.hero-buttons .buttons .button img, section.hero-buttons .buttons .button svg {
    width: 4rem;
    height: 4rem;
  }
  section.hero-buttons .buttons .button span {
    display: grid;
    place-content: center center;
    -webkit-hyphens: auto;
            hyphens: auto;
    text-align: center;
    font-weight: 500;
    min-height: 45px;
  }
  section.hero-buttons .buttons .button:hover {
    transform: scale(1.1) translate(0, -2.75rem);
  }
  section.hero-buttons .buttons .button:hover span {
    color: var(--wp--preset--color--cd-primary);
  }
}
@media screen and (min-width: 1440px) {
  section.hero-image .title {
    margin: 0 0 2rem 0;
  }
}
.lazyblock-container {
  padding-inline: 0.5rem;
}
.lazyblock-container.gray {
  background-color: #f9f9f9;
}
.lazyblock-container.space-xl {
  padding-block: 8rem;
}
.lazyblock-container.space-lg {
  padding-block: 5rem;
}
.lazyblock-container.space-md {
  padding-block: 3rem;
}
.lazyblock-container.space-sm {
  padding-block: 1.75rem;
}
.lazyblock-container.space-xs {
  padding-block: 1rem;
}
.lazyblock-container.space-none {
  padding-block: 0;
}

.teaser-rote-mappe {
  position: relative;
}
.teaser-rote-mappe .background {
  position: relative;
  z-index: 1;
  background-color: #db0024;
}
.teaser-rote-mappe .background img {
  height: 100%;
  width: auto;
}
.teaser-rote-mappe .foreground {
  position: relative;
  z-index: 5;
  color: var(--wp--preset--color--cd-background);
}
.teaser-rote-mappe .foreground a {
  color: inherit;
  text-decoration: none;
}
.teaser-rote-mappe .foreground .video {
  aspect-ratio: 16/9;
}
.teaser-rote-mappe .foreground .video iframe {
  width: 100%;
  height: 100%;
}

@media (orientation: portrait) {
  .teaser-rote-mappe .background img {
    width: 100%;
    height: auto;
  }
  .teaser-rote-mappe .foreground {
    background-color: #db0024;
    padding-inline: 0.5rem;
    padding-block-end: 2rem;
  }
  .teaser-rote-mappe .foreground a {
    text-decoration: underline;
  }
  .teaser-rote-mappe .foreground .video {
    aspect-ratio: 16/9;
  }
  .teaser-rote-mappe .foreground .video iframe {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .teaser-rote-mappe .foreground .text {
    padding-block: 1rem;
  }
}
@media (orientation: landscape) {
  .teaser-rote-mappe .background {
    position: absolute;
    inset: 0;
  }
  .teaser-rote-mappe .background img {
    width: auto;
    height: 100%;
  }
  .teaser-rote-mappe .foreground {
    position: relative;
    padding-inline: 0.5rem;
  }
  .teaser-rote-mappe .foreground a {
    font-weight: bold;
    text-decoration: none;
  }
  .teaser-rote-mappe .foreground .grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-block: 3rem;
  }
  .teaser-rote-mappe .foreground .grid .text {
    width: 100%;
    max-width: 383px;
    padding-left: 1rem;
  }
  .teaser-rote-mappe .foreground .grid .video {
    width: 100%;
    max-width: 356px;
    text-align: right;
  }
}
@media screen and (orientation: landscape) and (min-width: 1440px) {
  .teaser-rote-mappe .foreground .grid {
    padding-block: 5rem;
  }
  .teaser-rote-mappe .foreground .grid .video {
    max-width: 536px;
  }
  .teaser-rote-mappe .foreground .grid .text {
    width: 100%;
    max-width: 512px;
    padding-left: 0;
  }
}
.teaser-contact {
  padding-block: 3rem;
  padding-inline: 0.5rem;
}
.teaser-contact h1, .teaser-contact h2, .teaser-contact h3, .teaser-contact h4, .teaser-contact h5, .teaser-contact h6 {
  color: var(--wp--preset--color--cd-primary) !important;
}
.teaser-contact h3 {
  margin-block: 3rem 1rem;
}
.teaser-contact .contact {
  max-width: 512px;
  color: var(--wp--preset--color--cd-text);
}
.teaser-contact .socials {
  display: flex;
  flex-wrap: wrap;
}
.teaser-contact .socials .social-item {
  display: block;
  color: var(--wp--preset--color--cd-text);
  text-align: center;
  padding: 0.5rem;
  text-decoration: none;
}
.teaser-contact .socials .social-item svg {
  width: 3rem;
  height: 3rem;
}
.teaser-contact .socials .social-item span {
  margin-top: 0.3rem;
  display: block;
}

@media screen and (min-width: 992px) {
  .teaser-contact h3 {
    margin-block: 0 3rem;
  }
  .teaser-contact .socials {
    max-width: 512px;
    margin-inline: auto;
  }
  .teaser-contact .socials .social-item {
    padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  }
  .teaser-contact .socials .social-item svg {
    width: 4.5rem;
    height: 4.5rem;
  }
}
section.downloads a.download {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: var(--wp--preset--color--cd-text);
  padding-block: 0.3rem;
}
section.downloads a.download svg {
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
}
section.downloads a.download strong {
  color: var(--wp--preset--color--cd-primary);
}
section.downloads a.download:hover, section.downloads a.download:focus-visible {
  color: var(--wp--preset--color--cd-primary);
}
section.downloads .container {
  margin-top: 0 !important;
}
section.downloads.downloads_spacer_normal {
  padding-block: 3rem;
}
section.downloads.downloads_spacer_small {
  padding-block: 1rem;
}
section.downloads.downloads_spacer_none {
  padding-block: 0;
}
section.downloads h1, section.downloads h2, section.downloads h3 {
  color: var(--wp--preset--color--cd-primary);
}

section.lazyblock-slider {
  width: 100%;
}
section.lazyblock-slider img.slide_image {
  width: 100%;
  height: auto;
}
section.lazyblock-slider .slide_content {
  padding-top: 1rem;
}

section.widget-glossar .articles h3 {
  color: var(--wp--preset--color--cd-primary);
}
section.widget-glossar .articles article {
  margin-bottom: 3rem;
}
section.widget-glossar .articles article:last-child {
  margin-bottom: 0;
}
section.widget-glossar .articles article.filter-hide {
  display: none;
}
section.widget-glossar .articles article img.thumbnail {
  width: 100%;
  height: auto;
}
section.widget-glossar .articles article .btn {
  color: var(--wp--preset--color--cd-primary);
  background-color: var(--wp--preset--color--cd-background);
  padding-inline: 0;
  font-weight: 500;
}
section.widget-glossar .articles-6 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
section.widget-glossar .articles-6 article {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  section.widget-glossar .articles-6 {
    grid-template-columns: 1fr 1fr;
    gap: 3rem 1rem;
  }
}
@media screen and (min-width: 992px) {
  section.widget-glossar .articles-6 {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  section.widget-glossar .articles-6 {
    grid-template-columns: 1fr 1fr;
    gap: 3rem 1rem;
  }
}
section.widget-glossar .articles-minified h3, section.widget-glossar .articles-minified h4, section.widget-glossar .articles-minified article {
  margin-left: 2rem;
}
section.widget-glossar .articles-minified h3 a, section.widget-glossar .articles-minified h4 a, section.widget-glossar .articles-minified article a {
  text-decoration: none;
}
section.widget-glossar .articles-minified article {
  margin-bottom: 1rem;
}
section.widget-glossar .articles-minified article:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  section.widget-glossar .filter-sidebar {
    position: sticky;
    top: 3rem;
  }
}
section.widget-glossar .filter-sidebar .search-field, section.widget-glossar .filter-sidebar .filter-list {
  margin-bottom: 3rem;
}
section.widget-glossar .filter-sidebar .search-date {
  display: flex;
  gap: 0.5rem;
}
section.widget-glossar .filter-sidebar .filter-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(3.5rem, 1fr));
  justify-content: stretch;
  align-items: stretch;
  gap: 0.3rem;
}
section.widget-glossar .filter-sidebar .filter-list button.filter-btn {
  display: inline-grid;
  place-items: center center;
  color: var(--wp--preset--color--cd-text);
  background-color: var(--wp--preset--color--cd-background);
  border: 1px solid var(--wp--preset--color--cd-text);
}
section.widget-glossar .filter-sidebar .filter-list button.filter-btn:hover, section.widget-glossar .filter-sidebar .filter-list button.filter-btn:focus-visible {
  background-color: var(--wp--preset--color--cd-primary);
  border-color: var(--wp--preset--color--cd-primary);
  color: var(--wp--preset--color--cd-background);
}

section.calender .controls h2 {
  color: var(--wp--preset--color--cd-primary);
}
section.calender .events {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
section.calender .events .event {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-block: 1rem;
  padding-inline: 0.5rem;
}
section.calender .events .event .event-description strong.title {
  font-size: var(--wp--preset--font-size--large);
}
section.calender .events .event .event-description p.description {
  margin-bottom: 0.5rem;
}
section.calender .events .event .event-description .location {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--wp--preset--color--cd-secondary);
  gap: 0.5rem;
}
section.calender .events .event .event-description .location svg {
  width: 1.5rem;
  height: 1.5rem;
}
section.calender .events .event .events-dates .dates {
  display: inline;
}

@media screen and (min-width: 576px) {
  section.calender .events .event {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-areas: "date event";
    gap: 1rem;
  }
  section.calender .events .event .event-description {
    grid-area: event;
  }
  section.calender .events .event .events-dates {
    grid-area: date;
  }
}
@media screen and (min-width: 768px) {
  section.calender .events .event {
    display: flex;
    flex-direction: column-reverse;
  }
  section.calender .events .events-dates {
    display: grid;
    grid-template-columns: auto 3rem;
    grid-template-areas: "date icon";
    align-items: center;
    gap: 0.3rem;
  }
  section.calender .events .events-dates svg {
    grid-area: icon;
    display: inline-block;
    width: 3rem;
    height: 3rem;
  }
  section.calender .events .events-dates .dates {
    grid-area: date;
  }
  section.calender .events .events-dates .dates time.start, section.calender .events .events-dates .dates time.end {
    display: block;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  section.calender .events .events-dates .dates time.start {
    font-weight: 500;
  }
}
@media screen and (min-width: 576px) {
  section.calender .events .event {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "event date";
  }
  section.calender .events .event:nth-child(even) {
    background-color: #f9f9f9;
  }
}
.allee-container {
  max-width: 1400px;
  margin: 0 auto;
  padding-block: 2rem;
}

.highlight-section {
  margin-bottom: 4rem;
}

.highlight-post {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  background: linear-gradient(135deg, #b30511 0%, #d50614 100%);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
  text-decoration: none;
  color: inherit;
}
.highlight-post:hover {
  transform: translateY(-5px);
}

.highlight-image {
  position: relative;
  overflow: hidden;
  max-height: 650px;
}
.highlight-image img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.highlight-post:hover .highlight-image img {
  transform: scale(1.08);
}

.highlight-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
}

.highlight-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.highlight-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: white;
}

.highlight-excerpt {
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.9;
  margin: 0;
}

.year-section {
  margin-bottom: 4rem;
}
.year-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 1rem;
}
.year-section h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(45deg, #b30511, #d50614);
  border-radius: 2px;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.post-item {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.05);
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
  transform: translateY(30px);
  text-decoration: none;
  color: inherit;
  display: block;
}
.post-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}
.post-item:hover img {
  transform: scale(1.05);
}
.post-item:hover h3 {
  color: #b30511;
}
.post-item:hover h3::after {
  transform: scaleX(1);
}
.post-item:nth-child(1) {
  animation-delay: 0.1s;
}
.post-item:nth-child(2) {
  animation-delay: 0.2s;
}
.post-item:nth-child(3) {
  animation-delay: 0.3s;
}
.post-item:nth-child(4) {
  animation-delay: 0.4s;
}
.post-item:nth-child(5) {
  animation-delay: 0.5s;
}
.post-item:nth-child(6) {
  animation-delay: 0.6s;
}
.post-item img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.post-item h3 {
  padding: 1.5rem;
  margin: 0;
  background: #fff;
  position: relative;
  color: #2c3e50;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.3s ease;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  .highlight-post {
    grid-template-columns: 1fr;
  }
  .highlight-post .highlight-image img {
    min-height: 300px;
    max-height: 350px;
  }
  .highlight-post .highlight-content {
    padding: 2rem;
  }
  .highlight-post .highlight-content h2 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .allee-container {
    padding: 1rem;
  }
  .highlight-section {
    margin-bottom: 3rem;
  }
  .highlight-content {
    padding: 1.5rem;
  }
  .highlight-content h2 {
    font-size: 1.75rem;
  }
  .highlight-excerpt {
    font-size: 1rem;
  }
  .posts-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .year-section h2 {
    font-size: 2rem;
  }
  .post-item img {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .highlight-content h2 {
    font-size: 1.5rem;
  }
  .year-section h2 {
    font-size: 1.75rem;
  }
  .post-item h3 {
    padding: 1rem;
  }
  .post-item h3 a {
    font-size: 1rem;
  }
}
.weitere-beitraege-section {
  margin-bottom: 4rem;
  padding: 3rem 0;
}

.weitere-beitraege-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
}
.weitere-beitraege-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(45deg, #b30511, #d50614);
  border-radius: 2px;
}

.weitere-beitraege-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}

.weitere-beitrag-item {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.05);
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
  transform: translateY(30px);
  text-decoration: none;
  color: inherit;
  display: block;
}
.weitere-beitrag-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}
.weitere-beitrag-item:hover img {
  transform: scale(1.05);
}
.weitere-beitrag-item:hover h3 {
  color: #b30511;
}
.weitere-beitrag-item:nth-child(1) {
  animation-delay: 0.1s;
}
.weitere-beitrag-item:nth-child(2) {
  animation-delay: 0.2s;
}
.weitere-beitrag-item img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}

.weitere-beitrag-content {
  padding: 1.5rem;
  background: #fff;
}
.weitere-beitrag-content h3 {
  margin: 0 0 1rem 0;
  color: #2c3e50;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.weitere-beitrag-badge {
  display: inline-block;
  background: rgba(179, 5, 17, 0.1);
  color: #b30511;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgba(179, 5, 17, 0.2);
}

.weitere-beitrag-excerpt {
  font-size: 1rem;
  line-height: 1.6;
  color: #6c757d;
  margin: 0;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  .weitere-beitraege-grid {
    padding: 0 1rem;
  }
  .weitere-beitrag-item img {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .weitere-beitraege-section {
    margin-bottom: 3rem;
    padding: 2rem 0;
  }
  .weitere-beitraege-title {
    font-size: 2rem;
  }
  .weitere-beitraege-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .weitere-beitrag-item img {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .weitere-beitraege-title {
    font-size: 1.75rem;
  }
  .weitere-beitrag-content {
    padding: 1rem;
  }
  .weitere-beitrag-content h3 {
    font-size: 1rem;
  }
}
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  align-self: center;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: transparent;
  text-transform: uppercase;
  width: 2rem !important;
  height: 2rem !important;
  overflow: hidden;
  background-color: var(--wp--preset--color--cd-background);
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus, .glide__arrow:hover {
  background-color: var(--wp--preset--color--cd-background);
  opacity: 1;
}
.glide__arrow--left, .glide__arrow--right {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.glide__arrow--left {
  left: 1rem;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAKlBMVEUAAAC2AAyuAAy1ABW4ABSzBRGzBRCyBRKzBRKzBRGzBRGzBRGzBRH///878Yh3AAAADHRSTlMAFRYYGcPKy8zS09etG0usAAAAAWJLR0QN9rRh9QAAADNJREFUGNNjYKAOYGpF4mgdQ7AZ52xGcCRPGxCWYKhZxICDI3naAdnkLcRJITsH1aHkAwAGJw7dW80E5wAAAABJRU5ErkJggg==");
}
.glide__arrow--right {
  right: 1rem;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAJ1BMVEUAAAC2AAyuAAy1ABW4ABSzBRGzBRCzBRKzBRGzBRGzBRGzBRH///8y7EvcAAAAC3RSTlMAFRYYGcPKzNLT1+aw2QAAAAABYktHRAyBs1FjAAAAMUlEQVQY02NgoAYIV0DiZE9C4kjsckBwGLuXECeluQ0Hh7F7MbIBBoQlUJ2D4lBKAABGlA2NZenJwQAAAABJRU5ErkJggg==");
}
.glide__arrow--disabled {
  opacity: 0;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-block;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  display: inline-block;
  background-color: #f9f9f9;
  color: transparent;
  width: 1.25rem;
  height: 1.25rem;
  overflow: hidden;
  padding: 0;
  border: 2px solid var(--wp--preset--color--cd-primary);
  border-radius: 50%;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  padding: 0 0.25rem;
  margin: 0 0.25rem;
  opacity: 0.5;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus-visible {
  background-color: #f9f9f9;
  opacity: 1;
}
.glide__bullet--active {
  background-color: var(--wp--preset--color--cd-primary);
  border-color: var(--wp--preset--color--cd-primary);
  opacity: 1;
}
.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

@media only print {
  @page {
    bleed: 1cm;
  }
}/*# sourceMappingURL=app.css.map */