@charset "UTF-8";
body {
  --lf-font-family-body:sans-serif;
  --lf-font-weight-normal:400;
  --lf-font-weight-bold:700;
  --lf-font-weight-links:700;
  --lf-color-accent:#123abc;
  --lf-color-accentLight:#8ea9ff;
  --lf-color-text:#222;
  --lf-color-background:#fff;
}

html {
  font-size: 16px;
}

body {
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
}

strong {
  font-weight: var(--lf-font-weight-bold);
}

.has-heading-1-font-size,
h1:not([class*=-font-size]) {
  /*@include font-h1;*/
  font-family: var(--lf-font-family-h1);
  font-weight: var(--lf-font-weight-h1);
  text-decoration: underline var(--lf-color-blue);
  font-size: 2.5rem;
  line-height: 1.25em;
  letter-spacing: -0.03em;
}
.has-heading-1-font-size:is(.has-blue-color *), .has-heading-1-font-size:is(.has-blue-background-color *),
h1:not([class*=-font-size]):is(.has-blue-color *),
h1:not([class*=-font-size]):is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 576px) {
  .has-heading-1-font-size,
  h1:not([class*=-font-size]) {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .has-heading-1-font-size,
  h1:not([class*=-font-size]) {
    font-size: 8.3rem;
    line-height: 1.25em;
  }
}
@media (min-width: 992px) {
  .has-heading-1-font-size,
  h1:not([class*=-font-size]) {
    font-size: 94px;
  }
}
.has-heading-1-font-size a,
h1:not([class*=-font-size]) a {
  font-family: var(--lf-font-family-h1);
  font-weight: var(--lf-font-weight-h1);
  text-decoration: underline var(--lf-color-blue);
  font-size: 2.5rem;
  line-height: 1.25em;
  letter-spacing: -0.03em;
}
.has-heading-1-font-size a:is(.has-blue-color *), .has-heading-1-font-size a:is(.has-blue-background-color *),
h1:not([class*=-font-size]) a:is(.has-blue-color *),
h1:not([class*=-font-size]) a:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 576px) {
  .has-heading-1-font-size a,
  h1:not([class*=-font-size]) a {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .has-heading-1-font-size a,
  h1:not([class*=-font-size]) a {
    font-size: 8.3rem;
    line-height: 1.25em;
  }
}
@media (min-width: 992px) {
  .has-heading-1-font-size a,
  h1:not([class*=-font-size]) a {
    font-size: 94px;
  }
}

.has-heading-2-font-size,
h2:not([class*=-font-size]) {
  font-family: var(--lf-font-family-h2);
  font-weight: var(--lf-font-weight-h2);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1.7rem;
  line-height: 1.4em;
  letter-spacing: -0.02em;
}
.has-heading-2-font-size:is(.has-blue-color *), .has-heading-2-font-size:is(.has-blue-background-color *),
h2:not([class*=-font-size]):is(.has-blue-color *),
h2:not([class*=-font-size]):is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  .has-heading-2-font-size,
  h2:not([class*=-font-size]) {
    font-size: 2.5rem;
    line-height: 1.4em;
  }
}
.has-heading-2-font-size a,
h2:not([class*=-font-size]) a {
  font-family: var(--lf-font-family-h2);
  font-weight: var(--lf-font-weight-h2);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1.7rem;
  line-height: 1.4em;
  letter-spacing: -0.02em;
}
.has-heading-2-font-size a:is(.has-blue-color *), .has-heading-2-font-size a:is(.has-blue-background-color *),
h2:not([class*=-font-size]) a:is(.has-blue-color *),
h2:not([class*=-font-size]) a:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  .has-heading-2-font-size a,
  h2:not([class*=-font-size]) a {
    font-size: 2.5rem;
    line-height: 1.4em;
  }
}

.has-heading-3-font-size,
h3:not([class*=-font-size]) {
  font-family: var(--lf-font-family-h3);
  font-weight: var(--lf-font-weight-h3);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1.31rem;
  line-height: 1.4em;
  letter-spacing: -0.02em;
}
.has-heading-3-font-size:is(.has-blue-color *), .has-heading-3-font-size:is(.has-blue-background-color *),
h3:not([class*=-font-size]):is(.has-blue-color *),
h3:not([class*=-font-size]):is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  .has-heading-3-font-size,
  h3:not([class*=-font-size]) {
    font-size: 2.125rem;
    line-height: 1.4em;
  }
}
.has-heading-3-font-size a,
h3:not([class*=-font-size]) a {
  font-family: var(--lf-font-family-h3);
  font-weight: var(--lf-font-weight-h3);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1.31rem;
  line-height: 1.4em;
  letter-spacing: -0.02em;
}
.has-heading-3-font-size a:is(.has-blue-color *), .has-heading-3-font-size a:is(.has-blue-background-color *),
h3:not([class*=-font-size]) a:is(.has-blue-color *),
h3:not([class*=-font-size]) a:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  .has-heading-3-font-size a,
  h3:not([class*=-font-size]) a {
    font-size: 2.125rem;
    line-height: 1.4em;
  }
}

.has-heading-4-font-size,
h4:not([class*=-font-size]) {
  font-family: var(--lf-font-family-h4);
  font-weight: var(--lf-font-weight-h4);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1.2rem;
  line-height: 1.5em;
  letter-spacing: -0.02em;
}
.has-heading-4-font-size:is(.has-blue-color *), .has-heading-4-font-size:is(.has-blue-background-color *),
h4:not([class*=-font-size]):is(.has-blue-color *),
h4:not([class*=-font-size]):is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  .has-heading-4-font-size,
  h4:not([class*=-font-size]) {
    font-size: 1.8rem;
    line-height: 1.4em;
  }
}
.has-heading-4-font-size a,
h4:not([class*=-font-size]) a {
  font-family: var(--lf-font-family-h4);
  font-weight: var(--lf-font-weight-h4);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1.2rem;
  line-height: 1.5em;
  letter-spacing: -0.02em;
}
.has-heading-4-font-size a:is(.has-blue-color *), .has-heading-4-font-size a:is(.has-blue-background-color *),
h4:not([class*=-font-size]) a:is(.has-blue-color *),
h4:not([class*=-font-size]) a:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  .has-heading-4-font-size a,
  h4:not([class*=-font-size]) a {
    font-size: 1.8rem;
    line-height: 1.4em;
  }
}

.has-heading-5-font-size,
h5:not([class*=-font-size]) {
  font-family: var(--lf-font-family-h5);
  font-weight: var(--lf-font-weight-h5);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: -0.02em;
}
.has-heading-5-font-size:is(.has-blue-color *), .has-heading-5-font-size:is(.has-blue-background-color *),
h5:not([class*=-font-size]):is(.has-blue-color *),
h5:not([class*=-font-size]):is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  .has-heading-5-font-size,
  h5:not([class*=-font-size]) {
    font-size: 1.5rem;
    line-height: 1.6em;
  }
}
.has-heading-5-font-size a,
h5:not([class*=-font-size]) a {
  font-family: var(--lf-font-family-h5);
  font-weight: var(--lf-font-weight-h5);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: -0.02em;
}
.has-heading-5-font-size a:is(.has-blue-color *), .has-heading-5-font-size a:is(.has-blue-background-color *),
h5:not([class*=-font-size]) a:is(.has-blue-color *),
h5:not([class*=-font-size]) a:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  .has-heading-5-font-size a,
  h5:not([class*=-font-size]) a {
    font-size: 1.5rem;
    line-height: 1.6em;
  }
}

.has-heading-6-font-size,
h6:not([class*=-font-size]) {
  font-family: var(--lf-font-family-h6);
  font-weight: var(--lf-font-weight-h6);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: -0.02em;
}
.has-heading-6-font-size:is(.has-blue-color *), .has-heading-6-font-size:is(.has-blue-background-color *),
h6:not([class*=-font-size]):is(.has-blue-color *),
h6:not([class*=-font-size]):is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  .has-heading-6-font-size,
  h6:not([class*=-font-size]) {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.has-heading-6-font-size a,
h6:not([class*=-font-size]) a {
  font-family: var(--lf-font-family-h6);
  font-weight: var(--lf-font-weight-h6);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: -0.02em;
}
.has-heading-6-font-size a:is(.has-blue-color *), .has-heading-6-font-size a:is(.has-blue-background-color *),
h6:not([class*=-font-size]) a:is(.has-blue-color *),
h6:not([class*=-font-size]) a:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  .has-heading-6-font-size a,
  h6:not([class*=-font-size]) a {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
  font-weight: var(--lf-font-weight-links);
  display: inline-block;
  padding: 0.75em 1.5em;
  border: 1px solid;
  text-align: center;
  line-height: 1em;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 0;
  background-color: transparent;
  border-color: currentColor;
  color: var(--lf-color-blue);
}
.wp-block-button.is-style-outline .wp-block-button__link:where(.border-radius-enabled *),
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):where(.border-radius-enabled *) {
  border-radius: 0.5em;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover:not([disabled]), .wp-block-button.is-style-outline .wp-block-button__link:focus:not([disabled]),
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover:not([disabled]),
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):focus:not([disabled]) {
  -webkit-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  -moz-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
}
.wp-block-button.is-style-outline .wp-block-button__link[disabled],
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background)[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
.wp-block-button.is-style-outline .wp-block-button__link .button-text,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) .button-text {
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover:not([disabled]), .wp-block-button.is-style-outline .wp-block-button__link:focus:not([disabled]),
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover:not([disabled]),
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):focus:not([disabled]) {
  background-color: var(--lf-color-blue);
  border-color: var(--lf-color-blue);
  color: var(--lf-color-background);
}
.wp-block-button.is-style-outline .wp-block-button__link:is(.has-text-color *),
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):is(.has-text-color *) {
  color: var(--lf-color-text);
  background-color: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link:is(.has-text-color *):hover:not([disabled]), .wp-block-button.is-style-outline .wp-block-button__link:is(.has-text-color *):focus:not([disabled]),
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):is(.has-text-color *):hover:not([disabled]),
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):is(.has-text-color *):focus:not([disabled]) {
  border-color: var(--lf-color-text);
  background-color: var(--lf-color-text);
  color: var(--lf-color-background);
}
.wp-block-button .wp-block-button__link {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
  font-weight: var(--lf-font-weight-links);
  display: inline-block;
  padding: 0.75em 1.5em;
  border: 1px solid;
  text-align: center;
  line-height: 1em;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 0;
  background-color: var(--lf-color-blue);
  border-color: var(--lf-color-blue);
  color: var(--lf-color-background);
}
.wp-block-button .wp-block-button__link:where(.border-radius-enabled *) {
  border-radius: 0.5em;
}
.wp-block-button .wp-block-button__link:hover:not([disabled]), .wp-block-button .wp-block-button__link:focus:not([disabled]) {
  -webkit-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  -moz-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
}
.wp-block-button .wp-block-button__link[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
.wp-block-button .wp-block-button__link .button-text {
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
}
.wp-block-button .wp-block-button__link:hover:not([disabled]), .wp-block-button .wp-block-button__link:focus:not([disabled]) {
  background-color: transparent;
  border-color: currentColor;
  color: var(--lf-color-blue);
}
.wp-block-button .wp-block-button__link:is(.has-text-color *) {
  color: var(--lf-color-background);
  background-color: var(--lf-color-text);
  border-color: var(--lf-color-text);
}
.wp-block-button .wp-block-button__link:is(.has-text-color *):hover:not([disabled]), .wp-block-button .wp-block-button__link:is(.has-text-color *):focus:not([disabled]) {
  color: var(--lf-color-text);
  background-color: transparent;
}

.open-menu-button,
.close-menu-button {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  line-height: 0;
  vertical-align: middle;
}
.open-menu-button .open-menu-icon,
.open-menu-button .close-menu-icon,
.close-menu-button .open-menu-icon,
.close-menu-button .close-menu-icon {
  font-size: 2rem;
}

.text-block .buttons-wrapper {
  display: inline-block;
}
@media (min-width: 768px) {
  .text-block .buttons-wrapper .component.button {
    display: inline-block;
    width: auto;
  }
}

.component.button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*margin-top:$space;*/
}
.component.button.appearance-outline, .component.button.appearance-fill {
  width: 100%;
}
.component.button.appearance-arrow {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  line-height: 1em;
  font-weight: var(--lf-font-weight-bold);
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
  position: relative;
  color: var(--lf-color-blue);
  margin-bottom: 1rem;
}
.component.button.appearance-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  width: calc(100% + 0.5rem);
  height: 110%;
  height: calc(100% + 0.5rem);
  background-color: currentColor;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 8px;
}
.component.button.appearance-arrow:hover:not([disabled])::before {
  content: "";
  opacity: 0.15;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.component.button.appearance-arrow[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
.component.button.appearance-arrow:is(.has-text-color *) {
  color: var(--lf-color-text);
}
.component.button.appearance-arrow:hover:not([disabled]) .button-text, .component.button.appearance-arrow:focus:not([disabled]) .button-text {
  /*            &::after {
                  margin-left:.4em;
              }*/
}
.component.button.appearance-arrow .button-text {
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
  /*        &::after {
              @include transition;
              content:'east';
              @include google-material-icon;
              display:inline-block;
              vertical-align:-.15em;
              margin-left:.25em;
          }*/
}
.component.button.appearance-arrow .button-text {
  padding-right: 1.35rem;
}
.component.button.appearance-arrow .button-text::after {
  content: "arrow_forward";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-weight: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 1em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.component.button.appearance-arrow-back {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  line-height: 1em;
  font-weight: var(--lf-font-weight-bold);
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
  position: relative;
  color: var(--lf-color-blue);
  margin-bottom: 1rem;
}
.component.button.appearance-arrow-back::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  width: calc(100% + 0.5rem);
  height: 110%;
  height: calc(100% + 0.5rem);
  background-color: currentColor;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 8px;
}
.component.button.appearance-arrow-back:hover:not([disabled])::before {
  content: "";
  opacity: 0.15;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.component.button.appearance-arrow-back[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
.component.button.appearance-arrow-back:is(.has-text-color *) {
  color: var(--lf-color-text);
}
.component.button.appearance-arrow-back:hover:not([disabled]) .button-text, .component.button.appearance-arrow-back:focus:not([disabled]) .button-text {
  /*            &::after {
                  margin-left:.4em;
              }*/
}
.component.button.appearance-arrow-back .button-text {
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
  /*        &::after {
              @include transition;
              content:'east';
              @include google-material-icon;
              display:inline-block;
              vertical-align:-.15em;
              margin-left:.25em;
          }*/
}
.component.button.appearance-arrow-back .button-text {
  padding-left: 1.35rem;
}
.component.button.appearance-arrow-back .button-text::before {
  content: "arrow_back";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-weight: inherit;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 1em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.component.button.full-width {
  width: 100%;
  display: block;
  text-align: center;
}
.component.button.full-width + .button.full-width {
  margin-top: 1rem;
}

/*a[disabled]{
    pointer-events:none;
}*/
html.front-end {
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  max-width: 100%;
  max-width: 100vw;
  background-color: var(--lf-color-beige);
  position: relative;
}
html.front-end::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 28, 0.1);
  background-color: var(--lf-color-text-transparent);
  /*            background-color:$beige;*/
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
}
html.front-end body {
  color: var(--lf-color-text);
  background-color: var(--lf-color-background);
  width: 100%;
  overflow-x: hidden;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
html.front-end body.admin-bar {
  overflow: visible;
}
@media (min-width: 600px) {
  html.front-end body.admin-bar {
    overflow-x: hidden;
  }
}
html.front-end :focus-visible {
  outline-color: var(--lf-color-blue);
}

body {
  --lf-body-line-height:175%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  background-color: var(--lf-color-background);
  color: var(--lf-color-text);
  line-height: var(--lf-body-line-height);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
body:not(html.front-end *) {
  overflow-x: hidden;
  padding-left: 0;
  padding-right: 0;
}
body *, body ::after, body ::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#wpadminbar {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media (min-width: 600px) {
  #wpadminbar {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.text-logo {
  font-family: var(--lf-font-family-h5);
  font-weight: var(--lf-font-weight-h5);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: -0.02em;
  text-decoration: none;
}
.text-logo:is(.has-blue-color *), .text-logo:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  .text-logo {
    font-size: 1.5rem;
    line-height: 1.6em;
  }
}

p {
  line-height: inherit;
}

a {
  color: var(--lf-color-blue);
  font-weight: var(--lf-font-weight-links);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  /*text-decoration: none;*/
  /*border-bottom:0.1em solid;*/
  /*
  */
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}
h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h1 + p, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h2 + p, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h3 + p, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h4 + p, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h5 + p, h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6, h6 + p, p + h1, p + h2, p + h3, p + h4, p + h5, p + h6, p + p {
  margin-top: 1rem;
}

ul, ol {
  margin: 1rem 0;
  padding-left: 1.5em;
}
ul ul,
ul ol, ol ul,
ol ol {
  margin: 0;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
  font-weight: var(--lf-font-weight-links);
  display: inline-block;
  padding: 0.75em 1.5em;
  border: 1px solid;
  text-align: center;
  line-height: 1em;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 0;
  background-color: var(--lf-color-blue);
  border-color: var(--lf-color-blue);
  color: var(--lf-color-background);
}
input[type=submit]:where(.border-radius-enabled *) {
  border-radius: 0.5em;
}
input[type=submit]:hover:not([disabled]), input[type=submit]:focus:not([disabled]) {
  -webkit-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  -moz-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
}
input[type=submit][disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
input[type=submit] .button-text {
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
}
input[type=submit]:hover:not([disabled]), input[type=submit]:focus:not([disabled]) {
  background-color: transparent;
  border-color: currentColor;
  color: var(--lf-color-blue);
}
input[type=submit]:is(.has-text-color *) {
  color: var(--lf-color-background);
  background-color: var(--lf-color-text);
  border-color: var(--lf-color-text);
}
input[type=submit]:is(.has-text-color *):hover:not([disabled]), input[type=submit]:is(.has-text-color *):focus:not([disabled]) {
  color: var(--lf-color-text);
  background-color: transparent;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.container,
.row {
  --bs-gutter-x:2rem;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

svg {
  fill: currentColor;
}

.menu-item.has-icon > a .link-text {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1em;
}
.menu-item.has-icon > a .link-text .icon {
  font-size: 1em;
  line-height: 1em;
  vertical-align: -14%;
}
.menu-item.has-icon .icon-wrapper {
  line-height: 1em;
  vertical-align: middle;
}
.menu-item.has-icon .icon-wrapper.before {
  margin-right: 0.5em;
}
.menu-item.has-icon .icon-wrapper.after {
  margin-left: 0.5em;
}

code {
  padding: 0 0.5em;
  color: inherit;
  position: relative;
  border-radius: 0.25em;
  display: inline-block;
  overflow: hidden;
  vertical-align: -30%;
  border: 1px solid var(--lf-color-text-transparent);
  background-color: var(--lf-color-text-transparent);
  line-height: 160%;
}
code a {
  border: none;
}

@-webkit-keyframes form-message-general {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    -moz-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    -o-transform: translateY(1rem);
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes form-message-general {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    -moz-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    -o-transform: translateY(1rem);
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
label:not(.acf-field *) {
  /*width:100%;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input:not(.acf-field *):hover, input:not(.acf-field *):focus, input:not(.acf-field *):focus-visible,
select:not(.acf-field *):hover,
select:not(.acf-field *):focus,
select:not(.acf-field *):focus-visible,
textarea:not(.acf-field *):hover,
textarea:not(.acf-field *):focus,
textarea:not(.acf-field *):focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  -moz-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
}

.select-wrapper:not(.acf-field *) {
  position: relative;
}
.select-wrapper:not(.acf-field *)::after {
  content: "expand_more";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-weight: inherit;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0.75rem;
  font-size: 1.5em;
  line-height: 1.5em;
  display: block;
  position: absolute;
  color: var(--lf-color-blue);
}

select:not(.acf-field *) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  margin: 0;
  padding: 0.5rem 0.5rem;
  border: 1px solid;
  border-color: var(--lf-color-text-half);
  background-color: var(--lf-color-background);
  width: 100%;
  display: block;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  line-height: var(--lf-body-line-height);
  font-size: 1rem;
  font-weight: normal;
  color: var(--lf-color-text);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
select:not(.acf-field *):hover, select:not(.acf-field *):focus, select:not(.acf-field *):focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  -moz-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
}
select:not(.acf-field *):where(.border-radius-enabled *) {
  border-radius: 0.5em;
}
select:not(.acf-field *)[disabled], select:not(.acf-field *)[readonly] {
  opacity: 0.65;
  pointer-events: none;
  background-color: var(--lf-color-text-transparent);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
select:not(.acf-field *):is(.has-text-color *) {
  border-color: var(--lf-color-text-half);
  background-color: var(--lf-color-text-transparent);
  color: inherit;
}
select:not(.acf-field *).wpcf7-not-valid {
  border-color: var(--lf-color-error);
  background-color: rgba(var(--lf-color-error), 0.1);
}
select:not(.acf-field *).wpcf7-not-valid:is(.has-text-color *) {
  border-color: var(--lf-color-text);
  background-color: var(--lf-color-text-transparent);
}

label:not(.acf-field *),
.label:not(.acf-field *) {
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  font-size: 14px;
  font-weight: var(--lf-font-weight-bold);
  color: var(--lf-color-blue);
}
label:not(.acf-field *):is(.has-text-color *),
.label:not(.acf-field *):is(.has-text-color *) {
  color: var(--lf-color-text);
}
label:not(.acf-field *)[for],
.label:not(.acf-field *)[for] {
  cursor: pointer;
}

input[type=text]:not(.acf-field *),
input[type=url]:not(.acf-field *),
input[type=tel]:not(.acf-field *),
input[type=number]:not(.acf-field *),
input[type=file]:not(.acf-field *),
input[type=date]:not(.acf-field *),
input[type=datetime-local]:not(.acf-field *),
input[type=email]:not(.acf-field *),
input[type=search]:not(.acf-field *),
input[type=password]:not(.acf-field *),
select:not(.acf-field *),
textarea:not(.acf-field *) {
  font: inherit;
  margin: 0;
  padding: 0.5rem 0.5rem;
  border: 1px solid;
  border-color: var(--lf-color-text-half);
  background-color: var(--lf-color-background);
  width: 100%;
  display: block;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  line-height: var(--lf-body-line-height);
  font-size: 1rem;
  font-weight: normal;
  color: var(--lf-color-text);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type=text]:not(.acf-field *):hover, input[type=text]:not(.acf-field *):focus, input[type=text]:not(.acf-field *):focus-visible,
input[type=url]:not(.acf-field *):hover,
input[type=url]:not(.acf-field *):focus,
input[type=url]:not(.acf-field *):focus-visible,
input[type=tel]:not(.acf-field *):hover,
input[type=tel]:not(.acf-field *):focus,
input[type=tel]:not(.acf-field *):focus-visible,
input[type=number]:not(.acf-field *):hover,
input[type=number]:not(.acf-field *):focus,
input[type=number]:not(.acf-field *):focus-visible,
input[type=file]:not(.acf-field *):hover,
input[type=file]:not(.acf-field *):focus,
input[type=file]:not(.acf-field *):focus-visible,
input[type=date]:not(.acf-field *):hover,
input[type=date]:not(.acf-field *):focus,
input[type=date]:not(.acf-field *):focus-visible,
input[type=datetime-local]:not(.acf-field *):hover,
input[type=datetime-local]:not(.acf-field *):focus,
input[type=datetime-local]:not(.acf-field *):focus-visible,
input[type=email]:not(.acf-field *):hover,
input[type=email]:not(.acf-field *):focus,
input[type=email]:not(.acf-field *):focus-visible,
input[type=search]:not(.acf-field *):hover,
input[type=search]:not(.acf-field *):focus,
input[type=search]:not(.acf-field *):focus-visible,
input[type=password]:not(.acf-field *):hover,
input[type=password]:not(.acf-field *):focus,
input[type=password]:not(.acf-field *):focus-visible,
select:not(.acf-field *):hover,
select:not(.acf-field *):focus,
select:not(.acf-field *):focus-visible,
textarea:not(.acf-field *):hover,
textarea:not(.acf-field *):focus,
textarea:not(.acf-field *):focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  -moz-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
}
input[type=text]:not(.acf-field *):where(.border-radius-enabled *),
input[type=url]:not(.acf-field *):where(.border-radius-enabled *),
input[type=tel]:not(.acf-field *):where(.border-radius-enabled *),
input[type=number]:not(.acf-field *):where(.border-radius-enabled *),
input[type=file]:not(.acf-field *):where(.border-radius-enabled *),
input[type=date]:not(.acf-field *):where(.border-radius-enabled *),
input[type=datetime-local]:not(.acf-field *):where(.border-radius-enabled *),
input[type=email]:not(.acf-field *):where(.border-radius-enabled *),
input[type=search]:not(.acf-field *):where(.border-radius-enabled *),
input[type=password]:not(.acf-field *):where(.border-radius-enabled *),
select:not(.acf-field *):where(.border-radius-enabled *),
textarea:not(.acf-field *):where(.border-radius-enabled *) {
  border-radius: 0.5em;
}
input[type=text]:not(.acf-field *)[disabled], input[type=text]:not(.acf-field *)[readonly],
input[type=url]:not(.acf-field *)[disabled],
input[type=url]:not(.acf-field *)[readonly],
input[type=tel]:not(.acf-field *)[disabled],
input[type=tel]:not(.acf-field *)[readonly],
input[type=number]:not(.acf-field *)[disabled],
input[type=number]:not(.acf-field *)[readonly],
input[type=file]:not(.acf-field *)[disabled],
input[type=file]:not(.acf-field *)[readonly],
input[type=date]:not(.acf-field *)[disabled],
input[type=date]:not(.acf-field *)[readonly],
input[type=datetime-local]:not(.acf-field *)[disabled],
input[type=datetime-local]:not(.acf-field *)[readonly],
input[type=email]:not(.acf-field *)[disabled],
input[type=email]:not(.acf-field *)[readonly],
input[type=search]:not(.acf-field *)[disabled],
input[type=search]:not(.acf-field *)[readonly],
input[type=password]:not(.acf-field *)[disabled],
input[type=password]:not(.acf-field *)[readonly],
select:not(.acf-field *)[disabled],
select:not(.acf-field *)[readonly],
textarea:not(.acf-field *)[disabled],
textarea:not(.acf-field *)[readonly] {
  opacity: 0.65;
  pointer-events: none;
  background-color: var(--lf-color-text-transparent);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type=text]:not(.acf-field *):is(.has-text-color *),
input[type=url]:not(.acf-field *):is(.has-text-color *),
input[type=tel]:not(.acf-field *):is(.has-text-color *),
input[type=number]:not(.acf-field *):is(.has-text-color *),
input[type=file]:not(.acf-field *):is(.has-text-color *),
input[type=date]:not(.acf-field *):is(.has-text-color *),
input[type=datetime-local]:not(.acf-field *):is(.has-text-color *),
input[type=email]:not(.acf-field *):is(.has-text-color *),
input[type=search]:not(.acf-field *):is(.has-text-color *),
input[type=password]:not(.acf-field *):is(.has-text-color *),
select:not(.acf-field *):is(.has-text-color *),
textarea:not(.acf-field *):is(.has-text-color *) {
  border-color: var(--lf-color-text-half);
  background-color: var(--lf-color-text-transparent);
  color: inherit;
}
input[type=text]:not(.acf-field *).wpcf7-not-valid,
input[type=url]:not(.acf-field *).wpcf7-not-valid,
input[type=tel]:not(.acf-field *).wpcf7-not-valid,
input[type=number]:not(.acf-field *).wpcf7-not-valid,
input[type=file]:not(.acf-field *).wpcf7-not-valid,
input[type=date]:not(.acf-field *).wpcf7-not-valid,
input[type=datetime-local]:not(.acf-field *).wpcf7-not-valid,
input[type=email]:not(.acf-field *).wpcf7-not-valid,
input[type=search]:not(.acf-field *).wpcf7-not-valid,
input[type=password]:not(.acf-field *).wpcf7-not-valid,
select:not(.acf-field *).wpcf7-not-valid,
textarea:not(.acf-field *).wpcf7-not-valid {
  border-color: var(--lf-color-error);
  background-color: rgba(var(--lf-color-error), 0.1);
}
input[type=text]:not(.acf-field *).wpcf7-not-valid:is(.has-text-color *),
input[type=url]:not(.acf-field *).wpcf7-not-valid:is(.has-text-color *),
input[type=tel]:not(.acf-field *).wpcf7-not-valid:is(.has-text-color *),
input[type=number]:not(.acf-field *).wpcf7-not-valid:is(.has-text-color *),
input[type=file]:not(.acf-field *).wpcf7-not-valid:is(.has-text-color *),
input[type=date]:not(.acf-field *).wpcf7-not-valid:is(.has-text-color *),
input[type=datetime-local]:not(.acf-field *).wpcf7-not-valid:is(.has-text-color *),
input[type=email]:not(.acf-field *).wpcf7-not-valid:is(.has-text-color *),
input[type=search]:not(.acf-field *).wpcf7-not-valid:is(.has-text-color *),
input[type=password]:not(.acf-field *).wpcf7-not-valid:is(.has-text-color *),
select:not(.acf-field *).wpcf7-not-valid:is(.has-text-color *),
textarea:not(.acf-field *).wpcf7-not-valid:is(.has-text-color *) {
  border-color: var(--lf-color-text);
  background-color: var(--lf-color-text-transparent);
}

input:not(.acf-field *) {
  font: inherit;
  margin: 0;
  padding: 0.5rem 0.5rem;
  border: 1px solid;
  border-color: var(--lf-color-text-half);
  background-color: var(--lf-color-background);
  width: 100%;
  display: block;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  line-height: var(--lf-body-line-height);
  font-size: 1rem;
  font-weight: normal;
  color: var(--lf-color-text);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input:not(.acf-field *):hover, input:not(.acf-field *):focus, input:not(.acf-field *):focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  -moz-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
}
input:not(.acf-field *):where(.border-radius-enabled *) {
  border-radius: 0.5em;
}
input:not(.acf-field *)[disabled], input:not(.acf-field *)[readonly] {
  opacity: 0.65;
  pointer-events: none;
  background-color: var(--lf-color-text-transparent);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input:not(.acf-field *):is(.has-text-color *) {
  border-color: var(--lf-color-text-half);
  background-color: var(--lf-color-text-transparent);
  color: inherit;
}
input:not(.acf-field *).wpcf7-not-valid {
  border-color: var(--lf-color-error);
  background-color: rgba(var(--lf-color-error), 0.1);
}
input:not(.acf-field *).wpcf7-not-valid:is(.has-text-color *) {
  border-color: var(--lf-color-text);
  background-color: var(--lf-color-text-transparent);
}
input:not(.acf-field *)[type=checkbox], input:not(.acf-field *)[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1em;
  height: 1em;
  border-radius: 25%;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.125s;
  -moz-transition: 0.125s;
  -o-transition: 0.125s;
  transition: 0.125s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 0.25em 0 0;
  display: inline-block;
  border: 1px solid var(--lf-color-text);
  background-color: var(--lf-color-background);
  padding: 0;
}
input:not(.acf-field *)[type=checkbox]:is(.has-text-color *), input:not(.acf-field *)[type=radio]:is(.has-text-color *) {
  background-color: var(--lf-color-background);
  border-color: var(--lf-color-text);
}
input:not(.acf-field *)[type=checkbox]:hover, input:not(.acf-field *)[type=checkbox]:focus, input:not(.acf-field *)[type=radio]:hover, input:not(.acf-field *)[type=radio]:focus {
  -webkit-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  -moz-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
}
input:not(.acf-field *)[type=checkbox]::before, input:not(.acf-field *)[type=radio]::before {
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input:not(.acf-field *)[type=checkbox] + label, input:not(.acf-field *)[type=radio] + label {
  display: inline;
  width: auto;
  margin-left: 0.25em;
  vertical-align: middle;
}
input:not(.acf-field *)[type=checkbox] {
  position: relative;
}
input:not(.acf-field *)[type=checkbox]::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 60%;
  height: 100%;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%) rotate(45deg) scale(0.7);
  -moz-transform: translate(-50%, -60%) rotate(45deg) scale(0.7);
  -ms-transform: translate(-50%, -60%) rotate(45deg) scale(0.7);
  -o-transform: translate(-50%, -60%) rotate(45deg) scale(0.7);
  transform: translate(-50%, -60%) rotate(45deg) scale(0.7);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  margin: 0;
}
input:not(.acf-field *)[type=checkbox]:indeterminate, input:not(.acf-field *)[type=checkbox]:checked {
  border-color: var(--lf-color-blue);
  background-color: var(--lf-color-blue);
}
input:not(.acf-field *)[type=checkbox]:indeterminate::before, input:not(.acf-field *)[type=checkbox]:checked::before {
  border-width: 3px;
  border-color: var(--lf-color-background);
}
input:not(.acf-field *)[type=checkbox]:indeterminate:is(.has-text-color *), input:not(.acf-field *)[type=checkbox]:checked:is(.has-text-color *) {
  border-color: var(--lf-color-text);
  background-color: var(--lf-color-text);
}
input:not(.acf-field *)[type=checkbox]:indeterminate:is(.has-text-color *)::before, input:not(.acf-field *)[type=checkbox]:checked:is(.has-text-color *)::before {
  border-color: var(--lf-color-background);
}
input:not(.acf-field *)[type=checkbox]:indeterminate::before {
  height: 66.6666666667%;
  height: 70%;
  width: 0;
  border-width: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
input:not(.acf-field *)[type=radio] {
  border-radius: 999em;
}
input:not(.acf-field *)[type=radio]:checked {
  border-color: var(--lf-color-blue);
}
input:not(.acf-field *)[type=radio]:checked::before {
  background-color: var(--lf-color-blue);
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
input:not(.acf-field *)[type=radio]:checked:is(.has-text-color *) {
  border-color: var(--lf-color-text);
}
input:not(.acf-field *)[type=radio]:checked:is(.has-text-color *)::before {
  background-color: var(--lf-color-text);
}
input:not(.acf-field *)[type=radio]::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-clip: content-box;
  padding: 0.2em;
  border-radius: inherit;
  background-color: transparent;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

input[type=file]:not(.acf-field *) {
  border-style: dashed;
  text-align: center;
  padding: 1rem;
  color: var(--lf-color-blue);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=file]:not(.acf-field *):hover, input[type=file]:not(.acf-field *):focus {
  border-color: var(--lf-color-blue);
  background-color: var(--lf-color-accent-transparent);
}
input[type=file]:not(.acf-field *):is(.has-text-color *) {
  /*color:var(--lf-color-background);*/
}
input[type=file]:not(.acf-field *):is(.has-text-color *):hover, input[type=file]:not(.acf-field *):is(.has-text-color *):focus {
  border-color: var(--lf-color-text);
  background-color: var(--lf-color-text-transparent);
}

input[type=search]:not(.acf-field *)::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]:not(.acf-field *)::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]:not(.acf-field *)::-webkit-search-decoration, input[type=search]:not(.acf-field *)::-webkit-search-cancel-button, input[type=search]:not(.acf-field *)::-webkit-search-results-button, input[type=search]:not(.acf-field *)::-webkit-search-results-decoration {
  display: none;
}

input[type=date]:not(.acf-field *),
input[type=datetime-local]:not(.acf-field *) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left !important;
}
input[type=date]:not(.acf-field *)::-webkit-inner-spin-button, input[type=date]:not(.acf-field *)::-webkit-calendar-picker-indicator,
input[type=datetime-local]:not(.acf-field *)::-webkit-inner-spin-button,
input[type=datetime-local]:not(.acf-field *)::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[type=submit]:not(.acf-field *):not(.appearance-link),
input[type=submit]:not(.acf-field *):not(.appearance-link) {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
  font-weight: var(--lf-font-weight-links);
  display: inline-block;
  padding: 0.75em 1.5em;
  border: 1px solid;
  text-align: center;
  line-height: 1em;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 0;
  background-color: var(--lf-color-blue);
  border-color: var(--lf-color-blue);
  color: var(--lf-color-background);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
}
button[type=submit]:not(.acf-field *):not(.appearance-link):where(.border-radius-enabled *),
input[type=submit]:not(.acf-field *):not(.appearance-link):where(.border-radius-enabled *) {
  border-radius: 0.5em;
}
button[type=submit]:not(.acf-field *):not(.appearance-link):hover:not([disabled]), button[type=submit]:not(.acf-field *):not(.appearance-link):focus:not([disabled]),
input[type=submit]:not(.acf-field *):not(.appearance-link):hover:not([disabled]),
input[type=submit]:not(.acf-field *):not(.appearance-link):focus:not([disabled]) {
  -webkit-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  -moz-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
}
button[type=submit]:not(.acf-field *):not(.appearance-link)[disabled],
input[type=submit]:not(.acf-field *):not(.appearance-link)[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
button[type=submit]:not(.acf-field *):not(.appearance-link) .button-text,
input[type=submit]:not(.acf-field *):not(.appearance-link) .button-text {
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
}
button[type=submit]:not(.acf-field *):not(.appearance-link):hover:not([disabled]), button[type=submit]:not(.acf-field *):not(.appearance-link):focus:not([disabled]),
input[type=submit]:not(.acf-field *):not(.appearance-link):hover:not([disabled]),
input[type=submit]:not(.acf-field *):not(.appearance-link):focus:not([disabled]) {
  background-color: transparent;
  border-color: currentColor;
  color: var(--lf-color-blue);
}
button[type=submit]:not(.acf-field *):not(.appearance-link):is(.has-text-color *),
input[type=submit]:not(.acf-field *):not(.appearance-link):is(.has-text-color *) {
  color: var(--lf-color-background);
  background-color: var(--lf-color-text);
  border-color: var(--lf-color-text);
}
button[type=submit]:not(.acf-field *):not(.appearance-link):is(.has-text-color *):hover:not([disabled]), button[type=submit]:not(.acf-field *):not(.appearance-link):is(.has-text-color *):focus:not([disabled]),
input[type=submit]:not(.acf-field *):not(.appearance-link):is(.has-text-color *):hover:not([disabled]),
input[type=submit]:not(.acf-field *):not(.appearance-link):is(.has-text-color *):focus:not([disabled]) {
  color: var(--lf-color-text);
  background-color: transparent;
}

input.wpcf7-checkbox,
input.wpcf7-radio {
  vertical-align: middle;
}

.wpcf7-acceptance.wpcf7-not-valid input {
  border-color: var(--lf-color-error);
}
.wpcf7-acceptance.wpcf7-not-valid input:is(.has-text-color *) {
  border-color: var(--lf-color-text);
}

.wpcf7 form.wpcf7-form.sent .form-fields {
  display: none;
}
.wpcf7 form.wpcf7-form.sent .wpcf7-response-output {
  border-color: var(--lf-color-success);
  background-color: rgba(var(--lf-color-success), 0.1);
  margin: 0;
}
.wpcf7 form.wpcf7-form.sent .wpcf7-response-output::before {
  content: "check_circle";
  color: var(--lf-color-success);
}
.wpcf7 form.wpcf7-form.sent .wpcf7-response-output:is(.has-text-color *) {
  border-color: var(--lf-color-text);
  background-color: var(--lf-color-text-transparent);
}
.wpcf7 form.wpcf7-form.sent .wpcf7-response-output:is(.has-text-color *)::before {
  color: var(--lf-color-text);
}
.wpcf7 form.wpcf7-form.sent .wpcf7-response-output ~ * {
  display: none;
}
.wpcf7 form.wpcf7-form.submitting {
  pointer-events: none;
  opacity: 0.25;
}
.wpcf7 form.wpcf7-form.submitting input.wpcf7-submit {
  display: none;
}
.wpcf7 form.wpcf7-form.submitting .wpcf7-spinner {
  display: block;
}
.wpcf7 form.wpcf7-form.failed .wpcf7-response-output, .wpcf7 form.wpcf7-form.aborted .wpcf7-response-output {
  border-color: var(--lf-color-error);
  background-color: rgba(var(--lf-color-error), 0.1);
}
.wpcf7 form.wpcf7-form.failed .wpcf7-response-output::before, .wpcf7 form.wpcf7-form.aborted .wpcf7-response-output::before {
  content: "error";
  color: var(--lf-color-error);
}
.wpcf7 form.wpcf7-form.failed .wpcf7-response-output:is(.has-text-color *), .wpcf7 form.wpcf7-form.aborted .wpcf7-response-output:is(.has-text-color *) {
  border-color: var(--lf-color-text);
  background-color: var(--lf-color-text-transparent);
}
.wpcf7 form.wpcf7-form.failed .wpcf7-response-output:is(.has-text-color *)::before, .wpcf7 form.wpcf7-form.aborted .wpcf7-response-output:is(.has-text-color *)::before {
  color: var(--lf-color-text);
}
.wpcf7 form.wpcf7-form.spam .wpcf7-response-output, .wpcf7 form.wpcf7-form.invalid .wpcf7-response-output, .wpcf7 form.wpcf7-form.unaccepted .wpcf7-response-output, .wpcf7 form.wpcf7-form.payment-required .wpcf7-response-output {
  border-color: var(--lf-color-warning);
  background-color: rgba(var(--lf-color-warning), 0.1);
}
.wpcf7 form.wpcf7-form.spam .wpcf7-response-output::before, .wpcf7 form.wpcf7-form.invalid .wpcf7-response-output::before, .wpcf7 form.wpcf7-form.unaccepted .wpcf7-response-output::before, .wpcf7 form.wpcf7-form.payment-required .wpcf7-response-output::before {
  content: "warning";
  color: var(--lf-color-warning);
}
.wpcf7 form.wpcf7-form.spam .wpcf7-response-output:is(.has-text-color *), .wpcf7 form.wpcf7-form.invalid .wpcf7-response-output:is(.has-text-color *), .wpcf7 form.wpcf7-form.unaccepted .wpcf7-response-output:is(.has-text-color *), .wpcf7 form.wpcf7-form.payment-required .wpcf7-response-output:is(.has-text-color *) {
  border-color: var(--lf-color-text);
  background-color: var(--lf-color-text-transparent);
}
.wpcf7 form.wpcf7-form.spam .wpcf7-response-output:is(.has-text-color *)::before, .wpcf7 form.wpcf7-form.invalid .wpcf7-response-output:is(.has-text-color *)::before, .wpcf7 form.wpcf7-form.unaccepted .wpcf7-response-output:is(.has-text-color *)::before, .wpcf7 form.wpcf7-form.payment-required .wpcf7-response-output:is(.has-text-color *)::before {
  color: var(--lf-color-text);
}
.wpcf7 form.wpcf7-form .form-fields {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.wpcf7 form.wpcf7-form p {
  width: 100%;
}
.wpcf7 form.wpcf7-form .wpcf7-form-control-wrap {
  margin: 0;
  display: block;
}
.wpcf7 form.wpcf7-form .form-field {
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
}
.wpcf7 form.wpcf7-form .form-field:last-child {
  margin-bottom: 0;
}
.wpcf7 form.wpcf7-form .form-field:focus-within .label.floating, .wpcf7 form.wpcf7-form .form-field.has-input .label.floating {
  /*                @include font-small;
                  @include font-weight-bold;
                  color:$accent;
                  @include transform(translate($inputPadding, -75%));
                  background-color:$background;*/
}
.wpcf7 form.wpcf7-form .form-field.select::after {
  content: "expand_more";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-weight: inherit;
  bottom: 0.5rem;
  right: 0.75rem;
  font-size: 1em;
  line-height: 1em;
  display: block;
  position: absolute;
  color: var(--lf-color-blue);
}
.wpcf7 form.wpcf7-form .form-field.select:is(.has-text-color *)::after {
  color: var(--lf-color-text);
}
.wpcf7 form.wpcf7-form .form-field.half {
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) {
  .wpcf7 form.wpcf7-form .form-field.half {
    width: 50%;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
}
.wpcf7 form.wpcf7-form .form-field .label,
.wpcf7 form.wpcf7-form .form-field label {
  display: block;
  width: 100%;
  /*            @include font-small;
              @include font-weight-bold;
              color:$accent;*/
}
.wpcf7 form.wpcf7-form .form-field .label[for],
.wpcf7 form.wpcf7-form .form-field label[for] {
  cursor: pointer;
}
.wpcf7 form.wpcf7-form .form-field .label.floating,
.wpcf7 form.wpcf7-form .form-field label.floating {
  /*                @include font-default;
                  @include font-weight-normal;
                  color:$text;
                  background-color:transparent;
                  @include transition;
                  pointer-events: none;
                  position:absolute;
                  top:$inputPadding;
                  left:1px;
                  z-index:1;
                  padding-left:$inputPadding;
                  padding-right:$inputPadding;
                  width:auto;*/
}
.wpcf7 form.wpcf7-form .wpcf7-list-item {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
.wpcf7 form.wpcf7-form .wpcf7-list-item:last-child {
  margin-right: 0;
}
.wpcf7 form.wpcf7-form .wpcf7-list-item label {
  vertical-align: middle;
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  color: inherit;
  font-weight: var(--lf-font-weight-normal);
}
.wpcf7 form.wpcf7-form .wpcf7-list-item-label {
  cursor: pointer;
  vertical-align: middle;
}
.wpcf7 form.wpcf7-form .wpcf7-list-item-label::before, .wpcf7 form.wpcf7-form .wpcf7-list-item-label::after {
  content: "";
  display: inline-block;
  width: 0.45em;
}
.wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  font-size: 12px;
  margin-top: 0.5rem;
  color: var(--lf-color-error);
}
.wpcf7 form.wpcf7-form .wpcf7-not-valid-tip::before {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-weight: inherit;
  content: "error";
  margin-right: 0.5em;
  display: inline;
  vertical-align: -0.13em;
}
.wpcf7 form.wpcf7-form .wpcf7-not-valid-tip:is(.has-text-color *) {
  font-weight: var(--lf-font-weight-bold);
  color: var(--lf-color-text-alt);
}
.wpcf7 form.wpcf7-form .wpcf7-spinner {
  display: none;
  margin: 0 auto;
  background-color: var(--lf-color-blue);
  opacity: 1;
}
.wpcf7 form.wpcf7-form .wpcf7-spinner::before {
  background-color: var(--lf-color-background);
}
.wpcf7 form.wpcf7-form .wpcf7-spinner:is(.has-text-color *) {
  background-color: var(--lf-color-text);
}
.wpcf7 form.wpcf7-form .wpcf7-spinner:is(.has-text-color *)::before {
  background-color: var(--lf-color-background);
}
.wpcf7 form.wpcf7-form .wpcf7-response-output {
  margin: 0;
  margin-bottom: 1.5rem;
  padding: 0.5em 0.75em;
  border-radius: 0.5em;
  border-color: var(--lf-color-blue);
  border-width: 1px;
  background-color: var(--lf-color-accent-transparent);
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .wpcf7 form.wpcf7-form .wpcf7-response-output {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .wpcf7 form.wpcf7-form .wpcf7-response-output {
    margin-bottom: 2.5rem;
  }
}
.wpcf7 form.wpcf7-form .wpcf7-response-output::before {
  content: "info";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-weight: inherit;
  margin-right: 0.75rem;
  display: inline-block;
  vertical-align: middle;
  color: var(--lf-color-blue);
  /*@include font-weight-bold;*/
  line-height: inherit;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output:is(.has-text-color *) {
  border-color: var(--lf-color-text);
  background-color: var(--lf-color-text-transparent);
}
.wpcf7 form.wpcf7-form .wpcf7-response-output:is(.has-text-color *)::before {
  color: var(--lf-color-text);
}

.lavendr-ajax-form:is(.component.text + *) {
  margin-top: 1rem;
}
.lavendr-ajax-form.submitted .form-field {
  opacity: 0.5;
  pointer-events: none;
}
.lavendr-ajax-form + .lavendr-ajax-form {
  margin-top: 1.5rem;
}
@media (min-width: 576px) {
  .lavendr-ajax-form + .lavendr-ajax-form {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .lavendr-ajax-form + .lavendr-ajax-form {
    margin-top: 2.5rem;
  }
}
.lavendr-ajax-form .form-fields {
  /*        margin:-.5*$space;

          & > * {
              padding-left:.5*$space;
              padding-right:.5*$space;
          }*/
}
.lavendr-ajax-form .form-field {
  margin-bottom: 1rem;
}
.lavendr-ajax-form .form-field:last-child {
  margin-bottom: 0;
}
.lavendr-ajax-form .form-field.has-validation-error input:not(:checked),
.lavendr-ajax-form .form-field.has-validation-error select:not(:checked),
.lavendr-ajax-form .form-field.has-validation-error textarea:not(:checked) {
  border-color: var(--lf-color-error);
  background-color: var(--lf-color-error-transparent);
}
.lavendr-ajax-form .form-field.has-validation-error input:not(:checked):is(input[type=checkbox]), .lavendr-ajax-form .form-field.has-validation-error input:not(:checked):is(input[type=radio]),
.lavendr-ajax-form .form-field.has-validation-error select:not(:checked):is(input[type=checkbox]),
.lavendr-ajax-form .form-field.has-validation-error select:not(:checked):is(input[type=radio]),
.lavendr-ajax-form .form-field.has-validation-error textarea:not(:checked):is(input[type=checkbox]),
.lavendr-ajax-form .form-field.has-validation-error textarea:not(:checked):is(input[type=radio]) {
  background-color: var(--lf-color-background);
}
.lavendr-ajax-form .form-field.has-validation-error[data-type=checkbox] .input-wrapper label:not(.checked), .lavendr-ajax-form .form-field.has-validation-error[data-type=radio] .input-wrapper label:not(.checked) {
  border-color: var(--lf-color-error);
  background-color: var(--lf-color-error-transparent);
}
.lavendr-ajax-form .form-field.has-disabled-input[data-type=select] .input-wrapper::after {
  color: inherit;
  opacity: 0.2;
}
.lavendr-ajax-form .form-field.has-disabled-input label {
  pointer-events: none;
}
.lavendr-ajax-form .form-field[data-type=radio] .input-wrapper label, .lavendr-ajax-form .form-field[data-type=checkbox] .input-wrapper label {
  font-weight: var(--lf-font-weight-normal);
  color: var(--lf-color-text);
  cursor: pointer;
}
.lavendr-ajax-form .form-field[data-type=submit]:is(.component.button + *) {
  margin-top: 1rem;
}
.lavendr-ajax-form .form-field[data-type=submit] [type=submit]:not(.appearance-link) {
  width: 100%;
}
.lavendr-ajax-form .form-field[data-type=select] .input-wrapper {
  position: relative;
}
.lavendr-ajax-form .form-field[data-type=select] .input-wrapper::after {
  content: "expand_more";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-weight: inherit;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0.75rem;
  font-size: 1.5em;
  line-height: 1.5em;
  display: block;
  position: absolute;
  color: var(--lf-color-blue);
}
.lavendr-ajax-form .form-field[data-type=hidden] {
  display: none;
}
@media (min-width: 576px) {
  .lavendr-ajax-form .form-field[data-type=password] .input-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.lavendr-ajax-form .form-field[data-type=password] .toggle-password-visibility-button {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
  font-weight: var(--lf-font-weight-links);
  display: inline-block;
  padding: 0.75em 1.5em;
  border: 1px solid;
  text-align: center;
  line-height: 1em;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 0;
  background-color: var(--lf-color-blue);
  border-color: var(--lf-color-blue);
  color: var(--lf-color-background);
  width: 100%;
  margin-top: 1rem;
}
.lavendr-ajax-form .form-field[data-type=password] .toggle-password-visibility-button:where(.border-radius-enabled *) {
  border-radius: 0.5em;
}
.lavendr-ajax-form .form-field[data-type=password] .toggle-password-visibility-button:hover:not([disabled]), .lavendr-ajax-form .form-field[data-type=password] .toggle-password-visibility-button:focus:not([disabled]) {
  -webkit-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  -moz-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
}
.lavendr-ajax-form .form-field[data-type=password] .toggle-password-visibility-button[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
.lavendr-ajax-form .form-field[data-type=password] .toggle-password-visibility-button .button-text {
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
}
.lavendr-ajax-form .form-field[data-type=password] .toggle-password-visibility-button:hover:not([disabled]), .lavendr-ajax-form .form-field[data-type=password] .toggle-password-visibility-button:focus:not([disabled]) {
  background-color: transparent;
  border-color: currentColor;
  color: var(--lf-color-blue);
}
.lavendr-ajax-form .form-field[data-type=password] .toggle-password-visibility-button:is(.has-text-color *) {
  color: var(--lf-color-background);
  background-color: var(--lf-color-text);
  border-color: var(--lf-color-text);
}
.lavendr-ajax-form .form-field[data-type=password] .toggle-password-visibility-button:is(.has-text-color *):hover:not([disabled]), .lavendr-ajax-form .form-field[data-type=password] .toggle-password-visibility-button:is(.has-text-color *):focus:not([disabled]) {
  color: var(--lf-color-text);
  background-color: transparent;
}
@media (min-width: 576px) {
  .lavendr-ajax-form .form-field[data-type=password] .toggle-password-visibility-button {
    margin-top: 0;
    margin-left: 1rem;
    white-space: nowrap;
    width: auto;
  }
}
.lavendr-ajax-form .form-field.half {
  width: 50%;
  display: inline-block;
}
.lavendr-ajax-form .form-field.third {
  width: 33.3333333333%;
  display: inline-block;
}
.lavendr-ajax-form .form-field.has-suffix .input-wrapper, .lavendr-ajax-form .form-field.has-prefix .input-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  -o-justify-content: stretch;
  justify-content: stretch;
}
.lavendr-ajax-form .form-field.has-suffix .suffix,
.lavendr-ajax-form .form-field.has-suffix .prefix, .lavendr-ajax-form .form-field.has-prefix .suffix,
.lavendr-ajax-form .form-field.has-prefix .prefix {
  font: inherit;
  margin: 0;
  padding: 0.5rem 0.5rem;
  border: 1px solid;
  border-color: var(--lf-color-text-half);
  background-color: var(--lf-color-background);
  width: 100%;
  display: block;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  line-height: var(--lf-body-line-height);
  font-size: 1rem;
  font-weight: normal;
  color: var(--lf-color-text);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -o-align-self: center;
  align-self: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  font-size: 12px;
}
.lavendr-ajax-form .form-field.has-suffix .suffix:hover, .lavendr-ajax-form .form-field.has-suffix .suffix:focus, .lavendr-ajax-form .form-field.has-suffix .suffix:focus-visible,
.lavendr-ajax-form .form-field.has-suffix .prefix:hover,
.lavendr-ajax-form .form-field.has-suffix .prefix:focus,
.lavendr-ajax-form .form-field.has-suffix .prefix:focus-visible, .lavendr-ajax-form .form-field.has-prefix .suffix:hover, .lavendr-ajax-form .form-field.has-prefix .suffix:focus, .lavendr-ajax-form .form-field.has-prefix .suffix:focus-visible,
.lavendr-ajax-form .form-field.has-prefix .prefix:hover,
.lavendr-ajax-form .form-field.has-prefix .prefix:focus,
.lavendr-ajax-form .form-field.has-prefix .prefix:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  -moz-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
}
.lavendr-ajax-form .form-field.has-suffix .suffix:where(.border-radius-enabled *),
.lavendr-ajax-form .form-field.has-suffix .prefix:where(.border-radius-enabled *), .lavendr-ajax-form .form-field.has-prefix .suffix:where(.border-radius-enabled *),
.lavendr-ajax-form .form-field.has-prefix .prefix:where(.border-radius-enabled *) {
  border-radius: 0.5em;
}
.lavendr-ajax-form .form-field.has-suffix .suffix[disabled], .lavendr-ajax-form .form-field.has-suffix .suffix[readonly],
.lavendr-ajax-form .form-field.has-suffix .prefix[disabled],
.lavendr-ajax-form .form-field.has-suffix .prefix[readonly], .lavendr-ajax-form .form-field.has-prefix .suffix[disabled], .lavendr-ajax-form .form-field.has-prefix .suffix[readonly],
.lavendr-ajax-form .form-field.has-prefix .prefix[disabled],
.lavendr-ajax-form .form-field.has-prefix .prefix[readonly] {
  opacity: 0.65;
  pointer-events: none;
  background-color: var(--lf-color-text-transparent);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.lavendr-ajax-form .form-field.has-suffix .suffix:is(.has-text-color *),
.lavendr-ajax-form .form-field.has-suffix .prefix:is(.has-text-color *), .lavendr-ajax-form .form-field.has-prefix .suffix:is(.has-text-color *),
.lavendr-ajax-form .form-field.has-prefix .prefix:is(.has-text-color *) {
  border-color: var(--lf-color-text-half);
  background-color: var(--lf-color-text-transparent);
  color: inherit;
}
.lavendr-ajax-form .form-field.has-suffix .suffix.wpcf7-not-valid,
.lavendr-ajax-form .form-field.has-suffix .prefix.wpcf7-not-valid, .lavendr-ajax-form .form-field.has-prefix .suffix.wpcf7-not-valid,
.lavendr-ajax-form .form-field.has-prefix .prefix.wpcf7-not-valid {
  border-color: var(--lf-color-error);
  background-color: rgba(var(--lf-color-error), 0.1);
}
.lavendr-ajax-form .form-field.has-suffix .suffix.wpcf7-not-valid:is(.has-text-color *),
.lavendr-ajax-form .form-field.has-suffix .prefix.wpcf7-not-valid:is(.has-text-color *), .lavendr-ajax-form .form-field.has-prefix .suffix.wpcf7-not-valid:is(.has-text-color *),
.lavendr-ajax-form .form-field.has-prefix .prefix.wpcf7-not-valid:is(.has-text-color *) {
  border-color: var(--lf-color-text);
  background-color: var(--lf-color-text-transparent);
}
.lavendr-ajax-form .form-field.has-suffix .suffix, .lavendr-ajax-form .form-field.has-prefix .suffix {
  border-left: none;
}
.lavendr-ajax-form .form-field.has-suffix .prefix, .lavendr-ajax-form .form-field.has-prefix .prefix {
  border-right: none;
}
.lavendr-ajax-form .form-field .description {
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  font-size: 12px;
  font-weight: var(--lf-font-weight-normal);
  color: var(--lf-color-text-alt);
}
.lavendr-ajax-form .labels {
  line-height: normal;
  margin-bottom: 0.5rem;
}
.lavendr-ajax-form .labels label {
  display: block;
}
.lavendr-ajax-form .general-message-wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  z-index: 99999;
  padding: 1rem;
  width: 100%;
  text-align: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  pointer-events: none;
}
.lavendr-ajax-form .general-message-wrapper:empty {
  display: none;
}
.lavendr-ajax-form .message {
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  font-size: 12px;
  color: var(--lf-color-text-alt);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: var(--lf-color-blue);
  pointer-events: auto;
}
.lavendr-ajax-form .message:last-child {
  margin-bottom: 0;
}
.lavendr-ajax-form .message::before {
  content: "info";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-weight: inherit;
  margin-right: 0.3em;
  vertical-align: -17%;
}
.lavendr-ajax-form .message:is(.form-field[data-type=checkbox] *), .lavendr-ajax-form .message:is(.form-field[data-type=radio] *) {
  margin-top: 0;
}
.lavendr-ajax-form .message.general {
  /*border:1px solid transparent;*/
  background-color: var(--lf-color-background);
  -webkit-box-shadow: 0 0 1rem 0 rgba(28, 28, 28, 0.1);
  -moz-box-shadow: 0 0 1rem 0 rgba(28, 28, 28, 0.1);
  box-shadow: 0 0 1rem 0 rgba(28, 28, 28, 0.1);
  padding: 1rem;
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  -webkit-animation: form-message-general 1s both;
  -moz-animation: form-message-general 1s both;
  animation: form-message-general 1s both;
  padding-right: 4em;
  margin: 0 0 1rem;
}
.lavendr-ajax-form .message.general:last-child {
  margin-bottom: 0;
}
.lavendr-ajax-form .message.general .dismiss-button {
  margin-left: 1.5rem;
  position: absolute;
  top: 1em;
  right: 1em;
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  color: inherit;
  font-size: 1.25em;
  line-height: 1em;
}
@media (min-width: 576px) {
  .lavendr-ajax-form .message.general .dismiss-button {
    margin-left: 2rem;
  }
}
@media (min-width: 992px) {
  .lavendr-ajax-form .message.general .dismiss-button {
    margin-left: 2.5rem;
  }
}
.lavendr-ajax-form .message.general .dismiss-button .icon {
  font-size: inherit;
  line-height: inherit;
}
.lavendr-ajax-form .message.error {
  color: var(--lf-color-error);
}
.lavendr-ajax-form .message.error::before {
  content: "error";
}
.lavendr-ajax-form .message.error.general {
  color: var(--lf-color-background);
  background-color: var(--lf-color-error);
}

body.transparent-header.sticky-header .site-header {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  left: max(50vw - 900px, 0px);
}
body.transparent-header .site-header {
  background-color: transparent;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
body.transparent-header .site-header::before {
  content: "";
  background: -moz-linear-gradient(0deg, #1c1c1c 0%, rgba(28, 28, 28, 0) 100%);
  background: -webkit-linear-gradient(0deg, #1c1c1c 0%, rgba(28, 28, 28, 0) 100%);
  background: linear-gradient(0deg, #1c1c1c 0%, rgba(28, 28, 28, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140%;
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  opacity: 0.6;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
body.transparent-header .site-header.stuck {
  background-color: var(--lf-color-background);
  color: var(--lf-color-text);
}
body.transparent-header .site-header.stuck::before {
  opacity: 0;
}
body.transparent-header .site-header.stuck.logo-black .logo.black {
  opacity: 1;
}
body.transparent-header .site-header.stuck.logo-black .logo.white {
  opacity: 0;
}
body.transparent-header .site-header.stuck.logo-white .logo.black {
  opacity: 0;
}
body.transparent-header .site-header.stuck.logo-white .logo.white {
  opacity: 1;
}
body.transparent-header .site-header.stuck .header-menu .menu-list > .menu-item.appearance-header-default > a:hover, body.transparent-header .site-header.stuck .header-menu .menu-list > .menu-item.appearance-header-default > a:focus {
  color: var(--lf-color-blue);
}
body.transparent-header .site-header.stuck .header-menu .menu-list > .menu-item.appearance-header-button-outline > a {
  color: var(--lf-color-blue);
}
body.transparent-header .site-header.stuck .header-menu .menu-list > .menu-item.appearance-header-button-outline > a:hover, body.transparent-header .site-header.stuck .header-menu .menu-list > .menu-item.appearance-header-button-outline > a:focus {
  color: var(--lf-color-background);
  background-color: var(--lf-color-blue);
  border-color: var(--lf-color-blue);
}
body.transparent-header .site-header.stuck .header-menu .menu-list > .menu-item.appearance-header-button-fill > a {
  color: var(--lf-color-background);
}
body.transparent-header .site-header.stuck .header-menu .menu-list > .menu-item.appearance-header-button-fill > a:hover, body.transparent-header .site-header.stuck .header-menu .menu-list > .menu-item.appearance-header-button-fill > a:focus {
  color: var(--lf-color-blue);
}
body.transparent-header .site-header .logo.black {
  opacity: 0;
}
body.transparent-header .site-header .logo.white {
  opacity: 1;
}
body.transparent-header .site-header .header-secondary-wrapper {
  border-color: rgba(255, 255, 255, 0.1);
}
body.transparent-header .site-header .header-menu .menu-list > .menu-item.appearance-header-button-outline > a:hover, body.transparent-header .site-header .header-menu .menu-list > .menu-item.appearance-header-button-outline > a:focus {
  color: var(--lf-color-background);
  background-color: var(--lf-color-accentLight);
  border-color: var(--lf-color-accentLight);
}
body.transparent-header .site-header .header-menu .menu-list > .menu-item.appearance-header-button-fill > a:hover, body.transparent-header .site-header .header-menu .menu-list > .menu-item.appearance-header-button-fill > a:focus {
  color: var(--lf-color-accentLight);
}
body.transparent-header .site-header .header-menu .menu-list > .menu-item > a {
  color: inherit;
}
body.transparent-header .site-header .header-menu .menu-list > .menu-item > a:hover, body.transparent-header .site-header .header-menu .menu-list > .menu-item > a:focus {
  /*color:$accentLight;*/
}
body.transparent-header .site-header .menu-item::after {
  content: "";
  color: inherit;
}
body.transparent-header .site-header .menu-item.current-menu-item, body.transparent-header .site-header .menu-item.current-menu-ancestor {
  color: inherit;
}
body.transparent-header .site-header .search-form-wrapper {
  display: inline-block;
  margin-left: 1.5rem;
  color: inherit;
}
@media (min-width: 576px) {
  body.transparent-header .site-header .search-form-wrapper {
    margin-left: 2rem;
  }
}
@media (min-width: 992px) {
  body.transparent-header .site-header .search-form-wrapper {
    margin-left: 2.5rem;
  }
}
body.transparent-header .site-header .search-form-wrapper * {
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  font-size: 12px;
  line-height: 1em;
}
body.transparent-header .site-header .search-form-wrapper .search-submit {
  line-height: 1em;
  display: none;
}
body.transparent-header .site-header .search-form-wrapper label {
  color: inherit;
}
body.transparent-header .site-header .search-form-wrapper .search-field:hover, body.transparent-header .site-header .search-form-wrapper .search-field:focus {
  color: var(--lf-color-accentLight);
}
body.transparent-header .site-header .search-form-wrapper .search-field:focus {
  color: inherit;
}

body.tucked-header .site-header.tucked {
  /*@include transform(translate(-50%, -100%));*/
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
body.tucked-header .site-header.tucked:hover, body.tucked-header .site-header.tucked:focus-within {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

body.sticky-header .site-header {
  position: fixed;
  top: 0;
  left: 0;
  left: max(50vw - 900px, 0px);
  background-color: var(--lf-color-background);
}
body.sticky-header .site-header.stuck {
  border-bottom-color: var(--lf-color-text-transparent);
}
body.sticky-header .site-header.stuck .header-primary-wrapper {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 576px) {
  body.sticky-header .site-header.stuck .header-primary-wrapper {
    padding-top: 1rem;
  }
}
@media (min-width: 992px) {
  body.sticky-header .site-header.stuck .header-primary-wrapper {
    padding-top: 1.25rem;
  }
}
@media (min-width: 576px) {
  body.sticky-header .site-header.stuck .header-primary-wrapper {
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  body.sticky-header .site-header.stuck .header-primary-wrapper {
    padding-bottom: 1.25rem;
  }
}
body.sticky-header .site-header.stuck .header-secondary-wrapper {
  max-height: 0;
  padding: 0;
  opacity: 0;
}
body.sticky-header .site-header.stuck .header-secondary-wrapper:focus-within {
  max-height: none;
  padding: 1em 0;
  opacity: 1;
}
body.sticky-header .site-header.stuck .logo img {
  width: 75px;
}

.site-header {
  width: 100%;
  max-width: 1800px;
  background-color: transparent;
  z-index: 9;
  border-bottom: 1px solid transparent;
  -webkit-transition: transform 0.25s;
  -moz-transition: transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  padding-top: env(safe-area-inset-top);
  position: static;
}
.site-header.logo-black .logo.black {
  opacity: 1;
}
.site-header.logo-black .logo.white {
  opacity: 0;
}
.site-header.logo-white .logo.black {
  opacity: 0;
}
.site-header.logo-white .logo.white {
  opacity: 1;
}
.site-header .header-primary-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 576px) {
  .site-header .header-primary-wrapper {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .site-header .header-primary-wrapper {
    padding-top: 2.5rem;
  }
}
@media (min-width: 576px) {
  .site-header .header-primary-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .site-header .header-primary-wrapper {
    padding-bottom: 2.5rem;
  }
}
.site-header .header-secondary-wrapper {
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  font-size: 12px;
  padding-top: 1em;
  padding-bottom: 1em;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  opacity: 1;
  max-height: 3.85em;
  border-bottom: 1px solid var(--lf-color-text-transparent);
  text-align: right;
}
.site-header .open-menu-button {
  -webkit-transform: scaleX(1.25);
  -moz-transform: scaleX(1.25);
  -ms-transform: scaleX(1.25);
  -o-transform: scaleX(1.25);
  transform: scaleX(1.25);
}
.site-header .logo-wrapper {
  position: relative;
}
.site-header .logo-link {
  display: block;
  border: none;
  position: relative;
  width: 100px;
}
@media (min-width: 768px) {
  .site-header .logo-link {
    width: 130px;
  }
}
.site-header .logo-link.has-text-logo {
  width: auto;
  text-decoration: none;
}
.site-header .logo {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-header .logo.text-logo, .site-header .logo:first-child {
  position: static;
  top: auto;
  left: auto;
}
.site-header .logo.black {
  opacity: 1;
}
.site-header .logo.white {
  opacity: 0;
}
.site-header .logo img {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}
.site-header .header-menu-wrapper {
  text-align: right;
}
.site-header .header-menu {
  display: inline-block;
}
.site-header .header-menu a {
  font-family: var(--lf-font-family-menu-header);
  font-weight: var(--lf-font-weight-menu-header);
  border: none;
  line-height: 1em;
}
.site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children {
  /*position:static;*/
  position: relative;
}
.site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 1rem;
  pointer-events: none;
  opacity: 0;
}
.site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children:hover::after, .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children:focus-within::after {
  pointer-events: auto;
}
.site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children:hover > .sub-menu, .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children:focus-within > .sub-menu {
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children:hover .sub-menu, .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children:focus-within .sub-menu {
  pointer-events: auto;
  opacity: 1;
}
.site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu {
  display: block;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--lf-color-background);
  border: 1px solid var(--lf-color-text-transparent);
  -webkit-box-shadow: 0 0 1rem 0 rgba(28, 28, 28, 0.1);
  -moz-box-shadow: 0 0 1rem 0 rgba(28, 28, 28, 0.1);
  box-shadow: 0 0 1rem 0 rgba(28, 28, 28, 0.1);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: auto;
  top: auto;
  bottom: -1rem;
  left: 40%;
  right: auto;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  -webkit-transform: translate(-50%, calc(100% - 1rem));
  -moz-transform: translate(-50%, calc(100% - 1rem));
  -ms-transform: translate(-50%, calc(100% - 1rem));
  -o-transform: translate(-50%, calc(100% - 1rem));
  transform: translate(-50%, calc(100% - 1rem));
  pointer-events: none;
  opacity: 0;
  overflow: visible;
}
@media (min-width: 576px) {
  .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu {
    max-width: 540px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
  }
}
@media (min-width: 768px) {
  .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu {
    max-width: 720px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 720px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 720px) + .5*2rem);
  }
}
@media (min-width: 992px) {
  .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu {
    max-width: 960px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 960px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 960px) + .5*2rem);
  }
}
@media (min-width: 1200px) {
  .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu {
    max-width: 1140px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 1140px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 1140px) + .5*2rem);
  }
}
@media (min-width: 1400px) {
  .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu {
    max-width: 1320px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 1320px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 1320px) + .5*2rem);
  }
}
@media (min-width: 576px) {
  .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu {
    padding-top: 1rem;
  }
}
@media (min-width: 992px) {
  .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu {
    padding-top: 1.25rem;
  }
}
@media (min-width: 576px) {
  .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu {
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 576px) {
  .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu {
    padding-left: 2.5rem;
  }
}
@media (min-width: 576px) {
  .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu {
    padding-right: 2.5rem;
  }
}
.site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px solid var(--lf-color-text-transparent);
  border-left: 1px solid var(--lf-color-text-transparent);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -moz-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  -o-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  background-color: inherit;
}
.site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item {
  text-align: left;
  display: block;
}
.site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children {
  display: inline-block;
  vertical-align: top;
  margin-right: 3rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children {
    margin-right: 4rem;
  }
}
@media (min-width: 992px) {
  .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children {
    margin-right: 5rem;
  }
}
@media (min-width: 576px) {
  .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) {
  .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children {
    padding-left: 1.25rem;
  }
}
@media (min-width: 576px) {
  .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children {
    padding-right: 1.25rem;
  }
}
@media (min-width: 576px) {
  .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children {
    padding-top: 1rem;
  }
}
@media (min-width: 992px) {
  .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children {
    padding-top: 1.25rem;
  }
}
@media (min-width: 576px) {
  .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children {
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children {
    padding-bottom: 1.25rem;
  }
}
.site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children:last-child {
  margin-right: 2.25rem;
}
@media (min-width: 576px) {
  .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children:last-child {
    margin-right: 3rem;
  }
}
@media (min-width: 992px) {
  .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children:last-child {
    margin-right: 3.75rem;
  }
}
.site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > a {
  font-family: var(--lf-font-family-h4);
  font-weight: var(--lf-font-weight-h4);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1.2rem;
  line-height: 1.5em;
  letter-spacing: -0.02em;
}
.site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > a:is(.has-blue-color *), .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > a:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > a {
    font-size: 1.8rem;
    line-height: 1.4em;
  }
}
.site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children:hover .sub-menu, .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children:focus-within .sub-menu {
  pointer-events: auto;
}
.site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children {
  margin-top: 2rem;
}
.site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > a {
  font-family: var(--lf-font-family-h5);
  font-weight: var(--lf-font-weight-h5);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: -0.02em;
}
.site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > a:is(.has-blue-color *), .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > a:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > a {
    font-size: 1.5rem;
    line-height: 1.6em;
  }
}
.site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item .sub-menu {
  position: static;
  display: block;
}
.site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu .menu-item {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu .menu-item.menu-item-has-children:hover > a {
  color: inherit;
}
.site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu .menu-item.menu-item-has-children:hover > a:hover, .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu .menu-item.menu-item-has-children:hover > a:focus {
  color: var(--lf-color-blue);
}
.site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu .menu-item.menu-item-has-children.has-icon > a {
  margin-top: 1.5em;
}
.site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu .menu-item.menu-item-has-children.has-icon > a > .icon-wrapper {
  font-size: 1em;
  display: block;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin-bottom: 0.25em;
  position: absolute;
  top: -100%;
  color: var(--lf-color-text);
}
.site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu .menu-item::after {
  display: none;
}
.site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu .menu-item:first-child a, .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu .menu-item:last-child a {
  border: none;
  padding: 0;
}
.site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu .menu-item a {
  border: none;
  padding: 0;
  line-height: 1em;
  width: auto;
  display: inline-block;
  position: relative;
  /*@include transition(color .25s);*/
}
.site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu .menu-item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  width: calc(100% + 0.5rem);
  height: 110%;
  height: calc(100% + 0.5rem);
  background-color: currentColor;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 8px;
}
.site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu .menu-item a:hover:not([disabled])::before {
  content: "";
  opacity: 0.15;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu .menu-item a::after {
  display: none;
}
.site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu .menu-item a:hover, .site-header .header-menu .menu-list.appearance-mega-menu > .menu-item.menu-item-has-children > .sub-menu .menu-item a:focus {
  background-color: transparent;
}
.site-header .header-menu .menu-list.appearance-dropdown > .menu-item.menu-item-has-children:hover > .sub-menu, .site-header .header-menu .menu-list.appearance-dropdown > .menu-item.menu-item-has-children:focus-within > .sub-menu {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.site-header .header-menu .menu-list.appearance-dropdown > .menu-item.menu-item-has-children > .sub-menu {
  -webkit-transform: translateY(-1rem);
  -moz-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  -o-transform: translateY(-1rem);
  transform: translateY(-1rem);
}
.site-header .header-menu .menu-list.appearance-dropdown .sub-menu {
  -webkit-box-shadow: 0 0 1rem 0 rgba(28, 28, 28, 0.1);
  -moz-box-shadow: 0 0 1rem 0 rgba(28, 28, 28, 0.1);
  box-shadow: 0 0 1rem 0 rgba(28, 28, 28, 0.1);
}
.site-header .header-menu .menu-list.appearance-dropdown .icon-wrapper {
  line-height: 0;
  display: inline-block;
  position: static;
  vertical-align: middle;
  margin: 0 0.5em 0 0;
}
.site-header .header-menu .menu-list > .menu-item.appearance-header-default:not(.current-menu-item) > a {
  position: relative;
}
.site-header .header-menu .menu-list > .menu-item.appearance-header-default:not(.current-menu-item) > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  width: calc(100% + 0.5rem);
  height: 110%;
  height: calc(100% + 0.5rem);
  background-color: currentColor;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 8px;
}
.site-header .header-menu .menu-list > .menu-item.appearance-header-default:not(.current-menu-item) > a:hover:not([disabled])::before {
  content: "";
  opacity: 0.15;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-header .header-menu .menu-list > .menu-item.appearance-header-button-outline > a {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
  font-weight: var(--lf-font-weight-links);
  display: inline-block;
  padding: 0.75em 1.5em;
  border: 1px solid;
  text-align: center;
  line-height: 1em;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 0;
  background-color: transparent;
  border-color: currentColor;
  color: var(--lf-color-blue);
}
.site-header .header-menu .menu-list > .menu-item.appearance-header-button-outline > a:where(.border-radius-enabled *) {
  border-radius: 0.5em;
}
.site-header .header-menu .menu-list > .menu-item.appearance-header-button-outline > a:hover:not([disabled]), .site-header .header-menu .menu-list > .menu-item.appearance-header-button-outline > a:focus:not([disabled]) {
  -webkit-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  -moz-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
}
.site-header .header-menu .menu-list > .menu-item.appearance-header-button-outline > a[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
.site-header .header-menu .menu-list > .menu-item.appearance-header-button-outline > a .button-text {
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
}
.site-header .header-menu .menu-list > .menu-item.appearance-header-button-outline > a:hover:not([disabled]), .site-header .header-menu .menu-list > .menu-item.appearance-header-button-outline > a:focus:not([disabled]) {
  background-color: var(--lf-color-blue);
  border-color: var(--lf-color-blue);
  color: var(--lf-color-background);
}
.site-header .header-menu .menu-list > .menu-item.appearance-header-button-outline > a:is(.has-text-color *) {
  color: var(--lf-color-text);
  background-color: transparent;
}
.site-header .header-menu .menu-list > .menu-item.appearance-header-button-outline > a:is(.has-text-color *):hover:not([disabled]), .site-header .header-menu .menu-list > .menu-item.appearance-header-button-outline > a:is(.has-text-color *):focus:not([disabled]) {
  border-color: var(--lf-color-text);
  background-color: var(--lf-color-text);
  color: var(--lf-color-background);
}
.site-header .header-menu .menu-list > .menu-item.appearance-header-button-fill > a {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
  font-weight: var(--lf-font-weight-links);
  display: inline-block;
  padding: 0.75em 1.5em;
  border: 1px solid;
  text-align: center;
  line-height: 1em;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 0;
  background-color: var(--lf-color-green);
  border-color: var(--lf-color-green);
  color: #fff;
}
.site-header .header-menu .menu-list > .menu-item.appearance-header-button-fill > a:where(.border-radius-enabled *) {
  border-radius: 0.5em;
}
.site-header .header-menu .menu-list > .menu-item.appearance-header-button-fill > a:hover:not([disabled]), .site-header .header-menu .menu-list > .menu-item.appearance-header-button-fill > a:focus:not([disabled]) {
  -webkit-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  -moz-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
}
.site-header .header-menu .menu-list > .menu-item.appearance-header-button-fill > a[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
.site-header .header-menu .menu-list > .menu-item.appearance-header-button-fill > a .button-text {
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
}
.site-header .header-menu .menu-list > .menu-item.appearance-header-button-fill > a:hover:not([disabled]), .site-header .header-menu .menu-list > .menu-item.appearance-header-button-fill > a:focus:not([disabled]) {
  background-color: transparent;
  border-color: var(--lf-color-green);
  color: var(--lf-color-green);
}
.site-header .header-menu .menu-list > .menu-item.appearance-header-button-fill > a:is(.has-text-color *) {
  color: var(--lf-color-background);
  background-color: var(--lf-color-text);
  border-color: var(--lf-color-text);
}
.site-header .header-menu .menu-list > .menu-item.appearance-header-button-fill > a:is(.has-text-color *):hover:not([disabled]), .site-header .header-menu .menu-list > .menu-item.appearance-header-button-fill > a:is(.has-text-color *):focus:not([disabled]) {
  color: var(--lf-color-text);
  background-color: transparent;
}
.site-header .header-menu .menu-list > .menu-item.menu-item-has-children {
  position: relative;
}
.site-header .header-menu .menu-list > .menu-item.menu-item-has-children:hover::after, .site-header .header-menu .menu-list > .menu-item.menu-item-has-children:focus-within::after {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  opacity: 0;
}
.site-header .header-menu .menu-list > .menu-item.menu-item-has-children:hover > .sub-menu, .site-header .header-menu .menu-list > .menu-item.menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  -webkit-box-shadow: 0 0 1rem 0 rgba(28, 28, 28, 0.1);
  -moz-box-shadow: 0 0 1rem 0 rgba(28, 28, 28, 0.1);
  box-shadow: 0 0 1rem 0 rgba(28, 28, 28, 0.1);
}
.site-header .header-menu .menu-list > .menu-item.menu-item-has-children:hover > .sub-menu .menu-item:hover > .sub-menu, .site-header .header-menu .menu-list > .menu-item.menu-item-has-children:hover > .sub-menu .menu-item:focus-within > .sub-menu, .site-header .header-menu .menu-list > .menu-item.menu-item-has-children:focus-within > .sub-menu .menu-item:hover > .sub-menu, .site-header .header-menu .menu-list > .menu-item.menu-item-has-children:focus-within > .sub-menu .menu-item:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
}
.site-header .header-menu .menu-list > .menu-item.menu-item-has-children > .sub-menu {
  position: absolute;
}
.site-header .header-menu .menu-list > .menu-item.menu-item-has-children > a::after {
  content: "keyboard_arrow_down";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-weight: inherit;
  display: inline-block;
  margin-left: 0.25em;
  vertical-align: middle;
  font-weight: 400;
}
.site-header .header-menu .menu-item {
  display: inline-block;
  margin-right: 2em;
  white-space: nowrap;
  position: relative;
}
.site-header .header-menu .menu-item:last-child {
  margin-right: 0;
}
.site-header .header-menu .menu-item.current-menu-item, .site-header .header-menu .menu-item.current-menu-ancestor {
  color: var(--lf-color-blue);
}
.site-header .header-menu .menu-item.current-menu-item > a, .site-header .header-menu .menu-item.current-menu-ancestor > a {
  color: var(--lf-color-blue);
}
.site-header .header-menu .menu-item.current-menu-item.appearance-header-button-fill::after, .site-header .header-menu .menu-item.current-menu-item.appearance-header-button-outline::after, .site-header .header-menu .menu-item.current-menu-ancestor.appearance-header-button-fill::after, .site-header .header-menu .menu-item.current-menu-ancestor.appearance-header-button-outline::after {
  content: "";
  display: none;
}
.site-header .header-menu .menu-item.current-menu-item::after, .site-header .header-menu .menu-item.current-menu-ancestor::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -0.45em;
  left: 0;
  height: 1px;
  background-color: currentColor;
}
.site-header .header-menu .menu-item a {
  text-decoration: none;
  color: inherit;
  display: block;
  position: relative;
}
.site-header .header-menu .menu-item a:hover, .site-header .header-menu .menu-item a:focus {
  color: var(--lf-color-blue);
}
.site-header .header-menu .sub-menu {
  display: block;
  top: 2rem;
  left: 0;
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  background-color: var(--lf-color-background);
}
.site-header .header-menu .sub-menu .menu-item {
  display: block;
  margin: 0;
  position: relative;
  background-color: var(--lf-color-background);
  color: var(--lf-color-text);
}
.site-header .header-menu .sub-menu .menu-item:first-child > a {
  border-top: 1px solid var(--lf-color-text-transparent);
}
.site-header .header-menu .sub-menu .menu-item:last-child > a {
  border-bottom: 1px solid var(--lf-color-text-transparent);
}
.site-header .header-menu .sub-menu .menu-item::after {
  content: "";
  display: block;
  height: 1px;
  width: auto;
  background-color: var(--lf-color-text-transparent);
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  margin: 0 auto;
  pointer-events: none;
}
.site-header .header-menu .sub-menu .menu-item:last-child::after {
  display: none;
}
.site-header .header-menu .sub-menu .menu-item.current-menu-item a, .site-header .header-menu .sub-menu .menu-item.current-menu-ancestor a {
  color: var(--lf-color-blue);
}
.site-header .header-menu .sub-menu .menu-item.current-menu-item a::after, .site-header .header-menu .sub-menu .menu-item.current-menu-ancestor a::after {
  content: "";
  display: none;
}
.site-header .header-menu .sub-menu .menu-item.menu-item-has-children.current-menu-item > a::after, .site-header .header-menu .sub-menu .menu-item.menu-item-has-children.current-menu-ancestor > a::after {
  content: "keyboard_arrow_right";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-weight: inherit;
  display: inline-block;
  margin-left: 0.25em;
  vertical-align: middle;
  font-weight: 400;
}
.site-header .header-menu .sub-menu .menu-item.menu-item-has-children:hover > .sub-menu, .site-header .header-menu .sub-menu .menu-item.menu-item-has-children:focus-within > .sub-menu {
  display: block;
  pointer-events: auto;
}
.site-header .header-menu .sub-menu .menu-item.menu-item-has-children:hover > a, .site-header .header-menu .sub-menu .menu-item.menu-item-has-children:focus-within > a {
  color: var(--lf-color-blue);
}
.site-header .header-menu .sub-menu .menu-item.menu-item-has-children .sub-menu {
  top: 0;
  padding-top: 0;
  left: 100%;
  position: absolute;
  margin-left: -1px;
}
.site-header .header-menu .sub-menu .menu-item.menu-item-has-children > a::after {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-weight: inherit;
  display: inline-block;
  margin-left: 0.25em;
  vertical-align: middle;
  font-weight: 400;
  content: "keyboard_arrow_right";
}
.site-header .header-menu .sub-menu .menu-item a {
  padding: 0.5rem 1rem;
  border-left: 1px solid var(--lf-color-text-transparent);
  border-right: 1px solid var(--lf-color-text-transparent);
}
.site-header .header-menu .sub-menu .menu-item a:hover, .site-header .header-menu .sub-menu .menu-item a:focus {
  background-color: var(--lf-color-accent-transparent);
}
.site-header .search-form-wrapper {
  display: inline-block;
  margin-left: 1.5rem;
  color: inherit;
}
@media (min-width: 576px) {
  .site-header .search-form-wrapper {
    margin-left: 2rem;
  }
}
@media (min-width: 992px) {
  .site-header .search-form-wrapper {
    margin-left: 2.5rem;
  }
}
.site-header .search-form-wrapper * {
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  font-size: 12px;
  line-height: 1em;
}
.site-header .search-form-wrapper .search-submit {
  line-height: 1em;
  display: none;
}
.site-header .search-form-wrapper label {
  color: inherit;
}
.site-header .search-form-wrapper .search-field {
  /*width:55px;*/
  width: 71px;
  padding: 0.5em;
  text-align: center;
  background-color: transparent;
  color: inherit;
  border-color: currentColor;
  opacity: 0.5;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.site-header .search-form-wrapper .search-field::-webkit-input-placeholder {
  color: inherit;
}
.site-header .search-form-wrapper .search-field::-moz-placeholder {
  color: inherit;
}
.site-header .search-form-wrapper .search-field:-ms-input-placeholder {
  color: inherit;
}
.site-header .search-form-wrapper .search-field:-moz-placeholder {
  color: inherit;
}
.site-header .search-form-wrapper .search-field:hover, .site-header .search-form-wrapper .search-field:focus {
  opacity: 1;
  color: var(--lf-color-blue);
}
.site-header .search-form-wrapper .search-field:focus {
  width: 200px;
  text-align: left;
  color: inherit;
  cursor: text;
  -webkit-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  -moz-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
}
.site-header .search-form-wrapper .search-field:focus::-webkit-input-placeholder {
  opacity: 0.35;
}
.site-header .search-form-wrapper .search-field:focus::-moz-placeholder {
  opacity: 0.35;
}
.site-header .search-form-wrapper .search-field:focus:-ms-input-placeholder {
  opacity: 0.35;
}
.site-header .search-form-wrapper .search-field:focus:-moz-placeholder {
  opacity: 0.35;
}

.skiplink {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
  font-weight: var(--lf-font-weight-links);
  display: inline-block;
  padding: 0.75em 1.5em;
  border: 1px solid;
  text-align: center;
  line-height: 1em;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 0;
  background-color: var(--lf-color-blue);
  border-color: var(--lf-color-blue);
  color: var(--lf-color-background);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  display: inline-block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 10;
}
.skiplink:where(.border-radius-enabled *) {
  border-radius: 0.5em;
}
.skiplink:hover:not([disabled]), .skiplink:focus:not([disabled]) {
  -webkit-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  -moz-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
}
.skiplink[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
.skiplink .button-text {
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
}
.skiplink:hover:not([disabled]), .skiplink:focus:not([disabled]) {
  background-color: transparent;
  border-color: currentColor;
  color: var(--lf-color-blue);
}
.skiplink:is(.has-text-color *) {
  color: var(--lf-color-background);
  background-color: var(--lf-color-text);
  border-color: var(--lf-color-text);
}
.skiplink:is(.has-text-color *):hover:not([disabled]), .skiplink:is(.has-text-color *):focus:not([disabled]) {
  color: var(--lf-color-text);
  background-color: transparent;
}
.skiplink:focus {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  background-color: var(--lf-color-blue);
  border-color: var(--lf-color-blue);
  color: var(--lf-color-background);
}

#site-footer {
  --lf-footer-color-background: #1c1c1c;
  --lf-footer-color-text: #fff;
  --lf-footer-color-link: var(--lf-color-accentLight);
  text-align: center;
}
@media (min-width: 768px) {
  #site-footer {
    text-align: left;
  }
}
#site-footer.logo-black .logo.black {
  display: block;
}
#site-footer.logo-black .logo.white {
  display: none;
}
#site-footer.logo-white .logo.black {
  display: none;
}
#site-footer.logo-white .logo.white {
  display: block;
}
#site-footer a {
  color: var(--lf-footer-color-link);
  border: none;
}
#site-footer a:hover, #site-footer a:focus {
  color: var(--lf-footer-color-text);
}
#site-footer .main-footer-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: var(--lf-footer-color-background);
  color: var(--lf-footer-color-text);
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  font-size: 14px;
}
@media (min-width: 576px) {
  #site-footer .main-footer-wrapper {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  #site-footer .main-footer-wrapper {
    padding-top: 2.5rem;
  }
}
@media (min-width: 576px) {
  #site-footer .main-footer-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  #site-footer .main-footer-wrapper {
    padding-bottom: 2.5rem;
  }
}
#site-footer .column-wrapper {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  #site-footer .column-wrapper {
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  #site-footer .column-wrapper {
    margin-top: 1.25rem;
  }
}
@media (min-width: 576px) {
  #site-footer .column-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  #site-footer .column-wrapper {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 992px) {
  #site-footer .column-wrapper.info-column:is(.has-maps-embed *) {
    margin-bottom: 0;
  }
}
#site-footer .logo-wrapper {
  margin-bottom: 1.125rem;
}
@media (min-width: 576px) {
  #site-footer .logo-wrapper {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  #site-footer .logo-wrapper {
    margin-bottom: 1.875rem;
  }
}
#site-footer .social-media-wrapper {
  margin-top: 1.125rem;
}
@media (min-width: 576px) {
  #site-footer .social-media-wrapper {
    margin-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  #site-footer .social-media-wrapper {
    margin-top: 1.875rem;
  }
}
#site-footer .logo img {
  width: 100px;
  max-height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 768px) {
  #site-footer .logo img {
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }
}
#site-footer .contact-info:empty {
  display: none;
}
#site-footer .contact-info .address {
  margin-bottom: 1rem;
}
#site-footer .contact-info .address p {
  margin: 0;
}
#site-footer .contact-info .address + .google-maps-link-wrapper {
  margin-top: -1rem;
  margin-bottom: 1rem;
}
#site-footer .contact-info .opening-hours {
  margin: 1rem auto;
  text-align: left;
}
@media (min-width: 768px) {
  #site-footer .contact-info .opening-hours {
    margin-left: 0;
    margin-right: 0;
  }
}
#site-footer .contact-info .opening-hours + .custom-content-wrapper {
  margin-top: 0;
}
#site-footer .contact-info .opening-hours .key {
  padding-right: 1.5rem;
  font-weight: var(--lf-font-weight-bold);
}
@media (min-width: 576px) {
  #site-footer .contact-info .opening-hours .key {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  #site-footer .contact-info .opening-hours .key {
    padding-right: 2.5rem;
  }
}
#site-footer .contact-info .opening-hours .value {
  text-align: right;
}
@media (min-width: 768px) {
  #site-footer .contact-info .opening-hours .value {
    text-align: left;
  }
}
#site-footer .contact-info .email,
#site-footer .contact-info .phone,
#site-footer .contact-info .google-maps-link-wrapper {
  margin-bottom: 0.25rem;
}
#site-footer .contact-info .email a::before,
#site-footer .contact-info .phone a::before,
#site-footer .contact-info .google-maps-link-wrapper a::before {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-weight: inherit;
  padding-right: 1rem;
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
}
#site-footer .contact-info .email a::before {
  content: "mail";
}
#site-footer .contact-info .phone a::before {
  content: "phone";
}
#site-footer .contact-info .google-maps-link-wrapper a::before {
  content: "location_on";
}
#site-footer .custom-content-wrapper {
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (min-width: 768px) {
  #site-footer .custom-content-wrapper {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  #site-footer .custom-content-wrapper {
    margin-bottom: 0;
  }
}
#site-footer .custom-content-wrapper .item {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
#site-footer .custom-content-wrapper .item:first-child {
  margin-top: 0;
}
#site-footer .custom-content-wrapper .item:last-child {
  margin-bottom: 0;
}
#site-footer .custom-content-wrapper .item.label-style-inline {
  display: table-row;
  margin-top: 0;
  margin-bottom: 0;
}
#site-footer .custom-content-wrapper .item.label-style-inline .label-wrapper,
#site-footer .custom-content-wrapper .item.label-style-inline .content-wrapper {
  display: table-cell;
}
#site-footer .custom-content-wrapper .item.label-style-inline .label-wrapper {
  padding-right: 1em;
  font-family: var(--lf-font-family-h5);
  font-weight: var(--lf-font-weight-h5);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: -0.02em;
  font-family: var(--lf-font-family-h6);
  font-weight: var(--lf-font-weight-h6);
  font-weight: var(--lf-font-weight-bold);
  text-decoration: none;
}
#site-footer .custom-content-wrapper .item.label-style-inline .label-wrapper:is(.has-blue-color *), #site-footer .custom-content-wrapper .item.label-style-inline .label-wrapper:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  #site-footer .custom-content-wrapper .item.label-style-inline .label-wrapper {
    font-size: 1.5rem;
    line-height: 1.6em;
  }
}
#site-footer .custom-content-wrapper .item.label-style-inline .content-wrapper {
  text-align: right;
}
@media (min-width: 768px) {
  #site-footer .custom-content-wrapper .item.label-style-inline .content-wrapper {
    text-align: left;
  }
}
#site-footer .custom-content-wrapper .item.label-style-above .label-wrapper {
  font-family: var(--lf-font-family-h5);
  font-weight: var(--lf-font-weight-h5);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: -0.02em;
  font-family: var(--lf-font-family-h6);
  font-weight: var(--lf-font-weight-h6);
  font-weight: var(--lf-font-weight-bold);
  text-decoration: none;
}
#site-footer .custom-content-wrapper .item.label-style-above .label-wrapper:is(.has-blue-color *), #site-footer .custom-content-wrapper .item.label-style-above .label-wrapper:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  #site-footer .custom-content-wrapper .item.label-style-above .label-wrapper {
    font-size: 1.5rem;
    line-height: 1.6em;
  }
}
#site-footer .custom-content-wrapper .item.label-style-heading .label-wrapper {
  font-family: var(--lf-font-family-h4);
  font-weight: var(--lf-font-weight-h4);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1.2rem;
  line-height: 1.5em;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
  font-family: var(--lf-font-family-h3);
  font-weight: var(--lf-font-weight-h3);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1.31rem;
  line-height: 1.4em;
  letter-spacing: -0.02em;
}
#site-footer .custom-content-wrapper .item.label-style-heading .label-wrapper:is(.has-blue-color *), #site-footer .custom-content-wrapper .item.label-style-heading .label-wrapper:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  #site-footer .custom-content-wrapper .item.label-style-heading .label-wrapper {
    font-size: 1.8rem;
    line-height: 1.4em;
  }
}
#site-footer .custom-content-wrapper .item.label-style-heading .label-wrapper:is(.has-blue-color *), #site-footer .custom-content-wrapper .item.label-style-heading .label-wrapper:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  #site-footer .custom-content-wrapper .item.label-style-heading .label-wrapper {
    font-size: 2.125rem;
    line-height: 1.4em;
  }
}
#site-footer .custom-content-wrapper .item .content-wrapper {
  font-family: var(--lf-font-family-h5);
  font-weight: var(--lf-font-weight-h5);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: -0.02em;
  font-family: var(--lf-font-family-h6);
  font-weight: var(--lf-font-weight-h6);
  text-decoration: none;
}
#site-footer .custom-content-wrapper .item .content-wrapper:is(.has-blue-color *), #site-footer .custom-content-wrapper .item .content-wrapper:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  #site-footer .custom-content-wrapper .item .content-wrapper {
    font-size: 1.5rem;
    line-height: 1.6em;
  }
}
#site-footer .footer-menu-column-wrapper {
  min-width: 50%;
}
@media (min-width: 992px) {
  #site-footer .footer-menu-column-wrapper:is(.has-maps-embed *) {
    margin-bottom: 2.25rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--lf-color-background-transparent);
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  #site-footer .footer-menu-column-wrapper:is(.has-maps-embed *) {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #site-footer .footer-menu-column-wrapper:is(.has-maps-embed *) {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  #site-footer .footer-menu-column-wrapper:is(.has-maps-embed *) {
    padding-bottom: 4rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #site-footer .footer-menu-column-wrapper:is(.has-maps-embed *) {
    padding-bottom: 5rem;
  }
}
#site-footer .footer-menu-column {
  margin-bottom: 3rem;
  min-width: 50%;
}
@media (min-width: 576px) {
  #site-footer .footer-menu-column {
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  #site-footer .footer-menu-column {
    margin-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  #site-footer .footer-menu-column {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  #site-footer .footer-menu-column {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  #site-footer .footer-menu-column {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  #site-footer .footer-menu-column {
    min-width: 180px;
  }
}
#site-footer .footer-menu-column:last-child {
  margin-bottom: 0;
}
#site-footer .menu-title {
  font-family: var(--lf-font-family-h4);
  font-weight: var(--lf-font-weight-h4);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1.2rem;
  line-height: 1.5em;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
#site-footer .menu-title:is(.has-blue-color *), #site-footer .menu-title:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  #site-footer .menu-title {
    font-size: 1.8rem;
    line-height: 1.4em;
  }
}
#site-footer .footer-menu a {
  border: none;
}
#site-footer .footer-menu .menu-item {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  #site-footer .footer-menu .menu-item {
    margin-bottom: 0.5em;
  }
}
#site-footer .footer-menu .menu-item:last-child {
  margin-bottom: 0;
}
#site-footer .footer-menu .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 1em;
}
@media (min-width: 768px) {
  #site-footer .footer-menu .sub-menu {
    margin-top: 0.5em;
  }
}
#site-footer .menu-item.appearance-footer-button-outline > a {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
  font-weight: var(--lf-font-weight-links);
  display: inline-block;
  padding: 0.75em 1.5em;
  border: 1px solid;
  text-align: center;
  line-height: 1em;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 0;
  background-color: transparent;
  border-color: currentColor;
  color: var(--lf-color-blue);
  color: var(--lf-footer-color-link);
}
#site-footer .menu-item.appearance-footer-button-outline > a:where(.border-radius-enabled *) {
  border-radius: 0.5em;
}
#site-footer .menu-item.appearance-footer-button-outline > a:hover:not([disabled]), #site-footer .menu-item.appearance-footer-button-outline > a:focus:not([disabled]) {
  -webkit-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  -moz-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
}
#site-footer .menu-item.appearance-footer-button-outline > a[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
#site-footer .menu-item.appearance-footer-button-outline > a .button-text {
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
}
#site-footer .menu-item.appearance-footer-button-outline > a:hover:not([disabled]), #site-footer .menu-item.appearance-footer-button-outline > a:focus:not([disabled]) {
  background-color: var(--lf-color-blue);
  border-color: var(--lf-color-blue);
  color: var(--lf-color-background);
}
#site-footer .menu-item.appearance-footer-button-outline > a:is(.has-text-color *) {
  color: var(--lf-color-text);
  background-color: transparent;
}
#site-footer .menu-item.appearance-footer-button-outline > a:is(.has-text-color *):hover:not([disabled]), #site-footer .menu-item.appearance-footer-button-outline > a:is(.has-text-color *):focus:not([disabled]) {
  border-color: var(--lf-color-text);
  background-color: var(--lf-color-text);
  color: var(--lf-color-background);
}
#site-footer .menu-item.appearance-footer-button-outline > a:hover, #site-footer .menu-item.appearance-footer-button-outline > a:focus {
  color: var(--lf-footer-color-background);
  border-color: var(--lf-footer-color-text);
  background-color: var(--lf-footer-color-text);
}
#site-footer .menu-item.appearance-footer-button-fill > a {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
  font-weight: var(--lf-font-weight-links);
  display: inline-block;
  padding: 0.75em 1.5em;
  border: 1px solid;
  text-align: center;
  line-height: 1em;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 0;
  background-color: var(--lf-color-blue);
  border-color: var(--lf-color-blue);
  color: var(--lf-color-background);
  background-color: var(--lf-footer-color-link);
  border-color: var(--lf-footer-color-link);
  color: var(--lf-footer-color-background);
}
#site-footer .menu-item.appearance-footer-button-fill > a:where(.border-radius-enabled *) {
  border-radius: 0.5em;
}
#site-footer .menu-item.appearance-footer-button-fill > a:hover:not([disabled]), #site-footer .menu-item.appearance-footer-button-fill > a:focus:not([disabled]) {
  -webkit-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  -moz-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
}
#site-footer .menu-item.appearance-footer-button-fill > a[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
#site-footer .menu-item.appearance-footer-button-fill > a .button-text {
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
}
#site-footer .menu-item.appearance-footer-button-fill > a:hover:not([disabled]), #site-footer .menu-item.appearance-footer-button-fill > a:focus:not([disabled]) {
  background-color: transparent;
  border-color: currentColor;
  color: var(--lf-color-blue);
}
#site-footer .menu-item.appearance-footer-button-fill > a:is(.has-text-color *) {
  color: var(--lf-color-background);
  background-color: var(--lf-color-text);
  border-color: var(--lf-color-text);
}
#site-footer .menu-item.appearance-footer-button-fill > a:is(.has-text-color *):hover:not([disabled]), #site-footer .menu-item.appearance-footer-button-fill > a:is(.has-text-color *):focus:not([disabled]) {
  color: var(--lf-color-text);
  background-color: transparent;
}
#site-footer .menu-item.appearance-footer-button-fill > a:hover, #site-footer .menu-item.appearance-footer-button-fill > a:focus {
  color: var(--lf-footer-color-text);
}
#site-footer .search-form-wrapper {
  border-top: 1px solid var(--lf-color-text-transparent);
  border-bottom: 1px solid var(--lf-color-text-transparent);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: var(--lf-color-text-transparent);
}
@media (min-width: 576px) {
  #site-footer .search-form-wrapper {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  #site-footer .search-form-wrapper {
    padding-top: 2.5rem;
  }
}
@media (min-width: 576px) {
  #site-footer .search-form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  #site-footer .search-form-wrapper {
    padding-bottom: 2.5rem;
  }
}
#site-footer .search-form-wrapper > .inner {
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  #site-footer .search-form-wrapper > .inner {
    max-width: 540px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
  }
}
@media (min-width: 768px) {
  #site-footer .search-form-wrapper > .inner {
    max-width: 720px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 720px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 720px) + .5*2rem);
  }
}
@media (min-width: 992px) {
  #site-footer .search-form-wrapper > .inner {
    max-width: 960px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 960px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 960px) + .5*2rem);
  }
}
@media (min-width: 1200px) {
  #site-footer .search-form-wrapper > .inner {
    max-width: 1140px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1140px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1140px) + .5*2rem);
  }
}
@media (min-width: 1400px) {
  #site-footer .search-form-wrapper > .inner {
    max-width: 1320px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1320px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1320px) + .5*2rem);
  }
}
#site-footer .search-form-wrapper * {
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  font-size: 14px;
}
#site-footer .search-form-wrapper .search-field {
  border: none;
}
#site-footer .search-form-wrapper .search-submit {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
  font-weight: var(--lf-font-weight-links);
  display: inline-block;
  padding: 0.75em 1.5em;
  border: 1px solid;
  text-align: center;
  line-height: 1em;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 0;
  background-color: var(--lf-color-blue);
  border-color: var(--lf-color-blue);
  color: var(--lf-color-background);
  line-height: 1em;
}
#site-footer .search-form-wrapper .search-submit:where(.border-radius-enabled *) {
  border-radius: 0.5em;
}
#site-footer .search-form-wrapper .search-submit:hover:not([disabled]), #site-footer .search-form-wrapper .search-submit:focus:not([disabled]) {
  -webkit-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  -moz-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
}
#site-footer .search-form-wrapper .search-submit[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
#site-footer .search-form-wrapper .search-submit .button-text {
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
}
#site-footer .search-form-wrapper .search-submit:hover:not([disabled]), #site-footer .search-form-wrapper .search-submit:focus:not([disabled]) {
  background-color: transparent;
  border-color: currentColor;
  color: var(--lf-color-blue);
}
#site-footer .search-form-wrapper .search-submit:is(.has-text-color *) {
  color: var(--lf-color-background);
  background-color: var(--lf-color-text);
  border-color: var(--lf-color-text);
}
#site-footer .search-form-wrapper .search-submit:is(.has-text-color *):hover:not([disabled]), #site-footer .search-form-wrapper .search-submit:is(.has-text-color *):focus:not([disabled]) {
  color: var(--lf-color-text);
  background-color: transparent;
}
#site-footer .google-maps-embed-wrapper {
  /*@include filter(grayscale(1) brightness(.73) contrast(1.5) invert(1));*/
  height: 300px;
}
@media (min-width: 992px) {
  #site-footer .google-maps-embed-wrapper {
    height: 100%;
  }
}
#site-footer .google-maps-embed-wrapper iframe {
  height: 100%;
}
#site-footer .bottom-footer-wrapper {
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  font-size: 12px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: var(--lf-footer-color-background);
  color: var(--lf-footer-color-text);
  text-align: center;
  padding-bottom: 1rem;
  padding-bottom: max(1rem, env(safe-area-inset-bottom));
  position: relative;
}
@media (min-width: 576px) {
  #site-footer .bottom-footer-wrapper {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  #site-footer .bottom-footer-wrapper {
    padding-top: 2.5rem;
  }
}
@media (min-width: 576px) {
  #site-footer .bottom-footer-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  #site-footer .bottom-footer-wrapper {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  #site-footer .bottom-footer-wrapper {
    text-align: left;
  }
}
@media (min-width: 992px) {
  #site-footer .bottom-footer-wrapper {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  #site-footer .bottom-footer-wrapper {
    padding-top: 1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #site-footer .bottom-footer-wrapper {
    padding-top: 1.25rem;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  #site-footer .bottom-footer-wrapper {
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #site-footer .bottom-footer-wrapper {
    padding-bottom: 1.25rem;
  }
}
#site-footer .bottom-footer-wrapper::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.1;
}
#site-footer .bottom-footer-wrapper > * {
  position: relative;
}
@media (min-width: 768px) {
  #site-footer .bottom-footer-wrapper .sub-menu,
  #site-footer .bottom-footer-wrapper .menu-item {
    display: inline;
    line-height: 250%;
    margin-right: 1.5rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  #site-footer .bottom-footer-wrapper .sub-menu,
  #site-footer .bottom-footer-wrapper .menu-item {
    margin-right: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  #site-footer .bottom-footer-wrapper .sub-menu,
  #site-footer .bottom-footer-wrapper .menu-item {
    margin-right: 2.5rem;
  }
}
@media (min-width: 768px) {
  #site-footer .bottom-footer-wrapper .sub-menu:last-child,
  #site-footer .bottom-footer-wrapper .menu-item:last-child {
    margin-right: 0rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  #site-footer .bottom-footer-wrapper .sub-menu:last-child,
  #site-footer .bottom-footer-wrapper .menu-item:last-child {
    margin-right: 0rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  #site-footer .bottom-footer-wrapper .sub-menu:last-child,
  #site-footer .bottom-footer-wrapper .menu-item:last-child {
    margin-right: 0rem;
  }
}
#site-footer .bottom-footer-wrapper .row + .row {
  margin-top: 1rem;
}
#site-footer .bottom-footer-wrapper .footer-credit {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 576px) {
  #site-footer .bottom-footer-wrapper .footer-credit {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  #site-footer .bottom-footer-wrapper .footer-credit {
    padding-left: 2.5rem;
  }
}
@media (min-width: 576px) {
  #site-footer .bottom-footer-wrapper .footer-credit {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  #site-footer .bottom-footer-wrapper .footer-credit {
    padding-right: 2.5rem;
  }
}
#site-footer .bottom-footer-wrapper .footer-credit a {
  border: none;
}
@media (min-width: 768px) {
  #site-footer .bottom-footer-wrapper .footer-credit {
    padding-left: 0rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  #site-footer .bottom-footer-wrapper .footer-credit {
    padding-left: 0rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  #site-footer .bottom-footer-wrapper .footer-credit {
    padding-left: 0rem;
  }
}

body.sidebar-opened {
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body.sidebar-opened::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}
body.sidebar-opened aside#sidebar {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  pointer-events: auto;
}
body.sidebar-opened .icon-button.menu-icon {
  opacity: 0;
  pointer-events: none;
}

aside#sidebar {
  background-color: var(--lf-color-background);
  height: 100%;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  z-index: 999999;
  overflow-y: scroll;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 992px) {
  aside#sidebar {
    /*display:none;*/
  }
}
aside#sidebar .logo-wrapper {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  aside#sidebar .logo-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  aside#sidebar .logo-wrapper {
    margin-bottom: 2.5rem;
  }
}
aside#sidebar .logo-link {
  text-decoration: none;
  font-family: var(--lf-font-family-menu-sidebar);
  font-weight: var(--lf-font-weight-menu-sidebar);
}
aside#sidebar .text-logo {
  font-family: var(--lf-font-family-h3);
  font-weight: var(--lf-font-weight-h3);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1.31rem;
  line-height: 1.4em;
  letter-spacing: -0.02em;
  font-family: var(--lf-font-family-menu-sidebar);
  font-weight: var(--lf-font-weight-menu-sidebar);
  text-decoration: none;
}
aside#sidebar .text-logo:is(.has-blue-color *), aside#sidebar .text-logo:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  aside#sidebar .text-logo {
    font-size: 2.125rem;
    line-height: 1.4em;
  }
}
aside#sidebar a {
  border: none;
  font-family: var(--lf-font-family-menu-sidebar);
  font-weight: var(--lf-font-weight-menu-sidebar);
}
aside#sidebar .close-button-row {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
aside#sidebar .close-icon-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 576px) {
  aside#sidebar .close-icon-wrapper {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  aside#sidebar .close-icon-wrapper {
    padding-top: 2.5rem;
  }
}
@media (min-width: 576px) {
  aside#sidebar .close-icon-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  aside#sidebar .close-icon-wrapper {
    padding-bottom: 2.5rem;
  }
}
aside#sidebar .container,
aside#sidebar .row {
  height: 100%;
}
aside#sidebar .menu-item.appearance-sidebar-button-outline a {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
  font-weight: var(--lf-font-weight-links);
  display: inline-block;
  padding: 0.75em 1.5em;
  border: 1px solid;
  text-align: center;
  line-height: 1em;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 0;
  background-color: transparent;
  border-color: currentColor;
  color: var(--lf-color-blue);
}
aside#sidebar .menu-item.appearance-sidebar-button-outline a:where(.border-radius-enabled *) {
  border-radius: 0.5em;
}
aside#sidebar .menu-item.appearance-sidebar-button-outline a:hover:not([disabled]), aside#sidebar .menu-item.appearance-sidebar-button-outline a:focus:not([disabled]) {
  -webkit-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  -moz-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
}
aside#sidebar .menu-item.appearance-sidebar-button-outline a[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
aside#sidebar .menu-item.appearance-sidebar-button-outline a .button-text {
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
}
aside#sidebar .menu-item.appearance-sidebar-button-outline a:hover:not([disabled]), aside#sidebar .menu-item.appearance-sidebar-button-outline a:focus:not([disabled]) {
  background-color: var(--lf-color-blue);
  border-color: var(--lf-color-blue);
  color: var(--lf-color-background);
}
aside#sidebar .menu-item.appearance-sidebar-button-outline a:is(.has-text-color *) {
  color: var(--lf-color-text);
  background-color: transparent;
}
aside#sidebar .menu-item.appearance-sidebar-button-outline a:is(.has-text-color *):hover:not([disabled]), aside#sidebar .menu-item.appearance-sidebar-button-outline a:is(.has-text-color *):focus:not([disabled]) {
  border-color: var(--lf-color-text);
  background-color: var(--lf-color-text);
  color: var(--lf-color-background);
}
aside#sidebar .menu-item.appearance-sidebar-button-fill a {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
  font-weight: var(--lf-font-weight-links);
  display: inline-block;
  padding: 0.75em 1.5em;
  border: 1px solid;
  text-align: center;
  line-height: 1em;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 0;
  background-color: var(--lf-color-green);
  border-color: var(--lf-color-green);
  color: #fff;
}
aside#sidebar .menu-item.appearance-sidebar-button-fill a:where(.border-radius-enabled *) {
  border-radius: 0.5em;
}
aside#sidebar .menu-item.appearance-sidebar-button-fill a:hover:not([disabled]), aside#sidebar .menu-item.appearance-sidebar-button-fill a:focus:not([disabled]) {
  -webkit-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  -moz-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
}
aside#sidebar .menu-item.appearance-sidebar-button-fill a[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
aside#sidebar .menu-item.appearance-sidebar-button-fill a .button-text {
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
}
aside#sidebar .menu-item.appearance-sidebar-button-fill a:hover:not([disabled]), aside#sidebar .menu-item.appearance-sidebar-button-fill a:focus:not([disabled]) {
  background-color: transparent;
  border-color: var(--lf-color-green);
  color: var(--lf-color-green);
}
aside#sidebar .menu-item.appearance-sidebar-button-fill a:is(.has-text-color *) {
  color: var(--lf-color-background);
  background-color: var(--lf-color-text);
  border-color: var(--lf-color-text);
}
aside#sidebar .menu-item.appearance-sidebar-button-fill a:is(.has-text-color *):hover:not([disabled]), aside#sidebar .menu-item.appearance-sidebar-button-fill a:is(.has-text-color *):focus:not([disabled]) {
  color: var(--lf-color-text);
  background-color: transparent;
}

.sidebar-content-wrapper {
  padding-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .sidebar-content-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .sidebar-content-wrapper {
    padding-bottom: 2.5rem;
  }
}
.sidebar-content-wrapper .social-media-wrapper {
  text-align: center;
}

.sidebar-menu {
  padding-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .sidebar-menu {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .sidebar-menu {
    padding-bottom: 2.5rem;
  }
}
.sidebar-menu .menu-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-menu .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 1rem;
}
.sidebar-menu .menu-item {
  margin-bottom: 1.5rem;
  text-align: center;
}
.sidebar-menu .menu-item:last-child {
  margin-bottom: 0;
}
.sidebar-menu .menu-item.current-menu-item a, .sidebar-menu .menu-item.current_page_parent a {
  color: var(--lf-color-blue);
  font-weight: var(--lf-font-weight-bold);
}
.sidebar-menu .menu-item a {
  font-family: var(--lf-font-family-h3);
  font-weight: var(--lf-font-weight-h3);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1.31rem;
  line-height: 1.4em;
  letter-spacing: -0.02em;
  text-decoration: none;
  color: inherit;
}
.sidebar-menu .menu-item a:is(.has-blue-color *), .sidebar-menu .menu-item a:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  .sidebar-menu .menu-item a {
    font-size: 2.125rem;
    line-height: 1.4em;
  }
}
.sidebar-menu .sub-menu .menu-item a {
  font-family: var(--lf-font-family-h6);
  font-weight: var(--lf-font-weight-h6);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: -0.02em;
}
.sidebar-menu .sub-menu .menu-item a:is(.has-blue-color *), .sidebar-menu .sub-menu .menu-item a:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  .sidebar-menu .sub-menu .menu-item a {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.sidebar-menu#sidebar-menu-2 .menu-item a, .sidebar-menu#sidebar-menu-3 .menu-item a {
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
}

.wp-block[data-type*="acf/"],
[class*=wp-block-acf-] {
  max-width: none;
}
.wp-block[data-type*="acf/"].is-selected,
[class*=wp-block-acf-].is-selected {
  background-color: var(--lf-color-background);
  border: 2px solid var(--lf-color-blue);
  /*padding:.5*$gutter;*/
  outline: none;
}
.wp-block[data-type*="acf/"] .acf-fields,
[class*=wp-block-acf-] .acf-fields {
  max-width: 1000px;
  margin: 0 auto;
}
.wp-block[data-type*="acf/"] .acf-block-preview a,
.wp-block[data-type*="acf/"] .acf-block-preview button,
.wp-block[data-type*="acf/"] .acf-block-preview select,
.wp-block[data-type*="acf/"] .acf-block-preview input,
.wp-block[data-type*="acf/"] .acf-block-preview textarea,
[class*=wp-block-acf-] .acf-block-preview a,
[class*=wp-block-acf-] .acf-block-preview button,
[class*=wp-block-acf-] .acf-block-preview select,
[class*=wp-block-acf-] .acf-block-preview input,
[class*=wp-block-acf-] .acf-block-preview textarea {
  pointer-events: none;
}

main#main > *.alignwide, main#main > *[data-align=wide],
div[class*=wp-block].alignwide,
div[class*=wp-block][data-align=wide],
html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block.alignwide,
html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block[data-align=wide] {
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  main#main > *.alignwide, main#main > *[data-align=wide],
  div[class*=wp-block].alignwide,
  div[class*=wp-block][data-align=wide],
  html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block.alignwide,
  html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block[data-align=wide] {
    max-width: 540px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
  }
}
@media (min-width: 768px) {
  main#main > *.alignwide, main#main > *[data-align=wide],
  div[class*=wp-block].alignwide,
  div[class*=wp-block][data-align=wide],
  html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block.alignwide,
  html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block[data-align=wide] {
    max-width: 720px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 720px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 720px) + .5*2rem);
  }
}
@media (min-width: 992px) {
  main#main > *.alignwide, main#main > *[data-align=wide],
  div[class*=wp-block].alignwide,
  div[class*=wp-block][data-align=wide],
  html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block.alignwide,
  html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block[data-align=wide] {
    max-width: 960px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 960px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 960px) + .5*2rem);
  }
}
@media (min-width: 1200px) {
  main#main > *.alignwide, main#main > *[data-align=wide],
  div[class*=wp-block].alignwide,
  div[class*=wp-block][data-align=wide],
  html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block.alignwide,
  html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block[data-align=wide] {
    max-width: 1140px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 1140px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 1140px) + .5*2rem);
  }
}
@media (min-width: 1400px) {
  main#main > *.alignwide, main#main > *[data-align=wide],
  div[class*=wp-block].alignwide,
  div[class*=wp-block][data-align=wide],
  html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block.alignwide,
  html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block[data-align=wide] {
    max-width: 1320px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 1320px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 1320px) + .5*2rem);
  }
}
main#main > *.alignfull, main#main > *[data-align=full],
div[class*=wp-block].alignfull,
div[class*=wp-block][data-align=full],
html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block.alignfull,
html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block[data-align=full] {
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  main#main > *.alignfull, main#main > *[data-align=full],
  div[class*=wp-block].alignfull,
  div[class*=wp-block][data-align=full],
  html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block.alignfull,
  html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block[data-align=full] {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  main#main > *.alignfull, main#main > *[data-align=full],
  div[class*=wp-block].alignfull,
  div[class*=wp-block][data-align=full],
  html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block.alignfull,
  html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block[data-align=full] {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  main#main > *.alignfull, main#main > *[data-align=full],
  div[class*=wp-block].alignfull,
  div[class*=wp-block][data-align=full],
  html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block.alignfull,
  html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block[data-align=full] {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  main#main > *.alignfull, main#main > *[data-align=full],
  div[class*=wp-block].alignfull,
  div[class*=wp-block][data-align=full],
  html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block.alignfull,
  html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block[data-align=full] {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  main#main > *.alignfull, main#main > *[data-align=full],
  div[class*=wp-block].alignfull,
  div[class*=wp-block][data-align=full],
  html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block.alignfull,
  html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block[data-align=full] {
    max-width: 1320px;
  }
}
main#main > *.alignfull.lavendr-block, main#main > *[data-align=full].lavendr-block,
div[class*=wp-block].alignfull.lavendr-block,
div[class*=wp-block][data-align=full].lavendr-block,
html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block.alignfull.lavendr-block,
html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block[data-align=full].lavendr-block {
  padding-left: 0;
  padding-right: 0;
}
main#main > *.alignleft, main#main > *[data-align=left],
div[class*=wp-block].alignleft,
div[class*=wp-block][data-align=left],
html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block.alignleft,
html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block[data-align=left] {
  margin-left: 0;
  margin-right: auto;
}
main#main > *.alignright, main#main > *[data-align=right],
div[class*=wp-block].alignright,
div[class*=wp-block][data-align=right],
html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block.alignright,
html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block[data-align=right] {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
main#main > *.alignright > *, main#main > *[data-align=right] > *,
div[class*=wp-block].alignright > *,
div[class*=wp-block][data-align=right] > *,
html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block.alignright > *,
html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block[data-align=right] > * {
  text-align: left;
}

main#main > *.wp-block-image:not(.alignfull):not(.alignwide), main#main > *.wp-block-gallery:not(.alignfull):not(.alignwide), main#main > *.wp-block-post-title:not(.alignfull):not(.alignwide), main#main > *.wp-block-post-excerpt:not(.alignfull):not(.alignwide), main#main > *.wp-block-comments:not(.alignfull):not(.alignwide), main#main > *.wp-block-post-comments-form:not(.alignfull):not(.alignwide), main#main > *.wp-block-embed:not(.alignfull):not(.alignwide), main#main > *.wp-block-button:not(.alignfull):not(.alignwide), main#main > *.wp-block-columns:not(.alignfull):not(.alignwide), main#main > *:is(ul):not(.alignfull):not(.alignwide), main#main > *:is(ol):not(.alignfull):not(.alignwide), main#main > *:is(dl):not(.alignfull):not(.alignwide) {
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  main#main > *.wp-block-image:not(.alignfull):not(.alignwide), main#main > *.wp-block-gallery:not(.alignfull):not(.alignwide), main#main > *.wp-block-post-title:not(.alignfull):not(.alignwide), main#main > *.wp-block-post-excerpt:not(.alignfull):not(.alignwide), main#main > *.wp-block-comments:not(.alignfull):not(.alignwide), main#main > *.wp-block-post-comments-form:not(.alignfull):not(.alignwide), main#main > *.wp-block-embed:not(.alignfull):not(.alignwide), main#main > *.wp-block-button:not(.alignfull):not(.alignwide), main#main > *.wp-block-columns:not(.alignfull):not(.alignwide), main#main > *:is(ul):not(.alignfull):not(.alignwide), main#main > *:is(ol):not(.alignfull):not(.alignwide), main#main > *:is(dl):not(.alignfull):not(.alignwide) {
    max-width: 540px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
  }
}
@media (min-width: 768px) {
  main#main > *.wp-block-image:not(.alignfull):not(.alignwide), main#main > *.wp-block-gallery:not(.alignfull):not(.alignwide), main#main > *.wp-block-post-title:not(.alignfull):not(.alignwide), main#main > *.wp-block-post-excerpt:not(.alignfull):not(.alignwide), main#main > *.wp-block-comments:not(.alignfull):not(.alignwide), main#main > *.wp-block-post-comments-form:not(.alignfull):not(.alignwide), main#main > *.wp-block-embed:not(.alignfull):not(.alignwide), main#main > *.wp-block-button:not(.alignfull):not(.alignwide), main#main > *.wp-block-columns:not(.alignfull):not(.alignwide), main#main > *:is(ul):not(.alignfull):not(.alignwide), main#main > *:is(ol):not(.alignfull):not(.alignwide), main#main > *:is(dl):not(.alignfull):not(.alignwide) {
    max-width: 720px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 720px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 720px) + .5*2rem);
  }
}
@media (min-width: 992px) {
  main#main > *.wp-block-image:not(.alignfull):not(.alignwide), main#main > *.wp-block-gallery:not(.alignfull):not(.alignwide), main#main > *.wp-block-post-title:not(.alignfull):not(.alignwide), main#main > *.wp-block-post-excerpt:not(.alignfull):not(.alignwide), main#main > *.wp-block-comments:not(.alignfull):not(.alignwide), main#main > *.wp-block-post-comments-form:not(.alignfull):not(.alignwide), main#main > *.wp-block-embed:not(.alignfull):not(.alignwide), main#main > *.wp-block-button:not(.alignfull):not(.alignwide), main#main > *.wp-block-columns:not(.alignfull):not(.alignwide), main#main > *:is(ul):not(.alignfull):not(.alignwide), main#main > *:is(ol):not(.alignfull):not(.alignwide), main#main > *:is(dl):not(.alignfull):not(.alignwide) {
    max-width: 960px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 960px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 960px) + .5*2rem);
  }
}
@media (min-width: 1200px) {
  main#main > *.wp-block-image:not(.alignfull):not(.alignwide), main#main > *.wp-block-gallery:not(.alignfull):not(.alignwide), main#main > *.wp-block-post-title:not(.alignfull):not(.alignwide), main#main > *.wp-block-post-excerpt:not(.alignfull):not(.alignwide), main#main > *.wp-block-comments:not(.alignfull):not(.alignwide), main#main > *.wp-block-post-comments-form:not(.alignfull):not(.alignwide), main#main > *.wp-block-embed:not(.alignfull):not(.alignwide), main#main > *.wp-block-button:not(.alignfull):not(.alignwide), main#main > *.wp-block-columns:not(.alignfull):not(.alignwide), main#main > *:is(ul):not(.alignfull):not(.alignwide), main#main > *:is(ol):not(.alignfull):not(.alignwide), main#main > *:is(dl):not(.alignfull):not(.alignwide) {
    max-width: 1140px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1140px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1140px) + .5*2rem);
  }
}
@media (min-width: 1400px) {
  main#main > *.wp-block-image:not(.alignfull):not(.alignwide), main#main > *.wp-block-gallery:not(.alignfull):not(.alignwide), main#main > *.wp-block-post-title:not(.alignfull):not(.alignwide), main#main > *.wp-block-post-excerpt:not(.alignfull):not(.alignwide), main#main > *.wp-block-comments:not(.alignfull):not(.alignwide), main#main > *.wp-block-post-comments-form:not(.alignfull):not(.alignwide), main#main > *.wp-block-embed:not(.alignfull):not(.alignwide), main#main > *.wp-block-button:not(.alignfull):not(.alignwide), main#main > *.wp-block-columns:not(.alignfull):not(.alignwide), main#main > *:is(ul):not(.alignfull):not(.alignwide), main#main > *:is(ol):not(.alignfull):not(.alignwide), main#main > *:is(dl):not(.alignfull):not(.alignwide) {
    max-width: 1320px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1320px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1320px) + .5*2rem);
  }
}
@media (min-width: 768px) {
  main#main > *.wp-block-image:not(.alignfull):not(.alignwide).alignleft, main#main > *.wp-block-gallery:not(.alignfull):not(.alignwide).alignleft, main#main > *.wp-block-post-title:not(.alignfull):not(.alignwide).alignleft, main#main > *.wp-block-post-excerpt:not(.alignfull):not(.alignwide).alignleft, main#main > *.wp-block-comments:not(.alignfull):not(.alignwide).alignleft, main#main > *.wp-block-post-comments-form:not(.alignfull):not(.alignwide).alignleft, main#main > *.wp-block-embed:not(.alignfull):not(.alignwide).alignleft, main#main > *.wp-block-button:not(.alignfull):not(.alignwide).alignleft, main#main > *.wp-block-columns:not(.alignfull):not(.alignwide).alignleft, main#main > *:is(ul):not(.alignfull):not(.alignwide).alignleft, main#main > *:is(ol):not(.alignfull):not(.alignwide).alignleft, main#main > *:is(dl):not(.alignfull):not(.alignwide).alignleft {
    padding-right: 0;
    float: left;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  main#main > *.wp-block-image:not(.alignfull):not(.alignwide).alignright, main#main > *.wp-block-gallery:not(.alignfull):not(.alignwide).alignright, main#main > *.wp-block-post-title:not(.alignfull):not(.alignwide).alignright, main#main > *.wp-block-post-excerpt:not(.alignfull):not(.alignwide).alignright, main#main > *.wp-block-comments:not(.alignfull):not(.alignwide).alignright, main#main > *.wp-block-post-comments-form:not(.alignfull):not(.alignwide).alignright, main#main > *.wp-block-embed:not(.alignfull):not(.alignwide).alignright, main#main > *.wp-block-button:not(.alignfull):not(.alignwide).alignright, main#main > *.wp-block-columns:not(.alignfull):not(.alignwide).alignright, main#main > *:is(ul):not(.alignfull):not(.alignwide).alignright, main#main > *:is(ol):not(.alignfull):not(.alignwide).alignright, main#main > *:is(dl):not(.alignfull):not(.alignwide).alignright {
    padding-left: 0;
    float: right;
    max-width: 50%;
  }
}
main#main > *:is(ul), main#main > *:is(ol), main#main > *:is(dl) {
  padding-left: 2rem;
}
main#main > *:is(ul):not(.alignfull):not(.alignwide), main#main > *:is(ol):not(.alignfull):not(.alignwide), main#main > *:is(dl):not(.alignfull):not(.alignwide) {
  padding-left: 2rem;
}
main#main > *.wp-block-cover, main#main > *.wp-block-cover-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
main#main > *.wp-block-columns .container > .row > *, main#main > *.wp-block-column .container > .row > * {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  width: 100%;
}

[class*=wp-block-].has-background {
  padding: 1rem;
}
@media (min-width: 768px) {
  [class*=wp-block-].has-background {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  [class*=wp-block-].has-background {
    padding-left: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  [class*=wp-block-].has-background {
    padding-left: 2.5rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  [class*=wp-block-].has-background {
    padding-right: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  [class*=wp-block-].has-background {
    padding-right: 2.5rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  [class*=wp-block-].has-background {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  [class*=wp-block-].has-background {
    padding-top: 2.5rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  [class*=wp-block-].has-background {
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  [class*=wp-block-].has-background {
    padding-bottom: 2.5rem;
  }
}
[class*=wp-block-] figure a {
  border: none;
}
[class*=wp-block-] figcaption {
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  font-size: 12px;
  color: var(--lf-color-blue);
}

.wp-block-yoast-faq-block:is(.wp-block *) .schema-faq-section {
  margin-bottom: 1rem;
}
.wp-block-yoast-faq-block:is(.wp-block *) .schema-faq-question {
  margin-bottom: 1rem;
}
.wp-block-yoast-faq-block:is(.wp-block *) .schema-faq-question::before {
  display: none;
}
.wp-block-yoast-faq-block:is(.wp-block *) .schema-faq-answer {
  opacity: 1;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  pointer-events: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.wp-block-yoast-faq-block .schema-faq-section.opened {
  margin-bottom: 0;
}
.wp-block-yoast-faq-block .schema-faq-section.opened .schema-faq-question {
  margin-bottom: 0;
}
.wp-block-yoast-faq-block .schema-faq-section.opened .schema-faq-question::after {
  content: "remove";
}
.wp-block-yoast-faq-block .schema-faq-section.opened .schema-faq-answer {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  height: auto;
  pointer-events: auto;
}
.wp-block-yoast-faq-block .schema-faq-section {
  margin-bottom: -2rem;
}
.wp-block-yoast-faq-block .schema-faq-question {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  font-family: var(--lf-font-family-h6);
  font-weight: var(--lf-font-weight-h6);
  color: var(--lf-color-blue);
  position: relative;
  padding-left: 1.5rem;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.wp-block-yoast-faq-block .schema-faq-question:hover {
  color: inherit;
}
.wp-block-yoast-faq-block .schema-faq-question::after {
  content: "add";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-weight: inherit;
  display: inline-block;
  line-height: 0;
  font-size: 1em;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.wp-block-yoast-faq-block .schema-faq-answer {
  margin-left: 1.5rem;
  -webkit-transform: translateY(-1em);
  -moz-transform: translateY(-1em);
  -ms-transform: translateY(-1em);
  -o-transform: translateY(-1em);
  transform: translateY(-1em);
  opacity: 0;
  height: 0;
  pointer-events: none;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.wp-block-categories {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: -1rem;
  /*@include font-small;*/
}
.wp-block-categories .cat-item {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.wp-block-categories .cat-item:last-child {
  margin-right: 0;
}
.wp-block-categories .cat-item a {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
  font-weight: var(--lf-font-weight-links);
  display: inline-block;
  padding: 0.75em 1.5em;
  border: 1px solid;
  text-align: center;
  line-height: 1em;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 0;
  background-color: var(--lf-color-blue);
  border-color: var(--lf-color-blue);
  color: var(--lf-color-background);
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  font-size: 12px;
  font-weight: var(--lf-font-weight-bold);
  padding: 0 0.5rem;
  border-radius: 999em;
}
.wp-block-categories .cat-item a:where(.border-radius-enabled *) {
  border-radius: 0.5em;
}
.wp-block-categories .cat-item a:hover:not([disabled]), .wp-block-categories .cat-item a:focus:not([disabled]) {
  -webkit-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  -moz-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
}
.wp-block-categories .cat-item a[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
.wp-block-categories .cat-item a .button-text {
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
}
.wp-block-categories .cat-item a:hover:not([disabled]), .wp-block-categories .cat-item a:focus:not([disabled]) {
  background-color: transparent;
  border-color: currentColor;
  color: var(--lf-color-blue);
}
.wp-block-categories .cat-item a:is(.has-text-color *) {
  color: var(--lf-color-background);
  background-color: var(--lf-color-text);
  border-color: var(--lf-color-text);
}
.wp-block-categories .cat-item a:is(.has-text-color *):hover:not([disabled]), .wp-block-categories .cat-item a:is(.has-text-color *):focus:not([disabled]) {
  color: var(--lf-color-text);
  background-color: transparent;
}
.wp-block-categories .cat-item a::before {
  display: none;
}
.wp-block-categories .cat-item a .button-text::after {
  display: none;
}

[data-type="core/paragraph"] {
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
}

[data-type="core/quote"].wp-block-quote,
[data-type="core/quote"] .wp-block-quote,
[data-type="core/pullquote"].wp-block-quote,
[data-type="core/pullquote"] .wp-block-quote {
  padding: 0;
  margin: 0;
}
[data-type="core/quote"].wp-block-quote.is-large, [data-type="core/quote"].wp-block-quote.is-style-large,
[data-type="core/quote"] .wp-block-quote.is-large,
[data-type="core/quote"] .wp-block-quote.is-style-large,
[data-type="core/pullquote"].wp-block-quote.is-large,
[data-type="core/pullquote"].wp-block-quote.is-style-large,
[data-type="core/pullquote"] .wp-block-quote.is-large,
[data-type="core/pullquote"] .wp-block-quote.is-style-large {
  padding: 0;
  margin: 0;
}
[data-type="core/quote"].wp-block-quote [data-type="core/paragraph"] .row > *,
[data-type="core/quote"] .wp-block-quote [data-type="core/paragraph"] .row > *,
[data-type="core/pullquote"].wp-block-quote [data-type="core/paragraph"] .row > *,
[data-type="core/pullquote"] .wp-block-quote [data-type="core/paragraph"] .row > * {
  max-width: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
[data-type="core/quote"] blockquote p,
[data-type="core/quote"] blockquote.wp-block-quote p,
[data-type="core/quote"] blockquote.wp-block-quote.is-large p,
[data-type="core/quote"] blockquote.wp-block-quote.is-style-large p, [data-type="core/quote"]:is(blockquote) p,
[data-type="core/pullquote"] blockquote p,
[data-type="core/pullquote"] blockquote.wp-block-quote p,
[data-type="core/pullquote"] blockquote.wp-block-quote.is-large p,
[data-type="core/pullquote"] blockquote.wp-block-quote.is-style-large p,
[data-type="core/pullquote"]:is(blockquote) p {
  font-family: var(--lf-font-family-h2);
  font-weight: var(--lf-font-weight-h2);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1.7rem;
  line-height: 1.4em;
  letter-spacing: -0.02em;
  font-weight: var(--lf-font-weight-normal);
}
[data-type="core/quote"] blockquote p:is(.has-blue-color *), [data-type="core/quote"] blockquote p:is(.has-blue-background-color *),
[data-type="core/quote"] blockquote.wp-block-quote p:is(.has-blue-color *),
[data-type="core/quote"] blockquote.wp-block-quote p:is(.has-blue-background-color *),
[data-type="core/quote"] blockquote.wp-block-quote.is-large p:is(.has-blue-color *),
[data-type="core/quote"] blockquote.wp-block-quote.is-large p:is(.has-blue-background-color *),
[data-type="core/quote"] blockquote.wp-block-quote.is-style-large p:is(.has-blue-color *),
[data-type="core/quote"] blockquote.wp-block-quote.is-style-large p:is(.has-blue-background-color *), [data-type="core/quote"]:is(blockquote) p:is(.has-blue-color *), [data-type="core/quote"]:is(blockquote) p:is(.has-blue-background-color *),
[data-type="core/pullquote"] blockquote p:is(.has-blue-color *),
[data-type="core/pullquote"] blockquote p:is(.has-blue-background-color *),
[data-type="core/pullquote"] blockquote.wp-block-quote p:is(.has-blue-color *),
[data-type="core/pullquote"] blockquote.wp-block-quote p:is(.has-blue-background-color *),
[data-type="core/pullquote"] blockquote.wp-block-quote.is-large p:is(.has-blue-color *),
[data-type="core/pullquote"] blockquote.wp-block-quote.is-large p:is(.has-blue-background-color *),
[data-type="core/pullquote"] blockquote.wp-block-quote.is-style-large p:is(.has-blue-color *),
[data-type="core/pullquote"] blockquote.wp-block-quote.is-style-large p:is(.has-blue-background-color *),
[data-type="core/pullquote"]:is(blockquote) p:is(.has-blue-color *),
[data-type="core/pullquote"]:is(blockquote) p:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  [data-type="core/quote"] blockquote p,
  [data-type="core/quote"] blockquote.wp-block-quote p,
  [data-type="core/quote"] blockquote.wp-block-quote.is-large p,
  [data-type="core/quote"] blockquote.wp-block-quote.is-style-large p, [data-type="core/quote"]:is(blockquote) p,
  [data-type="core/pullquote"] blockquote p,
  [data-type="core/pullquote"] blockquote.wp-block-quote p,
  [data-type="core/pullquote"] blockquote.wp-block-quote.is-large p,
  [data-type="core/pullquote"] blockquote.wp-block-quote.is-style-large p,
  [data-type="core/pullquote"]:is(blockquote) p {
    font-size: 2.5rem;
    line-height: 1.4em;
  }
}
[data-type="core/quote"] blockquote p:first-child,
[data-type="core/quote"] blockquote.wp-block-quote p:first-child,
[data-type="core/quote"] blockquote.wp-block-quote.is-large p:first-child,
[data-type="core/quote"] blockquote.wp-block-quote.is-style-large p:first-child, [data-type="core/quote"]:is(blockquote) p:first-child,
[data-type="core/pullquote"] blockquote p:first-child,
[data-type="core/pullquote"] blockquote.wp-block-quote p:first-child,
[data-type="core/pullquote"] blockquote.wp-block-quote.is-large p:first-child,
[data-type="core/pullquote"] blockquote.wp-block-quote.is-style-large p:first-child,
[data-type="core/pullquote"]:is(blockquote) p:first-child {
  padding-top: 1em;
}
[data-type="core/quote"] blockquote cite,
[data-type="core/quote"] blockquote.wp-block-quote cite,
[data-type="core/quote"] blockquote.wp-block-quote.is-large cite,
[data-type="core/quote"] blockquote.wp-block-quote.is-style-large cite, [data-type="core/quote"]:is(blockquote) cite,
[data-type="core/pullquote"] blockquote cite,
[data-type="core/pullquote"] blockquote.wp-block-quote cite,
[data-type="core/pullquote"] blockquote.wp-block-quote.is-large cite,
[data-type="core/pullquote"] blockquote.wp-block-quote.is-style-large cite,
[data-type="core/pullquote"]:is(blockquote) cite {
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  font-weight: var(--lf-font-weight-normal);
  font-style: italic;
  color: var(--lf-color-text-alt);
  margin-top: 1rem;
  text-align: right;
  display: block;
}
[data-type="core/quote"] blockquote cite::before,
[data-type="core/quote"] blockquote.wp-block-quote cite::before,
[data-type="core/quote"] blockquote.wp-block-quote.is-large cite::before,
[data-type="core/quote"] blockquote.wp-block-quote.is-style-large cite::before, [data-type="core/quote"]:is(blockquote) cite::before,
[data-type="core/pullquote"] blockquote cite::before,
[data-type="core/pullquote"] blockquote.wp-block-quote cite::before,
[data-type="core/pullquote"] blockquote.wp-block-quote.is-large cite::before,
[data-type="core/pullquote"] blockquote.wp-block-quote.is-style-large cite::before,
[data-type="core/pullquote"]:is(blockquote) cite::before {
  content: "— ";
  display: inline;
}
[data-type="core/quote"] blockquote cite br,
[data-type="core/quote"] blockquote.wp-block-quote cite br,
[data-type="core/quote"] blockquote.wp-block-quote.is-large cite br,
[data-type="core/quote"] blockquote.wp-block-quote.is-style-large cite br, [data-type="core/quote"]:is(blockquote) cite br,
[data-type="core/pullquote"] blockquote cite br,
[data-type="core/pullquote"] blockquote.wp-block-quote cite br,
[data-type="core/pullquote"] blockquote.wp-block-quote.is-large cite br,
[data-type="core/pullquote"] blockquote.wp-block-quote.is-style-large cite br,
[data-type="core/pullquote"]:is(blockquote) cite br {
  display: none;
}

[data-type="core/list"]:is(ul *) .row,
[data-type="core/list"]:is(ul *) .row > *, [data-type="core/list"]:is(ol *) .row,
[data-type="core/list"]:is(ol *) .row > * {
  width: 100%;
  max-width: 100%;
}

.lftp {
  clear: both;
}
@media (min-width: 992px) {
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper:not(.media-wrapper + *)::before, .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper:not(.media-wrapper + *)::after,
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper :is(.cta *)::before,
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper :is(.cta *)::after {
    content: "";
    display: block;
    clear: both;
    opacity: 0;
  }
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper:not(.media-wrapper + *) .heading,
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper :is(.cta *) .heading {
    float: left;
    text-align: left;
    width: 50%;
    margin-top: 0;
  }
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper:not(.media-wrapper + *) .heading + .buttons-wrapper,
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper :is(.cta *) .heading + .buttons-wrapper {
    margin-left: 0%;
    float: none;
    padding-left: 0;
  }
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper:not(.media-wrapper + *) .heading + .buttons-wrapper .button,
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper :is(.cta *) .heading + .buttons-wrapper .button {
    margin-top: 1rem;
  }
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper:not(.media-wrapper + *) .paragraph,
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper:not(.media-wrapper + *) .buttons-wrapper,
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper :is(.cta *) .paragraph,
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper :is(.cta *) .buttons-wrapper {
    float: right;
    width: 50%;
    max-width: var(--lf-max-width-paragraphs);
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper:not(.media-wrapper + *) .paragraph,
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper:not(.media-wrapper + *) .buttons-wrapper,
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper :is(.cta *) .paragraph,
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper :is(.cta *) .buttons-wrapper {
    padding-left: 6rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper:not(.media-wrapper + *) .paragraph,
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper:not(.media-wrapper + *) .buttons-wrapper,
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper :is(.cta *) .paragraph,
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper :is(.cta *) .buttons-wrapper {
    padding-left: 7.5rem;
  }
}
@media (min-width: 992px) {
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper:not(.media-wrapper + *) .paragraph:is(.grid-item *),
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper:not(.media-wrapper + *) .buttons-wrapper:is(.grid-item *),
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper :is(.cta *) .paragraph:is(.grid-item *),
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper :is(.cta *) .buttons-wrapper:is(.grid-item *) {
    float: none;
    width: 100%;
    max-width: var(--lf-max-width-paragraphs);
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper:not(.media-wrapper + *) .buttons-wrapper,
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper :is(.cta *) .buttons-wrapper {
    margin-left: 50%;
  }
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper:not(.media-wrapper + *) .buttons-wrapper:is(.hero-banner *),
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper :is(.cta *) .buttons-wrapper:is(.hero-banner *) {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper:not(.media-wrapper + *) .paragraph,
  .lftp:is(.break-text-blocks *):not(.alignment-center) .text-wrapper :is(.cta *) .paragraph {
    margin-top: 0;
  }
}
.lftp.text-references .text-wrapper .paragraph, .lftp.image-text .text-wrapper .paragraph, .lftp.form .text-wrapper .paragraph, .lftp.accordion .text-wrapper .paragraph, .lftp.icon-list .text-wrapper .paragraph {
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
}
.lftp .subheading {
  font-family: var(--lf-font-family-h3);
  font-weight: var(--lf-font-weight-h3);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1.31rem;
  line-height: 1.4em;
  letter-spacing: -0.02em;
  font-family: var(--lf-font-family-subheadings);
  font-weight: var(--lf-font-weight-subheadings);
  font-weight: 500;
  text-decoration: none;
  color: var(--lf-color-blue);
}
.lftp .subheading:is(.has-blue-color *), .lftp .subheading:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  .lftp .subheading {
    font-size: 2.125rem;
    line-height: 1.4em;
  }
}
.lftp .subheading:is(.has-blue-background-color *) {
  color: var(--lf-color-green);
}
.lftp .subheading + .heading {
  margin-top: 0;
}
.lftp .heading {
  font-family: var(--lf-font-family-h2);
  font-weight: var(--lf-font-weight-h2);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1.7rem;
  line-height: 1.4em;
  letter-spacing: -0.02em;
}
.lftp .heading:is(.has-blue-color *), .lftp .heading:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  .lftp .heading {
    font-size: 2.5rem;
    line-height: 1.4em;
  }
}
.lftp .heading:is(h1) {
  font-family: var(--lf-font-family-h1);
  font-weight: var(--lf-font-weight-h1);
  text-decoration: underline var(--lf-color-blue);
  font-size: 2.5rem;
  line-height: 1.25em;
  letter-spacing: -0.03em;
}
.lftp .heading:is(h1):is(.has-blue-color *), .lftp .heading:is(h1):is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 576px) {
  .lftp .heading:is(h1) {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .lftp .heading:is(h1) {
    font-size: 8.3rem;
    line-height: 1.25em;
  }
}
.lftp .text-wrapper .paragraph {
  font-family: var(--lf-font-family-h5);
  font-weight: var(--lf-font-weight-h5);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: -0.02em;
  text-decoration: none;
  font-family: var(--lf-font-family-h6);
  font-weight: var(--lf-font-weight-h6);
}
.lftp .text-wrapper .paragraph:is(.has-blue-color *), .lftp .text-wrapper .paragraph:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  .lftp .text-wrapper .paragraph {
    font-size: 1.5rem;
    line-height: 1.6em;
  }
}

.lftp.hero-banner.admin-preview.stretch-media .slider-nav {
  opacity: 0;
}
.lftp.hero-banner.has-background.stretch-media {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.lftp.hero-banner.has-background:not(.has-media) .content-wrapper {
  padding-bottom: 0;
}
.lftp.hero-banner.has-media .content-wrapper {
  padding-top: 15rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 576px) {
  .lftp.hero-banner.has-media .content-wrapper {
    padding-top: 20rem;
  }
}
@media (min-width: 992px) {
  .lftp.hero-banner.has-media .content-wrapper {
    padding-top: 25rem;
  }
}
@media (min-width: 576px) {
  .lftp.hero-banner.has-media .content-wrapper {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .lftp.hero-banner.has-media .content-wrapper {
    padding-left: 2.5rem;
  }
}
@media (min-width: 576px) {
  .lftp.hero-banner.has-media .content-wrapper {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .lftp.hero-banner.has-media .content-wrapper {
    padding-right: 2.5rem;
  }
}
@media (min-width: 992px) {
  .lftp.hero-banner.has-media .content-wrapper {
    padding-top: 18.75rem;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .lftp.hero-banner.has-media .content-wrapper {
    padding-top: 25rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .lftp.hero-banner.has-media .content-wrapper {
    padding-top: 31.25rem;
  }
}
.lftp.hero-banner.has-image, .lftp.hero-banner.has-video {
  color: #fff;
}
.lftp.hero-banner.has-image a, .lftp.hero-banner.has-video a {
  color: var(--lf-color-background);
}
.lftp.hero-banner.has-image a:hover, .lftp.hero-banner.has-image a:focus, .lftp.hero-banner.has-video a:hover, .lftp.hero-banner.has-video a:focus {
  color: inherit;
}
.lftp.hero-banner.has-image a.appearance-fill, .lftp.hero-banner.has-video a.appearance-fill {
  color: var(--lf-color-accent);
  background-color: var(--lf-color-background);
  border-color: var(--lf-color-background);
}
.lftp.hero-banner.has-image a.appearance-fill:hover, .lftp.hero-banner.has-image a.appearance-fill:focus, .lftp.hero-banner.has-video a.appearance-fill:hover, .lftp.hero-banner.has-video a.appearance-fill:focus {
  color: var(--lf-color-background);
  background-color: transparent;
  border-color: currentColor;
}
.lftp.hero-banner.has-image a.appearance-outline:hover, .lftp.hero-banner.has-image a.appearance-outline:focus, .lftp.hero-banner.has-video a.appearance-outline:hover, .lftp.hero-banner.has-video a.appearance-outline:focus {
  color: var(--lf-color-accent);
  background-color: var(--lf-color-background);
  border-color: var(--lf-color-background);
}
.lftp.hero-banner.stretch-media {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  background-color: var(--lf-color-text-transparent);
}
.lftp.hero-banner.stretch-media .content-wrapper {
  padding-left: 0rem;
  padding-right: 0rem;
  position: static;
}
@media (min-width: 576px) {
  .lftp.hero-banner.stretch-media .content-wrapper {
    padding-left: 0rem;
  }
}
@media (min-width: 992px) {
  .lftp.hero-banner.stretch-media .content-wrapper {
    padding-left: 0rem;
  }
}
@media (min-width: 576px) {
  .lftp.hero-banner.stretch-media .content-wrapper {
    padding-right: 0rem;
  }
}
@media (min-width: 992px) {
  .lftp.hero-banner.stretch-media .content-wrapper {
    padding-right: 0rem;
  }
}
.lftp.hero-banner.stretch-media .media-wrapper .media {
  height: 100%;
}
.lftp.hero-banner.stretch-media .media-wrapper .media img,
.lftp.hero-banner.stretch-media .media-wrapper .media video,
.lftp.hero-banner.stretch-media .media-wrapper .media iframe {
  border-radius: 0;
}
.lftp.hero-banner.alignment-end .slider-nav {
  text-align: left;
}
.lftp.hero-banner.no-text .media-wrapper::after {
  opacity: 0;
}
.lftp.hero-banner.no-text .slider-nav {
  text-align: center;
}
.lftp.hero-banner.no-text .slider-nav::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background: -moz-linear-gradient(0deg, #1c1c1c 0%, rgba(28, 28, 28, 0) 100%);
  background: -webkit-linear-gradient(0deg, #1c1c1c 0%, rgba(28, 28, 28, 0) 100%);
  background: linear-gradient(0deg, #1c1c1c 0%, rgba(28, 28, 28, 0) 100%);
  opacity: 0.5;
}
.lftp.hero-banner .component.text.heading {
  font-family: var(--lf-font-family-h1);
  font-weight: var(--lf-font-weight-h1);
  text-decoration: underline var(--lf-color-blue);
  font-size: 2.5rem;
  line-height: 1.25em;
  letter-spacing: -0.03em;
  max-width: none;
}
.lftp.hero-banner .component.text.heading:is(.has-blue-color *), .lftp.hero-banner .component.text.heading:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 576px) {
  .lftp.hero-banner .component.text.heading {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .lftp.hero-banner .component.text.heading {
    font-size: 8.3rem;
    line-height: 1.25em;
  }
}
.lftp.hero-banner .content-wrapper {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 2.25rem;
  pointer-events: none;
}
@media (min-width: 576px) {
  .lftp.hero-banner .content-wrapper {
    padding-top: 4rem;
  }
}
@media (min-width: 992px) {
  .lftp.hero-banner .content-wrapper {
    padding-top: 5rem;
  }
}
@media (min-width: 576px) {
  .lftp.hero-banner .content-wrapper {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .lftp.hero-banner .content-wrapper {
    padding-bottom: 3.75rem;
  }
}
.lftp.hero-banner .media-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.lftp.hero-banner .media-wrapper:is(.border-radius-enabled *)::after {
  overflow: hidden;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
}
@media (min-width: 992px) {
  .lftp.hero-banner .media-wrapper:is(.border-radius-enabled *)::after {
    border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
}
.lftp.hero-banner .media-wrapper:is(.border-radius-enabled *):is(.stretch-media *)::after {
  border-radius: 0;
}
.lftp.hero-banner .media-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: -moz-linear-gradient(0deg, #1c1c1c 0%, rgba(28, 28, 28, 0) 100%);
  background: -webkit-linear-gradient(0deg, #1c1c1c 0%, rgba(28, 28, 28, 0) 100%);
  background: linear-gradient(0deg, #1c1c1c 0%, rgba(28, 28, 28, 0) 100%);
}
.lftp.hero-banner .media-wrapper img,
.lftp.hero-banner .media-wrapper video,
.lftp.hero-banner .media-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.lftp.hero-banner .slider-nav {
  pointer-events: auto;
  text-align: right;
  display: none;
}
@media (min-width: 992px) {
  .lftp.hero-banner .slider-nav {
    display: block;
  }
}
.lftp.hero-banner .text-wrapper {
  position: relative;
  pointer-events: auto;
}

.lftp.image-text .item .heading,
.lftp.icon-list .item .heading {
  font-family: var(--lf-font-family-h5);
  font-weight: var(--lf-font-weight-h5);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: -0.02em;
}
.lftp.image-text .item .heading:is(.has-blue-color *), .lftp.image-text .item .heading:is(.has-blue-background-color *),
.lftp.icon-list .item .heading:is(.has-blue-color *),
.lftp.icon-list .item .heading:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  .lftp.image-text .item .heading,
  .lftp.icon-list .item .heading {
    font-size: 1.5rem;
    line-height: 1.6em;
  }
}

.lftp.featured-post.has-text-color .button {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
  font-weight: var(--lf-font-weight-links);
  display: inline-block;
  padding: 0.75em 1.5em;
  border: 1px solid;
  text-align: center;
  line-height: 1em;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 0;
  background-color: transparent;
  border-color: currentColor;
  color: var(--lf-color-blue);
}
.lftp.featured-post.has-text-color .button:where(.border-radius-enabled *) {
  border-radius: 0.5em;
}
.lftp.featured-post.has-text-color .button:hover:not([disabled]), .lftp.featured-post.has-text-color .button:focus:not([disabled]) {
  -webkit-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  -moz-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
}
.lftp.featured-post.has-text-color .button[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
.lftp.featured-post.has-text-color .button .button-text {
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
}
.lftp.featured-post.has-text-color .button:hover:not([disabled]), .lftp.featured-post.has-text-color .button:focus:not([disabled]) {
  background-color: var(--lf-color-blue);
  border-color: var(--lf-color-blue);
  color: var(--lf-color-background);
}
.lftp.featured-post.has-text-color .button:is(.has-text-color *) {
  color: var(--lf-color-text);
  background-color: transparent;
}
.lftp.featured-post.has-text-color .button:is(.has-text-color *):hover:not([disabled]), .lftp.featured-post.has-text-color .button:is(.has-text-color *):focus:not([disabled]) {
  border-color: var(--lf-color-text);
  background-color: var(--lf-color-text);
  color: var(--lf-color-background);
}
.lftp.featured-post.has-text-color .button .button-text::after {
  display: none;
}

@media (min-width: 768px) {
  .lftp.accordion.media-alignment-right .media-wrapper,
  .lftp.form.media-alignment-right .media-wrapper,
  .lftp.post-grid.media-alignment-right .media-wrapper,
  .lftp.icon-list.media-alignment-right .media-wrapper,
  .lftp.image-text.media-alignment-right .media-wrapper,
  .lftp.logos.media-alignment-right .media-wrapper,
  .lftp.quote.media-alignment-right .media-wrapper,
  .lftp.testimonials.media-alignment-right .media-wrapper,
  .lftp.featured-posts.media-alignment-right .media-wrapper {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
}
@media (min-width: 768px) {
  .lftp.accordion.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.form.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.post-grid.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.icon-list.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.image-text.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.logos.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.quote.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.testimonials.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.featured-posts.media-alignment-right .content-wrapper .text-wrapper {
    padding-left: 0rem;
    padding-right: 2.25rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .lftp.accordion.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.form.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.post-grid.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.icon-list.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.image-text.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.logos.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.quote.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.testimonials.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.featured-posts.media-alignment-right .content-wrapper .text-wrapper {
    padding-left: 0rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .lftp.accordion.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.form.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.post-grid.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.icon-list.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.image-text.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.logos.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.quote.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.testimonials.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.featured-posts.media-alignment-right .content-wrapper .text-wrapper {
    padding-left: 0rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .lftp.accordion.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.form.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.post-grid.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.icon-list.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.image-text.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.logos.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.quote.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.testimonials.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.featured-posts.media-alignment-right .content-wrapper .text-wrapper {
    padding-right: 3rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .lftp.accordion.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.form.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.post-grid.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.icon-list.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.image-text.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.logos.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.quote.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.testimonials.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.featured-posts.media-alignment-right .content-wrapper .text-wrapper {
    padding-right: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .lftp.accordion.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.form.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.post-grid.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.icon-list.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.image-text.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.logos.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.quote.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.testimonials.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.featured-posts.media-alignment-right .content-wrapper .text-wrapper {
    padding-left: 0rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) and (min-width: 576px) {
  .lftp.accordion.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.form.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.post-grid.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.icon-list.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.image-text.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.logos.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.quote.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.testimonials.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.featured-posts.media-alignment-right .content-wrapper .text-wrapper {
    padding-left: 0rem;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .lftp.accordion.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.form.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.post-grid.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.icon-list.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.image-text.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.logos.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.quote.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.testimonials.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.featured-posts.media-alignment-right .content-wrapper .text-wrapper {
    padding-left: 0rem;
  }
}
@media (min-width: 1200px) and (min-width: 576px) {
  .lftp.accordion.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.form.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.post-grid.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.icon-list.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.image-text.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.logos.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.quote.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.testimonials.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.featured-posts.media-alignment-right .content-wrapper .text-wrapper {
    padding-right: 4rem;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .lftp.accordion.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.form.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.post-grid.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.icon-list.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.image-text.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.logos.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.quote.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.testimonials.media-alignment-right .content-wrapper .text-wrapper,
  .lftp.featured-posts.media-alignment-right .content-wrapper .text-wrapper {
    padding-right: 5rem;
  }
}
@media (min-width: 768px) {
  .lftp.accordion.stretch-media.media-alignment-right .media-wrapper,
  .lftp.form.stretch-media.media-alignment-right .media-wrapper,
  .lftp.post-grid.stretch-media.media-alignment-right .media-wrapper,
  .lftp.icon-list.stretch-media.media-alignment-right .media-wrapper,
  .lftp.image-text.stretch-media.media-alignment-right .media-wrapper,
  .lftp.logos.stretch-media.media-alignment-right .media-wrapper,
  .lftp.quote.stretch-media.media-alignment-right .media-wrapper,
  .lftp.testimonials.stretch-media.media-alignment-right .media-wrapper,
  .lftp.featured-posts.stretch-media.media-alignment-right .media-wrapper {
    left: auto;
  }
}
.lftp.accordion.stretch-media .media-wrapper,
.lftp.form.stretch-media .media-wrapper,
.lftp.post-grid.stretch-media .media-wrapper,
.lftp.icon-list.stretch-media .media-wrapper,
.lftp.image-text.stretch-media .media-wrapper,
.lftp.logos.stretch-media .media-wrapper,
.lftp.quote.stretch-media .media-wrapper,
.lftp.testimonials.stretch-media .media-wrapper,
.lftp.featured-posts.stretch-media .media-wrapper {
  left: calc(-50vw + 50%);
}
@media (max-width: 767px) {
  .lftp.accordion.stretch-media .media-wrapper,
  .lftp.form.stretch-media .media-wrapper,
  .lftp.post-grid.stretch-media .media-wrapper,
  .lftp.icon-list.stretch-media .media-wrapper,
  .lftp.image-text.stretch-media .media-wrapper,
  .lftp.logos.stretch-media .media-wrapper,
  .lftp.quote.stretch-media .media-wrapper,
  .lftp.testimonials.stretch-media .media-wrapper,
  .lftp.featured-posts.stretch-media .media-wrapper {
    width: 100vw;
  }
}
@media (min-width: 1800px) {
  .lftp.accordion.stretch-media .media-wrapper,
  .lftp.form.stretch-media .media-wrapper,
  .lftp.post-grid.stretch-media .media-wrapper,
  .lftp.icon-list.stretch-media .media-wrapper,
  .lftp.image-text.stretch-media .media-wrapper,
  .lftp.logos.stretch-media .media-wrapper,
  .lftp.quote.stretch-media .media-wrapper,
  .lftp.testimonials.stretch-media .media-wrapper,
  .lftp.featured-posts.stretch-media .media-wrapper {
    left: calc(50% - 900px);
  }
}
@media (min-width: 768px) {
  .lftp.accordion.stretch-media .media-wrapper .media,
  .lftp.form.stretch-media .media-wrapper .media,
  .lftp.post-grid.stretch-media .media-wrapper .media,
  .lftp.icon-list.stretch-media .media-wrapper .media,
  .lftp.image-text.stretch-media .media-wrapper .media,
  .lftp.logos.stretch-media .media-wrapper .media,
  .lftp.quote.stretch-media .media-wrapper .media,
  .lftp.testimonials.stretch-media .media-wrapper .media,
  .lftp.featured-posts.stretch-media .media-wrapper .media {
    width: calc(100% + 50vw - 360px + 1rem);
  }
}
@media (min-width: 992px) {
  .lftp.accordion.stretch-media .media-wrapper .media,
  .lftp.form.stretch-media .media-wrapper .media,
  .lftp.post-grid.stretch-media .media-wrapper .media,
  .lftp.icon-list.stretch-media .media-wrapper .media,
  .lftp.image-text.stretch-media .media-wrapper .media,
  .lftp.logos.stretch-media .media-wrapper .media,
  .lftp.quote.stretch-media .media-wrapper .media,
  .lftp.testimonials.stretch-media .media-wrapper .media,
  .lftp.featured-posts.stretch-media .media-wrapper .media {
    width: calc(100% + 50vw - 480px + 1rem);
  }
}
@media (min-width: 1200px) {
  .lftp.accordion.stretch-media .media-wrapper .media,
  .lftp.form.stretch-media .media-wrapper .media,
  .lftp.post-grid.stretch-media .media-wrapper .media,
  .lftp.icon-list.stretch-media .media-wrapper .media,
  .lftp.image-text.stretch-media .media-wrapper .media,
  .lftp.logos.stretch-media .media-wrapper .media,
  .lftp.quote.stretch-media .media-wrapper .media,
  .lftp.testimonials.stretch-media .media-wrapper .media,
  .lftp.featured-posts.stretch-media .media-wrapper .media {
    width: calc(100% + 50vw - 570px + 1rem);
  }
}
@media (min-width: 1400px) {
  .lftp.accordion.stretch-media .media-wrapper .media,
  .lftp.form.stretch-media .media-wrapper .media,
  .lftp.post-grid.stretch-media .media-wrapper .media,
  .lftp.icon-list.stretch-media .media-wrapper .media,
  .lftp.image-text.stretch-media .media-wrapper .media,
  .lftp.logos.stretch-media .media-wrapper .media,
  .lftp.quote.stretch-media .media-wrapper .media,
  .lftp.testimonials.stretch-media .media-wrapper .media,
  .lftp.featured-posts.stretch-media .media-wrapper .media {
    width: calc(100% + 50vw - 660px + 1rem);
  }
}
@media (min-width: 1800px) {
  .lftp.accordion.stretch-media .media-wrapper .media,
  .lftp.form.stretch-media .media-wrapper .media,
  .lftp.post-grid.stretch-media .media-wrapper .media,
  .lftp.icon-list.stretch-media .media-wrapper .media,
  .lftp.image-text.stretch-media .media-wrapper .media,
  .lftp.logos.stretch-media .media-wrapper .media,
  .lftp.quote.stretch-media .media-wrapper .media,
  .lftp.testimonials.stretch-media .media-wrapper .media,
  .lftp.featured-posts.stretch-media .media-wrapper .media {
    width: min(100% - 660px + 900px + 1rem);
  }
}
.lftp.accordion.stretch-media .media-wrapper .media img,
.lftp.accordion.stretch-media .media-wrapper .media video,
.lftp.accordion.stretch-media .media-wrapper .media iframe,
.lftp.form.stretch-media .media-wrapper .media img,
.lftp.form.stretch-media .media-wrapper .media video,
.lftp.form.stretch-media .media-wrapper .media iframe,
.lftp.post-grid.stretch-media .media-wrapper .media img,
.lftp.post-grid.stretch-media .media-wrapper .media video,
.lftp.post-grid.stretch-media .media-wrapper .media iframe,
.lftp.icon-list.stretch-media .media-wrapper .media img,
.lftp.icon-list.stretch-media .media-wrapper .media video,
.lftp.icon-list.stretch-media .media-wrapper .media iframe,
.lftp.image-text.stretch-media .media-wrapper .media img,
.lftp.image-text.stretch-media .media-wrapper .media video,
.lftp.image-text.stretch-media .media-wrapper .media iframe,
.lftp.logos.stretch-media .media-wrapper .media img,
.lftp.logos.stretch-media .media-wrapper .media video,
.lftp.logos.stretch-media .media-wrapper .media iframe,
.lftp.quote.stretch-media .media-wrapper .media img,
.lftp.quote.stretch-media .media-wrapper .media video,
.lftp.quote.stretch-media .media-wrapper .media iframe,
.lftp.testimonials.stretch-media .media-wrapper .media img,
.lftp.testimonials.stretch-media .media-wrapper .media video,
.lftp.testimonials.stretch-media .media-wrapper .media iframe,
.lftp.featured-posts.stretch-media .media-wrapper .media img,
.lftp.featured-posts.stretch-media .media-wrapper .media video,
.lftp.featured-posts.stretch-media .media-wrapper .media iframe {
  border-radius: 0;
}
@media (min-width: 768px) {
  .lftp.accordion.stretch-media .media-wrapper .media img:is(.border-radius-enabled *),
  .lftp.accordion.stretch-media .media-wrapper .media video:is(.border-radius-enabled *),
  .lftp.accordion.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *),
  .lftp.form.stretch-media .media-wrapper .media img:is(.border-radius-enabled *),
  .lftp.form.stretch-media .media-wrapper .media video:is(.border-radius-enabled *),
  .lftp.form.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *),
  .lftp.post-grid.stretch-media .media-wrapper .media img:is(.border-radius-enabled *),
  .lftp.post-grid.stretch-media .media-wrapper .media video:is(.border-radius-enabled *),
  .lftp.post-grid.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *),
  .lftp.icon-list.stretch-media .media-wrapper .media img:is(.border-radius-enabled *),
  .lftp.icon-list.stretch-media .media-wrapper .media video:is(.border-radius-enabled *),
  .lftp.icon-list.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *),
  .lftp.image-text.stretch-media .media-wrapper .media img:is(.border-radius-enabled *),
  .lftp.image-text.stretch-media .media-wrapper .media video:is(.border-radius-enabled *),
  .lftp.image-text.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *),
  .lftp.logos.stretch-media .media-wrapper .media img:is(.border-radius-enabled *),
  .lftp.logos.stretch-media .media-wrapper .media video:is(.border-radius-enabled *),
  .lftp.logos.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *),
  .lftp.quote.stretch-media .media-wrapper .media img:is(.border-radius-enabled *),
  .lftp.quote.stretch-media .media-wrapper .media video:is(.border-radius-enabled *),
  .lftp.quote.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *),
  .lftp.testimonials.stretch-media .media-wrapper .media img:is(.border-radius-enabled *),
  .lftp.testimonials.stretch-media .media-wrapper .media video:is(.border-radius-enabled *),
  .lftp.testimonials.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *),
  .lftp.featured-posts.stretch-media .media-wrapper .media img:is(.border-radius-enabled *),
  .lftp.featured-posts.stretch-media .media-wrapper .media video:is(.border-radius-enabled *),
  .lftp.featured-posts.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *) {
    overflow: hidden;
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .lftp.accordion.stretch-media .media-wrapper .media img:is(.border-radius-enabled *),
  .lftp.accordion.stretch-media .media-wrapper .media video:is(.border-radius-enabled *),
  .lftp.accordion.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *),
  .lftp.form.stretch-media .media-wrapper .media img:is(.border-radius-enabled *),
  .lftp.form.stretch-media .media-wrapper .media video:is(.border-radius-enabled *),
  .lftp.form.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *),
  .lftp.post-grid.stretch-media .media-wrapper .media img:is(.border-radius-enabled *),
  .lftp.post-grid.stretch-media .media-wrapper .media video:is(.border-radius-enabled *),
  .lftp.post-grid.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *),
  .lftp.icon-list.stretch-media .media-wrapper .media img:is(.border-radius-enabled *),
  .lftp.icon-list.stretch-media .media-wrapper .media video:is(.border-radius-enabled *),
  .lftp.icon-list.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *),
  .lftp.image-text.stretch-media .media-wrapper .media img:is(.border-radius-enabled *),
  .lftp.image-text.stretch-media .media-wrapper .media video:is(.border-radius-enabled *),
  .lftp.image-text.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *),
  .lftp.logos.stretch-media .media-wrapper .media img:is(.border-radius-enabled *),
  .lftp.logos.stretch-media .media-wrapper .media video:is(.border-radius-enabled *),
  .lftp.logos.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *),
  .lftp.quote.stretch-media .media-wrapper .media img:is(.border-radius-enabled *),
  .lftp.quote.stretch-media .media-wrapper .media video:is(.border-radius-enabled *),
  .lftp.quote.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *),
  .lftp.testimonials.stretch-media .media-wrapper .media img:is(.border-radius-enabled *),
  .lftp.testimonials.stretch-media .media-wrapper .media video:is(.border-radius-enabled *),
  .lftp.testimonials.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *),
  .lftp.featured-posts.stretch-media .media-wrapper .media img:is(.border-radius-enabled *),
  .lftp.featured-posts.stretch-media .media-wrapper .media video:is(.border-radius-enabled *),
  .lftp.featured-posts.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *) {
    border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
}
@media (min-width: 768px) {
  .lftp.accordion.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.accordion.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.accordion.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.form.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.form.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.form.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.post-grid.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.post-grid.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.post-grid.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.icon-list.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.icon-list.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.icon-list.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.image-text.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.image-text.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.image-text.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.logos.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.logos.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.logos.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.quote.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.quote.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.quote.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.testimonials.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.testimonials.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.testimonials.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.featured-posts.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.featured-posts.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.featured-posts.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *) {
    overflow: hidden;
    border-radius: 0rem 0.5rem 0.5rem 0rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .lftp.accordion.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.accordion.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.accordion.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.form.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.form.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.form.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.post-grid.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.post-grid.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.post-grid.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.icon-list.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.icon-list.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.icon-list.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.image-text.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.image-text.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.image-text.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.logos.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.logos.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.logos.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.quote.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.quote.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.quote.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.testimonials.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.testimonials.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.testimonials.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.featured-posts.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.featured-posts.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *),
  .lftp.featured-posts.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *) {
    border-radius: 0rem 0.75rem 0.75rem 0rem;
  }
}
@media (min-width: 768px) {
  .lftp.accordion.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.accordion.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.accordion.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.form.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.form.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.form.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.post-grid.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.post-grid.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.post-grid.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.icon-list.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.icon-list.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.icon-list.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.image-text.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.image-text.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.image-text.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.logos.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.logos.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.logos.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.quote.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.quote.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.quote.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.testimonials.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.testimonials.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.testimonials.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.featured-posts.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.featured-posts.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.featured-posts.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *) {
    overflow: hidden;
    border-radius: 0.5rem 0rem 0rem 0.5rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .lftp.accordion.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.accordion.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.accordion.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.form.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.form.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.form.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.post-grid.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.post-grid.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.post-grid.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.icon-list.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.icon-list.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.icon-list.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.image-text.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.image-text.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.image-text.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.logos.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.logos.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.logos.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.quote.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.quote.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.quote.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.testimonials.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.testimonials.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.testimonials.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.featured-posts.stretch-media .media-wrapper .media img:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.featured-posts.stretch-media .media-wrapper .media video:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *),
  .lftp.featured-posts.stretch-media .media-wrapper .media iframe:is(.border-radius-enabled *):is(.media-size-cover *):is(.media-alignment-right *) {
    border-radius: 0.75rem 0rem 0rem 0.75rem;
  }
}
.lftp.accordion.media-size-contain .media-wrapper .media,
.lftp.form.media-size-contain .media-wrapper .media,
.lftp.post-grid.media-size-contain .media-wrapper .media,
.lftp.icon-list.media-size-contain .media-wrapper .media,
.lftp.image-text.media-size-contain .media-wrapper .media,
.lftp.logos.media-size-contain .media-wrapper .media,
.lftp.quote.media-size-contain .media-wrapper .media,
.lftp.testimonials.media-size-contain .media-wrapper .media,
.lftp.featured-posts.media-size-contain .media-wrapper .media {
  background-color: transparent;
  height: auto;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .lftp.accordion.media-size-contain .media-wrapper .media,
  .lftp.form.media-size-contain .media-wrapper .media,
  .lftp.post-grid.media-size-contain .media-wrapper .media,
  .lftp.icon-list.media-size-contain .media-wrapper .media,
  .lftp.image-text.media-size-contain .media-wrapper .media,
  .lftp.logos.media-size-contain .media-wrapper .media,
  .lftp.quote.media-size-contain .media-wrapper .media,
  .lftp.testimonials.media-size-contain .media-wrapper .media,
  .lftp.featured-posts.media-size-contain .media-wrapper .media {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
  }
}
.lftp.accordion.media-size-contain .media-wrapper .media img,
.lftp.accordion.media-size-contain .media-wrapper .media video,
.lftp.accordion.media-size-contain .media-wrapper .media iframe,
.lftp.form.media-size-contain .media-wrapper .media img,
.lftp.form.media-size-contain .media-wrapper .media video,
.lftp.form.media-size-contain .media-wrapper .media iframe,
.lftp.post-grid.media-size-contain .media-wrapper .media img,
.lftp.post-grid.media-size-contain .media-wrapper .media video,
.lftp.post-grid.media-size-contain .media-wrapper .media iframe,
.lftp.icon-list.media-size-contain .media-wrapper .media img,
.lftp.icon-list.media-size-contain .media-wrapper .media video,
.lftp.icon-list.media-size-contain .media-wrapper .media iframe,
.lftp.image-text.media-size-contain .media-wrapper .media img,
.lftp.image-text.media-size-contain .media-wrapper .media video,
.lftp.image-text.media-size-contain .media-wrapper .media iframe,
.lftp.logos.media-size-contain .media-wrapper .media img,
.lftp.logos.media-size-contain .media-wrapper .media video,
.lftp.logos.media-size-contain .media-wrapper .media iframe,
.lftp.quote.media-size-contain .media-wrapper .media img,
.lftp.quote.media-size-contain .media-wrapper .media video,
.lftp.quote.media-size-contain .media-wrapper .media iframe,
.lftp.testimonials.media-size-contain .media-wrapper .media img,
.lftp.testimonials.media-size-contain .media-wrapper .media video,
.lftp.testimonials.media-size-contain .media-wrapper .media iframe,
.lftp.featured-posts.media-size-contain .media-wrapper .media img,
.lftp.featured-posts.media-size-contain .media-wrapper .media video,
.lftp.featured-posts.media-size-contain .media-wrapper .media iframe {
  -o-object-fit: contain;
  object-fit: contain;
  position: static;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .lftp.accordion.media-size-contain .media-wrapper .media img,
  .lftp.accordion.media-size-contain .media-wrapper .media video,
  .lftp.accordion.media-size-contain .media-wrapper .media iframe,
  .lftp.form.media-size-contain .media-wrapper .media img,
  .lftp.form.media-size-contain .media-wrapper .media video,
  .lftp.form.media-size-contain .media-wrapper .media iframe,
  .lftp.post-grid.media-size-contain .media-wrapper .media img,
  .lftp.post-grid.media-size-contain .media-wrapper .media video,
  .lftp.post-grid.media-size-contain .media-wrapper .media iframe,
  .lftp.icon-list.media-size-contain .media-wrapper .media img,
  .lftp.icon-list.media-size-contain .media-wrapper .media video,
  .lftp.icon-list.media-size-contain .media-wrapper .media iframe,
  .lftp.image-text.media-size-contain .media-wrapper .media img,
  .lftp.image-text.media-size-contain .media-wrapper .media video,
  .lftp.image-text.media-size-contain .media-wrapper .media iframe,
  .lftp.logos.media-size-contain .media-wrapper .media img,
  .lftp.logos.media-size-contain .media-wrapper .media video,
  .lftp.logos.media-size-contain .media-wrapper .media iframe,
  .lftp.quote.media-size-contain .media-wrapper .media img,
  .lftp.quote.media-size-contain .media-wrapper .media video,
  .lftp.quote.media-size-contain .media-wrapper .media iframe,
  .lftp.testimonials.media-size-contain .media-wrapper .media img,
  .lftp.testimonials.media-size-contain .media-wrapper .media video,
  .lftp.testimonials.media-size-contain .media-wrapper .media iframe,
  .lftp.featured-posts.media-size-contain .media-wrapper .media img,
  .lftp.featured-posts.media-size-contain .media-wrapper .media video,
  .lftp.featured-posts.media-size-contain .media-wrapper .media iframe {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.lftp.accordion.media-size-contain .content-wrapper .text-wrapper,
.lftp.form.media-size-contain .content-wrapper .text-wrapper,
.lftp.post-grid.media-size-contain .content-wrapper .text-wrapper,
.lftp.icon-list.media-size-contain .content-wrapper .text-wrapper,
.lftp.image-text.media-size-contain .content-wrapper .text-wrapper,
.lftp.logos.media-size-contain .content-wrapper .text-wrapper,
.lftp.quote.media-size-contain .content-wrapper .text-wrapper,
.lftp.testimonials.media-size-contain .content-wrapper .text-wrapper,
.lftp.featured-posts.media-size-contain .content-wrapper .text-wrapper {
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .lftp.accordion.media-size-contain .content-wrapper .text-wrapper,
  .lftp.form.media-size-contain .content-wrapper .text-wrapper,
  .lftp.post-grid.media-size-contain .content-wrapper .text-wrapper,
  .lftp.icon-list.media-size-contain .content-wrapper .text-wrapper,
  .lftp.image-text.media-size-contain .content-wrapper .text-wrapper,
  .lftp.logos.media-size-contain .content-wrapper .text-wrapper,
  .lftp.quote.media-size-contain .content-wrapper .text-wrapper,
  .lftp.testimonials.media-size-contain .content-wrapper .text-wrapper,
  .lftp.featured-posts.media-size-contain .content-wrapper .text-wrapper {
    padding-top: 0rem;
  }
}
@media (min-width: 992px) {
  .lftp.accordion.media-size-contain .content-wrapper .text-wrapper,
  .lftp.form.media-size-contain .content-wrapper .text-wrapper,
  .lftp.post-grid.media-size-contain .content-wrapper .text-wrapper,
  .lftp.icon-list.media-size-contain .content-wrapper .text-wrapper,
  .lftp.image-text.media-size-contain .content-wrapper .text-wrapper,
  .lftp.logos.media-size-contain .content-wrapper .text-wrapper,
  .lftp.quote.media-size-contain .content-wrapper .text-wrapper,
  .lftp.testimonials.media-size-contain .content-wrapper .text-wrapper,
  .lftp.featured-posts.media-size-contain .content-wrapper .text-wrapper {
    padding-top: 0rem;
  }
}
@media (min-width: 576px) {
  .lftp.accordion.media-size-contain .content-wrapper .text-wrapper,
  .lftp.form.media-size-contain .content-wrapper .text-wrapper,
  .lftp.post-grid.media-size-contain .content-wrapper .text-wrapper,
  .lftp.icon-list.media-size-contain .content-wrapper .text-wrapper,
  .lftp.image-text.media-size-contain .content-wrapper .text-wrapper,
  .lftp.logos.media-size-contain .content-wrapper .text-wrapper,
  .lftp.quote.media-size-contain .content-wrapper .text-wrapper,
  .lftp.testimonials.media-size-contain .content-wrapper .text-wrapper,
  .lftp.featured-posts.media-size-contain .content-wrapper .text-wrapper {
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .lftp.accordion.media-size-contain .content-wrapper .text-wrapper,
  .lftp.form.media-size-contain .content-wrapper .text-wrapper,
  .lftp.post-grid.media-size-contain .content-wrapper .text-wrapper,
  .lftp.icon-list.media-size-contain .content-wrapper .text-wrapper,
  .lftp.image-text.media-size-contain .content-wrapper .text-wrapper,
  .lftp.logos.media-size-contain .content-wrapper .text-wrapper,
  .lftp.quote.media-size-contain .content-wrapper .text-wrapper,
  .lftp.testimonials.media-size-contain .content-wrapper .text-wrapper,
  .lftp.featured-posts.media-size-contain .content-wrapper .text-wrapper {
    padding-bottom: 0rem;
  }
}
@media (min-width: 576px) {
  .lftp.accordion.media-size-contain .content-wrapper .text-wrapper,
  .lftp.form.media-size-contain .content-wrapper .text-wrapper,
  .lftp.post-grid.media-size-contain .content-wrapper .text-wrapper,
  .lftp.icon-list.media-size-contain .content-wrapper .text-wrapper,
  .lftp.image-text.media-size-contain .content-wrapper .text-wrapper,
  .lftp.logos.media-size-contain .content-wrapper .text-wrapper,
  .lftp.quote.media-size-contain .content-wrapper .text-wrapper,
  .lftp.testimonials.media-size-contain .content-wrapper .text-wrapper,
  .lftp.featured-posts.media-size-contain .content-wrapper .text-wrapper {
    margin-top: 4rem;
  }
}
@media (min-width: 992px) {
  .lftp.accordion.media-size-contain .content-wrapper .text-wrapper,
  .lftp.form.media-size-contain .content-wrapper .text-wrapper,
  .lftp.post-grid.media-size-contain .content-wrapper .text-wrapper,
  .lftp.icon-list.media-size-contain .content-wrapper .text-wrapper,
  .lftp.image-text.media-size-contain .content-wrapper .text-wrapper,
  .lftp.logos.media-size-contain .content-wrapper .text-wrapper,
  .lftp.quote.media-size-contain .content-wrapper .text-wrapper,
  .lftp.testimonials.media-size-contain .content-wrapper .text-wrapper,
  .lftp.featured-posts.media-size-contain .content-wrapper .text-wrapper {
    margin-top: 5rem;
  }
}
@media (min-width: 576px) {
  .lftp.accordion.media-size-contain .content-wrapper .text-wrapper,
  .lftp.form.media-size-contain .content-wrapper .text-wrapper,
  .lftp.post-grid.media-size-contain .content-wrapper .text-wrapper,
  .lftp.icon-list.media-size-contain .content-wrapper .text-wrapper,
  .lftp.image-text.media-size-contain .content-wrapper .text-wrapper,
  .lftp.logos.media-size-contain .content-wrapper .text-wrapper,
  .lftp.quote.media-size-contain .content-wrapper .text-wrapper,
  .lftp.testimonials.media-size-contain .content-wrapper .text-wrapper,
  .lftp.featured-posts.media-size-contain .content-wrapper .text-wrapper {
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .lftp.accordion.media-size-contain .content-wrapper .text-wrapper,
  .lftp.form.media-size-contain .content-wrapper .text-wrapper,
  .lftp.post-grid.media-size-contain .content-wrapper .text-wrapper,
  .lftp.icon-list.media-size-contain .content-wrapper .text-wrapper,
  .lftp.image-text.media-size-contain .content-wrapper .text-wrapper,
  .lftp.logos.media-size-contain .content-wrapper .text-wrapper,
  .lftp.quote.media-size-contain .content-wrapper .text-wrapper,
  .lftp.testimonials.media-size-contain .content-wrapper .text-wrapper,
  .lftp.featured-posts.media-size-contain .content-wrapper .text-wrapper {
    margin-bottom: 5rem;
  }
}
.lftp.accordion.no-media .content-wrapper .text-wrapper,
.lftp.form.no-media .content-wrapper .text-wrapper,
.lftp.post-grid.no-media .content-wrapper .text-wrapper,
.lftp.icon-list.no-media .content-wrapper .text-wrapper,
.lftp.image-text.no-media .content-wrapper .text-wrapper,
.lftp.logos.no-media .content-wrapper .text-wrapper,
.lftp.quote.no-media .content-wrapper .text-wrapper,
.lftp.testimonials.no-media .content-wrapper .text-wrapper,
.lftp.featured-posts.no-media .content-wrapper .text-wrapper {
  padding-left: 0rem;
  padding-right: 0rem;
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 576px) {
  .lftp.accordion.no-media .content-wrapper .text-wrapper,
  .lftp.form.no-media .content-wrapper .text-wrapper,
  .lftp.post-grid.no-media .content-wrapper .text-wrapper,
  .lftp.icon-list.no-media .content-wrapper .text-wrapper,
  .lftp.image-text.no-media .content-wrapper .text-wrapper,
  .lftp.logos.no-media .content-wrapper .text-wrapper,
  .lftp.quote.no-media .content-wrapper .text-wrapper,
  .lftp.testimonials.no-media .content-wrapper .text-wrapper,
  .lftp.featured-posts.no-media .content-wrapper .text-wrapper {
    padding-left: 0rem;
  }
}
@media (min-width: 992px) {
  .lftp.accordion.no-media .content-wrapper .text-wrapper,
  .lftp.form.no-media .content-wrapper .text-wrapper,
  .lftp.post-grid.no-media .content-wrapper .text-wrapper,
  .lftp.icon-list.no-media .content-wrapper .text-wrapper,
  .lftp.image-text.no-media .content-wrapper .text-wrapper,
  .lftp.logos.no-media .content-wrapper .text-wrapper,
  .lftp.quote.no-media .content-wrapper .text-wrapper,
  .lftp.testimonials.no-media .content-wrapper .text-wrapper,
  .lftp.featured-posts.no-media .content-wrapper .text-wrapper {
    padding-left: 0rem;
  }
}
@media (min-width: 576px) {
  .lftp.accordion.no-media .content-wrapper .text-wrapper,
  .lftp.form.no-media .content-wrapper .text-wrapper,
  .lftp.post-grid.no-media .content-wrapper .text-wrapper,
  .lftp.icon-list.no-media .content-wrapper .text-wrapper,
  .lftp.image-text.no-media .content-wrapper .text-wrapper,
  .lftp.logos.no-media .content-wrapper .text-wrapper,
  .lftp.quote.no-media .content-wrapper .text-wrapper,
  .lftp.testimonials.no-media .content-wrapper .text-wrapper,
  .lftp.featured-posts.no-media .content-wrapper .text-wrapper {
    padding-right: 0rem;
  }
}
@media (min-width: 992px) {
  .lftp.accordion.no-media .content-wrapper .text-wrapper,
  .lftp.form.no-media .content-wrapper .text-wrapper,
  .lftp.post-grid.no-media .content-wrapper .text-wrapper,
  .lftp.icon-list.no-media .content-wrapper .text-wrapper,
  .lftp.image-text.no-media .content-wrapper .text-wrapper,
  .lftp.logos.no-media .content-wrapper .text-wrapper,
  .lftp.quote.no-media .content-wrapper .text-wrapper,
  .lftp.testimonials.no-media .content-wrapper .text-wrapper,
  .lftp.featured-posts.no-media .content-wrapper .text-wrapper {
    padding-right: 0rem;
  }
}
@media (min-width: 576px) {
  .lftp.accordion.no-media .content-wrapper .text-wrapper,
  .lftp.form.no-media .content-wrapper .text-wrapper,
  .lftp.post-grid.no-media .content-wrapper .text-wrapper,
  .lftp.icon-list.no-media .content-wrapper .text-wrapper,
  .lftp.image-text.no-media .content-wrapper .text-wrapper,
  .lftp.logos.no-media .content-wrapper .text-wrapper,
  .lftp.quote.no-media .content-wrapper .text-wrapper,
  .lftp.testimonials.no-media .content-wrapper .text-wrapper,
  .lftp.featured-posts.no-media .content-wrapper .text-wrapper {
    padding-top: 0rem;
  }
}
@media (min-width: 992px) {
  .lftp.accordion.no-media .content-wrapper .text-wrapper,
  .lftp.form.no-media .content-wrapper .text-wrapper,
  .lftp.post-grid.no-media .content-wrapper .text-wrapper,
  .lftp.icon-list.no-media .content-wrapper .text-wrapper,
  .lftp.image-text.no-media .content-wrapper .text-wrapper,
  .lftp.logos.no-media .content-wrapper .text-wrapper,
  .lftp.quote.no-media .content-wrapper .text-wrapper,
  .lftp.testimonials.no-media .content-wrapper .text-wrapper,
  .lftp.featured-posts.no-media .content-wrapper .text-wrapper {
    padding-top: 0rem;
  }
}
@media (min-width: 576px) {
  .lftp.accordion.no-media .content-wrapper .text-wrapper,
  .lftp.form.no-media .content-wrapper .text-wrapper,
  .lftp.post-grid.no-media .content-wrapper .text-wrapper,
  .lftp.icon-list.no-media .content-wrapper .text-wrapper,
  .lftp.image-text.no-media .content-wrapper .text-wrapper,
  .lftp.logos.no-media .content-wrapper .text-wrapper,
  .lftp.quote.no-media .content-wrapper .text-wrapper,
  .lftp.testimonials.no-media .content-wrapper .text-wrapper,
  .lftp.featured-posts.no-media .content-wrapper .text-wrapper {
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .lftp.accordion.no-media .content-wrapper .text-wrapper,
  .lftp.form.no-media .content-wrapper .text-wrapper,
  .lftp.post-grid.no-media .content-wrapper .text-wrapper,
  .lftp.icon-list.no-media .content-wrapper .text-wrapper,
  .lftp.image-text.no-media .content-wrapper .text-wrapper,
  .lftp.logos.no-media .content-wrapper .text-wrapper,
  .lftp.quote.no-media .content-wrapper .text-wrapper,
  .lftp.testimonials.no-media .content-wrapper .text-wrapper,
  .lftp.featured-posts.no-media .content-wrapper .text-wrapper {
    padding-bottom: 0rem;
  }
}
.lftp.accordion.post-grid .content-wrapper, .lftp.accordion.icon-list.appearance-columns .content-wrapper, .lftp.accordion.icon-list.appearance-default .text-wrapper .text-block, .lftp.accordion.testimonials .content-wrapper,
.lftp.form.post-grid .content-wrapper,
.lftp.form.icon-list.appearance-columns .content-wrapper,
.lftp.form.icon-list.appearance-default .text-wrapper .text-block,
.lftp.form.testimonials .content-wrapper,
.lftp.post-grid.post-grid .content-wrapper,
.lftp.post-grid.icon-list.appearance-columns .content-wrapper,
.lftp.post-grid.icon-list.appearance-default .text-wrapper .text-block,
.lftp.post-grid.testimonials .content-wrapper,
.lftp.icon-list.post-grid .content-wrapper,
.lftp.icon-list.icon-list.appearance-columns .content-wrapper,
.lftp.icon-list.icon-list.appearance-default .text-wrapper .text-block,
.lftp.icon-list.testimonials .content-wrapper,
.lftp.image-text.post-grid .content-wrapper,
.lftp.image-text.icon-list.appearance-columns .content-wrapper,
.lftp.image-text.icon-list.appearance-default .text-wrapper .text-block,
.lftp.image-text.testimonials .content-wrapper,
.lftp.logos.post-grid .content-wrapper,
.lftp.logos.icon-list.appearance-columns .content-wrapper,
.lftp.logos.icon-list.appearance-default .text-wrapper .text-block,
.lftp.logos.testimonials .content-wrapper,
.lftp.quote.post-grid .content-wrapper,
.lftp.quote.icon-list.appearance-columns .content-wrapper,
.lftp.quote.icon-list.appearance-default .text-wrapper .text-block,
.lftp.quote.testimonials .content-wrapper,
.lftp.testimonials.post-grid .content-wrapper,
.lftp.testimonials.icon-list.appearance-columns .content-wrapper,
.lftp.testimonials.icon-list.appearance-default .text-wrapper .text-block,
.lftp.testimonials.testimonials .content-wrapper,
.lftp.featured-posts.post-grid .content-wrapper,
.lftp.featured-posts.icon-list.appearance-columns .content-wrapper,
.lftp.featured-posts.icon-list.appearance-default .text-wrapper .text-block,
.lftp.featured-posts.testimonials .content-wrapper {
  margin-bottom: 2.25rem;
}
@media (min-width: 576px) {
  .lftp.accordion.post-grid .content-wrapper, .lftp.accordion.icon-list.appearance-columns .content-wrapper, .lftp.accordion.icon-list.appearance-default .text-wrapper .text-block, .lftp.accordion.testimonials .content-wrapper,
  .lftp.form.post-grid .content-wrapper,
  .lftp.form.icon-list.appearance-columns .content-wrapper,
  .lftp.form.icon-list.appearance-default .text-wrapper .text-block,
  .lftp.form.testimonials .content-wrapper,
  .lftp.post-grid.post-grid .content-wrapper,
  .lftp.post-grid.icon-list.appearance-columns .content-wrapper,
  .lftp.post-grid.icon-list.appearance-default .text-wrapper .text-block,
  .lftp.post-grid.testimonials .content-wrapper,
  .lftp.icon-list.post-grid .content-wrapper,
  .lftp.icon-list.icon-list.appearance-columns .content-wrapper,
  .lftp.icon-list.icon-list.appearance-default .text-wrapper .text-block,
  .lftp.icon-list.testimonials .content-wrapper,
  .lftp.image-text.post-grid .content-wrapper,
  .lftp.image-text.icon-list.appearance-columns .content-wrapper,
  .lftp.image-text.icon-list.appearance-default .text-wrapper .text-block,
  .lftp.image-text.testimonials .content-wrapper,
  .lftp.logos.post-grid .content-wrapper,
  .lftp.logos.icon-list.appearance-columns .content-wrapper,
  .lftp.logos.icon-list.appearance-default .text-wrapper .text-block,
  .lftp.logos.testimonials .content-wrapper,
  .lftp.quote.post-grid .content-wrapper,
  .lftp.quote.icon-list.appearance-columns .content-wrapper,
  .lftp.quote.icon-list.appearance-default .text-wrapper .text-block,
  .lftp.quote.testimonials .content-wrapper,
  .lftp.testimonials.post-grid .content-wrapper,
  .lftp.testimonials.icon-list.appearance-columns .content-wrapper,
  .lftp.testimonials.icon-list.appearance-default .text-wrapper .text-block,
  .lftp.testimonials.testimonials .content-wrapper,
  .lftp.featured-posts.post-grid .content-wrapper,
  .lftp.featured-posts.icon-list.appearance-columns .content-wrapper,
  .lftp.featured-posts.icon-list.appearance-default .text-wrapper .text-block,
  .lftp.featured-posts.testimonials .content-wrapper {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .lftp.accordion.post-grid .content-wrapper, .lftp.accordion.icon-list.appearance-columns .content-wrapper, .lftp.accordion.icon-list.appearance-default .text-wrapper .text-block, .lftp.accordion.testimonials .content-wrapper,
  .lftp.form.post-grid .content-wrapper,
  .lftp.form.icon-list.appearance-columns .content-wrapper,
  .lftp.form.icon-list.appearance-default .text-wrapper .text-block,
  .lftp.form.testimonials .content-wrapper,
  .lftp.post-grid.post-grid .content-wrapper,
  .lftp.post-grid.icon-list.appearance-columns .content-wrapper,
  .lftp.post-grid.icon-list.appearance-default .text-wrapper .text-block,
  .lftp.post-grid.testimonials .content-wrapper,
  .lftp.icon-list.post-grid .content-wrapper,
  .lftp.icon-list.icon-list.appearance-columns .content-wrapper,
  .lftp.icon-list.icon-list.appearance-default .text-wrapper .text-block,
  .lftp.icon-list.testimonials .content-wrapper,
  .lftp.image-text.post-grid .content-wrapper,
  .lftp.image-text.icon-list.appearance-columns .content-wrapper,
  .lftp.image-text.icon-list.appearance-default .text-wrapper .text-block,
  .lftp.image-text.testimonials .content-wrapper,
  .lftp.logos.post-grid .content-wrapper,
  .lftp.logos.icon-list.appearance-columns .content-wrapper,
  .lftp.logos.icon-list.appearance-default .text-wrapper .text-block,
  .lftp.logos.testimonials .content-wrapper,
  .lftp.quote.post-grid .content-wrapper,
  .lftp.quote.icon-list.appearance-columns .content-wrapper,
  .lftp.quote.icon-list.appearance-default .text-wrapper .text-block,
  .lftp.quote.testimonials .content-wrapper,
  .lftp.testimonials.post-grid .content-wrapper,
  .lftp.testimonials.icon-list.appearance-columns .content-wrapper,
  .lftp.testimonials.icon-list.appearance-default .text-wrapper .text-block,
  .lftp.testimonials.testimonials .content-wrapper,
  .lftp.featured-posts.post-grid .content-wrapper,
  .lftp.featured-posts.icon-list.appearance-columns .content-wrapper,
  .lftp.featured-posts.icon-list.appearance-default .text-wrapper .text-block,
  .lftp.featured-posts.testimonials .content-wrapper {
    margin-bottom: 3.75rem;
  }
}
.lftp.accordion.post-grid .content-wrapper:is(.no-text *), .lftp.accordion.icon-list.appearance-columns .content-wrapper:is(.no-text *), .lftp.accordion.icon-list.appearance-default .text-wrapper .text-block:is(.no-text *), .lftp.accordion.testimonials .content-wrapper:is(.no-text *),
.lftp.form.post-grid .content-wrapper:is(.no-text *),
.lftp.form.icon-list.appearance-columns .content-wrapper:is(.no-text *),
.lftp.form.icon-list.appearance-default .text-wrapper .text-block:is(.no-text *),
.lftp.form.testimonials .content-wrapper:is(.no-text *),
.lftp.post-grid.post-grid .content-wrapper:is(.no-text *),
.lftp.post-grid.icon-list.appearance-columns .content-wrapper:is(.no-text *),
.lftp.post-grid.icon-list.appearance-default .text-wrapper .text-block:is(.no-text *),
.lftp.post-grid.testimonials .content-wrapper:is(.no-text *),
.lftp.icon-list.post-grid .content-wrapper:is(.no-text *),
.lftp.icon-list.icon-list.appearance-columns .content-wrapper:is(.no-text *),
.lftp.icon-list.icon-list.appearance-default .text-wrapper .text-block:is(.no-text *),
.lftp.icon-list.testimonials .content-wrapper:is(.no-text *),
.lftp.image-text.post-grid .content-wrapper:is(.no-text *),
.lftp.image-text.icon-list.appearance-columns .content-wrapper:is(.no-text *),
.lftp.image-text.icon-list.appearance-default .text-wrapper .text-block:is(.no-text *),
.lftp.image-text.testimonials .content-wrapper:is(.no-text *),
.lftp.logos.post-grid .content-wrapper:is(.no-text *),
.lftp.logos.icon-list.appearance-columns .content-wrapper:is(.no-text *),
.lftp.logos.icon-list.appearance-default .text-wrapper .text-block:is(.no-text *),
.lftp.logos.testimonials .content-wrapper:is(.no-text *),
.lftp.quote.post-grid .content-wrapper:is(.no-text *),
.lftp.quote.icon-list.appearance-columns .content-wrapper:is(.no-text *),
.lftp.quote.icon-list.appearance-default .text-wrapper .text-block:is(.no-text *),
.lftp.quote.testimonials .content-wrapper:is(.no-text *),
.lftp.testimonials.post-grid .content-wrapper:is(.no-text *),
.lftp.testimonials.icon-list.appearance-columns .content-wrapper:is(.no-text *),
.lftp.testimonials.icon-list.appearance-default .text-wrapper .text-block:is(.no-text *),
.lftp.testimonials.testimonials .content-wrapper:is(.no-text *),
.lftp.featured-posts.post-grid .content-wrapper:is(.no-text *),
.lftp.featured-posts.icon-list.appearance-columns .content-wrapper:is(.no-text *),
.lftp.featured-posts.icon-list.appearance-default .text-wrapper .text-block:is(.no-text *),
.lftp.featured-posts.testimonials .content-wrapper:is(.no-text *) {
  margin-bottom: 0;
}
.lftp.accordion.logos .content-wrapper, .lftp.accordion.post-grid.has-media .content-wrapper, .lftp.accordion.icon-list.has-media.appearance-columns .content-wrapper, .lftp.accordion.testimonials.has-media .content-wrapper, .lftp.accordion.quote .text-wrapper > .text-block,
.lftp.form.logos .content-wrapper,
.lftp.form.post-grid.has-media .content-wrapper,
.lftp.form.icon-list.has-media.appearance-columns .content-wrapper,
.lftp.form.testimonials.has-media .content-wrapper,
.lftp.form.quote .text-wrapper > .text-block,
.lftp.post-grid.logos .content-wrapper,
.lftp.post-grid.post-grid.has-media .content-wrapper,
.lftp.post-grid.icon-list.has-media.appearance-columns .content-wrapper,
.lftp.post-grid.testimonials.has-media .content-wrapper,
.lftp.post-grid.quote .text-wrapper > .text-block,
.lftp.icon-list.logos .content-wrapper,
.lftp.icon-list.post-grid.has-media .content-wrapper,
.lftp.icon-list.icon-list.has-media.appearance-columns .content-wrapper,
.lftp.icon-list.testimonials.has-media .content-wrapper,
.lftp.icon-list.quote .text-wrapper > .text-block,
.lftp.image-text.logos .content-wrapper,
.lftp.image-text.post-grid.has-media .content-wrapper,
.lftp.image-text.icon-list.has-media.appearance-columns .content-wrapper,
.lftp.image-text.testimonials.has-media .content-wrapper,
.lftp.image-text.quote .text-wrapper > .text-block,
.lftp.logos.logos .content-wrapper,
.lftp.logos.post-grid.has-media .content-wrapper,
.lftp.logos.icon-list.has-media.appearance-columns .content-wrapper,
.lftp.logos.testimonials.has-media .content-wrapper,
.lftp.logos.quote .text-wrapper > .text-block,
.lftp.quote.logos .content-wrapper,
.lftp.quote.post-grid.has-media .content-wrapper,
.lftp.quote.icon-list.has-media.appearance-columns .content-wrapper,
.lftp.quote.testimonials.has-media .content-wrapper,
.lftp.quote.quote .text-wrapper > .text-block,
.lftp.testimonials.logos .content-wrapper,
.lftp.testimonials.post-grid.has-media .content-wrapper,
.lftp.testimonials.icon-list.has-media.appearance-columns .content-wrapper,
.lftp.testimonials.testimonials.has-media .content-wrapper,
.lftp.testimonials.quote .text-wrapper > .text-block,
.lftp.featured-posts.logos .content-wrapper,
.lftp.featured-posts.post-grid.has-media .content-wrapper,
.lftp.featured-posts.icon-list.has-media.appearance-columns .content-wrapper,
.lftp.featured-posts.testimonials.has-media .content-wrapper,
.lftp.featured-posts.quote .text-wrapper > .text-block {
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .lftp.accordion.logos .content-wrapper, .lftp.accordion.post-grid.has-media .content-wrapper, .lftp.accordion.icon-list.has-media.appearance-columns .content-wrapper, .lftp.accordion.testimonials.has-media .content-wrapper, .lftp.accordion.quote .text-wrapper > .text-block,
  .lftp.form.logos .content-wrapper,
  .lftp.form.post-grid.has-media .content-wrapper,
  .lftp.form.icon-list.has-media.appearance-columns .content-wrapper,
  .lftp.form.testimonials.has-media .content-wrapper,
  .lftp.form.quote .text-wrapper > .text-block,
  .lftp.post-grid.logos .content-wrapper,
  .lftp.post-grid.post-grid.has-media .content-wrapper,
  .lftp.post-grid.icon-list.has-media.appearance-columns .content-wrapper,
  .lftp.post-grid.testimonials.has-media .content-wrapper,
  .lftp.post-grid.quote .text-wrapper > .text-block,
  .lftp.icon-list.logos .content-wrapper,
  .lftp.icon-list.post-grid.has-media .content-wrapper,
  .lftp.icon-list.icon-list.has-media.appearance-columns .content-wrapper,
  .lftp.icon-list.testimonials.has-media .content-wrapper,
  .lftp.icon-list.quote .text-wrapper > .text-block,
  .lftp.image-text.logos .content-wrapper,
  .lftp.image-text.post-grid.has-media .content-wrapper,
  .lftp.image-text.icon-list.has-media.appearance-columns .content-wrapper,
  .lftp.image-text.testimonials.has-media .content-wrapper,
  .lftp.image-text.quote .text-wrapper > .text-block,
  .lftp.logos.logos .content-wrapper,
  .lftp.logos.post-grid.has-media .content-wrapper,
  .lftp.logos.icon-list.has-media.appearance-columns .content-wrapper,
  .lftp.logos.testimonials.has-media .content-wrapper,
  .lftp.logos.quote .text-wrapper > .text-block,
  .lftp.quote.logos .content-wrapper,
  .lftp.quote.post-grid.has-media .content-wrapper,
  .lftp.quote.icon-list.has-media.appearance-columns .content-wrapper,
  .lftp.quote.testimonials.has-media .content-wrapper,
  .lftp.quote.quote .text-wrapper > .text-block,
  .lftp.testimonials.logos .content-wrapper,
  .lftp.testimonials.post-grid.has-media .content-wrapper,
  .lftp.testimonials.icon-list.has-media.appearance-columns .content-wrapper,
  .lftp.testimonials.testimonials.has-media .content-wrapper,
  .lftp.testimonials.quote .text-wrapper > .text-block,
  .lftp.featured-posts.logos .content-wrapper,
  .lftp.featured-posts.post-grid.has-media .content-wrapper,
  .lftp.featured-posts.icon-list.has-media.appearance-columns .content-wrapper,
  .lftp.featured-posts.testimonials.has-media .content-wrapper,
  .lftp.featured-posts.quote .text-wrapper > .text-block {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .lftp.accordion.logos .content-wrapper, .lftp.accordion.post-grid.has-media .content-wrapper, .lftp.accordion.icon-list.has-media.appearance-columns .content-wrapper, .lftp.accordion.testimonials.has-media .content-wrapper, .lftp.accordion.quote .text-wrapper > .text-block,
  .lftp.form.logos .content-wrapper,
  .lftp.form.post-grid.has-media .content-wrapper,
  .lftp.form.icon-list.has-media.appearance-columns .content-wrapper,
  .lftp.form.testimonials.has-media .content-wrapper,
  .lftp.form.quote .text-wrapper > .text-block,
  .lftp.post-grid.logos .content-wrapper,
  .lftp.post-grid.post-grid.has-media .content-wrapper,
  .lftp.post-grid.icon-list.has-media.appearance-columns .content-wrapper,
  .lftp.post-grid.testimonials.has-media .content-wrapper,
  .lftp.post-grid.quote .text-wrapper > .text-block,
  .lftp.icon-list.logos .content-wrapper,
  .lftp.icon-list.post-grid.has-media .content-wrapper,
  .lftp.icon-list.icon-list.has-media.appearance-columns .content-wrapper,
  .lftp.icon-list.testimonials.has-media .content-wrapper,
  .lftp.icon-list.quote .text-wrapper > .text-block,
  .lftp.image-text.logos .content-wrapper,
  .lftp.image-text.post-grid.has-media .content-wrapper,
  .lftp.image-text.icon-list.has-media.appearance-columns .content-wrapper,
  .lftp.image-text.testimonials.has-media .content-wrapper,
  .lftp.image-text.quote .text-wrapper > .text-block,
  .lftp.logos.logos .content-wrapper,
  .lftp.logos.post-grid.has-media .content-wrapper,
  .lftp.logos.icon-list.has-media.appearance-columns .content-wrapper,
  .lftp.logos.testimonials.has-media .content-wrapper,
  .lftp.logos.quote .text-wrapper > .text-block,
  .lftp.quote.logos .content-wrapper,
  .lftp.quote.post-grid.has-media .content-wrapper,
  .lftp.quote.icon-list.has-media.appearance-columns .content-wrapper,
  .lftp.quote.testimonials.has-media .content-wrapper,
  .lftp.quote.quote .text-wrapper > .text-block,
  .lftp.testimonials.logos .content-wrapper,
  .lftp.testimonials.post-grid.has-media .content-wrapper,
  .lftp.testimonials.icon-list.has-media.appearance-columns .content-wrapper,
  .lftp.testimonials.testimonials.has-media .content-wrapper,
  .lftp.testimonials.quote .text-wrapper > .text-block,
  .lftp.featured-posts.logos .content-wrapper,
  .lftp.featured-posts.post-grid.has-media .content-wrapper,
  .lftp.featured-posts.icon-list.has-media.appearance-columns .content-wrapper,
  .lftp.featured-posts.testimonials.has-media .content-wrapper,
  .lftp.featured-posts.quote .text-wrapper > .text-block {
    margin-bottom: 2.5rem;
  }
}
.lftp.accordion.logos .content-wrapper:is(.no-text *), .lftp.accordion.post-grid.has-media .content-wrapper:is(.no-text *), .lftp.accordion.icon-list.has-media.appearance-columns .content-wrapper:is(.no-text *), .lftp.accordion.testimonials.has-media .content-wrapper:is(.no-text *), .lftp.accordion.quote .text-wrapper > .text-block:is(.no-text *),
.lftp.form.logos .content-wrapper:is(.no-text *),
.lftp.form.post-grid.has-media .content-wrapper:is(.no-text *),
.lftp.form.icon-list.has-media.appearance-columns .content-wrapper:is(.no-text *),
.lftp.form.testimonials.has-media .content-wrapper:is(.no-text *),
.lftp.form.quote .text-wrapper > .text-block:is(.no-text *),
.lftp.post-grid.logos .content-wrapper:is(.no-text *),
.lftp.post-grid.post-grid.has-media .content-wrapper:is(.no-text *),
.lftp.post-grid.icon-list.has-media.appearance-columns .content-wrapper:is(.no-text *),
.lftp.post-grid.testimonials.has-media .content-wrapper:is(.no-text *),
.lftp.post-grid.quote .text-wrapper > .text-block:is(.no-text *),
.lftp.icon-list.logos .content-wrapper:is(.no-text *),
.lftp.icon-list.post-grid.has-media .content-wrapper:is(.no-text *),
.lftp.icon-list.icon-list.has-media.appearance-columns .content-wrapper:is(.no-text *),
.lftp.icon-list.testimonials.has-media .content-wrapper:is(.no-text *),
.lftp.icon-list.quote .text-wrapper > .text-block:is(.no-text *),
.lftp.image-text.logos .content-wrapper:is(.no-text *),
.lftp.image-text.post-grid.has-media .content-wrapper:is(.no-text *),
.lftp.image-text.icon-list.has-media.appearance-columns .content-wrapper:is(.no-text *),
.lftp.image-text.testimonials.has-media .content-wrapper:is(.no-text *),
.lftp.image-text.quote .text-wrapper > .text-block:is(.no-text *),
.lftp.logos.logos .content-wrapper:is(.no-text *),
.lftp.logos.post-grid.has-media .content-wrapper:is(.no-text *),
.lftp.logos.icon-list.has-media.appearance-columns .content-wrapper:is(.no-text *),
.lftp.logos.testimonials.has-media .content-wrapper:is(.no-text *),
.lftp.logos.quote .text-wrapper > .text-block:is(.no-text *),
.lftp.quote.logos .content-wrapper:is(.no-text *),
.lftp.quote.post-grid.has-media .content-wrapper:is(.no-text *),
.lftp.quote.icon-list.has-media.appearance-columns .content-wrapper:is(.no-text *),
.lftp.quote.testimonials.has-media .content-wrapper:is(.no-text *),
.lftp.quote.quote .text-wrapper > .text-block:is(.no-text *),
.lftp.testimonials.logos .content-wrapper:is(.no-text *),
.lftp.testimonials.post-grid.has-media .content-wrapper:is(.no-text *),
.lftp.testimonials.icon-list.has-media.appearance-columns .content-wrapper:is(.no-text *),
.lftp.testimonials.testimonials.has-media .content-wrapper:is(.no-text *),
.lftp.testimonials.quote .text-wrapper > .text-block:is(.no-text *),
.lftp.featured-posts.logos .content-wrapper:is(.no-text *),
.lftp.featured-posts.post-grid.has-media .content-wrapper:is(.no-text *),
.lftp.featured-posts.icon-list.has-media.appearance-columns .content-wrapper:is(.no-text *),
.lftp.featured-posts.testimonials.has-media .content-wrapper:is(.no-text *),
.lftp.featured-posts.quote .text-wrapper > .text-block:is(.no-text *) {
  margin-bottom: 0;
}
.lftp.accordion.quote.has-media.media-size-contain .text-wrapper,
.lftp.form.quote.has-media.media-size-contain .text-wrapper,
.lftp.post-grid.quote.has-media.media-size-contain .text-wrapper,
.lftp.icon-list.quote.has-media.media-size-contain .text-wrapper,
.lftp.image-text.quote.has-media.media-size-contain .text-wrapper,
.lftp.logos.quote.has-media.media-size-contain .text-wrapper,
.lftp.quote.quote.has-media.media-size-contain .text-wrapper,
.lftp.testimonials.quote.has-media.media-size-contain .text-wrapper,
.lftp.featured-posts.quote.has-media.media-size-contain .text-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.lftp.accordion .content-wrapper,
.lftp.form .content-wrapper,
.lftp.post-grid .content-wrapper,
.lftp.icon-list .content-wrapper,
.lftp.image-text .content-wrapper,
.lftp.logos .content-wrapper,
.lftp.quote .content-wrapper,
.lftp.testimonials .content-wrapper,
.lftp.featured-posts .content-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .lftp.accordion .content-wrapper,
  .lftp.form .content-wrapper,
  .lftp.post-grid .content-wrapper,
  .lftp.icon-list .content-wrapper,
  .lftp.image-text .content-wrapper,
  .lftp.logos .content-wrapper,
  .lftp.quote .content-wrapper,
  .lftp.testimonials .content-wrapper,
  .lftp.featured-posts .content-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
}
.lftp.accordion .media-wrapper,
.lftp.form .media-wrapper,
.lftp.post-grid .media-wrapper,
.lftp.icon-list .media-wrapper,
.lftp.image-text .media-wrapper,
.lftp.logos .media-wrapper,
.lftp.quote .media-wrapper,
.lftp.testimonials .media-wrapper,
.lftp.featured-posts .media-wrapper {
  margin-bottom: 3rem;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 576px) {
  .lftp.accordion .media-wrapper,
  .lftp.form .media-wrapper,
  .lftp.post-grid .media-wrapper,
  .lftp.icon-list .media-wrapper,
  .lftp.image-text .media-wrapper,
  .lftp.logos .media-wrapper,
  .lftp.quote .media-wrapper,
  .lftp.testimonials .media-wrapper,
  .lftp.featured-posts .media-wrapper {
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .lftp.accordion .media-wrapper,
  .lftp.form .media-wrapper,
  .lftp.post-grid .media-wrapper,
  .lftp.icon-list .media-wrapper,
  .lftp.image-text .media-wrapper,
  .lftp.logos .media-wrapper,
  .lftp.quote .media-wrapper,
  .lftp.testimonials .media-wrapper,
  .lftp.featured-posts .media-wrapper {
    margin-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .lftp.accordion .media-wrapper,
  .lftp.form .media-wrapper,
  .lftp.post-grid .media-wrapper,
  .lftp.icon-list .media-wrapper,
  .lftp.image-text .media-wrapper,
  .lftp.logos .media-wrapper,
  .lftp.quote .media-wrapper,
  .lftp.testimonials .media-wrapper,
  .lftp.featured-posts .media-wrapper {
    width: 35%;
    margin-bottom: 0rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .lftp.accordion .media-wrapper,
  .lftp.form .media-wrapper,
  .lftp.post-grid .media-wrapper,
  .lftp.icon-list .media-wrapper,
  .lftp.image-text .media-wrapper,
  .lftp.logos .media-wrapper,
  .lftp.quote .media-wrapper,
  .lftp.testimonials .media-wrapper,
  .lftp.featured-posts .media-wrapper {
    margin-bottom: 0rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .lftp.accordion .media-wrapper,
  .lftp.form .media-wrapper,
  .lftp.post-grid .media-wrapper,
  .lftp.icon-list .media-wrapper,
  .lftp.image-text .media-wrapper,
  .lftp.logos .media-wrapper,
  .lftp.quote .media-wrapper,
  .lftp.testimonials .media-wrapper,
  .lftp.featured-posts .media-wrapper {
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .lftp.accordion .media-wrapper,
  .lftp.form .media-wrapper,
  .lftp.post-grid .media-wrapper,
  .lftp.icon-list .media-wrapper,
  .lftp.image-text .media-wrapper,
  .lftp.logos .media-wrapper,
  .lftp.quote .media-wrapper,
  .lftp.testimonials .media-wrapper,
  .lftp.featured-posts .media-wrapper {
    width: 47.6%;
  }
}
.lftp.accordion .media-wrapper .media,
.lftp.form .media-wrapper .media,
.lftp.post-grid .media-wrapper .media,
.lftp.icon-list .media-wrapper .media,
.lftp.image-text .media-wrapper .media,
.lftp.logos .media-wrapper .media,
.lftp.quote .media-wrapper .media,
.lftp.testimonials .media-wrapper .media,
.lftp.featured-posts .media-wrapper .media {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative;
}
@media (min-width: 768px) {
  .lftp.accordion .media-wrapper .media,
  .lftp.form .media-wrapper .media,
  .lftp.post-grid .media-wrapper .media,
  .lftp.icon-list .media-wrapper .media,
  .lftp.image-text .media-wrapper .media,
  .lftp.logos .media-wrapper .media,
  .lftp.quote .media-wrapper .media,
  .lftp.testimonials .media-wrapper .media,
  .lftp.featured-posts .media-wrapper .media {
    padding-bottom: 0;
    height: 100%;
  }
}
.lftp.accordion .media-wrapper .media img,
.lftp.accordion .media-wrapper .media video,
.lftp.accordion .media-wrapper .media iframe,
.lftp.form .media-wrapper .media img,
.lftp.form .media-wrapper .media video,
.lftp.form .media-wrapper .media iframe,
.lftp.post-grid .media-wrapper .media img,
.lftp.post-grid .media-wrapper .media video,
.lftp.post-grid .media-wrapper .media iframe,
.lftp.icon-list .media-wrapper .media img,
.lftp.icon-list .media-wrapper .media video,
.lftp.icon-list .media-wrapper .media iframe,
.lftp.image-text .media-wrapper .media img,
.lftp.image-text .media-wrapper .media video,
.lftp.image-text .media-wrapper .media iframe,
.lftp.logos .media-wrapper .media img,
.lftp.logos .media-wrapper .media video,
.lftp.logos .media-wrapper .media iframe,
.lftp.quote .media-wrapper .media img,
.lftp.quote .media-wrapper .media video,
.lftp.quote .media-wrapper .media iframe,
.lftp.testimonials .media-wrapper .media img,
.lftp.testimonials .media-wrapper .media video,
.lftp.testimonials .media-wrapper .media iframe,
.lftp.featured-posts .media-wrapper .media img,
.lftp.featured-posts .media-wrapper .media video,
.lftp.featured-posts .media-wrapper .media iframe {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--lf-color-text-half);
}
.lftp.accordion .media-wrapper .media img[src$=".png"],
.lftp.accordion .media-wrapper .media video[src$=".png"],
.lftp.accordion .media-wrapper .media iframe[src$=".png"],
.lftp.form .media-wrapper .media img[src$=".png"],
.lftp.form .media-wrapper .media video[src$=".png"],
.lftp.form .media-wrapper .media iframe[src$=".png"],
.lftp.post-grid .media-wrapper .media img[src$=".png"],
.lftp.post-grid .media-wrapper .media video[src$=".png"],
.lftp.post-grid .media-wrapper .media iframe[src$=".png"],
.lftp.icon-list .media-wrapper .media img[src$=".png"],
.lftp.icon-list .media-wrapper .media video[src$=".png"],
.lftp.icon-list .media-wrapper .media iframe[src$=".png"],
.lftp.image-text .media-wrapper .media img[src$=".png"],
.lftp.image-text .media-wrapper .media video[src$=".png"],
.lftp.image-text .media-wrapper .media iframe[src$=".png"],
.lftp.logos .media-wrapper .media img[src$=".png"],
.lftp.logos .media-wrapper .media video[src$=".png"],
.lftp.logos .media-wrapper .media iframe[src$=".png"],
.lftp.quote .media-wrapper .media img[src$=".png"],
.lftp.quote .media-wrapper .media video[src$=".png"],
.lftp.quote .media-wrapper .media iframe[src$=".png"],
.lftp.testimonials .media-wrapper .media img[src$=".png"],
.lftp.testimonials .media-wrapper .media video[src$=".png"],
.lftp.testimonials .media-wrapper .media iframe[src$=".png"],
.lftp.featured-posts .media-wrapper .media img[src$=".png"],
.lftp.featured-posts .media-wrapper .media video[src$=".png"],
.lftp.featured-posts .media-wrapper .media iframe[src$=".png"] {
  background-color: transparent;
}
.lftp.accordion .content-wrapper .text-wrapper,
.lftp.form .content-wrapper .text-wrapper,
.lftp.post-grid .content-wrapper .text-wrapper,
.lftp.icon-list .content-wrapper .text-wrapper,
.lftp.image-text .content-wrapper .text-wrapper,
.lftp.logos .content-wrapper .text-wrapper,
.lftp.quote .content-wrapper .text-wrapper,
.lftp.testimonials .content-wrapper .text-wrapper,
.lftp.featured-posts .content-wrapper .text-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .lftp.accordion .content-wrapper .text-wrapper,
  .lftp.form .content-wrapper .text-wrapper,
  .lftp.post-grid .content-wrapper .text-wrapper,
  .lftp.icon-list .content-wrapper .text-wrapper,
  .lftp.image-text .content-wrapper .text-wrapper,
  .lftp.logos .content-wrapper .text-wrapper,
  .lftp.quote .content-wrapper .text-wrapper,
  .lftp.testimonials .content-wrapper .text-wrapper,
  .lftp.featured-posts .content-wrapper .text-wrapper {
    padding-left: 2.25rem;
    /*@include py;*/
    width: 65%;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .lftp.accordion .content-wrapper .text-wrapper,
  .lftp.form .content-wrapper .text-wrapper,
  .lftp.post-grid .content-wrapper .text-wrapper,
  .lftp.icon-list .content-wrapper .text-wrapper,
  .lftp.image-text .content-wrapper .text-wrapper,
  .lftp.logos .content-wrapper .text-wrapper,
  .lftp.quote .content-wrapper .text-wrapper,
  .lftp.testimonials .content-wrapper .text-wrapper,
  .lftp.featured-posts .content-wrapper .text-wrapper {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .lftp.accordion .content-wrapper .text-wrapper,
  .lftp.form .content-wrapper .text-wrapper,
  .lftp.post-grid .content-wrapper .text-wrapper,
  .lftp.icon-list .content-wrapper .text-wrapper,
  .lftp.image-text .content-wrapper .text-wrapper,
  .lftp.logos .content-wrapper .text-wrapper,
  .lftp.quote .content-wrapper .text-wrapper,
  .lftp.testimonials .content-wrapper .text-wrapper,
  .lftp.featured-posts .content-wrapper .text-wrapper {
    padding-left: 3.75rem;
  }
}
@media (min-width: 992px) {
  .lftp.accordion .content-wrapper .text-wrapper,
  .lftp.form .content-wrapper .text-wrapper,
  .lftp.post-grid .content-wrapper .text-wrapper,
  .lftp.icon-list .content-wrapper .text-wrapper,
  .lftp.image-text .content-wrapper .text-wrapper,
  .lftp.logos .content-wrapper .text-wrapper,
  .lftp.quote .content-wrapper .text-wrapper,
  .lftp.testimonials .content-wrapper .text-wrapper,
  .lftp.featured-posts .content-wrapper .text-wrapper {
    width: 52.4%;
  }
}

.lftp.icon-list.no-media .text-wrapper,
.lftp.accordion.no-media .text-wrapper {
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 576px) {
  .lftp.icon-list.no-media .text-wrapper,
  .lftp.accordion.no-media .text-wrapper {
    padding-left: 0rem;
  }
}
@media (min-width: 992px) {
  .lftp.icon-list.no-media .text-wrapper,
  .lftp.accordion.no-media .text-wrapper {
    padding-left: 0rem;
  }
}
@media (min-width: 576px) {
  .lftp.icon-list.no-media .text-wrapper,
  .lftp.accordion.no-media .text-wrapper {
    padding-right: 0rem;
  }
}
@media (min-width: 992px) {
  .lftp.icon-list.no-media .text-wrapper,
  .lftp.accordion.no-media .text-wrapper {
    padding-right: 0rem;
  }
}
@media (min-width: 576px) {
  .lftp.icon-list.no-media .text-wrapper,
  .lftp.accordion.no-media .text-wrapper {
    padding-top: 0rem;
  }
}
@media (min-width: 992px) {
  .lftp.icon-list.no-media .text-wrapper,
  .lftp.accordion.no-media .text-wrapper {
    padding-top: 0rem;
  }
}
@media (min-width: 576px) {
  .lftp.icon-list.no-media .text-wrapper,
  .lftp.accordion.no-media .text-wrapper {
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .lftp.icon-list.no-media .text-wrapper,
  .lftp.accordion.no-media .text-wrapper {
    padding-bottom: 0rem;
  }
}
.lftp.icon-list .item,
.lftp.accordion .item {
  max-width: var(--lf-max-width-paragraphs);
}

.lftp.icon-list.has-text-color .item-icon {
  color: var(--lf-color-text);
}
.lftp.icon-list.no-media .text-wrapper > .text-block:first-child {
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .lftp.icon-list.no-media .text-wrapper > .text-block:first-child {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .lftp.icon-list.no-media .text-wrapper > .text-block:first-child {
    margin-bottom: 2.5rem;
  }
}
.lftp.icon-list.icon-position-above.alignment-center .item-icon {
  text-align: center;
}
.lftp.icon-list.icon-position-above.alignment-end .item-icon {
  text-align: right;
}
.lftp.icon-list.icon-position-above .item-icon {
  display: block;
  font-size: 2rem;
  margin-bottom: 1rem;
  padding: 0;
}
.lftp.icon-list.icon-position-above .item {
  display: block;
}
.lftp.icon-list.appearance-columns.columns-mobile-1 .icon-list-item {
  width: calc(100% / 1);
}
.lftp.icon-list.appearance-columns.columns-mobile-2 .icon-list-item {
  width: calc(100% / 2);
}
.lftp.icon-list.appearance-columns.columns-mobile-3 .icon-list-item {
  width: calc(100% / 3);
}
.lftp.icon-list.appearance-columns.columns-mobile-4 .icon-list-item {
  width: calc(100% / 4);
}
.lftp.icon-list.appearance-columns.columns-mobile-5 .icon-list-item {
  width: calc(100% / 5);
}
.lftp.icon-list.appearance-columns.columns-mobile-6 .icon-list-item {
  width: calc(100% / 6);
}
.lftp.icon-list.appearance-columns.columns-mobile-7 .icon-list-item {
  width: calc(100% / 7);
}
.lftp.icon-list.appearance-columns.columns-mobile-8 .icon-list-item {
  width: calc(100% / 8);
}
@media (min-width: 576px) {
  .lftp.icon-list.appearance-columns.columns-tablet-1 .icon-list-item {
    width: calc(100% / 1);
  }
  .lftp.icon-list.appearance-columns.columns-tablet-2 .icon-list-item {
    width: calc(100% / 2);
  }
  .lftp.icon-list.appearance-columns.columns-tablet-3 .icon-list-item {
    width: calc(100% / 3);
  }
  .lftp.icon-list.appearance-columns.columns-tablet-4 .icon-list-item {
    width: calc(100% / 4);
  }
  .lftp.icon-list.appearance-columns.columns-tablet-5 .icon-list-item {
    width: calc(100% / 5);
  }
  .lftp.icon-list.appearance-columns.columns-tablet-6 .icon-list-item {
    width: calc(100% / 6);
  }
  .lftp.icon-list.appearance-columns.columns-tablet-7 .icon-list-item {
    width: calc(100% / 7);
  }
  .lftp.icon-list.appearance-columns.columns-tablet-8 .icon-list-item {
    width: calc(100% / 8);
  }
}
@media (min-width: 992px) {
  .lftp.icon-list.appearance-columns.columns-desktop-1 .icon-list-item {
    width: calc(100% / 1);
  }
  .lftp.icon-list.appearance-columns.columns-desktop-2 .icon-list-item {
    width: calc(100% / 2);
  }
  .lftp.icon-list.appearance-columns.columns-desktop-3 .icon-list-item {
    width: calc(100% / 3);
  }
  .lftp.icon-list.appearance-columns.columns-desktop-4 .icon-list-item {
    width: calc(100% / 4);
  }
  .lftp.icon-list.appearance-columns.columns-desktop-5 .icon-list-item {
    width: calc(100% / 5);
  }
  .lftp.icon-list.appearance-columns.columns-desktop-6 .icon-list-item {
    width: calc(100% / 6);
  }
  .lftp.icon-list.appearance-columns.columns-desktop-7 .icon-list-item {
    width: calc(100% / 7);
  }
  .lftp.icon-list.appearance-columns.columns-desktop-8 .icon-list-item {
    width: calc(100% / 8);
  }
}
.lftp.icon-list.appearance-columns.icon-position-above .item {
  display: inline-block;
}
.lftp.icon-list.appearance-columns .item-wrapper {
  margin-bottom: -3rem;
}
@media (min-width: 576px) {
  .lftp.icon-list.appearance-columns .item-wrapper {
    margin-bottom: -4rem;
  }
}
@media (min-width: 992px) {
  .lftp.icon-list.appearance-columns .item-wrapper {
    margin-bottom: -5rem;
  }
}
@media (min-width: 576px) {
  .lftp.icon-list.appearance-columns .item-wrapper {
    margin-left: -4%;
    margin-right: -4%;
  }
}
.lftp.icon-list.appearance-columns .item {
  display: inline-block;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  vertical-align: top;
  width: 100%;
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .lftp.icon-list.appearance-columns .item {
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .lftp.icon-list.appearance-columns .item {
    margin-bottom: 5rem;
  }
}
@media (min-width: 576px) {
  .lftp.icon-list.appearance-columns .item {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.lftp.icon-list.appearance-tabs-vertical .item-wrapper {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .lftp.icon-list.appearance-tabs-vertical .item-wrapper {
    position: relative;
  }
}
.lftp.icon-list.appearance-tabs-vertical .item {
  max-width: none;
  margin-bottom: 1rem;
}
.lftp.icon-list.appearance-tabs-vertical .item.opened .item-icon {
  /*opacity: 1;*/
}
.lftp.icon-list.appearance-tabs-vertical .item.opened .item-heading-wrapper {
  opacity: 1;
}
.lftp.icon-list.appearance-tabs-vertical .item.opened .item-heading-wrapper::before {
  background-color: var(--lf-color-accent);
  /*opacity:1;*/
}
.lftp.icon-list.appearance-tabs-vertical .item.opened .item-heading-wrapper:is(.has-text-color *)::before {
  background-color: var(--lf-color-text);
}
.lftp.icon-list.appearance-tabs-vertical .item.opened .item-content-wrapper {
  opacity: 1;
  pointer-events: auto;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .lftp.icon-list.appearance-tabs-vertical .item.opened .item-content-wrapper {
    margin: 0;
  }
}
.lftp.icon-list.appearance-tabs-vertical .item-icon {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  display: none;
}
@media (min-width: 992px) {
  .lftp.icon-list.appearance-tabs-vertical .item-text-wrapper {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 992px) {
  .lftp.icon-list.appearance-tabs-vertical .item-heading-wrapper,
  .lftp.icon-list.appearance-tabs-vertical .item-content-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}
.lftp.icon-list.appearance-tabs-vertical .item-heading-wrapper {
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  opacity: 0.15;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 576px) {
  .lftp.icon-list.appearance-tabs-vertical .item-heading-wrapper {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .lftp.icon-list.appearance-tabs-vertical .item-heading-wrapper {
    padding-left: 2.5rem;
  }
}
@media (min-width: 576px) {
  .lftp.icon-list.appearance-tabs-vertical .item-heading-wrapper {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .lftp.icon-list.appearance-tabs-vertical .item-heading-wrapper {
    padding-right: 2.5rem;
  }
}
@media (min-width: 992px) {
  .lftp.icon-list.appearance-tabs-vertical .item-heading-wrapper {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.lftp.icon-list.appearance-tabs-vertical .item-heading-wrapper::before {
  content: "";
  border-radius: 999em;
  display: block;
  width: 0.1em;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--lf-color-text);
}
.lftp.icon-list.appearance-tabs-vertical .item-heading-wrapper:is(.has-text-color *)::before {
  background-color: var(--lf-color-text);
}
.lftp.icon-list.appearance-tabs-vertical .item-heading-button {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
}
.lftp.icon-list.appearance-tabs-vertical .item-content-wrapper {
  opacity: 0;
  pointer-events: none;
  height: 0;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 992px) {
  .lftp.icon-list.appearance-tabs-vertical .item-content-wrapper {
    height: auto;
  }
}
.lftp.icon-list.appearance-tabs-vertical .item-content-wrapper > .inner {
  padding-left: 1.5rem;
}
@media (min-width: 576px) {
  .lftp.icon-list.appearance-tabs-vertical .item-content-wrapper > .inner {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .lftp.icon-list.appearance-tabs-vertical .item-content-wrapper > .inner {
    padding-left: 2.5rem;
  }
}
@media (min-width: 992px) {
  .lftp.icon-list.appearance-tabs-vertical .item-content-wrapper > .inner {
    background-color: var(--lf-color-accent-transparent);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .lftp.icon-list.appearance-tabs-vertical .item-content-wrapper > .inner {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .lftp.icon-list.appearance-tabs-vertical .item-content-wrapper > .inner {
    padding-left: 2.5rem;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .lftp.icon-list.appearance-tabs-vertical .item-content-wrapper > .inner {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .lftp.icon-list.appearance-tabs-vertical .item-content-wrapper > .inner {
    padding-right: 2.5rem;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .lftp.icon-list.appearance-tabs-vertical .item-content-wrapper > .inner {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .lftp.icon-list.appearance-tabs-vertical .item-content-wrapper > .inner {
    padding-top: 2.5rem;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .lftp.icon-list.appearance-tabs-vertical .item-content-wrapper > .inner {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .lftp.icon-list.appearance-tabs-vertical .item-content-wrapper > .inner {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .lftp.icon-list.appearance-tabs-vertical .item-content-wrapper > .inner {
    margin-left: 2rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .lftp.icon-list.appearance-tabs-vertical .item-content-wrapper > .inner {
    margin-left: 2.5rem;
  }
}
@media (min-width: 992px) {
  .lftp.icon-list.appearance-tabs-vertical .item-content-wrapper > .inner:is(.has-text-color *) {
    background-color: var(--lf-color-text-transparent);
  }
}
@media (min-width: 992px) {
  .lftp.icon-list.appearance-tabs-vertical .item-content-wrapper > .inner {
    position: absolute;
    top: 0;
    left: 50%;
  }
}
.lftp.icon-list .item-wrapper {
  margin-bottom: -2.25rem;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 576px) {
  .lftp.icon-list .item-wrapper {
    margin-bottom: -3rem;
  }
}
@media (min-width: 992px) {
  .lftp.icon-list .item-wrapper {
    margin-bottom: -3.75rem;
  }
}
.lftp.icon-list .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 2.25rem;
  break-inside: avoid-column;
}
@media (min-width: 576px) {
  .lftp.icon-list .item {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .lftp.icon-list .item {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 992px) {
  .lftp.icon-list .item {
    padding-right: 1rem;
  }
}
.lftp.icon-list .item-icon {
  padding-top: 0.125em;
  padding-right: 1rem;
  font-size: 1.5em;
  color: var(--lf-color-accent);
}
.lftp.icon-list .item-image {
  width: 100%;
  height: 0;
  padding-bottom: 66.666%;
  position: relative;
  margin-bottom: 1.5rem;
}
.lftp.icon-list .item-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.lftp.cta {
  position: relative;
}
.lftp.cta.has-media {
  color: #fff;
}
.lftp.cta.has-media a {
  color: inherit;
}
.lftp.cta.has-media .content-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 576px) {
  .lftp.cta.has-media .content-wrapper {
    padding-top: 4rem;
  }
}
@media (min-width: 992px) {
  .lftp.cta.has-media .content-wrapper {
    padding-top: 5rem;
  }
}
@media (min-width: 576px) {
  .lftp.cta.has-media .content-wrapper {
    padding-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .lftp.cta.has-media .content-wrapper {
    padding-bottom: 5rem;
  }
}
@media (min-width: 576px) {
  .lftp.cta.has-media .content-wrapper {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .lftp.cta.has-media .content-wrapper {
    padding-left: 2.5rem;
  }
}
@media (min-width: 576px) {
  .lftp.cta.has-media .content-wrapper {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .lftp.cta.has-media .content-wrapper {
    padding-right: 2.5rem;
  }
}
@media (min-width: 768px) {
  .lftp.cta.has-media .content-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .lftp.cta.has-media .content-wrapper {
    padding-left: 4rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .lftp.cta.has-media .content-wrapper {
    padding-left: 5rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .lftp.cta.has-media .content-wrapper {
    padding-right: 4rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .lftp.cta.has-media .content-wrapper {
    padding-right: 5rem;
  }
}
.lftp.cta.stretch-media {
  margin-top: 0;
  margin-bottom: 0;
}
.lftp.cta.stretch-media .content-wrapper {
  position: static;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
@media (min-width: 576px) {
  .lftp.cta.stretch-media .content-wrapper {
    padding-left: 0rem;
  }
}
@media (min-width: 992px) {
  .lftp.cta.stretch-media .content-wrapper {
    padding-left: 0rem;
  }
}
@media (min-width: 576px) {
  .lftp.cta.stretch-media .content-wrapper {
    padding-right: 0rem;
  }
}
@media (min-width: 992px) {
  .lftp.cta.stretch-media .content-wrapper {
    padding-right: 0rem;
  }
}
@media (min-width: 576px) {
  .lftp.cta.stretch-media .content-wrapper {
    padding-top: 6rem;
  }
}
@media (min-width: 992px) {
  .lftp.cta.stretch-media .content-wrapper {
    padding-top: 7.5rem;
  }
}
@media (min-width: 576px) {
  .lftp.cta.stretch-media .content-wrapper {
    padding-bottom: 6rem;
  }
}
@media (min-width: 992px) {
  .lftp.cta.stretch-media .content-wrapper {
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 768px) {
  .lftp.cta.stretch-media .content-wrapper {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .lftp.cta.stretch-media .content-wrapper {
    padding-left: 0rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .lftp.cta.stretch-media .content-wrapper {
    padding-left: 0rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .lftp.cta.stretch-media .content-wrapper {
    padding-right: 0rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .lftp.cta.stretch-media .content-wrapper {
    padding-right: 0rem;
  }
}
.lftp.cta .content-wrapper {
  position: relative;
}
.lftp.cta .media-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lftp.cta .media-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1c1c1c;
  opacity: 0.6;
}
.lftp.cta .media-wrapper:is(.border-radius-enabled *):not(.stretch-media *) {
  overflow: hidden;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
}
@media (min-width: 992px) {
  .lftp.cta .media-wrapper:is(.border-radius-enabled *):not(.stretch-media *) {
    border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
}
.lftp.cta .media-wrapper img,
.lftp.cta .media-wrapper video,
.lftp.cta .media-wrapper iframe {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.lftp.cta .text-wrapper {
  position: relative;
}
.lftp.cta .slider-nav {
  display: none;
}

.lftp.accordion.alignment-center .item,
.lftp.accordion.alignment-center .accordion-button {
  margin-left: auto;
  margin-right: auto;
}
.lftp.accordion.alignment-end .item,
.lftp.accordion.alignment-end .accordion-button {
  margin-left: auto;
  margin-right: 0;
}
.lftp.accordion .text-block + .item-wrapper {
  margin-top: 1.5rem;
}
@media (min-width: 576px) {
  .lftp.accordion .text-block + .item-wrapper {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .lftp.accordion .text-block + .item-wrapper {
    margin-top: 2.5rem;
  }
}
.lftp.accordion .item-wrapper .item {
  margin-bottom: 1rem;
}
.lftp.accordion .item-wrapper .item:last-child {
  margin-bottom: 0;
}
.lftp.accordion .button.appearance-link .button-text::after {
  display: none;
}

.lftp.logos.columns-mobile-1 .grid-item {
  width: calc(100% / 1);
}
.lftp.logos.columns-mobile-2 .grid-item {
  width: calc(100% / 2);
}
.lftp.logos.columns-mobile-3 .grid-item {
  width: calc(100% / 3);
}
.lftp.logos.columns-mobile-4 .grid-item {
  width: calc(100% / 4);
}
.lftp.logos.columns-mobile-5 .grid-item {
  width: calc(100% / 5);
}
.lftp.logos.columns-mobile-6 .grid-item {
  width: calc(100% / 6);
}
.lftp.logos.columns-mobile-7 .grid-item {
  width: calc(100% / 7);
}
.lftp.logos.columns-mobile-8 .grid-item {
  width: calc(100% / 8);
}
@media (min-width: 576px) {
  .lftp.logos.columns-tablet-1 .grid-item {
    width: calc(100% / 1);
  }
  .lftp.logos.columns-tablet-2 .grid-item {
    width: calc(100% / 2);
  }
  .lftp.logos.columns-tablet-3 .grid-item {
    width: calc(100% / 3);
  }
  .lftp.logos.columns-tablet-4 .grid-item {
    width: calc(100% / 4);
  }
  .lftp.logos.columns-tablet-5 .grid-item {
    width: calc(100% / 5);
  }
  .lftp.logos.columns-tablet-6 .grid-item {
    width: calc(100% / 6);
  }
  .lftp.logos.columns-tablet-7 .grid-item {
    width: calc(100% / 7);
  }
  .lftp.logos.columns-tablet-8 .grid-item {
    width: calc(100% / 8);
  }
}
@media (min-width: 992px) {
  .lftp.logos.columns-desktop-1 .grid-item {
    width: calc(100% / 1);
  }
  .lftp.logos.columns-desktop-2 .grid-item {
    width: calc(100% / 2);
  }
  .lftp.logos.columns-desktop-3 .grid-item {
    width: calc(100% / 3);
  }
  .lftp.logos.columns-desktop-4 .grid-item {
    width: calc(100% / 4);
  }
  .lftp.logos.columns-desktop-5 .grid-item {
    width: calc(100% / 5);
  }
  .lftp.logos.columns-desktop-6 .grid-item {
    width: calc(100% / 6);
  }
  .lftp.logos.columns-desktop-7 .grid-item {
    width: calc(100% / 7);
  }
  .lftp.logos.columns-desktop-8 .grid-item {
    width: calc(100% / 8);
  }
}
.lftp.logos.columns-mobile-1 .item {
  width: calc(100% / 1);
}
.lftp.logos.columns-mobile-2 .item {
  width: calc(100% / 2);
}
.lftp.logos.columns-mobile-3 .item {
  width: calc(100% / 3);
}
.lftp.logos.columns-mobile-4 .item {
  width: calc(100% / 4);
}
.lftp.logos.columns-mobile-5 .item {
  width: calc(100% / 5);
}
.lftp.logos.columns-mobile-6 .item {
  width: calc(100% / 6);
}
.lftp.logos.columns-mobile-7 .item {
  width: calc(100% / 7);
}
.lftp.logos.columns-mobile-8 .item {
  width: calc(100% / 8);
}
@media (min-width: 576px) {
  .lftp.logos.columns-tablet-1 .item {
    width: calc(100% / 1);
  }
  .lftp.logos.columns-tablet-2 .item {
    width: calc(100% / 2);
  }
  .lftp.logos.columns-tablet-3 .item {
    width: calc(100% / 3);
  }
  .lftp.logos.columns-tablet-4 .item {
    width: calc(100% / 4);
  }
  .lftp.logos.columns-tablet-5 .item {
    width: calc(100% / 5);
  }
  .lftp.logos.columns-tablet-6 .item {
    width: calc(100% / 6);
  }
  .lftp.logos.columns-tablet-7 .item {
    width: calc(100% / 7);
  }
  .lftp.logos.columns-tablet-8 .item {
    width: calc(100% / 8);
  }
}
@media (min-width: 992px) {
  .lftp.logos.columns-desktop-1 .item {
    width: calc(100% / 1);
  }
  .lftp.logos.columns-desktop-2 .item {
    width: calc(100% / 2);
  }
  .lftp.logos.columns-desktop-3 .item {
    width: calc(100% / 3);
  }
  .lftp.logos.columns-desktop-4 .item {
    width: calc(100% / 4);
  }
  .lftp.logos.columns-desktop-5 .item {
    width: calc(100% / 5);
  }
  .lftp.logos.columns-desktop-6 .item {
    width: calc(100% / 6);
  }
  .lftp.logos.columns-desktop-7 .item {
    width: calc(100% / 7);
  }
  .lftp.logos.columns-desktop-8 .item {
    width: calc(100% / 8);
  }
}
.lftp.logos.admin-preview .slider-nav {
  display: none;
}
.lftp.logos.has-media .logo-wrapper {
  margin-top: 1.5rem;
}
@media (min-width: 576px) {
  .lftp.logos.has-media .logo-wrapper {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .lftp.logos.has-media .logo-wrapper {
    margin-top: 2.5rem;
  }
}
.lftp.logos .slider .slick-track {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.lftp.logos .slider .items-wrapper:where(.admin-preview.appearance-slider *) {
  white-space: nowrap;
}
.lftp.logos .logo-wrapper {
  text-align: center;
}
.lftp.logos .item,
.lftp.logos .grid-item {
  vertical-align: middle;
}
.lftp.logos .item .image,
.lftp.logos .grid-item .image {
  width: 100%;
  height: 45px;
  /*@include filter(grayscale(100%) contrast(500%));*/
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  margin: 0 auto;
  position: relative;
}
.lftp.logos .item .image img,
.lftp.logos .grid-item .image img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.lftp.logos .grid-item {
  display: inline-block;
  /*        width:calc(100%/3);

          @media (min-width:$sm){
              width:calc(100%/4);
          }

          @media (min-width:$md){
              width:calc(100%/5);
          }

          @media (min-width:$lg){
              width:calc(100%/6);
          }*/
}

.lftp.form.alignment-start .form,
.lftp.form.alignment-start input.wpcf7-submit,
.lftp.form.alignment-start .wpcf7-spinner {
  margin-left: 0;
  margin-right: auto;
  /*text-align:left;*/
}
.lftp.form.alignment-center .form,
.lftp.form.alignment-center input.wpcf7-submit,
.lftp.form.alignment-center .wpcf7-spinner {
  margin-left: auto;
  margin-right: auto;
  /*text-align:center;*/
}
.lftp.form.alignment-center input.wpcf7-submit {
  display: block;
  width: auto;
}
.lftp.form.alignment-end .form,
.lftp.form.alignment-end input.wpcf7-submit,
.lftp.form.alignment-end .wpcf7-spinner {
  margin-left: auto;
  margin-right: 0;
  /*text-align:right;*/
}
.lftp.form.alignment-end input.wpcf7-submit {
  display: block;
  width: auto;
}
.lftp.form .text-block + .form {
  margin-top: 1.5rem;
}
@media (min-width: 576px) {
  .lftp.form .text-block + .form {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .lftp.form .text-block + .form {
    margin-top: 2.5rem;
  }
}
.lftp.form .form {
  max-width: 800px;
}

.lftp.post-grid.columns-mobile-1 .grid-item {
  width: calc(100% / 1);
}
.lftp.post-grid.columns-mobile-2 .grid-item {
  width: calc(100% / 2);
}
.lftp.post-grid.columns-mobile-3 .grid-item {
  width: calc(100% / 3);
}
.lftp.post-grid.columns-mobile-4 .grid-item {
  width: calc(100% / 4);
}
.lftp.post-grid.columns-mobile-5 .grid-item {
  width: calc(100% / 5);
}
.lftp.post-grid.columns-mobile-6 .grid-item {
  width: calc(100% / 6);
}
.lftp.post-grid.columns-mobile-7 .grid-item {
  width: calc(100% / 7);
}
.lftp.post-grid.columns-mobile-8 .grid-item {
  width: calc(100% / 8);
}
@media (min-width: 576px) {
  .lftp.post-grid.columns-tablet-1 .grid-item {
    width: calc(100% / 1);
  }
  .lftp.post-grid.columns-tablet-2 .grid-item {
    width: calc(100% / 2);
  }
  .lftp.post-grid.columns-tablet-3 .grid-item {
    width: calc(100% / 3);
  }
  .lftp.post-grid.columns-tablet-4 .grid-item {
    width: calc(100% / 4);
  }
  .lftp.post-grid.columns-tablet-5 .grid-item {
    width: calc(100% / 5);
  }
  .lftp.post-grid.columns-tablet-6 .grid-item {
    width: calc(100% / 6);
  }
  .lftp.post-grid.columns-tablet-7 .grid-item {
    width: calc(100% / 7);
  }
  .lftp.post-grid.columns-tablet-8 .grid-item {
    width: calc(100% / 8);
  }
}
@media (min-width: 992px) {
  .lftp.post-grid.columns-desktop-1 .grid-item {
    width: calc(100% / 1);
  }
  .lftp.post-grid.columns-desktop-2 .grid-item {
    width: calc(100% / 2);
  }
  .lftp.post-grid.columns-desktop-3 .grid-item {
    width: calc(100% / 3);
  }
  .lftp.post-grid.columns-desktop-4 .grid-item {
    width: calc(100% / 4);
  }
  .lftp.post-grid.columns-desktop-5 .grid-item {
    width: calc(100% / 5);
  }
  .lftp.post-grid.columns-desktop-6 .grid-item {
    width: calc(100% / 6);
  }
  .lftp.post-grid.columns-desktop-7 .grid-item {
    width: calc(100% / 7);
  }
  .lftp.post-grid.columns-desktop-8 .grid-item {
    width: calc(100% / 8);
  }
}
.lftp.post-grid.grid-appearance-slider .grid-item,
.lftp.post-grid.grid-appearance-slider .grid-item.slick-slide {
  margin-bottom: 0;
}
.lftp.post-grid.item-appearance-image-left.team-grid .grid-item > .inner {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.lftp.post-grid.item-appearance-image-left.team-grid .grid-item .image-wrapper {
  height: 0;
  padding-bottom: 100%;
}
@media (min-width: 768px) {
  .lftp.post-grid.item-appearance-image-left .grid-item > .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media (min-width: 768px) {
  .lftp.post-grid.item-appearance-image-left .grid-item .image-wrapper {
    height: 100%;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .lftp.post-grid.item-appearance-image-left .grid-item .item-link {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .lftp.post-grid.item-appearance-image-left .grid-item .text-wrapper {
    margin-top: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .lftp.post-grid.item-appearance-image-left .grid-item .text-wrapper {
    margin-left: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .lftp.post-grid.item-appearance-image-left .grid-item .text-wrapper {
    margin-left: 2.5rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .lftp.post-grid.item-appearance-image-left .grid-item .text-wrapper {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .lftp.post-grid.item-appearance-image-left .grid-item .text-wrapper {
    padding-top: 2.5rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .lftp.post-grid.item-appearance-image-left .grid-item .text-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .lftp.post-grid.item-appearance-image-left .grid-item .text-wrapper {
    padding-bottom: 2.5rem;
  }
}
.lftp.post-grid.item-appearance-stretch-image.team-grid .grid-item > .inner {
  padding-top: 90%;
}
.lftp.post-grid.item-appearance-stretch-image.service-grid .text-wrapper .title:only-child::after {
  content: "east";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-weight: inherit;
  display: inline;
  vertical-align: -0.15em;
  margin-left: 0.5em;
}
.lftp.post-grid.item-appearance-stretch-image .grid-items-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -1.5rem;
}
.lftp.post-grid.item-appearance-stretch-image .grid-item {
  margin-bottom: 1.5rem;
}
.lftp.post-grid.item-appearance-stretch-image .grid-item * {
  color: #fff;
}
.lftp.post-grid.item-appearance-stretch-image .grid-item:hover .image-wrapper::after {
  content: "";
  opacity: 0.75;
}
.lftp.post-grid.item-appearance-stretch-image .grid-item > .inner {
  position: relative;
  padding: 1rem;
  padding-top: 50%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.lftp.post-grid.item-appearance-stretch-image .grid-item .item-link,
.lftp.post-grid.item-appearance-stretch-image .grid-item .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lftp.post-grid.item-appearance-stretch-image .grid-item .item-link:hover .image-wrapper::after, .lftp.post-grid.item-appearance-stretch-image .grid-item .item-link:focus .image-wrapper::after {
  content: "";
  opacity: 0.1;
}
.lftp.post-grid.item-appearance-stretch-image .grid-item .image-wrapper {
  padding-bottom: 0;
  position: relative;
}
.lftp.post-grid.item-appearance-stretch-image .grid-item .image-wrapper:is(.border-radius-enabled *) {
  overflow: hidden;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
}
@media (min-width: 992px) {
  .lftp.post-grid.item-appearance-stretch-image .grid-item .image-wrapper:is(.border-radius-enabled *) {
    border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
}
.lftp.post-grid.item-appearance-stretch-image .grid-item .image-wrapper::after {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: -moz-linear-gradient(0deg, #1c1c1c 0%, rgba(28, 28, 28, 0) 100%);
  background: -webkit-linear-gradient(0deg, #1c1c1c 0%, rgba(28, 28, 28, 0) 100%);
  background: linear-gradient(0deg, #1c1c1c 0%, rgba(28, 28, 28, 0) 100%);
}
.lftp.post-grid.item-appearance-stretch-image .grid-item .text-wrapper {
  margin: 0;
  position: relative;
  pointer-events: none;
}
.lftp.post-grid.item-appearance-stretch-image .grid-item .read-more-link,
.lftp.post-grid.item-appearance-stretch-image .grid-item .term-link {
  pointer-events: auto;
}
.lftp.post-grid.item-appearance-default.team-grid .grid-item .image-wrapper {
  width: 100px;
  height: 100px;
  padding-bottom: 0;
  border-radius: 999em;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.lftp.post-grid.item-appearance-default.team-grid .grid-item .text {
  text-align: center;
}
.lftp.post-grid.job-grid .component.grid {
  text-align: left;
}
.lftp.post-grid .text-wrapper:empty,
.lftp.post-grid .content-wrapper:empty {
  display: none;
}
.lftp.post-grid .component.grid {
  text-align: center;
}
.lftp.post-grid .component.grid .grid-item {
  text-align: left;
}

.lftp.quote .text-block + .quote {
  margin-top: 1.5rem;
}
@media (min-width: 576px) {
  .lftp.quote .text-block + .quote {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .lftp.quote .text-block + .quote {
    margin-top: 2.5rem;
  }
}

.lftp.testimonials.admin-preview.columns-mobile-1 .item-wrapper {
  width: calc(100% / 1);
}
.lftp.testimonials.admin-preview.columns-mobile-2 .item-wrapper {
  width: calc(100% / 2);
}
.lftp.testimonials.admin-preview.columns-mobile-3 .item-wrapper {
  width: calc(100% / 3);
}
.lftp.testimonials.admin-preview.columns-mobile-4 .item-wrapper {
  width: calc(100% / 4);
}
.lftp.testimonials.admin-preview.columns-mobile-5 .item-wrapper {
  width: calc(100% / 5);
}
.lftp.testimonials.admin-preview.columns-mobile-6 .item-wrapper {
  width: calc(100% / 6);
}
.lftp.testimonials.admin-preview.columns-mobile-7 .item-wrapper {
  width: calc(100% / 7);
}
.lftp.testimonials.admin-preview.columns-mobile-8 .item-wrapper {
  width: calc(100% / 8);
}
@media (min-width: 576px) {
  .lftp.testimonials.admin-preview.columns-tablet-1 .item-wrapper {
    width: calc(100% / 1);
  }
  .lftp.testimonials.admin-preview.columns-tablet-2 .item-wrapper {
    width: calc(100% / 2);
  }
  .lftp.testimonials.admin-preview.columns-tablet-3 .item-wrapper {
    width: calc(100% / 3);
  }
  .lftp.testimonials.admin-preview.columns-tablet-4 .item-wrapper {
    width: calc(100% / 4);
  }
  .lftp.testimonials.admin-preview.columns-tablet-5 .item-wrapper {
    width: calc(100% / 5);
  }
  .lftp.testimonials.admin-preview.columns-tablet-6 .item-wrapper {
    width: calc(100% / 6);
  }
  .lftp.testimonials.admin-preview.columns-tablet-7 .item-wrapper {
    width: calc(100% / 7);
  }
  .lftp.testimonials.admin-preview.columns-tablet-8 .item-wrapper {
    width: calc(100% / 8);
  }
}
@media (min-width: 992px) {
  .lftp.testimonials.admin-preview.columns-desktop-1 .item-wrapper {
    width: calc(100% / 1);
  }
  .lftp.testimonials.admin-preview.columns-desktop-2 .item-wrapper {
    width: calc(100% / 2);
  }
  .lftp.testimonials.admin-preview.columns-desktop-3 .item-wrapper {
    width: calc(100% / 3);
  }
  .lftp.testimonials.admin-preview.columns-desktop-4 .item-wrapper {
    width: calc(100% / 4);
  }
  .lftp.testimonials.admin-preview.columns-desktop-5 .item-wrapper {
    width: calc(100% / 5);
  }
  .lftp.testimonials.admin-preview.columns-desktop-6 .item-wrapper {
    width: calc(100% / 6);
  }
  .lftp.testimonials.admin-preview.columns-desktop-7 .item-wrapper {
    width: calc(100% / 7);
  }
  .lftp.testimonials.admin-preview.columns-desktop-8 .item-wrapper {
    width: calc(100% / 8);
  }
}
.lftp.testimonials.admin-preview .items-wrapper {
  white-space: nowrap;
}
.lftp.testimonials.admin-preview .item-wrapper {
  display: inline-block;
  white-space: initial;
  vertical-align: top;
  margin-right: 1rem;
}
.lftp.testimonials .text-block + .slider {
  margin-top: 1.5rem;
}
@media (min-width: 576px) {
  .lftp.testimonials .text-block + .slider {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .lftp.testimonials .text-block + .slider {
    margin-top: 2.5rem;
  }
}
.lftp.testimonials .item-wrapper {
  height: auto;
}
.lftp.testimonials .quote {
  max-width: none;
  height: 100%;
}
.lftp.testimonials .quote > .inner {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.lftp.testimonials .quote .quotee {
  margin-top: auto;
  padding-top: 1.5rem;
}
@media (min-width: 576px) {
  .lftp.testimonials .quote .quotee {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .lftp.testimonials .quote .quotee {
    padding-top: 2.5rem;
  }
}

.lftp.featured-posts.no-content {
  display: none;
}
.lftp.featured-posts.no-content + .featured-post-slider:nth-child(2), .lftp.featured-posts.no-content + .featured-post:nth-child(2) {
  margin-top: 0;
}
.lftp.featured-posts.no-content + .featured-post-slider.has-background, .lftp.featured-posts.no-content + .featured-post.has-background {
  padding-top: 3rem;
}
@media (min-width: 576px) {
  .lftp.featured-posts.no-content + .featured-post-slider.has-background, .lftp.featured-posts.no-content + .featured-post.has-background {
    padding-top: 4rem;
  }
}
@media (min-width: 992px) {
  .lftp.featured-posts.no-content + .featured-post-slider.has-background, .lftp.featured-posts.no-content + .featured-post.has-background {
    padding-top: 5rem;
  }
}

.lftp.featured-post {
  width: 100%;
}
.lftp.featured-post.slick-slide {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.lftp.text-references {
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .lftp.text-references {
    max-width: 540px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
  }
}
@media (min-width: 768px) {
  .lftp.text-references {
    max-width: 720px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 720px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 720px) + .5*2rem);
  }
}
@media (min-width: 992px) {
  .lftp.text-references {
    max-width: 960px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 960px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 960px) + .5*2rem);
  }
}
@media (min-width: 1200px) {
  .lftp.text-references {
    max-width: 1140px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 1140px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 1140px) + .5*2rem);
  }
}
@media (min-width: 1400px) {
  .lftp.text-references {
    max-width: 1320px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 1320px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 1320px) + .5*2rem);
  }
}
.lftp.text-references .row > * {
  padding-left: 0;
  padding-right: 0;
}
.lftp.text-references.admin-preview {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .lftp.text-references .content-wrapper > .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .lftp.text-references .content-wrapper > .inner:is(.admin-preview *) {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
.lftp.text-references .text-wrapper {
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .lftp.text-references .text-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .lftp.text-references .text-wrapper {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .lftp.text-references .text-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .lftp.text-references .references {
    max-width: 270px;
    margin-left: 1.5rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .lftp.text-references .references {
    margin-left: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .lftp.text-references .references {
    margin-left: 2.5rem;
  }
}

.component.text.heading {
  max-width: var(--lf-max-width-headings);
}
.component.text.paragraph {
  max-width: var(--lf-max-width-paragraphs);
}
.component.text *[style*=background-color] {
  padding-left: 0.125em;
  padding-right: 0.125em;
  line-height: 1.35em;
}

.component.button {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  font-weight: var(--lf-font-weight-bold);
  vertical-align: middle;
  white-space: initial;
}
.component.button.appearance-fill {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
  font-weight: var(--lf-font-weight-links);
  display: inline-block;
  padding: 0.75em 1.5em;
  border: 1px solid;
  text-align: center;
  line-height: 1em;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 0;
  background-color: var(--lf-color-blue);
  border-color: var(--lf-color-blue);
  color: var(--lf-color-background);
}
.component.button.appearance-fill:where(.border-radius-enabled *) {
  border-radius: 0.5em;
}
.component.button.appearance-fill:hover:not([disabled]), .component.button.appearance-fill:focus:not([disabled]) {
  -webkit-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  -moz-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
}
.component.button.appearance-fill[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
.component.button.appearance-fill .button-text {
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
}
.component.button.appearance-fill:hover:not([disabled]), .component.button.appearance-fill:focus:not([disabled]) {
  background-color: transparent;
  border-color: currentColor;
  color: var(--lf-color-blue);
}
.component.button.appearance-fill:is(.has-text-color *) {
  color: var(--lf-color-background);
  background-color: var(--lf-color-text);
  border-color: var(--lf-color-text);
}
.component.button.appearance-fill:is(.has-text-color *):hover:not([disabled]), .component.button.appearance-fill:is(.has-text-color *):focus:not([disabled]) {
  color: var(--lf-color-text);
  background-color: transparent;
}
.component.button.appearance-outline {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
  font-weight: var(--lf-font-weight-links);
  display: inline-block;
  padding: 0.75em 1.5em;
  border: 1px solid;
  text-align: center;
  line-height: 1em;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 0;
  background-color: transparent;
  border-color: currentColor;
  color: var(--lf-color-blue);
}
.component.button.appearance-outline:where(.border-radius-enabled *) {
  border-radius: 0.5em;
}
.component.button.appearance-outline:hover:not([disabled]), .component.button.appearance-outline:focus:not([disabled]) {
  -webkit-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  -moz-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
}
.component.button.appearance-outline[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
.component.button.appearance-outline .button-text {
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
}
.component.button.appearance-outline:hover:not([disabled]), .component.button.appearance-outline:focus:not([disabled]) {
  background-color: var(--lf-color-blue);
  border-color: var(--lf-color-blue);
  color: var(--lf-color-background);
}
.component.button.appearance-outline:is(.has-text-color *) {
  color: var(--lf-color-text);
  background-color: transparent;
}
.component.button.appearance-outline:is(.has-text-color *):hover:not([disabled]), .component.button.appearance-outline:is(.has-text-color *):focus:not([disabled]) {
  border-color: var(--lf-color-text);
  background-color: var(--lf-color-text);
  color: var(--lf-color-background);
}
.component.button.appearance-link {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  line-height: 1em;
  font-weight: var(--lf-font-weight-bold);
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
  position: relative;
  color: var(--lf-color-blue);
}
.component.button.appearance-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  width: calc(100% + 0.5rem);
  height: 110%;
  height: calc(100% + 0.5rem);
  background-color: currentColor;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 8px;
}
.component.button.appearance-link:hover:not([disabled])::before {
  content: "";
  opacity: 0.15;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.component.button.appearance-link[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
.component.button.appearance-link:is(.has-text-color *) {
  color: var(--lf-color-text);
}
.component.button.appearance-link:hover:not([disabled]) .button-text, .component.button.appearance-link:focus:not([disabled]) .button-text {
  /*            &::after {
                  margin-left:.4em;
              }*/
}
.component.button.appearance-link .button-text {
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
  /*        &::after {
              @include transition;
              content:'east';
              @include google-material-icon;
              display:inline-block;
              vertical-align:-.15em;
              margin-left:.25em;
          }*/
}
.component.button.term-link.category {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
  font-weight: var(--lf-font-weight-links);
  display: inline-block;
  padding: 0.75em 1.5em;
  border: 1px solid;
  text-align: center;
  line-height: 1em;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 0;
  background-color: var(--lf-color-blue);
  border-color: var(--lf-color-blue);
  color: var(--lf-color-background);
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  font-size: 12px;
  font-weight: var(--lf-font-weight-bold);
  padding: 0 0.5rem;
  border-radius: 999em;
}
.component.button.term-link.category:where(.border-radius-enabled *) {
  border-radius: 0.5em;
}
.component.button.term-link.category:hover:not([disabled]), .component.button.term-link.category:focus:not([disabled]) {
  -webkit-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  -moz-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
}
.component.button.term-link.category[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
.component.button.term-link.category .button-text {
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
}
.component.button.term-link.category:hover:not([disabled]), .component.button.term-link.category:focus:not([disabled]) {
  background-color: transparent;
  border-color: currentColor;
  color: var(--lf-color-blue);
}
.component.button.term-link.category:is(.has-text-color *) {
  color: var(--lf-color-background);
  background-color: var(--lf-color-text);
  border-color: var(--lf-color-text);
}
.component.button.term-link.category:is(.has-text-color *):hover:not([disabled]), .component.button.term-link.category:is(.has-text-color *):focus:not([disabled]) {
  color: var(--lf-color-text);
  background-color: transparent;
}
.component.button.term-link.category::before {
  display: none;
}
.component.button.term-link.category .button-text::after {
  display: none;
}
.component.button .icon {
  width: 1em;
  height: 1em;
  position: relative;
  display: inline-block;
  /*vertical-align:middle;*/
  vertical-align: -17%;
}
.component.button .icon.before {
  margin-right: 0.5em;
}
.component.button .icon.after {
  margin-left: 0.5em;
}
.component.button .icon.icon-image {
  font-size: 1em;
  text-align: center;
  line-height: 1em;
  font-weight: inherit;
}
.component.button .icon img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.component.button .button-text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.component.text-block.alignment-start {
  text-align: left;
}
.component.text-block.alignment-start .component.text {
  margin-left: 0;
  margin-right: auto;
}
.component.text-block.alignment-center {
  text-align: center;
}
.component.text-block.alignment-center .component.text {
  margin-left: auto;
  margin-right: auto;
}
.component.text-block.alignment-end {
  text-align: right;
}
.component.text-block.alignment-end .component.text {
  margin-left: auto;
  margin-right: 0;
}
.component.text-block.alignment-justify {
  text-align: justify;
}
.component.text-block.alignment-justify .component.text {
  margin-left: 0;
  margin-right: auto;
}

.component.embed {
  font-size: 0;
}
.component.embed iframe {
  width: 100%;
  height: 100%;
}

.component.media.slider:is(.media-size-contain *) .slider-nav {
  display: none;
}
.component.media.slider > .inner,
.component.media.slider .items-wrapper,
.component.media.slider .slick-list,
.component.media.slider .slick-track {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.component.media.slider .slider-nav {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.component.media.slider .slick-dots li.slick-active button::before {
  background-color: var(--lf-color-accentLight);
}
.component.media.slider .slick-dots li button::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.component.media.slider .slick-track {
  display: block;
  width: 100% !important;
  white-space: nowrap;
  position: relative;
}
.component.media.slider .slick-track .slick-slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
.component.media.slider .slick-track .slick-slide:first-child {
  position: relative !important;
}
.component.media.slider .items-wrapper .item:is(.admin-preview *) {
  opacity: 0.1;
}
.component.media.slider .items-wrapper .item:is(.admin-preview *):last-child {
  opacity: 1;
}

.component.grid-item.post-grid-item.sticky {
  width: 100%;
}
@media (min-width: 992px) {
  .component.grid-item.post-grid-item.sticky > .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .component.grid-item.post-grid-item.sticky > .inner {
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .component.grid-item.post-grid-item.sticky > .inner {
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .component.grid-item.post-grid-item.sticky .item-link {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .component.grid-item.post-grid-item.sticky .image-wrapper {
    height: 100%;
    padding-bottom: 0;
    margin-right: 1rem;
    background-clip: content-box;
  }
}
@media (min-width: 992px) {
  .component.grid-item.post-grid-item.sticky .text-wrapper {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-top: 0;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .component.grid-item.post-grid-item.sticky .text-wrapper {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .component.grid-item.post-grid-item.sticky .text-wrapper {
    padding-left: 2.5rem;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .component.grid-item.post-grid-item.sticky .text-wrapper {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .component.grid-item.post-grid-item.sticky .text-wrapper {
    padding-top: 2.5rem;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .component.grid-item.post-grid-item.sticky .text-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .component.grid-item.post-grid-item.sticky .text-wrapper {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .component.grid-item.post-grid-item.sticky .text-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .component.grid-item.post-grid-item.sticky .text-wrapper {
    padding-top: 4rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .component.grid-item.post-grid-item.sticky .text-wrapper {
    padding-top: 5rem;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .component.grid-item.post-grid-item.sticky .text-wrapper {
    padding-bottom: 4rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .component.grid-item.post-grid-item.sticky .text-wrapper {
    padding-bottom: 5rem;
  }
}
.component.grid-item.post-grid-item:is(.team-grid *) .text-block .text.title {
  font-family: var(--lf-font-family-h5);
  font-weight: var(--lf-font-weight-h5);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
.component.grid-item.post-grid-item:is(.team-grid *) .text-block .text.title:is(.has-blue-color *), .component.grid-item.post-grid-item:is(.team-grid *) .text-block .text.title:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  .component.grid-item.post-grid-item:is(.team-grid *) .text-block .text.title {
    font-size: 1.5rem;
    line-height: 1.6em;
  }
}
.component.grid-item.post-grid-item:is(.team-grid *) .text-block .text.title .post-link {
  font-family: var(--lf-font-family-h5);
  font-weight: var(--lf-font-weight-h5);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: -0.02em;
}
.component.grid-item.post-grid-item:is(.team-grid *) .text-block .text.title .post-link:is(.has-blue-color *), .component.grid-item.post-grid-item:is(.team-grid *) .text-block .text.title .post-link:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  .component.grid-item.post-grid-item:is(.team-grid *) .text-block .text.title .post-link {
    font-size: 1.5rem;
    line-height: 1.6em;
  }
}
.component.grid-item.post-grid-item:is(.team-grid *) .text-block .text.job-title {
  margin-top: 0;
  font-family: var(--lf-font-family-h3);
  font-weight: var(--lf-font-weight-h3);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1.31rem;
  line-height: 1.4em;
  letter-spacing: -0.02em;
  font-family: var(--lf-font-family-subheadings);
  font-weight: var(--lf-font-weight-subheadings);
  font-weight: 500;
  text-decoration: none;
  color: var(--lf-color-blue);
  opacity: 0.5;
}
.component.grid-item.post-grid-item:is(.team-grid *) .text-block .text.job-title:is(.has-blue-color *), .component.grid-item.post-grid-item:is(.team-grid *) .text-block .text.job-title:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  .component.grid-item.post-grid-item:is(.team-grid *) .text-block .text.job-title {
    font-size: 2.125rem;
    line-height: 1.4em;
  }
}
.component.grid-item.post-grid-item:is(.team-grid *) .text-block .text.job-title:is(.has-blue-background-color *) {
  color: var(--lf-color-green);
}
.component.grid-item.post-grid-item:is(.job-grid *) .text-block .text.job-location, .component.grid-item.post-grid-item:is(.job-grid *) .text-block .text.job-contract-type, .component.grid-item.post-grid-item:is(.job-grid *) .text-block .text.job-salary {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0;
}
.component.grid-item.post-grid-item:is(.job-grid *) .text-block .text.job-location + .job-location::before, .component.grid-item.post-grid-item:is(.job-grid *) .text-block .text.job-location + .job-contract-type::before, .component.grid-item.post-grid-item:is(.job-grid *) .text-block .text.job-location + .job-salary::before, .component.grid-item.post-grid-item:is(.job-grid *) .text-block .text.job-contract-type + .job-location::before, .component.grid-item.post-grid-item:is(.job-grid *) .text-block .text.job-contract-type + .job-contract-type::before, .component.grid-item.post-grid-item:is(.job-grid *) .text-block .text.job-contract-type + .job-salary::before, .component.grid-item.post-grid-item:is(.job-grid *) .text-block .text.job-salary + .job-location::before, .component.grid-item.post-grid-item:is(.job-grid *) .text-block .text.job-salary + .job-contract-type::before, .component.grid-item.post-grid-item:is(.job-grid *) .text-block .text.job-salary + .job-salary::before {
  margin-right: 0.5rem;
  vertical-align: 0.2em;
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background-color: currentColor;
}
.component.grid-item.post-grid-item:is(.job-grid *) .text-block .text.job-location, .component.grid-item.post-grid-item:is(.job-grid *) .text-block .text.job-contract-type, .component.grid-item.post-grid-item:is(.job-grid *) .text-block .text.job-salary {
  margin-top: 0;
  font-family: var(--lf-font-family-h3);
  font-weight: var(--lf-font-weight-h3);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1.31rem;
  line-height: 1.4em;
  letter-spacing: -0.02em;
  font-family: var(--lf-font-family-subheadings);
  font-weight: var(--lf-font-weight-subheadings);
  font-weight: 500;
  text-decoration: none;
  color: var(--lf-color-blue);
  opacity: 0.5;
}
.component.grid-item.post-grid-item:is(.job-grid *) .text-block .text.job-location:is(.has-blue-color *), .component.grid-item.post-grid-item:is(.job-grid *) .text-block .text.job-location:is(.has-blue-background-color *), .component.grid-item.post-grid-item:is(.job-grid *) .text-block .text.job-contract-type:is(.has-blue-color *), .component.grid-item.post-grid-item:is(.job-grid *) .text-block .text.job-contract-type:is(.has-blue-background-color *), .component.grid-item.post-grid-item:is(.job-grid *) .text-block .text.job-salary:is(.has-blue-color *), .component.grid-item.post-grid-item:is(.job-grid *) .text-block .text.job-salary:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  .component.grid-item.post-grid-item:is(.job-grid *) .text-block .text.job-location, .component.grid-item.post-grid-item:is(.job-grid *) .text-block .text.job-contract-type, .component.grid-item.post-grid-item:is(.job-grid *) .text-block .text.job-salary {
    font-size: 2.125rem;
    line-height: 1.4em;
  }
}
.component.grid-item.post-grid-item:is(.job-grid *) .text-block .text.job-location:is(.has-blue-background-color *), .component.grid-item.post-grid-item:is(.job-grid *) .text-block .text.job-contract-type:is(.has-blue-background-color *), .component.grid-item.post-grid-item:is(.job-grid *) .text-block .text.job-salary:is(.has-blue-background-color *) {
  color: var(--lf-color-green);
}
.component.grid-item.post-grid-item:is(.masonry-enabled .main-grid *) .image-wrapper {
  height: auto;
  padding-bottom: 0;
}
.component.grid-item.post-grid-item:is(.masonry-enabled .main-grid *) .image-wrapper .image,
.component.grid-item.post-grid-item:is(.masonry-enabled .main-grid *) .image-wrapper .image img {
  position: static;
  width: 100%;
  height: auto;
}
.component.grid-item.post-grid-item > .inner {
  /*padding:$space;*/
  /*background-color:$white;*/
}
.component.grid-item.post-grid-item .item-link {
  position: relative;
}
.component.grid-item.post-grid-item .item-link:hover, .component.grid-item.post-grid-item .item-link:focus {
  color: inherit;
}
.component.grid-item.post-grid-item .item-link:hover .title, .component.grid-item.post-grid-item .item-link:focus .title {
  color: var(--lf-color-blue);
}
.component.grid-item.post-grid-item .terms {
  position: absolute;
  top: 1rem;
  right: 1rem;
  text-align: right;
  z-index: 1;
}
.component.grid-item.post-grid-item .terms .term {
  display: inline-block;
  background-color: #fff;
  padding: 0.25em 0.5em;
  margin-left: 1rem;
  margin-bottom: 1rem;
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  font-size: 12px;
  font-family: var(--lf-font-family-h6);
  font-weight: var(--lf-font-weight-h6);
}
.component.grid-item.post-grid-item .terms .term:first-child {
  margin-left: 0;
}
.component.grid-item.post-grid-item .image-wrapper {
  height: 0;
  padding-bottom: 65%;
  background-color: var(--lf-color-text-transparent);
  position: relative;
  overflow: hidden;
}
.component.grid-item.post-grid-item .image-wrapper + .text-wrapper {
  /*margin-top:$space;*/
}
.component.grid-item.post-grid-item .image-wrapper .image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.component.grid-item.post-grid-item .image-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.component.grid-item.post-grid-item .text-wrapper {
  margin: 0;
  padding: 1rem;
  background-color: #fff;
}
.component.grid-item.post-grid-item .post-link {
  border: none;
  color: inherit;
  text-decoration: none;
}
.component.grid-item.post-grid-item .post-link:hover, .component.grid-item.post-grid-item .post-link:focus {
  color: var(--lf-color-blue);
}
.component.grid-item.post-grid-item .post-link:is(.has-text-color *):hover, .component.grid-item.post-grid-item .post-link:is(.has-text-color *):focus {
  color: var(--lf-color-text-half);
}
.component.grid-item.post-grid-item .meta {
  border-bottom: 0.15em solid;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.component.grid-item.post-grid-item .meta > .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.component.grid-item.post-grid-item .meta > .inner .text,
.component.grid-item.post-grid-item .meta > .inner .text + .text {
  margin: 0;
}
.component.grid-item.post-grid-item .buttons-wrapper {
  margin-top: 1rem;
}
.component.grid-item.post-grid-item .buttons-wrapper:is(.excerpt + .buttons-wrapper) {
  margin-top: 0;
}
.component.grid-item.post-grid-item .read-more-link {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
  font-weight: var(--lf-font-weight-links);
  display: inline-block;
  padding: 0.75em 1.5em;
  border: 1px solid;
  text-align: center;
  line-height: 1em;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 0;
  background-color: var(--lf-color-green);
  border-color: var(--lf-color-green);
  color: #fff;
}
.component.grid-item.post-grid-item .read-more-link:where(.border-radius-enabled *) {
  border-radius: 0.5em;
}
.component.grid-item.post-grid-item .read-more-link:hover:not([disabled]), .component.grid-item.post-grid-item .read-more-link:focus:not([disabled]) {
  -webkit-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  -moz-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
}
.component.grid-item.post-grid-item .read-more-link[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
.component.grid-item.post-grid-item .read-more-link .button-text {
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
}
.component.grid-item.post-grid-item .read-more-link:hover:not([disabled]), .component.grid-item.post-grid-item .read-more-link:focus:not([disabled]) {
  background-color: transparent;
  border-color: var(--lf-color-green);
  color: var(--lf-color-green);
}
.component.grid-item.post-grid-item .read-more-link:is(.has-text-color *) {
  color: var(--lf-color-background);
  background-color: var(--lf-color-text);
  border-color: var(--lf-color-text);
}
.component.grid-item.post-grid-item .read-more-link:is(.has-text-color *):hover:not([disabled]), .component.grid-item.post-grid-item .read-more-link:is(.has-text-color *):focus:not([disabled]) {
  color: var(--lf-color-text);
  background-color: transparent;
}
.component.grid-item .item-link {
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  color: inherit;
  display: block;
  border: none;
  text-decoration: none;
  cursor: pointer;
  /*        & + .text-wrapper {
              margin-top:$space;
          }*/
}
.component.grid-item .item-link:hover, .component.grid-item .item-link:focus {
  color: var(--lf-color-blue);
}
.component.grid-item .item-link:hover .image-wrapper img, .component.grid-item .item-link:focus .image-wrapper img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.component.grid-item .text-wrapper:empty {
  display: none;
}
.component.grid-item .title,
.component.grid-item .post-link {
  font-family: var(--lf-font-family-h4);
  font-weight: var(--lf-font-weight-h4);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1.2rem;
  line-height: 1.5em;
  letter-spacing: -0.02em;
  text-decoration: none;
}
.component.grid-item .title:is(.has-blue-color *), .component.grid-item .title:is(.has-blue-background-color *),
.component.grid-item .post-link:is(.has-blue-color *),
.component.grid-item .post-link:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  .component.grid-item .title,
  .component.grid-item .post-link {
    font-size: 1.8rem;
    line-height: 1.4em;
  }
}
@media (min-width: 992px) {
  .component.grid-item .title,
  .component.grid-item .post-link {
    font-family: var(--lf-font-family-h5);
    font-weight: var(--lf-font-weight-h5);
    text-decoration: underline var(--lf-color-blue);
    font-size: 1rem;
    line-height: 1.5em;
    letter-spacing: -0.02em;
    text-decoration: none;
  }
  .component.grid-item .title:is(.has-blue-color *), .component.grid-item .title:is(.has-blue-background-color *),
  .component.grid-item .post-link:is(.has-blue-color *),
  .component.grid-item .post-link:is(.has-blue-background-color *) {
    text-decoration-color: var(--lf-color-green);
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .component.grid-item .title,
  .component.grid-item .post-link {
    font-size: 1.5rem;
    line-height: 1.6em;
  }
}
.component.grid-item .date,
.component.grid-item .author,
.component.grid-item .category {
  font-family: var(--lf-font-family-h6);
  font-weight: var(--lf-font-weight-h6);
}
.component.grid-item .date {
  /*margin-left:auto;*/
  /*@include font-default;*/
}
.component.grid-item .excerpt,
.component.grid-item .component.text + .component.text.excerpt {
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  margin-bottom: 1rem;
  margin-top: 0.25rem;
}
.component.grid-item .term-links {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline;
}
.component.grid-item .term-links.category {
  line-height: 2em;
}
.component.grid-item .term-link {
  margin-right: 1.25em;
  min-height: 0;
}
.component.grid-item .term-link.post_tag {
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  font-size: 12px;
  font-weight: var(--lf-font-weight-bold);
  position: relative;
  color: var(--lf-color-blue);
  display: inline-block;
  line-height: 1.25em;
  border: none;
}
.component.grid-item .term-link.post_tag::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  width: calc(100% + 0.5rem);
  height: 110%;
  height: calc(100% + 0.5rem);
  background-color: currentColor;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 8px;
}
.component.grid-item .term-link.post_tag:hover:not([disabled])::before {
  content: "";
  opacity: 0.15;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.component.grid-item .term-link.post_tag:is(.has-text-color *) {
  color: var(--lf-color-text);
  /*        &:hover,
              &:focus {
  &:not([disabled]){
              background-color:var(--lf-color-text);
              color:var(--lf-color-background);
  }
          }*/
}
.component.grid-item .term-link.post_tag .button-text::after {
  display: none;
}
.component.grid-item .term-link.category {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
  font-weight: var(--lf-font-weight-links);
  display: inline-block;
  padding: 0.75em 1.5em;
  border: 1px solid;
  text-align: center;
  line-height: 1em;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 0;
  background-color: var(--lf-color-blue);
  border-color: var(--lf-color-blue);
  color: var(--lf-color-background);
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  font-size: 12px;
  font-weight: var(--lf-font-weight-bold);
  padding: 0 0.5rem;
  border-radius: 999em;
}
.component.grid-item .term-link.category:where(.border-radius-enabled *) {
  border-radius: 0.5em;
}
.component.grid-item .term-link.category:hover:not([disabled]), .component.grid-item .term-link.category:focus:not([disabled]) {
  -webkit-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  -moz-box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
  box-shadow: 0 0 0 3px var(--lf-color-accentLight-half);
}
.component.grid-item .term-link.category[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
.component.grid-item .term-link.category .button-text {
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
}
.component.grid-item .term-link.category:hover:not([disabled]), .component.grid-item .term-link.category:focus:not([disabled]) {
  background-color: transparent;
  border-color: currentColor;
  color: var(--lf-color-blue);
}
.component.grid-item .term-link.category:is(.has-text-color *) {
  color: var(--lf-color-background);
  background-color: var(--lf-color-text);
  border-color: var(--lf-color-text);
}
.component.grid-item .term-link.category:is(.has-text-color *):hover:not([disabled]), .component.grid-item .term-link.category:is(.has-text-color *):focus:not([disabled]) {
  color: var(--lf-color-text);
  background-color: transparent;
}
.component.grid-item .term-link.category::before {
  display: none;
}
.component.grid-item .term-link.category .button-text::after {
  display: none;
}
.component.grid-item .read-more-link {
  color: var(--lf-color-blue);
}

.component.grid.main-grid.columns-mobile-1 .grid-item {
  width: calc(100% / 1);
}
.component.grid.main-grid.columns-mobile-2 .grid-item {
  width: calc(100% / 2);
}
.component.grid.main-grid.columns-mobile-3 .grid-item {
  width: calc(100% / 3);
}
.component.grid.main-grid.columns-mobile-4 .grid-item {
  width: calc(100% / 4);
}
.component.grid.main-grid.columns-mobile-5 .grid-item {
  width: calc(100% / 5);
}
.component.grid.main-grid.columns-mobile-6 .grid-item {
  width: calc(100% / 6);
}
.component.grid.main-grid.columns-mobile-7 .grid-item {
  width: calc(100% / 7);
}
.component.grid.main-grid.columns-mobile-8 .grid-item {
  width: calc(100% / 8);
}
@media (min-width: 576px) {
  .component.grid.main-grid.columns-tablet-1 .grid-item {
    width: calc(100% / 1);
  }
  .component.grid.main-grid.columns-tablet-2 .grid-item {
    width: calc(100% / 2);
  }
  .component.grid.main-grid.columns-tablet-3 .grid-item {
    width: calc(100% / 3);
  }
  .component.grid.main-grid.columns-tablet-4 .grid-item {
    width: calc(100% / 4);
  }
  .component.grid.main-grid.columns-tablet-5 .grid-item {
    width: calc(100% / 5);
  }
  .component.grid.main-grid.columns-tablet-6 .grid-item {
    width: calc(100% / 6);
  }
  .component.grid.main-grid.columns-tablet-7 .grid-item {
    width: calc(100% / 7);
  }
  .component.grid.main-grid.columns-tablet-8 .grid-item {
    width: calc(100% / 8);
  }
}
@media (min-width: 992px) {
  .component.grid.main-grid.columns-desktop-1 .grid-item {
    width: calc(100% / 1);
  }
  .component.grid.main-grid.columns-desktop-2 .grid-item {
    width: calc(100% / 2);
  }
  .component.grid.main-grid.columns-desktop-3 .grid-item {
    width: calc(100% / 3);
  }
  .component.grid.main-grid.columns-desktop-4 .grid-item {
    width: calc(100% / 4);
  }
  .component.grid.main-grid.columns-desktop-5 .grid-item {
    width: calc(100% / 5);
  }
  .component.grid.main-grid.columns-desktop-6 .grid-item {
    width: calc(100% / 6);
  }
  .component.grid.main-grid.columns-desktop-7 .grid-item {
    width: calc(100% / 7);
  }
  .component.grid.main-grid.columns-desktop-8 .grid-item {
    width: calc(100% / 8);
  }
}
.component.grid.main-grid .grid-item.sticky {
  width: 100%;
}
.component.grid .grid-items-wrapper {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: -1.5rem;
}
@media (min-width: 576px) {
  .component.grid .grid-items-wrapper {
    margin-bottom: -2rem;
  }
}
@media (min-width: 992px) {
  .component.grid .grid-items-wrapper {
    margin-bottom: -2.5rem;
  }
}
.component.grid .grid-item {
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  vertical-align: top;
  display: inline-block;
}
@media (min-width: 576px) {
  .component.grid .grid-item {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .component.grid .grid-item {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .component.grid .grid-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .component.grid .grid-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .component.grid .grid-item {
    width: 25%;
  }
}

.component.accordion-button {
  color: var(--lf-color-blue);
  font-weight: var(--lf-font-weight-bold);
  /*    .button-text {
          @include flex(1);
      }*/
}
.component.accordion-button.opened .icon.closed {
  display: none;
}
.component.accordion-button.opened .icon.opened {
  display: inline-block;
}
.component.accordion-button .icon {
  /*        width:$accordionImageSize;
          height:$accordionImageSize;
          position:relative;
          display:inline-block;
          vertical-align:middle;
          margin-right:$accordionImageSpacing;*/
  /*        &.icon-image {
              font-size:$accordionImageSize;
              text-align:center;
              line-height:$accordionImageSize;
              font-weight:inherit;
          }*/
  /*        img {
              -o-object-fit:cover;
              object-fit:cover;
              width:100%;
              height:100%;
              position:absolute;
              top:0;
              left:0;
          }*/
}
.component.accordion-button .icon.closed {
  display: inline-block;
}
.component.accordion-button .icon.opened {
  display: none;
}
.component.accordion-button .button-text {
  font-family: var(--lf-font-family-h6);
  font-weight: var(--lf-font-weight-h6);
  color: var(--lf-color-blue);
  cursor: pointer;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.component.accordion-button .button-text:hover {
  color: var(--lf-color-text);
}

.component.accordion-content {
  height: 0;
  /*@include transition(opacity 0.1s, transform 0.25s, height 0.25s);*/
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
}
.component.accordion-content.opened {
  pointer-events: auto;
  opacity: 1;
}
.component.accordion-content.opened > .inner {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.component.accordion-content > .inner {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  padding-top: 0.5rem;
  padding-left: calc(1.25em + 0.5rem);
}

.component.slider:is(.admin-preview *) .items-wrapper, .component.slider:is(.acf-block-preview *) .items-wrapper {
  overflow: hidden;
  white-space: nowrap;
}
.component.slider:is(.admin-preview *) .items-wrapper > *, .component.slider:is(.acf-block-preview *) .items-wrapper > * {
  display: inline-block;
  padding-right: 1em;
  white-space: initial;
  vertical-align: top;
}
.component.slider:is(.admin-preview *) .slider-nav, .component.slider:is(.acf-block-preview *) .slider-nav {
  position: relative;
  left: -0.5em;
}
.component.slider:is(.admin-preview *) .slider-nav .arrows-wrapper, .component.slider:is(.acf-block-preview *) .slider-nav .arrows-wrapper {
  background-color: var(--lf-color-text-transparent);
  border-radius: 999em;
  height: 1em;
  width: 75px;
  position: relative;
}
.component.slider:is(.admin-preview *) .slider-nav .arrows-wrapper::before, .component.slider:is(.admin-preview *) .slider-nav .arrows-wrapper::after, .component.slider:is(.acf-block-preview *) .slider-nav .arrows-wrapper::before, .component.slider:is(.acf-block-preview *) .slider-nav .arrows-wrapper::after {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-weight: inherit;
  position: absolute;
  color: var(--lf-color-blue);
}
.component.slider:is(.admin-preview *) .slider-nav .arrows-wrapper::before, .component.slider:is(.acf-block-preview *) .slider-nav .arrows-wrapper::before {
  content: "west";
  left: -2em;
}
.component.slider:is(.admin-preview *) .slider-nav .arrows-wrapper::after, .component.slider:is(.acf-block-preview *) .slider-nav .arrows-wrapper::after {
  content: "east";
  right: -2em;
}
.component.slider .slider-nav {
  text-align: center;
}
.component.slider .slider-nav > .inner {
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
  width: auto;
  padding-left: 1.5rem;
  padding-left: 2.5rem;
  padding-right: 1.5rem;
  padding-right: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
.component.slider .slider-nav > .inner:empty {
  display: none;
}
.component.slider .slider-nav .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.component.slider .slider-button {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  line-height: 1em;
  color: var(--lf-color-blue);
  position: relative;
  width: 1.5rem;
  position: relative;
}
.component.slider .slider-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  width: calc(100% + 0.5rem);
  height: 110%;
  height: calc(100% + 0.5rem);
  background-color: currentColor;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 8px;
}
.component.slider .slider-button:hover:not([disabled])::before {
  content: "";
  opacity: 0.15;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.component.slider .slider-button:is(.has-text-color *) {
  color: var(--lf-color-text);
}
.component.slider .slider-button .button-icon {
  font-size: 1.5rem;
}
.component.slider .slider-button svg {
  width: 100%;
  height: auto;
}
.component.slider .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 0;
}
.component.slider .slick-dots li {
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.component.slider .slick-dots li:last-child {
  margin-right: 0;
}
.component.slider .slick-dots li:only-child button, .component.slider .slick-dots li.slick-active:only-child button {
  width: 0.5rem;
}
.component.slider .slick-dots li:only-child button:hover, .component.slider .slick-dots li:only-child button:focus, .component.slider .slick-dots li.slick-active:only-child button:hover, .component.slider .slick-dots li.slick-active:only-child button:focus {
  width: 0.5rem;
}
.component.slider .slick-dots li.slick-active button {
  width: 2rem;
}
.component.slider .slick-dots li.slick-active button::before {
  content: "";
  background-color: var(--lf-color-blue);
}
.component.slider .slick-dots li.slick-active button:hover, .component.slider .slick-dots li.slick-active button:focus {
  width: 2rem;
}
.component.slider .slick-dots li.slick-active button:is(.has-text-color *)::before {
  background-color: var(--lf-color-text);
}
.component.slider .slick-dots li button {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  font-size: 0;
  width: 0.5rem;
  height: 1.5rem;
  position: relative;
}
.component.slider .slick-dots li button::before {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  content: "";
  width: 100%;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  border-radius: 999rem;
  background-color: var(--lf-color-text-half);
}
.component.slider .slick-dots li button:hover, .component.slider .slick-dots li button:focus {
  width: 1rem;
}
.component.slider .items-wrapper[data-args*='"adaptiveHeight":false'] .slick-track, .component.slider .items-wrapper:not([data-args*='"adaptiveHeight":true']) .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.component.slider .items-wrapper[data-args*='"adaptiveHeight":false'] .slick-track .item, .component.slider .items-wrapper:not([data-args*='"adaptiveHeight":true']) .slick-track .item {
  height: inherit;
}
.component.slider .items-wrapper[data-args*='"overflow":"visible"'] {
  position: relative;
}
.component.slider .items-wrapper[data-args*='"overflow":"visible"']::before, .component.slider .items-wrapper[data-args*='"overflow":"visible"']::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: calc(50vw - 50%);
  width: 100vw;
  pointer-events: none;
  background: var(--lf-color-background);
  background: -moz-linear-gradient(90deg, var(--lf-color-background-rgba) 0%, var(--lf-color-background) 350px);
  background: -webkit-linear-gradient(90deg, var(--lf-color-background-rgba) 0%, var(--lf-color-background) 350px);
  background: linear-gradient(90deg, var(--lf-color-background-rgba) 0%, var(--lf-color-background) 350px);
  z-index: 1;
}
.component.slider .items-wrapper[data-args*='"overflow":"visible"']::before {
  left: 0;
  -webkit-transform: translateX(-100%) rotate(180deg);
  -moz-transform: translateX(-100%) rotate(180deg);
  -ms-transform: translateX(-100%) rotate(180deg);
  -o-transform: translateX(-100%) rotate(180deg);
  transform: translateX(-100%) rotate(180deg);
}
.component.slider .items-wrapper[data-args*='"overflow":"visible"']::after {
  right: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.component.slider .items-wrapper[data-args*='"overflow":"visible"'] .slick-list,
.component.slider .items-wrapper[data-args*='"overflow":"visible"'] .slick-track {
  overflow: visible;
}
.component.slider .items-wrapper[data-args*='"overflow":"visible"'] .item:not(.slick-active) {
  /*opacity:.125;*/
  /*@include transform(scale(.5));*/
}
.component.slider .slick-list {
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  margin-right: -2rem;
}
@media (min-width: 576px) {
  .component.slider .slick-list {
    margin-right: -2rem;
  }
}
@media (min-width: 768px) {
  .component.slider .slick-list {
    margin-right: -2rem;
  }
}
@media (min-width: 992px) {
  .component.slider .slick-list {
    margin-right: -2rem;
  }
}
@media (min-width: 1200px) {
  .component.slider .slick-list {
    margin-right: -2rem;
  }
}
@media (min-width: 1400px) {
  .component.slider .slick-list {
    margin-right: -2rem;
  }
}
.component.slider .slick-slide {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  padding-right: 2rem;
  background-clip: content-box;
  height: auto;
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 576px) {
  .component.slider .slick-slide {
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .component.slider .slick-slide {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .component.slider .slick-slide {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .component.slider .slick-slide {
    padding-right: 2rem;
  }
}
@media (min-width: 1400px) {
  .component.slider .slick-slide {
    padding-right: 2rem;
  }
}

.component.quote {
  /*max-width:$maxWidthHeading;*/
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .component.quote {
    max-width: 540px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
  }
}
@media (min-width: 768px) {
  .component.quote {
    max-width: 720px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 720px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 720px) + .5*2rem);
  }
}
@media (min-width: 992px) {
  .component.quote {
    max-width: 960px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 960px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 960px) + .5*2rem);
  }
}
@media (min-width: 1200px) {
  .component.quote {
    max-width: 1140px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 1140px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 1140px) + .5*2rem);
  }
}
@media (min-width: 1400px) {
  .component.quote {
    max-width: 1320px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 1320px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 1320px) + .5*2rem);
  }
}
.component.quote:is(.has-background *) {
  background-color: rgba(28, 28, 28, 0.1);
}
.component.quote.alignment-center {
  margin: 0 auto;
}
.component.quote.alignment-center .quotee {
  display: block;
  text-align: center;
}
.component.quote.alignment-center .quotee .image {
  margin: 0 auto 1rem;
}
.component.quote.alignment-center .quotee .text-block {
  padding-left: 0;
}
.component.quote.alignment-end {
  margin: 0 0 0 auto;
}
.component.quote.alignment-end .quotee {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.component.quote.alignment-end .quotee .image {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
}
.component.quote.alignment-end .quotee .text-block {
  padding-left: 0;
  padding-right: 1rem;
}
.component.quote .quote-content {
  position: relative;
  margin: 0;
  font-family: var(--lf-font-family-h1);
  font-weight: var(--lf-font-weight-h1);
  text-decoration: underline var(--lf-color-blue);
  font-size: 2.5rem;
  line-height: 1.25em;
  letter-spacing: -0.03em;
  font-size: 26px;
}
.component.quote .quote-content:is(.has-blue-color *), .component.quote .quote-content:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 576px) {
  .component.quote .quote-content {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .component.quote .quote-content {
    font-size: 8.3rem;
    line-height: 1.25em;
  }
}
@media (min-width: 576px) {
  .component.quote .quote-content {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .component.quote .quote-content {
    font-size: 50px;
  }
}
.component.quote .quote-content > :first-child::before {
  content: "“";
  display: inline;
}
.component.quote .quote-content > :last-child::after {
  content: "”";
  display: inline;
}
.component.quote .rating-wrapper {
  line-height: 1em;
  margin-bottom: 1rem;
}
.component.quote .rating-wrapper .rating-text {
  display: inline-block;
  vertical-align: middle;
  font-weight: var(--lf-font-weight-bold);
  margin-left: 1rem;
}
.component.quote .rating-wrapper .rating-text::after {
  content: " / 10";
  display: inline;
  font-weight: var(--lf-font-weight-normal);
  opacity: 0.5;
}
.component.quote .rating-wrapper .rating-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.component.quote .rating-wrapper .rating-basis {
  opacity: 0.3;
}
.component.quote .rating-wrapper .rating-score {
  color: orange;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.component.quote .rating-wrapper .rating-score .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
.component.quote .quotee {
  margin-top: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.component.quote .quotee:empty {
  display: none;
}
.component.quote .quotee .image {
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
}
.component.quote .quotee .image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.component.quote .quotee .text-block {
  padding-left: 1rem;
}
.component.quote .quotee .text-block .text {
  margin: 0;
}
.component.quote .quotee .name {
  font-weight: var(--lf-font-weight-bold);
}
.component.quote .quotee .description {
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  font-size: 12px;
}

.component.filter .term-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media (min-width: 576px) {
  .component.filter .term-item {
    display: inline-block;
    margin-right: 1rem;
  }
  .component.filter .term-item:last-child {
    margin-right: 0;
  }
}
.component.filter .term-item.current .term-link {
  color: inherit;
  text-decoration: none;
}

.component.reference {
  font-family: var(--lf-font-family-h6);
  font-weight: var(--lf-font-weight-h6);
  color: var(--lf-color-blue);
}
.component.reference + .component.reference {
  margin-top: 1.5rem;
}
@media (min-width: 576px) {
  .component.reference + .component.reference {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .component.reference + .component.reference {
    margin-top: 2.5rem;
  }
}
.component.reference .image {
  margin-bottom: 1rem;
}
.component.reference .component.text.reference-paragraph {
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  font-size: 14px;
  font-family: var(--lf-font-family-h6);
  font-weight: var(--lf-font-weight-h6);
  margin-top: 0.5rem;
}
.component.reference .buttons-wrapper {
  margin-top: 1rem;
}
.component.reference .button {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  line-height: 1em;
  font-weight: var(--lf-font-weight-bold);
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
  position: relative;
  color: var(--lf-color-blue);
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  font-size: 14px;
  font-family: var(--lf-font-family-h6);
  font-weight: var(--lf-font-weight-h6);
  line-height: 1.15em;
  color: var(--lf-color-green);
}
.component.reference .button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  width: calc(100% + 0.5rem);
  height: 110%;
  height: calc(100% + 0.5rem);
  background-color: currentColor;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 8px;
}
.component.reference .button:hover:not([disabled])::before {
  content: "";
  opacity: 0.15;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.component.reference .button[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
.component.reference .button:is(.has-text-color *) {
  color: var(--lf-color-text);
}
.component.reference .button:hover:not([disabled]) .button-text, .component.reference .button:focus:not([disabled]) .button-text {
  /*            &::after {
                  margin-left:.4em;
              }*/
}
.component.reference .button .button-text {
  font-family: var(--lf-font-family-buttons);
  font-weight: var(--lf-font-weight-buttons);
  /*        &::after {
              @include transition;
              content:'east';
              @include google-material-icon;
              display:inline-block;
              vertical-align:-.15em;
              margin-left:.25em;
          }*/
}
.component.reference .button .button-text {
  padding-right: 1.35rem;
}
.component.reference .button .button-text::after {
  content: "arrow_forward";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-weight: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 1em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.buttons-wrapper {
  margin-top: 0.75rem;
  margin-top: 1rem;
  margin-bottom: -1rem;
}
@media (min-width: 576px) {
  .buttons-wrapper {
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  .buttons-wrapper {
    margin-top: 1.25rem;
  }
}
.buttons-wrapper:empty {
  display: none;
}
.buttons-wrapper .button {
  margin-right: 1.5rem;
  color: var(--lf-color-blue);
  margin-bottom: 1rem;
}
.buttons-wrapper .button:last-child {
  margin-right: 0;
}

.pagination-wrapper,
.post-nav-links,
.nav-links {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .pagination-wrapper,
  .post-nav-links,
  .nav-links {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .pagination-wrapper,
  .post-nav-links,
  .nav-links {
    margin-top: 2.5rem;
  }
}
@media (min-width: 576px) {
  .pagination-wrapper,
  .post-nav-links,
  .nav-links {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .pagination-wrapper,
  .post-nav-links,
  .nav-links {
    margin-bottom: 1.25rem;
  }
}
.pagination-wrapper .page-numbers,
.pagination-wrapper .post-page-numbers,
.post-nav-links .page-numbers,
.post-nav-links .post-page-numbers,
.nav-links .page-numbers,
.nav-links .post-page-numbers {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 999em;
  vertical-align: middle;
  margin-bottom: 0.75rem;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}
@media (min-width: 576px) {
  .pagination-wrapper .page-numbers,
  .pagination-wrapper .post-page-numbers,
  .post-nav-links .page-numbers,
  .post-nav-links .post-page-numbers,
  .nav-links .page-numbers,
  .nav-links .post-page-numbers {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .pagination-wrapper .page-numbers,
  .pagination-wrapper .post-page-numbers,
  .post-nav-links .page-numbers,
  .post-nav-links .post-page-numbers,
  .nav-links .page-numbers,
  .nav-links .post-page-numbers {
    margin-bottom: 1.25rem;
  }
}
.pagination-wrapper .page-numbers.current,
.pagination-wrapper .post-page-numbers.current,
.post-nav-links .page-numbers.current,
.post-nav-links .post-page-numbers.current,
.nav-links .page-numbers.current,
.nav-links .post-page-numbers.current {
  background-color: var(--lf-color-blue);
  color: var(--lf-color-background);
}
.pagination-wrapper .page-numbers:not(.dots):not(.current):hover, .pagination-wrapper .page-numbers:not(.dots):not(.current):focus,
.pagination-wrapper .post-page-numbers:not(.dots):not(.current):hover,
.pagination-wrapper .post-page-numbers:not(.dots):not(.current):focus,
.post-nav-links .page-numbers:not(.dots):not(.current):hover,
.post-nav-links .page-numbers:not(.dots):not(.current):focus,
.post-nav-links .post-page-numbers:not(.dots):not(.current):hover,
.post-nav-links .post-page-numbers:not(.dots):not(.current):focus,
.nav-links .page-numbers:not(.dots):not(.current):hover,
.nav-links .page-numbers:not(.dots):not(.current):focus,
.nav-links .post-page-numbers:not(.dots):not(.current):hover,
.nav-links .post-page-numbers:not(.dots):not(.current):focus {
  background-color: var(--lf-color-text-transparent);
  color: var(--lf-color-blue);
}
.pagination-wrapper .page-numbers.next, .pagination-wrapper .page-numbers.prev,
.pagination-wrapper .post-page-numbers.next,
.pagination-wrapper .post-page-numbers.prev,
.post-nav-links .page-numbers.next,
.post-nav-links .page-numbers.prev,
.post-nav-links .post-page-numbers.next,
.post-nav-links .post-page-numbers.prev,
.nav-links .page-numbers.next,
.nav-links .page-numbers.prev,
.nav-links .post-page-numbers.next,
.nav-links .post-page-numbers.prev {
  width: auto;
  height: auto;
  line-height: 1em;
  padding: 0.5em;
  border-radius: 0.5em;
}

.pagination-wrapper + .lftp {
  margin-top: 0;
}

.social-media-wrapper {
  margin-top: 1.5rem;
}
@media (min-width: 576px) {
  .social-media-wrapper {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .social-media-wrapper {
    margin-top: 2.5rem;
  }
}
.social-media-wrapper .icon-wrapper {
  display: inline-block;
  margin-right: 1.5rem;
  width: 20px;
  height: 20px;
  position: relative;
  margin-bottom: 1rem;
}
.social-media-wrapper .icon-wrapper:last-child {
  margin-right: 0;
}
.social-media-wrapper .item-link {
  display: block;
  height: 20px;
  border: none;
}
.social-media-wrapper svg {
  fill: currentColor;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.search-form-wrapper .search-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.search-form-wrapper .search-form .search-form-label-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.search-form-wrapper .search-form .search-submit {
  /*@include flex(1);*/
  width: auto;
  margin-left: 1rem;
}
.search-form-wrapper .search-form .search-field {
  margin: 0;
  height: 100%;
}

.lftp,
[data-type*="core/"] {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
@media (min-width: 576px) {
  .lftp,
  [data-type*="core/"] {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .lftp,
  [data-type*="core/"] {
    margin-top: 3.75rem;
  }
}
@media (min-width: 576px) {
  .lftp,
  [data-type*="core/"] {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .lftp,
  [data-type*="core/"] {
    margin-bottom: 3.75rem;
  }
}
.lftp:first-child,
[data-type*="core/"]:first-child {
  margin-top: 0;
}
.lftp[data-type="core/list"],
[data-type*="core/"][data-type="core/list"] {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.lftp[data-type="core/list"]:is(ul *), .lftp[data-type="core/list"]:is(ol *),
[data-type*="core/"][data-type="core/list"]:is(ul *),
[data-type*="core/"][data-type="core/list"]:is(ol *) {
  margin-top: 0;
  margin-bottom: 0;
}
.lftp[data-type="core/list-item"], .lftp.admin-preview,
[data-type*="core/"][data-type="core/list-item"],
[data-type*="core/"].admin-preview {
  margin-top: 0;
  margin-bottom: 0;
}
.lftp.has-background:not(.image-text), .lftp.has-background.image-text .text-wrapper,
[data-type*="core/"].has-background:not(.image-text),
[data-type*="core/"].has-background.image-text .text-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
@media (min-width: 576px) {
  .lftp.has-background:not(.image-text), .lftp.has-background.image-text .text-wrapper,
  [data-type*="core/"].has-background:not(.image-text),
  [data-type*="core/"].has-background.image-text .text-wrapper {
    padding-top: 3rem;
  }
}
@media (min-width: 992px) {
  .lftp.has-background:not(.image-text), .lftp.has-background.image-text .text-wrapper,
  [data-type*="core/"].has-background:not(.image-text),
  [data-type*="core/"].has-background.image-text .text-wrapper {
    padding-top: 3.75rem;
  }
}
@media (min-width: 576px) {
  .lftp.has-background:not(.image-text), .lftp.has-background.image-text .text-wrapper,
  [data-type*="core/"].has-background:not(.image-text),
  [data-type*="core/"].has-background.image-text .text-wrapper {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .lftp.has-background:not(.image-text), .lftp.has-background.image-text .text-wrapper,
  [data-type*="core/"].has-background:not(.image-text),
  [data-type*="core/"].has-background.image-text .text-wrapper {
    padding-bottom: 3.75rem;
  }
}
.lftp.content-template,
[data-type*="core/"].content-template {
  margin-top: 0;
  margin-bottom: 0;
}
.lftp.content-template > .lftp,
[data-type*="core/"].content-template > .lftp {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
@media (min-width: 576px) {
  .lftp.content-template > .lftp,
  [data-type*="core/"].content-template > .lftp {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .lftp.content-template > .lftp,
  [data-type*="core/"].content-template > .lftp {
    margin-top: 3.75rem;
  }
}
@media (min-width: 576px) {
  .lftp.content-template > .lftp,
  [data-type*="core/"].content-template > .lftp {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .lftp.content-template > .lftp,
  [data-type*="core/"].content-template > .lftp {
    margin-bottom: 3.75rem;
  }
}
.lftp.content-template > .lftp:first-child,
[data-type*="core/"].content-template > .lftp:first-child {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
@media (min-width: 576px) {
  .lftp.content-template > .lftp:first-child,
  [data-type*="core/"].content-template > .lftp:first-child {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .lftp.content-template > .lftp:first-child,
  [data-type*="core/"].content-template > .lftp:first-child {
    margin-top: 3.75rem;
  }
}
@media (min-width: 576px) {
  .lftp.content-template > .lftp:first-child,
  [data-type*="core/"].content-template > .lftp:first-child {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .lftp.content-template > .lftp:first-child,
  [data-type*="core/"].content-template > .lftp:first-child {
    margin-bottom: 3.75rem;
  }
}
.lftp.content-template > .lftp.has-background,
[data-type*="core/"].content-template > .lftp.has-background {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
@media (min-width: 576px) {
  .lftp.content-template > .lftp.has-background,
  [data-type*="core/"].content-template > .lftp.has-background {
    padding-top: 3rem;
  }
}
@media (min-width: 992px) {
  .lftp.content-template > .lftp.has-background,
  [data-type*="core/"].content-template > .lftp.has-background {
    padding-top: 3.75rem;
  }
}
@media (min-width: 576px) {
  .lftp.content-template > .lftp.has-background,
  [data-type*="core/"].content-template > .lftp.has-background {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .lftp.content-template > .lftp.has-background,
  [data-type*="core/"].content-template > .lftp.has-background {
    padding-bottom: 3.75rem;
  }
}

.lftp.hero-banner:not(.has-background) {
  margin-bottom: 0;
}
.lftp.quote {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
@media (min-width: 576px) {
  .lftp.quote {
    margin-top: 5rem;
  }
}
@media (min-width: 992px) {
  .lftp.quote {
    margin-top: 6.25rem;
  }
}
@media (min-width: 576px) {
  .lftp.quote {
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .lftp.quote {
    margin-bottom: 6.25rem;
  }
}

.wp-block[data-type*="acf/"] {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
@media (min-width: 576px) {
  .wp-block[data-type*="acf/"] {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .wp-block[data-type*="acf/"] {
    margin-top: 3.75rem;
  }
}
@media (min-width: 576px) {
  .wp-block[data-type*="acf/"] {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .wp-block[data-type*="acf/"] {
    margin-bottom: 3.75rem;
  }
}
.wp-block[data-type*="acf/"].has-background {
  margin-top: 0;
  margin-bottom: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
.component.text,
[data-type="core/paragraph"],
[data-type="core/heading"],
[data-type="core/buttons"],
[data-type="yoast/faq-block"],
.schema-faq-section {
  margin-top: 0;
  margin-bottom: 0;
}
p + p, p + h1, p + h2, p + h3, p + h4, p + h5, p + h6, p + .component.text, p + [data-type="core/paragraph"], p + [data-type="core/heading"], p + [data-type="core/buttons"], p + [data-type="yoast/faq-block"], p + .schema-faq-section,
h1 + p,
h1 + h1,
h1 + h2,
h1 + h3,
h1 + h4,
h1 + h5,
h1 + h6,
h1 + .component.text,
h1 + [data-type="core/paragraph"],
h1 + [data-type="core/heading"],
h1 + [data-type="core/buttons"],
h1 + [data-type="yoast/faq-block"],
h1 + .schema-faq-section,
h2 + p,
h2 + h1,
h2 + h2,
h2 + h3,
h2 + h4,
h2 + h5,
h2 + h6,
h2 + .component.text,
h2 + [data-type="core/paragraph"],
h2 + [data-type="core/heading"],
h2 + [data-type="core/buttons"],
h2 + [data-type="yoast/faq-block"],
h2 + .schema-faq-section,
h3 + p,
h3 + h1,
h3 + h2,
h3 + h3,
h3 + h4,
h3 + h5,
h3 + h6,
h3 + .component.text,
h3 + [data-type="core/paragraph"],
h3 + [data-type="core/heading"],
h3 + [data-type="core/buttons"],
h3 + [data-type="yoast/faq-block"],
h3 + .schema-faq-section,
h4 + p,
h4 + h1,
h4 + h2,
h4 + h3,
h4 + h4,
h4 + h5,
h4 + h6,
h4 + .component.text,
h4 + [data-type="core/paragraph"],
h4 + [data-type="core/heading"],
h4 + [data-type="core/buttons"],
h4 + [data-type="yoast/faq-block"],
h4 + .schema-faq-section,
h5 + p,
h5 + h1,
h5 + h2,
h5 + h3,
h5 + h4,
h5 + h5,
h5 + h6,
h5 + .component.text,
h5 + [data-type="core/paragraph"],
h5 + [data-type="core/heading"],
h5 + [data-type="core/buttons"],
h5 + [data-type="yoast/faq-block"],
h5 + .schema-faq-section,
h6 + p,
h6 + h1,
h6 + h2,
h6 + h3,
h6 + h4,
h6 + h5,
h6 + h6,
h6 + .component.text,
h6 + [data-type="core/paragraph"],
h6 + [data-type="core/heading"],
h6 + [data-type="core/buttons"],
h6 + [data-type="yoast/faq-block"],
h6 + .schema-faq-section,
.component.text + p,
.component.text + h1,
.component.text + h2,
.component.text + h3,
.component.text + h4,
.component.text + h5,
.component.text + h6,
.component.text + .component.text,
.component.text + [data-type="core/paragraph"],
.component.text + [data-type="core/heading"],
.component.text + [data-type="core/buttons"],
.component.text + [data-type="yoast/faq-block"],
.component.text + .schema-faq-section,
[data-type="core/paragraph"] + p,
[data-type="core/paragraph"] + h1,
[data-type="core/paragraph"] + h2,
[data-type="core/paragraph"] + h3,
[data-type="core/paragraph"] + h4,
[data-type="core/paragraph"] + h5,
[data-type="core/paragraph"] + h6,
[data-type="core/paragraph"] + .component.text,
[data-type="core/paragraph"] + [data-type="core/paragraph"],
[data-type="core/paragraph"] + [data-type="core/heading"],
[data-type="core/paragraph"] + [data-type="core/buttons"],
[data-type="core/paragraph"] + [data-type="yoast/faq-block"],
[data-type="core/paragraph"] + .schema-faq-section,
[data-type="core/heading"] + p,
[data-type="core/heading"] + h1,
[data-type="core/heading"] + h2,
[data-type="core/heading"] + h3,
[data-type="core/heading"] + h4,
[data-type="core/heading"] + h5,
[data-type="core/heading"] + h6,
[data-type="core/heading"] + .component.text,
[data-type="core/heading"] + [data-type="core/paragraph"],
[data-type="core/heading"] + [data-type="core/heading"],
[data-type="core/heading"] + [data-type="core/buttons"],
[data-type="core/heading"] + [data-type="yoast/faq-block"],
[data-type="core/heading"] + .schema-faq-section,
[data-type="core/buttons"] + p,
[data-type="core/buttons"] + h1,
[data-type="core/buttons"] + h2,
[data-type="core/buttons"] + h3,
[data-type="core/buttons"] + h4,
[data-type="core/buttons"] + h5,
[data-type="core/buttons"] + h6,
[data-type="core/buttons"] + .component.text,
[data-type="core/buttons"] + [data-type="core/paragraph"],
[data-type="core/buttons"] + [data-type="core/heading"],
[data-type="core/buttons"] + [data-type="core/buttons"],
[data-type="core/buttons"] + [data-type="yoast/faq-block"],
[data-type="core/buttons"] + .schema-faq-section,
[data-type="yoast/faq-block"] + p,
[data-type="yoast/faq-block"] + h1,
[data-type="yoast/faq-block"] + h2,
[data-type="yoast/faq-block"] + h3,
[data-type="yoast/faq-block"] + h4,
[data-type="yoast/faq-block"] + h5,
[data-type="yoast/faq-block"] + h6,
[data-type="yoast/faq-block"] + .component.text,
[data-type="yoast/faq-block"] + [data-type="core/paragraph"],
[data-type="yoast/faq-block"] + [data-type="core/heading"],
[data-type="yoast/faq-block"] + [data-type="core/buttons"],
[data-type="yoast/faq-block"] + [data-type="yoast/faq-block"],
[data-type="yoast/faq-block"] + .schema-faq-section,
.schema-faq-section + p,
.schema-faq-section + h1,
.schema-faq-section + h2,
.schema-faq-section + h3,
.schema-faq-section + h4,
.schema-faq-section + h5,
.schema-faq-section + h6,
.schema-faq-section + .component.text,
.schema-faq-section + [data-type="core/paragraph"],
.schema-faq-section + [data-type="core/heading"],
.schema-faq-section + [data-type="core/buttons"],
.schema-faq-section + [data-type="yoast/faq-block"],
.schema-faq-section + .schema-faq-section {
  margin-top: 1rem;
}
p.component.text.subheading + .heading,
h1.component.text.subheading + .heading,
h2.component.text.subheading + .heading,
h3.component.text.subheading + .heading,
h4.component.text.subheading + .heading,
h5.component.text.subheading + .heading,
h6.component.text.subheading + .heading,
.component.text.component.text.subheading + .heading,
[data-type="core/paragraph"].component.text.subheading + .heading,
[data-type="core/heading"].component.text.subheading + .heading,
[data-type="core/buttons"].component.text.subheading + .heading,
[data-type="yoast/faq-block"].component.text.subheading + .heading,
.schema-faq-section.component.text.subheading + .heading {
  margin-top: 0.25rem;
}
@media (min-width: 992px) {
  p.component.text.subheading + .heading,
  h1.component.text.subheading + .heading,
  h2.component.text.subheading + .heading,
  h3.component.text.subheading + .heading,
  h4.component.text.subheading + .heading,
  h5.component.text.subheading + .heading,
  h6.component.text.subheading + .heading,
  .component.text.component.text.subheading + .heading,
  [data-type="core/paragraph"].component.text.subheading + .heading,
  [data-type="core/heading"].component.text.subheading + .heading,
  [data-type="core/buttons"].component.text.subheading + .heading,
  [data-type="yoast/faq-block"].component.text.subheading + .heading,
  .schema-faq-section.component.text.subheading + .heading {
    margin-top: 0;
  }
}

[data-type="core/heading"] {
  margin-top: 2.25rem;
}
@media (min-width: 576px) {
  [data-type="core/heading"] {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  [data-type="core/heading"] {
    margin-top: 3.75rem;
  }
}

.wp-block-image + .wp-block-image,
[data-type="core/heading"] + .wp-block-image,
[data-type="core/paragraph"] + .wp-block-image,
[data-type="core/list"] + .wp-block-image,
[data-type="core/buttons"] + .wp-block-image,
[data-type="core/embed"] + .wp-block-image,
[data-type="core/gallery"] + .wp-block-image {
  margin-top: 2.25rem;
}
@media (min-width: 576px) {
  .wp-block-image + .wp-block-image,
  [data-type="core/heading"] + .wp-block-image,
  [data-type="core/paragraph"] + .wp-block-image,
  [data-type="core/list"] + .wp-block-image,
  [data-type="core/buttons"] + .wp-block-image,
  [data-type="core/embed"] + .wp-block-image,
  [data-type="core/gallery"] + .wp-block-image {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .wp-block-image + .wp-block-image,
  [data-type="core/heading"] + .wp-block-image,
  [data-type="core/paragraph"] + .wp-block-image,
  [data-type="core/list"] + .wp-block-image,
  [data-type="core/buttons"] + .wp-block-image,
  [data-type="core/embed"] + .wp-block-image,
  [data-type="core/gallery"] + .wp-block-image {
    margin-top: 3.75rem;
  }
}

.footer-template .lftp:first-child:not(.has-background) {
  margin-top: 2.25rem;
}
@media (min-width: 576px) {
  .footer-template .lftp:first-child:not(.has-background) {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .footer-template .lftp:first-child:not(.has-background) {
    margin-top: 3.75rem;
  }
}
.footer-template .lftp:last-child:not(.has-background) {
  margin-bottom: 0;
}

body.error404 main#main {
  padding-top: 4.5rem;
}
@media (min-width: 576px) {
  body.error404 main#main {
    padding-top: 6rem;
  }
}
@media (min-width: 992px) {
  body.error404 main#main {
    padding-top: 7.5rem;
  }
}

body.single-post .post-nav-links {
  margin-bottom: 0;
}
body.single-post.has-thumbnail .single-post-header > .inner::after {
  content: "";
  display: none;
}
body.single-post .excerpt {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
  font-family: var(--lf-font-family-h5);
  font-weight: var(--lf-font-weight-h5);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: -0.02em;
  font-family: var(--lf-font-family-h6);
  font-weight: var(--lf-font-weight-h6);
  text-decoration: none;
  font-weight: var(--lf-font-weight-normal);
  line-height: 1.75em;
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: var(--lf-content-alignment);
}
@media (min-width: 576px) {
  body.single-post .excerpt {
    margin-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  body.single-post .excerpt {
    margin-top: 1.875rem;
  }
}
@media (min-width: 576px) {
  body.single-post .excerpt {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  body.single-post .excerpt {
    margin-bottom: 1.875rem;
  }
}
body.single-post .excerpt:is(.has-blue-color *), body.single-post .excerpt:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  body.single-post .excerpt {
    font-size: 1.5rem;
    line-height: 1.6em;
  }
}
@media (min-width: 576px) {
  body.single-post .excerpt {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  body.single-post .excerpt {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body.single-post .excerpt {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body.single-post .excerpt {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  body.single-post .excerpt {
    max-width: 1320px;
  }
}
body.single-post .no-content-fallback {
  text-align: center;
  color: var(--lf-color-text-half);
}

.single-post-header {
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
@media (min-width: 576px) {
  .single-post-header {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .single-post-header {
    padding-top: 2.5rem;
  }
}
@media (min-width: 576px) {
  .single-post-header {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .single-post-header {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 576px) {
  .single-post-header {
    max-width: 540px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
  }
}
@media (min-width: 768px) {
  .single-post-header {
    max-width: 720px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 720px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 720px) + .5*2rem);
  }
}
@media (min-width: 992px) {
  .single-post-header {
    max-width: 960px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 960px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 960px) + .5*2rem);
  }
}
@media (min-width: 1200px) {
  .single-post-header {
    max-width: 1140px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 1140px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 1140px) + .5*2rem);
  }
}
@media (min-width: 1400px) {
  .single-post-header {
    max-width: 1320px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 1320px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 1320px) + .5*2rem);
  }
}
.single-post-header:is(.content-alignment-end *) .title,
.single-post-header:is(.content-alignment-end *) .post-meta {
  text-align: left;
}
.single-post-header > .inner {
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .single-post-header > .inner {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .single-post-header > .inner {
    margin-bottom: 2.5rem;
  }
}
.single-post-header > .inner::after {
  content: "";
  border-bottom: 1px solid var(--lf-color-text-transparent);
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (min-width: 576px) {
  .single-post-header > .inner::after {
    max-width: 540px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
  }
}
@media (min-width: 768px) {
  .single-post-header > .inner::after {
    max-width: 720px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 720px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 720px) + .5*2rem);
  }
}
@media (min-width: 992px) {
  .single-post-header > .inner::after {
    max-width: 960px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 960px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 960px) + .5*2rem);
  }
}
@media (min-width: 1200px) {
  .single-post-header > .inner::after {
    max-width: 1140px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1140px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1140px) + .5*2rem);
  }
}
@media (min-width: 1400px) {
  .single-post-header > .inner::after {
    max-width: 1320px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1320px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1320px) + .5*2rem);
  }
}
.single-post-header .term-wrapper {
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .single-post-header .term-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .single-post-header .term-wrapper {
    margin-bottom: 2.5rem;
  }
}
.single-post-header .term-wrapper .term-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.single-post-header .term-wrapper .term-item {
  display: inline-block;
  margin-right: 1rem;
  font-family: var(--lf-font-family-h6);
  font-weight: var(--lf-font-weight-h6);
}
.single-post-header .term-wrapper .term-item:last-child {
  margin-right: 0;
}
.single-post-header .title {
  margin-bottom: 1rem;
  font-family: var(--lf-font-family-h1);
  font-weight: var(--lf-font-weight-h1);
  text-decoration: underline var(--lf-color-blue);
  font-size: 2.5rem;
  line-height: 1.25em;
  letter-spacing: -0.03em;
  text-align: var(--lf-content-alignment);
}
.single-post-header .title:is(.has-blue-color *), .single-post-header .title:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 576px) {
  .single-post-header .title {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .single-post-header .title {
    font-size: 8.3rem;
    line-height: 1.25em;
  }
}
@media (min-width: 992px) {
  .single-post-header .title {
    font-size: 94px;
  }
}
.single-post-header .post-subtitle {
  text-align: var(--lf-content-alignment);
  font-size: 2rem;
  line-height: 1.4em;
  letter-spacing: -0.025em;
}
@media (min-width: 992px) {
  .single-post-header .post-subtitle {
    font-size: 3em;
  }
}
.single-post-header .featured-image {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  height: 0;
  padding-bottom: 65%;
  position: relative;
}
@media (min-width: 576px) {
  .single-post-header .featured-image {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .single-post-header .featured-image {
    margin-top: 2.5rem;
  }
}
@media (min-width: 576px) {
  .single-post-header .featured-image {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .single-post-header .featured-image {
    margin-bottom: 2.5rem;
  }
}
.single-post-header .featured-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.single-post-footer {
  margin-top: 1.5rem;
  clear: both;
  /*@include mb;*/
}
@media (min-width: 576px) {
  .single-post-footer {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .single-post-footer {
    margin-top: 2.5rem;
  }
}
.single-post-footer > .inner::before {
  content: "";
  border-top: 1px solid var(--lf-color-text-transparent);
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (min-width: 576px) {
  .single-post-footer > .inner::before {
    max-width: 540px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
  }
}
@media (min-width: 768px) {
  .single-post-footer > .inner::before {
    max-width: 720px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 720px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 720px) + .5*2rem);
  }
}
@media (min-width: 992px) {
  .single-post-footer > .inner::before {
    max-width: 960px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 960px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 960px) + .5*2rem);
  }
}
@media (min-width: 1200px) {
  .single-post-footer > .inner::before {
    max-width: 1140px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1140px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1140px) + .5*2rem);
  }
}
@media (min-width: 1400px) {
  .single-post-footer > .inner::before {
    max-width: 1320px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1320px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1320px) + .5*2rem);
  }
}
.single-post-footer > .inner > *::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--lf-color-text-transparent);
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .single-post-footer > .inner > *::after {
    max-width: 540px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
  }
}
@media (min-width: 768px) {
  .single-post-footer > .inner > *::after {
    max-width: 720px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 720px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 720px) + .5*2rem);
  }
}
@media (min-width: 992px) {
  .single-post-footer > .inner > *::after {
    max-width: 960px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 960px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 960px) + .5*2rem);
  }
}
@media (min-width: 1200px) {
  .single-post-footer > .inner > *::after {
    max-width: 1140px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1140px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1140px) + .5*2rem);
  }
}
@media (min-width: 1400px) {
  .single-post-footer > .inner > *::after {
    max-width: 1320px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1320px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1320px) + .5*2rem);
  }
}
.single-post-footer > .inner > *:last-child::after {
  display: none;
}
.single-post-footer .post-meta {
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .single-post-footer .post-meta {
    max-width: 540px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
  }
}
@media (min-width: 768px) {
  .single-post-footer .post-meta {
    max-width: 720px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 720px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 720px) + .5*2rem);
  }
}
@media (min-width: 992px) {
  .single-post-footer .post-meta {
    max-width: 960px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 960px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 960px) + .5*2rem);
  }
}
@media (min-width: 1200px) {
  .single-post-footer .post-meta {
    max-width: 1140px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 1140px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 1140px) + .5*2rem);
  }
}
@media (min-width: 1400px) {
  .single-post-footer .post-meta {
    max-width: 1320px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 1320px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 1320px) + .5*2rem);
  }
}

.post-meta {
  text-align: var(--lf-content-alignment);
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  font-size: 14px;
  /*@include font-family-roboto-serif;*/
  line-height: 2em;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  /*@include content-width;*/
}
@media (min-width: 576px) {
  .post-meta {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .post-meta {
    margin-top: 2.5rem;
  }
}
@media (min-width: 576px) {
  .post-meta {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .post-meta {
    margin-bottom: 2.5rem;
  }
}
.post-meta a {
  border: none;
}
.post-meta .meta {
  display: block;
  font-weight: var(--lf-font-weight-bold);
}
@media (min-width: 768px) {
  .post-meta .meta {
    display: inline;
    margin-right: 1.5rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .post-meta .meta {
    margin-right: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .post-meta .meta {
    margin-right: 2.5rem;
  }
}
@media (min-width: 768px) {
  .post-meta .meta:last-child {
    margin-right: 0rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .post-meta .meta:last-child {
    margin-right: 0rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .post-meta .meta:last-child {
    margin-right: 0rem;
  }
}
.post-meta .meta-value {
  /*@include font-family-body;*/
  font-family: var(--lf-font-family-h6);
  font-weight: var(--lf-font-weight-h6);
  font-weight: var(--lf-font-weight-normal);
  font-size: 97%;
}
.post-meta .term-wrapper .meta-label {
  display: inline;
  margin-right: 0.25em;
}
.post-meta .term-wrapper .term-list {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-meta .term-wrapper .term-list.categories {
  line-height: 250%;
}
.post-meta .term-wrapper .term-list.categories .term-item {
  margin-right: 0.25em;
}
.post-meta .term-wrapper .term-list.categories .term-item:last-child {
  margin-right: 0;
}
.post-meta .term-wrapper .term-list.categories .term-item::after {
  display: none;
}
.post-meta .term-wrapper .term-item {
  display: inline;
  margin-right: 0.25em;
}
.post-meta .term-wrapper .term-item::after {
  content: ", ";
  display: inline-block;
  margin-left: -0.25em;
}
.post-meta .term-wrapper .term-item:last-child {
  margin-right: 0;
}
.post-meta .term-wrapper .term-item:last-child::after {
  display: none;
}
.post-meta .term-wrapper .term-link {
  /*            &.post_tag {
                  @include term-button-tag;
              }

              &.category {
                  @include term-button-category;
              }*/
}

.table-of-contents {
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .table-of-contents {
    max-width: 540px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
  }
}
@media (min-width: 768px) {
  .table-of-contents {
    max-width: 720px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 720px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 720px) + .5*2rem);
  }
}
@media (min-width: 992px) {
  .table-of-contents {
    max-width: 960px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 960px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 960px) + .5*2rem);
  }
}
@media (min-width: 1200px) {
  .table-of-contents {
    max-width: 1140px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1140px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1140px) + .5*2rem);
  }
}
@media (min-width: 1400px) {
  .table-of-contents {
    max-width: 1320px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1320px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1320px) + .5*2rem);
  }
}
.table-of-contents > .inner {
  background-color: var(--lf-color-text-transparent);
  padding: 1rem;
}
.table-of-contents .toc-toggle-button {
  -webkit-appearance: none;
  appearance: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  min-height: 0;
  letter-spacing: inherit;
  font-family: var(--lf-font-family-h6);
  font-weight: var(--lf-font-weight-h6);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: -0.02em;
}
.table-of-contents .toc-toggle-button:is(.has-blue-color *), .table-of-contents .toc-toggle-button:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  .table-of-contents .toc-toggle-button {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.table-of-contents .toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.table-of-contents .toc-item {
  padding-left: 0;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  font-size: 14px;
}
@media (min-width: 768px) {
  .table-of-contents .toc-item {
    font-family: var(--lf-font-family-body);
    font-weight: var(--lf-font-weight-normal);
    font-style: normal;
    font-size: 1.1rem;
    line-height: 1.75em;
    letter-spacing: -0.005em;
  }
}
.table-of-contents .toc-item + .toc-item[data-level="1"], .table-of-contents .toc-item + .toc-item[data-level="2"] {
  padding-top: 1.5em;
}
.table-of-contents .toc-item[data-level="1"], .table-of-contents .toc-item[data-level="2"] {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.table-of-contents .toc-item[data-level="3"], .table-of-contents .toc-item[data-level="4"], .table-of-contents .toc-item[data-level="5"], .table-of-contents .toc-item[data-level="6"] {
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  font-size: 12px;
  border-left: 1px solid var(--lf-color-accent-transparent);
}
@media (min-width: 768px) {
  .table-of-contents .toc-item[data-level="3"], .table-of-contents .toc-item[data-level="4"], .table-of-contents .toc-item[data-level="5"], .table-of-contents .toc-item[data-level="6"] {
    font-family: var(--lf-font-family-body);
    font-weight: var(--lf-font-weight-normal);
    font-style: normal;
    font-size: 1.1rem;
    line-height: 1.75em;
    letter-spacing: -0.005em;
    font-size: 14px;
  }
}
.table-of-contents .toc-item[data-level="3"] {
  padding-left: 2rem;
}
.table-of-contents .toc-item[data-level="4"] {
  padding-left: 4rem;
}
.table-of-contents .toc-item[data-level="5"] {
  padding-left: 6rem;
}
.table-of-contents .toc-item[data-level="6"] {
  padding-left: 8rem;
}
.table-of-contents .toc-link {
  border: none;
}

.author-block {
  /*@include my;*/
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: var(--lf-color-accent-transparent);
  /*@include pb(2);*/
  /*border-bottom:1px solid $textTransparent;*/
}
@media (min-width: 576px) {
  .author-block {
    padding-top: 4rem;
  }
}
@media (min-width: 992px) {
  .author-block {
    padding-top: 5rem;
  }
}
@media (min-width: 576px) {
  .author-block {
    padding-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .author-block {
    padding-bottom: 5rem;
  }
}
.author-block > .inner {
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .author-block > .inner {
    max-width: 540px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
  }
}
@media (min-width: 768px) {
  .author-block > .inner {
    max-width: 720px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 720px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 720px) + .5*2rem);
  }
}
@media (min-width: 992px) {
  .author-block > .inner {
    max-width: 960px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 960px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 960px) + .5*2rem);
  }
}
@media (min-width: 1200px) {
  .author-block > .inner {
    max-width: 1140px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1140px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1140px) + .5*2rem);
  }
}
@media (min-width: 1400px) {
  .author-block > .inner {
    max-width: 1320px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1320px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1320px) + .5*2rem);
  }
}
@media (min-width: 768px) {
  .author-block > .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*@include align-items(center);*/
  }
}
.author-block .author-image {
  width: 100px;
  height: 100px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  background-color: rgba(28, 28, 28, 0.1);
  border-radius: 999em;
  overflow: hidden;
}
@media (min-width: 576px) {
  .author-block .author-image {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .author-block .author-image {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .author-block .author-image {
    margin: 0;
    width: 150px;
    height: 150px;
  }
}
.author-block .author-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .author-block .author-image + .author-info {
    padding-left: 2.25rem;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .author-block .author-image + .author-info {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .author-block .author-image + .author-info {
    padding-left: 3.75rem;
  }
}
.author-block .author-info {
  text-align: center;
}
@media (min-width: 768px) {
  .author-block .author-info {
    text-align: left;
  }
}
.author-block .buttons-wrapper {
  margin-top: 1.5rem;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .author-block .buttons-wrapper {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .author-block .buttons-wrapper {
    margin-top: 2.5rem;
  }
}
@media (min-width: 768px) {
  .author-block .buttons-wrapper {
    max-width: 80%;
    margin-left: 0;
  }
}
.author-block .author-name {
  font-family: var(--lf-font-family-h4);
  font-weight: var(--lf-font-weight-h4);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1.2rem;
  line-height: 1.5em;
  letter-spacing: -0.02em;
}
.author-block .author-name:is(.has-blue-color *), .author-block .author-name:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  .author-block .author-name {
    font-size: 1.8rem;
    line-height: 1.4em;
  }
}
.author-block .author-link {
  border: none;
}

.author-info .buttons-wrapper {
  line-height: 250%;
}
.author-info .component.button.has-icon .icon,
.author-info .component.button.has-icon svg {
  font-size: 1.25em;
  width: 1em;
  height: auto;
}
.author-info .component.button.has-icon:not(.url) .button-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.author-info .component.button.has-icon:not(.url) .button-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.author-info .component.button .button-text::after {
  display: none;
}

.comment-section {
  border-top: 1px solid var(--lf-color-text-transparent);
  background-color: var(--lf-color-text-transparent);
  /*    &::before {
          content:'';
          display:block;
          position:absolute;
          top:0;
          left:0;
          width:100%;
          height:1px;
          background-color:$textTransparent;
          position:relative;
          background-clip: content-box;
          @include pb;
          @include box-sizing(content-box);
      }*/
}
.comment-section.hide-avatars .vcard img {
  display: none;
}
.comment-section > .inner {
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .comment-section > .inner {
    max-width: 540px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
  }
}
@media (min-width: 768px) {
  .comment-section > .inner {
    max-width: 720px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 720px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 720px) + .5*2rem);
  }
}
@media (min-width: 992px) {
  .comment-section > .inner {
    max-width: 960px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 960px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 960px) + .5*2rem);
  }
}
@media (min-width: 1200px) {
  .comment-section > .inner {
    max-width: 1140px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1140px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1140px) + .5*2rem);
  }
}
@media (min-width: 1400px) {
  .comment-section > .inner {
    max-width: 1320px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1320px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1320px) + .5*2rem);
  }
}
@media (min-width: 576px) {
  .comment-section > .inner {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .comment-section > .inner {
    padding-top: 2.5rem;
  }
}
@media (min-width: 576px) {
  .comment-section > .inner {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .comment-section > .inner {
    padding-bottom: 2.5rem;
  }
}
.comment-section > .inner:empty {
  display: none;
}
.comment-section a {
  border: none;
}
.comment-section .comments-title,
.comment-section .comment-reply-title {
  font-family: var(--lf-font-family-h3);
  font-weight: var(--lf-font-weight-h3);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1.31rem;
  line-height: 1.4em;
  letter-spacing: -0.02em;
}
.comment-section .comments-title:is(.has-blue-color *), .comment-section .comments-title:is(.has-blue-background-color *),
.comment-section .comment-reply-title:is(.has-blue-color *),
.comment-section .comment-reply-title:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  .comment-section .comments-title,
  .comment-section .comment-reply-title {
    font-size: 2.125rem;
    line-height: 1.4em;
  }
}
.comment-section .comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .comment-section .comment-list {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .comment-section .comment-list {
    margin-top: 2.5rem;
  }
}
@media (min-width: 576px) {
  .comment-section .comment-list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .comment-section .comment-list {
    margin-bottom: 2.5rem;
  }
}
.comment-section .comment-list .children {
  list-style: none;
  /*        padding:0;
          margin:0;*/
  margin-top: 1.5rem;
  /*padding:0;*/
  border-left: 1px solid var(--lf-color-text-transparent);
}
@media (min-width: 576px) {
  .comment-section .comment-list .children {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .comment-section .comment-list .children {
    margin-top: 2.5rem;
  }
}
.comment-section .comment,
.comment-section .pingback,
.comment-section .trackback {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--lf-color-text-transparent);
}
@media (min-width: 576px) {
  .comment-section .comment,
  .comment-section .pingback,
  .comment-section .trackback {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .comment-section .comment,
  .comment-section .pingback,
  .comment-section .trackback {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 576px) {
  .comment-section .comment,
  .comment-section .pingback,
  .comment-section .trackback {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .comment-section .comment,
  .comment-section .pingback,
  .comment-section .trackback {
    padding-bottom: 2.5rem;
  }
}
.comment-section .comment:first-child,
.comment-section .pingback:first-child,
.comment-section .trackback:first-child {
  padding-top: 1.5rem;
  border-top: 1px solid var(--lf-color-text-transparent);
}
@media (min-width: 576px) {
  .comment-section .comment:first-child,
  .comment-section .pingback:first-child,
  .comment-section .trackback:first-child {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .comment-section .comment:first-child,
  .comment-section .pingback:first-child,
  .comment-section .trackback:first-child {
    padding-top: 2.5rem;
  }
}
.comment-section .comment:where(.children *):last-child,
.comment-section .pingback:where(.children *):last-child,
.comment-section .trackback:where(.children *):last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.comment-section .comment.bypostauthor .comment-body,
.comment-section .pingback.bypostauthor .comment-body,
.comment-section .trackback.bypostauthor .comment-body {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: var(--lf-color-accent-transparent);
  border: 1px solid var(--lf-color-blue);
}
@media (min-width: 576px) {
  .comment-section .comment.bypostauthor .comment-body,
  .comment-section .pingback.bypostauthor .comment-body,
  .comment-section .trackback.bypostauthor .comment-body {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .comment-section .comment.bypostauthor .comment-body,
  .comment-section .pingback.bypostauthor .comment-body,
  .comment-section .trackback.bypostauthor .comment-body {
    padding-left: 2.5rem;
  }
}
@media (min-width: 576px) {
  .comment-section .comment.bypostauthor .comment-body,
  .comment-section .pingback.bypostauthor .comment-body,
  .comment-section .trackback.bypostauthor .comment-body {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .comment-section .comment.bypostauthor .comment-body,
  .comment-section .pingback.bypostauthor .comment-body,
  .comment-section .trackback.bypostauthor .comment-body {
    padding-right: 2.5rem;
  }
}
@media (min-width: 576px) {
  .comment-section .comment.bypostauthor .comment-body,
  .comment-section .pingback.bypostauthor .comment-body,
  .comment-section .trackback.bypostauthor .comment-body {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .comment-section .comment.bypostauthor .comment-body,
  .comment-section .pingback.bypostauthor .comment-body,
  .comment-section .trackback.bypostauthor .comment-body {
    padding-top: 2.5rem;
  }
}
@media (min-width: 576px) {
  .comment-section .comment.bypostauthor .comment-body,
  .comment-section .pingback.bypostauthor .comment-body,
  .comment-section .trackback.bypostauthor .comment-body {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .comment-section .comment.bypostauthor .comment-body,
  .comment-section .pingback.bypostauthor .comment-body,
  .comment-section .trackback.bypostauthor .comment-body {
    padding-bottom: 2.5rem;
  }
}
.comment-section .vcard {
  margin-bottom: 1rem;
}
.comment-section .vcard img {
  width: 50px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 1rem;
}
.comment-section .comment-content {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.comment-section .comment-reply-link,
.comment-section .comment-edit-link {
  position: relative;
}
.comment-section .comment-reply-link::before,
.comment-section .comment-edit-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  width: calc(100% + 0.5rem);
  height: 110%;
  height: calc(100% + 0.5rem);
  background-color: currentColor;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 8px;
}
.comment-section .comment-reply-link:hover:not([disabled])::before,
.comment-section .comment-edit-link:hover:not([disabled])::before {
  content: "";
  opacity: 0.15;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.comment-section .comment-metadata {
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  font-size: 14px;
}
.comment-section .logged-in-as {
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  font-size: 14px;
  color: var(--lf-color-text-alt);
}
.comment-section .no-comments {
  font-weight: var(--lf-font-weight-bold);
  text-align: center;
}
.comment-section .comment-respond {
  margin-top: 1.5rem;
}
@media (min-width: 576px) {
  .comment-section .comment-respond {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .comment-section .comment-respond {
    margin-top: 2.5rem;
  }
}
.comment-section .comment-respond:where(.comment *) {
  padding-left: 1.5rem;
  border-left: 1px solid var(--lf-color-text-transparent);
}
@media (min-width: 576px) {
  .comment-section .comment-respond:where(.comment *) {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .comment-section .comment-respond:where(.comment *) {
    padding-left: 2.5rem;
  }
}
.comment-section .comment-respond .comment-reply-title {
  font-family: var(--lf-font-family-h4);
  font-weight: var(--lf-font-weight-h4);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1.2rem;
  line-height: 1.5em;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}
.comment-section .comment-respond .comment-reply-title:is(.has-blue-color *), .comment-section .comment-respond .comment-reply-title:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  .comment-section .comment-respond .comment-reply-title {
    font-size: 1.8rem;
    line-height: 1.4em;
  }
}
.comment-section .comment-respond #cancel-comment-reply-link {
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  font-size: 14px;
  font-weight: var(--lf-font-weight-bold);
  display: inline-block;
  margin-left: 1rem;
  letter-spacing: 0;
}

.post-password-form {
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .post-password-form {
    max-width: 540px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
  }
}
@media (min-width: 768px) {
  .post-password-form {
    max-width: 720px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 720px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 720px) + .5*2rem);
  }
}
@media (min-width: 992px) {
  .post-password-form {
    max-width: 960px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 960px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 960px) + .5*2rem);
  }
}
@media (min-width: 1200px) {
  .post-password-form {
    max-width: 1140px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1140px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1140px) + .5*2rem);
  }
}
@media (min-width: 1400px) {
  .post-password-form {
    max-width: 1320px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1320px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1320px) + .5*2rem);
  }
}
@media (min-width: 576px) {
  .post-password-form {
    margin-top: 4rem;
  }
}
@media (min-width: 992px) {
  .post-password-form {
    margin-top: 5rem;
  }
}
@media (min-width: 576px) {
  .post-password-form {
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .post-password-form {
    margin-bottom: 5rem;
  }
}
.post-password-form input[type=submit] {
  margin-top: 1rem;
}

body.archive.author .archive-header,
body.blog.author .archive-header,
body.search.author .archive-header {
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  body.archive.author .archive-header,
  body.blog.author .archive-header,
  body.search.author .archive-header {
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  body.archive.author .archive-header,
  body.blog.author .archive-header,
  body.search.author .archive-header {
    margin-bottom: 5rem;
  }
}
body.archive .component.filter + .post-grid,
body.blog .component.filter + .post-grid,
body.search .component.filter + .post-grid {
  margin-top: 1.5rem;
}
@media (min-width: 576px) {
  body.archive .component.filter + .post-grid,
  body.blog .component.filter + .post-grid,
  body.search .component.filter + .post-grid {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  body.archive .component.filter + .post-grid,
  body.blog .component.filter + .post-grid,
  body.search .component.filter + .post-grid {
    margin-top: 2.5rem;
  }
}
body.archive .archive-header,
body.blog .archive-header,
body.search .archive-header {
  margin-top: 3.75rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  body.archive .archive-header,
  body.blog .archive-header,
  body.search .archive-header {
    margin-top: 5rem;
  }
}
@media (min-width: 992px) {
  body.archive .archive-header,
  body.blog .archive-header,
  body.search .archive-header {
    margin-top: 6.25rem;
  }
}
@media (min-width: 576px) {
  body.archive .archive-header,
  body.blog .archive-header,
  body.search .archive-header {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  body.archive .archive-header,
  body.blog .archive-header,
  body.search .archive-header {
    margin-bottom: 2.5rem;
  }
}
body.archive .archive-header .title,
body.blog .archive-header .title,
body.search .archive-header .title {
  font-family: var(--lf-font-family-h2);
  font-weight: var(--lf-font-weight-h2);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1.7rem;
  line-height: 1.4em;
  letter-spacing: -0.02em;
}
body.archive .archive-header .title:is(.has-blue-color *), body.archive .archive-header .title:is(.has-blue-background-color *),
body.blog .archive-header .title:is(.has-blue-color *),
body.blog .archive-header .title:is(.has-blue-background-color *),
body.search .archive-header .title:is(.has-blue-color *),
body.search .archive-header .title:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  body.archive .archive-header .title,
  body.blog .archive-header .title,
  body.search .archive-header .title {
    font-size: 2.5rem;
    line-height: 1.4em;
  }
}
body.archive .archive-header .author-image,
body.blog .archive-header .author-image,
body.search .archive-header .author-image {
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  body.archive .archive-header .author-image,
  body.blog .archive-header .author-image,
  body.search .archive-header .author-image {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  body.archive .archive-header .author-image,
  body.blog .archive-header .author-image,
  body.search .archive-header .author-image {
    margin-bottom: 2.5rem;
  }
}
body.archive .archive-header .author-image img,
body.blog .archive-header .author-image img,
body.search .archive-header .author-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.archive .child-term-wrapper,
body.blog .child-term-wrapper,
body.search .child-term-wrapper {
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  body.archive .child-term-wrapper,
  body.blog .child-term-wrapper,
  body.search .child-term-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  body.archive .child-term-wrapper,
  body.blog .child-term-wrapper,
  body.search .child-term-wrapper {
    margin-bottom: 2.5rem;
  }
}
body.archive .child-term-wrapper .child-term-heading,
body.blog .child-term-wrapper .child-term-heading,
body.search .child-term-wrapper .child-term-heading {
  font-family: var(--lf-font-family-h4);
  font-weight: var(--lf-font-weight-h4);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1.2rem;
  line-height: 1.5em;
  letter-spacing: -0.02em;
}
body.archive .child-term-wrapper .child-term-heading:is(.has-blue-color *), body.archive .child-term-wrapper .child-term-heading:is(.has-blue-background-color *),
body.blog .child-term-wrapper .child-term-heading:is(.has-blue-color *),
body.blog .child-term-wrapper .child-term-heading:is(.has-blue-background-color *),
body.search .child-term-wrapper .child-term-heading:is(.has-blue-color *),
body.search .child-term-wrapper .child-term-heading:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  body.archive .child-term-wrapper .child-term-heading,
  body.blog .child-term-wrapper .child-term-heading,
  body.search .child-term-wrapper .child-term-heading {
    font-size: 1.8rem;
    line-height: 1.4em;
  }
}
body.archive .child-term-wrapper .term-links,
body.blog .child-term-wrapper .term-links,
body.search .child-term-wrapper .term-links {
  line-height: 250%;
}
body.archive .child-term-wrapper .term-links .term-link,
body.blog .child-term-wrapper .term-links .term-link,
body.search .child-term-wrapper .term-links .term-link {
  margin-right: 1rem;
}
body.archive .child-term-wrapper .term-links .term-link:last-child,
body.blog .child-term-wrapper .term-links .term-link:last-child,
body.search .child-term-wrapper .term-links .term-link:last-child {
  margin-right: 0;
}
body.archive main#main .search-form-wrapper,
body.blog main#main .search-form-wrapper,
body.search main#main .search-form-wrapper {
  margin-top: 1.5rem;
}
@media (min-width: 576px) {
  body.archive main#main .search-form-wrapper,
  body.blog main#main .search-form-wrapper,
  body.search main#main .search-form-wrapper {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  body.archive main#main .search-form-wrapper,
  body.blog main#main .search-form-wrapper,
  body.search main#main .search-form-wrapper {
    margin-top: 2.5rem;
  }
}

html.front-end body.manual {
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  max-width: none;
  padding-top: 0 !important;
}
html.front-end body.manual .skiplink,
html.front-end body.manual #site-header,
html.front-end body.manual #site-footer,
html.front-end body.manual #sidebar {
  display: none;
}
html.front-end body.manual main#main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
html.front-end body.manual .manual-page-header,
html.front-end body.manual .manual-page-footer {
  background-color: var(--lf-color-accent-transparent);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
@media (min-width: 576px) {
  html.front-end body.manual .manual-page-header,
  html.front-end body.manual .manual-page-footer {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  html.front-end body.manual .manual-page-header,
  html.front-end body.manual .manual-page-footer {
    padding-left: 2.5rem;
  }
}
@media (min-width: 576px) {
  html.front-end body.manual .manual-page-header,
  html.front-end body.manual .manual-page-footer {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  html.front-end body.manual .manual-page-header,
  html.front-end body.manual .manual-page-footer {
    padding-right: 2.5rem;
  }
}
@media (min-width: 576px) {
  html.front-end body.manual .manual-page-header,
  html.front-end body.manual .manual-page-footer {
    padding-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  html.front-end body.manual .manual-page-header,
  html.front-end body.manual .manual-page-footer {
    padding-top: 1.875rem;
  }
}
@media (min-width: 576px) {
  html.front-end body.manual .manual-page-header,
  html.front-end body.manual .manual-page-footer {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  html.front-end body.manual .manual-page-header,
  html.front-end body.manual .manual-page-footer {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 576px) {
  html.front-end body.manual .manual-page-header,
  html.front-end body.manual .manual-page-footer {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  html.front-end body.manual .manual-page-header,
  html.front-end body.manual .manual-page-footer {
    padding-top: 1rem;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  html.front-end body.manual .manual-page-header,
  html.front-end body.manual .manual-page-footer {
    padding-top: 1.25rem;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  html.front-end body.manual .manual-page-header,
  html.front-end body.manual .manual-page-footer {
    padding-bottom: 1rem;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  html.front-end body.manual .manual-page-header,
  html.front-end body.manual .manual-page-footer {
    padding-bottom: 1.25rem;
  }
}
html.front-end body.manual .manual-page-header > .inner,
html.front-end body.manual .manual-page-footer > .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
html.front-end body.manual .manual-page-header > .inner a,
html.front-end body.manual .manual-page-header > .inner a.component.button,
html.front-end body.manual .manual-page-footer > .inner a,
html.front-end body.manual .manual-page-footer > .inner a.component.button {
  margin: 0;
}
html.front-end body.manual .manual-page-header {
  border-bottom: 1px solid var(--lf-color-accent-transparent);
}
html.front-end body.manual .manual-page-header .logo-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}
@media (min-width: 768px) {
  html.front-end body.manual .manual-page-header .logo-wrapper {
    text-align: center;
  }
}
html.front-end body.manual .manual-page-header .logo-wrapper .logo-link {
  display: inline-block;
  border: none;
}
html.front-end body.manual .manual-page-header .logo-wrapper .logo {
  width: 75px;
}
@media (min-width: 768px) {
  html.front-end body.manual .manual-page-header .logo-wrapper .logo {
    -webkit-transform: translateX(-55px);
    -moz-transform: translateX(-55px);
    -ms-transform: translateX(-55px);
    -o-transform: translateX(-55px);
    transform: translateX(-55px);
  }
}
html.front-end body.manual .manual-page-header .logo-wrapper .logo.white {
  display: none;
}
html.front-end body.manual .manual-page-footer {
  border-top: 1px solid var(--lf-color-accent-transparent);
}
html.front-end body.manual .manual-page-sidebar {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  html.front-end body.manual .manual-page-sidebar {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  html.front-end body.manual .manual-page-sidebar {
    padding-top: 2.5rem;
  }
}
@media (min-width: 576px) {
  html.front-end body.manual .manual-page-sidebar {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  html.front-end body.manual .manual-page-sidebar {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 576px) {
  html.front-end body.manual .manual-page-sidebar {
    max-width: 540px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
  }
}
@media (min-width: 768px) {
  html.front-end body.manual .manual-page-sidebar {
    max-width: 720px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 720px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 720px) + .5*2rem);
  }
}
@media (min-width: 992px) {
  html.front-end body.manual .manual-page-sidebar {
    max-width: 960px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 960px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 960px) + .5*2rem);
  }
}
@media (min-width: 1200px) {
  html.front-end body.manual .manual-page-sidebar {
    max-width: 1140px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1140px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1140px) + .5*2rem);
  }
}
@media (min-width: 1400px) {
  html.front-end body.manual .manual-page-sidebar {
    max-width: 1320px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1320px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1320px) + .5*2rem);
  }
}
@media (min-width: 992px) {
  html.front-end body.manual .manual-page-sidebar {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: none;
    padding-top: 0rem;
    border-right: 1px solid var(--lf-color-text-transparent);
    width: 300px;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  html.front-end body.manual .manual-page-sidebar {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  html.front-end body.manual .manual-page-sidebar {
    padding-left: 2.5rem;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  html.front-end body.manual .manual-page-sidebar {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  html.front-end body.manual .manual-page-sidebar {
    padding-right: 2.5rem;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  html.front-end body.manual .manual-page-sidebar {
    padding-top: 0rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  html.front-end body.manual .manual-page-sidebar {
    padding-top: 0rem;
  }
}
@media (min-width: 1200px) {
  html.front-end body.manual .manual-page-sidebar {
    width: 350px;
  }
}
@media (min-width: 1400px) {
  html.front-end body.manual .manual-page-sidebar {
    width: 400px;
  }
}
@media (min-width: 992px) {
  html.front-end body.manual .manual-page-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 1.5rem;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  html.front-end body.manual .manual-page-nav {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  html.front-end body.manual .manual-page-nav {
    padding-top: 2.5rem;
  }
}
html.front-end body.manual .manual-page-nav .menu-item {
  margin-bottom: 0.5em;
}
html.front-end body.manual .manual-page-nav .menu-item.overview {
  margin-bottom: 1rem;
}
html.front-end body.manual .manual-page-nav .menu-item:last-child {
  margin-bottom: 0;
}
html.front-end body.manual .manual-page-nav .manual-page-nav-link {
  color: inherit;
}
html.front-end body.manual .manual-page-nav .manual-page-nav-link:hover, html.front-end body.manual .manual-page-nav .manual-page-nav-link:focus, html.front-end body.manual .manual-page-nav .manual-page-nav-link.current {
  /*color:$accent;*/
}
html.front-end body.manual .manual-page-nav .toc-list {
  list-style: none;
  padding: 0 0 0 1rem;
  margin: 0.25em 0;
}
html.front-end body.manual .manual-page-nav .toc-item[data-tag=h3] {
  padding-left: 1rem;
  border-left: 1px solid var(--lf-color-text-transparent);
}
html.front-end body.manual .manual-page-nav .toc-item[data-tag=h4] {
  padding-left: 2rem;
  border-left: 1px solid var(--lf-color-text-transparent);
}
html.front-end body.manual .manual-page-nav .toc-item[data-tag=h5] {
  padding-left: 3rem;
  border-left: 1px solid var(--lf-color-text-transparent);
}
html.front-end body.manual .manual-page-nav .toc-item[data-tag=h6] {
  padding-left: 4rem;
  border-left: 1px solid var(--lf-color-text-transparent);
}
html.front-end body.manual .manual-page-nav .toc-link {
  font-size: 90%;
  border: none;
  display: inline-block;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
html.front-end body.manual .main-content-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 992px) {
  html.front-end body.manual .main-content-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
html.front-end body.manual .post-content-wrapper {
  margin-bottom: 1.5rem;
  padding-top: 3rem;
  border-top: 1px solid var(--lf-color-text-transparent);
  background-color: #f9f9f9;
  background-color: var(--lf-color-text-transparent2);
}
@media (min-width: 576px) {
  html.front-end body.manual .post-content-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  html.front-end body.manual .post-content-wrapper {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 576px) {
  html.front-end body.manual .post-content-wrapper {
    padding-top: 4rem;
  }
}
@media (min-width: 992px) {
  html.front-end body.manual .post-content-wrapper {
    padding-top: 5rem;
  }
}
@media (min-width: 992px) {
  html.front-end body.manual .post-content-wrapper {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    border-top: none;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  html.front-end body.manual .post-content-wrapper {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  html.front-end body.manual .post-content-wrapper {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  html.front-end body.manual .post-content-wrapper {
    margin-right: 0rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  html.front-end body.manual .post-content-wrapper {
    margin-right: 0rem;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  html.front-end body.manual .post-content-wrapper {
    margin-top: 0rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  html.front-end body.manual .post-content-wrapper {
    margin-top: 0rem;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  html.front-end body.manual .post-content-wrapper {
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  html.front-end body.manual .post-content-wrapper {
    margin-bottom: 0rem;
  }
}
html.front-end body.manual .post-header {
  margin-bottom: 1.5rem;
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  /*&::before,*/
}
@media (min-width: 576px) {
  html.front-end body.manual .post-header {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  html.front-end body.manual .post-header {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 576px) {
  html.front-end body.manual .post-header {
    max-width: 540px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
  }
}
@media (min-width: 768px) {
  html.front-end body.manual .post-header {
    max-width: 720px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 720px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 720px) + .5*2rem);
  }
}
@media (min-width: 992px) {
  html.front-end body.manual .post-header {
    max-width: 960px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 960px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 960px) + .5*2rem);
  }
}
@media (min-width: 1200px) {
  html.front-end body.manual .post-header {
    max-width: 1140px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1140px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1140px) + .5*2rem);
  }
}
@media (min-width: 1400px) {
  html.front-end body.manual .post-header {
    max-width: 1320px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1320px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1320px) + .5*2rem);
  }
}
html.front-end body.manual .post-header::after {
  content: "";
  display: none;
  width: 100%;
  background-color: var(--lf-color-text-transparent);
  height: 1px;
  margin-top: 1.5rem;
}
@media (min-width: 576px) {
  html.front-end body.manual .post-header::after {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  html.front-end body.manual .post-header::after {
    margin-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  html.front-end body.manual .post-header::after {
    display: block;
  }
}
html.front-end body.manual .post-content > * {
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  html.front-end body.manual .post-content > * {
    max-width: 540px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
  }
}
@media (min-width: 768px) {
  html.front-end body.manual .post-content > * {
    max-width: 720px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 720px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 720px) + .5*2rem);
  }
}
@media (min-width: 992px) {
  html.front-end body.manual .post-content > * {
    max-width: 960px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 960px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 960px) + .5*2rem);
  }
}
@media (min-width: 1200px) {
  html.front-end body.manual .post-content > * {
    max-width: 1140px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1140px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1140px) + .5*2rem);
  }
}
@media (min-width: 1400px) {
  html.front-end body.manual .post-content > * {
    max-width: 1320px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1320px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1320px) + .5*2rem);
  }
}
html.front-end body.manual .post-content > *.alignwide {
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  html.front-end body.manual .post-content > *.alignwide {
    max-width: 540px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
  }
}
@media (min-width: 768px) {
  html.front-end body.manual .post-content > *.alignwide {
    max-width: 720px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 720px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 720px) + .5*2rem);
  }
}
@media (min-width: 992px) {
  html.front-end body.manual .post-content > *.alignwide {
    max-width: 960px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 960px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 960px) + .5*2rem);
  }
}
@media (min-width: 1200px) {
  html.front-end body.manual .post-content > *.alignwide {
    max-width: 1140px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 1140px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 1140px) + .5*2rem);
  }
}
@media (min-width: 1400px) {
  html.front-end body.manual .post-content > *.alignwide {
    max-width: 1320px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 1320px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 1320px) + .5*2rem);
  }
}
html.front-end body.manual .post-content > *.alignfull {
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  html.front-end body.manual .post-content > *.alignfull {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  html.front-end body.manual .post-content > *.alignfull {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  html.front-end body.manual .post-content > *.alignfull {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  html.front-end body.manual .post-content > *.alignfull {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  html.front-end body.manual .post-content > *.alignfull {
    max-width: 1320px;
  }
}
html.front-end body.manual .post-content > *:is(ul, ol) > * {
  margin-left: 1.5rem;
}
@media (min-width: 576px) {
  html.front-end body.manual .post-content > *:is(ul, ol) > * {
    margin-left: 2rem;
  }
}
@media (min-width: 992px) {
  html.front-end body.manual .post-content > *:is(ul, ol) > * {
    margin-left: 2.5rem;
  }
}
html.front-end body.manual .post-footer {
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: var(--lf-font-family-body);
  font-weight: var(--lf-font-weight-normal);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75em;
  letter-spacing: -0.005em;
  font-size: 14px;
}
@media (min-width: 576px) {
  html.front-end body.manual .post-footer {
    max-width: 540px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-sm)) / 12) * 540px) + .5*2rem);
  }
}
@media (min-width: 768px) {
  html.front-end body.manual .post-footer {
    max-width: 720px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 720px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-md)) / 12) * 720px) + .5*2rem);
  }
}
@media (min-width: 992px) {
  html.front-end body.manual .post-footer {
    max-width: 960px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 960px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-lg)) / 12) * 960px) + .5*2rem);
  }
}
@media (min-width: 1200px) {
  html.front-end body.manual .post-footer {
    max-width: 1140px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1140px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1140px) + .5*2rem);
  }
}
@media (min-width: 1400px) {
  html.front-end body.manual .post-footer {
    max-width: 1320px;
    padding-right: calc(var(--lf-content-align-right) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1320px) + .5*2rem);
    padding-left: calc(var(--lf-content-align-left) * calc(calc(calc(12 - var(--lf-bootstrap-col-xl)) / 12) * 1320px) + .5*2rem);
  }
}
@media (min-width: 576px) {
  html.front-end body.manual .post-footer {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  html.front-end body.manual .post-footer {
    margin-top: 2.5rem;
  }
}
@media (min-width: 576px) {
  html.front-end body.manual .post-footer {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  html.front-end body.manual .post-footer {
    margin-bottom: 2.5rem;
  }
}
html.front-end body.manual .post-footer::before {
  content: "";
  height: 1px;
  display: block;
  width: 100%;
  background-color: var(--lf-color-text-transparent);
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  html.front-end body.manual .post-footer::before {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  html.front-end body.manual .post-footer::before {
    margin-bottom: 2.5rem;
  }
}
html.front-end body.manual .post-footer .meta-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -1.5rem;
}
@media (min-width: 576px) {
  html.front-end body.manual .post-footer .meta-wrapper {
    margin-bottom: -2rem;
  }
}
@media (min-width: 992px) {
  html.front-end body.manual .post-footer .meta-wrapper {
    margin-bottom: -2.5rem;
  }
}
html.front-end body.manual .post-footer .meta-wrapper .meta {
  padding-right: 1.5rem;
  margin-bottom: 1.5rem;
  white-space: nowrap;
}
@media (min-width: 576px) {
  html.front-end body.manual .post-footer .meta-wrapper .meta {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  html.front-end body.manual .post-footer .meta-wrapper .meta {
    padding-right: 2.5rem;
  }
}
@media (min-width: 576px) {
  html.front-end body.manual .post-footer .meta-wrapper .meta {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  html.front-end body.manual .post-footer .meta-wrapper .meta {
    margin-bottom: 2.5rem;
  }
}
html.front-end body.manual .post-footer .meta-wrapper .meta .component.text + .component.text {
  margin-top: 0;
}
html.front-end body.manual .post-item {
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  html.front-end body.manual .post-item {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  html.front-end body.manual .post-item {
    margin-bottom: 2.5rem;
  }
}
html.front-end body.manual .post-item:last-child {
  margin-bottom: 0;
}
html.front-end body.manual .post-item .post-title {
  font-family: var(--lf-font-family-h4);
  font-weight: var(--lf-font-weight-h4);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1.2rem;
  line-height: 1.5em;
  letter-spacing: -0.02em;
}
html.front-end body.manual .post-item .post-title:is(.has-blue-color *), html.front-end body.manual .post-item .post-title:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  html.front-end body.manual .post-item .post-title {
    font-size: 1.8rem;
    line-height: 1.4em;
  }
}
html.front-end body.manual .post-item .excerpt,
html.front-end body.manual .post-item .excerpt:is(.component.text + .component.text) {
  margin-top: 0;
}
html.front-end body.manual .post-title,
html.front-end body.manual .post-title:is(.component.text + .component.text) {
  font-family: var(--lf-font-family-h1);
  font-weight: var(--lf-font-weight-h1);
  text-decoration: underline var(--lf-color-blue);
  font-size: 2.5rem;
  line-height: 1.25em;
  letter-spacing: -0.03em;
  margin-top: 0;
  margin-bottom: 0;
}
html.front-end body.manual .post-title:is(.has-blue-color *), html.front-end body.manual .post-title:is(.has-blue-background-color *),
html.front-end body.manual .post-title:is(.component.text + .component.text):is(.has-blue-color *),
html.front-end body.manual .post-title:is(.component.text + .component.text):is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 576px) {
  html.front-end body.manual .post-title,
  html.front-end body.manual .post-title:is(.component.text + .component.text) {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  html.front-end body.manual .post-title,
  html.front-end body.manual .post-title:is(.component.text + .component.text) {
    font-size: 8.3rem;
    line-height: 1.25em;
  }
}
@media (min-width: 992px) {
  html.front-end body.manual .post-title,
  html.front-end body.manual .post-title:is(.component.text + .component.text) {
    font-family: var(--lf-font-family-h2);
    font-weight: var(--lf-font-weight-h2);
    text-decoration: underline var(--lf-color-blue);
    font-size: 1.7rem;
    line-height: 1.4em;
    letter-spacing: -0.02em;
  }
  html.front-end body.manual .post-title:is(.has-blue-color *), html.front-end body.manual .post-title:is(.has-blue-background-color *),
  html.front-end body.manual .post-title:is(.component.text + .component.text):is(.has-blue-color *),
  html.front-end body.manual .post-title:is(.component.text + .component.text):is(.has-blue-background-color *) {
    text-decoration-color: var(--lf-color-green);
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  html.front-end body.manual .post-title,
  html.front-end body.manual .post-title:is(.component.text + .component.text) {
    font-size: 2.5rem;
    line-height: 1.4em;
  }
}
html.front-end body.manual .subheading {
  font-family: var(--lf-font-family-h3);
  font-weight: var(--lf-font-weight-h3);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1.31rem;
  line-height: 1.4em;
  letter-spacing: -0.02em;
  font-family: var(--lf-font-family-subheadings);
  font-weight: var(--lf-font-weight-subheadings);
  font-weight: 500;
  text-decoration: none;
  color: var(--lf-color-blue);
}
html.front-end body.manual .subheading:is(.has-blue-color *), html.front-end body.manual .subheading:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  html.front-end body.manual .subheading {
    font-size: 2.125rem;
    line-height: 1.4em;
  }
}
html.front-end body.manual .subheading:is(.has-blue-background-color *) {
  color: var(--lf-color-green);
}

body.single-manual .excerpt,
body.single-manual .excerpt:is(.component.text + .component.text) {
  margin-top: 0.5rem;
  font-family: var(--lf-font-family-h4);
  font-weight: var(--lf-font-weight-h4);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1.2rem;
  line-height: 1.5em;
  letter-spacing: -0.02em;
  font-weight: var(--lf-font-weight-normal);
}
body.single-manual .excerpt:is(.has-blue-color *), body.single-manual .excerpt:is(.has-blue-background-color *),
body.single-manual .excerpt:is(.component.text + .component.text):is(.has-blue-color *),
body.single-manual .excerpt:is(.component.text + .component.text):is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  body.single-manual .excerpt,
  body.single-manual .excerpt:is(.component.text + .component.text) {
    font-size: 1.8rem;
    line-height: 1.4em;
  }
}
body.single-manual .post-content {
  position: relative;
}
body.single-manual .post-content .aligncenter .wp-element-caption {
  text-align: center;
}
body.single-manual .post-content .wp-block-heading {
  margin-top: 2em;
}
body.single-manual .post-content .wp-block-heading:first-child {
  margin-top: 1em;
}
body.single-manual .post-content .wp-block-heading:target {
  scroll-margin-top: 2rem;
  position: relative;
}
body.single-manual .post-content .wp-block-image,
body.single-manual .post-content .wp-block-embed,
body.single-manual .post-content .wp-block-columns {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  body.single-manual .post-content .wp-block-image,
  body.single-manual .post-content .wp-block-embed,
  body.single-manual .post-content .wp-block-columns {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  body.single-manual .post-content .wp-block-image,
  body.single-manual .post-content .wp-block-embed,
  body.single-manual .post-content .wp-block-columns {
    margin-top: 2.5rem;
  }
}
@media (min-width: 576px) {
  body.single-manual .post-content .wp-block-image,
  body.single-manual .post-content .wp-block-embed,
  body.single-manual .post-content .wp-block-columns {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  body.single-manual .post-content .wp-block-image,
  body.single-manual .post-content .wp-block-embed,
  body.single-manual .post-content .wp-block-columns {
    margin-bottom: 2.5rem;
  }
}
body.single-manual .post-content .wp-block-image:is(.wp-block-columns :first-child),
body.single-manual .post-content .wp-block-embed:is(.wp-block-columns :first-child),
body.single-manual .post-content .wp-block-columns:is(.wp-block-columns :first-child) {
  margin-top: 0;
}
body.single-manual .post-content .wp-block-image:is(.wp-block-columns :last-child),
body.single-manual .post-content .wp-block-embed:is(.wp-block-columns :last-child),
body.single-manual .post-content .wp-block-columns:is(.wp-block-columns :last-child) {
  margin-bottom: 0;
}
body.single-manual .post-content .wp-block-image.alignwide img, body.single-manual .post-content .wp-block-image.alignfull img {
  width: 100%;
}
body.single-manual .post-content .wp-block-image img {
  width: auto;
  border: 1px solid var(--lf-color-text-transparent);
  -webkit-box-shadow: 0 0 1em var(--lf-color-text-transparent);
  -moz-box-shadow: 0 0 1em var(--lf-color-text-transparent);
  box-shadow: 0 0 1em var(--lf-color-text-transparent);
}

body.manual-archive .main-content-wrapper,
body.manual-archive .post-content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.manual-archive .post-content-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  body.manual-archive .post-content-wrapper {
    padding-top: 4rem;
  }
}
@media (min-width: 992px) {
  body.manual-archive .post-content-wrapper {
    padding-top: 5rem;
  }
}
@media (min-width: 576px) {
  body.manual-archive .post-content-wrapper {
    padding-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  body.manual-archive .post-content-wrapper {
    padding-bottom: 5rem;
  }
}
body.manual-archive .post-footer,
body.manual-archive .manual-page-sidebar {
  display: none;
}

body:not(html.front-end *) {
  padding-top: 0;
}
body:not(html.front-end *) .editor-styles-wrapper::after {
  height: 100px;
}
body:not(html.front-end *) .is-root-container > *:is(p), body:not(html.front-end *) .is-root-container > *:is(h1), body:not(html.front-end *) .is-root-container > *:is(h2), body:not(html.front-end *) .is-root-container > *:is(h3), body:not(html.front-end *) .is-root-container > *:is(h4), body:not(html.front-end *) .is-root-container > *:is(h5), body:not(html.front-end *) .is-root-container > *:is(h6) {
  padding-left: 1rem;
  padding-right: 1rem;
}
body:not(html.front-end *) h1 > a, body:not(html.front-end *) h2 > a, body:not(html.front-end *) h3 > a, body:not(html.front-end *) h4 > a, body:not(html.front-end *) h5 > a, body:not(html.front-end *) h6 > a,
body:not(html.front-end *) .has-heading-1-font-size > a,
body:not(html.front-end *) .has-heading-2-font-size > a,
body:not(html.front-end *) .has-heading-3-font-size > a,
body:not(html.front-end *) .has-heading-4-font-size > a,
body:not(html.front-end *) .has-heading-5-font-size > a,
body:not(html.front-end *) .has-heading-6-font-size > a {
  font-size: inherit !important;
}

div.edit-post-visual-editor__post-title-wrapper {
  border-bottom: 1px solid var(--lf-color-text-transparent);
  padding: 0;
  margin-top: 0 !important;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1rem 0 rgba(28, 28, 28, 0.1);
  -moz-box-shadow: 0 0 1rem 0 rgba(28, 28, 28, 0.1);
  box-shadow: 0 0 1rem 0 rgba(28, 28, 28, 0.1);
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  div.edit-post-visual-editor__post-title-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  div.edit-post-visual-editor__post-title-wrapper {
    margin-bottom: 2.5rem;
  }
}
div.edit-post-visual-editor__post-title-wrapper h1.editor-post-title__input {
  font-family: var(--lf-font-family-h2);
  font-weight: var(--lf-font-weight-h2);
  text-decoration: underline var(--lf-color-blue);
  font-size: 1.7rem;
  line-height: 1.4em;
  letter-spacing: -0.02em;
  text-decoration: none;
  padding: 1rem;
  color: #1c1c1c;
  max-width: none;
}
div.edit-post-visual-editor__post-title-wrapper h1.editor-post-title__input:is(.has-blue-color *), div.edit-post-visual-editor__post-title-wrapper h1.editor-post-title__input:is(.has-blue-background-color *) {
  text-decoration-color: var(--lf-color-green);
}
@media (min-width: 992px) {
  div.edit-post-visual-editor__post-title-wrapper h1.editor-post-title__input {
    font-size: 2.5rem;
    line-height: 1.4em;
  }
}

.acf-field .quicktags-toolbar .button {
  width: auto;
}

.wp-block-column > .wp-block {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-spacer {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-spacer.wp-block {
  position: relative;
}
.wp-block-spacer.wp-block:not(.is-selected) {
  /*background-color:var(--lf-color-text-transparent);*/
  opacity: 0.5;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
  border-color: var(--lf-color-text-half);
}
.wp-block-spacer.wp-block::before {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-weight: inherit;
  content: "height";
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  opacity: 0.5;
}

/*# sourceMappingURL=main.css.map */
