@charset "UTF-8";
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}

.fas,
.fass,
.far,
.fasr,
.fal,
.fasl,
.fat,
.fast,
.fad,
.fadr,
.fadl,
.fadt,
.fasds,
.fasdr,
.fasdl,
.fasdt,
.fab,
.fa-solid,
.fa-regular,
.fa-light,
.fa-thin,
.fa-brands,
.fa-classic,
.fa-duotone,
.fa-sharp,
.fa-sharp-duotone,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas::before,
.fass::before,
.far::before,
.fasr::before,
.fal::before,
.fasl::before,
.fat::before,
.fast::before,
.fad::before,
.fadr::before,
.fadl::before,
.fadt::before,
.fasds::before,
.fasdr::before,
.fasdl::before,
.fasdt::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-light::before,
.fa-thin::before,
.fa-brands::before,
.fa-classic::before,
.fa-duotone::before,
.fa-sharp::before,
.fa-sharp-duotone::before,
.fa::before {
  content: var(--fa);
}

.fad::after,
.fa-duotone.fa-solid::after,
.fa-duotone::after,
.fadr::after,
.fa-duotone.fa-regular::after,
.fadl::after,
.fa-duotone.fa-light::after,
.fadt::after,
.fa-duotone.fa-thin::after,
.fasds::after,
.fa-sharp-duotone.fa-solid::after,
.fa-sharp-duotone::after,
.fasdr::after,
.fa-sharp-duotone.fa-regular::after,
.fasdl::after,
.fa-sharp-duotone.fa-light::after,
.fasdt::after,
.fa-sharp-duotone.fa-thin::after {
  content: var(--fa--fa);
}

.fa-classic.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.fad,
.fa-duotone {
  font-weight: 900;
}

.fasds,
.fa-sharp-duotone {
  font-weight: 900;
}

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}

.fa-duotone,
.fad,
.fadr,
.fadl,
.fadt {
  font-family: "Font Awesome 6 Duotone";
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}

.fa-sharp,
.fass,
.fasr,
.fasl,
.fast {
  font-family: "Font Awesome 6 Sharp";
}

.fa-sharp-duotone,
.fasds,
.fasdr,
.fasdl,
.fasdt {
  font-family: "Font Awesome 6 Sharp Duotone";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0 {
  --fa: "0";
  --fa--fa: "00";
}

.fa-1 {
  --fa: "1";
  --fa--fa: "11";
}

.fa-2 {
  --fa: "2";
  --fa--fa: "22";
}

.fa-3 {
  --fa: "3";
  --fa--fa: "33";
}

.fa-4 {
  --fa: "4";
  --fa--fa: "44";
}

.fa-5 {
  --fa: "5";
  --fa--fa: "55";
}

.fa-6 {
  --fa: "6";
  --fa--fa: "66";
}

.fa-7 {
  --fa: "7";
  --fa--fa: "77";
}

.fa-8 {
  --fa: "8";
  --fa--fa: "88";
}

.fa-9 {
  --fa: "9";
  --fa--fa: "99";
}

.fa-fill-drip {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-to-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-chevron-right {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-circle-right {
  --fa: "";
  --fa--fa: "";
}

.fa-wagon-covered {
  --fa: "";
  --fa--fa: "";
}

.fa-line-height {
  --fa: "";
  --fa--fa: "";
}

.fa-bagel {
  --fa: "";
  --fa--fa: "";
}

.fa-transporter-7 {
  --fa: "";
  --fa--fa: "";
}

.fa-at {
  --fa: "@";
  --fa--fa: "@@";
}

.fa-rectangles-mixed {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-arrow-up-right {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-outgoing {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-can {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-l {
  --fa: "";
  --fa--fa: "";
}

.fa-head-side-goggles {
  --fa: "";
  --fa--fa: "";
}

.fa-head-vr {
  --fa: "";
  --fa--fa: "";
}

.fa-text-height {
  --fa: "";
  --fa--fa: "";
}

.fa-user-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-user-times {
  --fa: "";
  --fa--fa: "";
}

.fa-face-hand-yawn {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-simple-min {
  --fa: "";
  --fa--fa: "";
}

.fa-tachometer-slowest {
  --fa: "";
  --fa--fa: "";
}

.fa-stethoscope {
  --fa: "";
  --fa--fa: "";
}

.fa-coffin {
  --fa: "";
  --fa--fa: "";
}

.fa-message {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-salad {
  --fa: "";
  --fa--fa: "";
}

.fa-bowl-salad {
  --fa: "";
  --fa--fa: "";
}

.fa-info {
  --fa: "";
  --fa--fa: "";
}

.fa-robot-astromech {
  --fa: "";
  --fa--fa: "";
}

.fa-ring-diamond {
  --fa: "";
  --fa--fa: "";
}

.fa-fondue-pot {
  --fa: "";
  --fa--fa: "";
}

.fa-theta {
  --fa: "";
  --fa--fa: "";
}

.fa-face-hand-peeking {
  --fa: "";
  --fa--fa: "";
}

.fa-square-user {
  --fa: "";
  --fa--fa: "";
}

.fa-down-left-and-up-right-to-center {
  --fa: "";
  --fa--fa: "";
}

.fa-compress-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-explosion {
  --fa: "";
  --fa--fa: "";
}

.fa-file-lines {
  --fa: "";
  --fa--fa: "";
}

.fa-file-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-file-text {
  --fa: "";
  --fa--fa: "";
}

.fa-wave-square {
  --fa: "";
  --fa--fa: "";
}

.fa-ring {
  --fa: "";
  --fa--fa: "";
}

.fa-building-un {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-three {
  --fa: "";
  --fa--fa: "";
}

.fa-tire-pressure-warning {
  --fa: "";
  --fa--fa: "";
}

.fa-wifi-fair {
  --fa: "";
  --fa--fa: "";
}

.fa-wifi-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-days {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-mp3-player {
  --fa: "";
  --fa--fa: "";
}

.fa-anchor-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-tally-4 {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-history {
  --fa: "";
  --fa--fa: "";
}

.fa-building-circle-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-volleyball {
  --fa: "";
  --fa--fa: "";
}

.fa-volleyball-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-sun-haze {
  --fa: "";
  --fa--fa: "";
}

.fa-text-size {
  --fa: "";
  --fa--fa: "";
}

.fa-ufo {
  --fa: "";
  --fa--fa: "";
}

.fa-fork {
  --fa: "";
  --fa--fa: "";
}

.fa-utensil-fork {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-up-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-signal {
  --fa: "";
  --fa--fa: "";
}

.fa-barcode-scan {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-down {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-desc {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-download {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-minus-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-face-icicles {
  --fa: "";
  --fa--fa: "";
}

.fa-shovel {
  --fa: "";
  --fa--fa: "";
}

.fa-door-open {
  --fa: "";
  --fa--fa: "";
}

.fa-films {
  --fa: "";
  --fa--fa: "";
}

.fa-right-from-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-sign-out-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-face-glasses {
  --fa: "";
  --fa--fa: "";
}

.fa-nfc {
  --fa: "";
  --fa--fa: "";
}

.fa-atom {
  --fa: "";
  --fa--fa: "";
}

.fa-soap {
  --fa: "";
  --fa--fa: "";
}

.fa-icons {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-music-camera-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-microphone-lines-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-microphone-alt-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-closed-captioning-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-calculator-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-calculator-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-bridge-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-sliders-up {
  --fa: "";
  --fa--fa: "";
}

.fa-sliders-v {
  --fa: "";
  --fa--fa: "";
}

.fa-location-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marker-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-pump-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-fingerprint {
  --fa: "";
  --fa--fa: "";
}

.fa-ski-boot {
  --fa: "";
  --fa--fa: "";
}

.fa-standard-definition {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-sd {
  --fa: "";
  --fa--fa: "";
}

.fa-h1 {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-point-right {
  --fa: "";
  --fa--fa: "";
}

.fa-magnifying-glass-location {
  --fa: "";
  --fa--fa: "";
}

.fa-search-location {
  --fa: "";
  --fa--fa: "";
}

.fa-message-bot {
  --fa: "";
  --fa--fa: "";
}

.fa-forward-step {
  --fa: "";
  --fa--fa: "";
}

.fa-step-forward {
  --fa: "";
  --fa--fa: "";
}

.fa-face-smile-beam {
  --fa: "";
  --fa--fa: "";
}

.fa-smile-beam {
  --fa: "";
  --fa--fa: "";
}

.fa-light-ceiling {
  --fa: "";
  --fa--fa: "";
}

.fa-message-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-bowl-scoop {
  --fa: "";
  --fa--fa: "";
}

.fa-bowl-shaved-ice {
  --fa: "";
  --fa--fa: "";
}

.fa-square-x {
  --fa: "";
  --fa--fa: "";
}

.fa-building-memo {
  --fa: "";
  --fa--fa: "";
}

.fa-utility-pole-double {
  --fa: "";
  --fa--fa: "";
}

.fa-flag-checkered {
  --fa: "";
  --fa--fa: "";
}

.fa-chevrons-up {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-double-up {
  --fa: "";
  --fa--fa: "";
}

.fa-football {
  --fa: "";
  --fa--fa: "";
}

.fa-football-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-user-vneck {
  --fa: "";
  --fa--fa: "";
}

.fa-school-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-crop {
  --fa: "";
  --fa--fa: "";
}

.fa-angles-down {
  --fa: "";
  --fa--fa: "";
}

.fa-angle-double-down {
  --fa: "";
  --fa--fa: "";
}

.fa-users-rectangle {
  --fa: "";
  --fa--fa: "";
}

.fa-people-roof {
  --fa: "";
  --fa--fa: "";
}

.fa-square-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-square-right {
  --fa: "";
  --fa--fa: "";
}

.fa-location-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marker-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-lightbulb-exclamation-on {
  --fa: "";
  --fa--fa: "";
}

.fa-people-line {
  --fa: "";
  --fa--fa: "";
}

.fa-beer-mug-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-beer {
  --fa: "";
  --fa--fa: "";
}

.fa-carpool {
  --fa: "";
  --fa--fa: "";
}

.fa-car-people {
  --fa: "";
  --fa--fa: "";
}

.fa-crate-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-diagram-predecessor {
  --fa: "";
  --fa--fa: "";
}

.fa-transporter {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-circle-user {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-long {
  --fa: "";
  --fa--fa: "";
}

.fa-long-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-person-carry-box {
  --fa: "";
  --fa--fa: "";
}

.fa-person-carry {
  --fa: "";
  --fa--fa: "";
}

.fa-fire-flame-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-burn {
  --fa: "";
  --fa--fa: "";
}

.fa-person {
  --fa: "";
  --fa--fa: "";
}

.fa-male {
  --fa: "";
  --fa--fa: "";
}

.fa-laptop {
  --fa: "";
  --fa--fa: "";
}

.fa-file-csv {
  --fa: "";
  --fa--fa: "";
}

.fa-menorah {
  --fa: "";
  --fa--fa: "";
}

.fa-union {
  --fa: "";
  --fa--fa: "";
}

.fa-chevrons-left {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-double-left {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-plane {
  --fa: "";
  --fa--fa: "";
}

.fa-record-vinyl {
  --fa: "";
  --fa--fa: "";
}

.fa-bring-forward {
  --fa: "";
  --fa--fa: "";
}

.fa-square-p {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-stars {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-stars {
  --fa: "";
  --fa--fa: "";
}

.fa-sigma {
  --fa: "";
  --fa--fa: "";
}

.fa-camera-movie {
  --fa: "";
  --fa--fa: "";
}

.fa-bong {
  --fa: "";
  --fa--fa: "";
}

.fa-clarinet {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-flatbed {
  --fa: "";
  --fa--fa: "";
}

.fa-spaghetti-monster-flying {
  --fa: "";
  --fa--fa: "";
}

.fa-pastafarianism {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-up-across-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-rotate-reverse {
  --fa: "";
  --fa--fa: "";
}

.fa-leaf-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-house-building {
  --fa: "";
  --fa--fa: "";
}

.fa-cheese-swiss {
  --fa: "";
  --fa--fa: "";
}

.fa-spoon {
  --fa: "";
  --fa--fa: "";
}

.fa-utensil-spoon {
  --fa: "";
  --fa--fa: "";
}

.fa-jar-wheat {
  --fa: "";
  --fa--fa: "";
}

.fa-envelopes-bulk {
  --fa: "";
  --fa--fa: "";
}

.fa-mail-bulk {
  --fa: "";
  --fa--fa: "";
}

.fa-file-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-bow-arrow {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-hexagon-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-times-hexagon {
  --fa: "";
  --fa--fa: "";
}

.fa-xmark-hexagon {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-h {
  --fa: "";
  --fa--fa: "";
}

.fa-hospital-symbol {
  --fa: "";
  --fa--fa: "";
}

.fa-merge {
  --fa: "";
  --fa--fa: "";
}

.fa-pager {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-address-book {
  --fa: "";
  --fa--fa: "";
}

.fa-contact-book {
  --fa: "";
  --fa--fa: "";
}

.fa-pan-frying {
  --fa: "";
  --fa--fa: "";
}

.fa-grid {
  --fa: "";
  --fa--fa: "";
}

.fa-grid-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-football-helmet {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-love {
  --fa: "";
  --fa--fa: "";
}

.fa-trees {
  --fa: "";
  --fa--fa: "";
}

.fa-strikethrough {
  --fa: "";
  --fa--fa: "";
}

.fa-page {
  --fa: "";
  --fa--fa: "";
}

.fa-k {
  --fa: "K";
  --fa--fa: "KK";
}

.fa-diagram-previous {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-min {
  --fa: "";
  --fa--fa: "";
}

.fa-tachometer-alt-slowest {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-grid {
  --fa: "";
  --fa--fa: "";
}

.fa-eggplant {
  --fa: "";
  --fa--fa: "";
}

.fa-excavator {
  --fa: "";
  --fa--fa: "";
}

.fa-ram {
  --fa: "";
  --fa--fa: "";
}

.fa-landmark-flag {
  --fa: "";
  --fa--fa: "";
}

.fa-lips {
  --fa: "";
  --fa--fa: "";
}

.fa-pencil {
  --fa: "";
  --fa--fa: "";
}

.fa-pencil-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-backward {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-right {
  --fa: "";
  --fa--fa: "";
}

.fa-comments {
  --fa: "";
  --fa--fa: "";
}

.fa-paste {
  --fa: "";
  --fa--fa: "";
}

.fa-file-clipboard {
  --fa: "";
  --fa--fa: "";
}

.fa-desktop-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-code-pull-request {
  --fa: "";
  --fa--fa: "";
}

.fa-pumpkin {
  --fa: "";
  --fa--fa: "";
}

.fa-clipboard-list {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-field {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-sine {
  --fa: "";
  --fa--fa: "";
}

.fa-blueberries {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-ramp-box {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-loading {
  --fa: "";
  --fa--fa: "";
}

.fa-note {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-to-square {
  --fa: "";
  --fa--fa: "";
}

.fa-user-check {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-vial-virus {
  --fa: "";
  --fa--fa: "";
}

.fa-book-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-book-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-golf-flag-hole {
  --fa: "";
  --fa--fa: "";
}

.fa-message-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-face-unamused {
  --fa: "";
  --fa--fa: "";
}

.fa-sheet-plastic {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-9 {
  --fa: "";
  --fa--fa: "";
}

.fa-blog {
  --fa: "";
  --fa--fa: "";
}

.fa-user-ninja {
  --fa: "";
  --fa--fa: "";
}

.fa-pencil-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-bowling-pins {
  --fa: "";
  --fa--fa: "";
}

.fa-person-arrow-up-from-line {
  --fa: "";
  --fa--fa: "";
}

.fa-down-right {
  --fa: "";
  --fa--fa: "";
}

.fa-scroll-torah {
  --fa: "";
  --fa--fa: "";
}

.fa-torah {
  --fa: "";
  --fa--fa: "";
}

.fa-webhook {
  --fa: "";
  --fa--fa: "";
}

.fa-blinds-open {
  --fa: "";
  --fa--fa: "";
}

.fa-fence {
  --fa: "";
  --fa--fa: "";
}

.fa-up {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-up {
  --fa: "";
  --fa--fa: "";
}

.fa-broom-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-quidditch {
  --fa: "";
  --fa--fa: "";
}

.fa-quidditch-broom-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-drumstick {
  --fa: "";
  --fa--fa: "";
}

.fa-square-v {
  --fa: "";
  --fa--fa: "";
}

.fa-face-awesome {
  --fa: "";
  --fa--fa: "";
}

.fa-gave-dandy {
  --fa: "";
  --fa--fa: "";
}

.fa-dial-off {
  --fa: "";
  --fa--fa: "";
}

.fa-toggle-off {
  --fa: "";
  --fa--fa: "";
}

.fa-face-smile-horns {
  --fa: "";
  --fa--fa: "";
}

.fa-box-archive {
  --fa: "";
  --fa--fa: "";
}

.fa-archive {
  --fa: "";
  --fa--fa: "";
}

.fa-grapes {
  --fa: "";
  --fa--fa: "";
}

.fa-person-drowning {
  --fa: "";
  --fa--fa: "";
}

.fa-dial-max {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-m {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-image {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-caret-down {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-circle-down {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-9-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-numeric-desc {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-numeric-down-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-tongue-squint {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-tongue-squint {
  --fa: "";
  --fa--fa: "";
}

.fa-shish-kebab {
  --fa: "";
  --fa--fa: "";
}

.fa-spray-can {
  --fa: "";
  --fa--fa: "";
}

.fa-alarm-snooze {
  --fa: "";
  --fa--fa: "";
}

.fa-scarecrow {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-monster {
  --fa: "";
  --fa--fa: "";
}

.fa-gift-card {
  --fa: "";
  --fa--fa: "";
}

.fa-w {
  --fa: "W";
  --fa--fa: "WW";
}

.fa-code-pull-request-draft {
  --fa: "";
  --fa--fa: "";
}

.fa-square-b {
  --fa: "";
  --fa--fa: "";
}

.fa-elephant {
  --fa: "";
  --fa--fa: "";
}

.fa-earth-africa {
  --fa: "";
  --fa--fa: "";
}

.fa-globe-africa {
  --fa: "";
  --fa--fa: "";
}

.fa-rainbow {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-notch {
  --fa: "";
  --fa--fa: "";
}

.fa-tablet-screen-button {
  --fa: "";
  --fa--fa: "";
}

.fa-tablet-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-paw {
  --fa: "";
  --fa--fa: "";
}

.fa-message-question {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud {
  --fa: "";
  --fa--fa: "";
}

.fa-trowel-bricks {
  --fa: "";
  --fa--fa: "";
}

.fa-square-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-face-flushed {
  --fa: "";
  --fa--fa: "";
}

.fa-flushed {
  --fa: "";
  --fa--fa: "";
}

.fa-hospital-user {
  --fa: "";
  --fa--fa: "";
}

.fa-microwave {
  --fa: "";
  --fa--fa: "";
}

.fa-chf-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-tent-arrow-left-right {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-circle-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-clock {
  --fa: "";
  --fa--fa: "";
}

.fa-reflect-both {
  --fa: "";
  --fa--fa: "";
}

.fa-gavel {
  --fa: "";
  --fa--fa: "";
}

.fa-legal {
  --fa: "";
  --fa--fa: "";
}

.fa-sprinkler-ceiling {
  --fa: "";
  --fa--fa: "";
}

.fa-browsers {
  --fa: "";
  --fa--fa: "";
}

.fa-trillium {
  --fa: "";
  --fa--fa: "";
}

.fa-table-cells-unlock {
  --fa: "";
  --fa--fa: "";
}

.fa-music-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-ramp {
  --fa: "";
  --fa--fa: "";
}

.fa-binoculars {
  --fa: "";
  --fa--fa: "";
}

.fa-microphone-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-box-tissue {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-c {
  --fa: "";
  --fa--fa: "";
}

.fa-star-christmas {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-bullet {
  --fa: "";
  --fa--fa: "";
}

.fa-motorcycle {
  --fa: "";
  --fa--fa: "";
}

.fa-tree-christmas {
  --fa: "";
  --fa--fa: "";
}

.fa-tire-flat {
  --fa: "";
  --fa--fa: "";
}

.fa-sunglasses {
  --fa: "";
  --fa--fa: "";
}

.fa-badge {
  --fa: "";
  --fa--fa: "";
}

.fa-message-pen {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-edit {
  --fa: "";
  --fa--fa: "";
}

.fa-message-edit {
  --fa: "";
  --fa--fa: "";
}

.fa-bell-concierge {
  --fa: "";
  --fa--fa: "";
}

.fa-concierge-bell {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-ruler {
  --fa: "";
  --fa--fa: "";
}

.fa-pencil-ruler {
  --fa: "";
  --fa--fa: "";
}

.fa-file-mp3 {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-progress {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-rook-piece {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-rook-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-square-root {
  --fa: "";
  --fa--fa: "";
}

.fa-album-collection-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-people-arrows {
  --fa: "";
  --fa--fa: "";
}

.fa-people-arrows-left-right {
  --fa: "";
  --fa--fa: "";
}

.fa-sign-post {
  --fa: "";
  --fa--fa: "";
}

.fa-face-angry-horns {
  --fa: "";
  --fa--fa: "";
}

.fa-mars-and-venus-burst {
  --fa: "";
  --fa--fa: "";
}

.fa-tombstone {
  --fa: "";
  --fa--fa: "";
}

.fa-square-caret-right {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-square-right {
  --fa: "";
  --fa--fa: "";
}

.fa-scissors {
  --fa: "";
  --fa--fa: "";
}

.fa-cut {
  --fa: "";
  --fa--fa: "";
}

.fa-list-music {
  --fa: "";
  --fa--fa: "";
}

.fa-sun-plant-wilt {
  --fa: "";
  --fa--fa: "";
}

.fa-toilets-portable {
  --fa: "";
  --fa--fa: "";
}

.fa-hockey-puck {
  --fa: "";
  --fa--fa: "";
}

.fa-mustache {
  --fa: "";
  --fa--fa: "";
}

.fa-hyphen {
  --fa: "-";
  --fa--fa: "--";
}

.fa-table {
  --fa: "";
  --fa--fa: "";
}

.fa-user-chef {
  --fa: "";
  --fa--fa: "";
}

.fa-message-image {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-image {
  --fa: "";
  --fa--fa: "";
}

.fa-users-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-sensor-triangle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-sensor-alert {
  --fa: "";
  --fa--fa: "";
}

.fa-magnifying-glass-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-tachograph-digital {
  --fa: "";
  --fa--fa: "";
}

.fa-digital-tachograph {
  --fa: "";
  --fa--fa: "";
}

.fa-face-mask {
  --fa: "";
  --fa--fa: "";
}

.fa-pickleball {
  --fa: "";
  --fa--fa: "";
}

.fa-star-sharp-half {
  --fa: "";
  --fa--fa: "";
}

.fa-users-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-clover {
  --fa: "";
  --fa--fa: "";
}

.fa-meat {
  --fa: "";
  --fa--fa: "";
}

.fa-reply {
  --fa: "";
  --fa--fa: "";
}

.fa-mail-reply {
  --fa: "";
  --fa--fa: "";
}

.fa-star-and-crescent {
  --fa: "";
  --fa--fa: "";
}

.fa-empty-set {
  --fa: "";
  --fa--fa: "";
}

.fa-house-fire {
  --fa: "";
  --fa--fa: "";
}

.fa-square-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-minus-square {
  --fa: "";
  --fa--fa: "";
}

.fa-helicopter {
  --fa: "";
  --fa--fa: "";
}

.fa-bird {
  --fa: "";
  --fa--fa: "";
}

.fa-compass {
  --fa: "";
  --fa--fa: "";
}

.fa-square-caret-down {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-square-down {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-half-stroke {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-half-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-file-circle-question {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-utensils {
  --fa: "";
  --fa--fa: "";
}

.fa-laptop-code {
  --fa: "";
  --fa--fa: "";
}

.fa-joystick {
  --fa: "";
  --fa--fa: "";
}

.fa-grill-fire {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-vertical-history {
  --fa: "";
  --fa--fa: "";
}

.fa-swatchbook {
  --fa: "";
  --fa--fa: "";
}

.fa-prescription-bottle {
  --fa: "";
  --fa--fa: "";
}

.fa-bars {
  --fa: "";
  --fa--fa: "";
}

.fa-navicon {
  --fa: "";
  --fa--fa: "";
}

.fa-keyboard-left {
  --fa: "";
  --fa--fa: "";
}

.fa-people-group {
  --fa: "";
  --fa--fa: "";
}

.fa-hourglass-end {
  --fa: "";
  --fa--fa: "";
}

.fa-hourglass-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-crack {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-broken {
  --fa: "";
  --fa--fa: "";
}

.fa-face-beam-hand-over-mouth {
  --fa: "";
  --fa--fa: "";
}

.fa-droplet-percent {
  --fa: "";
  --fa--fa: "";
}

.fa-humidity {
  --fa: "";
  --fa--fa: "";
}

.fa-square-up-right {
  --fa: "";
  --fa--fa: "";
}

.fa-external-link-square-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-face-kiss-beam {
  --fa: "";
  --fa--fa: "";
}

.fa-kiss-beam {
  --fa: "";
  --fa--fa: "";
}

.fa-corn {
  --fa: "";
  --fa--fa: "";
}

.fa-roller-coaster {
  --fa: "";
  --fa--fa: "";
}

.fa-photo-film-music {
  --fa: "";
  --fa--fa: "";
}

.fa-radar {
  --fa: "";
  --fa--fa: "";
}

.fa-sickle {
  --fa: "";
  --fa--fa: "";
}

.fa-film {
  --fa: "";
  --fa--fa: "";
}

.fa-coconut {
  --fa: "";
  --fa--fa: "";
}

.fa-ruler-horizontal {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-cross {
  --fa: "";
  --fa--fa: "";
}

.fa-cassette-tape {
  --fa: "";
  --fa--fa: "";
}

.fa-square-terminal {
  --fa: "";
  --fa--fa: "";
}

.fa-people-robbery {
  --fa: "";
  --fa--fa: "";
}

.fa-lightbulb {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-left {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-middle {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-can-list {
  --fa: "";
  --fa--fa: "";
}

.fa-block {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-exclamation-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-school-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-from-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-sign-out {
  --fa: "";
  --fa--fa: "";
}

.fa-face-frown-slight {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-chevron-down {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-circle-down {
  --fa: "";
  --fa--fa: "";
}

.fa-sidebar-flip {
  --fa: "";
  --fa--fa: "";
}

.fa-unlock-keyhole {
  --fa: "";
  --fa--fa: "";
}

.fa-unlock-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-list {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-showers-heavy {
  --fa: "";
  --fa--fa: "";
}

.fa-headphones-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-headphones-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-sitemap {
  --fa: "";
  --fa--fa: "";
}

.fa-pipe-section {
  --fa: "";
  --fa--fa: "";
}

.fa-space-station-moon-construction {
  --fa: "";
  --fa--fa: "";
}

.fa-space-station-moon-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-dollar-to-slot {
  --fa: "";
  --fa--fa: "";
}

.fa-donate {
  --fa: "";
  --fa--fa: "";
}

.fa-memory {
  --fa: "";
  --fa--fa: "";
}

.fa-face-sleeping {
  --fa: "";
  --fa--fa: "";
}

.fa-road-spikes {
  --fa: "";
  --fa--fa: "";
}

.fa-fire-burner {
  --fa: "";
  --fa--fa: "";
}

.fa-squirrel {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-to-top {
  --fa: "";
  --fa--fa: "";
}

.fa-flag {
  --fa: "";
  --fa--fa: "";
}

.fa-face-cowboy-hat {
  --fa: "";
  --fa--fa: "";
}

.fa-hanukiah {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-scatter-3d {
  --fa: "";
  --fa--fa: "";
}

.fa-display-chart-up {
  --fa: "";
  --fa--fa: "";
}

.fa-square-code {
  --fa: "";
  --fa--fa: "";
}

.fa-feather {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-low {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-down {
  --fa: "";
  --fa--fa: "";
}

.fa-xmark-to-slot {
  --fa: "";
  --fa--fa: "";
}

.fa-times-to-slot {
  --fa: "";
  --fa--fa: "";
}

.fa-vote-nay {
  --fa: "";
  --fa--fa: "";
}

.fa-box-taped {
  --fa: "";
  --fa--fa: "";
}

.fa-box-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-swords {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-sun-rain {
  --fa: "";
  --fa--fa: "";
}

.fa-album {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-n {
  --fa: "";
  --fa--fa: "";
}

.fa-compress {
  --fa: "";
  --fa--fa: "";
}

.fa-wheat-awn {
  --fa: "";
  --fa--fa: "";
}

.fa-wheat-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-ankh {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-holding-child {
  --fa: "";
  --fa--fa: "";
}

.fa-asterisk {
  --fa: "*";
  --fa--fa: "**";
}

.fa-key-skeleton-left-right {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-lines {
  --fa: "";
  --fa--fa: "";
}

.fa-luchador-mask {
  --fa: "";
  --fa--fa: "";
}

.fa-luchador {
  --fa: "";
  --fa--fa: "";
}

.fa-mask-luchador {
  --fa: "";
  --fa--fa: "";
}

.fa-square-check {
  --fa: "";
  --fa--fa: "";
}

.fa-check-square {
  --fa: "";
  --fa--fa: "";
}

.fa-shredder {
  --fa: "";
  --fa--fa: "";
}

.fa-book-open-cover {
  --fa: "";
  --fa--fa: "";
}

.fa-book-open-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-sandwich {
  --fa: "";
  --fa--fa: "";
}

.fa-peseta-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-square-parking-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-parking-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-train-tunnel {
  --fa: "";
  --fa--fa: "";
}

.fa-heading {
  --fa: "";
  --fa--fa: "";
}

.fa-header {
  --fa: "";
  --fa--fa: "";
}

.fa-ghost {
  --fa: "";
  --fa--fa: "";
}

.fa-face-anguished {
  --fa: "";
  --fa--fa: "";
}

.fa-hockey-sticks {
  --fa: "";
  --fa--fa: "";
}

.fa-abacus {
  --fa: "";
  --fa--fa: "";
}

.fa-film-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-film-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-list {
  --fa: "";
  --fa--fa: "";
}

.fa-list-squares {
  --fa: "";
  --fa--fa: "";
}

.fa-tree-palm {
  --fa: "";
  --fa--fa: "";
}

.fa-square-phone-flip {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-square-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-user-beard-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-gamepad {
  --fa: "";
  --fa--fa: "";
}

.fa-border-center-v {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-dot {
  --fa: "";
  --fa--fa: "";
}

.fa-dot-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-clipboard-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-face-dizzy {
  --fa: "";
  --fa--fa: "";
}

.fa-dizzy {
  --fa: "";
  --fa--fa: "";
}

.fa-egg {
  --fa: "";
  --fa--fa: "";
}

.fa-up-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-to-top {
  --fa: "";
  --fa--fa: "";
}

.fa-house-medical-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-watch-fitness {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-nine-thirty {
  --fa: "";
  --fa--fa: "";
}

.fa-campground {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-jug {
  --fa: "";
  --fa--fa: "";
}

.fa-futbol {
  --fa: "";
  --fa--fa: "";
}

.fa-futbol-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-soccer-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-snow-blowing {
  --fa: "";
  --fa--fa: "";
}

.fa-paintbrush {
  --fa: "";
  --fa--fa: "";
}

.fa-paint-brush {
  --fa: "";
  --fa--fa: "";
}

.fa-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-from-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-from-top {
  --fa: "";
  --fa--fa: "";
}

.fa-gas-pump {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-bars-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-alt-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-monkey {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-pro {
  --fa: "";
  --fa--fa: "";
}

.fa-pro {
  --fa: "";
  --fa--fa: "";
}

.fa-house-night {
  --fa: "";
  --fa--fa: "";
}

.fa-hot-tub-person {
  --fa: "";
  --fa--fa: "";
}

.fa-hot-tub {
  --fa: "";
  --fa--fa: "";
}

.fa-globe-pointer {
  --fa: "";
  --fa--fa: "";
}

.fa-blanket {
  --fa: "";
  --fa--fa: "";
}

.fa-map-location {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marked {
  --fa: "";
  --fa--fa: "";
}

.fa-house-flood-water {
  --fa: "";
  --fa--fa: "";
}

.fa-comments-question-check {
  --fa: "";
  --fa--fa: "";
}

.fa-tree {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-cross {
  --fa: "";
  --fa--fa: "";
}

.fa-backpack {
  --fa: "";
  --fa--fa: "";
}

.fa-square-small {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-upload {
  --fa: "";
  --fa--fa: "";
}

.fa-bridge-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-crosshairs-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-sack-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-to-square {
  --fa: "";
  --fa--fa: "";
}

.fa-edit {
  --fa: "";
  --fa--fa: "";
}

.fa-square-sliders {
  --fa: "";
  --fa--fa: "";
}

.fa-sliders-h-square {
  --fa: "";
  --fa--fa: "";
}

.fa-car-side {
  --fa: "";
  --fa--fa: "";
}

.fa-message-middle-top {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-middle-top-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-lightbulb-on {
  --fa: "";
  --fa--fa: "";
}

.fa-knife {
  --fa: "";
  --fa--fa: "";
}

.fa-utensil-knife {
  --fa: "";
  --fa--fa: "";
}

.fa-share-nodes {
  --fa: "";
  --fa--fa: "";
}

.fa-share-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-display-chart-up-circle-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-wave-sine {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-circle-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-w {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-calendar {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-hourglass-half {
  --fa: "";
  --fa--fa: "";
}

.fa-hourglass-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-microscope {
  --fa: "";
  --fa--fa: "";
}

.fa-sunset {
  --fa: "";
  --fa--fa: "";
}

.fa-sink {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-container-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-bag-shopping {
  --fa: "";
  --fa--fa: "";
}

.fa-shopping-bag {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-z-a {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-alpha-desc {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-alpha-down-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-mitten {
  --fa: "";
  --fa--fa: "";
}

.fa-reply-clock {
  --fa: "";
  --fa--fa: "";
}

.fa-reply-time {
  --fa: "";
  --fa--fa: "";
}

.fa-person-rays {
  --fa: "";
  --fa--fa: "";
}

.fa-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-right {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-f {
  --fa: "";
  --fa--fa: "";
}

.fa-users {
  --fa: "";
  --fa--fa: "";
}

.fa-face-pleading {
  --fa: "";
  --fa--fa: "";
}

.fa-eye-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-flask-vial {
  --fa: "";
  --fa--fa: "";
}

.fa-police-box {
  --fa: "";
  --fa--fa: "";
}

.fa-cucumber {
  --fa: "";
  --fa--fa: "";
}

.fa-head-side-brain {
  --fa: "";
  --fa--fa: "";
}

.fa-hand {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-paper {
  --fa: "";
  --fa--fa: "";
}

.fa-person-biking-mountain {
  --fa: "";
  --fa--fa: "";
}

.fa-biking-mountain {
  --fa: "";
  --fa--fa: "";
}

.fa-utensils-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-print-magnifying-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-print-search {
  --fa: "";
  --fa--fa: "";
}

.fa-turn-right {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-bookmark {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-turn-left-down {
  --fa: "";
  --fa--fa: "";
}

.fa-om {
  --fa: "";
  --fa--fa: "";
}

.fa-pi {
  --fa: "";
  --fa--fa: "";
}

.fa-flask-round-potion {
  --fa: "";
  --fa--fa: "";
}

.fa-flask-potion {
  --fa: "";
  --fa--fa: "";
}

.fa-face-shush {
  --fa: "";
  --fa--fa: "";
}

.fa-worm {
  --fa: "";
  --fa--fa: "";
}

.fa-house-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-plug {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-square-i {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-up {
  --fa: "";
  --fa--fa: "";
}

.fa-face-saluting {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-simple-low {
  --fa: "";
  --fa--fa: "";
}

.fa-tachometer-slow {
  --fa: "";
  --fa--fa: "";
}

.fa-face-persevering {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-camera {
  --fa: "";
  --fa--fa: "";
}

.fa-camera-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-spock {
  --fa: "";
  --fa--fa: "";
}

.fa-spider-web {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-microphone {
  --fa: "";
  --fa--fa: "";
}

.fa-microphone-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-book-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-popsicle {
  --fa: "";
  --fa--fa: "";
}

.fa-command {
  --fa: "";
  --fa--fa: "";
}

.fa-blinds {
  --fa: "";
  --fa--fa: "";
}

.fa-stopwatch {
  --fa: "";
  --fa--fa: "";
}

.fa-saxophone {
  --fa: "";
  --fa--fa: "";
}

.fa-square-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-field-hockey-stick-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-field-hockey {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-square-triangle {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-shapes-up-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-face-scream {
  --fa: "";
  --fa--fa: "";
}

.fa-square-m {
  --fa: "";
  --fa--fa: "";
}

.fa-camera-web {
  --fa: "";
  --fa--fa: "";
}

.fa-webcam {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-lightbulb-cfl {
  --fa: "";
  --fa--fa: "";
}

.fa-window-frame-open {
  --fa: "";
  --fa--fa: "";
}

.fa-face-kiss {
  --fa: "";
  --fa--fa: "";
}

.fa-kiss {
  --fa: "";
  --fa--fa: "";
}

.fa-bridge-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-period {
  --fa: ".";
  --fa--fa: "..";
}

.fa-face-grin-tongue {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-tongue {
  --fa: "";
  --fa--fa: "";
}

.fa-up-to-dotted-line {
  --fa: "";
  --fa--fa: "";
}

.fa-thought-bubble {
  --fa: "";
  --fa--fa: "";
}

.fa-skeleton-ribs {
  --fa: "";
  --fa--fa: "";
}

.fa-raygun {
  --fa: "";
  --fa--fa: "";
}

.fa-flute {
  --fa: "";
  --fa--fa: "";
}

.fa-acorn {
  --fa: "";
  --fa--fa: "";
}

.fa-video-arrow-up-right {
  --fa: "";
  --fa--fa: "";
}

.fa-grate-droplet {
  --fa: "";
  --fa--fa: "";
}

.fa-seal-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-bishop {
  --fa: "";
  --fa--fa: "";
}

.fa-message-sms {
  --fa: "";
  --fa--fa: "";
}

.fa-coffee-beans {
  --fa: "";
  --fa--fa: "";
}

.fa-hat-witch {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-wink {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-wink {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-three-thirty {
  --fa: "";
  --fa--fa: "";
}

.fa-ear-deaf {
  --fa: "";
  --fa--fa: "";
}

.fa-deaf {
  --fa: "";
  --fa--fa: "";
}

.fa-deafness {
  --fa: "";
  --fa--fa: "";
}

.fa-hard-of-hearing {
  --fa: "";
  --fa--fa: "";
}

.fa-alarm-clock {
  --fa: "";
  --fa--fa: "";
}

.fa-eclipse {
  --fa: "";
  --fa--fa: "";
}

.fa-face-relieved {
  --fa: "";
  --fa--fa: "";
}

.fa-road-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-five {
  --fa: "";
  --fa--fa: "";
}

.fa-octagon-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-minus-octagon {
  --fa: "";
  --fa--fa: "";
}

.fa-square-rss {
  --fa: "";
  --fa--fa: "";
}

.fa-rss-square {
  --fa: "";
  --fa--fa: "";
}

.fa-face-zany {
  --fa: "";
  --fa--fa: "";
}

.fa-tricycle {
  --fa: "";
  --fa--fa: "";
}

.fa-land-mine-on {
  --fa: "";
  --fa--fa: "";
}

.fa-square-arrow-up-left {
  --fa: "";
  --fa--fa: "";
}

.fa-i-cursor {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-mixed-up-circle-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-salt-shaker {
  --fa: "";
  --fa--fa: "";
}

.fa-stamp {
  --fa: "";
  --fa--fa: "";
}

.fa-file-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-draw-square {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet-paper-under-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet-paper-reverse-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-stairs {
  --fa: "";
  --fa--fa: "";
}

.fa-drone-front {
  --fa: "";
  --fa--fa: "";
}

.fa-drone-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-dial-high {
  --fa: "";
  --fa--fa: "";
}

.fa-user-helmet-safety {
  --fa: "";
  --fa--fa: "";
}

.fa-user-construction {
  --fa: "";
  --fa--fa: "";
}

.fa-user-hard-hat {
  --fa: "";
  --fa--fa: "";
}

.fa-i {
  --fa: "I";
  --fa--fa: "II";
}

.fa-hryvnia-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-hryvnia {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-left-and-arrow-up-right-to-center {
  --fa: "";
  --fa--fa: "";
}

.fa-pills {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-wide {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-tooth {
  --fa: "";
  --fa--fa: "";
}

.fa-basketball-hoop {
  --fa: "";
  --fa--fa: "";
}

.fa-objects-align-bottom {
  --fa: "";
  --fa--fa: "";
}

.fa-v {
  --fa: "V";
  --fa--fa: "VV";
}

.fa-sparkles {
  --fa: "";
  --fa--fa: "";
}

.fa-squid {
  --fa: "";
  --fa--fa: "";
}

.fa-leafy-green {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-arrow-up-right {
  --fa: "";
  --fa--fa: "";
}

.fa-calendars {
  --fa: "";
  --fa--fa: "";
}

.fa-bangladeshi-taka-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-bicycle {
  --fa: "";
  --fa--fa: "";
}

.fa-hammer-war {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-d {
  --fa: "";
  --fa--fa: "";
}

.fa-spider-black-widow {
  --fa: "";
  --fa--fa: "";
}

.fa-staff-snake {
  --fa: "";
  --fa--fa: "";
}

.fa-rod-asclepius {
  --fa: "";
  --fa--fa: "";
}

.fa-rod-snake {
  --fa: "";
  --fa--fa: "";
}

.fa-staff-aesculapius {
  --fa: "";
  --fa--fa: "";
}

.fa-pear {
  --fa: "";
  --fa--fa: "";
}

.fa-head-side-cough-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-file-mov {
  --fa: "";
  --fa--fa: "";
}

.fa-triangle {
  --fa: "";
  --fa--fa: "";
}

.fa-apartment {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-ambulance {
  --fa: "";
  --fa--fa: "";
}

.fa-pepper {
  --fa: "";
  --fa--fa: "";
}

.fa-piano {
  --fa: "";
  --fa--fa: "";
}

.fa-gun-squirt {
  --fa: "";
  --fa--fa: "";
}

.fa-wheat-awn-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-snowman {
  --fa: "";
  --fa--fa: "";
}

.fa-user-alien {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-check {
  --fa: "";
  --fa--fa: "";
}

.fa-mortar-pestle {
  --fa: "";
  --fa--fa: "";
}

.fa-road-barrier {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-candlestick {
  --fa: "";
  --fa--fa: "";
}

.fa-briefcase-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-school {
  --fa: "";
  --fa--fa: "";
}

.fa-igloo {
  --fa: "";
  --fa--fa: "";
}

.fa-bracket-round {
  --fa: "(";
  --fa--fa: "((";
}

.fa-parenthesis {
  --fa: "(";
  --fa--fa: "((";
}

.fa-joint {
  --fa: "";
  --fa--fa: "";
}

.fa-horse-saddle {
  --fa: "";
  --fa--fa: "";
}

.fa-mug-marshmallows {
  --fa: "";
  --fa--fa: "";
}

.fa-filters {
  --fa: "";
  --fa--fa: "";
}

.fa-bell-on {
  --fa: "";
  --fa--fa: "";
}

.fa-angle-right {
  --fa: "";
  --fa--fa: "";
}

.fa-dial-med {
  --fa: "";
  --fa--fa: "";
}

.fa-horse {
  --fa: "";
  --fa--fa: "";
}

.fa-q {
  --fa: "Q";
  --fa--fa: "QQ";
}

.fa-monitor-waveform {
  --fa: "";
  --fa--fa: "";
}

.fa-monitor-heart-rate {
  --fa: "";
  --fa--fa: "";
}

.fa-link-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-whistle {
  --fa: "";
  --fa--fa: "";
}

.fa-g {
  --fa: "G";
  --fa--fa: "GG";
}

.fa-wine-glass-crack {
  --fa: "";
  --fa--fa: "";
}

.fa-fragile {
  --fa: "";
  --fa--fa: "";
}

.fa-slot-machine {
  --fa: "";
  --fa--fa: "";
}

.fa-notes-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-car-wash {
  --fa: "";
  --fa--fa: "";
}

.fa-escalator {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-image {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-half {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer-half {
  --fa: "";
  --fa--fa: "";
}

.fa-dong-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-donut {
  --fa: "";
  --fa--fa: "";
}

.fa-doughnut {
  --fa: "";
  --fa--fa: "";
}

.fa-capsules {
  --fa: "";
  --fa--fa: "";
}

.fa-poo-storm {
  --fa: "";
  --fa--fa: "";
}

.fa-poo-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-tally-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-file-vector {
  --fa: "";
  --fa--fa: "";
}

.fa-face-frown-open {
  --fa: "";
  --fa--fa: "";
}

.fa-frown-open {
  --fa: "";
  --fa--fa: "";
}

.fa-square-dashed {
  --fa: "";
  --fa--fa: "";
}

.fa-bag-shopping-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-square-j {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-point-up {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-big-small {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-size-up {
  --fa: "";
  --fa--fa: "";
}

.fa-barcode-read {
  --fa: "";
  --fa--fa: "";
}

.fa-baguette {
  --fa: "";
  --fa--fa: "";
}

.fa-bowl-soft-serve {
  --fa: "";
  --fa--fa: "";
}

.fa-face-holding-back-tears {
  --fa: "";
  --fa--fa: "";
}

.fa-square-up {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-square-up {
  --fa: "";
  --fa--fa: "";
}

.fa-train-subway-tunnel {
  --fa: "";
  --fa--fa: "";
}

.fa-subway-tunnel {
  --fa: "";
  --fa--fa: "";
}

.fa-square-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-exclamation-square {
  --fa: "";
  --fa--fa: "";
}

.fa-semicolon {
  --fa: ";";
  --fa--fa: ";;";
}

.fa-bookmark {
  --fa: "";
  --fa--fa: "";
}

.fa-fan-table {
  --fa: "";
  --fa--fa: "";
}

.fa-align-justify {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-low {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-credit-card-front {
  --fa: "";
  --fa--fa: "";
}

.fa-brain-arrow-curved-right {
  --fa: "";
  --fa--fa: "";
}

.fa-mind-share {
  --fa: "";
  --fa--fa: "";
}

.fa-umbrella-beach {
  --fa: "";
  --fa--fa: "";
}

.fa-helmet-un {
  --fa: "";
  --fa--fa: "";
}

.fa-location-smile {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marker-smile {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-left-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-to-left {
  --fa: "";
  --fa--fa: "";
}

.fa-bullseye {
  --fa: "";
  --fa--fa: "";
}

.fa-sushi {
  --fa: "";
  --fa--fa: "";
}

.fa-nigiri {
  --fa: "";
  --fa--fa: "";
}

.fa-message-captions {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-captions {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-list {
  --fa: "";
  --fa--fa: "";
}

.fa-bacon {
  --fa: "";
  --fa--fa: "";
}

.fa-option {
  --fa: "";
  --fa--fa: "";
}

.fa-raccoon {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-point-down {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-from-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-head-side-gear {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-file-cad {
  --fa: "";
  --fa--fa: "";
}

.fa-objects-align-top {
  --fa: "";
  --fa--fa: "";
}

.fa-folder {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-face-anxious-sweat {
  --fa: "";
  --fa--fa: "";
}

.fa-credit-card-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-file-waveform {
  --fa: "";
  --fa--fa: "";
}

.fa-file-medical-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-microchip-ai {
  --fa: "";
  --fa--fa: "";
}

.fa-mug {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-up-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-radiation {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-bag-seedling {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-crutches {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-parking {
  --fa: "";
  --fa--fa: "";
}

.fa-parking-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-mars-stroke {
  --fa: "";
  --fa--fa: "";
}

.fa-leaf-oak {
  --fa: "";
  --fa--fa: "";
}

.fa-square-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-vial {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge {
  --fa: "";
  --fa--fa: "";
}

.fa-dashboard {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-med {
  --fa: "";
  --fa--fa: "";
}

.fa-tachometer-alt-average {
  --fa: "";
  --fa--fa: "";
}

.fa-wand-magic-sparkles {
  --fa: "";
  --fa--fa: "";
}

.fa-magic-wand-sparkles {
  --fa: "";
  --fa--fa: "";
}

.fa-lambda {
  --fa: "";
  --fa--fa: "";
}

.fa-e {
  --fa: "E";
  --fa--fa: "EE";
}

.fa-pizza {
  --fa: "";
  --fa--fa: "";
}

.fa-bowl-chopsticks-noodles {
  --fa: "";
  --fa--fa: "";
}

.fa-h3 {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-clip {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-bridge-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-badge-percent {
  --fa: "";
  --fa--fa: "";
}

.fa-rotate-reverse {
  --fa: "";
  --fa--fa: "";
}

.fa-user {
  --fa: "";
  --fa--fa: "";
}

.fa-sensor {
  --fa: "";
  --fa--fa: "";
}

.fa-comma {
  --fa: ",";
  --fa--fa: ",,";
}

.fa-school-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet-paper-under {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet-paper-reverse {
  --fa: "";
  --fa--fa: "";
}

.fa-light-emergency {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-to-arc {
  --fa: "";
  --fa--fa: "";
}

.fa-dumpster {
  --fa: "";
  --fa--fa: "";
}

.fa-van-shuttle {
  --fa: "";
  --fa--fa: "";
}

.fa-shuttle-van {
  --fa: "";
  --fa--fa: "";
}

.fa-building-user {
  --fa: "";
  --fa--fa: "";
}

.fa-light-switch {
  --fa: "";
  --fa--fa: "";
}

.fa-square-caret-left {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-square-left {
  --fa: "";
  --fa--fa: "";
}

.fa-highlighter {
  --fa: "";
  --fa--fa: "";
}

.fa-wave-pulse {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-rate {
  --fa: "";
  --fa--fa: "";
}

.fa-key {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-left-to-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-hat-santa {
  --fa: "";
  --fa--fa: "";
}

.fa-tamale {
  --fa: "";
  --fa--fa: "";
}

.fa-box-check {
  --fa: "";
  --fa--fa: "";
}

.fa-bullhorn {
  --fa: "";
  --fa--fa: "";
}

.fa-steak {
  --fa: "";
  --fa--fa: "";
}

.fa-location-crosshairs-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-location-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-person-dolly {
  --fa: "";
  --fa--fa: "";
}

.fa-globe {
  --fa: "";
  --fa--fa: "";
}

.fa-synagogue {
  --fa: "";
  --fa--fa: "";
}

.fa-file-chart-column {
  --fa: "";
  --fa--fa: "";
}

.fa-file-chart-line {
  --fa: "";
  --fa--fa: "";
}

.fa-person-half-dress {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-image {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-pen {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-edit {
  --fa: "";
  --fa--fa: "";
}

.fa-road-bridge {
  --fa: "";
  --fa--fa: "";
}

.fa-face-smile-tear {
  --fa: "";
  --fa--fa: "";
}

.fa-message-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-location-arrow {
  --fa: "";
  --fa--fa: "";
}

.fa-c {
  --fa: "C";
  --fa--fa: "CC";
}

.fa-tablet-button {
  --fa: "";
  --fa--fa: "";
}

.fa-person-dress-fairy {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-history-circle-user {
  --fa: "";
  --fa--fa: "";
}

.fa-building-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-line-up {
  --fa: "";
  --fa--fa: "";
}

.fa-mailbox {
  --fa: "";
  --fa--fa: "";
}

.fa-sign-posts {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-pizza-slice {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill-wave {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-area {
  --fa: "";
  --fa--fa: "";
}

.fa-area-chart {
  --fa: "";
  --fa--fa: "";
}

.fa-house-flag {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-three-quarters-stroke {
  --fa: "";
  --fa--fa: "";
}

.fa-person-circle-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-scalpel {
  --fa: "";
  --fa--fa: "";
}

.fa-ban {
  --fa: "";
  --fa--fa: "";
}

.fa-cancel {
  --fa: "";
  --fa--fa: "";
}

.fa-bell-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-bookmark {
  --fa: "";
  --fa--fa: "";
}

.fa-bookmark-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-egg-fried {
  --fa: "";
  --fa--fa: "";
}

.fa-face-weary {
  --fa: "";
  --fa--fa: "";
}

.fa-uniform-martial-arts {
  --fa: "";
  --fa--fa: "";
}

.fa-camera-rotate {
  --fa: "";
  --fa--fa: "";
}

.fa-sun-dust {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-text {
  --fa: "";
  --fa--fa: "";
}

.fa-spray-can-sparkles {
  --fa: "";
  --fa--fa: "";
}

.fa-air-freshener {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-bars {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-alt-4 {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-bars-strong {
  --fa: "";
  --fa--fa: "";
}

.fa-diamond-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-star {
  --fa: "";
  --fa--fa: "";
}

.fa-dial-min {
  --fa: "";
  --fa--fa: "";
}

.fa-repeat {
  --fa: "";
  --fa--fa: "";
}

.fa-cross {
  --fa: "";
  --fa--fa: "";
}

.fa-page-caret-down {
  --fa: "";
  --fa--fa: "";
}

.fa-file-caret-down {
  --fa: "";
  --fa--fa: "";
}

.fa-box {
  --fa: "";
  --fa--fa: "";
}

.fa-venus-mars {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-seven-thirty {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-pointer {
  --fa: "";
  --fa--fa: "";
}

.fa-mouse-pointer {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-four-thirty {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-bars-good {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-alt-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-cactus {
  --fa: "";
  --fa--fa: "";
}

.fa-lightbulb-gear {
  --fa: "";
  --fa--fa: "";
}

.fa-maximize {
  --fa: "";
  --fa--fa: "";
}

.fa-expand-arrows-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-charging-station {
  --fa: "";
  --fa--fa: "";
}

.fa-shapes {
  --fa: "";
  --fa--fa: "";
}

.fa-triangle-circle-square {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-tail {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-simple-max {
  --fa: "";
  --fa--fa: "";
}

.fa-tachometer-fastest {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-u {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-square-phone-hangup {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-square-down {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-left {
  --fa: "";
  --fa--fa: "";
}

.fa-transporter-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-peanuts {
  --fa: "";
  --fa--fa: "";
}

.fa-shuffle {
  --fa: "";
  --fa--fa: "";
}

.fa-random {
  --fa: "";
  --fa--fa: "";
}

.fa-person-running {
  --fa: "";
  --fa--fa: "";
}

.fa-running {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-retro {
  --fa: "";
  --fa--fa: "";
}

.fa-grip-lines-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-bin-bottles-recycle {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-from-square {
  --fa: "";
  --fa--fa: "";
}

.fa-file-dashed-line {
  --fa: "";
  --fa--fa: "";
}

.fa-page-break {
  --fa: "";
  --fa--fa: "";
}

.fa-bracket-curly-right {
  --fa: "}";
  --fa--fa: "}}";
}

.fa-spider {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-three {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-bound {
  --fa: "";
  --fa--fa: "";
}

.fa-scalpel-line-dashed {
  --fa: "";
  --fa--fa: "";
}

.fa-scalpel-path {
  --fa: "";
  --fa--fa: "";
}

.fa-file-invoice-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-pipe-smoking {
  --fa: "";
  --fa--fa: "";
}

.fa-face-astonished {
  --fa: "";
  --fa--fa: "";
}

.fa-window {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-ear {
  --fa: "";
  --fa--fa: "";
}

.fa-file-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-diagram-venn {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-from-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-x-ray {
  --fa: "";
  --fa--fa: "";
}

.fa-goal-net {
  --fa: "";
  --fa--fa: "";
}

.fa-coffin-cross {
  --fa: "";
  --fa--fa: "";
}

.fa-octopus {
  --fa: "";
  --fa--fa: "";
}

.fa-spell-check {
  --fa: "";
  --fa--fa: "";
}

.fa-location-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marker-times {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marker-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-quarter-stroke {
  --fa: "";
  --fa--fa: "";
}

.fa-lasso {
  --fa: "";
  --fa--fa: "";
}

.fa-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-person-to-portal {
  --fa: "";
  --fa--fa: "";
}

.fa-portal-enter {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-star {
  --fa: "";
  --fa--fa: "";
}

.fa-computer-mouse {
  --fa: "";
  --fa--fa: "";
}

.fa-mouse {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-to-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-sign-in {
  --fa: "";
  --fa--fa: "";
}

.fa-pegasus {
  --fa: "";
  --fa--fa: "";
}

.fa-files-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-cannon {
  --fa: "";
  --fa--fa: "";
}

.fa-nfc-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-person-ski-lift {
  --fa: "";
  --fa--fa: "";
}

.fa-ski-lift {
  --fa: "";
  --fa--fa: "";
}

.fa-square-6 {
  --fa: "";
  --fa--fa: "";
}

.fa-shop-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-store-alt-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-wind-turbine {
  --fa: "";
  --fa--fa: "";
}

.fa-sliders-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-grid-round {
  --fa: "";
  --fa--fa: "";
}

.fa-badge-sheriff {
  --fa: "";
  --fa--fa: "";
}

.fa-server {
  --fa: "";
  --fa--fa: "";
}

.fa-virus-covid-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-intersection {
  --fa: "";
  --fa--fa: "";
}

.fa-shop-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-family {
  --fa: "";
  --fa--fa: "";
}

.fa-hourglass-start {
  --fa: "";
  --fa--fa: "";
}

.fa-hourglass-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-user-hair-buns {
  --fa: "";
  --fa--fa: "";
}

.fa-blender-phone {
  --fa: "";
  --fa--fa: "";
}

.fa-hourglass-clock {
  --fa: "";
  --fa--fa: "";
}

.fa-person-seat-reclined {
  --fa: "";
  --fa--fa: "";
}

.fa-paper-plane-top {
  --fa: "";
  --fa--fa: "";
}

.fa-paper-plane-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-send {
  --fa: "";
  --fa--fa: "";
}

.fa-message-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-lightbulb-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-layer-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-layer-group-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-pie-simple-circle-currency {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-e {
  --fa: "";
  --fa--fa: "";
}

.fa-building-wheat {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-max {
  --fa: "";
  --fa--fa: "";
}

.fa-tachometer-alt-fastest {
  --fa: "";
  --fa--fa: "";
}

.fa-person-breastfeeding {
  --fa: "";
  --fa--fa: "";
}

.fa-apostrophe {
  --fa: "'";
  --fa--fa: "''";
}

.fa-file-png {
  --fa: "";
  --fa--fa: "";
}

.fa-fire-hydrant {
  --fa: "";
  --fa--fa: "";
}

.fa-right-to-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-sign-in-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-video-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-square-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-square-right {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-smile {
  --fa: "";
  --fa--fa: "";
}

.fa-venus {
  --fa: "";
  --fa--fa: "";
}

.fa-passport {
  --fa: "";
  --fa--fa: "";
}

.fa-thumbtack-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-thumb-tack-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-inbox-in {
  --fa: "";
  --fa--fa: "";
}

.fa-inbox-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-pulse {
  --fa: "";
  --fa--fa: "";
}

.fa-heartbeat {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-8 {
  --fa: "";
  --fa--fa: "";
}

.fa-clouds-moon {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-ten-thirty {
  --fa: "";
  --fa--fa: "";
}

.fa-people-carry-box {
  --fa: "";
  --fa--fa: "";
}

.fa-people-carry {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-user {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-can-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-high {
  --fa: "";
  --fa--fa: "";
}

.fa-microchip {
  --fa: "";
  --fa--fa: "";
}

.fa-left-long-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-crown {
  --fa: "";
  --fa--fa: "";
}

.fa-weight-hanging {
  --fa: "";
  --fa--fa: "";
}

.fa-xmarks-lines {
  --fa: "";
  --fa--fa: "";
}

.fa-file-prescription {
  --fa: "";
  --fa--fa: "";
}

.fa-table-cells-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-range {
  --fa: "";
  --fa--fa: "";
}

.fa-flower-daffodil {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-back-point-up {
  --fa: "";
  --fa--fa: "";
}

.fa-weight-scale {
  --fa: "";
  --fa--fa: "";
}

.fa-weight {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-to-arc {
  --fa: "";
  --fa--fa: "";
}

.fa-star-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-books {
  --fa: "";
  --fa--fa: "";
}

.fa-user-group {
  --fa: "";
  --fa--fa: "";
}

.fa-user-friends {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-a-z {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-alpha-up {
  --fa: "";
  --fa--fa: "";
}

.fa-layer-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-layer-group-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-play-pause {
  --fa: "";
  --fa--fa: "";
}

.fa-block-question {
  --fa: "";
  --fa--fa: "";
}

.fa-snooze {
  --fa: "";
  --fa--fa: "";
}

.fa-zzz {
  --fa: "";
  --fa--fa: "";
}

.fa-scanner-image {
  --fa: "";
  --fa--fa: "";
}

.fa-tv-retro {
  --fa: "";
  --fa--fa: "";
}

.fa-square-t {
  --fa: "";
  --fa--fa: "";
}

.fa-farm {
  --fa: "";
  --fa--fa: "";
}

.fa-barn-silo {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-knight {
  --fa: "";
  --fa--fa: "";
}

.fa-bars-sort {
  --fa: "";
  --fa--fa: "";
}

.fa-pallet-boxes {
  --fa: "";
  --fa--fa: "";
}

.fa-palette-boxes {
  --fa: "";
  --fa--fa: "";
}

.fa-pallet-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-face-laugh-squint {
  --fa: "";
  --fa--fa: "";
}

.fa-laugh-squint {
  --fa: "";
  --fa--fa: "";
}

.fa-code-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-bolt-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-panel-fire {
  --fa: "";
  --fa--fa: "";
}

.fa-binary-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-burrito {
  --fa: "";
  --fa--fa: "";
}

.fa-violin {
  --fa: "";
  --fa--fa: "";
}

.fa-objects-column {
  --fa: "";
  --fa--fa: "";
}

.fa-square-chevron-down {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-square-down {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-triangle-instrument {
  --fa: "";
  --fa--fa: "";
}

.fa-triangle-music {
  --fa: "";
  --fa--fa: "";
}

.fa-wheelchair {
  --fa: "";
  --fa--fa: "";
}

.fa-user-pilot-tie {
  --fa: "";
  --fa--fa: "";
}

.fa-piano-keyboard {
  --fa: "";
  --fa--fa: "";
}

.fa-bed-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-circle-up {
  --fa: "";
  --fa--fa: "";
}

.fa-toggle-on {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-portrait {
  --fa: "";
  --fa--fa: "";
}

.fa-person-walking {
  --fa: "";
  --fa--fa: "";
}

.fa-walking {
  --fa: "";
  --fa--fa: "";
}

.fa-l {
  --fa: "L";
  --fa--fa: "LL";
}

.fa-signal-stream {
  --fa: "";
  --fa--fa: "";
}

.fa-down-to-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-z {
  --fa: "";
  --fa--fa: "";
}

.fa-stars {
  --fa: "";
  --fa--fa: "";
}

.fa-fire {
  --fa: "";
  --fa--fa: "";
}

.fa-bed-pulse {
  --fa: "";
  --fa--fa: "";
}

.fa-procedures {
  --fa: "";
  --fa--fa: "";
}

.fa-house-day {
  --fa: "";
  --fa--fa: "";
}

.fa-shuttle-space {
  --fa: "";
  --fa--fa: "";
}

.fa-space-shuttle {
  --fa: "";
  --fa--fa: "";
}

.fa-shirt-long-sleeve {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-pie-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-pie-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-face-laugh {
  --fa: "";
  --fa--fa: "";
}

.fa-laugh {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-open {
  --fa: "";
  --fa--fa: "";
}

.fa-album-collection-circle-user {
  --fa: "";
  --fa--fa: "";
}

.fa-candy {
  --fa: "";
  --fa--fa: "";
}

.fa-bowl-hot {
  --fa: "";
  --fa--fa: "";
}

.fa-soup {
  --fa: "";
  --fa--fa: "";
}

.fa-flatbread {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-code-fork {
  --fa: "";
  --fa--fa: "";
}

.fa-city {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-bars-weak {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-alt-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-microphone-lines {
  --fa: "";
  --fa--fa: "";
}

.fa-microphone-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-twelve {
  --fa: "";
  --fa--fa: "";
}

.fa-pepper-hot {
  --fa: "";
  --fa--fa: "";
}

.fa-citrus-slice {
  --fa: "";
  --fa--fa: "";
}

.fa-sheep {
  --fa: "";
  --fa--fa: "";
}

.fa-unlock {
  --fa: "";
  --fa--fa: "";
}

.fa-colon-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-headset {
  --fa: "";
  --fa--fa: "";
}

.fa-badger-honey {
  --fa: "";
  --fa--fa: "";
}

.fa-h4 {
  --fa: "";
  --fa--fa: "";
}

.fa-store-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-road-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-user-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-mars-stroke-up {
  --fa: "";
  --fa--fa: "";
}

.fa-mars-stroke-v {
  --fa: "";
  --fa--fa: "";
}

.fa-champagne-glasses {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-cheers {
  --fa: "";
  --fa--fa: "";
}

.fa-taco {
  --fa: "";
  --fa--fa: "";
}

.fa-hexagon-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-plus-hexagon {
  --fa: "";
  --fa--fa: "";
}

.fa-clipboard {
  --fa: "";
  --fa--fa: "";
}

.fa-house-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-file-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-file-upload {
  --fa: "";
  --fa--fa: "";
}

.fa-wifi {
  --fa: "";
  --fa--fa: "";
}

.fa-wifi-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-wifi-strong {
  --fa: "";
  --fa--fa: "";
}

.fa-messages {
  --fa: "";
  --fa--fa: "";
}

.fa-comments-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-bath {
  --fa: "";
  --fa--fa: "";
}

.fa-bathtub {
  --fa: "";
  --fa--fa: "";
}

.fa-umbrella-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-umbrella-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-history-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-underline {
  --fa: "";
  --fa--fa: "";
}

.fa-prescription-bottle-pill {
  --fa: "";
  --fa--fa: "";
}

.fa-user-pen {
  --fa: "";
  --fa--fa: "";
}

.fa-user-edit {
  --fa: "";
  --fa--fa: "";
}

.fa-binary-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-square-o {
  --fa: "";
  --fa--fa: "";
}

.fa-caduceus {
  --fa: "";
  --fa--fa: "";
}

.fa-signature {
  --fa: "";
  --fa--fa: "";
}

.fa-stroopwafel {
  --fa: "";
  --fa--fa: "";
}

.fa-bold {
  --fa: "";
  --fa--fa: "";
}

.fa-anchor-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-building-ngo {
  --fa: "";
  --fa--fa: "";
}

.fa-transporter-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-engine-warning {
  --fa: "";
  --fa--fa: "";
}

.fa-engine-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-down-right {
  --fa: "";
  --fa--fa: "";
}

.fa-square-k {
  --fa: "";
  --fa--fa: "";
}

.fa-manat-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-money-check-pen {
  --fa: "";
  --fa--fa: "";
}

.fa-money-check-edit {
  --fa: "";
  --fa--fa: "";
}

.fa-not-equal {
  --fa: "";
  --fa--fa: "";
}

.fa-border-top-left {
  --fa: "";
  --fa--fa: "";
}

.fa-border-style {
  --fa: "";
  --fa--fa: "";
}

.fa-map-location-dot {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marked-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-tilde {
  --fa: "~";
  --fa--fa: "~~";
}

.fa-jedi {
  --fa: "";
  --fa--fa: "";
}

.fa-square-poll-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-poll {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-square-triangle {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-shapes-down-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-mug-hot {
  --fa: "";
  --fa--fa: "";
}

.fa-dog-leashed {
  --fa: "";
  --fa--fa: "";
}

.fa-car-battery {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-car {
  --fa: "";
  --fa--fa: "";
}

.fa-face-downcast-sweat {
  --fa: "";
  --fa--fa: "";
}

.fa-mailbox-flag-up {
  --fa: "";
  --fa--fa: "";
}

.fa-memo-circle-info {
  --fa: "";
  --fa--fa: "";
}

.fa-gift {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-two {
  --fa: "";
  --fa--fa: "";
}

.fa-volume {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-medium {
  --fa: "";
  --fa--fa: "";
}

.fa-transporter-5 {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-circle-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-coin-front {
  --fa: "";
  --fa--fa: "";
}

.fa-file-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-message-arrow-up-right {
  --fa: "";
  --fa--fa: "";
}

.fa-treasure-chest {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-queen {
  --fa: "";
  --fa--fa: "";
}

.fa-paintbrush-fine {
  --fa: "";
  --fa--fa: "";
}

.fa-paint-brush-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-paint-brush-fine {
  --fa: "";
  --fa--fa: "";
}

.fa-paintbrush-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-glasses {
  --fa: "";
  --fa--fa: "";
}

.fa-hood-cloak {
  --fa: "";
  --fa--fa: "";
}

.fa-square-quote {
  --fa: "";
  --fa--fa: "";
}

.fa-up-left {
  --fa: "";
  --fa--fa: "";
}

.fa-bring-front {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-board {
  --fa: "";
  --fa--fa: "";
}

.fa-burger-cheese {
  --fa: "";
  --fa--fa: "";
}

.fa-cheeseburger {
  --fa: "";
  --fa--fa: "";
}

.fa-building-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-repeat-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-to-bottom {
  --fa: "";
  --fa--fa: "";
}

.fa-grid-5 {
  --fa: "";
  --fa--fa: "";
}

.fa-swap-arrows {
  --fa: "";
  --fa--fa: "";
}

.fa-right-long-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-person-chalkboard {
  --fa: "";
  --fa--fa: "";
}

.fa-mars-stroke-right {
  --fa: "";
  --fa--fa: "";
}

.fa-mars-stroke-h {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-back-fist {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-rock {
  --fa: "";
  --fa--fa: "";
}

.fa-grid-round-5 {
  --fa: "";
  --fa--fa: "";
}

.fa-tally {
  --fa: "";
  --fa--fa: "";
}

.fa-tally-5 {
  --fa: "";
  --fa--fa: "";
}

.fa-square-caret-up {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-square-up {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-showers-water {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-bar {
  --fa: "";
  --fa--fa: "";
}

.fa-bar-chart {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-bubbles {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-wash {
  --fa: "";
  --fa--fa: "";
}

.fa-less-than-equal {
  --fa: "";
  --fa--fa: "";
}

.fa-train {
  --fa: "";
  --fa--fa: "";
}

.fa-up-from-dotted-line {
  --fa: "";
  --fa--fa: "";
}

.fa-eye-low-vision {
  --fa: "";
  --fa--fa: "";
}

.fa-low-vision {
  --fa: "";
  --fa--fa: "";
}

.fa-traffic-light-go {
  --fa: "";
  --fa--fa: "";
}

.fa-face-exhaling {
  --fa: "";
  --fa--fa: "";
}

.fa-sensor-fire {
  --fa: "";
  --fa--fa: "";
}

.fa-user-unlock {
  --fa: "";
  --fa--fa: "";
}

.fa-hexagon-divide {
  --fa: "";
  --fa--fa: "";
}

.fa-00 {
  --fa: "";
  --fa--fa: "";
}

.fa-crow {
  --fa: "";
  --fa--fa: "";
}

.fa-cassette-betamax {
  --fa: "";
  --fa--fa: "";
}

.fa-betamax {
  --fa: "";
  --fa--fa: "";
}

.fa-sailboat {
  --fa: "";
  --fa--fa: "";
}

.fa-window-restore {
  --fa: "";
  --fa--fa: "";
}

.fa-nfc-magnifying-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-file-binary {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-v {
  --fa: "";
  --fa--fa: "";
}

.fa-square-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-plus-square {
  --fa: "";
  --fa--fa: "";
}

.fa-bowl-scoops {
  --fa: "";
  --fa--fa: "";
}

.fa-mistletoe {
  --fa: "";
  --fa--fa: "";
}

.fa-custard {
  --fa: "";
  --fa--fa: "";
}

.fa-lacrosse-stick {
  --fa: "";
  --fa--fa: "";
}

.fa-hockey-mask {
  --fa: "";
  --fa--fa: "";
}

.fa-sunrise {
  --fa: "";
  --fa--fa: "";
}

.fa-subtitles {
  --fa: "";
  --fa--fa: "";
}

.fa-panel-ews {
  --fa: "";
  --fa--fa: "";
}

.fa-torii-gate {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-message-lines {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-lines {
  --fa: "";
  --fa--fa: "";
}

.fa-frog {
  --fa: "";
  --fa--fa: "";
}

.fa-bucket {
  --fa: "";
  --fa--fa: "";
}

.fa-floppy-disk-pen {
  --fa: "";
  --fa--fa: "";
}

.fa-image {
  --fa: "";
  --fa--fa: "";
}

.fa-window-frame {
  --fa: "";
  --fa--fa: "";
}

.fa-microphone {
  --fa: "";
  --fa--fa: "";
}

.fa-cow {
  --fa: "";
  --fa--fa: "";
}

.fa-file-zip {
  --fa: "";
  --fa--fa: "";
}

.fa-square-ring {
  --fa: "";
  --fa--fa: "";
}

.fa-down-from-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-from-top {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-up {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-times {
  --fa: "";
  --fa--fa: "";
}

.fa-screwdriver {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-sort-down {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-circle-down {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-closed {
  --fa: "";
  --fa--fa: "";
}

.fa-house-tsunami {
  --fa: "";
  --fa--fa: "";
}

.fa-square-nfi {
  --fa: "";
  --fa--fa: "";
}

.fa-forklift {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-from-ground-water {
  --fa: "";
  --fa--fa: "";
}

.fa-bracket-square-right {
  --fa: "]";
  --fa--fa: "]]";
}

.fa-martini-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-martini-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-square-binary {
  --fa: "";
  --fa--fa: "";
}

.fa-rotate-left {
  --fa: "";
  --fa--fa: "";
}

.fa-rotate-back {
  --fa: "";
  --fa--fa: "";
}

.fa-rotate-backward {
  --fa: "";
  --fa--fa: "";
}

.fa-undo-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-table-columns {
  --fa: "";
  --fa--fa: "";
}

.fa-columns {
  --fa: "";
  --fa--fa: "";
}

.fa-square-a {
  --fa: "";
  --fa--fa: "";
}

.fa-tick {
  --fa: "";
  --fa--fa: "";
}

.fa-lemon {
  --fa: "";
  --fa--fa: "";
}

.fa-head-side-mask {
  --fa: "";
  --fa--fa: "";
}

.fa-handshake {
  --fa: "";
  --fa--fa: "";
}

.fa-gem {
  --fa: "";
  --fa--fa: "";
}

.fa-dolly {
  --fa: "";
  --fa--fa: "";
}

.fa-dolly-box {
  --fa: "";
  --fa--fa: "";
}

.fa-smoking {
  --fa: "";
  --fa--fa: "";
}

.fa-minimize {
  --fa: "";
  --fa--fa: "";
}

.fa-compress-arrows-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-refrigerator {
  --fa: "";
  --fa--fa: "";
}

.fa-monument {
  --fa: "";
  --fa--fa: "";
}

.fa-octagon-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-times-octagon {
  --fa: "";
  --fa--fa: "";
}

.fa-xmark-octagon {
  --fa: "";
  --fa--fa: "";
}

.fa-align-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-snowplow {
  --fa: "";
  --fa--fa: "";
}

.fa-angles-right {
  --fa: "";
  --fa--fa: "";
}

.fa-angle-double-right {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-ramp-couch {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-couch {
  --fa: "";
  --fa--fa: "";
}

.fa-cannabis {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-play {
  --fa: "";
  --fa--fa: "";
}

.fa-play-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-right-and-arrow-down-left-from-center {
  --fa: "";
  --fa--fa: "";
}

.fa-location-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-tablets {
  --fa: "";
  --fa--fa: "";
}

.fa-360-degrees {
  --fa: "";
  --fa--fa: "";
}

.fa-ethernet {
  --fa: "";
  --fa--fa: "";
}

.fa-euro-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-eur {
  --fa: "";
  --fa--fa: "";
}

.fa-euro {
  --fa: "";
  --fa--fa: "";
}

.fa-chair {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-check-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-square-dashed-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-circle-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-money-simple-from-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-bat {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-stop {
  --fa: "";
  --fa--fa: "";
}

.fa-stop-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-head-side-headphones {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-rotary {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-to-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-compass-drafting {
  --fa: "";
  --fa--fa: "";
}

.fa-drafting-compass {
  --fa: "";
  --fa--fa: "";
}

.fa-plate-wheat {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-circle-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-chopsticks {
  --fa: "";
  --fa--fa: "";
}

.fa-car-wrench {
  --fa: "";
  --fa--fa: "";
}

.fa-car-mechanic {
  --fa: "";
  --fa--fa: "";
}

.fa-icicles {
  --fa: "";
  --fa--fa: "";
}

.fa-person-shelter {
  --fa: "";
  --fa--fa: "";
}

.fa-neuter {
  --fa: "";
  --fa--fa: "";
}

.fa-id-badge {
  --fa: "";
  --fa--fa: "";
}

.fa-kazoo {
  --fa: "";
  --fa--fa: "";
}

.fa-marker {
  --fa: "";
  --fa--fa: "";
}

.fa-bin-bottles {
  --fa: "";
  --fa--fa: "";
}

.fa-face-laugh-beam {
  --fa: "";
  --fa--fa: "";
}

.fa-laugh-beam {
  --fa: "";
  --fa--fa: "";
}

.fa-square-arrow-down-left {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-tree-large {
  --fa: "";
  --fa--fa: "";
}

.fa-helicopter-symbol {
  --fa: "";
  --fa--fa: "";
}

.fa-aperture {
  --fa: "";
  --fa--fa: "";
}

.fa-universal-access {
  --fa: "";
  --fa--fa: "";
}

.fa-gear-complex {
  --fa: "";
  --fa--fa: "";
}

.fa-file-magnifying-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-file-search {
  --fa: "";
  --fa--fa: "";
}

.fa-up-right {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-chevron-up {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-circle-up {
  --fa: "";
  --fa--fa: "";
}

.fa-user-police {
  --fa: "";
  --fa--fa: "";
}

.fa-lari-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-volcano {
  --fa: "";
  --fa--fa: "";
}

.fa-teddy-bear {
  --fa: "";
  --fa--fa: "";
}

.fa-stocking {
  --fa: "";
  --fa--fa: "";
}

.fa-person-walking-dashed-line-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-image-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-mask-snorkel {
  --fa: "";
  --fa--fa: "";
}

.fa-smoke {
  --fa: "";
  --fa--fa: "";
}

.fa-sterling-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-gbp {
  --fa: "";
  --fa--fa: "";
}

.fa-pound-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-viruses {
  --fa: "";
  --fa--fa: "";
}

.fa-square-person-confined {
  --fa: "";
  --fa--fa: "";
}

.fa-user-tie {
  --fa: "";
  --fa--fa: "";
}

.fa-up-to-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-long {
  --fa: "";
  --fa--fa: "";
}

.fa-long-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-tent-arrow-down-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-certificate {
  --fa: "";
  --fa--fa: "";
}

.fa-crystal-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-reply-all {
  --fa: "";
  --fa--fa: "";
}

.fa-mail-reply-all {
  --fa: "";
  --fa--fa: "";
}

.fa-suitcase {
  --fa: "";
  --fa--fa: "";
}

.fa-person-skating {
  --fa: "";
  --fa--fa: "";
}

.fa-skating {
  --fa: "";
  --fa--fa: "";
}

.fa-star-shooting {
  --fa: "";
  --fa--fa: "";
}

.fa-binary-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-filter-circle-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-funnel-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-camera-retro {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-circle-down {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-pen {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-edit {
  --fa: "";
  --fa--fa: "";
}

.fa-file-import {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-to-file {
  --fa: "";
  --fa--fa: "";
}

.fa-banjo {
  --fa: "";
  --fa--fa: "";
}

.fa-square-arrow-up-right {
  --fa: "";
  --fa--fa: "";
}

.fa-external-link-square {
  --fa: "";
  --fa--fa: "";
}

.fa-light-emergency-on {
  --fa: "";
  --fa--fa: "";
}

.fa-kerning {
  --fa: "";
  --fa--fa: "";
}

.fa-box-open {
  --fa: "";
  --fa--fa: "";
}

.fa-square-f {
  --fa: "";
  --fa--fa: "";
}

.fa-scroll {
  --fa: "";
  --fa--fa: "";
}

.fa-spa {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-left-from-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-from-right {
  --fa: "";
  --fa--fa: "";
}

.fa-strawberry {
  --fa: "";
  --fa--fa: "";
}

.fa-location-pin-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-pause {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-eight-thirty {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-engines {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-hill-avalanche {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-0 {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer-0 {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-bomb {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-low {
  --fa: "";
  --fa--fa: "";
}

.fa-tachometer-alt-slow {
  --fa: "";
  --fa--fa: "";
}

.fa-registered {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-can-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-address-card {
  --fa: "";
  --fa--fa: "";
}

.fa-contact-card {
  --fa: "";
  --fa--fa: "";
}

.fa-vcard {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-fft {
  --fa: "";
  --fa--fa: "";
}

.fa-scale-unbalanced-flip {
  --fa: "";
  --fa--fa: "";
}

.fa-balance-scale-right {
  --fa: "";
  --fa--fa: "";
}

.fa-globe-snow {
  --fa: "";
  --fa--fa: "";
}

.fa-subscript {
  --fa: "";
  --fa--fa: "";
}

.fa-diamond-turn-right {
  --fa: "";
  --fa--fa: "";
}

.fa-directions {
  --fa: "";
  --fa--fa: "";
}

.fa-integral {
  --fa: "";
  --fa--fa: "";
}

.fa-burst {
  --fa: "";
  --fa--fa: "";
}

.fa-house-laptop {
  --fa: "";
  --fa--fa: "";
}

.fa-laptop-house {
  --fa: "";
  --fa--fa: "";
}

.fa-face-tired {
  --fa: "";
  --fa--fa: "";
}

.fa-tired {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bills {
  --fa: "";
  --fa--fa: "";
}

.fa-blinds-raised {
  --fa: "";
  --fa--fa: "";
}

.fa-smog {
  --fa: "";
  --fa--fa: "";
}

.fa-ufo-beam {
  --fa: "";
  --fa--fa: "";
}

.fa-hydra {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-caret-up {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-circle-up {
  --fa: "";
  --fa--fa: "";
}

.fa-user-vneck-hair-long {
  --fa: "";
  --fa--fa: "";
}

.fa-square-a-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-crutch {
  --fa: "";
  --fa--fa: "";
}

.fa-gas-pump-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-upload {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-upload-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-palette {
  --fa: "";
  --fa--fa: "";
}

.fa-transporter-4 {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-mixed-up-circle-currency {
  --fa: "";
  --fa--fa: "";
}

.fa-objects-align-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-turn-right {
  --fa: "";
  --fa--fa: "";
}

.fa-vest {
  --fa: "";
  --fa--fa: "";
}

.fa-pig {
  --fa: "";
  --fa--fa: "";
}

.fa-inbox-full {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-envelope {
  --fa: "";
  --fa--fa: "";
}

.fa-envelope-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-triangle-person-digging {
  --fa: "";
  --fa--fa: "";
}

.fa-construction {
  --fa: "";
  --fa--fa: "";
}

.fa-ferry {
  --fa: "";
  --fa--fa: "";
}

.fa-bullseye-arrow {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-down-to-people {
  --fa: "";
  --fa--fa: "";
}

.fa-seedling {
  --fa: "";
  --fa--fa: "";
}

.fa-sprout {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-seven {
  --fa: "";
  --fa--fa: "";
}

.fa-left-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-alt-h {
  --fa: "";
  --fa--fa: "";
}

.fa-boxes-packing {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-arrow-left {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-circle-left {
  --fa: "";
  --fa--fa: "";
}

.fa-flashlight {
  --fa: "";
  --fa--fa: "";
}

.fa-file-jpg {
  --fa: "";
  --fa--fa: "";
}

.fa-group-arrows-rotate {
  --fa: "";
  --fa--fa: "";
}

.fa-bowl-food {
  --fa: "";
  --fa--fa: "";
}

.fa-square-9 {
  --fa: "";
  --fa--fa: "";
}

.fa-candy-cane {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-wide-short {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-amount-asc {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-amount-down {
  --fa: "";
  --fa--fa: "";
}

.fa-square-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-dollar-square {
  --fa: "";
  --fa--fa: "";
}

.fa-usd-square {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-seedling {
  --fa: "";
  --fa--fa: "";
}

.fa-message-check {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-check {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-thunderstorm {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-line-up-down {
  --fa: "";
  --fa--fa: "";
}

.fa-text-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-remove-format {
  --fa: "";
  --fa--fa: "";
}

.fa-watch {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-down-left {
  --fa: "";
  --fa--fa: "";
}

.fa-text {
  --fa: "";
  --fa--fa: "";
}

.fa-projector {
  --fa: "";
  --fa--fa: "";
}

.fa-face-smile-wink {
  --fa: "";
  --fa--fa: "";
}

.fa-smile-wink {
  --fa: "";
  --fa--fa: "";
}

.fa-tombstone-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-tombstone-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-king-piece {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-king-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-6 {
  --fa: "";
  --fa--fa: "";
}

.fa-waves-sine {
  --fa: "";
  --fa--fa: "";
}

.fa-left {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-left {
  --fa: "";
  --fa--fa: "";
}

.fa-file-word {
  --fa: "";
  --fa--fa: "";
}

.fa-file-powerpoint {
  --fa: "";
  --fa--fa: "";
}

.fa-square-down {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-square-down {
  --fa: "";
  --fa--fa: "";
}

.fa-objects-align-center-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-left-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-h {
  --fa: "";
  --fa--fa: "";
}

.fa-house-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-download {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-download-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-wreath {
  --fa: "";
  --fa--fa: "";
}

.fa-children {
  --fa: "";
  --fa--fa: "";
}

.fa-meter-droplet {
  --fa: "";
  --fa--fa: "";
}

.fa-chalkboard {
  --fa: "";
  --fa--fa: "";
}

.fa-blackboard {
  --fa: "";
  --fa--fa: "";
}

.fa-user-large-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-user-alt-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-strong {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-4 {
  --fa: "";
  --fa--fa: "";
}

.fa-lollipop {
  --fa: "";
  --fa--fa: "";
}

.fa-lollypop {
  --fa: "";
  --fa--fa: "";
}

.fa-list-tree {
  --fa: "";
  --fa--fa: "";
}

.fa-envelope-open {
  --fa: "";
  --fa--fa: "";
}

.fa-draw-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-cat-space {
  --fa: "";
  --fa--fa: "";
}

.fa-handshake-simple-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-handshake-alt-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-rabbit-running {
  --fa: "";
  --fa--fa: "";
}

.fa-rabbit-fast {
  --fa: "";
  --fa--fa: "";
}

.fa-memo-pad {
  --fa: "";
  --fa--fa: "";
}

.fa-mattress-pillow {
  --fa: "";
  --fa--fa: "";
}

.fa-alarm-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-alicorn {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-question {
  --fa: "";
  --fa--fa: "";
}

.fa-gingerbread-man {
  --fa: "";
  --fa--fa: "";
}

.fa-guarani-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-burger-fries {
  --fa: "";
  --fa--fa: "";
}

.fa-mug-tea {
  --fa: "";
  --fa--fa: "";
}

.fa-border-top {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-rotate {
  --fa: "";
  --fa--fa: "";
}

.fa-refresh {
  --fa: "";
  --fa--fa: "";
}

.fa-sync {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-book-open {
  --fa: "";
  --fa--fa: "";
}

.fa-book-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-to-dotted-line {
  --fa: "";
  --fa--fa: "";
}

.fa-fire-extinguisher {
  --fa: "";
  --fa--fa: "";
}

.fa-magnifying-glass-arrows-rotate {
  --fa: "";
  --fa--fa: "";
}

.fa-garage-open {
  --fa: "";
  --fa--fa: "";
}

.fa-shelves-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-cruzeiro-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-watch-apple {
  --fa: "";
  --fa--fa: "";
}

.fa-watch-calculator {
  --fa: "";
  --fa--fa: "";
}

.fa-list-dropdown {
  --fa: "";
  --fa--fa: "";
}

.fa-cabinet-filing {
  --fa: "";
  --fa--fa: "";
}

.fa-burger-soda {
  --fa: "";
  --fa--fa: "";
}

.fa-square-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-square-up {
  --fa: "";
  --fa--fa: "";
}

.fa-greater-than-equal {
  --fa: "";
  --fa--fa: "";
}

.fa-pallet-box {
  --fa: "";
  --fa--fa: "";
}

.fa-face-confounded {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-halved {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-plow {
  --fa: "";
  --fa--fa: "";
}

.fa-book-atlas {
  --fa: "";
  --fa--fa: "";
}

.fa-atlas {
  --fa: "";
  --fa--fa: "";
}

.fa-virus {
  --fa: "";
  --fa--fa: "";
}

.fa-grid-round-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-middle-top {
  --fa: "";
  --fa--fa: "";
}

.fa-wave {
  --fa: "";
  --fa--fa: "";
}

.fa-envelope-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-layer-group {
  --fa: "";
  --fa--fa: "";
}

.fa-restroom-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-to-dot {
  --fa: "";
  --fa--fa: "";
}

.fa-border-outer {
  --fa: "";
  --fa--fa: "";
}

.fa-hashtag-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-two-thirty {
  --fa: "";
  --fa--fa: "";
}

.fa-archway {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-house-chimney-crack {
  --fa: "";
  --fa--fa: "";
}

.fa-house-damage {
  --fa: "";
  --fa--fa: "";
}

.fa-file-zipper {
  --fa: "";
  --fa--fa: "";
}

.fa-file-archive {
  --fa: "";
  --fa--fa: "";
}

.fa-ticket-perforated {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-half {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-check {
  --fa: "";
  --fa--fa: "";
}

.fa-square {
  --fa: "";
  --fa--fa: "";
}

.fa-memo {
  --fa: "";
  --fa--fa: "";
}

.fa-martini-glass-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-martini {
  --fa: "";
  --fa--fa: "";
}

.fa-couch {
  --fa: "";
  --fa--fa: "";
}

.fa-cedi-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-italic {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-citrus {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-lines-pen {
  --fa: "";
  --fa--fa: "";
}

.fa-table-cells-column-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-church {
  --fa: "";
  --fa--fa: "";
}

.fa-person-snowmobiling {
  --fa: "";
  --fa--fa: "";
}

.fa-snowmobile {
  --fa: "";
  --fa--fa: "";
}

.fa-face-hushed {
  --fa: "";
  --fa--fa: "";
}

.fa-comments-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-tickets-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-pickaxe {
  --fa: "";
  --fa--fa: "";
}

.fa-link-simple-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-democrat {
  --fa: "";
  --fa--fa: "";
}

.fa-face-confused {
  --fa: "";
  --fa--fa: "";
}

.fa-pinball {
  --fa: "";
  --fa--fa: "";
}

.fa-z {
  --fa: "Z";
  --fa--fa: "ZZ";
}

.fa-person-skiing {
  --fa: "";
  --fa--fa: "";
}

.fa-skiing {
  --fa: "";
  --fa--fa: "";
}

.fa-deer {
  --fa: "";
  --fa--fa: "";
}

.fa-input-pipe {
  --fa: "";
  --fa--fa: "";
}

.fa-road-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-a {
  --fa: "A";
  --fa--fa: "AA";
}

.fa-bookmark-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-down {
  --fa: "";
  --fa--fa: "";
}

.fa-mace {
  --fa: "";
  --fa--fa: "";
}

.fa-feather-pointed {
  --fa: "";
  --fa--fa: "";
}

.fa-feather-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-sausage {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-can-clock {
  --fa: "";
  --fa--fa: "";
}

.fa-p {
  --fa: "P";
  --fa--fa: "PP";
}

.fa-broom-wide {
  --fa: "";
  --fa--fa: "";
}

.fa-snowflake {
  --fa: "";
  --fa--fa: "";
}

.fa-stomach {
  --fa: "";
  --fa--fa: "";
}

.fa-newspaper {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-ad {
  --fa: "";
  --fa--fa: "";
}

.fa-ad {
  --fa: "";
  --fa--fa: "";
}

.fa-guitar-electric {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-turn-down-right {
  --fa: "";
  --fa--fa: "";
}

.fa-moon-cloud {
  --fa: "";
  --fa--fa: "";
}

.fa-bread-slice-butter {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-circle-right {
  --fa: "";
  --fa--fa: "";
}

.fa-user-group-crown {
  --fa: "";
  --fa--fa: "";
}

.fa-users-crown {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-i {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet-paper-check {
  --fa: "";
  --fa--fa: "";
}

.fa-filter-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-locust {
  --fa: "";
  --fa--fa: "";
}

.fa-sort {
  --fa: "";
  --fa--fa: "";
}

.fa-unsorted {
  --fa: "";
  --fa--fa: "";
}

.fa-list-ol {
  --fa: "";
  --fa--fa: "";
}

.fa-list-1-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-list-numeric {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-waterfall {
  --fa: "";
  --fa--fa: "";
}

.fa-sparkle {
  --fa: "";
  --fa--fa: "";
}

.fa-face-party {
  --fa: "";
  --fa--fa: "";
}

.fa-kidneys {
  --fa: "";
  --fa--fa: "";
}

.fa-wifi-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-network {
  --fa: "";
  --fa--fa: "";
}

.fa-person-dress-burst {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-d4 {
  --fa: "";
  --fa--fa: "";
}

.fa-money-check-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-money-check-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-vector-square {
  --fa: "";
  --fa--fa: "";
}

.fa-bread-slice {
  --fa: "";
  --fa--fa: "";
}

.fa-language {
  --fa: "";
  --fa--fa: "";
}

.fa-wheat-awn-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-face-kiss-wink-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-kiss-wink-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-dagger {
  --fa: "";
  --fa--fa: "";
}

.fa-podium {
  --fa: "";
  --fa--fa: "";
}

.fa-diamonds-4 {
  --fa: "";
  --fa--fa: "";
}

.fa-memo-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-route-highway {
  --fa: "";
  --fa--fa: "";
}

.fa-down-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-to-bottom {
  --fa: "";
  --fa--fa: "";
}

.fa-filter {
  --fa: "";
  --fa--fa: "";
}

.fa-square-g {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-phone {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-clipboard-prescription {
  --fa: "";
  --fa--fa: "";
}

.fa-user-nurse-hair {
  --fa: "";
  --fa--fa: "";
}

.fa-question {
  --fa: "?";
  --fa--fa: "??";
}

.fa-file-signature {
  --fa: "";
  --fa--fa: "";
}

.fa-toggle-large-on {
  --fa: "";
  --fa--fa: "";
}

.fa-up-down-left-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-dryer-heat {
  --fa: "";
  --fa--fa: "";
}

.fa-dryer-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-house-chimney-user {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-small-big {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-size-up-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-train-track {
  --fa: "";
  --fa--fa: "";
}

.fa-puzzle-piece {
  --fa: "";
  --fa--fa: "";
}

.fa-money-check {
  --fa: "";
  --fa--fa: "";
}

.fa-star-half-stroke {
  --fa: "";
  --fa--fa: "";
}

.fa-star-half-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-file-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-code {
  --fa: "";
  --fa--fa: "";
}

.fa-whiskey-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-whiskey {
  --fa: "";
  --fa--fa: "";
}

.fa-moon-stars {
  --fa: "";
  --fa--fa: "";
}

.fa-building-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-clothes-hanger {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-notch {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-iphone {
  --fa: "";
  --fa--fa: "";
}

.fa-magnifying-glass-chart {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-right-from-square {
  --fa: "";
  --fa--fa: "";
}

.fa-external-link {
  --fa: "";
  --fa--fa: "";
}

.fa-cubes-stacked {
  --fa: "";
  --fa--fa: "";
}

.fa-images-user {
  --fa: "";
  --fa--fa: "";
}

.fa-won-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-krw {
  --fa: "";
  --fa--fa: "";
}

.fa-won {
  --fa: "";
  --fa--fa: "";
}

.fa-image-polaroid-user {
  --fa: "";
  --fa--fa: "";
}

.fa-virus-covid {
  --fa: "";
  --fa--fa: "";
}

.fa-square-ellipsis {
  --fa: "";
  --fa--fa: "";
}

.fa-pie {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-knight-piece {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-knight-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-austral-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-f {
  --fa: "F";
  --fa--fa: "FF";
}

.fa-leaf {
  --fa: "";
  --fa--fa: "";
}

.fa-bed-bunk {
  --fa: "";
  --fa--fa: "";
}

.fa-road {
  --fa: "";
  --fa--fa: "";
}

.fa-taxi {
  --fa: "";
  --fa--fa: "";
}

.fa-cab {
  --fa: "";
  --fa--fa: "";
}

.fa-person-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-pie {
  --fa: "";
  --fa--fa: "";
}

.fa-pie-chart {
  --fa: "";
  --fa--fa: "";
}

.fa-bolt-lightning {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-eight {
  --fa: "";
  --fa--fa: "";
}

.fa-sack-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-file-xls {
  --fa: "";
  --fa--fa: "";
}

.fa-file-excel {
  --fa: "";
  --fa--fa: "";
}

.fa-file-contract {
  --fa: "";
  --fa--fa: "";
}

.fa-fish-fins {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-q {
  --fa: "";
  --fa--fa: "";
}

.fa-building-flag {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-beam {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-beam {
  --fa: "";
  --fa--fa: "";
}

.fa-object-ungroup {
  --fa: "";
  --fa--fa: "";
}

.fa-face-disguise {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-arrow-down-right {
  --fa: "";
  --fa--fa: "";
}

.fa-alien-8bit {
  --fa: "";
  --fa--fa: "";
}

.fa-alien-monster {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-point-ribbon {
  --fa: "";
  --fa--fa: "";
}

.fa-poop {
  --fa: "";
  --fa--fa: "";
}

.fa-object-exclude {
  --fa: "";
  --fa--fa: "";
}

.fa-telescope {
  --fa: "";
  --fa--fa: "";
}

.fa-location-pin {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marker {
  --fa: "";
  --fa--fa: "";
}

.fa-square-list {
  --fa: "";
  --fa--fa: "";
}

.fa-kaaba {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet-paper {
  --fa: "";
  --fa--fa: "";
}

.fa-helmet-safety {
  --fa: "";
  --fa--fa: "";
}

.fa-hard-hat {
  --fa: "";
  --fa--fa: "";
}

.fa-hat-hard {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-code {
  --fa: "";
  --fa--fa: "";
}

.fa-sim-cards {
  --fa: "";
  --fa--fa: "";
}

.fa-starship {
  --fa: "";
  --fa--fa: "";
}

.fa-eject {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-circle-right {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-seal {
  --fa: "";
  --fa--fa: "";
}

.fa-user-cowboy {
  --fa: "";
  --fa--fa: "";
}

.fa-hexagon-vertical-nft {
  --fa: "";
  --fa--fa: "";
}

.fa-face-rolling-eyes {
  --fa: "";
  --fa--fa: "";
}

.fa-meh-rolling-eyes {
  --fa: "";
  --fa--fa: "";
}

.fa-bread-loaf {
  --fa: "";
  --fa--fa: "";
}

.fa-rings-wedding {
  --fa: "";
  --fa--fa: "";
}

.fa-object-group {
  --fa: "";
  --fa--fa: "";
}

.fa-french-fries {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-line {
  --fa: "";
  --fa--fa: "";
}

.fa-line-chart {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-download {
  --fa: "";
  --fa--fa: "";
}

.fa-send-back {
  --fa: "";
  --fa--fa: "";
}

.fa-mask-ventilator {
  --fa: "";
  --fa--fa: "";
}

.fa-tickets {
  --fa: "";
  --fa--fa: "";
}

.fa-signature-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-signs-post {
  --fa: "";
  --fa--fa: "";
}

.fa-map-signs {
  --fa: "";
  --fa--fa: "";
}

.fa-octagon-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-plus-octagon {
  --fa: "";
  --fa--fa: "";
}

.fa-cash-register {
  --fa: "";
  --fa--fa: "";
}

.fa-person-circle-question {
  --fa: "";
  --fa--fa: "";
}

.fa-melon-slice {
  --fa: "";
  --fa--fa: "";
}

.fa-space-station-moon {
  --fa: "";
  --fa--fa: "";
}

.fa-message-smile {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-smile {
  --fa: "";
  --fa--fa: "";
}

.fa-cup-straw {
  --fa: "";
  --fa--fa: "";
}

.fa-left-from-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-from-right {
  --fa: "";
  --fa--fa: "";
}

.fa-h {
  --fa: "H";
  --fa--fa: "HH";
}

.fa-basket-shopping-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-shopping-basket-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-holding-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-nine {
  --fa: "";
  --fa--fa: "";
}

.fa-hammer-brush {
  --fa: "";
  --fa--fa: "";
}

.fa-tarp {
  --fa: "";
  --fa--fa: "";
}

.fa-face-sleepy {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-horns {
  --fa: "";
  --fa--fa: "";
}

.fa-screwdriver-wrench {
  --fa: "";
  --fa--fa: "";
}

.fa-tools {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-to-eye {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-three-quarters {
  --fa: "";
  --fa--fa: "";
}

.fa-trophy-star {
  --fa: "";
  --fa--fa: "";
}

.fa-trophy-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-plug-circle-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-face-thermometer {
  --fa: "";
  --fa--fa: "";
}

.fa-grid-round-4 {
  --fa: "";
  --fa--fa: "";
}

.fa-sign-posts-wrench {
  --fa: "";
  --fa--fa: "";
}

.fa-shirt-running {
  --fa: "";
  --fa--fa: "";
}

.fa-book-circle-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-face-nauseated {
  --fa: "";
  --fa--fa: "";
}

.fa-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-file-chart-pie {
  --fa: "";
  --fa--fa: "";
}

.fa-mars-and-venus {
  --fa: "";
  --fa--fa: "";
}

.fa-house-user {
  --fa: "";
  --fa--fa: "";
}

.fa-home-user {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-arrow-down-left {
  --fa: "";
  --fa--fa: "";
}

.fa-dumpster-fire {
  --fa: "";
  --fa--fa: "";
}

.fa-hexagon-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-minus-hexagon {
  --fa: "";
  --fa--fa: "";
}

.fa-left-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-to-left {
  --fa: "";
  --fa--fa: "";
}

.fa-house-crack {
  --fa: "";
  --fa--fa: "";
}

.fa-paw-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-paw-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-left-long-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-brackets-round {
  --fa: "";
  --fa--fa: "";
}

.fa-parentheses {
  --fa: "";
  --fa--fa: "";
}

.fa-martini-glass-citrus {
  --fa: "";
  --fa--fa: "";
}

.fa-cocktail {
  --fa: "";
  --fa--fa: "";
}

.fa-user-shakespeare {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-to-arc {
  --fa: "";
  --fa--fa: "";
}

.fa-face-surprise {
  --fa: "";
  --fa--fa: "";
}

.fa-surprise {
  --fa: "";
  --fa--fa: "";
}

.fa-bottle-water {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-pause {
  --fa: "";
  --fa--fa: "";
}

.fa-pause-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-folders {
  --fa: "";
  --fa--fa: "";
}

.fa-angel {
  --fa: "";
  --fa--fa: "";
}

.fa-value-absolute {
  --fa: "";
  --fa--fa: "";
}

.fa-rabbit {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet-paper-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-euro {
  --fa: "";
  --fa--fa: "";
}

.fa-apple-whole {
  --fa: "";
  --fa--fa: "";
}

.fa-apple-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-kitchen-set {
  --fa: "";
  --fa--fa: "";
}

.fa-diamond-half {
  --fa: "";
  --fa--fa: "";
}

.fa-lock-keyhole {
  --fa: "";
  --fa--fa: "";
}

.fa-lock-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-r {
  --fa: "R";
  --fa--fa: "RR";
}

.fa-temperature-quarter {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer-quarter {
  --fa: "";
  --fa--fa: "";
}

.fa-square-info {
  --fa: "";
  --fa--fa: "";
}

.fa-info-square {
  --fa: "";
  --fa--fa: "";
}

.fa-wifi-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet-paper-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-holding-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-usd {
  --fa: "";
  --fa--fa: "";
}

.fa-cube {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-triangle-square {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-shapes-down {
  --fa: "";
  --fa--fa: "";
}

.fa-bitcoin-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-shutters {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-dog {
  --fa: "";
  --fa--fa: "";
}

.fa-solar-panel {
  --fa: "";
  --fa--fa: "";
}

.fa-lock-open {
  --fa: "";
  --fa--fa: "";
}

.fa-table-tree {
  --fa: "";
  --fa--fa: "";
}

.fa-house-chimney-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-tally-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-elevator {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill-transfer {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill-trend-up {
  --fa: "";
  --fa--fa: "";
}

.fa-house-flood-water-circle-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-square-poll-horizontal {
  --fa: "";
  --fa--fa: "";
}

.fa-poll-h {
  --fa: "";
  --fa--fa: "";
}

.fa-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-left-to-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-sword {
  --fa: "";
  --fa--fa: "";
}

.fa-backward-fast {
  --fa: "";
  --fa--fa: "";
}

.fa-fast-backward {
  --fa: "";
  --fa--fa: "";
}

.fa-recycle {
  --fa: "";
  --fa--fa: "";
}

.fa-user-astronaut {
  --fa: "";
  --fa--fa: "";
}

.fa-interrobang {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-dashed {
  --fa: "";
  --fa--fa: "";
}

.fa-trademark {
  --fa: "";
  --fa--fa: "";
}

.fa-basketball {
  --fa: "";
  --fa--fa: "";
}

.fa-basketball-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-fork-knife {
  --fa: "";
  --fa--fa: "";
}

.fa-utensils-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-satellite-dish {
  --fa: "";
  --fa--fa: "";
}

.fa-badge-check {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-up {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-circle-up {
  --fa: "";
  --fa--fa: "";
}

.fa-slider {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-screen-button {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-one-thirty {
  --fa: "";
  --fa--fa: "";
}

.fa-inbox-out {
  --fa: "";
  --fa--fa: "";
}

.fa-inbox-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-high {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-up {
  --fa: "";
  --fa--fa: "";
}

.fa-users-rays {
  --fa: "";
  --fa--fa: "";
}

.fa-wallet {
  --fa: "";
  --fa--fa: "";
}

.fa-octagon-check {
  --fa: "";
  --fa--fa: "";
}

.fa-flatbread-stuffed {
  --fa: "";
  --fa--fa: "";
}

.fa-clipboard-check {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-clock {
  --fa: "";
  --fa--fa: "";
}

.fa-shipping-timed {
  --fa: "";
  --fa--fa: "";
}

.fa-pool-8-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-file-audio {
  --fa: "";
  --fa--fa: "";
}

.fa-turn-down-left {
  --fa: "";
  --fa--fa: "";
}

.fa-lock-hashtag {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-radar {
  --fa: "";
  --fa--fa: "";
}

.fa-staff {
  --fa: "";
  --fa--fa: "";
}

.fa-burger {
  --fa: "";
  --fa--fa: "";
}

.fa-hamburger {
  --fa: "";
  --fa--fa: "";
}

.fa-utility-pole {
  --fa: "";
  --fa--fa: "";
}

.fa-transporter-6 {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-turn-left {
  --fa: "";
  --fa--fa: "";
}

.fa-wrench {
  --fa: "";
  --fa--fa: "";
}

.fa-bugs {
  --fa: "";
  --fa--fa: "";
}

.fa-vector-polygon {
  --fa: "";
  --fa--fa: "";
}

.fa-diagram-nested {
  --fa: "";
  --fa--fa: "";
}

.fa-rupee-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-rupee {
  --fa: "";
  --fa--fa: "";
}

.fa-file-image {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-question {
  --fa: "";
  --fa--fa: "";
}

.fa-question-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-tickets-perforated {
  --fa: "";
  --fa--fa: "";
}

.fa-image-user {
  --fa: "";
  --fa--fa: "";
}

.fa-buoy {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-departure {
  --fa: "";
  --fa--fa: "";
}

.fa-handshake-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-book-bookmark {
  --fa: "";
  --fa--fa: "";
}

.fa-border-center-h {
  --fa: "";
  --fa--fa: "";
}

.fa-can-food {
  --fa: "";
  --fa--fa: "";
}

.fa-typewriter {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-from-arc {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-k {
  --fa: "";
  --fa--fa: "";
}

.fa-face-hand-over-mouth {
  --fa: "";
  --fa--fa: "";
}

.fa-popcorn {
  --fa: "";
  --fa--fa: "";
}

.fa-house-water {
  --fa: "";
  --fa--fa: "";
}

.fa-house-flood {
  --fa: "";
  --fa--fa: "";
}

.fa-object-subtract {
  --fa: "";
  --fa--fa: "";
}

.fa-code-branch {
  --fa: "";
  --fa--fa: "";
}

.fa-warehouse-full {
  --fa: "";
  --fa--fa: "";
}

.fa-warehouse-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-hat-cowboy {
  --fa: "";
  --fa--fa: "";
}

.fa-bridge {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-flip {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-from-dotted-line {
  --fa: "";
  --fa--fa: "";
}

.fa-file-doc {
  --fa: "";
  --fa--fa: "";
}

.fa-square-quarters {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-front {
  --fa: "";
  --fa--fa: "";
}

.fa-cat {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-caret-left {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-circle-left {
  --fa: "";
  --fa--fa: "";
}

.fa-files {
  --fa: "";
  --fa--fa: "";
}

.fa-anchor-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-face-clouds {
  --fa: "";
  --fa--fa: "";
}

.fa-user-crown {
  --fa: "";
  --fa--fa: "";
}

.fa-basket-shopping-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-field {
  --fa: "";
  --fa--fa: "";
}

.fa-route {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-clipboard-question {
  --fa: "";
  --fa--fa: "";
}

.fa-panorama {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-teeth-open {
  --fa: "";
  --fa--fa: "";
}

.fa-user-tie-hair-long {
  --fa: "";
  --fa--fa: "";
}

.fa-file-circle-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-head-side-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-turn-right {
  --fa: "";
  --fa--fa: "";
}

.fa-tags {
  --fa: "";
  --fa--fa: "";
}

.fa-wine-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-forward-fast {
  --fa: "";
  --fa--fa: "";
}

.fa-fast-forward {
  --fa: "";
  --fa--fa: "";
}

.fa-face-meh-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-meh-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-user-robot {
  --fa: "";
  --fa--fa: "";
}

.fa-square-parking {
  --fa: "";
  --fa--fa: "";
}

.fa-parking {
  --fa: "";
  --fa--fa: "";
}

.fa-card-diamond {
  --fa: "";
  --fa--fa: "";
}

.fa-face-zipper {
  --fa: "";
  --fa--fa: "";
}

.fa-face-raised-eyebrow {
  --fa: "";
  --fa--fa: "";
}

.fa-house-signal {
  --fa: "";
  --fa--fa: "";
}

.fa-square-chevron-up {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-square-up {
  --fa: "";
  --fa--fa: "";
}

.fa-bars-progress {
  --fa: "";
  --fa--fa: "";
}

.fa-tasks-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-faucet-drip {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-dolphin {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-right {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-r {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-flatbed {
  --fa: "";
  --fa--fa: "";
}

.fa-dolly-flatbed {
  --fa: "";
  --fa--fa: "";
}

.fa-ban-smoking {
  --fa: "";
  --fa--fa: "";
}

.fa-smoking-ban {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-sort-up {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-circle-up {
  --fa: "";
  --fa--fa: "";
}

.fa-terminal {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-button {
  --fa: "";
  --fa--fa: "";
}

.fa-house-medical-flag {
  --fa: "";
  --fa--fa: "";
}

.fa-basket-shopping {
  --fa: "";
  --fa--fa: "";
}

.fa-shopping-basket {
  --fa: "";
  --fa--fa: "";
}

.fa-tape {
  --fa: "";
  --fa--fa: "";
}

.fa-chestnut {
  --fa: "";
  --fa--fa: "";
}

.fa-bus-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-bus-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-eye {
  --fa: "";
  --fa--fa: "";
}

.fa-face-sad-cry {
  --fa: "";
  --fa--fa: "";
}

.fa-sad-cry {
  --fa: "";
  --fa--fa: "";
}

.fa-heat {
  --fa: "";
  --fa--fa: "";
}

.fa-ticket-airline {
  --fa: "";
  --fa--fa: "";
}

.fa-ticket-perforated-plane {
  --fa: "";
  --fa--fa: "";
}

.fa-ticket-plane {
  --fa: "";
  --fa--fa: "";
}

.fa-boot-heeled {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-minimize {
  --fa: "";
  --fa--fa: "";
}

.fa-compress-arrows {
  --fa: "";
  --fa--fa: "";
}

.fa-audio-description {
  --fa: "";
  --fa--fa: "";
}

.fa-person-military-to-person {
  --fa: "";
  --fa--fa: "";
}

.fa-file-shield {
  --fa: "";
  --fa--fa: "";
}

.fa-hexagon {
  --fa: "";
  --fa--fa: "";
}

.fa-manhole {
  --fa: "";
  --fa--fa: "";
}

.fa-user-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-pen {
  --fa: "";
  --fa--fa: "";
}

.fa-tower-observation {
  --fa: "";
  --fa--fa: "";
}

.fa-floppy-disks {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet-paper-blank-under {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet-paper-reverse-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-file-code {
  --fa: "";
  --fa--fa: "";
}

.fa-signal {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-5 {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-perfect {
  --fa: "";
  --fa--fa: "";
}

.fa-pump {
  --fa: "";
  --fa--fa: "";
}

.fa-bus {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-left-from-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-house-chimney {
  --fa: "";
  --fa--fa: "";
}

.fa-home-lg {
  --fa: "";
  --fa--fa: "";
}

.fa-window-maximize {
  --fa: "";
  --fa--fa: "";
}

.fa-dryer {
  --fa: "";
  --fa--fa: "";
}

.fa-face-frown {
  --fa: "";
  --fa--fa: "";
}

.fa-frown {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-bishop-piece {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-bishop-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-shirt-tank-top {
  --fa: "";
  --fa--fa: "";
}

.fa-diploma {
  --fa: "";
  --fa--fa: "";
}

.fa-scroll-ribbon {
  --fa: "";
  --fa--fa: "";
}

.fa-screencast {
  --fa: "";
  --fa--fa: "";
}

.fa-walker {
  --fa: "";
  --fa--fa: "";
}

.fa-prescription {
  --fa: "";
  --fa--fa: "";
}

.fa-shop {
  --fa: "";
  --fa--fa: "";
}

.fa-store-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-floppy-disk {
  --fa: "";
  --fa--fa: "";
}

.fa-save {
  --fa: "";
  --fa--fa: "";
}

.fa-vihara {
  --fa: "";
  --fa--fa: "";
}

.fa-face-kiss-closed-eyes {
  --fa: "";
  --fa--fa: "";
}

.fa-scale-unbalanced {
  --fa: "";
  --fa--fa: "";
}

.fa-balance-scale-left {
  --fa: "";
  --fa--fa: "";
}

.fa-file-user {
  --fa: "";
  --fa--fa: "";
}

.fa-user-police-tie {
  --fa: "";
  --fa--fa: "";
}

.fa-face-tongue-money {
  --fa: "";
  --fa--fa: "";
}

.fa-tennis-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-square-l {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-up {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-asc {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-upload {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-dots {
  --fa: "";
  --fa--fa: "";
}

.fa-commenting {
  --fa: "";
  --fa--fa: "";
}

.fa-plant-wilt {
  --fa: "";
  --fa--fa: "";
}

.fa-scarf {
  --fa: "";
  --fa--fa: "";
}

.fa-album-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-user-nurse-hair-long {
  --fa: "";
  --fa--fa: "";
}

.fa-diamond {
  --fa: "";
  --fa--fa: "";
}

.fa-square-left {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-square-left {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-squint {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-squint {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-ellipsis-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-usd {
  --fa: "";
  --fa--fa: "";
}

.fa-grid-dividers {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-diagram {
  --fa: "";
  --fa--fa: "";
}

.fa-bacterium {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-pointer {
  --fa: "";
  --fa--fa: "";
}

.fa-drum-steelpan {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-scissors {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-praying {
  --fa: "";
  --fa--fa: "";
}

.fa-praying-hands {
  --fa: "";
  --fa--fa: "";
}

.fa-face-pensive {
  --fa: "";
  --fa--fa: "";
}

.fa-user-music {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-rotate-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-rotate {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-rotate-forward {
  --fa: "";
  --fa--fa: "";
}

.fa-redo {
  --fa: "";
  --fa--fa: "";
}

.fa-messages-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-comments-alt-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-sensor-on {
  --fa: "";
  --fa--fa: "";
}

.fa-balloon {
  --fa: "";
  --fa--fa: "";
}

.fa-biohazard {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-queen-piece {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-queen-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-location-crosshairs {
  --fa: "";
  --fa--fa: "";
}

.fa-location {
  --fa: "";
  --fa--fa: "";
}

.fa-mars-double {
  --fa: "";
  --fa--fa: "";
}

.fa-left-from-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-house-person-leave {
  --fa: "";
  --fa--fa: "";
}

.fa-house-leave {
  --fa: "";
  --fa--fa: "";
}

.fa-house-person-depart {
  --fa: "";
  --fa--fa: "";
}

.fa-ruler-triangle {
  --fa: "";
  --fa--fa: "";
}

.fa-card-club {
  --fa: "";
  --fa--fa: "";
}

.fa-child-dress {
  --fa: "";
  --fa--fa: "";
}

.fa-users-between-lines {
  --fa: "";
  --fa--fa: "";
}

.fa-lungs-virus {
  --fa: "";
  --fa--fa: "";
}

.fa-spinner-third {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-tears {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-tears {
  --fa: "";
  --fa--fa: "";
}

.fa-phone {
  --fa: "";
  --fa--fa: "";
}

.fa-computer-mouse-scrollwheel {
  --fa: "";
  --fa--fa: "";
}

.fa-mouse-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-times {
  --fa: "";
  --fa--fa: "";
}

.fa-child-reaching {
  --fa: "";
  --fa--fa: "";
}

.fa-table-layout {
  --fa: "";
  --fa--fa: "";
}

.fa-narwhal {
  --fa: "";
  --fa--fa: "";
}

.fa-ramp-loading {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-toothbrush {
  --fa: "";
  --fa--fa: "";
}

.fa-border-inner {
  --fa: "";
  --fa--fa: "";
}

.fa-paw-claws {
  --fa: "";
  --fa--fa: "";
}

.fa-kiwi-fruit {
  --fa: "";
  --fa--fa: "";
}

.fa-traffic-light-slow {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-code {
  --fa: "";
  --fa--fa: "";
}

.fa-head-side-virus {
  --fa: "";
  --fa--fa: "";
}

.fa-keyboard-brightness {
  --fa: "";
  --fa--fa: "";
}

.fa-books-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-lightbulb-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-house-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-home-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-square-5 {
  --fa: "";
  --fa--fa: "";
}

.fa-square-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-square {
  --fa: "";
  --fa--fa: "";
}

.fa-puzzle {
  --fa: "";
  --fa--fa: "";
}

.fa-user-gear {
  --fa: "";
  --fa--fa: "";
}

.fa-user-cog {
  --fa: "";
  --fa--fa: "";
}

.fa-pipe-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-1-9 {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-numeric-up {
  --fa: "";
  --fa--fa: "";
}

.fa-octagon-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-dial-low {
  --fa: "";
  --fa--fa: "";
}

.fa-door-closed {
  --fa: "";
  --fa--fa: "";
}

.fa-laptop-mobile {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-laptop {
  --fa: "";
  --fa--fa: "";
}

.fa-conveyor-belt-boxes {
  --fa: "";
  --fa--fa: "";
}

.fa-conveyor-belt-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-virus {
  --fa: "";
  --fa--fa: "";
}

.fa-starfighter-twin-ion-engine-advanced {
  --fa: "";
  --fa--fa: "";
}

.fa-starfighter-alt-advanced {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-six {
  --fa: "";
  --fa--fa: "";
}

.fa-starfighter-twin-ion-engine {
  --fa: "";
  --fa--fa: "";
}

.fa-starfighter-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-rocket-launch {
  --fa: "";
  --fa--fa: "";
}

.fa-mosquito-net {
  --fa: "";
  --fa--fa: "";
}

.fa-file-fragment {
  --fa: "";
  --fa--fa: "";
}

.fa-vent-damper {
  --fa: "";
  --fa--fa: "";
}

.fa-bridge-water {
  --fa: "";
  --fa--fa: "";
}

.fa-ban-bug {
  --fa: "";
  --fa--fa: "";
}

.fa-debug {
  --fa: "";
  --fa--fa: "";
}

.fa-person-booth {
  --fa: "";
  --fa--fa: "";
}

.fa-text-width {
  --fa: "";
  --fa--fa: "";
}

.fa-garage-car {
  --fa: "";
  --fa--fa: "";
}

.fa-square-kanban {
  --fa: "";
  --fa--fa: "";
}

.fa-hat-wizard {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-kanban {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-fancy {
  --fa: "";
  --fa--fa: "";
}

.fa-coffee-pot {
  --fa: "";
  --fa--fa: "";
}

.fa-mouse-field {
  --fa: "";
  --fa--fa: "";
}

.fa-person-digging {
  --fa: "";
  --fa--fa: "";
}

.fa-digging {
  --fa: "";
  --fa--fa: "";
}

.fa-shower-down {
  --fa: "";
  --fa--fa: "";
}

.fa-shower-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-box-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-brightness {
  --fa: "";
  --fa--fa: "";
}

.fa-car-side-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-file-xml {
  --fa: "";
  --fa--fa: "";
}

.fa-ornament {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-arrow-down-left {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-incoming {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-word {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-fingers-crossed {
  --fa: "";
  --fa--fa: "";
}

.fa-trash {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-simple-med {
  --fa: "";
  --fa--fa: "";
}

.fa-tachometer-average {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-small-big {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-size-down-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-book-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-face-melting {
  --fa: "";
  --fa--fa: "";
}

.fa-poo {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-clip-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-alt-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-quote-right {
  --fa: "";
  --fa--fa: "";
}

.fa-quote-right-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-scroll-old {
  --fa: "";
  --fa--fa: "";
}

.fa-guitars {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-hose {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-six {
  --fa: "";
  --fa--fa: "";
}

.fa-shirt {
  --fa: "";
  --fa--fa: "";
}

.fa-t-shirt {
  --fa: "";
  --fa--fa: "";
}

.fa-tshirt {
  --fa: "";
  --fa--fa: "";
}

.fa-billboard {
  --fa: "";
  --fa--fa: "";
}

.fa-square-r {
  --fa: "";
  --fa--fa: "";
}

.fa-cubes {
  --fa: "";
  --fa--fa: "";
}

.fa-envelope-open-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-divide {
  --fa: "";
  --fa--fa: "";
}

.fa-sun-cloud {
  --fa: "";
  --fa--fa: "";
}

.fa-lamp-floor {
  --fa: "";
  --fa--fa: "";
}

.fa-square-7 {
  --fa: "";
  --fa--fa: "";
}

.fa-tenge-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-tenge {
  --fa: "";
  --fa--fa: "";
}

.fa-headphones {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-holding {
  --fa: "";
  --fa--fa: "";
}

.fa-campfire {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-ampersand {
  --fa: "";
  --fa--fa: "";
}

.fa-snowflakes {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-clapping {
  --fa: "";
  --fa--fa: "";
}

.fa-republican {
  --fa: "";
  --fa--fa: "";
}

.fa-leaf-maple {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-left {
  --fa: "";
  --fa--fa: "";
}

.fa-person-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-ruler {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-left-from-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-cup-straw-swoosh {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-sun {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-hot {
  --fa: "";
  --fa--fa: "";
}

.fa-align-left {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-d6 {
  --fa: "";
  --fa--fa: "";
}

.fa-restroom {
  --fa: "";
  --fa--fa: "";
}

.fa-high-definition {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-hd {
  --fa: "";
  --fa--fa: "";
}

.fa-j {
  --fa: "J";
  --fa--fa: "JJ";
}

.fa-galaxy {
  --fa: "";
  --fa--fa: "";
}

.fa-users-viewfinder {
  --fa: "";
  --fa--fa: "";
}

.fa-file-video {
  --fa: "";
  --fa--fa: "";
}

.fa-cherries {
  --fa: "";
  --fa--fa: "";
}

.fa-up-right-from-square {
  --fa: "";
  --fa--fa: "";
}

.fa-external-link-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-sort {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-table-cells {
  --fa: "";
  --fa--fa: "";
}

.fa-th {
  --fa: "";
  --fa--fa: "";
}

.fa-bag-shopping-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-file-pdf {
  --fa: "";
  --fa--fa: "";
}

.fa-siren {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-to-dotted-line {
  --fa: "";
  --fa--fa: "";
}

.fa-image-landscape {
  --fa: "";
  --fa--fa: "";
}

.fa-landscape {
  --fa: "";
  --fa--fa: "";
}

.fa-tank-water {
  --fa: "";
  --fa--fa: "";
}

.fa-curling-stone {
  --fa: "";
  --fa--fa: "";
}

.fa-curling {
  --fa: "";
  --fa--fa: "";
}

.fa-gamepad-modern {
  --fa: "";
  --fa--fa: "";
}

.fa-gamepad-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-messages-question {
  --fa: "";
  --fa--fa: "";
}

.fa-book-bible {
  --fa: "";
  --fa--fa: "";
}

.fa-bible {
  --fa: "";
  --fa--fa: "";
}

.fa-o {
  --fa: "O";
  --fa--fa: "OO";
}

.fa-suitcase-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-medkit {
  --fa: "";
  --fa--fa: "";
}

.fa-briefcase-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-expand-wide {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-eleven-thirty {
  --fa: "";
  --fa--fa: "";
}

.fa-rv {
  --fa: "";
  --fa--fa: "";
}

.fa-user-secret {
  --fa: "";
  --fa--fa: "";
}

.fa-otter {
  --fa: "";
  --fa--fa: "";
}

.fa-dreidel {
  --fa: "";
  --fa--fa: "";
}

.fa-person-dress {
  --fa: "";
  --fa--fa: "";
}

.fa-female {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-business-time {
  --fa: "";
  --fa--fa: "";
}

.fa-briefcase-clock {
  --fa: "";
  --fa--fa: "";
}

.fa-flower-tulip {
  --fa: "";
  --fa--fa: "";
}

.fa-people-pants-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-drizzle {
  --fa: "";
  --fa--fa: "";
}

.fa-table-cells-large {
  --fa: "";
  --fa--fa: "";
}

.fa-th-large {
  --fa: "";
  --fa--fa: "";
}

.fa-book-tanakh {
  --fa: "";
  --fa--fa: "";
}

.fa-tanakh {
  --fa: "";
  --fa--fa: "";
}

.fa-solar-system {
  --fa: "";
  --fa--fa: "";
}

.fa-seal-question {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-volume {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-control-phone {
  --fa: "";
  --fa--fa: "";
}

.fa-disc-drive {
  --fa: "";
  --fa--fa: "";
}

.fa-hat-cowboy-side {
  --fa: "";
  --fa--fa: "";
}

.fa-table-rows {
  --fa: "";
  --fa--fa: "";
}

.fa-rows {
  --fa: "";
  --fa--fa: "";
}

.fa-location-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marker-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-face-fearful {
  --fa: "";
  --fa--fa: "";
}

.fa-clipboard-user {
  --fa: "";
  --fa--fa: "";
}

.fa-bus-school {
  --fa: "";
  --fa--fa: "";
}

.fa-film-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-square-arrow-down-right {
  --fa: "";
  --fa--fa: "";
}

.fa-book-sparkles {
  --fa: "";
  --fa--fa: "";
}

.fa-book-spells {
  --fa: "";
  --fa--fa: "";
}

.fa-washing-machine {
  --fa: "";
  --fa--fa: "";
}

.fa-washer {
  --fa: "";
  --fa--fa: "";
}

.fa-child {
  --fa: "";
  --fa--fa: "";
}

.fa-lira-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-user-visor {
  --fa: "";
  --fa--fa: "";
}

.fa-file-plus-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-clock-flip {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-clock-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-satellite {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-fire {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-steering-wheel {
  --fa: "";
  --fa--fa: "";
}

.fa-tag {
  --fa: "";
  --fa--fa: "";
}

.fa-stretcher {
  --fa: "";
  --fa--fa: "";
}

.fa-book-section {
  --fa: "";
  --fa--fa: "";
}

.fa-book-law {
  --fa: "";
  --fa--fa: "";
}

.fa-inboxes {
  --fa: "";
  --fa--fa: "";
}

.fa-coffee-bean {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-yen {
  --fa: "";
  --fa--fa: "";
}

.fa-brackets-curly {
  --fa: "";
  --fa--fa: "";
}

.fa-ellipsis-stroke-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-ellipsis-v-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-comment {
  --fa: "";
  --fa--fa: "";
}

.fa-square-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-cake-candles {
  --fa: "";
  --fa--fa: "";
}

.fa-birthday-cake {
  --fa: "";
  --fa--fa: "";
}

.fa-cake {
  --fa: "";
  --fa--fa: "";
}

.fa-head-side {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-ladder {
  --fa: "";
  --fa--fa: "";
}

.fa-envelope {
  --fa: "";
  --fa--fa: "";
}

.fa-dolly-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-face-tissue {
  --fa: "";
  --fa--fa: "";
}

.fa-angles-up {
  --fa: "";
  --fa--fa: "";
}

.fa-angle-double-up {
  --fa: "";
  --fa--fa: "";
}

.fa-bin-recycle {
  --fa: "";
  --fa--fa: "";
}

.fa-paperclip {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-line-down {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-to-city {
  --fa: "";
  --fa--fa: "";
}

.fa-lock-a {
  --fa: "";
  --fa--fa: "";
}

.fa-ribbon {
  --fa: "";
  --fa--fa: "";
}

.fa-lungs {
  --fa: "";
  --fa--fa: "";
}

.fa-person-pinball {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-9-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-numeric-up-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-apple-core {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-y {
  --fa: "";
  --fa--fa: "";
}

.fa-h6 {
  --fa: "";
  --fa--fa: "";
}

.fa-litecoin-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-bottle-baby {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-small {
  --fa: "";
  --fa--fa: "";
}

.fa-border-none {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-turn-down-left {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-wifi-circle-wifi {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-wifi-group {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-nodes {
  --fa: "";
  --fa--fa: "";
}

.fa-parachute-box {
  --fa: "";
  --fa--fa: "";
}

.fa-reflect-horizontal {
  --fa: "";
  --fa--fa: "";
}

.fa-message-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-rugby-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-music {
  --fa: "";
  --fa--fa: "";
}

.fa-indent {
  --fa: "";
  --fa--fa: "";
}

.fa-tree-deciduous {
  --fa: "";
  --fa--fa: "";
}

.fa-tree-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-puzzle-piece-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-puzzle-piece-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-field-un {
  --fa: "";
  --fa--fa: "";
}

.fa-nfc-trash {
  --fa: "";
  --fa--fa: "";
}

.fa-hourglass {
  --fa: "";
  --fa--fa: "";
}

.fa-hourglass-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-mountain {
  --fa: "";
  --fa--fa: "";
}

.fa-file-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-file-times {
  --fa: "";
  --fa--fa: "";
}

.fa-house-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-home-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-house-chimney-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-meter-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-user-doctor {
  --fa: "";
  --fa--fa: "";
}

.fa-user-md {
  --fa: "";
  --fa--fa: "";
}

.fa-slash-back {
  --fa: "\\";
  --fa--fa: "\\\\";
}

.fa-circle-info {
  --fa: "";
  --fa--fa: "";
}

.fa-info-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-fishing-rod {
  --fa: "";
  --fa--fa: "";
}

.fa-hammer-crash {
  --fa: "";
  --fa--fa: "";
}

.fa-message-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-meatball {
  --fa: "";
  --fa--fa: "";
}

.fa-camera-polaroid {
  --fa: "";
  --fa--fa: "";
}

.fa-camera {
  --fa: "";
  --fa--fa: "";
}

.fa-camera-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-square-virus {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-meteor {
  --fa: "";
  --fa--fa: "";
}

.fa-car-on {
  --fa: "";
  --fa--fa: "";
}

.fa-sleigh {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-1-9 {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-numeric-asc {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-numeric-down {
  --fa: "";
  --fa--fa: "";
}

.fa-buoy-mooring {
  --fa: "";
  --fa--fa: "";
}

.fa-square-4 {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-droplet {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-water {
  --fa: "";
  --fa--fa: "";
}

.fa-file-eps {
  --fa: "";
  --fa--fa: "";
}

.fa-tricycle-adult {
  --fa: "";
  --fa--fa: "";
}

.fa-waveform {
  --fa: "";
  --fa--fa: "";
}

.fa-water {
  --fa: "";
  --fa--fa: "";
}

.fa-star-sharp-half-stroke {
  --fa: "";
  --fa--fa: "";
}

.fa-star-sharp-half-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-nfc-signal {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-prop {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-check {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-desk {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-clock {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-time {
  --fa: "";
  --fa--fa: "";
}

.fa-braille {
  --fa: "";
  --fa--fa: "";
}

.fa-prescription-bottle-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-prescription-bottle-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-plate-utensils {
  --fa: "";
  --fa--fa: "";
}

.fa-family-pants {
  --fa: "";
  --fa--fa: "";
}

.fa-hose-reel {
  --fa: "";
  --fa--fa: "";
}

.fa-house-window {
  --fa: "";
  --fa--fa: "";
}

.fa-landmark {
  --fa: "";
  --fa--fa: "";
}

.fa-truck {
  --fa: "";
  --fa--fa: "";
}

.fa-music-magnifying-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-crosshairs {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-rainbow {
  --fa: "";
  --fa--fa: "";
}

.fa-person-cane {
  --fa: "";
  --fa--fa: "";
}

.fa-alien {
  --fa: "";
  --fa--fa: "";
}

.fa-tent {
  --fa: "";
  --fa--fa: "";
}

.fa-laptop-binary {
  --fa: "";
  --fa--fa: "";
}

.fa-vest-patches {
  --fa: "";
  --fa--fa: "";
}

.fa-people-dress-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-check-double {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-a-z {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-alpha-asc {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-alpha-down {
  --fa: "";
  --fa--fa: "";
}

.fa-bowling-ball-pin {
  --fa: "";
  --fa--fa: "";
}

.fa-bell-school-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-plus-large {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill-wheat {
  --fa: "";
  --fa--fa: "";
}

.fa-camera-viewfinder {
  --fa: "";
  --fa--fa: "";
}

.fa-screenshot {
  --fa: "";
  --fa--fa: "";
}

.fa-message-music {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-music {
  --fa: "";
  --fa--fa: "";
}

.fa-car-building {
  --fa: "";
  --fa--fa: "";
}

.fa-border-bottom-right {
  --fa: "";
  --fa--fa: "";
}

.fa-border-style-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-octagon {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-arrow-up-right {
  --fa: "";
  --fa--fa: "";
}

.fa-octagon-divide {
  --fa: "";
  --fa--fa: "";
}

.fa-cookie {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-rotate-left {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-left-rotate {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-rotate-back {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-rotate-backward {
  --fa: "";
  --fa--fa: "";
}

.fa-undo {
  --fa: "";
  --fa--fa: "";
}

.fa-tv-music {
  --fa: "";
  --fa--fa: "";
}

.fa-hard-drive {
  --fa: "";
  --fa--fa: "";
}

.fa-hdd {
  --fa: "";
  --fa--fa: "";
}

.fa-reel {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-squint-tears {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-squint-tears {
  --fa: "";
  --fa--fa: "";
}

.fa-dumbbell {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-list {
  --fa: "";
  --fa--fa: "";
}

.fa-list-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-tarp-droplet {
  --fa: "";
  --fa--fa: "";
}

.fa-alarm-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-house-medical-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-traffic-cone {
  --fa: "";
  --fa--fa: "";
}

.fa-grate {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-right {
  --fa: "";
  --fa--fa: "";
}

.fa-person-skiing-nordic {
  --fa: "";
  --fa--fa: "";
}

.fa-skiing-nordic {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-person-from-portal {
  --fa: "";
  --fa--fa: "";
}

.fa-portal-exit {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-arrival {
  --fa: "";
  --fa--fa: "";
}

.fa-cowbell-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-cowbell-more {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-left {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-circle-left {
  --fa: "";
  --fa--fa: "";
}

.fa-distribute-spacing-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-bars-fair {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-alt-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-sportsball {
  --fa: "";
  --fa--fa: "";
}

.fa-game-console-handheld-crank {
  --fa: "";
  --fa--fa: "";
}

.fa-train-subway {
  --fa: "";
  --fa--fa: "";
}

.fa-subway {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-gantt {
  --fa: "";
  --fa--fa: "";
}

.fa-face-smile-upside-down {
  --fa: "";
  --fa--fa: "";
}

.fa-ball-pile {
  --fa: "";
  --fa--fa: "";
}

.fa-badge-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bills-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bills-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-list-timeline {
  --fa: "";
  --fa--fa: "";
}

.fa-indian-rupee-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-indian-rupee {
  --fa: "";
  --fa--fa: "";
}

.fa-inr {
  --fa: "";
  --fa--fa: "";
}

.fa-crop-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-crop-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-left-long {
  --fa: "";
  --fa--fa: "";
}

.fa-long-arrow-alt-left {
  --fa: "";
  --fa--fa: "";
}

.fa-keyboard-down {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-up-right {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-bolt-moon {
  --fa: "";
  --fa--fa: "";
}

.fa-thunderstorm-moon {
  --fa: "";
  --fa--fa: "";
}

.fa-turn-left-up {
  --fa: "";
  --fa--fa: "";
}

.fa-dna {
  --fa: "";
  --fa--fa: "";
}

.fa-virus-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-bracket-round-right {
  --fa: ")";
  --fa--fa: "))";
}

.fa-circle-sterling {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-5 {
  --fa: "";
  --fa--fa: "";
}

.fa-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-subtract {
  --fa: "";
  --fa--fa: "";
}

.fa-fire-flame {
  --fa: "";
  --fa--fa: "";
}

.fa-flame {
  --fa: "";
  --fa--fa: "";
}

.fa-right-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-to-right {
  --fa: "";
  --fa--fa: "";
}

.fa-gif {
  --fa: "";
  --fa--fa: "";
}

.fa-chess {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-left-long {
  --fa: "";
  --fa--fa: "";
}

.fa-long-arrow-left {
  --fa: "";
  --fa--fa: "";
}

.fa-plug-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-font-case {
  --fa: "";
  --fa--fa: "";
}

.fa-street-view {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-left {
  --fa: "";
  --fa--fa: "";
}

.fa-franc-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-flask-round-poison {
  --fa: "";
  --fa--fa: "";
}

.fa-flask-poison {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-off {
  --fa: "";
  --fa--fa: "";
}

.fa-book-circle-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-user {
  --fa: "";
  --fa--fa: "";
}

.fa-user-chart {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-asl-interpreting {
  --fa: "";
  --fa--fa: "";
}

.fa-american-sign-language-interpreting {
  --fa: "";
  --fa--fa: "";
}

.fa-asl-interpreting {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-american-sign-language-interpreting {
  --fa: "";
  --fa--fa: "";
}

.fa-presentation-screen {
  --fa: "";
  --fa--fa: "";
}

.fa-presentation {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-face-smile-halo {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-circle-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-house-person-return {
  --fa: "";
  --fa--fa: "";
}

.fa-house-person-arrive {
  --fa: "";
  --fa--fa: "";
}

.fa-house-return {
  --fa: "";
  --fa--fa: "";
}

.fa-message-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-times {
  --fa: "";
  --fa--fa: "";
}

.fa-message-times {
  --fa: "";
  --fa--fa: "";
}

.fa-file-certificate {
  --fa: "";
  --fa--fa: "";
}

.fa-file-award {
  --fa: "";
  --fa--fa: "";
}

.fa-user-doctor-hair-long {
  --fa: "";
  --fa--fa: "";
}

.fa-camera-security {
  --fa: "";
  --fa--fa: "";
}

.fa-camera-home {
  --fa: "";
  --fa--fa: "";
}

.fa-gear {
  --fa: "";
  --fa--fa: "";
}

.fa-cog {
  --fa: "";
  --fa--fa: "";
}

.fa-droplet-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-tint-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-book-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-mosque {
  --fa: "";
  --fa--fa: "";
}

.fa-duck {
  --fa: "";
  --fa--fa: "";
}

.fa-mosquito {
  --fa: "";
  --fa--fa: "";
}

.fa-star-of-david {
  --fa: "";
  --fa--fa: "";
}

.fa-flag-swallowtail {
  --fa: "";
  --fa--fa: "";
}

.fa-flag-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-person-military-rifle {
  --fa: "";
  --fa--fa: "";
}

.fa-car-garage {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-shopping {
  --fa: "";
  --fa--fa: "";
}

.fa-shopping-cart {
  --fa: "";
  --fa--fa: "";
}

.fa-book-font {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-vials {
  --fa: "";
  --fa--fa: "";
}

.fa-eye-dropper-full {
  --fa: "";
  --fa--fa: "";
}

.fa-distribute-spacing-horizontal {
  --fa: "";
  --fa--fa: "";
}

.fa-tablet-rugged {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-snow {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-frigid {
  --fa: "";
  --fa--fa: "";
}

.fa-moped {
  --fa: "";
  --fa--fa: "";
}

.fa-face-smile-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-smile-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-radio-tuner {
  --fa: "";
  --fa--fa: "";
}

.fa-radio-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-face-swear {
  --fa: "";
  --fa--fa: "";
}

.fa-water-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-water-lower {
  --fa: "";
  --fa--fa: "";
}

.fa-scanner-touchscreen {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-7 {
  --fa: "";
  --fa--fa: "";
}

.fa-plug-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-person-ski-jumping {
  --fa: "";
  --fa--fa: "";
}

.fa-ski-jump {
  --fa: "";
  --fa--fa: "";
}

.fa-place-of-worship {
  --fa: "";
  --fa--fa: "";
}

.fa-water-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-water-rise {
  --fa: "";
  --fa--fa: "";
}

.fa-waveform-lines {
  --fa: "";
  --fa--fa: "";
}

.fa-waveform-path {
  --fa: "";
  --fa--fa: "";
}

.fa-split {
  --fa: "";
  --fa--fa: "";
}

.fa-film-canister {
  --fa: "";
  --fa--fa: "";
}

.fa-film-cannister {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-times {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet-paper-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet-paper-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-tablet-screen {
  --fa: "";
  --fa--fa: "";
}

.fa-tablet-android-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-hexagon-vertical-nft-slanted {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-music {
  --fa: "";
  --fa--fa: "";
}

.fa-display-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-desktop-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-share-all {
  --fa: "";
  --fa--fa: "";
}

.fa-peapod {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-clock {
  --fa: "";
  --fa--fa: "";
}

.fa-axe {
  --fa: "";
  --fa--fa: "";
}

.fa-square-d {
  --fa: "";
  --fa--fa: "";
}

.fa-grip-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-signal-out {
  --fa: "";
  --fa--fa: "";
}

.fa-hexagon-nodes {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-turn-up {
  --fa: "";
  --fa--fa: "";
}

.fa-level-up {
  --fa: "";
  --fa--fa: "";
}

.fa-u {
  --fa: "U";
  --fa--fa: "UU";
}

.fa-arrow-up-from-dotted-line {
  --fa: "";
  --fa--fa: "";
}

.fa-square-root-variable {
  --fa: "";
  --fa--fa: "";
}

.fa-square-root-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-light-switch-on {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-raindrops {
  --fa: "";
  --fa--fa: "";
}

.fa-dash {
  --fa: "";
  --fa--fa: "";
}

.fa-minus-large {
  --fa: "";
  --fa--fa: "";
}

.fa-clock {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-four {
  --fa: "";
  --fa--fa: "";
}

.fa-input-numeric {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-tow {
  --fa: "";
  --fa--fa: "";
}

.fa-backward-step {
  --fa: "";
  --fa--fa: "";
}

.fa-step-backward {
  --fa: "";
  --fa--fa: "";
}

.fa-pallet {
  --fa: "";
  --fa--fa: "";
}

.fa-car-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-maximize {
  --fa: "";
  --fa--fa: "";
}

.fa-expand-arrows {
  --fa: "";
  --fa--fa: "";
}

.fa-faucet {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-sleet {
  --fa: "";
  --fa--fa: "";
}

.fa-lamp-street {
  --fa: "";
  --fa--fa: "";
}

.fa-list-radio {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-nib-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-baseball-bat-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-square-up-left {
  --fa: "";
  --fa--fa: "";
}

.fa-overline {
  --fa: "";
  --fa--fa: "";
}

.fa-s {
  --fa: "S";
  --fa--fa: "SS";
}

.fa-timeline {
  --fa: "";
  --fa--fa: "";
}

.fa-keyboard {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-from-dotted-line {
  --fa: "";
  --fa--fa: "";
}

.fa-usb-drive {
  --fa: "";
  --fa--fa: "";
}

.fa-ballot {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-down {
  --fa: "";
  --fa--fa: "";
}

.fa-location-dot-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marker-alt-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-cards {
  --fa: "";
  --fa--fa: "";
}

.fa-house-chimney-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-clinic-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-boxing-glove {
  --fa: "";
  --fa--fa: "";
}

.fa-glove-boxing {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-three-quarters {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer-three-quarters {
  --fa: "";
  --fa--fa: "";
}

.fa-bell-school {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-screen {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-android-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-up {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-location-arrow {
  --fa: "";
  --fa--fa: "";
}

.fa-location-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-face-head-bandage {
  --fa: "";
  --fa--fa: "";
}

.fa-sushi-roll {
  --fa: "";
  --fa--fa: "";
}

.fa-maki-roll {
  --fa: "";
  --fa--fa: "";
}

.fa-makizushi {
  --fa: "";
  --fa--fa: "";
}

.fa-car-bump {
  --fa: "";
  --fa--fa: "";
}

.fa-piggy-bank {
  --fa: "";
  --fa--fa: "";
}

.fa-racquet {
  --fa: "";
  --fa--fa: "";
}

.fa-car-mirrors {
  --fa: "";
  --fa--fa: "";
}

.fa-industry-windows {
  --fa: "";
  --fa--fa: "";
}

.fa-industry-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-bolt-auto {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-half {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-flux-capacitor {
  --fa: "";
  --fa--fa: "";
}

.fa-mountain-city {
  --fa: "";
  --fa--fa: "";
}

.fa-coins {
  --fa: "";
  --fa--fa: "";
}

.fa-honey-pot {
  --fa: "";
  --fa--fa: "";
}

.fa-olive {
  --fa: "";
  --fa--fa: "";
}

.fa-khanda {
  --fa: "";
  --fa--fa: "";
}

.fa-filter-list {
  --fa: "";
  --fa--fa: "";
}

.fa-outlet {
  --fa: "";
  --fa--fa: "";
}

.fa-sliders {
  --fa: "";
  --fa--fa: "";
}

.fa-sliders-h {
  --fa: "";
  --fa--fa: "";
}

.fa-cauldron {
  --fa: "";
  --fa--fa: "";
}

.fa-people {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-tree {
  --fa: "";
  --fa--fa: "";
}

.fa-network-wired {
  --fa: "";
  --fa--fa: "";
}

.fa-croissant {
  --fa: "";
  --fa--fa: "";
}

.fa-map-pin {
  --fa: "";
  --fa--fa: "";
}

.fa-hamsa {
  --fa: "";
  --fa--fa: "";
}

.fa-cent-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-swords-laser {
  --fa: "";
  --fa--fa: "";
}

.fa-flask {
  --fa: "";
  --fa--fa: "";
}

.fa-person-pregnant {
  --fa: "";
  --fa--fa: "";
}

.fa-square-u {
  --fa: "";
  --fa--fa: "";
}

.fa-wand-sparkles {
  --fa: "";
  --fa--fa: "";
}

.fa-router {
  --fa: "";
  --fa--fa: "";
}

.fa-ellipsis-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-ellipsis-v {
  --fa: "";
  --fa--fa: "";
}

.fa-sword-laser-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-ticket {
  --fa: "";
  --fa--fa: "";
}

.fa-power-off {
  --fa: "";
  --fa--fa: "";
}

.fa-coin {
  --fa: "";
  --fa--fa: "";
}

.fa-laptop-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-right-long {
  --fa: "";
  --fa--fa: "";
}

.fa-long-arrow-alt-right {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-b {
  --fa: "";
  --fa--fa: "";
}

.fa-person-dress-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-pipe-collar {
  --fa: "";
  --fa--fa: "";
}

.fa-lights-holiday {
  --fa: "";
  --fa--fa: "";
}

.fa-citrus {
  --fa: "";
  --fa--fa: "";
}

.fa-flag-usa {
  --fa: "";
  --fa--fa: "";
}

.fa-laptop-file {
  --fa: "";
  --fa--fa: "";
}

.fa-tty {
  --fa: "";
  --fa--fa: "";
}

.fa-teletype {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-tree-map {
  --fa: "";
  --fa--fa: "";
}

.fa-diagram-next {
  --fa: "";
  --fa--fa: "";
}

.fa-person-rifle {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-five-thirty {
  --fa: "";
  --fa--fa: "";
}

.fa-pipe-valve {
  --fa: "";
  --fa--fa: "";
}

.fa-lightbulb-message {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-from-arc {
  --fa: "";
  --fa--fa: "";
}

.fa-face-spiral-eyes {
  --fa: "";
  --fa--fa: "";
}

.fa-compress-wide {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-phone-hangup {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-circle-down {
  --fa: "";
  --fa--fa: "";
}

.fa-gear-complex-code {
  --fa: "";
  --fa--fa: "";
}

.fa-house-medical-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-badminton {
  --fa: "";
  --fa--fa: "";
}

.fa-closed-captioning {
  --fa: "";
  --fa--fa: "";
}

.fa-person-hiking {
  --fa: "";
  --fa--fa: "";
}

.fa-hiking {
  --fa: "";
  --fa--fa: "";
}

.fa-right-from-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-from-left {
  --fa: "";
  --fa--fa: "";
}

.fa-venus-double {
  --fa: "";
  --fa--fa: "";
}

.fa-images {
  --fa: "";
  --fa--fa: "";
}

.fa-calculator {
  --fa: "";
  --fa--fa: "";
}

.fa-shuttlecock {
  --fa: "";
  --fa--fa: "";
}

.fa-user-hair {
  --fa: "";
  --fa--fa: "";
}

.fa-eye-evil {
  --fa: "";
  --fa--fa: "";
}

.fa-people-pulling {
  --fa: "";
  --fa--fa: "";
}

.fa-n {
  --fa: "N";
  --fa--fa: "NN";
}

.fa-swap {
  --fa: "";
  --fa--fa: "";
}

.fa-garage {
  --fa: "";
  --fa--fa: "";
}

.fa-cable-car {
  --fa: "";
  --fa--fa: "";
}

.fa-tram {
  --fa: "";
  --fa--fa: "";
}

.fa-shovel-snow {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-rain {
  --fa: "";
  --fa--fa: "";
}

.fa-face-lying {
  --fa: "";
  --fa--fa: "";
}

.fa-sprinkler {
  --fa: "";
  --fa--fa: "";
}

.fa-building-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-person-sledding {
  --fa: "";
  --fa--fa: "";
}

.fa-sledding {
  --fa: "";
  --fa--fa: "";
}

.fa-game-console-handheld {
  --fa: "";
  --fa--fa: "";
}

.fa-ship {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-six-thirty {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-tugrik-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-down-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-download {
  --fa: "";
  --fa--fa: "";
}

.fa-angles-up-down {
  --fa: "";
  --fa--fa: "";
}

.fa-shelves {
  --fa: "";
  --fa--fa: "";
}

.fa-inventory {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-snow {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin {
  --fa: "";
  --fa--fa: "";
}

.fa-grin {
  --fa: "";
  --fa--fa: "";
}

.fa-delete-left {
  --fa: "";
  --fa--fa: "";
}

.fa-backspace {
  --fa: "";
  --fa--fa: "";
}

.fa-oven {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-binary {
  --fa: "";
  --fa--fa: "";
}

.fa-eye-dropper {
  --fa: "";
  --fa--fa: "";
}

.fa-eye-dropper-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-eyedropper {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-captions {
  --fa: "";
  --fa--fa: "";
}

.fa-comments-question {
  --fa: "";
  --fa--fa: "";
}

.fa-scribble {
  --fa: "";
  --fa--fa: "";
}

.fa-rotate-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-file-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-loader {
  --fa: "";
  --fa--fa: "";
}

.fa-forward {
  --fa: "";
  --fa--fa: "";
}

.fa-user-pilot {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-android {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-phone {
  --fa: "";
  --fa--fa: "";
}

.fa-code-pull-request-closed {
  --fa: "";
  --fa--fa: "";
}

.fa-face-meh {
  --fa: "";
  --fa--fa: "";
}

.fa-meh {
  --fa: "";
  --fa--fa: "";
}

.fa-align-center {
  --fa: "";
  --fa--fa: "";
}

.fa-book-skull {
  --fa: "";
  --fa--fa: "";
}

.fa-book-dead {
  --fa: "";
  --fa--fa: "";
}

.fa-id-card {
  --fa: "";
  --fa--fa: "";
}

.fa-drivers-license {
  --fa: "";
  --fa--fa: "";
}

.fa-face-dotted {
  --fa: "";
  --fa--fa: "";
}

.fa-face-worried {
  --fa: "";
  --fa--fa: "";
}

.fa-outdent {
  --fa: "";
  --fa--fa: "";
}

.fa-dedent {
  --fa: "";
  --fa--fa: "";
}

.fa-court-sport {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-house {
  --fa: "";
  --fa--fa: "";
}

.fa-home {
  --fa: "";
  --fa--fa: "";
}

.fa-home-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-home-lg-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-vector-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-car-circle-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-week {
  --fa: "";
  --fa--fa: "";
}

.fa-flying-disc {
  --fa: "";
  --fa--fa: "";
}

.fa-laptop-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-square-down-right {
  --fa: "";
  --fa--fa: "";
}

.fa-b {
  --fa: "B";
  --fa--fa: "BB";
}

.fa-seat-airline {
  --fa: "";
  --fa--fa: "";
}

.fa-moon-over-sun {
  --fa: "";
  --fa--fa: "";
}

.fa-eclipse-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-pipe {
  --fa: "|";
  --fa--fa: "||";
}

.fa-file-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-potato {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-one {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-a {
  --fa: "";
  --fa--fa: "";
}

.fa-helmet-battle {
  --fa: "";
  --fa--fa: "";
}

.fa-butter {
  --fa: "";
  --fa--fa: "";
}

.fa-blanket-fire {
  --fa: "";
  --fa--fa: "";
}

.fa-kiwi-bird {
  --fa: "";
  --fa--fa: "";
}

.fa-castle {
  --fa: "";
  --fa--fa: "";
}

.fa-golf-club {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-arrow-left {
  --fa: "";
  --fa--fa: "";
}

.fa-exchange {
  --fa: "";
  --fa--fa: "";
}

.fa-rotate-right {
  --fa: "";
  --fa--fa: "";
}

.fa-redo-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-rotate-forward {
  --fa: "";
  --fa--fa: "";
}

.fa-utensils {
  --fa: "";
  --fa--fa: "";
}

.fa-cutlery {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-wide-short {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-amount-up {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-pie-simple-circle-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-balloons {
  --fa: "";
  --fa--fa: "";
}

.fa-mill-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-bowl-rice {
  --fa: "";
  --fa--fa: "";
}

.fa-timeline-arrow {
  --fa: "";
  --fa--fa: "";
}

.fa-skull {
  --fa: "";
  --fa--fa: "";
}

.fa-game-board-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-game-board-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-video {
  --fa: "";
  --fa--fa: "";
}

.fa-video-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-scatter-bubble {
  --fa: "";
  --fa--fa: "";
}

.fa-house-turret {
  --fa: "";
  --fa--fa: "";
}

.fa-banana {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-skull {
  --fa: "";
  --fa--fa: "";
}

.fa-people-dress {
  --fa: "";
  --fa--fa: "";
}

.fa-loveseat {
  --fa: "";
  --fa--fa: "";
}

.fa-couch-small {
  --fa: "";
  --fa--fa: "";
}

.fa-tower-broadcast {
  --fa: "";
  --fa--fa: "";
}

.fa-broadcast-tower {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-pickup {
  --fa: "";
  --fa--fa: "";
}

.fa-block-quote {
  --fa: "";
  --fa--fa: "";
}

.fa-up-long {
  --fa: "";
  --fa--fa: "";
}

.fa-long-arrow-alt-up {
  --fa: "";
  --fa--fa: "";
}

.fa-stop {
  --fa: "";
  --fa--fa: "";
}

.fa-code-merge {
  --fa: "";
  --fa--fa: "";
}

.fa-money-check-dollar-pen {
  --fa: "";
  --fa--fa: "";
}

.fa-money-check-edit-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-up-from-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-from-bottom {
  --fa: "";
  --fa--fa: "";
}

.fa-upload {
  --fa: "";
  --fa--fa: "";
}

.fa-hurricane {
  --fa: "";
  --fa--fa: "";
}

.fa-grid-round-2-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-people-pants {
  --fa: "";
  --fa--fa: "";
}

.fa-mound {
  --fa: "";
  --fa--fa: "";
}

.fa-windsock {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-half {
  --fa: "";
  --fa--fa: "";
}

.fa-brake-warning {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet-portable {
  --fa: "";
  --fa--fa: "";
}

.fa-compact-disc {
  --fa: "";
  --fa--fa: "";
}

.fa-file-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-file-download {
  --fa: "";
  --fa--fa: "";
}

.fa-saxophone-fire {
  --fa: "";
  --fa--fa: "";
}

.fa-sax-hot {
  --fa: "";
  --fa--fa: "";
}

.fa-camera-web-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-webcam-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-gear {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-cog {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-wave {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-up-down {
  --fa: "";
  --fa--fa: "";
}

.fa-caravan {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-cat {
  --fa: "";
  --fa--fa: "";
}

.fa-message-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-zap {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-can-check {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-water {
  --fa: "";
  --fa--fa: "";
}

.fa-oil-well {
  --fa: "";
  --fa--fa: "";
}

.fa-table-cells-column-unlock {
  --fa: "";
  --fa--fa: "";
}

.fa-person-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-turn-left-up {
  --fa: "";
  --fa--fa: "";
}

.fa-vault {
  --fa: "";
  --fa--fa: "";
}

.fa-mars {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-yen-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-cny {
  --fa: "";
  --fa--fa: "";
}

.fa-jpy {
  --fa: "";
  --fa--fa: "";
}

.fa-rmb {
  --fa: "";
  --fa--fa: "";
}

.fa-yen {
  --fa: "";
  --fa--fa: "";
}

.fa-gear-code {
  --fa: "";
  --fa--fa: "";
}

.fa-notes {
  --fa: "";
  --fa--fa: "";
}

.fa-ruble-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-rouble {
  --fa: "";
  --fa--fa: "";
}

.fa-rub {
  --fa: "";
  --fa--fa: "";
}

.fa-ruble {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-undo {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-arrow-turn-left {
  --fa: "";
  --fa--fa: "";
}

.fa-champagne-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-champagne {
  --fa: "";
  --fa--fa: "";
}

.fa-objects-align-center-horizontal {
  --fa: "";
  --fa--fa: "";
}

.fa-sun {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-can-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-alt-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-screen-users {
  --fa: "";
  --fa--fa: "";
}

.fa-users-class {
  --fa: "";
  --fa--fa: "";
}

.fa-guitar {
  --fa: "";
  --fa--fa: "";
}

.fa-square-arrow-left {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-square-left {
  --fa: "";
  --fa--fa: "";
}

.fa-square-8 {
  --fa: "";
  --fa--fa: "";
}

.fa-face-smile-hearts {
  --fa: "";
  --fa--fa: "";
}

.fa-brackets-square {
  --fa: "";
  --fa--fa: "";
}

.fa-brackets {
  --fa: "";
  --fa--fa: "";
}

.fa-laptop-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-hockey-stick-puck {
  --fa: "";
  --fa--fa: "";
}

.fa-house-tree {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-fair {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-face-laugh-wink {
  --fa: "";
  --fa--fa: "";
}

.fa-laugh-wink {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-dollar-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-usd-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-horse-head {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-repeat {
  --fa: "";
  --fa--fa: "";
}

.fa-repeat-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-bore-hole {
  --fa: "";
  --fa--fa: "";
}

.fa-industry {
  --fa: "";
  --fa--fa: "";
}

.fa-image-polaroid {
  --fa: "";
  --fa--fa: "";
}

.fa-wave-triangle {
  --fa: "";
  --fa--fa: "";
}

.fa-turn-left-down {
  --fa: "";
  --fa--fa: "";
}

.fa-person-running-fast {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-down {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-circle-down {
  --fa: "";
  --fa--fa: "";
}

.fa-grill {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-turn-to-dots {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-mixed {
  --fa: "";
  --fa--fa: "";
}

.fa-analytics {
  --fa: "";
  --fa--fa: "";
}

.fa-florin-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-short-wide {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-amount-desc {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-amount-down-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-less-than {
  --fa: "<";
  --fa--fa: "<<";
}

.fa-display-code {
  --fa: "";
  --fa--fa: "";
}

.fa-desktop-code {
  --fa: "";
  --fa--fa: "";
}

.fa-face-drooling {
  --fa: "";
  --fa--fa: "";
}

.fa-oil-temperature {
  --fa: "";
  --fa--fa: "";
}

.fa-oil-temp {
  --fa: "";
  --fa--fa: "";
}

.fa-square-question {
  --fa: "";
  --fa--fa: "";
}

.fa-question-square {
  --fa: "";
  --fa--fa: "";
}

.fa-air-conditioner {
  --fa: "";
  --fa--fa: "";
}

.fa-angle-down {
  --fa: "";
  --fa--fa: "";
}

.fa-mountains {
  --fa: "";
  --fa--fa: "";
}

.fa-omega {
  --fa: "";
  --fa--fa: "";
}

.fa-car-tunnel {
  --fa: "";
  --fa--fa: "";
}

.fa-person-dolly-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-pan-food {
  --fa: "";
  --fa--fa: "";
}

.fa-head-side-cough {
  --fa: "";
  --fa--fa: "";
}

.fa-grip-lines {
  --fa: "";
  --fa--fa: "";
}

.fa-thumbs-down {
  --fa: "";
  --fa--fa: "";
}

.fa-user-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-long {
  --fa: "";
  --fa--fa: "";
}

.fa-long-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-tickets-airline {
  --fa: "";
  --fa--fa: "";
}

.fa-tickets-perforated-plane {
  --fa: "";
  --fa--fa: "";
}

.fa-tickets-plane {
  --fa: "";
  --fa--fa: "";
}

.fa-tent-double-peak {
  --fa: "";
  --fa--fa: "";
}

.fa-anchor-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-ellipsis {
  --fa: "";
  --fa--fa: "";
}

.fa-ellipsis-h {
  --fa: "";
  --fa--fa: "";
}

.fa-nfc-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-pawn {
  --fa: "";
  --fa--fa: "";
}

.fa-kit-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-first-aid {
  --fa: "";
  --fa--fa: "";
}

.fa-grid-2-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-bells {
  --fa: "";
  --fa--fa: "";
}

.fa-person-through-window {
  --fa: "";
  --fa--fa: "";
}

.fa-toolbox {
  --fa: "";
  --fa--fa: "";
}

.fa-globe-wifi {
  --fa: "";
  --fa--fa: "";
}

.fa-envelope-dot {
  --fa: "";
  --fa--fa: "";
}

.fa-envelope-badge {
  --fa: "";
  --fa--fa: "";
}

.fa-magnifying-glass-waveform {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-holding-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-bug {
  --fa: "";
  --fa--fa: "";
}

.fa-bowl-chopsticks {
  --fa: "";
  --fa--fa: "";
}

.fa-credit-card {
  --fa: "";
  --fa--fa: "";
}

.fa-credit-card-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-s {
  --fa: "";
  --fa--fa: "";
}

.fa-box-ballot {
  --fa: "";
  --fa--fa: "";
}

.fa-car {
  --fa: "";
  --fa--fa: "";
}

.fa-automobile {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-hand {
  --fa: "";
  --fa--fa: "";
}

.fa-user-tie-hair {
  --fa: "";
  --fa--fa: "";
}

.fa-podium-star {
  --fa: "";
  --fa--fa: "";
}

.fa-user-hair-mullet {
  --fa: "";
  --fa--fa: "";
}

.fa-business-front {
  --fa: "";
  --fa--fa: "";
}

.fa-party-back {
  --fa: "";
  --fa--fa: "";
}

.fa-trian-balbot {
  --fa: "";
  --fa--fa: "";
}

.fa-microphone-stand {
  --fa: "";
  --fa--fa: "";
}

.fa-book-open-reader {
  --fa: "";
  --fa--fa: "";
}

.fa-book-reader {
  --fa: "";
  --fa--fa: "";
}

.fa-family-dress {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-x {
  --fa: "";
  --fa--fa: "";
}

.fa-cabin {
  --fa: "";
  --fa--fa: "";
}

.fa-mountain-sun {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-simple-horizontal {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-left-right-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-back-point-left {
  --fa: "";
  --fa--fa: "";
}

.fa-message-dots {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-dots {
  --fa: "";
  --fa--fa: "";
}

.fa-messaging {
  --fa: "";
  --fa--fa: "";
}

.fa-file-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-beer-mug {
  --fa: "";
  --fa--fa: "";
}

.fa-beer-foam {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-d20 {
  --fa: "";
  --fa--fa: "";
}

.fa-drone {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-droplet {
  --fa: "";
  --fa--fa: "";
}

.fa-file-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-up {
  --fa: "";
  --fa--fa: "";
}

.fa-medal {
  --fa: "";
  --fa--fa: "";
}

.fa-person-fairy {
  --fa: "";
  --fa--fa: "";
}

.fa-bed {
  --fa: "";
  --fa--fa: "";
}

.fa-book-copy {
  --fa: "";
  --fa--fa: "";
}

.fa-square-h {
  --fa: "";
  --fa--fa: "";
}

.fa-h-square {
  --fa: "";
  --fa--fa: "";
}

.fa-square-c {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-two {
  --fa: "";
  --fa--fa: "";
}

.fa-square-ellipsis-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-users {
  --fa: "";
  --fa--fa: "";
}

.fa-podcast {
  --fa: "";
  --fa--fa: "";
}

.fa-bee {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-full {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-4 {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer-4 {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer-full {
  --fa: "";
  --fa--fa: "";
}

.fa-bell {
  --fa: "";
  --fa--fa: "";
}

.fa-candy-bar {
  --fa: "";
  --fa--fa: "";
}

.fa-chocolate-bar {
  --fa: "";
  --fa--fa: "";
}

.fa-xmark-large {
  --fa: "";
  --fa--fa: "";
}

.fa-pinata {
  --fa: "";
  --fa--fa: "";
}

.fa-file-ppt {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-from-line {
  --fa: "";
  --fa--fa: "";
}

.fa-superscript {
  --fa: "";
  --fa--fa: "";
}

.fa-bowl-spoon {
  --fa: "";
  --fa--fa: "";
}

.fa-hexagon-check {
  --fa: "";
  --fa--fa: "";
}

.fa-plug-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-star-of-life {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-traffic-light-stop {
  --fa: "";
  --fa--fa: "";
}

.fa-paint-roller {
  --fa: "";
  --fa--fa: "";
}

.fa-accent-grave {
  --fa: "`";
  --fa--fa: "``";
}

.fa-handshake-angle {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-helping {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-0 {
  --fa: "";
  --fa--fa: "";
}

.fa-dial-med-low {
  --fa: "";
  --fa--fa: "";
}

.fa-location-dot {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marker-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-crab {
  --fa: "";
  --fa--fa: "";
}

.fa-box-open-full {
  --fa: "";
  --fa--fa: "";
}

.fa-box-full {
  --fa: "";
  --fa--fa: "";
}

.fa-file {
  --fa: "";
  --fa--fa: "";
}

.fa-greater-than {
  --fa: ">";
  --fa--fa: ">>";
}

.fa-quotes {
  --fa: "";
  --fa--fa: "";
}

.fa-pretzel {
  --fa: "";
  --fa--fa: "";
}

.fa-t-rex {
  --fa: "";
  --fa--fa: "";
}

.fa-person-swimming {
  --fa: "";
  --fa--fa: "";
}

.fa-swimmer {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-user-robot-xmarks {
  --fa: "";
  --fa--fa: "";
}

.fa-message-quote {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-quote {
  --fa: "";
  --fa--fa: "";
}

.fa-candy-corn {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-magnifying-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-search {
  --fa: "";
  --fa--fa: "";
}

.fa-notebook {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-wifi {
  --fa: "";
  --fa--fa: "";
}

.fa-droplet {
  --fa: "";
  --fa--fa: "";
}

.fa-tint {
  --fa: "";
  --fa--fa: "";
}

.fa-bullseye-pointer {
  --fa: "";
  --fa--fa: "";
}

.fa-eraser {
  --fa: "";
  --fa--fa: "";
}

.fa-hexagon-image {
  --fa: "";
  --fa--fa: "";
}

.fa-earth-americas {
  --fa: "";
  --fa--fa: "";
}

.fa-earth {
  --fa: "";
  --fa--fa: "";
}

.fa-earth-america {
  --fa: "";
  --fa--fa: "";
}

.fa-globe-americas {
  --fa: "";
  --fa--fa: "";
}

.fa-file-svg {
  --fa: "";
  --fa--fa: "";
}

.fa-crate-apple {
  --fa: "";
  --fa--fa: "";
}

.fa-apple-crate {
  --fa: "";
  --fa--fa: "";
}

.fa-person-burst {
  --fa: "";
  --fa--fa: "";
}

.fa-game-board {
  --fa: "";
  --fa--fa: "";
}

.fa-hat-chef {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-back-point-right {
  --fa: "";
  --fa--fa: "";
}

.fa-dove {
  --fa: "";
  --fa--fa: "";
}

.fa-snowflake-droplets {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-0 {
  --fa: "";
  --fa--fa: "";
}

.fa-grid-4 {
  --fa: "";
  --fa--fa: "";
}

.fa-socks {
  --fa: "";
  --fa--fa: "";
}

.fa-face-sunglasses {
  --fa: "";
  --fa--fa: "";
}

.fa-inbox {
  --fa: "";
  --fa--fa: "";
}

.fa-square-0 {
  --fa: "";
  --fa--fa: "";
}

.fa-section {
  --fa: "";
  --fa--fa: "";
}

.fa-square-this-way-up {
  --fa: "";
  --fa--fa: "";
}

.fa-box-up {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-high {
  --fa: "";
  --fa--fa: "";
}

.fa-tachometer-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-tachometer-alt-fast {
  --fa: "";
  --fa--fa: "";
}

.fa-square-ampersand {
  --fa: "";
  --fa--fa: "";
}

.fa-envelope-open-text {
  --fa: "";
  --fa--fa: "";
}

.fa-lamp-desk {
  --fa: "";
  --fa--fa: "";
}

.fa-hospital {
  --fa: "";
  --fa--fa: "";
}

.fa-hospital-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-hospital-wide {
  --fa: "";
  --fa--fa: "";
}

.fa-poll-people {
  --fa: "";
  --fa--fa: "";
}

.fa-whiskey-glass-ice {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-whiskey-rocks {
  --fa: "";
  --fa--fa: "";
}

.fa-wine-bottle {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-rook {
  --fa: "";
  --fa--fa: "";
}

.fa-user-bounty-hunter {
  --fa: "";
  --fa--fa: "";
}

.fa-bars-staggered {
  --fa: "";
  --fa--fa: "";
}

.fa-reorder {
  --fa: "";
  --fa--fa: "";
}

.fa-stream {
  --fa: "";
  --fa--fa: "";
}

.fa-diagram-sankey {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-hail-mixed {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-up-left {
  --fa: "";
  --fa--fa: "";
}

.fa-dharmachakra {
  --fa: "";
  --fa--fa: "";
}

.fa-objects-align-left {
  --fa: "";
  --fa--fa: "";
}

.fa-oil-can-drip {
  --fa: "";
  --fa--fa: "";
}

.fa-face-smiling-hands {
  --fa: "";
  --fa--fa: "";
}

.fa-broccoli {
  --fa: "";
  --fa--fa: "";
}

.fa-route-interstate {
  --fa: "";
  --fa--fa: "";
}

.fa-ear-muffs {
  --fa: "";
  --fa--fa: "";
}

.fa-hotdog {
  --fa: "";
  --fa--fa: "";
}

.fa-transporter-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-person-walking-with-cane {
  --fa: "";
  --fa--fa: "";
}

.fa-blind {
  --fa: "";
  --fa--fa: "";
}

.fa-angle-90 {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-terminal {
  --fa: "";
  --fa--fa: "";
}

.fa-kite {
  --fa: "";
  --fa--fa: "";
}

.fa-drum {
  --fa: "";
  --fa--fa: "";
}

.fa-scrubber {
  --fa: "";
  --fa--fa: "";
}

.fa-ice-cream {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-circle-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-fish-bones {
  --fa: "";
  --fa--fa: "";
}

.fa-deer-rudolph {
  --fa: "";
  --fa--fa: "";
}

.fa-fax {
  --fa: "";
  --fa--fa: "";
}

.fa-paragraph {
  --fa: "";
  --fa--fa: "";
}

.fa-head-side-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-square-e {
  --fa: "";
  --fa--fa: "";
}

.fa-meter-fire {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-hail {
  --fa: "";
  --fa--fa: "";
}

.fa-check-to-slot {
  --fa: "";
  --fa--fa: "";
}

.fa-vote-yea {
  --fa: "";
  --fa--fa: "";
}

.fa-money-from-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-star-half {
  --fa: "";
  --fa--fa: "";
}

.fa-car-bus {
  --fa: "";
  --fa--fa: "";
}

.fa-speaker {
  --fa: "";
  --fa--fa: "";
}

.fa-timer {
  --fa: "";
  --fa--fa: "";
}

.fa-boxes-stacked {
  --fa: "";
  --fa--fa: "";
}

.fa-boxes {
  --fa: "";
  --fa--fa: "";
}

.fa-boxes-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-landmark-magnifying-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-grill-hot {
  --fa: "";
  --fa--fa: "";
}

.fa-ballot-check {
  --fa: "";
  --fa--fa: "";
}

.fa-link {
  --fa: "";
  --fa--fa: "";
}

.fa-chain {
  --fa: "";
  --fa--fa: "";
}

.fa-ear-listen {
  --fa: "";
  --fa--fa: "";
}

.fa-assistive-listening-systems {
  --fa: "";
  --fa--fa: "";
}

.fa-file-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-tree-city {
  --fa: "";
  --fa--fa: "";
}

.fa-play {
  --fa: "";
  --fa--fa: "";
}

.fa-font {
  --fa: "";
  --fa--fa: "";
}

.fa-cup-togo {
  --fa: "";
  --fa--fa: "";
}

.fa-coffee-togo {
  --fa: "";
  --fa--fa: "";
}

.fa-square-down-left {
  --fa: "";
  --fa--fa: "";
}

.fa-burger-lettuce {
  --fa: "";
  --fa--fa: "";
}

.fa-table-cells-row-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-rupiah-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-magnifying-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-search {
  --fa: "";
  --fa--fa: "";
}

.fa-table-tennis-paddle-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-ping-pong-paddle-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-table-tennis {
  --fa: "";
  --fa--fa: "";
}

.fa-person-dots-from-line {
  --fa: "";
  --fa--fa: "";
}

.fa-diagnoses {
  --fa: "";
  --fa--fa: "";
}

.fa-chevrons-down {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-double-down {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-can-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-restore-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-good {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-location-question {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marker-question {
  --fa: "";
  --fa--fa: "";
}

.fa-floppy-disk-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-floppy-disk-times {
  --fa: "";
  --fa--fa: "";
}

.fa-save-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-save-times {
  --fa: "";
  --fa--fa: "";
}

.fa-naira-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-peach {
  --fa: "";
  --fa--fa: "";
}

.fa-circles-overlap-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-pronoun {
  --fa: "";
  --fa--fa: "";
}

.fa-taxi-bus {
  --fa: "";
  --fa--fa: "";
}

.fa-bracket-curly {
  --fa: "{";
  --fa--fa: "{{";
}

.fa-bracket-curly-left {
  --fa: "{";
  --fa--fa: "{{";
}

.fa-lobster {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-flatbed-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-dolly-flatbed-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-colon {
  --fa: ":";
  --fa--fa: "::";
}

.fa-cart-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-wand {
  --fa: "";
  --fa--fa: "";
}

.fa-walkie-talkie {
  --fa: "";
  --fa--fa: "";
}

.fa-file-pen {
  --fa: "";
  --fa--fa: "";
}

.fa-file-edit {
  --fa: "";
  --fa--fa: "";
}

.fa-receipt {
  --fa: "";
  --fa--fa: "";
}

.fa-table-picnic {
  --fa: "";
  --fa--fa: "";
}

.fa-square-pen {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-square {
  --fa: "";
  --fa--fa: "";
}

.fa-pencil-square {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-microphone-lines {
  --fa: "";
  --fa--fa: "";
}

.fa-microphone-circle-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-display-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-desktop-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-suitcase-rolling {
  --fa: "";
  --fa--fa: "";
}

.fa-person-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-transporter-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-user-hoodie {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-holding-diamond {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-receiving {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill-simple-wave {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-down {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-full {
  --fa: "";
  --fa--fa: "";
}

.fa-battery {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-5 {
  --fa: "";
  --fa--fa: "";
}

.fa-bell-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-book-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-hospitals {
  --fa: "";
  --fa--fa: "";
}

.fa-club {
  --fa: "";
  --fa--fa: "";
}

.fa-skull-crossbones {
  --fa: "";
  --fa--fa: "";
}

.fa-droplet-degree {
  --fa: "";
  --fa--fa: "";
}

.fa-dewpoint {
  --fa: "";
  --fa--fa: "";
}

.fa-code-compare {
  --fa: "";
  --fa--fa: "";
}

.fa-list-ul {
  --fa: "";
  --fa--fa: "";
}

.fa-list-dots {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-magic {
  --fa: "";
  --fa--fa: "";
}

.fa-watermelon-slice {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-ellipsis {
  --fa: "";
  --fa--fa: "";
}

.fa-school-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-tower-cell {
  --fa: "";
  --fa--fa: "";
}

.fa-sd-cards {
  --fa: "";
  --fa--fa: "";
}

.fa-jug-bottle {
  --fa: "";
  --fa--fa: "";
}

.fa-down-long {
  --fa: "";
  --fa--fa: "";
}

.fa-long-arrow-alt-down {
  --fa: "";
  --fa--fa: "";
}

.fa-envelopes {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-office {
  --fa: "";
  --fa--fa: "";
}

.fa-ranking-star {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-king {
  --fa: "";
  --fa--fa: "";
}

.fa-nfc-pen {
  --fa: "";
  --fa--fa: "";
}

.fa-person-harassing {
  --fa: "";
  --fa--fa: "";
}

.fa-magnifying-glass-play {
  --fa: "";
  --fa--fa: "";
}

.fa-hat-winter {
  --fa: "";
  --fa--fa: "";
}

.fa-brazilian-real-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-landmark-dome {
  --fa: "";
  --fa--fa: "";
}

.fa-landmark-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-bone-break {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-down-from-dotted-line {
  --fa: "";
  --fa--fa: "";
}

.fa-tv {
  --fa: "";
  --fa--fa: "";
}

.fa-television {
  --fa: "";
  --fa--fa: "";
}

.fa-tv-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-border-left {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-divide {
  --fa: "";
  --fa--fa: "";
}

.fa-shrimp {
  --fa: "";
  --fa--fa: "";
}

.fa-list-check {
  --fa: "";
  --fa--fa: "";
}

.fa-tasks {
  --fa: "";
  --fa--fa: "";
}

.fa-diagram-subtask {
  --fa: "";
  --fa--fa: "";
}

.fa-jug-detergent {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-user {
  --fa: "";
  --fa--fa: "";
}

.fa-user-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-square-y {
  --fa: "";
  --fa--fa: "";
}

.fa-user-doctor-hair {
  --fa: "";
  --fa--fa: "";
}

.fa-planet-ringed {
  --fa: "";
  --fa--fa: "";
}

.fa-mushroom {
  --fa: "";
  --fa--fa: "";
}

.fa-user-shield {
  --fa: "";
  --fa--fa: "";
}

.fa-megaphone {
  --fa: "";
  --fa--fa: "";
}

.fa-wreath-laurel {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-exclamation-check {
  --fa: "";
  --fa--fa: "";
}

.fa-wind {
  --fa: "";
  --fa--fa: "";
}

.fa-box-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-box-usd {
  --fa: "";
  --fa--fa: "";
}

.fa-car-burst {
  --fa: "";
  --fa--fa: "";
}

.fa-car-crash {
  --fa: "";
  --fa--fa: "";
}

.fa-y {
  --fa: "Y";
  --fa--fa: "YY";
}

.fa-user-headset {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-retweet {
  --fa: "";
  --fa--fa: "";
}

.fa-retweet-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-person-snowboarding {
  --fa: "";
  --fa--fa: "";
}

.fa-snowboarding {
  --fa: "";
  --fa--fa: "";
}

.fa-square-chevron-right {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-square-right {
  --fa: "";
  --fa--fa: "";
}

.fa-lacrosse-stick-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-fast {
  --fa: "";
  --fa--fa: "";
}

.fa-shipping-fast {
  --fa: "";
  --fa--fa: "";
}

.fa-user-magnifying-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-star-sharp {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-star {
  --fa: "";
  --fa--fa: "";
}

.fa-star-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-fish {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-fog {
  --fa: "";
  --fa--fa: "";
}

.fa-fog {
  --fa: "";
  --fa--fa: "";
}

.fa-waffle {
  --fa: "";
  --fa--fa: "";
}

.fa-music-note {
  --fa: "";
  --fa--fa: "";
}

.fa-music-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-hexagon-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-shopping-fast {
  --fa: "";
  --fa--fa: "";
}

.fa-object-union {
  --fa: "";
  --fa--fa: "";
}

.fa-user-graduate {
  --fa: "";
  --fa--fa: "";
}

.fa-starfighter {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-half-stroke {
  --fa: "";
  --fa--fa: "";
}

.fa-adjust {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-long-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-square-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-square-down {
  --fa: "";
  --fa--fa: "";
}

.fa-diamond-half-stroke {
  --fa: "";
  --fa--fa: "";
}

.fa-clapperboard {
  --fa: "";
  --fa--fa: "";
}

.fa-square-chevron-left {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-square-left {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-intercom {
  --fa: "";
  --fa--fa: "";
}

.fa-link-horizontal {
  --fa: "";
  --fa--fa: "";
}

.fa-chain-horizontal {
  --fa: "";
  --fa--fa: "";
}

.fa-mango {
  --fa: "";
  --fa--fa: "";
}

.fa-music-note-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-music-alt-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-radiation {
  --fa: "";
  --fa--fa: "";
}

.fa-radiation-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-face-tongue-sweat {
  --fa: "";
  --fa--fa: "";
}

.fa-globe-stand {
  --fa: "";
  --fa--fa: "";
}

.fa-baseball {
  --fa: "";
  --fa--fa: "";
}

.fa-baseball-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-p {
  --fa: "";
  --fa--fa: "";
}

.fa-award-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-jet-fighter-up {
  --fa: "";
  --fa--fa: "";
}

.fa-diagram-project {
  --fa: "";
  --fa--fa: "";
}

.fa-project-diagram {
  --fa: "";
  --fa--fa: "";
}

.fa-pedestal {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-pyramid {
  --fa: "";
  --fa--fa: "";
}

.fa-sidebar {
  --fa: "";
  --fa--fa: "";
}

.fa-snowman-head {
  --fa: "";
  --fa--fa: "";
}

.fa-frosty-head {
  --fa: "";
  --fa--fa: "";
}

.fa-copy {
  --fa: "";
  --fa--fa: "";
}

.fa-burger-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-mute {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-times {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-sparkles {
  --fa: "";
  --fa--fa: "";
}

.fa-bars-filter {
  --fa: "";
  --fa--fa: "";
}

.fa-paintbrush-pencil {
  --fa: "";
  --fa--fa: "";
}

.fa-party-bell {
  --fa: "";
  --fa--fa: "";
}

.fa-user-vneck-hair {
  --fa: "";
  --fa--fa: "";
}

.fa-jack-o-lantern {
  --fa: "";
  --fa--fa: "";
}

.fa-grip {
  --fa: "";
  --fa--fa: "";
}

.fa-grip-horizontal {
  --fa: "";
  --fa--fa: "";
}

.fa-share-from-square {
  --fa: "";
  --fa--fa: "";
}

.fa-share-square {
  --fa: "";
  --fa--fa: "";
}

.fa-keynote {
  --fa: "";
  --fa--fa: "";
}

.fa-child-combatant {
  --fa: "";
  --fa--fa: "";
}

.fa-child-rifle {
  --fa: "";
  --fa--fa: "";
}

.fa-gun {
  --fa: "";
  --fa--fa: "";
}

.fa-square-phone {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-square {
  --fa: "";
  --fa--fa: "";
}

.fa-hat-beach {
  --fa: "";
  --fa--fa: "";
}

.fa-plus {
  --fa: "+";
  --fa--fa: "++";
}

.fa-add {
  --fa: "+";
  --fa--fa: "++";
}

.fa-expand {
  --fa: "";
  --fa--fa: "";
}

.fa-computer {
  --fa: "";
  --fa--fa: "";
}

.fa-fort {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-check {
  --fa: "";
  --fa--fa: "";
}

.fa-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-close {
  --fa: "";
  --fa--fa: "";
}

.fa-multiply {
  --fa: "";
  --fa--fa: "";
}

.fa-remove {
  --fa: "";
  --fa--fa: "";
}

.fa-times {
  --fa: "";
  --fa--fa: "";
}

.fa-face-smirking {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-up-down-left-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows {
  --fa: "";
  --fa--fa: "";
}

.fa-chalkboard-user {
  --fa: "";
  --fa--fa: "";
}

.fa-chalkboard-teacher {
  --fa: "";
  --fa--fa: "";
}

.fa-rhombus {
  --fa: "";
  --fa--fa: "";
}

.fa-claw-marks {
  --fa: "";
  --fa--fa: "";
}

.fa-peso-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-face-smile-tongue {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-building-shield {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-phone-flip {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-circle-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-baby {
  --fa: "";
  --fa--fa: "";
}

.fa-users-line {
  --fa: "";
  --fa--fa: "";
}

.fa-quote-left {
  --fa: "";
  --fa--fa: "";
}

.fa-quote-left-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-tractor {
  --fa: "";
  --fa--fa: "";
}

.fa-down-from-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-key-skeleton {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-restore {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-up-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-to-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-lines-leaning {
  --fa: "";
  --fa--fa: "";
}

.fa-square-q {
  --fa: "";
  --fa--fa: "";
}

.fa-ruler-combined {
  --fa: "";
  --fa--fa: "";
}

.fa-symbols {
  --fa: "";
  --fa--fa: "";
}

.fa-icons-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-copyright {
  --fa: "";
  --fa--fa: "";
}

.fa-flask-gear {
  --fa: "";
  --fa--fa: "";
}

.fa-highlighter-line {
  --fa: "";
  --fa--fa: "";
}

.fa-bracket-square {
  --fa: "[";
  --fa--fa: "[[";
}

.fa-bracket {
  --fa: "[";
  --fa--fa: "[[";
}

.fa-bracket-left {
  --fa: "[";
  --fa--fa: "[[";
}

.fa-island-tropical {
  --fa: "";
  --fa--fa: "";
}

.fa-island-tree-palm {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-from-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-from-left {
  --fa: "";
  --fa--fa: "";
}

.fa-h2 {
  --fa: "";
  --fa--fa: "";
}

.fa-equals {
  --fa: "=";
  --fa--fa: "==";
}

.fa-cake-slice {
  --fa: "";
  --fa--fa: "";
}

.fa-shortcake {
  --fa: "";
  --fa--fa: "";
}

.fa-building-magnifying-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-peanut {
  --fa: "";
  --fa--fa: "";
}

.fa-wrench-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-blender {
  --fa: "";
  --fa--fa: "";
}

.fa-teeth {
  --fa: "";
  --fa--fa: "";
}

.fa-tally-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-shekel-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-ils {
  --fa: "";
  --fa--fa: "";
}

.fa-shekel {
  --fa: "";
  --fa--fa: "";
}

.fa-sheqel {
  --fa: "";
  --fa--fa: "";
}

.fa-sheqel-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-cars {
  --fa: "";
  --fa--fa: "";
}

.fa-axe-battle {
  --fa: "";
  --fa--fa: "";
}

.fa-user-hair-long {
  --fa: "";
  --fa--fa: "";
}

.fa-map {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-left-from-arc {
  --fa: "";
  --fa--fa: "";
}

.fa-file-circle-info {
  --fa: "";
  --fa--fa: "";
}

.fa-face-disappointed {
  --fa: "";
  --fa--fa: "";
}

.fa-lasso-sparkles {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-eleven {
  --fa: "";
  --fa--fa: "";
}

.fa-rocket {
  --fa: "";
  --fa--fa: "";
}

.fa-siren-on {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-ten {
  --fa: "";
  --fa--fa: "";
}

.fa-candle-holder {
  --fa: "";
  --fa--fa: "";
}

.fa-video-arrow-down-left {
  --fa: "";
  --fa--fa: "";
}

.fa-photo-film {
  --fa: "";
  --fa--fa: "";
}

.fa-photo-video {
  --fa: "";
  --fa--fa: "";
}

.fa-floppy-disk-circle-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-save-circle-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-hexagon-nodes-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-planet-moon {
  --fa: "";
  --fa--fa: "";
}

.fa-face-eyes-xmarks {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-scatter {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-gf {
  --fa: "";
  --fa--fa: "";
}

.fa-display-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-store {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-trend-up {
  --fa: "";
  --fa--fa: "";
}

.fa-plug-circle-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-olive-branch {
  --fa: "";
  --fa--fa: "";
}

.fa-angle {
  --fa: "";
  --fa--fa: "";
}

.fa-vacuum-robot {
  --fa: "";
  --fa--fa: "";
}

.fa-sign-hanging {
  --fa: "";
  --fa--fa: "";
}

.fa-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-square-divide {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-check {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-stream-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-bezier-curve {
  --fa: "";
  --fa--fa: "";
}

.fa-eye-dropper-half {
  --fa: "";
  --fa--fa: "";
}

.fa-store-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-bell-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-bolt-sun {
  --fa: "";
  --fa--fa: "";
}

.fa-thunderstorm-sun {
  --fa: "";
  --fa--fa: "";
}

.fa-camera-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-quote {
  --fa: "";
  --fa--fa: "";
}

.fa-tablet {
  --fa: "";
  --fa--fa: "";
}

.fa-tablet-android {
  --fa: "";
  --fa--fa: "";
}

.fa-school-flag {
  --fa: "";
  --fa--fa: "";
}

.fa-message-code {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-half {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-half-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-half-full {
  --fa: "";
  --fa--fa: "";
}

.fa-fill {
  --fa: "";
  --fa--fa: "";
}

.fa-message-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-angle-up {
  --fa: "";
  --fa--fa: "";
}

.fa-dinosaur {
  --fa: "";
  --fa--fa: "";
}

.fa-drumstick-bite {
  --fa: "";
  --fa--fa: "";
}

.fa-link-horizontal-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-chain-horizontal-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-holly-berry {
  --fa: "";
  --fa--fa: "";
}

.fa-nose {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-left-to-arc {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-left {
  --fa: "";
  --fa--fa: "";
}

.fa-bacteria {
  --fa: "";
  --fa--fa: "";
}

.fa-clouds {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-lizard {
  --fa: "";
  --fa--fa: "";
}

.fa-table-pivot {
  --fa: "";
  --fa--fa: "";
}

.fa-filter-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-can-undo {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-can-arrow-turn-left {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-undo-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-notdef {
  --fa: "";
  --fa--fa: "";
}

.fa-disease {
  --fa: "";
  --fa--fa: "";
}

.fa-person-to-door {
  --fa: "";
  --fa--fa: "";
}

.fa-turntable {
  --fa: "";
  --fa--fa: "";
}

.fa-briefcase-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-genderless {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-right {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-weak {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-five {
  --fa: "";
  --fa--fa: "";
}

.fa-retweet {
  --fa: "";
  --fa--fa: "";
}

.fa-car-rear {
  --fa: "";
  --fa--fa: "";
}

.fa-car-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-pump-soap {
  --fa: "";
  --fa--fa: "";
}

.fa-computer-classic {
  --fa: "";
  --fa--fa: "";
}

.fa-frame {
  --fa: "";
  --fa--fa: "";
}

.fa-video-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-quarter {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-ellipsis-stroke {
  --fa: "";
  --fa--fa: "";
}

.fa-ellipsis-h-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-radio {
  --fa: "";
  --fa--fa: "";
}

.fa-baby-carriage {
  --fa: "";
  --fa--fa: "";
}

.fa-carriage-baby {
  --fa: "";
  --fa--fa: "";
}

.fa-face-expressionless {
  --fa: "";
  --fa--fa: "";
}

.fa-down-to-dotted-line {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-music {
  --fa: "";
  --fa--fa: "";
}

.fa-traffic-light {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-vr-cardboard {
  --fa: "";
  --fa--fa: "";
}

.fa-car-tilt {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-circle-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-brightness-low {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-middle-finger {
  --fa: "";
  --fa--fa: "";
}

.fa-percent {
  --fa: "%";
  --fa--fa: "%%";
}

.fa-percentage {
  --fa: "%";
  --fa--fa: "%%";
}

.fa-truck-moving {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-water-droplet {
  --fa: "";
  --fa--fa: "";
}

.fa-conveyor-belt {
  --fa: "";
  --fa--fa: "";
}

.fa-location-check {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marker-check {
  --fa: "";
  --fa--fa: "";
}

.fa-coin-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-display {
  --fa: "";
  --fa--fa: "";
}

.fa-person-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-face-smile {
  --fa: "";
  --fa--fa: "";
}

.fa-smile {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-hangup {
  --fa: "";
  --fa--fa: "";
}

.fa-signature-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-thumbtack {
  --fa: "";
  --fa--fa: "";
}

.fa-thumb-tack {
  --fa: "";
  --fa--fa: "";
}

.fa-wheat-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-trophy {
  --fa: "";
  --fa--fa: "";
}

.fa-clouds-sun {
  --fa: "";
  --fa--fa: "";
}

.fa-person-praying {
  --fa: "";
  --fa--fa: "";
}

.fa-pray {
  --fa: "";
  --fa--fa: "";
}

.fa-hammer {
  --fa: "";
  --fa--fa: "";
}

.fa-face-vomit {
  --fa: "";
  --fa--fa: "";
}

.fa-speakers {
  --fa: "";
  --fa--fa: "";
}

.fa-tty-answer {
  --fa: "";
  --fa--fa: "";
}

.fa-teletype-answer {
  --fa: "";
  --fa--fa: "";
}

.fa-mug-tea-saucer {
  --fa: "";
  --fa--fa: "";
}

.fa-diagram-lean-canvas {
  --fa: "";
  --fa--fa: "";
}

.fa-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-dial {
  --fa: "";
  --fa--fa: "";
}

.fa-dial-med-high {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-peace {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-trash {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-rotate {
  --fa: "";
  --fa--fa: "";
}

.fa-sync-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-quarters {
  --fa: "";
  --fa--fa: "";
}

.fa-spinner {
  --fa: "";
  --fa--fa: "";
}

.fa-tower-control {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-triangle-square {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-shapes-up {
  --fa: "";
  --fa--fa: "";
}

.fa-whale {
  --fa: "";
  --fa--fa: "";
}

.fa-robot {
  --fa: "";
  --fa--fa: "";
}

.fa-peace {
  --fa: "";
  --fa--fa: "";
}

.fa-party-horn {
  --fa: "";
  --fa--fa: "";
}

.fa-gears {
  --fa: "";
  --fa--fa: "";
}

.fa-cogs {
  --fa: "";
  --fa--fa: "";
}

.fa-sun-bright {
  --fa: "";
  --fa--fa: "";
}

.fa-sun-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-warehouse {
  --fa: "";
  --fa--fa: "";
}

.fa-conveyor-belt-arm {
  --fa: "";
  --fa--fa: "";
}

.fa-lock-keyhole-open {
  --fa: "";
  --fa--fa: "";
}

.fa-lock-open-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-square-fragile {
  --fa: "";
  --fa--fa: "";
}

.fa-box-fragile {
  --fa: "";
  --fa--fa: "";
}

.fa-square-wine-glass-crack {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-right-dots {
  --fa: "";
  --fa--fa: "";
}

.fa-square-n {
  --fa: "";
  --fa--fa: "";
}

.fa-splotch {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-hearts {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-hearts {
  --fa: "";
  --fa--fa: "";
}

.fa-meter {
  --fa: "";
  --fa--fa: "";
}

.fa-mandolin {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-four {
  --fa: "";
  --fa--fa: "";
}

.fa-sim-card {
  --fa: "";
  --fa--fa: "";
}

.fa-transgender {
  --fa: "";
  --fa--fa: "";
}

.fa-transgender-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-mercury {
  --fa: "";
  --fa--fa: "";
}

.fa-up-from-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-knife-kitchen {
  --fa: "";
  --fa--fa: "";
}

.fa-border-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-turn-down {
  --fa: "";
  --fa--fa: "";
}

.fa-level-down {
  --fa: "";
  --fa--fa: "";
}

.fa-spade {
  --fa: "";
  --fa--fa: "";
}

.fa-card-spade {
  --fa: "";
  --fa--fa: "";
}

.fa-line-columns {
  --fa: "";
  --fa--fa: "";
}

.fa-ant {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-to-right {
  --fa: "";
  --fa--fa: "";
}

.fa-person-falling-burst {
  --fa: "";
  --fa--fa: "";
}

.fa-flag-pennant {
  --fa: "";
  --fa--fa: "";
}

.fa-pennant {
  --fa: "";
  --fa--fa: "";
}

.fa-conveyor-belt-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-user-group-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-award {
  --fa: "";
  --fa--fa: "";
}

.fa-ticket-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-ticket-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-building {
  --fa: "";
  --fa--fa: "";
}

.fa-angles-left {
  --fa: "";
  --fa--fa: "";
}

.fa-angle-double-left {
  --fa: "";
  --fa--fa: "";
}

.fa-camcorder {
  --fa: "";
  --fa--fa: "";
}

.fa-video-handheld {
  --fa: "";
  --fa--fa: "";
}

.fa-pancakes {
  --fa: "";
  --fa--fa: "";
}

.fa-album-circle-user {
  --fa: "";
  --fa--fa: "";
}

.fa-subtitles-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-qrcode {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-d10 {
  --fa: "";
  --fa--fa: "";
}

.fa-fireplace {
  --fa: "";
  --fa--fa: "";
}

.fa-browser {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-paintbrush {
  --fa: "";
  --fa--fa: "";
}

.fa-pencil-paintbrush {
  --fa: "";
  --fa--fa: "";
}

.fa-fish-cooked {
  --fa: "";
  --fa--fa: "";
}

.fa-chair-office {
  --fa: "";
  --fa--fa: "";
}

.fa-magnifying-glass-music {
  --fa: "";
  --fa--fa: "";
}

.fa-nesting-dolls {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-rotate-left {
  --fa: "";
  --fa--fa: "";
}

.fa-history {
  --fa: "";
  --fa--fa: "";
}

.fa-trumpet {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-beam-sweat {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-beam-sweat {
  --fa: "";
  --fa--fa: "";
}

.fa-fire-smoke {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-missed {
  --fa: "";
  --fa--fa: "";
}

.fa-file-export {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-from-file {
  --fa: "";
  --fa--fa: "";
}

.fa-shield {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-short-wide {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-amount-up-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-repeat-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-repeat-1-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-gun-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-avocado {
  --fa: "";
  --fa--fa: "";
}

.fa-binary {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-nodes {
  --fa: "";
  --fa--fa: "";
}

.fa-glasses-round {
  --fa: "";
  --fa--fa: "";
}

.fa-glasses-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-ditto {
  --fa: '"';
  --fa--fa: '""';
}

.fa-person-seat {
  --fa: "";
  --fa--fa: "";
}

.fa-house-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-golf-ball-tee {
  --fa: "";
  --fa--fa: "";
}

.fa-golf-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-chevron-left {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-circle-left {
  --fa: "";
  --fa--fa: "";
}

.fa-house-chimney-window {
  --fa: "";
  --fa--fa: "";
}

.fa-scythe {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-nib {
  --fa: "";
  --fa--fa: "";
}

.fa-ban-parking {
  --fa: "";
  --fa--fa: "";
}

.fa-parking-circle-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-tent-arrow-turn-left {
  --fa: "";
  --fa--fa: "";
}

.fa-face-diagonal-mouth {
  --fa: "";
  --fa--fa: "";
}

.fa-diagram-cells {
  --fa: "";
  --fa--fa: "";
}

.fa-cricket-bat-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-cricket {
  --fa: "";
  --fa--fa: "";
}

.fa-tents {
  --fa: "";
  --fa--fa: "";
}

.fa-wand-magic {
  --fa: "";
  --fa--fa: "";
}

.fa-magic {
  --fa: "";
  --fa--fa: "";
}

.fa-dog {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-line {
  --fa: "";
  --fa--fa: "";
}

.fa-atom-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-atom-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-ampersand {
  --fa: "&";
  --fa--fa: "&&";
}

.fa-carrot {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-from-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-from-bottom {
  --fa: "";
  --fa--fa: "";
}

.fa-moon {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-wine-glass-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-wine-glass-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-square-star {
  --fa: "";
  --fa--fa: "";
}

.fa-cheese {
  --fa: "";
  --fa--fa: "";
}

.fa-send-backward {
  --fa: "";
  --fa--fa: "";
}

.fa-yin-yang {
  --fa: "";
  --fa--fa: "";
}

.fa-music {
  --fa: "";
  --fa--fa: "";
}

.fa-compass-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-one {
  --fa: "";
  --fa--fa: "";
}

.fa-file-music {
  --fa: "";
  --fa--fa: "";
}

.fa-code-commit {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-low {
  --fa: "";
  --fa--fa: "";
}

.fa-person-biking {
  --fa: "";
  --fa--fa: "";
}

.fa-biking {
  --fa: "";
  --fa--fa: "";
}

.fa-display-chart-up-circle-currency {
  --fa: "";
  --fa--fa: "";
}

.fa-skeleton {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-g {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-arrow-up-left {
  --fa: "";
  --fa--fa: "";
}

.fa-coin-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-broom {
  --fa: "";
  --fa--fa: "";
}

.fa-vacuum {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-card-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-lightbulb-cfl-on {
  --fa: "";
  --fa--fa: "";
}

.fa-melon {
  --fa: "";
  --fa--fa: "";
}

.fa-gopuram {
  --fa: "";
  --fa--fa: "";
}

.fa-earth-oceania {
  --fa: "";
  --fa--fa: "";
}

.fa-globe-oceania {
  --fa: "";
  --fa--fa: "";
}

.fa-container-storage {
  --fa: "";
  --fa--fa: "";
}

.fa-face-pouting {
  --fa: "";
  --fa--fa: "";
}

.fa-square-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-times-square {
  --fa: "";
  --fa--fa: "";
}

.fa-xmark-square {
  --fa: "";
  --fa--fa: "";
}

.fa-face-explode {
  --fa: "";
  --fa--fa: "";
}

.fa-exploding-head {
  --fa: "";
  --fa--fa: "";
}

.fa-hashtag {
  --fa: "#";
  --fa--fa: "##";
}

.fa-up-right-and-down-left-from-center {
  --fa: "";
  --fa--fa: "";
}

.fa-expand-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-oil-can {
  --fa: "";
  --fa--fa: "";
}

.fa-t {
  --fa: "T";
  --fa--fa: "TT";
}

.fa-transformer-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-hippo {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-column {
  --fa: "";
  --fa--fa: "";
}

.fa-cassette-vhs {
  --fa: "";
  --fa--fa: "";
}

.fa-vhs {
  --fa: "";
  --fa--fa: "";
}

.fa-infinity {
  --fa: "";
  --fa--fa: "";
}

.fa-vial-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-chimney {
  --fa: "";
  --fa--fa: "";
}

.fa-object-intersect {
  --fa: "";
  --fa--fa: "";
}

.fa-person-arrow-down-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-voicemail {
  --fa: "";
  --fa--fa: "";
}

.fa-block-brick {
  --fa: "";
  --fa--fa: "";
}

.fa-wall-brick {
  --fa: "";
  --fa--fa: "";
}

.fa-fan {
  --fa: "";
  --fa--fa: "";
}

.fa-bags-shopping {
  --fa: "";
  --fa--fa: "";
}

.fa-paragraph-left {
  --fa: "";
  --fa--fa: "";
}

.fa-paragraph-rtl {
  --fa: "";
  --fa--fa: "";
}

.fa-person-walking-luggage {
  --fa: "";
  --fa--fa: "";
}

.fa-caravan-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-caravan-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-turtle {
  --fa: "";
  --fa--fa: "";
}

.fa-pencil-mechanical {
  --fa: "";
  --fa--fa: "";
}

.fa-up-down {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-alt-v {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-moon-rain {
  --fa: "";
  --fa--fa: "";
}

.fa-booth-curtain {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar {
  --fa: "";
  --fa--fa: "";
}

.fa-box-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-trailer {
  --fa: "";
  --fa--fa: "";
}

.fa-user-doctor-message {
  --fa: "";
  --fa--fa: "";
}

.fa-user-md-chat {
  --fa: "";
  --fa--fa: "";
}

.fa-bahai {
  --fa: "";
  --fa--fa: "";
}

.fa-haykal {
  --fa: "";
  --fa--fa: "";
}

.fa-lighthouse {
  --fa: "";
  --fa--fa: "";
}

.fa-amp-guitar {
  --fa: "";
  --fa--fa: "";
}

.fa-sd-card {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-border-bottom {
  --fa: "";
  --fa--fa: "";
}

.fa-wifi-weak {
  --fa: "";
  --fa--fa: "";
}

.fa-wifi-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-dragon {
  --fa: "";
  --fa--fa: "";
}

.fa-shoe-prints {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-plus-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-tongue-wink {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-tongue-wink {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding {
  --fa: "";
  --fa--fa: "";
}

.fa-plug-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-link-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-chain-broken {
  --fa: "";
  --fa--fa: "";
}

.fa-chain-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-unlink {
  --fa: "";
  --fa--fa: "";
}

.fa-clone {
  --fa: "";
  --fa--fa: "";
}

.fa-person-walking-arrow-loop-left {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-z-a {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-alpha-up-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-fire-flame-curved {
  --fa: "";
  --fa--fa: "";
}

.fa-fire-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-tornado {
  --fa: "";
  --fa--fa: "";
}

.fa-file-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-delete-right {
  --fa: "";
  --fa--fa: "";
}

.fa-book-quran {
  --fa: "";
  --fa--fa: "";
}

.fa-quran {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-quarter {
  --fa: "";
  --fa--fa: "";
}

.fa-anchor {
  --fa: "";
  --fa--fa: "";
}

.fa-border-all {
  --fa: "";
  --fa--fa: "";
}

.fa-function {
  --fa: "";
  --fa--fa: "";
}

.fa-face-angry {
  --fa: "";
  --fa--fa: "";
}

.fa-angry {
  --fa: "";
  --fa--fa: "";
}

.fa-people-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-cookie-bite {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-trend-down {
  --fa: "";
  --fa--fa: "";
}

.fa-rss {
  --fa: "";
  --fa--fa: "";
}

.fa-feed {
  --fa: "";
  --fa--fa: "";
}

.fa-face-monocle {
  --fa: "";
  --fa--fa: "";
}

.fa-draw-polygon {
  --fa: "";
  --fa--fa: "";
}

.fa-scale-balanced {
  --fa: "";
  --fa--fa: "";
}

.fa-balance-scale {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-lines {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-note {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-big-small {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-size-down {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-simple-high {
  --fa: "";
  --fa--fa: "";
}

.fa-tachometer {
  --fa: "";
  --fa--fa: "";
}

.fa-tachometer-fast {
  --fa: "";
  --fa--fa: "";
}

.fa-do-not-enter {
  --fa: "";
  --fa--fa: "";
}

.fa-shower {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-d8 {
  --fa: "";
  --fa--fa: "";
}

.fa-desktop {
  --fa: "";
  --fa--fa: "";
}

.fa-desktop-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-m {
  --fa: "M";
  --fa--fa: "MM";
}

.fa-spinner-scale {
  --fa: "";
  --fa--fa: "";
}

.fa-grip-dots-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-face-viewfinder {
  --fa: "";
  --fa--fa: "";
}

.fa-soft-serve {
  --fa: "";
  --fa--fa: "";
}

.fa-creemee {
  --fa: "";
  --fa--fa: "";
}

.fa-h5 {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-back-point-down {
  --fa: "";
  --fa--fa: "";
}

.fa-table-list {
  --fa: "";
  --fa--fa: "";
}

.fa-th-list {
  --fa: "";
  --fa--fa: "";
}

.fa-basket-shopping-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-sms {
  --fa: "";
  --fa--fa: "";
}

.fa-sms {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-landscape {
  --fa: "";
  --fa--fa: "";
}

.fa-clipboard-list-check {
  --fa: "";
  --fa--fa: "";
}

.fa-turkey {
  --fa: "";
  --fa--fa: "";
}

.fa-book {
  --fa: "";
  --fa--fa: "";
}

.fa-user-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-ice-skate {
  --fa: "";
  --fa--fa: "";
}

.fa-check {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-three-quarters {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-4 {
  --fa: "";
  --fa--fa: "";
}

.fa-tomato {
  --fa: "";
  --fa--fa: "";
}

.fa-sword-laser {
  --fa: "";
  --fa--fa: "";
}

.fa-house-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-buildings {
  --fa: "";
  --fa--fa: "";
}

.fa-angle-left {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-flatbed-boxes {
  --fa: "";
  --fa--fa: "";
}

.fa-dolly-flatbed-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-diagram-successor {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-square-w {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-split-up-and-left {
  --fa: "";
  --fa--fa: "";
}

.fa-lamp {
  --fa: "";
  --fa--fa: "";
}

.fa-airplay {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-fist {
  --fa: "";
  --fa--fa: "";
}

.fa-fist-raised {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-quartered {
  --fa: "";
  --fa--fa: "";
}

.fa-slash-forward {
  --fa: "/";
  --fa--fa: "//";
}

.fa-location-pen {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marker-edit {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-moon {
  --fa: "";
  --fa--fa: "";
}

.fa-pot-food {
  --fa: "";
  --fa--fa: "";
}

.fa-briefcase {
  --fa: "";
  --fa--fa: "";
}

.fa-person-falling {
  --fa: "";
  --fa--fa: "";
}

.fa-image-portrait {
  --fa: "";
  --fa--fa: "";
}

.fa-portrait {
  --fa: "";
  --fa--fa: "";
}

.fa-user-tag {
  --fa: "";
  --fa--fa: "";
}

.fa-rug {
  --fa: "";
  --fa--fa: "";
}

.fa-print-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-earth-europe {
  --fa: "";
  --fa--fa: "";
}

.fa-globe-europe {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-flatbed-suitcase {
  --fa: "";
  --fa--fa: "";
}

.fa-luggage-cart {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-back-point-ribbon {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-times {
  --fa: "";
  --fa--fa: "";
}

.fa-times-rectangle {
  --fa: "";
  --fa--fa: "";
}

.fa-window-close {
  --fa: "";
  --fa--fa: "";
}

.fa-tire-rugged {
  --fa: "";
  --fa--fa: "";
}

.fa-lightbulb-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-cowbell {
  --fa: "";
  --fa--fa: "";
}

.fa-baht-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-corner {
  --fa: "";
  --fa--fa: "";
}

.fa-chevrons-right {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-double-right {
  --fa: "";
  --fa--fa: "";
}

.fa-book-open {
  --fa: "";
  --fa--fa: "";
}

.fa-book-journal-whills {
  --fa: "";
  --fa--fa: "";
}

.fa-journal-whills {
  --fa: "";
  --fa--fa: "";
}

.fa-inhaler {
  --fa: "";
  --fa--fa: "";
}

.fa-handcuffs {
  --fa: "";
  --fa--fa: "";
}

.fa-snake {
  --fa: "";
  --fa--fa: "";
}

.fa-triangle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-exclamation-triangle {
  --fa: "";
  --fa--fa: "";
}

.fa-warning {
  --fa: "";
  --fa--fa: "";
}

.fa-note-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-database {
  --fa: "";
  --fa--fa: "";
}

.fa-down-left {
  --fa: "";
  --fa--fa: "";
}

.fa-share {
  --fa: "";
  --fa--fa: "";
}

.fa-mail-forward {
  --fa: "";
  --fa--fa: "";
}

.fa-face-thinking {
  --fa: "";
  --fa--fa: "";
}

.fa-turn-down-right {
  --fa: "";
  --fa--fa: "";
}

.fa-bottle-droplet {
  --fa: "";
  --fa--fa: "";
}

.fa-mask-face {
  --fa: "";
  --fa--fa: "";
}

.fa-hill-rockslide {
  --fa: "";
  --fa--fa: "";
}

.fa-scanner-keyboard {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-o {
  --fa: "";
  --fa--fa: "";
}

.fa-grid-horizontal {
  --fa: "";
  --fa--fa: "";
}

.fa-message-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-right-left {
  --fa: "";
  --fa--fa: "";
}

.fa-exchange-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-columns-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-paper-plane {
  --fa: "";
  --fa--fa: "";
}

.fa-road-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-dungeon {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-box {
  --fa: "";
  --fa--fa: "";
}

.fa-input-text {
  --fa: "";
  --fa--fa: "";
}

.fa-window-flip {
  --fa: "";
  --fa--fa: "";
}

.fa-window-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-align-right {
  --fa: "";
  --fa--fa: "";
}

.fa-scanner-gun {
  --fa: "";
  --fa--fa: "";
}

.fa-scanner {
  --fa: "";
  --fa--fa: "";
}

.fa-tire {
  --fa: "";
  --fa--fa: "";
}

.fa-engine {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill-1-wave {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill-wave-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-life-ring {
  --fa: "";
  --fa--fa: "";
}

.fa-hands {
  --fa: "";
  --fa--fa: "";
}

.fa-sign-language {
  --fa: "";
  --fa--fa: "";
}

.fa-signing {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-caret-right {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-circle-right {
  --fa: "";
  --fa--fa: "";
}

.fa-turn-left {
  --fa: "";
  --fa--fa: "";
}

.fa-wheat {
  --fa: "";
  --fa--fa: "";
}

.fa-file-spreadsheet {
  --fa: "";
  --fa--fa: "";
}

.fa-audio-description-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-bell-ring {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-day {
  --fa: "";
  --fa--fa: "";
}

.fa-water-ladder {
  --fa: "";
  --fa--fa: "";
}

.fa-ladder-water {
  --fa: "";
  --fa--fa: "";
}

.fa-swimming-pool {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-up-down {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-v {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-pawn-piece {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-pawn-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grimace {
  --fa: "";
  --fa--fa: "";
}

.fa-grimace {
  --fa: "";
  --fa--fa: "";
}

.fa-wheelchair-move {
  --fa: "";
  --fa--fa: "";
}

.fa-wheelchair-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-turn-down {
  --fa: "";
  --fa--fa: "";
}

.fa-level-down-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-square-s {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-barcode {
  --fa: "";
  --fa--fa: "";
}

.fa-barcode-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-person-walking-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-square-envelope {
  --fa: "";
  --fa--fa: "";
}

.fa-envelope-square {
  --fa: "";
  --fa--fa: "";
}

.fa-dice {
  --fa: "";
  --fa--fa: "";
}

.fa-unicorn {
  --fa: "";
  --fa--fa: "";
}

.fa-bowling-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-pompebled {
  --fa: "";
  --fa--fa: "";
}

.fa-brain {
  --fa: "";
  --fa--fa: "";
}

.fa-watch-smart {
  --fa: "";
  --fa--fa: "";
}

.fa-book-user {
  --fa: "";
  --fa--fa: "";
}

.fa-sensor-cloud {
  --fa: "";
  --fa--fa: "";
}

.fa-sensor-smoke {
  --fa: "";
  --fa--fa: "";
}

.fa-clapperboard-play {
  --fa: "";
  --fa--fa: "";
}

.fa-bandage {
  --fa: "";
  --fa--fa: "";
}

.fa-band-aid {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-times-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-xmark-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-4 {
  --fa: "";
  --fa--fa: "";
}

.fa-gifts {
  --fa: "";
  --fa--fa: "";
}

.fa-album-collection {
  --fa: "";
  --fa--fa: "";
}

.fa-hotel {
  --fa: "";
  --fa--fa: "";
}

.fa-earth-asia {
  --fa: "";
  --fa--fa: "";
}

.fa-globe-asia {
  --fa: "";
  --fa--fa: "";
}

.fa-id-card-clip {
  --fa: "";
  --fa--fa: "";
}

.fa-id-card-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-magnifying-glass-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-search-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-thumbs-up {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-showers {
  --fa: "";
  --fa--fa: "";
}

.fa-user-clock {
  --fa: "";
  --fa--fa: "";
}

.fa-onion {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-twelve-thirty {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-to-dotted-line {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-dots {
  --fa: "";
  --fa--fa: "";
}

.fa-allergies {
  --fa: "";
  --fa--fa: "";
}

.fa-file-invoice {
  --fa: "";
  --fa--fa: "";
}

.fa-window-minimize {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-wide {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-garlic {
  --fa: "";
  --fa--fa: "";
}

.fa-mug-saucer {
  --fa: "";
  --fa--fa: "";
}

.fa-coffee {
  --fa: "";
  --fa--fa: "";
}

.fa-brush {
  --fa: "";
  --fa--fa: "";
}

.fa-file-half-dashed {
  --fa: "";
  --fa--fa: "";
}

.fa-tree-decorated {
  --fa: "";
  --fa--fa: "";
}

.fa-mask {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-magnifying-glass-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-search-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-flower {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-from-arc {
  --fa: "";
  --fa--fa: "";
}

.fa-right-left-large {
  --fa: "";
  --fa--fa: "";
}

.fa-ruler-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-circles-overlap {
  --fa: "";
  --fa--fa: "";
}

.fa-user-large {
  --fa: "";
  --fa--fa: "";
}

.fa-user-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-starship-freighter {
  --fa: "";
  --fa--fa: "";
}

.fa-train-tram {
  --fa: "";
  --fa--fa: "";
}

.fa-bridge-suspension {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-check {
  --fa: "";
  --fa--fa: "";
}

.fa-user-nurse {
  --fa: "";
  --fa--fa: "";
}

.fa-boombox {
  --fa: "";
  --fa--fa: "";
}

.fa-syringe {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-sun {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-stopwatch-20 {
  --fa: "";
  --fa--fa: "";
}

.fa-square-full {
  --fa: "";
  --fa--fa: "";
}

.fa-grip-dots {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-swirl {
  --fa: "";
  --fa--fa: "";
}

.fa-falafel {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-magnet {
  --fa: "";
  --fa--fa: "";
}

.fa-jar {
  --fa: "";
  --fa--fa: "";
}

.fa-gramophone {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-d12 {
  --fa: "";
  --fa--fa: "";
}

.fa-note-sticky {
  --fa: "";
  --fa--fa: "";
}

.fa-sticky-note {
  --fa: "";
  --fa--fa: "";
}

.fa-down {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-down {
  --fa: "";
  --fa--fa: "";
}

.fa-hundred-points {
  --fa: "";
  --fa--fa: "";
}

.fa-100 {
  --fa: "";
  --fa--fa: "";
}

.fa-paperclip-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-wind-warning {
  --fa: "";
  --fa--fa: "";
}

.fa-wind-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-location-pin-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marker-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-face-sad-sweat {
  --fa: "";
  --fa--fa: "";
}

.fa-bug-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-cupcake {
  --fa: "";
  --fa--fa: "";
}

.fa-light-switch-off {
  --fa: "";
  --fa--fa: "";
}

.fa-toggle-large-off {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-fancy-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-container {
  --fa: "";
  --fa--fa: "";
}

.fa-boot {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-from-water-pump {
  --fa: "";
  --fa--fa: "";
}

.fa-file-check {
  --fa: "";
  --fa--fa: "";
}

.fa-bone {
  --fa: "";
  --fa--fa: "";
}

.fa-cards-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-bench-tree {
  --fa: "";
  --fa--fa: "";
}

.fa-keyboard-brightness-low {
  --fa: "";
  --fa--fa: "";
}

.fa-ski-boot-ski {
  --fa: "";
  --fa--fa: "";
}

.fa-brain-circuit {
  --fa: "";
  --fa--fa: "";
}

.fa-table-cells-row-unlock {
  --fa: "";
  --fa--fa: "";
}

.fa-user-injured {
  --fa: "";
  --fa--fa: "";
}

.fa-block-brick-fire {
  --fa: "";
  --fa--fa: "";
}

.fa-firewall {
  --fa: "";
  --fa--fa: "";
}

.fa-face-sad-tear {
  --fa: "";
  --fa--fa: "";
}

.fa-sad-tear {
  --fa: "";
  --fa--fa: "";
}

.fa-plane {
  --fa: "";
  --fa--fa: "";
}

.fa-tent-arrows-down {
  --fa: "";
  --fa--fa: "";
}

.fa-exclamation {
  --fa: "!";
  --fa--fa: "!!";
}

.fa-arrows-spin {
  --fa: "";
  --fa--fa: "";
}

.fa-face-smile-relaxed {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-times {
  --fa: "";
  --fa--fa: "";
}

.fa-print {
  --fa: "";
  --fa--fa: "";
}

.fa-turkish-lira-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-try {
  --fa: "";
  --fa--fa: "";
}

.fa-turkish-lira {
  --fa: "";
  --fa--fa: "";
}

.fa-face-nose-steam {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-waveform-lines {
  --fa: "";
  --fa--fa: "";
}

.fa-waveform-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-dollar-sign {
  --fa: "$";
  --fa--fa: "$$";
}

.fa-dollar {
  --fa: "$";
  --fa--fa: "$$";
}

.fa-usd {
  --fa: "$";
  --fa--fa: "$$";
}

.fa-ferris-wheel {
  --fa: "";
  --fa--fa: "";
}

.fa-computer-speaker {
  --fa: "";
  --fa--fa: "";
}

.fa-skull-cow {
  --fa: "";
  --fa--fa: "";
}

.fa-x {
  --fa: "X";
  --fa--fa: "XX";
}

.fa-magnifying-glass-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-search-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-users-gear {
  --fa: "";
  --fa--fa: "";
}

.fa-users-cog {
  --fa: "";
  --fa--fa: "";
}

.fa-person-military-pointing {
  --fa: "";
  --fa--fa: "";
}

.fa-building-columns {
  --fa: "";
  --fa--fa: "";
}

.fa-bank {
  --fa: "";
  --fa--fa: "";
}

.fa-institution {
  --fa: "";
  --fa--fa: "";
}

.fa-museum {
  --fa: "";
  --fa--fa: "";
}

.fa-university {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-t {
  --fa: "";
  --fa--fa: "";
}

.fa-sack {
  --fa: "";
  --fa--fa: "";
}

.fa-grid-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-camera-cctv {
  --fa: "";
  --fa--fa: "";
}

.fa-cctv {
  --fa: "";
  --fa--fa: "";
}

.fa-umbrella {
  --fa: "";
  --fa--fa: "";
}

.fa-trowel {
  --fa: "";
  --fa--fa: "";
}

.fa-horizontal-rule {
  --fa: "";
  --fa--fa: "";
}

.fa-bed-front {
  --fa: "";
  --fa--fa: "";
}

.fa-bed-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-d {
  --fa: "D";
  --fa--fa: "DD";
}

.fa-stapler {
  --fa: "";
  --fa--fa: "";
}

.fa-masks-theater {
  --fa: "";
  --fa--fa: "";
}

.fa-theater-masks {
  --fa: "";
  --fa--fa: "";
}

.fa-file-gif {
  --fa: "";
  --fa--fa: "";
}

.fa-kip-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-face-woozy {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-question {
  --fa: "";
  --fa--fa: "";
}

.fa-pineapple {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-point-left {
  --fa: "";
  --fa--fa: "";
}

.fa-gallery-thumbnails {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-j {
  --fa: "";
  --fa--fa: "";
}

.fa-eyes {
  --fa: "";
  --fa--fa: "";
}

.fa-handshake-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-handshake-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-page-caret-up {
  --fa: "";
  --fa--fa: "";
}

.fa-file-caret-up {
  --fa: "";
  --fa--fa: "";
}

.fa-jet-fighter {
  --fa: "";
  --fa--fa: "";
}

.fa-fighter-jet {
  --fa: "";
  --fa--fa: "";
}

.fa-comet {
  --fa: "";
  --fa--fa: "";
}

.fa-square-share-nodes {
  --fa: "";
  --fa--fa: "";
}

.fa-share-alt-square {
  --fa: "";
  --fa--fa: "";
}

.fa-reflect-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-keyhole {
  --fa: "";
  --fa--fa: "";
}

.fa-file-mp4 {
  --fa: "";
  --fa--fa: "";
}

.fa-barcode {
  --fa: "";
  --fa--fa: "";
}

.fa-bulldozer {
  --fa: "";
  --fa--fa: "";
}

.fa-plus-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-square-sliders-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-sliders-v-square {
  --fa: "";
  --fa--fa: "";
}

.fa-video {
  --fa: "";
  --fa--fa: "";
}

.fa-video-camera {
  --fa: "";
  --fa--fa: "";
}

.fa-message-middle {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-middle-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-graduation-cap {
  --fa: "";
  --fa--fa: "";
}

.fa-mortar-board {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-person-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-square-z {
  --fa: "";
  --fa--fa: "";
}

.fa-message-text {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-text {
  --fa: "";
  --fa--fa: "";
}

.fa-turn-up {
  --fa: "";
  --fa--fa: "";
}

.fa-level-up-alt {
  --fa: "";
  --fa--fa: "";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero {
  --fa: "";
}

.fa-hooli {
  --fa: "";
}

.fa-yelp {
  --fa: "";
}

.fa-cc-visa {
  --fa: "";
}

.fa-lastfm {
  --fa: "";
}

.fa-shopware {
  --fa: "";
}

.fa-creative-commons-nc {
  --fa: "";
}

.fa-aws {
  --fa: "";
}

.fa-redhat {
  --fa: "";
}

.fa-yoast {
  --fa: "";
}

.fa-cloudflare {
  --fa: "";
}

.fa-ups {
  --fa: "";
}

.fa-pixiv {
  --fa: "";
}

.fa-wpexplorer {
  --fa: "";
}

.fa-dyalog {
  --fa: "";
}

.fa-bity {
  --fa: "";
}

.fa-stackpath {
  --fa: "";
}

.fa-buysellads {
  --fa: "";
}

.fa-first-order {
  --fa: "";
}

.fa-modx {
  --fa: "";
}

.fa-guilded {
  --fa: "";
}

.fa-vnv {
  --fa: "";
}

.fa-square-js {
  --fa: "";
}

.fa-js-square {
  --fa: "";
}

.fa-microsoft {
  --fa: "";
}

.fa-qq {
  --fa: "";
}

.fa-orcid {
  --fa: "";
}

.fa-java {
  --fa: "";
}

.fa-invision {
  --fa: "";
}

.fa-creative-commons-pd-alt {
  --fa: "";
}

.fa-centercode {
  --fa: "";
}

.fa-glide-g {
  --fa: "";
}

.fa-drupal {
  --fa: "";
}

.fa-jxl {
  --fa: "";
}

.fa-dart-lang {
  --fa: "";
}

.fa-hire-a-helper {
  --fa: "";
}

.fa-creative-commons-by {
  --fa: "";
}

.fa-unity {
  --fa: "";
}

.fa-whmcs {
  --fa: "";
}

.fa-rocketchat {
  --fa: "";
}

.fa-vk {
  --fa: "";
}

.fa-untappd {
  --fa: "";
}

.fa-mailchimp {
  --fa: "";
}

.fa-css3-alt {
  --fa: "";
}

.fa-square-reddit {
  --fa: "";
}

.fa-reddit-square {
  --fa: "";
}

.fa-vimeo-v {
  --fa: "";
}

.fa-contao {
  --fa: "";
}

.fa-square-font-awesome {
  --fa: "";
}

.fa-deskpro {
  --fa: "";
}

.fa-brave {
  --fa: "";
}

.fa-sistrix {
  --fa: "";
}

.fa-square-instagram {
  --fa: "";
}

.fa-instagram-square {
  --fa: "";
}

.fa-battle-net {
  --fa: "";
}

.fa-the-red-yeti {
  --fa: "";
}

.fa-square-hacker-news {
  --fa: "";
}

.fa-hacker-news-square {
  --fa: "";
}

.fa-edge {
  --fa: "";
}

.fa-threads {
  --fa: "";
}

.fa-napster {
  --fa: "";
}

.fa-square-snapchat {
  --fa: "";
}

.fa-snapchat-square {
  --fa: "";
}

.fa-google-plus-g {
  --fa: "";
}

.fa-artstation {
  --fa: "";
}

.fa-markdown {
  --fa: "";
}

.fa-sourcetree {
  --fa: "";
}

.fa-google-plus {
  --fa: "";
}

.fa-diaspora {
  --fa: "";
}

.fa-foursquare {
  --fa: "";
}

.fa-stack-overflow {
  --fa: "";
}

.fa-github-alt {
  --fa: "";
}

.fa-phoenix-squadron {
  --fa: "";
}

.fa-pagelines {
  --fa: "";
}

.fa-algolia {
  --fa: "";
}

.fa-red-river {
  --fa: "";
}

.fa-creative-commons-sa {
  --fa: "";
}

.fa-safari {
  --fa: "";
}

.fa-google {
  --fa: "";
}

.fa-square-font-awesome-stroke {
  --fa: "";
}

.fa-font-awesome-alt {
  --fa: "";
}

.fa-atlassian {
  --fa: "";
}

.fa-linkedin-in {
  --fa: "";
}

.fa-digital-ocean {
  --fa: "";
}

.fa-nimblr {
  --fa: "";
}

.fa-chromecast {
  --fa: "";
}

.fa-evernote {
  --fa: "";
}

.fa-hacker-news {
  --fa: "";
}

.fa-creative-commons-sampling {
  --fa: "";
}

.fa-adversal {
  --fa: "";
}

.fa-creative-commons {
  --fa: "";
}

.fa-watchman-monitoring {
  --fa: "";
}

.fa-fonticons {
  --fa: "";
}

.fa-weixin {
  --fa: "";
}

.fa-shirtsinbulk {
  --fa: "";
}

.fa-codepen {
  --fa: "";
}

.fa-git-alt {
  --fa: "";
}

.fa-lyft {
  --fa: "";
}

.fa-rev {
  --fa: "";
}

.fa-windows {
  --fa: "";
}

.fa-wizards-of-the-coast {
  --fa: "";
}

.fa-square-viadeo {
  --fa: "";
}

.fa-viadeo-square {
  --fa: "";
}

.fa-meetup {
  --fa: "";
}

.fa-centos {
  --fa: "";
}

.fa-adn {
  --fa: "";
}

.fa-cloudsmith {
  --fa: "";
}

.fa-opensuse {
  --fa: "";
}

.fa-pied-piper-alt {
  --fa: "";
}

.fa-square-dribbble {
  --fa: "";
}

.fa-dribbble-square {
  --fa: "";
}

.fa-codiepie {
  --fa: "";
}

.fa-node {
  --fa: "";
}

.fa-mix {
  --fa: "";
}

.fa-steam {
  --fa: "";
}

.fa-cc-apple-pay {
  --fa: "";
}

.fa-scribd {
  --fa: "";
}

.fa-debian {
  --fa: "";
}

.fa-openid {
  --fa: "";
}

.fa-instalod {
  --fa: "";
}

.fa-files-pinwheel {
  --fa: "";
}

.fa-expeditedssl {
  --fa: "";
}

.fa-sellcast {
  --fa: "";
}

.fa-square-twitter {
  --fa: "";
}

.fa-twitter-square {
  --fa: "";
}

.fa-r-project {
  --fa: "";
}

.fa-delicious {
  --fa: "";
}

.fa-freebsd {
  --fa: "";
}

.fa-vuejs {
  --fa: "";
}

.fa-accusoft {
  --fa: "";
}

.fa-ioxhost {
  --fa: "";
}

.fa-fonticons-fi {
  --fa: "";
}

.fa-app-store {
  --fa: "";
}

.fa-cc-mastercard {
  --fa: "";
}

.fa-itunes-note {
  --fa: "";
}

.fa-golang {
  --fa: "";
}

.fa-kickstarter {
  --fa: "";
}

.fa-square-kickstarter {
  --fa: "";
}

.fa-grav {
  --fa: "";
}

.fa-weibo {
  --fa: "";
}

.fa-uncharted {
  --fa: "";
}

.fa-firstdraft {
  --fa: "";
}

.fa-square-youtube {
  --fa: "";
}

.fa-youtube-square {
  --fa: "";
}

.fa-wikipedia-w {
  --fa: "";
}

.fa-wpressr {
  --fa: "";
}

.fa-rendact {
  --fa: "";
}

.fa-angellist {
  --fa: "";
}

.fa-galactic-republic {
  --fa: "";
}

.fa-nfc-directional {
  --fa: "";
}

.fa-skype {
  --fa: "";
}

.fa-joget {
  --fa: "";
}

.fa-fedora {
  --fa: "";
}

.fa-stripe-s {
  --fa: "";
}

.fa-meta {
  --fa: "";
}

.fa-laravel {
  --fa: "";
}

.fa-hotjar {
  --fa: "";
}

.fa-bluetooth-b {
  --fa: "";
}

.fa-square-letterboxd {
  --fa: "";
}

.fa-sticker-mule {
  --fa: "";
}

.fa-creative-commons-zero {
  --fa: "";
}

.fa-hips {
  --fa: "";
}

.fa-css {
  --fa: "";
}

.fa-behance {
  --fa: "";
}

.fa-reddit {
  --fa: "";
}

.fa-discord {
  --fa: "";
}

.fa-chrome {
  --fa: "";
}

.fa-app-store-ios {
  --fa: "";
}

.fa-cc-discover {
  --fa: "";
}

.fa-wpbeginner {
  --fa: "";
}

.fa-confluence {
  --fa: "";
}

.fa-shoelace {
  --fa: "";
}

.fa-mdb {
  --fa: "";
}

.fa-dochub {
  --fa: "";
}

.fa-accessible-icon {
  --fa: "";
}

.fa-ebay {
  --fa: "";
}

.fa-amazon {
  --fa: "";
}

.fa-unsplash {
  --fa: "";
}

.fa-yarn {
  --fa: "";
}

.fa-square-steam {
  --fa: "";
}

.fa-steam-square {
  --fa: "";
}

.fa-500px {
  --fa: "";
}

.fa-square-vimeo {
  --fa: "";
}

.fa-vimeo-square {
  --fa: "";
}

.fa-asymmetrik {
  --fa: "";
}

.fa-font-awesome {
  --fa: "";
}

.fa-font-awesome-flag {
  --fa: "";
}

.fa-font-awesome-logo-full {
  --fa: "";
}

.fa-gratipay {
  --fa: "";
}

.fa-apple {
  --fa: "";
}

.fa-hive {
  --fa: "";
}

.fa-gitkraken {
  --fa: "";
}

.fa-keybase {
  --fa: "";
}

.fa-apple-pay {
  --fa: "";
}

.fa-padlet {
  --fa: "";
}

.fa-amazon-pay {
  --fa: "";
}

.fa-square-github {
  --fa: "";
}

.fa-github-square {
  --fa: "";
}

.fa-stumbleupon {
  --fa: "";
}

.fa-fedex {
  --fa: "";
}

.fa-phoenix-framework {
  --fa: "";
}

.fa-shopify {
  --fa: "";
}

.fa-neos {
  --fa: "";
}

.fa-square-threads {
  --fa: "";
}

.fa-hackerrank {
  --fa: "";
}

.fa-researchgate {
  --fa: "";
}

.fa-swift {
  --fa: "";
}

.fa-angular {
  --fa: "";
}

.fa-speakap {
  --fa: "";
}

.fa-angrycreative {
  --fa: "";
}

.fa-y-combinator {
  --fa: "";
}

.fa-empire {
  --fa: "";
}

.fa-envira {
  --fa: "";
}

.fa-google-scholar {
  --fa: "";
}

.fa-square-gitlab {
  --fa: "";
}

.fa-gitlab-square {
  --fa: "";
}

.fa-studiovinari {
  --fa: "";
}

.fa-pied-piper {
  --fa: "";
}

.fa-wordpress {
  --fa: "";
}

.fa-product-hunt {
  --fa: "";
}

.fa-firefox {
  --fa: "";
}

.fa-linode {
  --fa: "";
}

.fa-goodreads {
  --fa: "";
}

.fa-square-odnoklassniki {
  --fa: "";
}

.fa-odnoklassniki-square {
  --fa: "";
}

.fa-jsfiddle {
  --fa: "";
}

.fa-sith {
  --fa: "";
}

.fa-themeisle {
  --fa: "";
}

.fa-page4 {
  --fa: "";
}

.fa-hashnode {
  --fa: "";
}

.fa-react {
  --fa: "";
}

.fa-cc-paypal {
  --fa: "";
}

.fa-squarespace {
  --fa: "";
}

.fa-cc-stripe {
  --fa: "";
}

.fa-creative-commons-share {
  --fa: "";
}

.fa-bitcoin {
  --fa: "";
}

.fa-keycdn {
  --fa: "";
}

.fa-opera {
  --fa: "";
}

.fa-itch-io {
  --fa: "";
}

.fa-umbraco {
  --fa: "";
}

.fa-galactic-senate {
  --fa: "";
}

.fa-ubuntu {
  --fa: "";
}

.fa-draft2digital {
  --fa: "";
}

.fa-stripe {
  --fa: "";
}

.fa-houzz {
  --fa: "";
}

.fa-gg {
  --fa: "";
}

.fa-dhl {
  --fa: "";
}

.fa-square-pinterest {
  --fa: "";
}

.fa-pinterest-square {
  --fa: "";
}

.fa-xing {
  --fa: "";
}

.fa-blackberry {
  --fa: "";
}

.fa-creative-commons-pd {
  --fa: "";
}

.fa-playstation {
  --fa: "";
}

.fa-quinscape {
  --fa: "";
}

.fa-less {
  --fa: "";
}

.fa-blogger-b {
  --fa: "";
}

.fa-opencart {
  --fa: "";
}

.fa-vine {
  --fa: "";
}

.fa-signal-messenger {
  --fa: "";
}

.fa-paypal {
  --fa: "";
}

.fa-gitlab {
  --fa: "";
}

.fa-typo3 {
  --fa: "";
}

.fa-reddit-alien {
  --fa: "";
}

.fa-yahoo {
  --fa: "";
}

.fa-dailymotion {
  --fa: "";
}

.fa-affiliatetheme {
  --fa: "";
}

.fa-pied-piper-pp {
  --fa: "";
}

.fa-bootstrap {
  --fa: "";
}

.fa-odnoklassniki {
  --fa: "";
}

.fa-nfc-symbol {
  --fa: "";
}

.fa-mintbit {
  --fa: "";
}

.fa-ethereum {
  --fa: "";
}

.fa-speaker-deck {
  --fa: "";
}

.fa-creative-commons-nc-eu {
  --fa: "";
}

.fa-patreon {
  --fa: "";
}

.fa-avianex {
  --fa: "";
}

.fa-ello {
  --fa: "";
}

.fa-gofore {
  --fa: "";
}

.fa-bimobject {
  --fa: "";
}

.fa-brave-reverse {
  --fa: "";
}

.fa-facebook-f {
  --fa: "";
}

.fa-square-google-plus {
  --fa: "";
}

.fa-google-plus-square {
  --fa: "";
}

.fa-web-awesome {
  --fa: "";
}

.fa-mandalorian {
  --fa: "";
}

.fa-first-order-alt {
  --fa: "";
}

.fa-osi {
  --fa: "";
}

.fa-google-wallet {
  --fa: "";
}

.fa-d-and-d-beyond {
  --fa: "";
}

.fa-periscope {
  --fa: "";
}

.fa-fulcrum {
  --fa: "";
}

.fa-cloudscale {
  --fa: "";
}

.fa-forumbee {
  --fa: "";
}

.fa-mizuni {
  --fa: "";
}

.fa-schlix {
  --fa: "";
}

.fa-square-xing {
  --fa: "";
}

.fa-xing-square {
  --fa: "";
}

.fa-bandcamp {
  --fa: "";
}

.fa-wpforms {
  --fa: "";
}

.fa-cloudversify {
  --fa: "";
}

.fa-usps {
  --fa: "";
}

.fa-megaport {
  --fa: "";
}

.fa-magento {
  --fa: "";
}

.fa-spotify {
  --fa: "";
}

.fa-optin-monster {
  --fa: "";
}

.fa-fly {
  --fa: "";
}

.fa-square-bluesky {
  --fa: "";
}

.fa-aviato {
  --fa: "";
}

.fa-itunes {
  --fa: "";
}

.fa-cuttlefish {
  --fa: "";
}

.fa-blogger {
  --fa: "";
}

.fa-flickr {
  --fa: "";
}

.fa-viber {
  --fa: "";
}

.fa-soundcloud {
  --fa: "";
}

.fa-digg {
  --fa: "";
}

.fa-tencent-weibo {
  --fa: "";
}

.fa-letterboxd {
  --fa: "";
}

.fa-symfony {
  --fa: "";
}

.fa-maxcdn {
  --fa: "";
}

.fa-etsy {
  --fa: "";
}

.fa-facebook-messenger {
  --fa: "";
}

.fa-audible {
  --fa: "";
}

.fa-think-peaks {
  --fa: "";
}

.fa-bilibili {
  --fa: "";
}

.fa-erlang {
  --fa: "";
}

.fa-x-twitter {
  --fa: "";
}

.fa-cotton-bureau {
  --fa: "";
}

.fa-dashcube {
  --fa: "";
}

.fa-42-group {
  --fa: "";
}

.fa-innosoft {
  --fa: "";
}

.fa-stack-exchange {
  --fa: "";
}

.fa-elementor {
  --fa: "";
}

.fa-square-pied-piper {
  --fa: "";
}

.fa-pied-piper-square {
  --fa: "";
}

.fa-creative-commons-nd {
  --fa: "";
}

.fa-palfed {
  --fa: "";
}

.fa-superpowers {
  --fa: "";
}

.fa-resolving {
  --fa: "";
}

.fa-xbox {
  --fa: "";
}

.fa-square-web-awesome-stroke {
  --fa: "";
}

.fa-searchengin {
  --fa: "";
}

.fa-tiktok {
  --fa: "";
}

.fa-square-facebook {
  --fa: "";
}

.fa-facebook-square {
  --fa: "";
}

.fa-renren {
  --fa: "";
}

.fa-linux {
  --fa: "";
}

.fa-glide {
  --fa: "";
}

.fa-linkedin {
  --fa: "";
}

.fa-hubspot {
  --fa: "";
}

.fa-deploydog {
  --fa: "";
}

.fa-twitch {
  --fa: "";
}

.fa-flutter {
  --fa: "";
}

.fa-ravelry {
  --fa: "";
}

.fa-mixer {
  --fa: "";
}

.fa-square-lastfm {
  --fa: "";
}

.fa-lastfm-square {
  --fa: "";
}

.fa-vimeo {
  --fa: "";
}

.fa-mendeley {
  --fa: "";
}

.fa-uniregistry {
  --fa: "";
}

.fa-figma {
  --fa: "";
}

.fa-creative-commons-remix {
  --fa: "";
}

.fa-cc-amazon-pay {
  --fa: "";
}

.fa-dropbox {
  --fa: "";
}

.fa-instagram {
  --fa: "";
}

.fa-cmplid {
  --fa: "";
}

.fa-upwork {
  --fa: "";
}

.fa-facebook {
  --fa: "";
}

.fa-gripfire {
  --fa: "";
}

.fa-jedi-order {
  --fa: "";
}

.fa-uikit {
  --fa: "";
}

.fa-fort-awesome-alt {
  --fa: "";
}

.fa-phabricator {
  --fa: "";
}

.fa-ussunnah {
  --fa: "";
}

.fa-earlybirds {
  --fa: "";
}

.fa-trade-federation {
  --fa: "";
}

.fa-autoprefixer {
  --fa: "";
}

.fa-whatsapp {
  --fa: "";
}

.fa-square-upwork {
  --fa: "";
}

.fa-slideshare {
  --fa: "";
}

.fa-google-play {
  --fa: "";
}

.fa-viadeo {
  --fa: "";
}

.fa-line {
  --fa: "";
}

.fa-google-drive {
  --fa: "";
}

.fa-servicestack {
  --fa: "";
}

.fa-simplybuilt {
  --fa: "";
}

.fa-bitbucket {
  --fa: "";
}

.fa-imdb {
  --fa: "";
}

.fa-deezer {
  --fa: "";
}

.fa-raspberry-pi {
  --fa: "";
}

.fa-jira {
  --fa: "";
}

.fa-docker {
  --fa: "";
}

.fa-screenpal {
  --fa: "";
}

.fa-bluetooth {
  --fa: "";
}

.fa-gitter {
  --fa: "";
}

.fa-d-and-d {
  --fa: "";
}

.fa-microblog {
  --fa: "";
}

.fa-cc-diners-club {
  --fa: "";
}

.fa-gg-circle {
  --fa: "";
}

.fa-pied-piper-hat {
  --fa: "";
}

.fa-kickstarter-k {
  --fa: "";
}

.fa-yandex {
  --fa: "";
}

.fa-readme {
  --fa: "";
}

.fa-html5 {
  --fa: "";
}

.fa-sellsy {
  --fa: "";
}

.fa-square-web-awesome {
  --fa: "";
}

.fa-sass {
  --fa: "";
}

.fa-wirsindhandwerk {
  --fa: "";
}

.fa-wsh {
  --fa: "";
}

.fa-buromobelexperte {
  --fa: "";
}

.fa-salesforce {
  --fa: "";
}

.fa-octopus-deploy {
  --fa: "";
}

.fa-medapps {
  --fa: "";
}

.fa-ns8 {
  --fa: "";
}

.fa-pinterest-p {
  --fa: "";
}

.fa-apper {
  --fa: "";
}

.fa-fort-awesome {
  --fa: "";
}

.fa-waze {
  --fa: "";
}

.fa-bluesky {
  --fa: "";
}

.fa-cc-jcb {
  --fa: "";
}

.fa-snapchat {
  --fa: "";
}

.fa-snapchat-ghost {
  --fa: "";
}

.fa-fantasy-flight-games {
  --fa: "";
}

.fa-rust {
  --fa: "";
}

.fa-wix {
  --fa: "";
}

.fa-square-behance {
  --fa: "";
}

.fa-behance-square {
  --fa: "";
}

.fa-supple {
  --fa: "";
}

.fa-webflow {
  --fa: "";
}

.fa-rebel {
  --fa: "";
}

.fa-css3 {
  --fa: "";
}

.fa-staylinked {
  --fa: "";
}

.fa-kaggle {
  --fa: "";
}

.fa-space-awesome {
  --fa: "";
}

.fa-deviantart {
  --fa: "";
}

.fa-cpanel {
  --fa: "";
}

.fa-goodreads-g {
  --fa: "";
}

.fa-square-git {
  --fa: "";
}

.fa-git-square {
  --fa: "";
}

.fa-square-tumblr {
  --fa: "";
}

.fa-tumblr-square {
  --fa: "";
}

.fa-trello {
  --fa: "";
}

.fa-creative-commons-nc-jp {
  --fa: "";
}

.fa-get-pocket {
  --fa: "";
}

.fa-perbyte {
  --fa: "";
}

.fa-grunt {
  --fa: "";
}

.fa-weebly {
  --fa: "";
}

.fa-connectdevelop {
  --fa: "";
}

.fa-leanpub {
  --fa: "";
}

.fa-black-tie {
  --fa: "";
}

.fa-themeco {
  --fa: "";
}

.fa-python {
  --fa: "";
}

.fa-android {
  --fa: "";
}

.fa-bots {
  --fa: "";
}

.fa-free-code-camp {
  --fa: "";
}

.fa-hornbill {
  --fa: "";
}

.fa-js {
  --fa: "";
}

.fa-ideal {
  --fa: "";
}

.fa-git {
  --fa: "";
}

.fa-dev {
  --fa: "";
}

.fa-sketch {
  --fa: "";
}

.fa-yandex-international {
  --fa: "";
}

.fa-cc-amex {
  --fa: "";
}

.fa-uber {
  --fa: "";
}

.fa-github {
  --fa: "";
}

.fa-php {
  --fa: "";
}

.fa-alipay {
  --fa: "";
}

.fa-youtube {
  --fa: "";
}

.fa-skyatlas {
  --fa: "";
}

.fa-firefox-browser {
  --fa: "";
}

.fa-replyd {
  --fa: "";
}

.fa-suse {
  --fa: "";
}

.fa-jenkins {
  --fa: "";
}

.fa-twitter {
  --fa: "";
}

.fa-rockrms {
  --fa: "";
}

.fa-pinterest {
  --fa: "";
}

.fa-buffer {
  --fa: "";
}

.fa-npm {
  --fa: "";
}

.fa-yammer {
  --fa: "";
}

.fa-btc {
  --fa: "";
}

.fa-dribbble {
  --fa: "";
}

.fa-stumbleupon-circle {
  --fa: "";
}

.fa-internet-explorer {
  --fa: "";
}

.fa-stubber {
  --fa: "";
}

.fa-telegram {
  --fa: "";
}

.fa-telegram-plane {
  --fa: "";
}

.fa-old-republic {
  --fa: "";
}

.fa-odysee {
  --fa: "";
}

.fa-square-whatsapp {
  --fa: "";
}

.fa-whatsapp-square {
  --fa: "";
}

.fa-node-js {
  --fa: "";
}

.fa-edge-legacy {
  --fa: "";
}

.fa-slack {
  --fa: "";
}

.fa-slack-hash {
  --fa: "";
}

.fa-medrt {
  --fa: "";
}

.fa-usb {
  --fa: "";
}

.fa-tumblr {
  --fa: "";
}

.fa-vaadin {
  --fa: "";
}

.fa-quora {
  --fa: "";
}

.fa-square-x-twitter {
  --fa: "";
}

.fa-reacteurope {
  --fa: "";
}

.fa-medium {
  --fa: "";
}

.fa-medium-m {
  --fa: "";
}

.fa-amilia {
  --fa: "";
}

.fa-mixcloud {
  --fa: "";
}

.fa-flipboard {
  --fa: "";
}

.fa-viacoin {
  --fa: "";
}

.fa-critical-role {
  --fa: "";
}

.fa-sitrox {
  --fa: "";
}

.fa-discourse {
  --fa: "";
}

.fa-joomla {
  --fa: "";
}

.fa-mastodon {
  --fa: "";
}

.fa-airbnb {
  --fa: "";
}

.fa-wolf-pack-battalion {
  --fa: "";
}

.fa-buy-n-large {
  --fa: "";
}

.fa-gulp {
  --fa: "";
}

.fa-creative-commons-sampling-plus {
  --fa: "";
}

.fa-strava {
  --fa: "";
}

.fa-ember {
  --fa: "";
}

.fa-canadian-maple-leaf {
  --fa: "";
}

.fa-teamspeak {
  --fa: "";
}

.fa-pushed {
  --fa: "";
}

.fa-wordpress-simple {
  --fa: "";
}

.fa-nutritionix {
  --fa: "";
}

.fa-wodu {
  --fa: "";
}

.fa-google-pay {
  --fa: "";
}

.fa-intercom {
  --fa: "";
}

.fa-zhihu {
  --fa: "";
}

.fa-korvue {
  --fa: "";
}

.fa-pix {
  --fa: "";
}

.fa-steam-symbol {
  --fa: "";
}

:root, :host {
  --fa-style-family-duotone: "Font Awesome 6 Duotone";
  --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
}

@font-face {
  font-family: "Font Awesome 6 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-duotone-900.woff2") format("woff2"), url("../webfonts/fa-duotone-900.ttf") format("truetype");
}
.fad,
.fa-duotone {
  position: relative;
  font-weight: 900;
  letter-spacing: normal;
}

.fad::before,
.fa-duotone::before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: var(--fa-primary-opacity, 1);
}

.fad::after,
.fa-duotone::after {
  color: var(--fa-secondary-color, inherit);
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .fad::before,
.fa-swap-opacity .fa-duotone::before,
.fad.fa-swap-opacity::before,
.fa-duotone.fa-swap-opacity::before {
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .fad::after,
.fa-swap-opacity .fa-duotone::after,
.fad.fa-swap-opacity::after,
.fa-duotone.fa-swap-opacity::after {
  opacity: var(--fa-primary-opacity, 1);
}

.fad.fa-inverse,
.fa-duotone.fa-inverse {
  color: var(--fa-inverse, #fff);
}

.fad.fa-stack-1x, .fad.fa-stack-2x,
.fa-duotone.fa-stack-1x, .fa-duotone.fa-stack-2x {
  position: absolute;
}

:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.ttf") format("truetype");
}
.fal,
.fa-light {
  font-weight: 300;
}

:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("../webfonts/fa-thin-100.woff2") format("woff2"), url("../webfonts/fa-thin-100.ttf") format("truetype");
}
.fat,
.fa-thin {
  font-weight: 100;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-display: block;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-display: block;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-display: block;
  font-weight: 300;
  src: url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-display: block;
  font-weight: 900;
  src: url("../webfonts/fa-duotone-900.woff2") format("woff2"), url("../webfonts/fa-duotone-900.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
  unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D, U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088, U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5, U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A, U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E, U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7, U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D, U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA, U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC;
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-v4compatibility.woff2") format("woff2"), url("../webfonts/fa-v4compatibility.ttf") format("truetype");
  unicode-range: U+F041, U+F047, U+F065-F066, U+F07D-F07E, U+F080, U+F08B, U+F08E, U+F090, U+F09A, U+F0AC, U+F0AE, U+F0B2, U+F0D0, U+F0D6, U+F0E4, U+F0EC, U+F10A-F10B, U+F123, U+F13E, U+F148-F149, U+F14C, U+F156, U+F15E, U+F160-F161, U+F163, U+F175-F178, U+F195, U+F1F8, U+F219, U+F27A;
}
@charset "UTF-8";
/*!
 * Webit Starterkit (https://webitinteractive.ca)
 * Copyright 2020 Webit Interactive Team
 */
/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

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

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

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

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*
    Dots plugin
*/
/*
    Navigation plugin
*/
.carousel {
  position: relative;
  box-sizing: border-box;
}
.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}
.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}
.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
  user-select: none;
}
.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}
.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}
.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel__button.is-prev {
  left: 10px;
}
.carousel__button.is-next {
  right: 10px;
}
.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}
.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

/*
  Thumbs plugin
*/
/* 3/2 */
/*
  HTML plugin
*/
/*
  Toolbar plugin
*/
html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}
.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}
.fancybox__container :focus {
  outline: none;
}
body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}
@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  /* For Safari */
  height: 100%;
  z-index: 10;
}
.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}
.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}
@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}
.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}
.fancybox__nav .carousel__button.is-next {
  right: 8px;
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}
@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}

/* Close button located inside content area */
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}
.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}
.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

/* Opening */
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

/* Closing */
.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

/* Both `throwOut` classes are for closing animation after dragging up/down */
.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}
.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}
.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  -webkit-user-select: none;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}
.is-closing .has-image .fancybox__content {
  overflow: visible;
}
.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
  /* Fix Mac OS Safari 11 - 13 */
}
.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}
.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}
.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}
.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}
.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}
.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}
.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}
.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  /* Keep aspect ratio */
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.006) 8.1%, hsla(0, 0%, 0%, 0.021) 15.5%, hsla(0, 0%, 0%, 0.046) 22.5%, hsla(0, 0%, 0%, 0.077) 29%, hsla(0, 0%, 0%, 0.114) 35.3%, hsla(0, 0%, 0%, 0.155) 41.2%, hsla(0, 0%, 0%, 0.198) 47.1%, hsla(0, 0%, 0%, 0.242) 52.9%, hsla(0, 0%, 0%, 0.285) 58.8%, hsla(0, 0%, 0%, 0.326) 64.7%, hsla(0, 0%, 0%, 0.363) 71%, hsla(0, 0%, 0%, 0.394) 77.5%, hsla(0, 0%, 0%, 0.419) 84.5%, hsla(0, 0%, 0%, 0.434) 91.9%, hsla(0, 0%, 0%, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}
@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}
.fancybox__toolbar__items {
  display: flex;
}
.fancybox__toolbar__items--left {
  margin-right: auto;
}
.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.fancybox__toolbar__items--right {
  margin-left: auto;
}
@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
  user-select: none;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  cursor: pointer;
}

/*
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  margin-right: 0.5em;
  display: inline-block;
  box-sizing: border-box;
  content: '';
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control.arrow-right::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control.arrow-right::before {
  border-top: 5px solid transparent;
  border-left: 0px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.5);
}
table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > th.dtr-control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}
  */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 0.333em;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control,
table.dataTable.dtr-column > tbody > tr > th.dtr-control,
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  cursor: pointer;
}

/*
table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  display: inline-block;
  box-sizing: border-box;
  content: '';
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control.arrow-right::before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control.arrow-right::before,
table.dataTable.dtr-column > tbody > tr > td.control.arrow-right::before,
table.dataTable.dtr-column > tbody > tr > th.control.arrow-right::before {
  border-top: 5px solid transparent;
  border-left: 0px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.5);
}
table.dataTable.dtr-column > tbody > tr.dtr-expanded td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.dtr-expanded th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.dtr-expanded td.control:before,
table.dataTable.dtr-column > tbody > tr.dtr-expanded th.control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}
  */
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

:root {
  --barba-transition-duration: 0.75;
}

.wb-barba-transition {
  position: fixed;
  overflow: hidden;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.wb-transition-spinner {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%; display: block; shape-rendering: auto;" width="200px" height="200px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"> <g transform="translate(80,50)"> <g transform="rotate(0)"> <circle cx="0" cy="0" r="6" fill="white" fill-opacity="1"> <animateTransform attributeName="transform" type="scale" begin="-0.9166666666666666s" values="1 1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform> <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.9166666666666666s"></animate> </circle> </g> </g><g transform="translate(75.98076211353316,65)"> <g transform="rotate(29.999999999999996)"> <circle cx="0" cy="0" r="6" fill="white" fill-opacity="0.9166666666666666"> <animateTransform attributeName="transform" type="scale" begin="-0.8333333333333334s" values="1 1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform> <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.8333333333333334s"></animate> </circle> </g> </g><g transform="translate(65,75.98076211353316)"> <g transform="rotate(59.99999999999999)"> <circle cx="0" cy="0" r="6" fill="white" fill-opacity="0.8333333333333334"> <animateTransform attributeName="transform" type="scale" begin="-0.75s" values="1 1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform> <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.75s"></animate> </circle> </g> </g><g transform="translate(50,80)"> <g transform="rotate(90)"> <circle cx="0" cy="0" r="6" fill="white" fill-opacity="0.75"> <animateTransform attributeName="transform" type="scale" begin="-0.6666666666666666s" values="1 1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform> <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.6666666666666666s"></animate> </circle> </g> </g><g transform="translate(35.00000000000001,75.98076211353316)"> <g transform="rotate(119.99999999999999)"> <circle cx="0" cy="0" r="6" fill="white" fill-opacity="0.6666666666666666"> <animateTransform attributeName="transform" type="scale" begin="-0.5833333333333334s" values="1 1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform> <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.5833333333333334s"></animate> </circle> </g> </g><g transform="translate(24.01923788646684,65)"> <g transform="rotate(150.00000000000003)"> <circle cx="0" cy="0" r="6" fill="white" fill-opacity="0.5833333333333334"> <animateTransform attributeName="transform" type="scale" begin="-0.5s" values="1 1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform> <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.5s"></animate> </circle> </g> </g><g transform="translate(20,50.00000000000001)"> <g transform="rotate(180)"> <circle cx="0" cy="0" r="6" fill="white" fill-opacity="0.5"> <animateTransform attributeName="transform" type="scale" begin="-0.4166666666666667s" values="1 1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform> <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.4166666666666667s"></animate> </circle> </g> </g><g transform="translate(24.019237886466836,35.00000000000001)"> <g transform="rotate(209.99999999999997)"> <circle cx="0" cy="0" r="6" fill="white" fill-opacity="0.4166666666666667"> <animateTransform attributeName="transform" type="scale" begin="-0.3333333333333333s" values="1 1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform> <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.3333333333333333s"></animate> </circle> </g> </g><g transform="translate(34.999999999999986,24.019237886466847)"> <g transform="rotate(239.99999999999997)"> <circle cx="0" cy="0" r="6" fill="white" fill-opacity="0.3333333333333333"> <animateTransform attributeName="transform" type="scale" begin="-0.25s" values="1 1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform> <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.25s"></animate> </circle> </g> </g><g transform="translate(49.99999999999999,20)"> <g transform="rotate(270)"> <circle cx="0" cy="0" r="6" fill="white" fill-opacity="0.25"> <animateTransform attributeName="transform" type="scale" begin="-0.16666666666666666s" values="1 1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform> <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.16666666666666666s"></animate> </circle> </g> </g><g transform="translate(65,24.019237886466843)"> <g transform="rotate(300.00000000000006)"> <circle cx="0" cy="0" r="6" fill="white" fill-opacity="0.16666666666666666"> <animateTransform attributeName="transform" type="scale" begin="-0.08333333333333333s" values="1 1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform> <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.08333333333333333s"></animate> </circle> </g> </g><g transform="translate(75.98076211353316,34.999999999999986)"> <g transform="rotate(329.99999999999994)"> <circle cx="0" cy="0" r="6" fill="white" fill-opacity="0.08333333333333333"> <animateTransform attributeName="transform" type="scale" begin="0s" values="1 1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform> <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="0s"></animate> </circle> </g> </g></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  z-index: 10;
}

.wb-transition-slide {
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
}

.wb-transitioning {
  cursor: progress;
}

:root,
.--a11y--original {
  --font-size-base: 16px;
  --spacing-grid-gap: 20px;
  --spacing-container: 15px;
  --text-width: 960px;
  --color-primary: #f55454;
  --color-primary-40: rgba(245, 84, 84, 0.4);
  --color-primary-70: rgba(245, 84, 84, 0.7);
  --color-primary-hover: rgb(247, 118.2, 118.2);
  --color-primary-active: rgb(248, 135.3, 135.3);
  --color-primary-focus: rgb(243.182320442, 52.917679558, 52.917679558);
  --color-secondary: #4b4b4b;
  --color-secondary-hover: #6f6f6f;
  --color-secondary-active: #818181;
  --color-secondary-focus: rgb(67.5, 67.5, 67.5);
  --color-white: #ffffff;
  --color-white-75: rgba(255, 255, 255, 0.75);
  --color-grey-lighter: #f0eeeb;
  --color-grey-light: #cacbcd;
  --color-grey: #a5a5a5;
  --color-grey-dark: #333333;
  --color-grey-dark-75: rgba(51, 51, 51, 0.75);
  --color-black: #000000;
  --color-black-70: rgba(0, 0, 0, 0.7);
  --color-black-50: rgba(0, 0, 0, 0.5);
  --color-black-10: rgba(0, 0, 0, 0.1);
  --color-error: #f55454;
  --color-warning: #45453f;
  --color-success: #00ff00;
  --color-text: #4b4b4b;
  --nav-main-background-color: var(--color-primary);
  --nav-main-l0-color: var(--color-white);
  --nav-main-l0-color-hover: var(--color-secondary);
  --nav-main-l1-color: var(--color-primary);
  --nav-main-l1-color-hover: var(--color-secondary);
  --nav-main-l2-color: var(--color-primary);
  --nav-main-l2-color-hover: var(--color-secondary);
  --nav-main-submenu-background-color: var(--color-grey-light);
  --nav-secondary-background-color: var(--color-grey-light);
  --nav-secondary-l0-color: var(--color-primary);
  --nav-secondary-l0-color-hover: var(--color-secondary);
  --footer-background-color: var(--color-secondary);
  --footer-title-color: var(--color-white);
  --footer-text-color: var(--color-white);
  --footer-border-color: var(--color-grey);
  --footer-nav-l0-color: var(--color-white);
  --footer-nav-l0-color-hover: var(--color-primary);
  --footer-socials-color: var(--color-white);
  --footer-socials-color-hover: var(--color-primary);
  --footer-socials-circle-color: var(--color-white);
  --footer-socials-circle-color-hover: var(--color-white);
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-md: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.375rem;
  --font-size-xxl: 1.75rem;
  --font-size-xxxl: 2rem;
  --spacing-0: 0px;
  --spacing-1: 20px;
  --spacing-2: 40px;
  --spacing-3: 60px;
  --spacing-4: 80px;
  --spacing-5: 120px;
  --radius-0: 0px;
  --radius-1: 1px;
  --radius-2: 2px;
  --radius-3: 3px;
  --radius-4: 4px;
  --radius-5: 5px;
}
@media (min-width: 768px) {
  :root,
  .--a11y--original {
    --spacing-container: 5vw;
  }
}
@media (min-width: 992px) {
  :root,
  .--a11y--original {
    --spacing-grid-gap: 30px;
  }
}
@media (min-width: 1400px) {
  :root,
  .--a11y--original {
    --spacing-container: 10vw;
  }
}
@media (min-width: 2000px) {
  :root,
  .--a11y--original {
    --spacing-grid-gap: 40px;
  }
}

.--a11y--contrast {
  --color-primary: #f55454;
  --color-primary-40: rgba(245, 84, 84, 0.4);
  --color-primary-70: rgba(245, 84, 84, 0.7);
  --color-primary-hover: rgb(247, 118.2, 118.2);
  --color-primary-active: rgb(248, 135.3, 135.3);
  --color-primary-focus: rgb(243.182320442, 52.917679558, 52.917679558);
  --color-secondary: #4b4b4b;
  --color-secondary-hover: #6f6f6f;
  --color-secondary-active: #818181;
  --color-secondary-focus: rgb(67.5, 67.5, 67.5);
  --color-white: #ffffff;
  --color-white-75: rgba(255, 255, 255, 0.75);
  --color-grey-lighter: #f0eeeb;
  --color-grey-light: #cacbcd;
  --color-grey: #a5a5a5;
  --color-grey-dark: #333333;
  --color-grey-dark-75: rgba(51, 51, 51, 0.75);
  --color-black: #000000;
  --color-black-70: rgba(0, 0, 0, 0.7);
  --color-black-50: rgba(0, 0, 0, 0.5);
  --color-black-10: rgba(0, 0, 0, 0.1);
  --color-error: #f55454;
  --color-warning: #45453f;
  --color-success: #00ff00;
  --color-text: #4b4b4b;
}

@keyframes blink {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  33% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(7.5px);
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  text-decoration: none;
  cursor: pointer;
}

html {
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

main,
footer,
header,
aside,
section {
  display: block;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
a,
span,
li {
  -webkit-user-select: text;
  user-select: text;
  -o-user-select: text;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

a,
a *,
input[type=submit] {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

select::-ms-expand {
  display: none;
}

button {
  padding: 0;
  border: none;
  background-color: initial;
}

figure {
  margin: 0;
}

html {
  font-size: 16px;
}

body {
  /* fix pour font trop bold sur mac (requis firefox25 pour le moz-osx-font-smoothing) */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
}

details summary {
  list-style: none;
  cursor: pointer;
}
details summary::-webkit-details-marker {
  display: none;
}

button {
  cursor: pointer;
}
button[aria-selected=true] {
  cursor: initial;
}

:disabled {
  pointer-events: none;
}

html,
body {
  position: relative;
  display: block;
  background-color: var(--color-white);
}

@media (min-width: 768px) {
  html.--a11y--100 {
    font-size: 16px;
  }
  html.--a11y--150 {
    font-size: 20px;
  }
  html.--a11y--200 {
    font-size: 24px;
  }
}
@media (min-width: 2000px) {
  html {
    font-size: 125%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  display: flex;
}
body :focus {
  outline-color: transparent;
  outline-style: none;
  box-shadow: none;
}

#page {
  width: 100%;
}

.container-fluid {
  padding-left: var(--spacing-container) !important;
  padding-right: var(--spacing-container) !important;
}
.container-fluid--gutters--left {
  padding-left: var(--spacing-container) !important;
}
.container-fluid--gutters--right {
  padding-right: var(--spacing-container) !important;
}
.block-editor .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

main.page-template section:last-child:before, main.home section:last-child:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../../img/BK_motif_rouge.svg);
  background-position: bottom center;
  background-repeat: repeat-x;
  opacity: 0.5;
  z-index: 1;
}
main.page-template section:last-child.--color--bg-primary:before, main.home section:last-child.--color--bg-primary:before {
  background-image: url(../../img/BK_motif_blanc.svg);
}
main.page-template section:last-child .container-fluid, main.home section:last-child .container-fluid {
  position: relative;
  z-index: 2;
}

.wb-header--open .wb-header__top, .wb-header--fixed, .wb-header--bg {
  box-shadow: 0 0 5px 0 var(--color-black-10);
}

.wb-header {
  position: relative;
  top: 0;
  width: 100%;
  max-height: 100%;
  z-index: 100;
  height: 80px;
  overflow: visible;
}
@media (min-width: 1200px) {
  .wb-header {
    height: initial;
    overflow: initial;
  }
}
.wb-header--fixed {
  position: sticky;
}
.wb-header__logo {
  position: relative;
  display: flex;
  max-width: 320px;
  height: 60px;
  margin-right: auto;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .wb-header__logo {
    max-width: 260px;
    height: 50px;
  }
}
@media (min-width: 1400px) {
  .wb-header__logo {
    max-width: 320px;
    height: 60px;
  }
}
@media (max-width: 1199.98px) {
  .wb-header__btm .wb-header__logo {
    display: none;
  }
}
.wb-header__logo__img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.wb-header--transparent.wb-header--fixed .wb-header__logo__img:not(:last-child), .wb-header--transparent.wb-header--open .wb-header__logo__img:not(:last-child) {
  display: none;
}
.wb-header__logo__img--colored {
  display: none;
}
.wb-header--transparent.wb-header--fixed .wb-header__logo__img--colored, .wb-header--transparent.wb-header--open .wb-header__logo__img--colored {
  display: flex;
}
.wb-header__top {
  position: relative;
  background-color: var(--nav-main-background-color);
}
@media (min-width: 1200px) {
  .wb-header__top {
    display: none;
  }
}
.wb-header--transparent:not(.wb-header--fixed) .wb-header__top {
  background-color: var(--nav-main-background-color);
}
.wb-header--transparent.wb-header--open .wb-header__top {
  background-color: var(--nav-main-background-color);
}
.wb-header__top__inner {
  display: grid;
  grid-template-columns: 1fr repeat(2, max-content);
  gap: 0 var(--spacing-grid-gap);
  align-items: center;
  padding: 15px 0;
}
@media (max-width: 1199.98px) {
  .wb-header__btm {
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 80px);
  }
}
@media (min-width: 1200px) {
  .wb-header__btm {
    display: block !important;
  }
}
.wb-header__btm__inner {
  display: grid;
}

.wp-admin .block-editor .block-editor-block-list__layout h1.has-primary-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-color.h1,
.wysiwyg h1.has-primary-color,
.wysiwyg .has-primary-color.h1,
#tinymce h1.has-primary-color,
#tinymce .has-primary-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-primary-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-color.h2,
.wysiwyg h2.has-primary-color,
.wysiwyg .has-primary-color.h2,
#tinymce h2.has-primary-color,
#tinymce .has-primary-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-primary-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-color.h3,
.wysiwyg h3.has-primary-color,
.wysiwyg .has-primary-color.h3,
#tinymce h3.has-primary-color,
#tinymce .has-primary-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-primary-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-color.h4,
.wysiwyg h4.has-primary-color,
.wysiwyg .has-primary-color.h4,
#tinymce h4.has-primary-color,
#tinymce .has-primary-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-primary-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-color.h5,
.wysiwyg h5.has-primary-color,
.wysiwyg .has-primary-color.h5,
#tinymce h5.has-primary-color,
#tinymce .has-primary-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-primary-color,
.wysiwyg p.has-primary-color,
#tinymce p.has-primary-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-color.headline--main,
.wysiwyg .has-primary-color.headline--main,
#tinymce .has-primary-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-color.headline--section,
.wysiwyg .has-primary-color.headline--section,
#tinymce .has-primary-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-color.headline--block,
.wysiwyg .has-primary-color.headline--block,
#tinymce .has-primary-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-color.headline--sub,
.wysiwyg .has-primary-color.headline--sub,
#tinymce .has-primary-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-color.headline--highlight,
.wysiwyg .has-primary-color.headline--highlight,
#tinymce .has-primary-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-color.wb-surtitle,
.wysiwyg .has-primary-color.wb-surtitle,
#tinymce .has-primary-color.wb-surtitle {
  color: var(--color-primary);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-primary-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-background-color.h1,
.wysiwyg h1.has-primary-background-color,
.wysiwyg .has-primary-background-color.h1,
#tinymce h1.has-primary-background-color,
#tinymce .has-primary-background-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-primary-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-background-color.h2,
.wysiwyg h2.has-primary-background-color,
.wysiwyg .has-primary-background-color.h2,
#tinymce h2.has-primary-background-color,
#tinymce .has-primary-background-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-primary-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-background-color.h3,
.wysiwyg h3.has-primary-background-color,
.wysiwyg .has-primary-background-color.h3,
#tinymce h3.has-primary-background-color,
#tinymce .has-primary-background-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-primary-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-background-color.h4,
.wysiwyg h4.has-primary-background-color,
.wysiwyg .has-primary-background-color.h4,
#tinymce h4.has-primary-background-color,
#tinymce .has-primary-background-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-primary-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-background-color.h5,
.wysiwyg h5.has-primary-background-color,
.wysiwyg .has-primary-background-color.h5,
#tinymce h5.has-primary-background-color,
#tinymce .has-primary-background-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-primary-background-color,
.wysiwyg p.has-primary-background-color,
#tinymce p.has-primary-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-background-color.headline--main,
.wysiwyg .has-primary-background-color.headline--main,
#tinymce .has-primary-background-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-background-color.headline--section,
.wysiwyg .has-primary-background-color.headline--section,
#tinymce .has-primary-background-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-background-color.headline--block,
.wysiwyg .has-primary-background-color.headline--block,
#tinymce .has-primary-background-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-background-color.headline--sub,
.wysiwyg .has-primary-background-color.headline--sub,
#tinymce .has-primary-background-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-background-color.headline--highlight,
.wysiwyg .has-primary-background-color.headline--highlight,
#tinymce .has-primary-background-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-background-color.wb-surtitle,
.wysiwyg .has-primary-background-color.wb-surtitle,
#tinymce .has-primary-background-color.wb-surtitle {
  background-color: var(--color-primary);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-primary-40-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-40-color.h1,
.wysiwyg h1.has-primary-40-color,
.wysiwyg .has-primary-40-color.h1,
#tinymce h1.has-primary-40-color,
#tinymce .has-primary-40-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-primary-40-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-40-color.h2,
.wysiwyg h2.has-primary-40-color,
.wysiwyg .has-primary-40-color.h2,
#tinymce h2.has-primary-40-color,
#tinymce .has-primary-40-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-primary-40-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-40-color.h3,
.wysiwyg h3.has-primary-40-color,
.wysiwyg .has-primary-40-color.h3,
#tinymce h3.has-primary-40-color,
#tinymce .has-primary-40-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-primary-40-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-40-color.h4,
.wysiwyg h4.has-primary-40-color,
.wysiwyg .has-primary-40-color.h4,
#tinymce h4.has-primary-40-color,
#tinymce .has-primary-40-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-primary-40-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-40-color.h5,
.wysiwyg h5.has-primary-40-color,
.wysiwyg .has-primary-40-color.h5,
#tinymce h5.has-primary-40-color,
#tinymce .has-primary-40-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-primary-40-color,
.wysiwyg p.has-primary-40-color,
#tinymce p.has-primary-40-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-40-color.headline--main,
.wysiwyg .has-primary-40-color.headline--main,
#tinymce .has-primary-40-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-40-color.headline--section,
.wysiwyg .has-primary-40-color.headline--section,
#tinymce .has-primary-40-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-40-color.headline--block,
.wysiwyg .has-primary-40-color.headline--block,
#tinymce .has-primary-40-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-40-color.headline--sub,
.wysiwyg .has-primary-40-color.headline--sub,
#tinymce .has-primary-40-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-40-color.headline--highlight,
.wysiwyg .has-primary-40-color.headline--highlight,
#tinymce .has-primary-40-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-40-color.wb-surtitle,
.wysiwyg .has-primary-40-color.wb-surtitle,
#tinymce .has-primary-40-color.wb-surtitle {
  color: var(--color-primary-40);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-primary-40-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-40-background-color.h1,
.wysiwyg h1.has-primary-40-background-color,
.wysiwyg .has-primary-40-background-color.h1,
#tinymce h1.has-primary-40-background-color,
#tinymce .has-primary-40-background-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-primary-40-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-40-background-color.h2,
.wysiwyg h2.has-primary-40-background-color,
.wysiwyg .has-primary-40-background-color.h2,
#tinymce h2.has-primary-40-background-color,
#tinymce .has-primary-40-background-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-primary-40-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-40-background-color.h3,
.wysiwyg h3.has-primary-40-background-color,
.wysiwyg .has-primary-40-background-color.h3,
#tinymce h3.has-primary-40-background-color,
#tinymce .has-primary-40-background-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-primary-40-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-40-background-color.h4,
.wysiwyg h4.has-primary-40-background-color,
.wysiwyg .has-primary-40-background-color.h4,
#tinymce h4.has-primary-40-background-color,
#tinymce .has-primary-40-background-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-primary-40-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-40-background-color.h5,
.wysiwyg h5.has-primary-40-background-color,
.wysiwyg .has-primary-40-background-color.h5,
#tinymce h5.has-primary-40-background-color,
#tinymce .has-primary-40-background-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-primary-40-background-color,
.wysiwyg p.has-primary-40-background-color,
#tinymce p.has-primary-40-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-40-background-color.headline--main,
.wysiwyg .has-primary-40-background-color.headline--main,
#tinymce .has-primary-40-background-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-40-background-color.headline--section,
.wysiwyg .has-primary-40-background-color.headline--section,
#tinymce .has-primary-40-background-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-40-background-color.headline--block,
.wysiwyg .has-primary-40-background-color.headline--block,
#tinymce .has-primary-40-background-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-40-background-color.headline--sub,
.wysiwyg .has-primary-40-background-color.headline--sub,
#tinymce .has-primary-40-background-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-40-background-color.headline--highlight,
.wysiwyg .has-primary-40-background-color.headline--highlight,
#tinymce .has-primary-40-background-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-40-background-color.wb-surtitle,
.wysiwyg .has-primary-40-background-color.wb-surtitle,
#tinymce .has-primary-40-background-color.wb-surtitle {
  background-color: var(--color-primary-40);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-primary-70-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-70-color.h1,
.wysiwyg h1.has-primary-70-color,
.wysiwyg .has-primary-70-color.h1,
#tinymce h1.has-primary-70-color,
#tinymce .has-primary-70-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-primary-70-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-70-color.h2,
.wysiwyg h2.has-primary-70-color,
.wysiwyg .has-primary-70-color.h2,
#tinymce h2.has-primary-70-color,
#tinymce .has-primary-70-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-primary-70-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-70-color.h3,
.wysiwyg h3.has-primary-70-color,
.wysiwyg .has-primary-70-color.h3,
#tinymce h3.has-primary-70-color,
#tinymce .has-primary-70-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-primary-70-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-70-color.h4,
.wysiwyg h4.has-primary-70-color,
.wysiwyg .has-primary-70-color.h4,
#tinymce h4.has-primary-70-color,
#tinymce .has-primary-70-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-primary-70-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-70-color.h5,
.wysiwyg h5.has-primary-70-color,
.wysiwyg .has-primary-70-color.h5,
#tinymce h5.has-primary-70-color,
#tinymce .has-primary-70-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-primary-70-color,
.wysiwyg p.has-primary-70-color,
#tinymce p.has-primary-70-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-70-color.headline--main,
.wysiwyg .has-primary-70-color.headline--main,
#tinymce .has-primary-70-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-70-color.headline--section,
.wysiwyg .has-primary-70-color.headline--section,
#tinymce .has-primary-70-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-70-color.headline--block,
.wysiwyg .has-primary-70-color.headline--block,
#tinymce .has-primary-70-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-70-color.headline--sub,
.wysiwyg .has-primary-70-color.headline--sub,
#tinymce .has-primary-70-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-70-color.headline--highlight,
.wysiwyg .has-primary-70-color.headline--highlight,
#tinymce .has-primary-70-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-70-color.wb-surtitle,
.wysiwyg .has-primary-70-color.wb-surtitle,
#tinymce .has-primary-70-color.wb-surtitle {
  color: var(--color-primary-70);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-primary-70-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-70-background-color.h1,
.wysiwyg h1.has-primary-70-background-color,
.wysiwyg .has-primary-70-background-color.h1,
#tinymce h1.has-primary-70-background-color,
#tinymce .has-primary-70-background-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-primary-70-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-70-background-color.h2,
.wysiwyg h2.has-primary-70-background-color,
.wysiwyg .has-primary-70-background-color.h2,
#tinymce h2.has-primary-70-background-color,
#tinymce .has-primary-70-background-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-primary-70-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-70-background-color.h3,
.wysiwyg h3.has-primary-70-background-color,
.wysiwyg .has-primary-70-background-color.h3,
#tinymce h3.has-primary-70-background-color,
#tinymce .has-primary-70-background-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-primary-70-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-70-background-color.h4,
.wysiwyg h4.has-primary-70-background-color,
.wysiwyg .has-primary-70-background-color.h4,
#tinymce h4.has-primary-70-background-color,
#tinymce .has-primary-70-background-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-primary-70-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-70-background-color.h5,
.wysiwyg h5.has-primary-70-background-color,
.wysiwyg .has-primary-70-background-color.h5,
#tinymce h5.has-primary-70-background-color,
#tinymce .has-primary-70-background-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-primary-70-background-color,
.wysiwyg p.has-primary-70-background-color,
#tinymce p.has-primary-70-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-70-background-color.headline--main,
.wysiwyg .has-primary-70-background-color.headline--main,
#tinymce .has-primary-70-background-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-70-background-color.headline--section,
.wysiwyg .has-primary-70-background-color.headline--section,
#tinymce .has-primary-70-background-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-70-background-color.headline--block,
.wysiwyg .has-primary-70-background-color.headline--block,
#tinymce .has-primary-70-background-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-70-background-color.headline--sub,
.wysiwyg .has-primary-70-background-color.headline--sub,
#tinymce .has-primary-70-background-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-70-background-color.headline--highlight,
.wysiwyg .has-primary-70-background-color.headline--highlight,
#tinymce .has-primary-70-background-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-70-background-color.wb-surtitle,
.wysiwyg .has-primary-70-background-color.wb-surtitle,
#tinymce .has-primary-70-background-color.wb-surtitle {
  background-color: var(--color-primary-70);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-primary-hover-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-hover-color.h1,
.wysiwyg h1.has-primary-hover-color,
.wysiwyg .has-primary-hover-color.h1,
#tinymce h1.has-primary-hover-color,
#tinymce .has-primary-hover-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-primary-hover-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-hover-color.h2,
.wysiwyg h2.has-primary-hover-color,
.wysiwyg .has-primary-hover-color.h2,
#tinymce h2.has-primary-hover-color,
#tinymce .has-primary-hover-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-primary-hover-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-hover-color.h3,
.wysiwyg h3.has-primary-hover-color,
.wysiwyg .has-primary-hover-color.h3,
#tinymce h3.has-primary-hover-color,
#tinymce .has-primary-hover-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-primary-hover-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-hover-color.h4,
.wysiwyg h4.has-primary-hover-color,
.wysiwyg .has-primary-hover-color.h4,
#tinymce h4.has-primary-hover-color,
#tinymce .has-primary-hover-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-primary-hover-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-hover-color.h5,
.wysiwyg h5.has-primary-hover-color,
.wysiwyg .has-primary-hover-color.h5,
#tinymce h5.has-primary-hover-color,
#tinymce .has-primary-hover-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-primary-hover-color,
.wysiwyg p.has-primary-hover-color,
#tinymce p.has-primary-hover-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-hover-color.headline--main,
.wysiwyg .has-primary-hover-color.headline--main,
#tinymce .has-primary-hover-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-hover-color.headline--section,
.wysiwyg .has-primary-hover-color.headline--section,
#tinymce .has-primary-hover-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-hover-color.headline--block,
.wysiwyg .has-primary-hover-color.headline--block,
#tinymce .has-primary-hover-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-hover-color.headline--sub,
.wysiwyg .has-primary-hover-color.headline--sub,
#tinymce .has-primary-hover-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-hover-color.headline--highlight,
.wysiwyg .has-primary-hover-color.headline--highlight,
#tinymce .has-primary-hover-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-hover-color.wb-surtitle,
.wysiwyg .has-primary-hover-color.wb-surtitle,
#tinymce .has-primary-hover-color.wb-surtitle {
  color: var(--color-primary-hover);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-primary-hover-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-hover-background-color.h1,
.wysiwyg h1.has-primary-hover-background-color,
.wysiwyg .has-primary-hover-background-color.h1,
#tinymce h1.has-primary-hover-background-color,
#tinymce .has-primary-hover-background-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-primary-hover-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-hover-background-color.h2,
.wysiwyg h2.has-primary-hover-background-color,
.wysiwyg .has-primary-hover-background-color.h2,
#tinymce h2.has-primary-hover-background-color,
#tinymce .has-primary-hover-background-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-primary-hover-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-hover-background-color.h3,
.wysiwyg h3.has-primary-hover-background-color,
.wysiwyg .has-primary-hover-background-color.h3,
#tinymce h3.has-primary-hover-background-color,
#tinymce .has-primary-hover-background-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-primary-hover-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-hover-background-color.h4,
.wysiwyg h4.has-primary-hover-background-color,
.wysiwyg .has-primary-hover-background-color.h4,
#tinymce h4.has-primary-hover-background-color,
#tinymce .has-primary-hover-background-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-primary-hover-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-hover-background-color.h5,
.wysiwyg h5.has-primary-hover-background-color,
.wysiwyg .has-primary-hover-background-color.h5,
#tinymce h5.has-primary-hover-background-color,
#tinymce .has-primary-hover-background-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-primary-hover-background-color,
.wysiwyg p.has-primary-hover-background-color,
#tinymce p.has-primary-hover-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-hover-background-color.headline--main,
.wysiwyg .has-primary-hover-background-color.headline--main,
#tinymce .has-primary-hover-background-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-hover-background-color.headline--section,
.wysiwyg .has-primary-hover-background-color.headline--section,
#tinymce .has-primary-hover-background-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-hover-background-color.headline--block,
.wysiwyg .has-primary-hover-background-color.headline--block,
#tinymce .has-primary-hover-background-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-hover-background-color.headline--sub,
.wysiwyg .has-primary-hover-background-color.headline--sub,
#tinymce .has-primary-hover-background-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-hover-background-color.headline--highlight,
.wysiwyg .has-primary-hover-background-color.headline--highlight,
#tinymce .has-primary-hover-background-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-hover-background-color.wb-surtitle,
.wysiwyg .has-primary-hover-background-color.wb-surtitle,
#tinymce .has-primary-hover-background-color.wb-surtitle {
  background-color: var(--color-primary-hover);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-primary-active-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-active-color.h1,
.wysiwyg h1.has-primary-active-color,
.wysiwyg .has-primary-active-color.h1,
#tinymce h1.has-primary-active-color,
#tinymce .has-primary-active-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-primary-active-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-active-color.h2,
.wysiwyg h2.has-primary-active-color,
.wysiwyg .has-primary-active-color.h2,
#tinymce h2.has-primary-active-color,
#tinymce .has-primary-active-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-primary-active-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-active-color.h3,
.wysiwyg h3.has-primary-active-color,
.wysiwyg .has-primary-active-color.h3,
#tinymce h3.has-primary-active-color,
#tinymce .has-primary-active-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-primary-active-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-active-color.h4,
.wysiwyg h4.has-primary-active-color,
.wysiwyg .has-primary-active-color.h4,
#tinymce h4.has-primary-active-color,
#tinymce .has-primary-active-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-primary-active-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-active-color.h5,
.wysiwyg h5.has-primary-active-color,
.wysiwyg .has-primary-active-color.h5,
#tinymce h5.has-primary-active-color,
#tinymce .has-primary-active-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-primary-active-color,
.wysiwyg p.has-primary-active-color,
#tinymce p.has-primary-active-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-active-color.headline--main,
.wysiwyg .has-primary-active-color.headline--main,
#tinymce .has-primary-active-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-active-color.headline--section,
.wysiwyg .has-primary-active-color.headline--section,
#tinymce .has-primary-active-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-active-color.headline--block,
.wysiwyg .has-primary-active-color.headline--block,
#tinymce .has-primary-active-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-active-color.headline--sub,
.wysiwyg .has-primary-active-color.headline--sub,
#tinymce .has-primary-active-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-active-color.headline--highlight,
.wysiwyg .has-primary-active-color.headline--highlight,
#tinymce .has-primary-active-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-active-color.wb-surtitle,
.wysiwyg .has-primary-active-color.wb-surtitle,
#tinymce .has-primary-active-color.wb-surtitle {
  color: var(--color-primary-active);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-primary-active-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-active-background-color.h1,
.wysiwyg h1.has-primary-active-background-color,
.wysiwyg .has-primary-active-background-color.h1,
#tinymce h1.has-primary-active-background-color,
#tinymce .has-primary-active-background-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-primary-active-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-active-background-color.h2,
.wysiwyg h2.has-primary-active-background-color,
.wysiwyg .has-primary-active-background-color.h2,
#tinymce h2.has-primary-active-background-color,
#tinymce .has-primary-active-background-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-primary-active-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-active-background-color.h3,
.wysiwyg h3.has-primary-active-background-color,
.wysiwyg .has-primary-active-background-color.h3,
#tinymce h3.has-primary-active-background-color,
#tinymce .has-primary-active-background-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-primary-active-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-active-background-color.h4,
.wysiwyg h4.has-primary-active-background-color,
.wysiwyg .has-primary-active-background-color.h4,
#tinymce h4.has-primary-active-background-color,
#tinymce .has-primary-active-background-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-primary-active-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-active-background-color.h5,
.wysiwyg h5.has-primary-active-background-color,
.wysiwyg .has-primary-active-background-color.h5,
#tinymce h5.has-primary-active-background-color,
#tinymce .has-primary-active-background-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-primary-active-background-color,
.wysiwyg p.has-primary-active-background-color,
#tinymce p.has-primary-active-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-active-background-color.headline--main,
.wysiwyg .has-primary-active-background-color.headline--main,
#tinymce .has-primary-active-background-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-active-background-color.headline--section,
.wysiwyg .has-primary-active-background-color.headline--section,
#tinymce .has-primary-active-background-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-active-background-color.headline--block,
.wysiwyg .has-primary-active-background-color.headline--block,
#tinymce .has-primary-active-background-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-active-background-color.headline--sub,
.wysiwyg .has-primary-active-background-color.headline--sub,
#tinymce .has-primary-active-background-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-active-background-color.headline--highlight,
.wysiwyg .has-primary-active-background-color.headline--highlight,
#tinymce .has-primary-active-background-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-active-background-color.wb-surtitle,
.wysiwyg .has-primary-active-background-color.wb-surtitle,
#tinymce .has-primary-active-background-color.wb-surtitle {
  background-color: var(--color-primary-active);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-primary-focus-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-focus-color.h1,
.wysiwyg h1.has-primary-focus-color,
.wysiwyg .has-primary-focus-color.h1,
#tinymce h1.has-primary-focus-color,
#tinymce .has-primary-focus-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-primary-focus-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-focus-color.h2,
.wysiwyg h2.has-primary-focus-color,
.wysiwyg .has-primary-focus-color.h2,
#tinymce h2.has-primary-focus-color,
#tinymce .has-primary-focus-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-primary-focus-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-focus-color.h3,
.wysiwyg h3.has-primary-focus-color,
.wysiwyg .has-primary-focus-color.h3,
#tinymce h3.has-primary-focus-color,
#tinymce .has-primary-focus-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-primary-focus-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-focus-color.h4,
.wysiwyg h4.has-primary-focus-color,
.wysiwyg .has-primary-focus-color.h4,
#tinymce h4.has-primary-focus-color,
#tinymce .has-primary-focus-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-primary-focus-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-focus-color.h5,
.wysiwyg h5.has-primary-focus-color,
.wysiwyg .has-primary-focus-color.h5,
#tinymce h5.has-primary-focus-color,
#tinymce .has-primary-focus-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-primary-focus-color,
.wysiwyg p.has-primary-focus-color,
#tinymce p.has-primary-focus-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-focus-color.headline--main,
.wysiwyg .has-primary-focus-color.headline--main,
#tinymce .has-primary-focus-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-focus-color.headline--section,
.wysiwyg .has-primary-focus-color.headline--section,
#tinymce .has-primary-focus-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-focus-color.headline--block,
.wysiwyg .has-primary-focus-color.headline--block,
#tinymce .has-primary-focus-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-focus-color.headline--sub,
.wysiwyg .has-primary-focus-color.headline--sub,
#tinymce .has-primary-focus-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-focus-color.headline--highlight,
.wysiwyg .has-primary-focus-color.headline--highlight,
#tinymce .has-primary-focus-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-focus-color.wb-surtitle,
.wysiwyg .has-primary-focus-color.wb-surtitle,
#tinymce .has-primary-focus-color.wb-surtitle {
  color: var(--color-primary-focus);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-primary-focus-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-focus-background-color.h1,
.wysiwyg h1.has-primary-focus-background-color,
.wysiwyg .has-primary-focus-background-color.h1,
#tinymce h1.has-primary-focus-background-color,
#tinymce .has-primary-focus-background-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-primary-focus-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-focus-background-color.h2,
.wysiwyg h2.has-primary-focus-background-color,
.wysiwyg .has-primary-focus-background-color.h2,
#tinymce h2.has-primary-focus-background-color,
#tinymce .has-primary-focus-background-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-primary-focus-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-focus-background-color.h3,
.wysiwyg h3.has-primary-focus-background-color,
.wysiwyg .has-primary-focus-background-color.h3,
#tinymce h3.has-primary-focus-background-color,
#tinymce .has-primary-focus-background-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-primary-focus-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-focus-background-color.h4,
.wysiwyg h4.has-primary-focus-background-color,
.wysiwyg .has-primary-focus-background-color.h4,
#tinymce h4.has-primary-focus-background-color,
#tinymce .has-primary-focus-background-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-primary-focus-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-focus-background-color.h5,
.wysiwyg h5.has-primary-focus-background-color,
.wysiwyg .has-primary-focus-background-color.h5,
#tinymce h5.has-primary-focus-background-color,
#tinymce .has-primary-focus-background-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-primary-focus-background-color,
.wysiwyg p.has-primary-focus-background-color,
#tinymce p.has-primary-focus-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-focus-background-color.headline--main,
.wysiwyg .has-primary-focus-background-color.headline--main,
#tinymce .has-primary-focus-background-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-focus-background-color.headline--section,
.wysiwyg .has-primary-focus-background-color.headline--section,
#tinymce .has-primary-focus-background-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-focus-background-color.headline--block,
.wysiwyg .has-primary-focus-background-color.headline--block,
#tinymce .has-primary-focus-background-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-focus-background-color.headline--sub,
.wysiwyg .has-primary-focus-background-color.headline--sub,
#tinymce .has-primary-focus-background-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-focus-background-color.headline--highlight,
.wysiwyg .has-primary-focus-background-color.headline--highlight,
#tinymce .has-primary-focus-background-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-primary-focus-background-color.wb-surtitle,
.wysiwyg .has-primary-focus-background-color.wb-surtitle,
#tinymce .has-primary-focus-background-color.wb-surtitle {
  background-color: var(--color-primary-focus);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-secondary-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-color.h1,
.wysiwyg h1.has-secondary-color,
.wysiwyg .has-secondary-color.h1,
#tinymce h1.has-secondary-color,
#tinymce .has-secondary-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-secondary-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-color.h2,
.wysiwyg h2.has-secondary-color,
.wysiwyg .has-secondary-color.h2,
#tinymce h2.has-secondary-color,
#tinymce .has-secondary-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-secondary-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-color.h3,
.wysiwyg h3.has-secondary-color,
.wysiwyg .has-secondary-color.h3,
#tinymce h3.has-secondary-color,
#tinymce .has-secondary-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-secondary-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-color.h4,
.wysiwyg h4.has-secondary-color,
.wysiwyg .has-secondary-color.h4,
#tinymce h4.has-secondary-color,
#tinymce .has-secondary-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-secondary-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-color.h5,
.wysiwyg h5.has-secondary-color,
.wysiwyg .has-secondary-color.h5,
#tinymce h5.has-secondary-color,
#tinymce .has-secondary-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-secondary-color,
.wysiwyg p.has-secondary-color,
#tinymce p.has-secondary-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-color.headline--main,
.wysiwyg .has-secondary-color.headline--main,
#tinymce .has-secondary-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-color.headline--section,
.wysiwyg .has-secondary-color.headline--section,
#tinymce .has-secondary-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-color.headline--block,
.wysiwyg .has-secondary-color.headline--block,
#tinymce .has-secondary-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-color.headline--sub,
.wysiwyg .has-secondary-color.headline--sub,
#tinymce .has-secondary-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-color.headline--highlight,
.wysiwyg .has-secondary-color.headline--highlight,
#tinymce .has-secondary-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-color.wb-surtitle,
.wysiwyg .has-secondary-color.wb-surtitle,
#tinymce .has-secondary-color.wb-surtitle {
  color: var(--color-secondary);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-secondary-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-background-color.h1,
.wysiwyg h1.has-secondary-background-color,
.wysiwyg .has-secondary-background-color.h1,
#tinymce h1.has-secondary-background-color,
#tinymce .has-secondary-background-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-secondary-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-background-color.h2,
.wysiwyg h2.has-secondary-background-color,
.wysiwyg .has-secondary-background-color.h2,
#tinymce h2.has-secondary-background-color,
#tinymce .has-secondary-background-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-secondary-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-background-color.h3,
.wysiwyg h3.has-secondary-background-color,
.wysiwyg .has-secondary-background-color.h3,
#tinymce h3.has-secondary-background-color,
#tinymce .has-secondary-background-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-secondary-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-background-color.h4,
.wysiwyg h4.has-secondary-background-color,
.wysiwyg .has-secondary-background-color.h4,
#tinymce h4.has-secondary-background-color,
#tinymce .has-secondary-background-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-secondary-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-background-color.h5,
.wysiwyg h5.has-secondary-background-color,
.wysiwyg .has-secondary-background-color.h5,
#tinymce h5.has-secondary-background-color,
#tinymce .has-secondary-background-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-secondary-background-color,
.wysiwyg p.has-secondary-background-color,
#tinymce p.has-secondary-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-background-color.headline--main,
.wysiwyg .has-secondary-background-color.headline--main,
#tinymce .has-secondary-background-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-background-color.headline--section,
.wysiwyg .has-secondary-background-color.headline--section,
#tinymce .has-secondary-background-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-background-color.headline--block,
.wysiwyg .has-secondary-background-color.headline--block,
#tinymce .has-secondary-background-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-background-color.headline--sub,
.wysiwyg .has-secondary-background-color.headline--sub,
#tinymce .has-secondary-background-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-background-color.headline--highlight,
.wysiwyg .has-secondary-background-color.headline--highlight,
#tinymce .has-secondary-background-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-background-color.wb-surtitle,
.wysiwyg .has-secondary-background-color.wb-surtitle,
#tinymce .has-secondary-background-color.wb-surtitle {
  background-color: var(--color-secondary);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-secondary-hover-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-hover-color.h1,
.wysiwyg h1.has-secondary-hover-color,
.wysiwyg .has-secondary-hover-color.h1,
#tinymce h1.has-secondary-hover-color,
#tinymce .has-secondary-hover-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-secondary-hover-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-hover-color.h2,
.wysiwyg h2.has-secondary-hover-color,
.wysiwyg .has-secondary-hover-color.h2,
#tinymce h2.has-secondary-hover-color,
#tinymce .has-secondary-hover-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-secondary-hover-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-hover-color.h3,
.wysiwyg h3.has-secondary-hover-color,
.wysiwyg .has-secondary-hover-color.h3,
#tinymce h3.has-secondary-hover-color,
#tinymce .has-secondary-hover-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-secondary-hover-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-hover-color.h4,
.wysiwyg h4.has-secondary-hover-color,
.wysiwyg .has-secondary-hover-color.h4,
#tinymce h4.has-secondary-hover-color,
#tinymce .has-secondary-hover-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-secondary-hover-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-hover-color.h5,
.wysiwyg h5.has-secondary-hover-color,
.wysiwyg .has-secondary-hover-color.h5,
#tinymce h5.has-secondary-hover-color,
#tinymce .has-secondary-hover-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-secondary-hover-color,
.wysiwyg p.has-secondary-hover-color,
#tinymce p.has-secondary-hover-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-hover-color.headline--main,
.wysiwyg .has-secondary-hover-color.headline--main,
#tinymce .has-secondary-hover-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-hover-color.headline--section,
.wysiwyg .has-secondary-hover-color.headline--section,
#tinymce .has-secondary-hover-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-hover-color.headline--block,
.wysiwyg .has-secondary-hover-color.headline--block,
#tinymce .has-secondary-hover-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-hover-color.headline--sub,
.wysiwyg .has-secondary-hover-color.headline--sub,
#tinymce .has-secondary-hover-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-hover-color.headline--highlight,
.wysiwyg .has-secondary-hover-color.headline--highlight,
#tinymce .has-secondary-hover-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-hover-color.wb-surtitle,
.wysiwyg .has-secondary-hover-color.wb-surtitle,
#tinymce .has-secondary-hover-color.wb-surtitle {
  color: var(--color-secondary-hover);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-secondary-hover-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-hover-background-color.h1,
.wysiwyg h1.has-secondary-hover-background-color,
.wysiwyg .has-secondary-hover-background-color.h1,
#tinymce h1.has-secondary-hover-background-color,
#tinymce .has-secondary-hover-background-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-secondary-hover-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-hover-background-color.h2,
.wysiwyg h2.has-secondary-hover-background-color,
.wysiwyg .has-secondary-hover-background-color.h2,
#tinymce h2.has-secondary-hover-background-color,
#tinymce .has-secondary-hover-background-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-secondary-hover-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-hover-background-color.h3,
.wysiwyg h3.has-secondary-hover-background-color,
.wysiwyg .has-secondary-hover-background-color.h3,
#tinymce h3.has-secondary-hover-background-color,
#tinymce .has-secondary-hover-background-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-secondary-hover-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-hover-background-color.h4,
.wysiwyg h4.has-secondary-hover-background-color,
.wysiwyg .has-secondary-hover-background-color.h4,
#tinymce h4.has-secondary-hover-background-color,
#tinymce .has-secondary-hover-background-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-secondary-hover-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-hover-background-color.h5,
.wysiwyg h5.has-secondary-hover-background-color,
.wysiwyg .has-secondary-hover-background-color.h5,
#tinymce h5.has-secondary-hover-background-color,
#tinymce .has-secondary-hover-background-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-secondary-hover-background-color,
.wysiwyg p.has-secondary-hover-background-color,
#tinymce p.has-secondary-hover-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-hover-background-color.headline--main,
.wysiwyg .has-secondary-hover-background-color.headline--main,
#tinymce .has-secondary-hover-background-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-hover-background-color.headline--section,
.wysiwyg .has-secondary-hover-background-color.headline--section,
#tinymce .has-secondary-hover-background-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-hover-background-color.headline--block,
.wysiwyg .has-secondary-hover-background-color.headline--block,
#tinymce .has-secondary-hover-background-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-hover-background-color.headline--sub,
.wysiwyg .has-secondary-hover-background-color.headline--sub,
#tinymce .has-secondary-hover-background-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-hover-background-color.headline--highlight,
.wysiwyg .has-secondary-hover-background-color.headline--highlight,
#tinymce .has-secondary-hover-background-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-hover-background-color.wb-surtitle,
.wysiwyg .has-secondary-hover-background-color.wb-surtitle,
#tinymce .has-secondary-hover-background-color.wb-surtitle {
  background-color: var(--color-secondary-hover);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-secondary-active-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-active-color.h1,
.wysiwyg h1.has-secondary-active-color,
.wysiwyg .has-secondary-active-color.h1,
#tinymce h1.has-secondary-active-color,
#tinymce .has-secondary-active-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-secondary-active-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-active-color.h2,
.wysiwyg h2.has-secondary-active-color,
.wysiwyg .has-secondary-active-color.h2,
#tinymce h2.has-secondary-active-color,
#tinymce .has-secondary-active-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-secondary-active-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-active-color.h3,
.wysiwyg h3.has-secondary-active-color,
.wysiwyg .has-secondary-active-color.h3,
#tinymce h3.has-secondary-active-color,
#tinymce .has-secondary-active-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-secondary-active-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-active-color.h4,
.wysiwyg h4.has-secondary-active-color,
.wysiwyg .has-secondary-active-color.h4,
#tinymce h4.has-secondary-active-color,
#tinymce .has-secondary-active-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-secondary-active-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-active-color.h5,
.wysiwyg h5.has-secondary-active-color,
.wysiwyg .has-secondary-active-color.h5,
#tinymce h5.has-secondary-active-color,
#tinymce .has-secondary-active-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-secondary-active-color,
.wysiwyg p.has-secondary-active-color,
#tinymce p.has-secondary-active-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-active-color.headline--main,
.wysiwyg .has-secondary-active-color.headline--main,
#tinymce .has-secondary-active-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-active-color.headline--section,
.wysiwyg .has-secondary-active-color.headline--section,
#tinymce .has-secondary-active-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-active-color.headline--block,
.wysiwyg .has-secondary-active-color.headline--block,
#tinymce .has-secondary-active-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-active-color.headline--sub,
.wysiwyg .has-secondary-active-color.headline--sub,
#tinymce .has-secondary-active-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-active-color.headline--highlight,
.wysiwyg .has-secondary-active-color.headline--highlight,
#tinymce .has-secondary-active-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-active-color.wb-surtitle,
.wysiwyg .has-secondary-active-color.wb-surtitle,
#tinymce .has-secondary-active-color.wb-surtitle {
  color: var(--color-secondary-active);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-secondary-active-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-active-background-color.h1,
.wysiwyg h1.has-secondary-active-background-color,
.wysiwyg .has-secondary-active-background-color.h1,
#tinymce h1.has-secondary-active-background-color,
#tinymce .has-secondary-active-background-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-secondary-active-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-active-background-color.h2,
.wysiwyg h2.has-secondary-active-background-color,
.wysiwyg .has-secondary-active-background-color.h2,
#tinymce h2.has-secondary-active-background-color,
#tinymce .has-secondary-active-background-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-secondary-active-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-active-background-color.h3,
.wysiwyg h3.has-secondary-active-background-color,
.wysiwyg .has-secondary-active-background-color.h3,
#tinymce h3.has-secondary-active-background-color,
#tinymce .has-secondary-active-background-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-secondary-active-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-active-background-color.h4,
.wysiwyg h4.has-secondary-active-background-color,
.wysiwyg .has-secondary-active-background-color.h4,
#tinymce h4.has-secondary-active-background-color,
#tinymce .has-secondary-active-background-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-secondary-active-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-active-background-color.h5,
.wysiwyg h5.has-secondary-active-background-color,
.wysiwyg .has-secondary-active-background-color.h5,
#tinymce h5.has-secondary-active-background-color,
#tinymce .has-secondary-active-background-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-secondary-active-background-color,
.wysiwyg p.has-secondary-active-background-color,
#tinymce p.has-secondary-active-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-active-background-color.headline--main,
.wysiwyg .has-secondary-active-background-color.headline--main,
#tinymce .has-secondary-active-background-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-active-background-color.headline--section,
.wysiwyg .has-secondary-active-background-color.headline--section,
#tinymce .has-secondary-active-background-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-active-background-color.headline--block,
.wysiwyg .has-secondary-active-background-color.headline--block,
#tinymce .has-secondary-active-background-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-active-background-color.headline--sub,
.wysiwyg .has-secondary-active-background-color.headline--sub,
#tinymce .has-secondary-active-background-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-active-background-color.headline--highlight,
.wysiwyg .has-secondary-active-background-color.headline--highlight,
#tinymce .has-secondary-active-background-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-active-background-color.wb-surtitle,
.wysiwyg .has-secondary-active-background-color.wb-surtitle,
#tinymce .has-secondary-active-background-color.wb-surtitle {
  background-color: var(--color-secondary-active);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-secondary-focus-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-focus-color.h1,
.wysiwyg h1.has-secondary-focus-color,
.wysiwyg .has-secondary-focus-color.h1,
#tinymce h1.has-secondary-focus-color,
#tinymce .has-secondary-focus-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-secondary-focus-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-focus-color.h2,
.wysiwyg h2.has-secondary-focus-color,
.wysiwyg .has-secondary-focus-color.h2,
#tinymce h2.has-secondary-focus-color,
#tinymce .has-secondary-focus-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-secondary-focus-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-focus-color.h3,
.wysiwyg h3.has-secondary-focus-color,
.wysiwyg .has-secondary-focus-color.h3,
#tinymce h3.has-secondary-focus-color,
#tinymce .has-secondary-focus-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-secondary-focus-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-focus-color.h4,
.wysiwyg h4.has-secondary-focus-color,
.wysiwyg .has-secondary-focus-color.h4,
#tinymce h4.has-secondary-focus-color,
#tinymce .has-secondary-focus-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-secondary-focus-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-focus-color.h5,
.wysiwyg h5.has-secondary-focus-color,
.wysiwyg .has-secondary-focus-color.h5,
#tinymce h5.has-secondary-focus-color,
#tinymce .has-secondary-focus-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-secondary-focus-color,
.wysiwyg p.has-secondary-focus-color,
#tinymce p.has-secondary-focus-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-focus-color.headline--main,
.wysiwyg .has-secondary-focus-color.headline--main,
#tinymce .has-secondary-focus-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-focus-color.headline--section,
.wysiwyg .has-secondary-focus-color.headline--section,
#tinymce .has-secondary-focus-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-focus-color.headline--block,
.wysiwyg .has-secondary-focus-color.headline--block,
#tinymce .has-secondary-focus-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-focus-color.headline--sub,
.wysiwyg .has-secondary-focus-color.headline--sub,
#tinymce .has-secondary-focus-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-focus-color.headline--highlight,
.wysiwyg .has-secondary-focus-color.headline--highlight,
#tinymce .has-secondary-focus-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-focus-color.wb-surtitle,
.wysiwyg .has-secondary-focus-color.wb-surtitle,
#tinymce .has-secondary-focus-color.wb-surtitle {
  color: var(--color-secondary-focus);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-secondary-focus-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-focus-background-color.h1,
.wysiwyg h1.has-secondary-focus-background-color,
.wysiwyg .has-secondary-focus-background-color.h1,
#tinymce h1.has-secondary-focus-background-color,
#tinymce .has-secondary-focus-background-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-secondary-focus-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-focus-background-color.h2,
.wysiwyg h2.has-secondary-focus-background-color,
.wysiwyg .has-secondary-focus-background-color.h2,
#tinymce h2.has-secondary-focus-background-color,
#tinymce .has-secondary-focus-background-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-secondary-focus-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-focus-background-color.h3,
.wysiwyg h3.has-secondary-focus-background-color,
.wysiwyg .has-secondary-focus-background-color.h3,
#tinymce h3.has-secondary-focus-background-color,
#tinymce .has-secondary-focus-background-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-secondary-focus-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-focus-background-color.h4,
.wysiwyg h4.has-secondary-focus-background-color,
.wysiwyg .has-secondary-focus-background-color.h4,
#tinymce h4.has-secondary-focus-background-color,
#tinymce .has-secondary-focus-background-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-secondary-focus-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-focus-background-color.h5,
.wysiwyg h5.has-secondary-focus-background-color,
.wysiwyg .has-secondary-focus-background-color.h5,
#tinymce h5.has-secondary-focus-background-color,
#tinymce .has-secondary-focus-background-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-secondary-focus-background-color,
.wysiwyg p.has-secondary-focus-background-color,
#tinymce p.has-secondary-focus-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-focus-background-color.headline--main,
.wysiwyg .has-secondary-focus-background-color.headline--main,
#tinymce .has-secondary-focus-background-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-focus-background-color.headline--section,
.wysiwyg .has-secondary-focus-background-color.headline--section,
#tinymce .has-secondary-focus-background-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-focus-background-color.headline--block,
.wysiwyg .has-secondary-focus-background-color.headline--block,
#tinymce .has-secondary-focus-background-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-focus-background-color.headline--sub,
.wysiwyg .has-secondary-focus-background-color.headline--sub,
#tinymce .has-secondary-focus-background-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-focus-background-color.headline--highlight,
.wysiwyg .has-secondary-focus-background-color.headline--highlight,
#tinymce .has-secondary-focus-background-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-secondary-focus-background-color.wb-surtitle,
.wysiwyg .has-secondary-focus-background-color.wb-surtitle,
#tinymce .has-secondary-focus-background-color.wb-surtitle {
  background-color: var(--color-secondary-focus);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-white-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-color.h1,
.wysiwyg h1.has-white-color,
.wysiwyg .has-white-color.h1,
#tinymce h1.has-white-color,
#tinymce .has-white-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-white-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-color.h2,
.wysiwyg h2.has-white-color,
.wysiwyg .has-white-color.h2,
#tinymce h2.has-white-color,
#tinymce .has-white-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-white-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-color.h3,
.wysiwyg h3.has-white-color,
.wysiwyg .has-white-color.h3,
#tinymce h3.has-white-color,
#tinymce .has-white-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-white-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-color.h4,
.wysiwyg h4.has-white-color,
.wysiwyg .has-white-color.h4,
#tinymce h4.has-white-color,
#tinymce .has-white-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-white-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-color.h5,
.wysiwyg h5.has-white-color,
.wysiwyg .has-white-color.h5,
#tinymce h5.has-white-color,
#tinymce .has-white-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-white-color,
.wysiwyg p.has-white-color,
#tinymce p.has-white-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-color.headline--main,
.wysiwyg .has-white-color.headline--main,
#tinymce .has-white-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-color.headline--section,
.wysiwyg .has-white-color.headline--section,
#tinymce .has-white-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-color.headline--block,
.wysiwyg .has-white-color.headline--block,
#tinymce .has-white-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-color.headline--sub,
.wysiwyg .has-white-color.headline--sub,
#tinymce .has-white-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-color.headline--highlight,
.wysiwyg .has-white-color.headline--highlight,
#tinymce .has-white-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-color.wb-surtitle,
.wysiwyg .has-white-color.wb-surtitle,
#tinymce .has-white-color.wb-surtitle {
  color: var(--color-white);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-white-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-background-color.h1,
.wysiwyg h1.has-white-background-color,
.wysiwyg .has-white-background-color.h1,
#tinymce h1.has-white-background-color,
#tinymce .has-white-background-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-white-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-background-color.h2,
.wysiwyg h2.has-white-background-color,
.wysiwyg .has-white-background-color.h2,
#tinymce h2.has-white-background-color,
#tinymce .has-white-background-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-white-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-background-color.h3,
.wysiwyg h3.has-white-background-color,
.wysiwyg .has-white-background-color.h3,
#tinymce h3.has-white-background-color,
#tinymce .has-white-background-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-white-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-background-color.h4,
.wysiwyg h4.has-white-background-color,
.wysiwyg .has-white-background-color.h4,
#tinymce h4.has-white-background-color,
#tinymce .has-white-background-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-white-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-background-color.h5,
.wysiwyg h5.has-white-background-color,
.wysiwyg .has-white-background-color.h5,
#tinymce h5.has-white-background-color,
#tinymce .has-white-background-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-white-background-color,
.wysiwyg p.has-white-background-color,
#tinymce p.has-white-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-background-color.headline--main,
.wysiwyg .has-white-background-color.headline--main,
#tinymce .has-white-background-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-background-color.headline--section,
.wysiwyg .has-white-background-color.headline--section,
#tinymce .has-white-background-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-background-color.headline--block,
.wysiwyg .has-white-background-color.headline--block,
#tinymce .has-white-background-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-background-color.headline--sub,
.wysiwyg .has-white-background-color.headline--sub,
#tinymce .has-white-background-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-background-color.headline--highlight,
.wysiwyg .has-white-background-color.headline--highlight,
#tinymce .has-white-background-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-background-color.wb-surtitle,
.wysiwyg .has-white-background-color.wb-surtitle,
#tinymce .has-white-background-color.wb-surtitle {
  background-color: var(--color-white);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-white-75-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-75-color.h1,
.wysiwyg h1.has-white-75-color,
.wysiwyg .has-white-75-color.h1,
#tinymce h1.has-white-75-color,
#tinymce .has-white-75-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-white-75-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-75-color.h2,
.wysiwyg h2.has-white-75-color,
.wysiwyg .has-white-75-color.h2,
#tinymce h2.has-white-75-color,
#tinymce .has-white-75-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-white-75-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-75-color.h3,
.wysiwyg h3.has-white-75-color,
.wysiwyg .has-white-75-color.h3,
#tinymce h3.has-white-75-color,
#tinymce .has-white-75-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-white-75-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-75-color.h4,
.wysiwyg h4.has-white-75-color,
.wysiwyg .has-white-75-color.h4,
#tinymce h4.has-white-75-color,
#tinymce .has-white-75-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-white-75-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-75-color.h5,
.wysiwyg h5.has-white-75-color,
.wysiwyg .has-white-75-color.h5,
#tinymce h5.has-white-75-color,
#tinymce .has-white-75-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-white-75-color,
.wysiwyg p.has-white-75-color,
#tinymce p.has-white-75-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-75-color.headline--main,
.wysiwyg .has-white-75-color.headline--main,
#tinymce .has-white-75-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-75-color.headline--section,
.wysiwyg .has-white-75-color.headline--section,
#tinymce .has-white-75-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-75-color.headline--block,
.wysiwyg .has-white-75-color.headline--block,
#tinymce .has-white-75-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-75-color.headline--sub,
.wysiwyg .has-white-75-color.headline--sub,
#tinymce .has-white-75-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-75-color.headline--highlight,
.wysiwyg .has-white-75-color.headline--highlight,
#tinymce .has-white-75-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-75-color.wb-surtitle,
.wysiwyg .has-white-75-color.wb-surtitle,
#tinymce .has-white-75-color.wb-surtitle {
  color: var(--color-white-75);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-white-75-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-75-background-color.h1,
.wysiwyg h1.has-white-75-background-color,
.wysiwyg .has-white-75-background-color.h1,
#tinymce h1.has-white-75-background-color,
#tinymce .has-white-75-background-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-white-75-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-75-background-color.h2,
.wysiwyg h2.has-white-75-background-color,
.wysiwyg .has-white-75-background-color.h2,
#tinymce h2.has-white-75-background-color,
#tinymce .has-white-75-background-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-white-75-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-75-background-color.h3,
.wysiwyg h3.has-white-75-background-color,
.wysiwyg .has-white-75-background-color.h3,
#tinymce h3.has-white-75-background-color,
#tinymce .has-white-75-background-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-white-75-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-75-background-color.h4,
.wysiwyg h4.has-white-75-background-color,
.wysiwyg .has-white-75-background-color.h4,
#tinymce h4.has-white-75-background-color,
#tinymce .has-white-75-background-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-white-75-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-75-background-color.h5,
.wysiwyg h5.has-white-75-background-color,
.wysiwyg .has-white-75-background-color.h5,
#tinymce h5.has-white-75-background-color,
#tinymce .has-white-75-background-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-white-75-background-color,
.wysiwyg p.has-white-75-background-color,
#tinymce p.has-white-75-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-75-background-color.headline--main,
.wysiwyg .has-white-75-background-color.headline--main,
#tinymce .has-white-75-background-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-75-background-color.headline--section,
.wysiwyg .has-white-75-background-color.headline--section,
#tinymce .has-white-75-background-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-75-background-color.headline--block,
.wysiwyg .has-white-75-background-color.headline--block,
#tinymce .has-white-75-background-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-75-background-color.headline--sub,
.wysiwyg .has-white-75-background-color.headline--sub,
#tinymce .has-white-75-background-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-75-background-color.headline--highlight,
.wysiwyg .has-white-75-background-color.headline--highlight,
#tinymce .has-white-75-background-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-white-75-background-color.wb-surtitle,
.wysiwyg .has-white-75-background-color.wb-surtitle,
#tinymce .has-white-75-background-color.wb-surtitle {
  background-color: var(--color-white-75);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-grey-lighter-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-lighter-color.h1,
.wysiwyg h1.has-grey-lighter-color,
.wysiwyg .has-grey-lighter-color.h1,
#tinymce h1.has-grey-lighter-color,
#tinymce .has-grey-lighter-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-grey-lighter-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-lighter-color.h2,
.wysiwyg h2.has-grey-lighter-color,
.wysiwyg .has-grey-lighter-color.h2,
#tinymce h2.has-grey-lighter-color,
#tinymce .has-grey-lighter-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-grey-lighter-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-lighter-color.h3,
.wysiwyg h3.has-grey-lighter-color,
.wysiwyg .has-grey-lighter-color.h3,
#tinymce h3.has-grey-lighter-color,
#tinymce .has-grey-lighter-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-grey-lighter-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-lighter-color.h4,
.wysiwyg h4.has-grey-lighter-color,
.wysiwyg .has-grey-lighter-color.h4,
#tinymce h4.has-grey-lighter-color,
#tinymce .has-grey-lighter-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-grey-lighter-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-lighter-color.h5,
.wysiwyg h5.has-grey-lighter-color,
.wysiwyg .has-grey-lighter-color.h5,
#tinymce h5.has-grey-lighter-color,
#tinymce .has-grey-lighter-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-grey-lighter-color,
.wysiwyg p.has-grey-lighter-color,
#tinymce p.has-grey-lighter-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-lighter-color.headline--main,
.wysiwyg .has-grey-lighter-color.headline--main,
#tinymce .has-grey-lighter-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-lighter-color.headline--section,
.wysiwyg .has-grey-lighter-color.headline--section,
#tinymce .has-grey-lighter-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-lighter-color.headline--block,
.wysiwyg .has-grey-lighter-color.headline--block,
#tinymce .has-grey-lighter-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-lighter-color.headline--sub,
.wysiwyg .has-grey-lighter-color.headline--sub,
#tinymce .has-grey-lighter-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-lighter-color.headline--highlight,
.wysiwyg .has-grey-lighter-color.headline--highlight,
#tinymce .has-grey-lighter-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-lighter-color.wb-surtitle,
.wysiwyg .has-grey-lighter-color.wb-surtitle,
#tinymce .has-grey-lighter-color.wb-surtitle {
  color: var(--color-grey-lighter);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-grey-lighter-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-lighter-background-color.h1,
.wysiwyg h1.has-grey-lighter-background-color,
.wysiwyg .has-grey-lighter-background-color.h1,
#tinymce h1.has-grey-lighter-background-color,
#tinymce .has-grey-lighter-background-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-grey-lighter-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-lighter-background-color.h2,
.wysiwyg h2.has-grey-lighter-background-color,
.wysiwyg .has-grey-lighter-background-color.h2,
#tinymce h2.has-grey-lighter-background-color,
#tinymce .has-grey-lighter-background-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-grey-lighter-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-lighter-background-color.h3,
.wysiwyg h3.has-grey-lighter-background-color,
.wysiwyg .has-grey-lighter-background-color.h3,
#tinymce h3.has-grey-lighter-background-color,
#tinymce .has-grey-lighter-background-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-grey-lighter-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-lighter-background-color.h4,
.wysiwyg h4.has-grey-lighter-background-color,
.wysiwyg .has-grey-lighter-background-color.h4,
#tinymce h4.has-grey-lighter-background-color,
#tinymce .has-grey-lighter-background-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-grey-lighter-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-lighter-background-color.h5,
.wysiwyg h5.has-grey-lighter-background-color,
.wysiwyg .has-grey-lighter-background-color.h5,
#tinymce h5.has-grey-lighter-background-color,
#tinymce .has-grey-lighter-background-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-grey-lighter-background-color,
.wysiwyg p.has-grey-lighter-background-color,
#tinymce p.has-grey-lighter-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-lighter-background-color.headline--main,
.wysiwyg .has-grey-lighter-background-color.headline--main,
#tinymce .has-grey-lighter-background-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-lighter-background-color.headline--section,
.wysiwyg .has-grey-lighter-background-color.headline--section,
#tinymce .has-grey-lighter-background-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-lighter-background-color.headline--block,
.wysiwyg .has-grey-lighter-background-color.headline--block,
#tinymce .has-grey-lighter-background-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-lighter-background-color.headline--sub,
.wysiwyg .has-grey-lighter-background-color.headline--sub,
#tinymce .has-grey-lighter-background-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-lighter-background-color.headline--highlight,
.wysiwyg .has-grey-lighter-background-color.headline--highlight,
#tinymce .has-grey-lighter-background-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-lighter-background-color.wb-surtitle,
.wysiwyg .has-grey-lighter-background-color.wb-surtitle,
#tinymce .has-grey-lighter-background-color.wb-surtitle {
  background-color: var(--color-grey-lighter);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-grey-light-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-light-color.h1,
.wysiwyg h1.has-grey-light-color,
.wysiwyg .has-grey-light-color.h1,
#tinymce h1.has-grey-light-color,
#tinymce .has-grey-light-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-grey-light-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-light-color.h2,
.wysiwyg h2.has-grey-light-color,
.wysiwyg .has-grey-light-color.h2,
#tinymce h2.has-grey-light-color,
#tinymce .has-grey-light-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-grey-light-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-light-color.h3,
.wysiwyg h3.has-grey-light-color,
.wysiwyg .has-grey-light-color.h3,
#tinymce h3.has-grey-light-color,
#tinymce .has-grey-light-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-grey-light-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-light-color.h4,
.wysiwyg h4.has-grey-light-color,
.wysiwyg .has-grey-light-color.h4,
#tinymce h4.has-grey-light-color,
#tinymce .has-grey-light-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-grey-light-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-light-color.h5,
.wysiwyg h5.has-grey-light-color,
.wysiwyg .has-grey-light-color.h5,
#tinymce h5.has-grey-light-color,
#tinymce .has-grey-light-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-grey-light-color,
.wysiwyg p.has-grey-light-color,
#tinymce p.has-grey-light-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-light-color.headline--main,
.wysiwyg .has-grey-light-color.headline--main,
#tinymce .has-grey-light-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-light-color.headline--section,
.wysiwyg .has-grey-light-color.headline--section,
#tinymce .has-grey-light-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-light-color.headline--block,
.wysiwyg .has-grey-light-color.headline--block,
#tinymce .has-grey-light-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-light-color.headline--sub,
.wysiwyg .has-grey-light-color.headline--sub,
#tinymce .has-grey-light-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-light-color.headline--highlight,
.wysiwyg .has-grey-light-color.headline--highlight,
#tinymce .has-grey-light-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-light-color.wb-surtitle,
.wysiwyg .has-grey-light-color.wb-surtitle,
#tinymce .has-grey-light-color.wb-surtitle {
  color: var(--color-grey-light);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-grey-light-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-light-background-color.h1,
.wysiwyg h1.has-grey-light-background-color,
.wysiwyg .has-grey-light-background-color.h1,
#tinymce h1.has-grey-light-background-color,
#tinymce .has-grey-light-background-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-grey-light-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-light-background-color.h2,
.wysiwyg h2.has-grey-light-background-color,
.wysiwyg .has-grey-light-background-color.h2,
#tinymce h2.has-grey-light-background-color,
#tinymce .has-grey-light-background-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-grey-light-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-light-background-color.h3,
.wysiwyg h3.has-grey-light-background-color,
.wysiwyg .has-grey-light-background-color.h3,
#tinymce h3.has-grey-light-background-color,
#tinymce .has-grey-light-background-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-grey-light-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-light-background-color.h4,
.wysiwyg h4.has-grey-light-background-color,
.wysiwyg .has-grey-light-background-color.h4,
#tinymce h4.has-grey-light-background-color,
#tinymce .has-grey-light-background-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-grey-light-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-light-background-color.h5,
.wysiwyg h5.has-grey-light-background-color,
.wysiwyg .has-grey-light-background-color.h5,
#tinymce h5.has-grey-light-background-color,
#tinymce .has-grey-light-background-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-grey-light-background-color,
.wysiwyg p.has-grey-light-background-color,
#tinymce p.has-grey-light-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-light-background-color.headline--main,
.wysiwyg .has-grey-light-background-color.headline--main,
#tinymce .has-grey-light-background-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-light-background-color.headline--section,
.wysiwyg .has-grey-light-background-color.headline--section,
#tinymce .has-grey-light-background-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-light-background-color.headline--block,
.wysiwyg .has-grey-light-background-color.headline--block,
#tinymce .has-grey-light-background-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-light-background-color.headline--sub,
.wysiwyg .has-grey-light-background-color.headline--sub,
#tinymce .has-grey-light-background-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-light-background-color.headline--highlight,
.wysiwyg .has-grey-light-background-color.headline--highlight,
#tinymce .has-grey-light-background-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-light-background-color.wb-surtitle,
.wysiwyg .has-grey-light-background-color.wb-surtitle,
#tinymce .has-grey-light-background-color.wb-surtitle {
  background-color: var(--color-grey-light);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-grey-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-color.h1,
.wysiwyg h1.has-grey-color,
.wysiwyg .has-grey-color.h1,
#tinymce h1.has-grey-color,
#tinymce .has-grey-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-grey-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-color.h2,
.wysiwyg h2.has-grey-color,
.wysiwyg .has-grey-color.h2,
#tinymce h2.has-grey-color,
#tinymce .has-grey-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-grey-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-color.h3,
.wysiwyg h3.has-grey-color,
.wysiwyg .has-grey-color.h3,
#tinymce h3.has-grey-color,
#tinymce .has-grey-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-grey-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-color.h4,
.wysiwyg h4.has-grey-color,
.wysiwyg .has-grey-color.h4,
#tinymce h4.has-grey-color,
#tinymce .has-grey-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-grey-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-color.h5,
.wysiwyg h5.has-grey-color,
.wysiwyg .has-grey-color.h5,
#tinymce h5.has-grey-color,
#tinymce .has-grey-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-grey-color,
.wysiwyg p.has-grey-color,
#tinymce p.has-grey-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-color.headline--main,
.wysiwyg .has-grey-color.headline--main,
#tinymce .has-grey-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-color.headline--section,
.wysiwyg .has-grey-color.headline--section,
#tinymce .has-grey-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-color.headline--block,
.wysiwyg .has-grey-color.headline--block,
#tinymce .has-grey-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-color.headline--sub,
.wysiwyg .has-grey-color.headline--sub,
#tinymce .has-grey-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-color.headline--highlight,
.wysiwyg .has-grey-color.headline--highlight,
#tinymce .has-grey-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-color.wb-surtitle,
.wysiwyg .has-grey-color.wb-surtitle,
#tinymce .has-grey-color.wb-surtitle {
  color: var(--color-grey);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-grey-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-background-color.h1,
.wysiwyg h1.has-grey-background-color,
.wysiwyg .has-grey-background-color.h1,
#tinymce h1.has-grey-background-color,
#tinymce .has-grey-background-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-grey-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-background-color.h2,
.wysiwyg h2.has-grey-background-color,
.wysiwyg .has-grey-background-color.h2,
#tinymce h2.has-grey-background-color,
#tinymce .has-grey-background-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-grey-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-background-color.h3,
.wysiwyg h3.has-grey-background-color,
.wysiwyg .has-grey-background-color.h3,
#tinymce h3.has-grey-background-color,
#tinymce .has-grey-background-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-grey-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-background-color.h4,
.wysiwyg h4.has-grey-background-color,
.wysiwyg .has-grey-background-color.h4,
#tinymce h4.has-grey-background-color,
#tinymce .has-grey-background-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-grey-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-background-color.h5,
.wysiwyg h5.has-grey-background-color,
.wysiwyg .has-grey-background-color.h5,
#tinymce h5.has-grey-background-color,
#tinymce .has-grey-background-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-grey-background-color,
.wysiwyg p.has-grey-background-color,
#tinymce p.has-grey-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-background-color.headline--main,
.wysiwyg .has-grey-background-color.headline--main,
#tinymce .has-grey-background-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-background-color.headline--section,
.wysiwyg .has-grey-background-color.headline--section,
#tinymce .has-grey-background-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-background-color.headline--block,
.wysiwyg .has-grey-background-color.headline--block,
#tinymce .has-grey-background-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-background-color.headline--sub,
.wysiwyg .has-grey-background-color.headline--sub,
#tinymce .has-grey-background-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-background-color.headline--highlight,
.wysiwyg .has-grey-background-color.headline--highlight,
#tinymce .has-grey-background-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-background-color.wb-surtitle,
.wysiwyg .has-grey-background-color.wb-surtitle,
#tinymce .has-grey-background-color.wb-surtitle {
  background-color: var(--color-grey);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-grey-dark-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-color.h1,
.wysiwyg h1.has-grey-dark-color,
.wysiwyg .has-grey-dark-color.h1,
#tinymce h1.has-grey-dark-color,
#tinymce .has-grey-dark-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-grey-dark-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-color.h2,
.wysiwyg h2.has-grey-dark-color,
.wysiwyg .has-grey-dark-color.h2,
#tinymce h2.has-grey-dark-color,
#tinymce .has-grey-dark-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-grey-dark-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-color.h3,
.wysiwyg h3.has-grey-dark-color,
.wysiwyg .has-grey-dark-color.h3,
#tinymce h3.has-grey-dark-color,
#tinymce .has-grey-dark-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-grey-dark-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-color.h4,
.wysiwyg h4.has-grey-dark-color,
.wysiwyg .has-grey-dark-color.h4,
#tinymce h4.has-grey-dark-color,
#tinymce .has-grey-dark-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-grey-dark-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-color.h5,
.wysiwyg h5.has-grey-dark-color,
.wysiwyg .has-grey-dark-color.h5,
#tinymce h5.has-grey-dark-color,
#tinymce .has-grey-dark-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-grey-dark-color,
.wysiwyg p.has-grey-dark-color,
#tinymce p.has-grey-dark-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-color.headline--main,
.wysiwyg .has-grey-dark-color.headline--main,
#tinymce .has-grey-dark-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-color.headline--section,
.wysiwyg .has-grey-dark-color.headline--section,
#tinymce .has-grey-dark-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-color.headline--block,
.wysiwyg .has-grey-dark-color.headline--block,
#tinymce .has-grey-dark-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-color.headline--sub,
.wysiwyg .has-grey-dark-color.headline--sub,
#tinymce .has-grey-dark-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-color.headline--highlight,
.wysiwyg .has-grey-dark-color.headline--highlight,
#tinymce .has-grey-dark-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-color.wb-surtitle,
.wysiwyg .has-grey-dark-color.wb-surtitle,
#tinymce .has-grey-dark-color.wb-surtitle {
  color: var(--color-grey-dark);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-grey-dark-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-background-color.h1,
.wysiwyg h1.has-grey-dark-background-color,
.wysiwyg .has-grey-dark-background-color.h1,
#tinymce h1.has-grey-dark-background-color,
#tinymce .has-grey-dark-background-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-grey-dark-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-background-color.h2,
.wysiwyg h2.has-grey-dark-background-color,
.wysiwyg .has-grey-dark-background-color.h2,
#tinymce h2.has-grey-dark-background-color,
#tinymce .has-grey-dark-background-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-grey-dark-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-background-color.h3,
.wysiwyg h3.has-grey-dark-background-color,
.wysiwyg .has-grey-dark-background-color.h3,
#tinymce h3.has-grey-dark-background-color,
#tinymce .has-grey-dark-background-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-grey-dark-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-background-color.h4,
.wysiwyg h4.has-grey-dark-background-color,
.wysiwyg .has-grey-dark-background-color.h4,
#tinymce h4.has-grey-dark-background-color,
#tinymce .has-grey-dark-background-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-grey-dark-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-background-color.h5,
.wysiwyg h5.has-grey-dark-background-color,
.wysiwyg .has-grey-dark-background-color.h5,
#tinymce h5.has-grey-dark-background-color,
#tinymce .has-grey-dark-background-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-grey-dark-background-color,
.wysiwyg p.has-grey-dark-background-color,
#tinymce p.has-grey-dark-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-background-color.headline--main,
.wysiwyg .has-grey-dark-background-color.headline--main,
#tinymce .has-grey-dark-background-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-background-color.headline--section,
.wysiwyg .has-grey-dark-background-color.headline--section,
#tinymce .has-grey-dark-background-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-background-color.headline--block,
.wysiwyg .has-grey-dark-background-color.headline--block,
#tinymce .has-grey-dark-background-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-background-color.headline--sub,
.wysiwyg .has-grey-dark-background-color.headline--sub,
#tinymce .has-grey-dark-background-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-background-color.headline--highlight,
.wysiwyg .has-grey-dark-background-color.headline--highlight,
#tinymce .has-grey-dark-background-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-background-color.wb-surtitle,
.wysiwyg .has-grey-dark-background-color.wb-surtitle,
#tinymce .has-grey-dark-background-color.wb-surtitle {
  background-color: var(--color-grey-dark);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-grey-dark-75-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-75-color.h1,
.wysiwyg h1.has-grey-dark-75-color,
.wysiwyg .has-grey-dark-75-color.h1,
#tinymce h1.has-grey-dark-75-color,
#tinymce .has-grey-dark-75-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-grey-dark-75-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-75-color.h2,
.wysiwyg h2.has-grey-dark-75-color,
.wysiwyg .has-grey-dark-75-color.h2,
#tinymce h2.has-grey-dark-75-color,
#tinymce .has-grey-dark-75-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-grey-dark-75-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-75-color.h3,
.wysiwyg h3.has-grey-dark-75-color,
.wysiwyg .has-grey-dark-75-color.h3,
#tinymce h3.has-grey-dark-75-color,
#tinymce .has-grey-dark-75-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-grey-dark-75-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-75-color.h4,
.wysiwyg h4.has-grey-dark-75-color,
.wysiwyg .has-grey-dark-75-color.h4,
#tinymce h4.has-grey-dark-75-color,
#tinymce .has-grey-dark-75-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-grey-dark-75-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-75-color.h5,
.wysiwyg h5.has-grey-dark-75-color,
.wysiwyg .has-grey-dark-75-color.h5,
#tinymce h5.has-grey-dark-75-color,
#tinymce .has-grey-dark-75-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-grey-dark-75-color,
.wysiwyg p.has-grey-dark-75-color,
#tinymce p.has-grey-dark-75-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-75-color.headline--main,
.wysiwyg .has-grey-dark-75-color.headline--main,
#tinymce .has-grey-dark-75-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-75-color.headline--section,
.wysiwyg .has-grey-dark-75-color.headline--section,
#tinymce .has-grey-dark-75-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-75-color.headline--block,
.wysiwyg .has-grey-dark-75-color.headline--block,
#tinymce .has-grey-dark-75-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-75-color.headline--sub,
.wysiwyg .has-grey-dark-75-color.headline--sub,
#tinymce .has-grey-dark-75-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-75-color.headline--highlight,
.wysiwyg .has-grey-dark-75-color.headline--highlight,
#tinymce .has-grey-dark-75-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-75-color.wb-surtitle,
.wysiwyg .has-grey-dark-75-color.wb-surtitle,
#tinymce .has-grey-dark-75-color.wb-surtitle {
  color: var(--color-grey-dark-75);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-grey-dark-75-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-75-background-color.h1,
.wysiwyg h1.has-grey-dark-75-background-color,
.wysiwyg .has-grey-dark-75-background-color.h1,
#tinymce h1.has-grey-dark-75-background-color,
#tinymce .has-grey-dark-75-background-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-grey-dark-75-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-75-background-color.h2,
.wysiwyg h2.has-grey-dark-75-background-color,
.wysiwyg .has-grey-dark-75-background-color.h2,
#tinymce h2.has-grey-dark-75-background-color,
#tinymce .has-grey-dark-75-background-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-grey-dark-75-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-75-background-color.h3,
.wysiwyg h3.has-grey-dark-75-background-color,
.wysiwyg .has-grey-dark-75-background-color.h3,
#tinymce h3.has-grey-dark-75-background-color,
#tinymce .has-grey-dark-75-background-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-grey-dark-75-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-75-background-color.h4,
.wysiwyg h4.has-grey-dark-75-background-color,
.wysiwyg .has-grey-dark-75-background-color.h4,
#tinymce h4.has-grey-dark-75-background-color,
#tinymce .has-grey-dark-75-background-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-grey-dark-75-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-75-background-color.h5,
.wysiwyg h5.has-grey-dark-75-background-color,
.wysiwyg .has-grey-dark-75-background-color.h5,
#tinymce h5.has-grey-dark-75-background-color,
#tinymce .has-grey-dark-75-background-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-grey-dark-75-background-color,
.wysiwyg p.has-grey-dark-75-background-color,
#tinymce p.has-grey-dark-75-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-75-background-color.headline--main,
.wysiwyg .has-grey-dark-75-background-color.headline--main,
#tinymce .has-grey-dark-75-background-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-75-background-color.headline--section,
.wysiwyg .has-grey-dark-75-background-color.headline--section,
#tinymce .has-grey-dark-75-background-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-75-background-color.headline--block,
.wysiwyg .has-grey-dark-75-background-color.headline--block,
#tinymce .has-grey-dark-75-background-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-75-background-color.headline--sub,
.wysiwyg .has-grey-dark-75-background-color.headline--sub,
#tinymce .has-grey-dark-75-background-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-75-background-color.headline--highlight,
.wysiwyg .has-grey-dark-75-background-color.headline--highlight,
#tinymce .has-grey-dark-75-background-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-grey-dark-75-background-color.wb-surtitle,
.wysiwyg .has-grey-dark-75-background-color.wb-surtitle,
#tinymce .has-grey-dark-75-background-color.wb-surtitle {
  background-color: var(--color-grey-dark-75);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-black-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-color.h1,
.wysiwyg h1.has-black-color,
.wysiwyg .has-black-color.h1,
#tinymce h1.has-black-color,
#tinymce .has-black-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-black-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-color.h2,
.wysiwyg h2.has-black-color,
.wysiwyg .has-black-color.h2,
#tinymce h2.has-black-color,
#tinymce .has-black-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-black-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-color.h3,
.wysiwyg h3.has-black-color,
.wysiwyg .has-black-color.h3,
#tinymce h3.has-black-color,
#tinymce .has-black-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-black-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-color.h4,
.wysiwyg h4.has-black-color,
.wysiwyg .has-black-color.h4,
#tinymce h4.has-black-color,
#tinymce .has-black-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-black-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-color.h5,
.wysiwyg h5.has-black-color,
.wysiwyg .has-black-color.h5,
#tinymce h5.has-black-color,
#tinymce .has-black-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-black-color,
.wysiwyg p.has-black-color,
#tinymce p.has-black-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-color.headline--main,
.wysiwyg .has-black-color.headline--main,
#tinymce .has-black-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-color.headline--section,
.wysiwyg .has-black-color.headline--section,
#tinymce .has-black-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-color.headline--block,
.wysiwyg .has-black-color.headline--block,
#tinymce .has-black-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-color.headline--sub,
.wysiwyg .has-black-color.headline--sub,
#tinymce .has-black-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-color.headline--highlight,
.wysiwyg .has-black-color.headline--highlight,
#tinymce .has-black-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-color.wb-surtitle,
.wysiwyg .has-black-color.wb-surtitle,
#tinymce .has-black-color.wb-surtitle {
  color: var(--color-black);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-black-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-background-color.h1,
.wysiwyg h1.has-black-background-color,
.wysiwyg .has-black-background-color.h1,
#tinymce h1.has-black-background-color,
#tinymce .has-black-background-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-black-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-background-color.h2,
.wysiwyg h2.has-black-background-color,
.wysiwyg .has-black-background-color.h2,
#tinymce h2.has-black-background-color,
#tinymce .has-black-background-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-black-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-background-color.h3,
.wysiwyg h3.has-black-background-color,
.wysiwyg .has-black-background-color.h3,
#tinymce h3.has-black-background-color,
#tinymce .has-black-background-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-black-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-background-color.h4,
.wysiwyg h4.has-black-background-color,
.wysiwyg .has-black-background-color.h4,
#tinymce h4.has-black-background-color,
#tinymce .has-black-background-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-black-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-background-color.h5,
.wysiwyg h5.has-black-background-color,
.wysiwyg .has-black-background-color.h5,
#tinymce h5.has-black-background-color,
#tinymce .has-black-background-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-black-background-color,
.wysiwyg p.has-black-background-color,
#tinymce p.has-black-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-background-color.headline--main,
.wysiwyg .has-black-background-color.headline--main,
#tinymce .has-black-background-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-background-color.headline--section,
.wysiwyg .has-black-background-color.headline--section,
#tinymce .has-black-background-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-background-color.headline--block,
.wysiwyg .has-black-background-color.headline--block,
#tinymce .has-black-background-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-background-color.headline--sub,
.wysiwyg .has-black-background-color.headline--sub,
#tinymce .has-black-background-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-background-color.headline--highlight,
.wysiwyg .has-black-background-color.headline--highlight,
#tinymce .has-black-background-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-background-color.wb-surtitle,
.wysiwyg .has-black-background-color.wb-surtitle,
#tinymce .has-black-background-color.wb-surtitle {
  background-color: var(--color-black);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-black-70-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-70-color.h1,
.wysiwyg h1.has-black-70-color,
.wysiwyg .has-black-70-color.h1,
#tinymce h1.has-black-70-color,
#tinymce .has-black-70-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-black-70-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-70-color.h2,
.wysiwyg h2.has-black-70-color,
.wysiwyg .has-black-70-color.h2,
#tinymce h2.has-black-70-color,
#tinymce .has-black-70-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-black-70-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-70-color.h3,
.wysiwyg h3.has-black-70-color,
.wysiwyg .has-black-70-color.h3,
#tinymce h3.has-black-70-color,
#tinymce .has-black-70-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-black-70-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-70-color.h4,
.wysiwyg h4.has-black-70-color,
.wysiwyg .has-black-70-color.h4,
#tinymce h4.has-black-70-color,
#tinymce .has-black-70-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-black-70-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-70-color.h5,
.wysiwyg h5.has-black-70-color,
.wysiwyg .has-black-70-color.h5,
#tinymce h5.has-black-70-color,
#tinymce .has-black-70-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-black-70-color,
.wysiwyg p.has-black-70-color,
#tinymce p.has-black-70-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-70-color.headline--main,
.wysiwyg .has-black-70-color.headline--main,
#tinymce .has-black-70-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-70-color.headline--section,
.wysiwyg .has-black-70-color.headline--section,
#tinymce .has-black-70-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-70-color.headline--block,
.wysiwyg .has-black-70-color.headline--block,
#tinymce .has-black-70-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-70-color.headline--sub,
.wysiwyg .has-black-70-color.headline--sub,
#tinymce .has-black-70-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-70-color.headline--highlight,
.wysiwyg .has-black-70-color.headline--highlight,
#tinymce .has-black-70-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-70-color.wb-surtitle,
.wysiwyg .has-black-70-color.wb-surtitle,
#tinymce .has-black-70-color.wb-surtitle {
  color: var(--color-black-70);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-black-70-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-70-background-color.h1,
.wysiwyg h1.has-black-70-background-color,
.wysiwyg .has-black-70-background-color.h1,
#tinymce h1.has-black-70-background-color,
#tinymce .has-black-70-background-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-black-70-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-70-background-color.h2,
.wysiwyg h2.has-black-70-background-color,
.wysiwyg .has-black-70-background-color.h2,
#tinymce h2.has-black-70-background-color,
#tinymce .has-black-70-background-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-black-70-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-70-background-color.h3,
.wysiwyg h3.has-black-70-background-color,
.wysiwyg .has-black-70-background-color.h3,
#tinymce h3.has-black-70-background-color,
#tinymce .has-black-70-background-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-black-70-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-70-background-color.h4,
.wysiwyg h4.has-black-70-background-color,
.wysiwyg .has-black-70-background-color.h4,
#tinymce h4.has-black-70-background-color,
#tinymce .has-black-70-background-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-black-70-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-70-background-color.h5,
.wysiwyg h5.has-black-70-background-color,
.wysiwyg .has-black-70-background-color.h5,
#tinymce h5.has-black-70-background-color,
#tinymce .has-black-70-background-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-black-70-background-color,
.wysiwyg p.has-black-70-background-color,
#tinymce p.has-black-70-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-70-background-color.headline--main,
.wysiwyg .has-black-70-background-color.headline--main,
#tinymce .has-black-70-background-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-70-background-color.headline--section,
.wysiwyg .has-black-70-background-color.headline--section,
#tinymce .has-black-70-background-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-70-background-color.headline--block,
.wysiwyg .has-black-70-background-color.headline--block,
#tinymce .has-black-70-background-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-70-background-color.headline--sub,
.wysiwyg .has-black-70-background-color.headline--sub,
#tinymce .has-black-70-background-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-70-background-color.headline--highlight,
.wysiwyg .has-black-70-background-color.headline--highlight,
#tinymce .has-black-70-background-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-70-background-color.wb-surtitle,
.wysiwyg .has-black-70-background-color.wb-surtitle,
#tinymce .has-black-70-background-color.wb-surtitle {
  background-color: var(--color-black-70);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-black-50-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-50-color.h1,
.wysiwyg h1.has-black-50-color,
.wysiwyg .has-black-50-color.h1,
#tinymce h1.has-black-50-color,
#tinymce .has-black-50-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-black-50-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-50-color.h2,
.wysiwyg h2.has-black-50-color,
.wysiwyg .has-black-50-color.h2,
#tinymce h2.has-black-50-color,
#tinymce .has-black-50-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-black-50-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-50-color.h3,
.wysiwyg h3.has-black-50-color,
.wysiwyg .has-black-50-color.h3,
#tinymce h3.has-black-50-color,
#tinymce .has-black-50-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-black-50-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-50-color.h4,
.wysiwyg h4.has-black-50-color,
.wysiwyg .has-black-50-color.h4,
#tinymce h4.has-black-50-color,
#tinymce .has-black-50-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-black-50-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-50-color.h5,
.wysiwyg h5.has-black-50-color,
.wysiwyg .has-black-50-color.h5,
#tinymce h5.has-black-50-color,
#tinymce .has-black-50-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-black-50-color,
.wysiwyg p.has-black-50-color,
#tinymce p.has-black-50-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-50-color.headline--main,
.wysiwyg .has-black-50-color.headline--main,
#tinymce .has-black-50-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-50-color.headline--section,
.wysiwyg .has-black-50-color.headline--section,
#tinymce .has-black-50-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-50-color.headline--block,
.wysiwyg .has-black-50-color.headline--block,
#tinymce .has-black-50-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-50-color.headline--sub,
.wysiwyg .has-black-50-color.headline--sub,
#tinymce .has-black-50-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-50-color.headline--highlight,
.wysiwyg .has-black-50-color.headline--highlight,
#tinymce .has-black-50-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-50-color.wb-surtitle,
.wysiwyg .has-black-50-color.wb-surtitle,
#tinymce .has-black-50-color.wb-surtitle {
  color: var(--color-black-50);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-black-50-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-50-background-color.h1,
.wysiwyg h1.has-black-50-background-color,
.wysiwyg .has-black-50-background-color.h1,
#tinymce h1.has-black-50-background-color,
#tinymce .has-black-50-background-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-black-50-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-50-background-color.h2,
.wysiwyg h2.has-black-50-background-color,
.wysiwyg .has-black-50-background-color.h2,
#tinymce h2.has-black-50-background-color,
#tinymce .has-black-50-background-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-black-50-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-50-background-color.h3,
.wysiwyg h3.has-black-50-background-color,
.wysiwyg .has-black-50-background-color.h3,
#tinymce h3.has-black-50-background-color,
#tinymce .has-black-50-background-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-black-50-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-50-background-color.h4,
.wysiwyg h4.has-black-50-background-color,
.wysiwyg .has-black-50-background-color.h4,
#tinymce h4.has-black-50-background-color,
#tinymce .has-black-50-background-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-black-50-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-50-background-color.h5,
.wysiwyg h5.has-black-50-background-color,
.wysiwyg .has-black-50-background-color.h5,
#tinymce h5.has-black-50-background-color,
#tinymce .has-black-50-background-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-black-50-background-color,
.wysiwyg p.has-black-50-background-color,
#tinymce p.has-black-50-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-50-background-color.headline--main,
.wysiwyg .has-black-50-background-color.headline--main,
#tinymce .has-black-50-background-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-50-background-color.headline--section,
.wysiwyg .has-black-50-background-color.headline--section,
#tinymce .has-black-50-background-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-50-background-color.headline--block,
.wysiwyg .has-black-50-background-color.headline--block,
#tinymce .has-black-50-background-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-50-background-color.headline--sub,
.wysiwyg .has-black-50-background-color.headline--sub,
#tinymce .has-black-50-background-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-50-background-color.headline--highlight,
.wysiwyg .has-black-50-background-color.headline--highlight,
#tinymce .has-black-50-background-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-50-background-color.wb-surtitle,
.wysiwyg .has-black-50-background-color.wb-surtitle,
#tinymce .has-black-50-background-color.wb-surtitle {
  background-color: var(--color-black-50);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-black-10-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-10-color.h1,
.wysiwyg h1.has-black-10-color,
.wysiwyg .has-black-10-color.h1,
#tinymce h1.has-black-10-color,
#tinymce .has-black-10-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-black-10-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-10-color.h2,
.wysiwyg h2.has-black-10-color,
.wysiwyg .has-black-10-color.h2,
#tinymce h2.has-black-10-color,
#tinymce .has-black-10-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-black-10-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-10-color.h3,
.wysiwyg h3.has-black-10-color,
.wysiwyg .has-black-10-color.h3,
#tinymce h3.has-black-10-color,
#tinymce .has-black-10-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-black-10-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-10-color.h4,
.wysiwyg h4.has-black-10-color,
.wysiwyg .has-black-10-color.h4,
#tinymce h4.has-black-10-color,
#tinymce .has-black-10-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-black-10-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-10-color.h5,
.wysiwyg h5.has-black-10-color,
.wysiwyg .has-black-10-color.h5,
#tinymce h5.has-black-10-color,
#tinymce .has-black-10-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-black-10-color,
.wysiwyg p.has-black-10-color,
#tinymce p.has-black-10-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-10-color.headline--main,
.wysiwyg .has-black-10-color.headline--main,
#tinymce .has-black-10-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-10-color.headline--section,
.wysiwyg .has-black-10-color.headline--section,
#tinymce .has-black-10-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-10-color.headline--block,
.wysiwyg .has-black-10-color.headline--block,
#tinymce .has-black-10-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-10-color.headline--sub,
.wysiwyg .has-black-10-color.headline--sub,
#tinymce .has-black-10-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-10-color.headline--highlight,
.wysiwyg .has-black-10-color.headline--highlight,
#tinymce .has-black-10-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-10-color.wb-surtitle,
.wysiwyg .has-black-10-color.wb-surtitle,
#tinymce .has-black-10-color.wb-surtitle {
  color: var(--color-black-10);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-black-10-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-10-background-color.h1,
.wysiwyg h1.has-black-10-background-color,
.wysiwyg .has-black-10-background-color.h1,
#tinymce h1.has-black-10-background-color,
#tinymce .has-black-10-background-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-black-10-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-10-background-color.h2,
.wysiwyg h2.has-black-10-background-color,
.wysiwyg .has-black-10-background-color.h2,
#tinymce h2.has-black-10-background-color,
#tinymce .has-black-10-background-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-black-10-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-10-background-color.h3,
.wysiwyg h3.has-black-10-background-color,
.wysiwyg .has-black-10-background-color.h3,
#tinymce h3.has-black-10-background-color,
#tinymce .has-black-10-background-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-black-10-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-10-background-color.h4,
.wysiwyg h4.has-black-10-background-color,
.wysiwyg .has-black-10-background-color.h4,
#tinymce h4.has-black-10-background-color,
#tinymce .has-black-10-background-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-black-10-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-10-background-color.h5,
.wysiwyg h5.has-black-10-background-color,
.wysiwyg .has-black-10-background-color.h5,
#tinymce h5.has-black-10-background-color,
#tinymce .has-black-10-background-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-black-10-background-color,
.wysiwyg p.has-black-10-background-color,
#tinymce p.has-black-10-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-10-background-color.headline--main,
.wysiwyg .has-black-10-background-color.headline--main,
#tinymce .has-black-10-background-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-10-background-color.headline--section,
.wysiwyg .has-black-10-background-color.headline--section,
#tinymce .has-black-10-background-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-10-background-color.headline--block,
.wysiwyg .has-black-10-background-color.headline--block,
#tinymce .has-black-10-background-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-10-background-color.headline--sub,
.wysiwyg .has-black-10-background-color.headline--sub,
#tinymce .has-black-10-background-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-10-background-color.headline--highlight,
.wysiwyg .has-black-10-background-color.headline--highlight,
#tinymce .has-black-10-background-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-black-10-background-color.wb-surtitle,
.wysiwyg .has-black-10-background-color.wb-surtitle,
#tinymce .has-black-10-background-color.wb-surtitle {
  background-color: var(--color-black-10);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-error-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-error-color.h1,
.wysiwyg h1.has-error-color,
.wysiwyg .has-error-color.h1,
#tinymce h1.has-error-color,
#tinymce .has-error-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-error-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-error-color.h2,
.wysiwyg h2.has-error-color,
.wysiwyg .has-error-color.h2,
#tinymce h2.has-error-color,
#tinymce .has-error-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-error-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-error-color.h3,
.wysiwyg h3.has-error-color,
.wysiwyg .has-error-color.h3,
#tinymce h3.has-error-color,
#tinymce .has-error-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-error-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-error-color.h4,
.wysiwyg h4.has-error-color,
.wysiwyg .has-error-color.h4,
#tinymce h4.has-error-color,
#tinymce .has-error-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-error-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-error-color.h5,
.wysiwyg h5.has-error-color,
.wysiwyg .has-error-color.h5,
#tinymce h5.has-error-color,
#tinymce .has-error-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-error-color,
.wysiwyg p.has-error-color,
#tinymce p.has-error-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-error-color.headline--main,
.wysiwyg .has-error-color.headline--main,
#tinymce .has-error-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-error-color.headline--section,
.wysiwyg .has-error-color.headline--section,
#tinymce .has-error-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-error-color.headline--block,
.wysiwyg .has-error-color.headline--block,
#tinymce .has-error-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-error-color.headline--sub,
.wysiwyg .has-error-color.headline--sub,
#tinymce .has-error-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-error-color.headline--highlight,
.wysiwyg .has-error-color.headline--highlight,
#tinymce .has-error-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-error-color.wb-surtitle,
.wysiwyg .has-error-color.wb-surtitle,
#tinymce .has-error-color.wb-surtitle {
  color: var(--color-error);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-error-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-error-background-color.h1,
.wysiwyg h1.has-error-background-color,
.wysiwyg .has-error-background-color.h1,
#tinymce h1.has-error-background-color,
#tinymce .has-error-background-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-error-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-error-background-color.h2,
.wysiwyg h2.has-error-background-color,
.wysiwyg .has-error-background-color.h2,
#tinymce h2.has-error-background-color,
#tinymce .has-error-background-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-error-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-error-background-color.h3,
.wysiwyg h3.has-error-background-color,
.wysiwyg .has-error-background-color.h3,
#tinymce h3.has-error-background-color,
#tinymce .has-error-background-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-error-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-error-background-color.h4,
.wysiwyg h4.has-error-background-color,
.wysiwyg .has-error-background-color.h4,
#tinymce h4.has-error-background-color,
#tinymce .has-error-background-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-error-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-error-background-color.h5,
.wysiwyg h5.has-error-background-color,
.wysiwyg .has-error-background-color.h5,
#tinymce h5.has-error-background-color,
#tinymce .has-error-background-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-error-background-color,
.wysiwyg p.has-error-background-color,
#tinymce p.has-error-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-error-background-color.headline--main,
.wysiwyg .has-error-background-color.headline--main,
#tinymce .has-error-background-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-error-background-color.headline--section,
.wysiwyg .has-error-background-color.headline--section,
#tinymce .has-error-background-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-error-background-color.headline--block,
.wysiwyg .has-error-background-color.headline--block,
#tinymce .has-error-background-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-error-background-color.headline--sub,
.wysiwyg .has-error-background-color.headline--sub,
#tinymce .has-error-background-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-error-background-color.headline--highlight,
.wysiwyg .has-error-background-color.headline--highlight,
#tinymce .has-error-background-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-error-background-color.wb-surtitle,
.wysiwyg .has-error-background-color.wb-surtitle,
#tinymce .has-error-background-color.wb-surtitle {
  background-color: var(--color-error);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-warning-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-warning-color.h1,
.wysiwyg h1.has-warning-color,
.wysiwyg .has-warning-color.h1,
#tinymce h1.has-warning-color,
#tinymce .has-warning-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-warning-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-warning-color.h2,
.wysiwyg h2.has-warning-color,
.wysiwyg .has-warning-color.h2,
#tinymce h2.has-warning-color,
#tinymce .has-warning-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-warning-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-warning-color.h3,
.wysiwyg h3.has-warning-color,
.wysiwyg .has-warning-color.h3,
#tinymce h3.has-warning-color,
#tinymce .has-warning-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-warning-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-warning-color.h4,
.wysiwyg h4.has-warning-color,
.wysiwyg .has-warning-color.h4,
#tinymce h4.has-warning-color,
#tinymce .has-warning-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-warning-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-warning-color.h5,
.wysiwyg h5.has-warning-color,
.wysiwyg .has-warning-color.h5,
#tinymce h5.has-warning-color,
#tinymce .has-warning-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-warning-color,
.wysiwyg p.has-warning-color,
#tinymce p.has-warning-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-warning-color.headline--main,
.wysiwyg .has-warning-color.headline--main,
#tinymce .has-warning-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-warning-color.headline--section,
.wysiwyg .has-warning-color.headline--section,
#tinymce .has-warning-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-warning-color.headline--block,
.wysiwyg .has-warning-color.headline--block,
#tinymce .has-warning-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-warning-color.headline--sub,
.wysiwyg .has-warning-color.headline--sub,
#tinymce .has-warning-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-warning-color.headline--highlight,
.wysiwyg .has-warning-color.headline--highlight,
#tinymce .has-warning-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-warning-color.wb-surtitle,
.wysiwyg .has-warning-color.wb-surtitle,
#tinymce .has-warning-color.wb-surtitle {
  color: var(--color-warning);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-warning-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-warning-background-color.h1,
.wysiwyg h1.has-warning-background-color,
.wysiwyg .has-warning-background-color.h1,
#tinymce h1.has-warning-background-color,
#tinymce .has-warning-background-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-warning-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-warning-background-color.h2,
.wysiwyg h2.has-warning-background-color,
.wysiwyg .has-warning-background-color.h2,
#tinymce h2.has-warning-background-color,
#tinymce .has-warning-background-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-warning-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-warning-background-color.h3,
.wysiwyg h3.has-warning-background-color,
.wysiwyg .has-warning-background-color.h3,
#tinymce h3.has-warning-background-color,
#tinymce .has-warning-background-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-warning-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-warning-background-color.h4,
.wysiwyg h4.has-warning-background-color,
.wysiwyg .has-warning-background-color.h4,
#tinymce h4.has-warning-background-color,
#tinymce .has-warning-background-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-warning-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-warning-background-color.h5,
.wysiwyg h5.has-warning-background-color,
.wysiwyg .has-warning-background-color.h5,
#tinymce h5.has-warning-background-color,
#tinymce .has-warning-background-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-warning-background-color,
.wysiwyg p.has-warning-background-color,
#tinymce p.has-warning-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-warning-background-color.headline--main,
.wysiwyg .has-warning-background-color.headline--main,
#tinymce .has-warning-background-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-warning-background-color.headline--section,
.wysiwyg .has-warning-background-color.headline--section,
#tinymce .has-warning-background-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-warning-background-color.headline--block,
.wysiwyg .has-warning-background-color.headline--block,
#tinymce .has-warning-background-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-warning-background-color.headline--sub,
.wysiwyg .has-warning-background-color.headline--sub,
#tinymce .has-warning-background-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-warning-background-color.headline--highlight,
.wysiwyg .has-warning-background-color.headline--highlight,
#tinymce .has-warning-background-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-warning-background-color.wb-surtitle,
.wysiwyg .has-warning-background-color.wb-surtitle,
#tinymce .has-warning-background-color.wb-surtitle {
  background-color: var(--color-warning);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-success-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-success-color.h1,
.wysiwyg h1.has-success-color,
.wysiwyg .has-success-color.h1,
#tinymce h1.has-success-color,
#tinymce .has-success-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-success-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-success-color.h2,
.wysiwyg h2.has-success-color,
.wysiwyg .has-success-color.h2,
#tinymce h2.has-success-color,
#tinymce .has-success-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-success-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-success-color.h3,
.wysiwyg h3.has-success-color,
.wysiwyg .has-success-color.h3,
#tinymce h3.has-success-color,
#tinymce .has-success-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-success-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-success-color.h4,
.wysiwyg h4.has-success-color,
.wysiwyg .has-success-color.h4,
#tinymce h4.has-success-color,
#tinymce .has-success-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-success-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-success-color.h5,
.wysiwyg h5.has-success-color,
.wysiwyg .has-success-color.h5,
#tinymce h5.has-success-color,
#tinymce .has-success-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-success-color,
.wysiwyg p.has-success-color,
#tinymce p.has-success-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-success-color.headline--main,
.wysiwyg .has-success-color.headline--main,
#tinymce .has-success-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-success-color.headline--section,
.wysiwyg .has-success-color.headline--section,
#tinymce .has-success-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-success-color.headline--block,
.wysiwyg .has-success-color.headline--block,
#tinymce .has-success-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-success-color.headline--sub,
.wysiwyg .has-success-color.headline--sub,
#tinymce .has-success-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-success-color.headline--highlight,
.wysiwyg .has-success-color.headline--highlight,
#tinymce .has-success-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-success-color.wb-surtitle,
.wysiwyg .has-success-color.wb-surtitle,
#tinymce .has-success-color.wb-surtitle {
  color: var(--color-success);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-success-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-success-background-color.h1,
.wysiwyg h1.has-success-background-color,
.wysiwyg .has-success-background-color.h1,
#tinymce h1.has-success-background-color,
#tinymce .has-success-background-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-success-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-success-background-color.h2,
.wysiwyg h2.has-success-background-color,
.wysiwyg .has-success-background-color.h2,
#tinymce h2.has-success-background-color,
#tinymce .has-success-background-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-success-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-success-background-color.h3,
.wysiwyg h3.has-success-background-color,
.wysiwyg .has-success-background-color.h3,
#tinymce h3.has-success-background-color,
#tinymce .has-success-background-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-success-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-success-background-color.h4,
.wysiwyg h4.has-success-background-color,
.wysiwyg .has-success-background-color.h4,
#tinymce h4.has-success-background-color,
#tinymce .has-success-background-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-success-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-success-background-color.h5,
.wysiwyg h5.has-success-background-color,
.wysiwyg .has-success-background-color.h5,
#tinymce h5.has-success-background-color,
#tinymce .has-success-background-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-success-background-color,
.wysiwyg p.has-success-background-color,
#tinymce p.has-success-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-success-background-color.headline--main,
.wysiwyg .has-success-background-color.headline--main,
#tinymce .has-success-background-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-success-background-color.headline--section,
.wysiwyg .has-success-background-color.headline--section,
#tinymce .has-success-background-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-success-background-color.headline--block,
.wysiwyg .has-success-background-color.headline--block,
#tinymce .has-success-background-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-success-background-color.headline--sub,
.wysiwyg .has-success-background-color.headline--sub,
#tinymce .has-success-background-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-success-background-color.headline--highlight,
.wysiwyg .has-success-background-color.headline--highlight,
#tinymce .has-success-background-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-success-background-color.wb-surtitle,
.wysiwyg .has-success-background-color.wb-surtitle,
#tinymce .has-success-background-color.wb-surtitle {
  background-color: var(--color-success);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-text-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-background-color.h1,
.wysiwyg h1.has-text-background-color,
.wysiwyg .has-text-background-color.h1,
#tinymce h1.has-text-background-color,
#tinymce .has-text-background-color.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-text-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-background-color.h2,
.wysiwyg h2.has-text-background-color,
.wysiwyg .has-text-background-color.h2,
#tinymce h2.has-text-background-color,
#tinymce .has-text-background-color.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-text-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-background-color.h3,
.wysiwyg h3.has-text-background-color,
.wysiwyg .has-text-background-color.h3,
#tinymce h3.has-text-background-color,
#tinymce .has-text-background-color.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-text-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-background-color.h4,
.wysiwyg h4.has-text-background-color,
.wysiwyg .has-text-background-color.h4,
#tinymce h4.has-text-background-color,
#tinymce .has-text-background-color.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-text-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-background-color.h5,
.wysiwyg h5.has-text-background-color,
.wysiwyg .has-text-background-color.h5,
#tinymce h5.has-text-background-color,
#tinymce .has-text-background-color.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-text-background-color,
.wysiwyg p.has-text-background-color,
#tinymce p.has-text-background-color,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-background-color.headline--main,
.wysiwyg .has-text-background-color.headline--main,
#tinymce .has-text-background-color.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-background-color.headline--section,
.wysiwyg .has-text-background-color.headline--section,
#tinymce .has-text-background-color.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-background-color.headline--block,
.wysiwyg .has-text-background-color.headline--block,
#tinymce .has-text-background-color.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-background-color.headline--sub,
.wysiwyg .has-text-background-color.headline--sub,
#tinymce .has-text-background-color.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-background-color.headline--highlight,
.wysiwyg .has-text-background-color.headline--highlight,
#tinymce .has-text-background-color.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-background-color.wb-surtitle,
.wysiwyg .has-text-background-color.wb-surtitle,
#tinymce .has-text-background-color.wb-surtitle {
  background-color: var(--color-text);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-xs-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-xs-font-size.h1,
.wysiwyg h1.has-xs-font-size,
.wysiwyg .has-xs-font-size.h1,
#tinymce h1.has-xs-font-size,
#tinymce .has-xs-font-size.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-xs-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-xs-font-size.h2,
.wysiwyg h2.has-xs-font-size,
.wysiwyg .has-xs-font-size.h2,
#tinymce h2.has-xs-font-size,
#tinymce .has-xs-font-size.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-xs-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-xs-font-size.h3,
.wysiwyg h3.has-xs-font-size,
.wysiwyg .has-xs-font-size.h3,
#tinymce h3.has-xs-font-size,
#tinymce .has-xs-font-size.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-xs-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-xs-font-size.h4,
.wysiwyg h4.has-xs-font-size,
.wysiwyg .has-xs-font-size.h4,
#tinymce h4.has-xs-font-size,
#tinymce .has-xs-font-size.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-xs-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-xs-font-size.h5,
.wysiwyg h5.has-xs-font-size,
.wysiwyg .has-xs-font-size.h5,
#tinymce h5.has-xs-font-size,
#tinymce .has-xs-font-size.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-xs-font-size,
.wysiwyg p.has-xs-font-size,
#tinymce p.has-xs-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-xs-font-size.headline--main,
.wysiwyg .has-xs-font-size.headline--main,
#tinymce .has-xs-font-size.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-xs-font-size.headline--section,
.wysiwyg .has-xs-font-size.headline--section,
#tinymce .has-xs-font-size.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-xs-font-size.headline--block,
.wysiwyg .has-xs-font-size.headline--block,
#tinymce .has-xs-font-size.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-xs-font-size.headline--sub,
.wysiwyg .has-xs-font-size.headline--sub,
#tinymce .has-xs-font-size.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-xs-font-size.headline--highlight,
.wysiwyg .has-xs-font-size.headline--highlight,
#tinymce .has-xs-font-size.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-xs-font-size.wb-surtitle,
.wysiwyg .has-xs-font-size.wb-surtitle,
#tinymce .has-xs-font-size.wb-surtitle {
  font-size: var(--font-size-xs);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-sm-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-sm-font-size.h1,
.wysiwyg h1.has-sm-font-size,
.wysiwyg .has-sm-font-size.h1,
#tinymce h1.has-sm-font-size,
#tinymce .has-sm-font-size.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-sm-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-sm-font-size.h2,
.wysiwyg h2.has-sm-font-size,
.wysiwyg .has-sm-font-size.h2,
#tinymce h2.has-sm-font-size,
#tinymce .has-sm-font-size.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-sm-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-sm-font-size.h3,
.wysiwyg h3.has-sm-font-size,
.wysiwyg .has-sm-font-size.h3,
#tinymce h3.has-sm-font-size,
#tinymce .has-sm-font-size.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-sm-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-sm-font-size.h4,
.wysiwyg h4.has-sm-font-size,
.wysiwyg .has-sm-font-size.h4,
#tinymce h4.has-sm-font-size,
#tinymce .has-sm-font-size.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-sm-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-sm-font-size.h5,
.wysiwyg h5.has-sm-font-size,
.wysiwyg .has-sm-font-size.h5,
#tinymce h5.has-sm-font-size,
#tinymce .has-sm-font-size.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-sm-font-size,
.wysiwyg p.has-sm-font-size,
#tinymce p.has-sm-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-sm-font-size.headline--main,
.wysiwyg .has-sm-font-size.headline--main,
#tinymce .has-sm-font-size.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-sm-font-size.headline--section,
.wysiwyg .has-sm-font-size.headline--section,
#tinymce .has-sm-font-size.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-sm-font-size.headline--block,
.wysiwyg .has-sm-font-size.headline--block,
#tinymce .has-sm-font-size.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-sm-font-size.headline--sub,
.wysiwyg .has-sm-font-size.headline--sub,
#tinymce .has-sm-font-size.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-sm-font-size.headline--highlight,
.wysiwyg .has-sm-font-size.headline--highlight,
#tinymce .has-sm-font-size.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-sm-font-size.wb-surtitle,
.wysiwyg .has-sm-font-size.wb-surtitle,
#tinymce .has-sm-font-size.wb-surtitle {
  font-size: var(--font-size-sm);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-md-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-md-font-size.h1,
.wysiwyg h1.has-md-font-size,
.wysiwyg .has-md-font-size.h1,
#tinymce h1.has-md-font-size,
#tinymce .has-md-font-size.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-md-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-md-font-size.h2,
.wysiwyg h2.has-md-font-size,
.wysiwyg .has-md-font-size.h2,
#tinymce h2.has-md-font-size,
#tinymce .has-md-font-size.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-md-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-md-font-size.h3,
.wysiwyg h3.has-md-font-size,
.wysiwyg .has-md-font-size.h3,
#tinymce h3.has-md-font-size,
#tinymce .has-md-font-size.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-md-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-md-font-size.h4,
.wysiwyg h4.has-md-font-size,
.wysiwyg .has-md-font-size.h4,
#tinymce h4.has-md-font-size,
#tinymce .has-md-font-size.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-md-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-md-font-size.h5,
.wysiwyg h5.has-md-font-size,
.wysiwyg .has-md-font-size.h5,
#tinymce h5.has-md-font-size,
#tinymce .has-md-font-size.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-md-font-size,
.wysiwyg p.has-md-font-size,
#tinymce p.has-md-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-md-font-size.headline--main,
.wysiwyg .has-md-font-size.headline--main,
#tinymce .has-md-font-size.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-md-font-size.headline--section,
.wysiwyg .has-md-font-size.headline--section,
#tinymce .has-md-font-size.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-md-font-size.headline--block,
.wysiwyg .has-md-font-size.headline--block,
#tinymce .has-md-font-size.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-md-font-size.headline--sub,
.wysiwyg .has-md-font-size.headline--sub,
#tinymce .has-md-font-size.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-md-font-size.headline--highlight,
.wysiwyg .has-md-font-size.headline--highlight,
#tinymce .has-md-font-size.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-md-font-size.wb-surtitle,
.wysiwyg .has-md-font-size.wb-surtitle,
#tinymce .has-md-font-size.wb-surtitle {
  font-size: var(--font-size-md);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-lg-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-lg-font-size.h1,
.wysiwyg h1.has-lg-font-size,
.wysiwyg .has-lg-font-size.h1,
#tinymce h1.has-lg-font-size,
#tinymce .has-lg-font-size.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-lg-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-lg-font-size.h2,
.wysiwyg h2.has-lg-font-size,
.wysiwyg .has-lg-font-size.h2,
#tinymce h2.has-lg-font-size,
#tinymce .has-lg-font-size.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-lg-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-lg-font-size.h3,
.wysiwyg h3.has-lg-font-size,
.wysiwyg .has-lg-font-size.h3,
#tinymce h3.has-lg-font-size,
#tinymce .has-lg-font-size.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-lg-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-lg-font-size.h4,
.wysiwyg h4.has-lg-font-size,
.wysiwyg .has-lg-font-size.h4,
#tinymce h4.has-lg-font-size,
#tinymce .has-lg-font-size.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-lg-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-lg-font-size.h5,
.wysiwyg h5.has-lg-font-size,
.wysiwyg .has-lg-font-size.h5,
#tinymce h5.has-lg-font-size,
#tinymce .has-lg-font-size.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-lg-font-size,
.wysiwyg p.has-lg-font-size,
#tinymce p.has-lg-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-lg-font-size.headline--main,
.wysiwyg .has-lg-font-size.headline--main,
#tinymce .has-lg-font-size.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-lg-font-size.headline--section,
.wysiwyg .has-lg-font-size.headline--section,
#tinymce .has-lg-font-size.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-lg-font-size.headline--block,
.wysiwyg .has-lg-font-size.headline--block,
#tinymce .has-lg-font-size.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-lg-font-size.headline--sub,
.wysiwyg .has-lg-font-size.headline--sub,
#tinymce .has-lg-font-size.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-lg-font-size.headline--highlight,
.wysiwyg .has-lg-font-size.headline--highlight,
#tinymce .has-lg-font-size.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-lg-font-size.wb-surtitle,
.wysiwyg .has-lg-font-size.wb-surtitle,
#tinymce .has-lg-font-size.wb-surtitle {
  font-size: var(--font-size-lg);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-xl-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-xl-font-size.h1,
.wysiwyg h1.has-xl-font-size,
.wysiwyg .has-xl-font-size.h1,
#tinymce h1.has-xl-font-size,
#tinymce .has-xl-font-size.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-xl-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-xl-font-size.h2,
.wysiwyg h2.has-xl-font-size,
.wysiwyg .has-xl-font-size.h2,
#tinymce h2.has-xl-font-size,
#tinymce .has-xl-font-size.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-xl-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-xl-font-size.h3,
.wysiwyg h3.has-xl-font-size,
.wysiwyg .has-xl-font-size.h3,
#tinymce h3.has-xl-font-size,
#tinymce .has-xl-font-size.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-xl-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-xl-font-size.h4,
.wysiwyg h4.has-xl-font-size,
.wysiwyg .has-xl-font-size.h4,
#tinymce h4.has-xl-font-size,
#tinymce .has-xl-font-size.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-xl-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-xl-font-size.h5,
.wysiwyg h5.has-xl-font-size,
.wysiwyg .has-xl-font-size.h5,
#tinymce h5.has-xl-font-size,
#tinymce .has-xl-font-size.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-xl-font-size,
.wysiwyg p.has-xl-font-size,
#tinymce p.has-xl-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-xl-font-size.headline--main,
.wysiwyg .has-xl-font-size.headline--main,
#tinymce .has-xl-font-size.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-xl-font-size.headline--section,
.wysiwyg .has-xl-font-size.headline--section,
#tinymce .has-xl-font-size.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-xl-font-size.headline--block,
.wysiwyg .has-xl-font-size.headline--block,
#tinymce .has-xl-font-size.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-xl-font-size.headline--sub,
.wysiwyg .has-xl-font-size.headline--sub,
#tinymce .has-xl-font-size.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-xl-font-size.headline--highlight,
.wysiwyg .has-xl-font-size.headline--highlight,
#tinymce .has-xl-font-size.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-xl-font-size.wb-surtitle,
.wysiwyg .has-xl-font-size.wb-surtitle,
#tinymce .has-xl-font-size.wb-surtitle {
  font-size: var(--font-size-xl);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-xxl-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-xxl-font-size.h1,
.wysiwyg h1.has-xxl-font-size,
.wysiwyg .has-xxl-font-size.h1,
#tinymce h1.has-xxl-font-size,
#tinymce .has-xxl-font-size.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-xxl-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-xxl-font-size.h2,
.wysiwyg h2.has-xxl-font-size,
.wysiwyg .has-xxl-font-size.h2,
#tinymce h2.has-xxl-font-size,
#tinymce .has-xxl-font-size.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-xxl-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-xxl-font-size.h3,
.wysiwyg h3.has-xxl-font-size,
.wysiwyg .has-xxl-font-size.h3,
#tinymce h3.has-xxl-font-size,
#tinymce .has-xxl-font-size.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-xxl-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-xxl-font-size.h4,
.wysiwyg h4.has-xxl-font-size,
.wysiwyg .has-xxl-font-size.h4,
#tinymce h4.has-xxl-font-size,
#tinymce .has-xxl-font-size.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-xxl-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-xxl-font-size.h5,
.wysiwyg h5.has-xxl-font-size,
.wysiwyg .has-xxl-font-size.h5,
#tinymce h5.has-xxl-font-size,
#tinymce .has-xxl-font-size.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-xxl-font-size,
.wysiwyg p.has-xxl-font-size,
#tinymce p.has-xxl-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-xxl-font-size.headline--main,
.wysiwyg .has-xxl-font-size.headline--main,
#tinymce .has-xxl-font-size.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-xxl-font-size.headline--section,
.wysiwyg .has-xxl-font-size.headline--section,
#tinymce .has-xxl-font-size.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-xxl-font-size.headline--block,
.wysiwyg .has-xxl-font-size.headline--block,
#tinymce .has-xxl-font-size.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-xxl-font-size.headline--sub,
.wysiwyg .has-xxl-font-size.headline--sub,
#tinymce .has-xxl-font-size.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-xxl-font-size.headline--highlight,
.wysiwyg .has-xxl-font-size.headline--highlight,
#tinymce .has-xxl-font-size.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-xxl-font-size.wb-surtitle,
.wysiwyg .has-xxl-font-size.wb-surtitle,
#tinymce .has-xxl-font-size.wb-surtitle {
  font-size: var(--font-size-xxl);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-xxxl-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-xxxl-font-size.h1,
.wysiwyg h1.has-xxxl-font-size,
.wysiwyg .has-xxxl-font-size.h1,
#tinymce h1.has-xxxl-font-size,
#tinymce .has-xxxl-font-size.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-xxxl-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-xxxl-font-size.h2,
.wysiwyg h2.has-xxxl-font-size,
.wysiwyg .has-xxxl-font-size.h2,
#tinymce h2.has-xxxl-font-size,
#tinymce .has-xxxl-font-size.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-xxxl-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-xxxl-font-size.h3,
.wysiwyg h3.has-xxxl-font-size,
.wysiwyg .has-xxxl-font-size.h3,
#tinymce h3.has-xxxl-font-size,
#tinymce .has-xxxl-font-size.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-xxxl-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-xxxl-font-size.h4,
.wysiwyg h4.has-xxxl-font-size,
.wysiwyg .has-xxxl-font-size.h4,
#tinymce h4.has-xxxl-font-size,
#tinymce .has-xxxl-font-size.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-xxxl-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-xxxl-font-size.h5,
.wysiwyg h5.has-xxxl-font-size,
.wysiwyg .has-xxxl-font-size.h5,
#tinymce h5.has-xxxl-font-size,
#tinymce .has-xxxl-font-size.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-xxxl-font-size,
.wysiwyg p.has-xxxl-font-size,
#tinymce p.has-xxxl-font-size,
.wp-admin .block-editor .block-editor-block-list__layout .has-xxxl-font-size.headline--main,
.wysiwyg .has-xxxl-font-size.headline--main,
#tinymce .has-xxxl-font-size.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-xxxl-font-size.headline--section,
.wysiwyg .has-xxxl-font-size.headline--section,
#tinymce .has-xxxl-font-size.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-xxxl-font-size.headline--block,
.wysiwyg .has-xxxl-font-size.headline--block,
#tinymce .has-xxxl-font-size.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-xxxl-font-size.headline--sub,
.wysiwyg .has-xxxl-font-size.headline--sub,
#tinymce .has-xxxl-font-size.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-xxxl-font-size.headline--highlight,
.wysiwyg .has-xxxl-font-size.headline--highlight,
#tinymce .has-xxxl-font-size.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-xxxl-font-size.wb-surtitle,
.wysiwyg .has-xxxl-font-size.wb-surtitle,
#tinymce .has-xxxl-font-size.wb-surtitle {
  font-size: var(--font-size-xxxl);
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-text-align-center,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-center.h1,
.wysiwyg h1.has-text-align-center,
.wysiwyg .has-text-align-center.h1,
#tinymce h1.has-text-align-center,
#tinymce .has-text-align-center.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-text-align-center,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-center.h2,
.wysiwyg h2.has-text-align-center,
.wysiwyg .has-text-align-center.h2,
#tinymce h2.has-text-align-center,
#tinymce .has-text-align-center.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-text-align-center,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-center.h3,
.wysiwyg h3.has-text-align-center,
.wysiwyg .has-text-align-center.h3,
#tinymce h3.has-text-align-center,
#tinymce .has-text-align-center.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-text-align-center,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-center.h4,
.wysiwyg h4.has-text-align-center,
.wysiwyg .has-text-align-center.h4,
#tinymce h4.has-text-align-center,
#tinymce .has-text-align-center.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-text-align-center,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-center.h5,
.wysiwyg h5.has-text-align-center,
.wysiwyg .has-text-align-center.h5,
#tinymce h5.has-text-align-center,
#tinymce .has-text-align-center.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-text-align-center,
.wysiwyg p.has-text-align-center,
#tinymce p.has-text-align-center,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-center.headline--main,
.wysiwyg .has-text-align-center.headline--main,
#tinymce .has-text-align-center.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-center.headline--section,
.wysiwyg .has-text-align-center.headline--section,
#tinymce .has-text-align-center.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-center.headline--block,
.wysiwyg .has-text-align-center.headline--block,
#tinymce .has-text-align-center.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-center.headline--sub,
.wysiwyg .has-text-align-center.headline--sub,
#tinymce .has-text-align-center.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-center.headline--highlight,
.wysiwyg .has-text-align-center.headline--highlight,
#tinymce .has-text-align-center.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-center.wb-surtitle,
.wysiwyg .has-text-align-center.wb-surtitle,
#tinymce .has-text-align-center.wb-surtitle, .wp-admin .block-editor .block-editor-block-list__layout h1.has-text-align-right,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-right.h1,
.wysiwyg h1.has-text-align-right,
.wysiwyg .has-text-align-right.h1,
#tinymce h1.has-text-align-right,
#tinymce .has-text-align-right.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-text-align-right,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-right.h2,
.wysiwyg h2.has-text-align-right,
.wysiwyg .has-text-align-right.h2,
#tinymce h2.has-text-align-right,
#tinymce .has-text-align-right.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-text-align-right,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-right.h3,
.wysiwyg h3.has-text-align-right,
.wysiwyg .has-text-align-right.h3,
#tinymce h3.has-text-align-right,
#tinymce .has-text-align-right.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-text-align-right,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-right.h4,
.wysiwyg h4.has-text-align-right,
.wysiwyg .has-text-align-right.h4,
#tinymce h4.has-text-align-right,
#tinymce .has-text-align-right.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-text-align-right,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-right.h5,
.wysiwyg h5.has-text-align-right,
.wysiwyg .has-text-align-right.h5,
#tinymce h5.has-text-align-right,
#tinymce .has-text-align-right.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-text-align-right,
.wysiwyg p.has-text-align-right,
#tinymce p.has-text-align-right,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-right.headline--main,
.wysiwyg .has-text-align-right.headline--main,
#tinymce .has-text-align-right.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-right.headline--section,
.wysiwyg .has-text-align-right.headline--section,
#tinymce .has-text-align-right.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-right.headline--block,
.wysiwyg .has-text-align-right.headline--block,
#tinymce .has-text-align-right.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-right.headline--sub,
.wysiwyg .has-text-align-right.headline--sub,
#tinymce .has-text-align-right.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-right.headline--highlight,
.wysiwyg .has-text-align-right.headline--highlight,
#tinymce .has-text-align-right.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-right.wb-surtitle,
.wysiwyg .has-text-align-right.wb-surtitle,
#tinymce .has-text-align-right.wb-surtitle {
  margin-left: auto;
}
.wp-admin .block-editor .block-editor-block-list__layout h1.has-text-align-center,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-center.h1,
.wysiwyg h1.has-text-align-center,
.wysiwyg .has-text-align-center.h1,
#tinymce h1.has-text-align-center,
#tinymce .has-text-align-center.h1, .wp-admin .block-editor .block-editor-block-list__layout h2.has-text-align-center,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-center.h2,
.wysiwyg h2.has-text-align-center,
.wysiwyg .has-text-align-center.h2,
#tinymce h2.has-text-align-center,
#tinymce .has-text-align-center.h2, .wp-admin .block-editor .block-editor-block-list__layout h3.has-text-align-center,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-center.h3,
.wysiwyg h3.has-text-align-center,
.wysiwyg .has-text-align-center.h3,
#tinymce h3.has-text-align-center,
#tinymce .has-text-align-center.h3, .wp-admin .block-editor .block-editor-block-list__layout h4.has-text-align-center,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-center.h4,
.wysiwyg h4.has-text-align-center,
.wysiwyg .has-text-align-center.h4,
#tinymce h4.has-text-align-center,
#tinymce .has-text-align-center.h4, .wp-admin .block-editor .block-editor-block-list__layout h5.has-text-align-center,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-center.h5,
.wysiwyg h5.has-text-align-center,
.wysiwyg .has-text-align-center.h5,
#tinymce h5.has-text-align-center,
#tinymce .has-text-align-center.h5, .wp-admin .block-editor .block-editor-block-list__layout p.has-text-align-center,
.wysiwyg p.has-text-align-center,
#tinymce p.has-text-align-center,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-center.headline--main,
.wysiwyg .has-text-align-center.headline--main,
#tinymce .has-text-align-center.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-center.headline--section,
.wysiwyg .has-text-align-center.headline--section,
#tinymce .has-text-align-center.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-center.headline--block,
.wysiwyg .has-text-align-center.headline--block,
#tinymce .has-text-align-center.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-center.headline--sub,
.wysiwyg .has-text-align-center.headline--sub,
#tinymce .has-text-align-center.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-center.headline--highlight,
.wysiwyg .has-text-align-center.headline--highlight,
#tinymce .has-text-align-center.headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .has-text-align-center.wb-surtitle,
.wysiwyg .has-text-align-center.wb-surtitle,
#tinymce .has-text-align-center.wb-surtitle {
  margin-right: auto;
}

.wb-banner--full .wb-banner__image, .wb-banner__bg-image, .wb-banner__filter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

html:not([class*=wp-toolbar]),
body:not([class*=wp-admin]),
.editor-styles-wrapper {
  /* fix pour font trop bold sur mac (requis firefox25 pour le moz-osx-font-smoothing) */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Inter", sans-serif;
  color: var(--color-text);
}
html:not([class*=wp-toolbar]) ::selection,
body:not([class*=wp-admin]) ::selection,
.editor-styles-wrapper ::selection {
  background: var(--color-black);
  color: var(--color-white);
}

#page *:focus-visible:not([tabindex="-1"]) {
  outline: auto;
}

mark {
  background-color: inherit;
}

strong {
  font-weight: 700;
}

a {
  transition: all 250ms ease-in-out;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a:active, a:focus {
  outline: none;
}

button {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
}

.h1, .headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .headline--main,
.wysiwyg .headline--main,
#tinymce .headline--main, .wp-admin .block-editor .block-editor-block-list__layout h1,
.wp-admin .block-editor .block-editor-block-list__layout .h1,
.wysiwyg h1,
.wysiwyg .h1,
#tinymce h1,
#tinymce .h1 {
  font-size: 2.25rem;
  line-height: 2.75rem;
  font-weight: 700;
  margin-top: 30px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .h1, .headline--main,
  .wp-admin .block-editor .block-editor-block-list__layout .headline--main,
  .wysiwyg .headline--main,
  #tinymce .headline--main, .wp-admin .block-editor .block-editor-block-list__layout h1,
  .wp-admin .block-editor .block-editor-block-list__layout .h1,
  .wysiwyg h1,
  .wysiwyg .h1,
  #tinymce h1,
  #tinymce .h1 {
    font-size: 3.75rem;
    line-height: 4.5rem;
  }
}

.h2, .headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .headline--section,
.wysiwyg .headline--section,
#tinymce .headline--section, .wp-admin .block-editor .block-editor-block-list__layout h2,
.wp-admin .block-editor .block-editor-block-list__layout .h2,
.wysiwyg h2,
.wysiwyg .h2,
#tinymce h2,
#tinymce .h2 {
  font-size: 1.75rem;
  line-height: 2.3125rem;
  font-weight: 700;
  margin-top: 30px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .h2, .headline--section,
  .wp-admin .block-editor .block-editor-block-list__layout .headline--section,
  .wysiwyg .headline--section,
  #tinymce .headline--section, .wp-admin .block-editor .block-editor-block-list__layout h2,
  .wp-admin .block-editor .block-editor-block-list__layout .h2,
  .wysiwyg h2,
  .wysiwyg .h2,
  #tinymce h2,
  #tinymce .h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

.h3, .headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .headline--block,
.wysiwyg .headline--block,
#tinymce .headline--block, .wp-admin .block-editor .block-editor-block-list__layout h3,
.wp-admin .block-editor .block-editor-block-list__layout .h3,
.wysiwyg h3,
.wysiwyg .h3,
#tinymce h3,
#tinymce .h3 {
  font-size: 1.375rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin-top: 20px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .h3, .headline--block,
  .wp-admin .block-editor .block-editor-block-list__layout .headline--block,
  .wysiwyg .headline--block,
  #tinymce .headline--block, .wp-admin .block-editor .block-editor-block-list__layout h3,
  .wp-admin .block-editor .block-editor-block-list__layout .h3,
  .wysiwyg h3,
  .wysiwyg .h3,
  #tinymce h3,
  #tinymce .h3 {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}

.h4, .headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .headline--sub,
.wysiwyg .headline--sub,
#tinymce .headline--sub, .wp-admin .block-editor .block-editor-block-list__layout h4,
.wp-admin .block-editor .block-editor-block-list__layout .h4,
.wysiwyg h4,
.wysiwyg .h4,
#tinymce h4,
#tinymce .h4 {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 600;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .h4, .headline--sub,
  .wp-admin .block-editor .block-editor-block-list__layout .headline--sub,
  .wysiwyg .headline--sub,
  #tinymce .headline--sub, .wp-admin .block-editor .block-editor-block-list__layout h4,
  .wp-admin .block-editor .block-editor-block-list__layout .h4,
  .wysiwyg h4,
  .wysiwyg .h4,
  #tinymce h4,
  #tinymce .h4 {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
}

.h5, .headline--highlight, .wb-surtitle,
.wp-admin .block-editor .block-editor-block-list__layout .headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .wb-surtitle,
.wysiwyg .headline--highlight,
.wysiwyg .wb-surtitle,
#tinymce .headline--highlight,
#tinymce .wb-surtitle, .wp-admin .block-editor .block-editor-block-list__layout h5,
.wp-admin .block-editor .block-editor-block-list__layout .h5,
.wysiwyg h5,
.wysiwyg .h5,
#tinymce h5,
#tinymce .h5 {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-weight: 400;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .h5, .headline--highlight, .wb-surtitle,
  .wp-admin .block-editor .block-editor-block-list__layout .headline--highlight,
  .wp-admin .block-editor .block-editor-block-list__layout .wb-surtitle,
  .wysiwyg .headline--highlight,
  .wysiwyg .wb-surtitle,
  #tinymce .headline--highlight,
  #tinymce .wb-surtitle, .wp-admin .block-editor .block-editor-block-list__layout h5,
  .wp-admin .block-editor .block-editor-block-list__layout .h5,
  .wysiwyg h5,
  .wysiwyg .h5,
  #tinymce h5,
  #tinymce .h5 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

.p, .wysiwyg .gform_wrapper .gform_description,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description, .wb-footer__phones, .wb-footer__email, .wp-admin .block-editor .block-editor-block-list__layout p,
.wysiwyg p,
#tinymce p {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  font-style: normal;
  margin: 15px 0 0;
  padding: 0;
  max-width: var(--text-width);
}
.p[style*="text-align: center;"], .wysiwyg .gform_wrapper [style*="text-align: center;"].gform_description,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper [style*="text-align: center;"].gform_description, [style*="text-align: center;"].wb-footer__phones, [style*="text-align: center;"].wb-footer__email, .wp-admin .block-editor .block-editor-block-list__layout p[style*="text-align: center;"],
.wysiwyg p[style*="text-align: center;"],
#tinymce p[style*="text-align: center;"] {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .p, .wysiwyg .gform_wrapper .gform_description,
  .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description, .wb-footer__phones, .wb-footer__email, .wp-admin .block-editor .block-editor-block-list__layout p,
  .wysiwyg p,
  #tinymce p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.wp-block-spacer + h1 {
  margin-top: 0;
}

h1,
.h1,
.headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .headline--main,
.wysiwyg .headline--main,
#tinymce .headline--main,
.wp-admin .block-editor .block-editor-block-list__layout h1,
.wp-admin .block-editor .block-editor-block-list__layout .h1,
.wysiwyg h1,
.wysiwyg .h1,
#tinymce h1,
#tinymce .h1 {
  max-width: var(--text-width);
}
h1:first-child,
.h1:first-child,
.headline--main:first-child,
.wp-admin .block-editor .block-editor-block-list__layout .headline--main:first-child,
#tinymce .headline--main:first-child,
.wp-admin .block-editor .block-editor-block-list__layout h1:first-child,
.wp-admin .block-editor .block-editor-block-list__layout .h1:first-child,
.wysiwyg h1:first-child,
.wysiwyg .h1:first-child,
#tinymce h1:first-child,
#tinymce .h1:first-child {
  margin-top: 0;
}
h1[style*="text-align: center;"],
.h1[style*="text-align: center;"],
[style*="text-align: center;"].headline--main,
.wp-admin .block-editor .block-editor-block-list__layout [style*="text-align: center;"].headline--main,
#tinymce [style*="text-align: center;"].headline--main,
.wp-admin .block-editor .block-editor-block-list__layout h1[style*="text-align: center;"],
.wp-admin .block-editor .block-editor-block-list__layout [style*="text-align: center;"].h1,
.wysiwyg h1[style*="text-align: center;"],
.wysiwyg [style*="text-align: center;"].h1,
#tinymce h1[style*="text-align: center;"],
#tinymce [style*="text-align: center;"].h1 {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-spacer + h2 {
  margin-top: 0;
}

h2,
.h2,
.headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .headline--section,
.wysiwyg .headline--section,
#tinymce .headline--section,
.wp-admin .block-editor .block-editor-block-list__layout h2,
.wp-admin .block-editor .block-editor-block-list__layout .h2,
.wysiwyg h2,
.wysiwyg .h2,
#tinymce h2,
#tinymce .h2 {
  max-width: var(--text-width);
}
h2:first-child,
.h2:first-child,
.headline--section:first-child,
.wp-admin .block-editor .block-editor-block-list__layout .headline--section:first-child,
#tinymce .headline--section:first-child,
.wp-admin .block-editor .block-editor-block-list__layout h2:first-child,
.wp-admin .block-editor .block-editor-block-list__layout .h2:first-child,
.wysiwyg h2:first-child,
.wysiwyg .h2:first-child,
#tinymce h2:first-child,
#tinymce .h2:first-child {
  margin-top: 0;
}
h2[style*="text-align: center;"],
.h2[style*="text-align: center;"],
[style*="text-align: center;"].headline--section,
.wp-admin .block-editor .block-editor-block-list__layout [style*="text-align: center;"].headline--section,
#tinymce [style*="text-align: center;"].headline--section,
.wp-admin .block-editor .block-editor-block-list__layout h2[style*="text-align: center;"],
.wp-admin .block-editor .block-editor-block-list__layout [style*="text-align: center;"].h2,
.wysiwyg h2[style*="text-align: center;"],
.wysiwyg [style*="text-align: center;"].h2,
#tinymce h2[style*="text-align: center;"],
#tinymce [style*="text-align: center;"].h2 {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-spacer + h3 {
  margin-top: 0;
}

h3,
.h3,
.headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .headline--block,
.wysiwyg .headline--block,
#tinymce .headline--block,
.wp-admin .block-editor .block-editor-block-list__layout h3,
.wp-admin .block-editor .block-editor-block-list__layout .h3,
.wysiwyg h3,
.wysiwyg .h3,
#tinymce h3,
#tinymce .h3 {
  max-width: var(--text-width);
}
h3:first-child,
.h3:first-child,
.headline--block:first-child,
.wp-admin .block-editor .block-editor-block-list__layout .headline--block:first-child,
#tinymce .headline--block:first-child,
.wp-admin .block-editor .block-editor-block-list__layout h3:first-child,
.wp-admin .block-editor .block-editor-block-list__layout .h3:first-child,
.wysiwyg h3:first-child,
.wysiwyg .h3:first-child,
#tinymce h3:first-child,
#tinymce .h3:first-child {
  margin-top: 0;
}
h3[style*="text-align: center;"],
.h3[style*="text-align: center;"],
[style*="text-align: center;"].headline--block,
.wp-admin .block-editor .block-editor-block-list__layout [style*="text-align: center;"].headline--block,
#tinymce [style*="text-align: center;"].headline--block,
.wp-admin .block-editor .block-editor-block-list__layout h3[style*="text-align: center;"],
.wp-admin .block-editor .block-editor-block-list__layout [style*="text-align: center;"].h3,
.wysiwyg h3[style*="text-align: center;"],
.wysiwyg [style*="text-align: center;"].h3,
#tinymce h3[style*="text-align: center;"],
#tinymce [style*="text-align: center;"].h3 {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-spacer + h4 {
  margin-top: 0;
}

h4,
.h4,
.headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .headline--sub,
.wysiwyg .headline--sub,
#tinymce .headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout h4,
.wp-admin .block-editor .block-editor-block-list__layout .h4,
.wysiwyg h4,
.wysiwyg .h4,
#tinymce h4,
#tinymce .h4 {
  max-width: var(--text-width);
}
h4:first-child,
.h4:first-child,
.headline--sub:first-child,
.wp-admin .block-editor .block-editor-block-list__layout .headline--sub:first-child,
#tinymce .headline--sub:first-child,
.wp-admin .block-editor .block-editor-block-list__layout h4:first-child,
.wp-admin .block-editor .block-editor-block-list__layout .h4:first-child,
.wysiwyg h4:first-child,
.wysiwyg .h4:first-child,
#tinymce h4:first-child,
#tinymce .h4:first-child {
  margin-top: 0;
}
h4[style*="text-align: center;"],
.h4[style*="text-align: center;"],
[style*="text-align: center;"].headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout [style*="text-align: center;"].headline--sub,
#tinymce [style*="text-align: center;"].headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout h4[style*="text-align: center;"],
.wp-admin .block-editor .block-editor-block-list__layout [style*="text-align: center;"].h4,
.wysiwyg h4[style*="text-align: center;"],
.wysiwyg [style*="text-align: center;"].h4,
#tinymce h4[style*="text-align: center;"],
#tinymce [style*="text-align: center;"].h4 {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-spacer + h5 {
  margin-top: 0;
}

h5,
.h5,
.headline--highlight,
.wb-surtitle,
.wp-admin .block-editor .block-editor-block-list__layout .headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .wb-surtitle,
.wysiwyg .headline--highlight,
.wysiwyg .wb-surtitle,
#tinymce .headline--highlight,
#tinymce .wb-surtitle,
.wp-admin .block-editor .block-editor-block-list__layout h5,
.wp-admin .block-editor .block-editor-block-list__layout .h5,
.wysiwyg h5,
.wysiwyg .h5,
#tinymce h5,
#tinymce .h5 {
  max-width: var(--text-width);
}
h5:first-child,
.h5:first-child,
.headline--highlight:first-child,
.wb-surtitle:first-child,
.wp-admin .block-editor .block-editor-block-list__layout .headline--highlight:first-child,
.wp-admin .block-editor .block-editor-block-list__layout .wb-surtitle:first-child,
#tinymce .headline--highlight:first-child,
#tinymce .wb-surtitle:first-child,
.wp-admin .block-editor .block-editor-block-list__layout h5:first-child,
.wp-admin .block-editor .block-editor-block-list__layout .h5:first-child,
.wysiwyg h5:first-child,
.wysiwyg .h5:first-child,
#tinymce h5:first-child,
#tinymce .h5:first-child {
  margin-top: 0;
}
h5[style*="text-align: center;"],
.h5[style*="text-align: center;"],
[style*="text-align: center;"].headline--highlight,
[style*="text-align: center;"].wb-surtitle,
.wp-admin .block-editor .block-editor-block-list__layout [style*="text-align: center;"].headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout [style*="text-align: center;"].wb-surtitle,
#tinymce [style*="text-align: center;"].headline--highlight,
#tinymce [style*="text-align: center;"].wb-surtitle,
.wp-admin .block-editor .block-editor-block-list__layout h5[style*="text-align: center;"],
.wp-admin .block-editor .block-editor-block-list__layout [style*="text-align: center;"].h5,
.wysiwyg h5[style*="text-align: center;"],
.wysiwyg [style*="text-align: center;"].h5,
#tinymce h5[style*="text-align: center;"],
#tinymce [style*="text-align: center;"].h5 {
  margin-left: auto;
  margin-right: auto;
}

#tinymce h1 {
  margin-bottom: 0;
}
#tinymce h2 {
  margin-bottom: 0;
}
#tinymce h3 {
  margin-bottom: 0;
}
#tinymce h4 {
  margin-bottom: 0;
}
#tinymce h5 {
  margin-bottom: 0;
}

.wp-admin .block-editor .block-editor-block-list__layout .wb-menu__item__button .btn[target=_blank]:after, .wb-menu__item__button .wp-admin .block-editor .block-editor-block-list__layout .btn[target=_blank]:after, .wp-admin .block-editor .block-editor-block-list__layout .wb-footer__phones:before, .wp-admin .block-editor .block-editor-block-list__layout .wb-footer__email:before, .wp-admin .block-editor .block-editor-block-list__layout a:not([href^=mailto])[target=_blank]:after,
.wysiwyg .wb-menu__item__button .btn[target=_blank]:after,
.wb-menu__item__button .wysiwyg .btn[target=_blank]:after,
.wysiwyg .wb-footer__phones:before,
.wysiwyg .wb-footer__email:before,
.wysiwyg a:not([href^=mailto])[target=_blank]:after,
#tinymce .wb-menu__item__button .btn[target=_blank]:after,
.wb-menu__item__button #tinymce .btn[target=_blank]:after,
#tinymce .wb-footer__phones:before,
#tinymce .wb-footer__email:before,
#tinymce a:not([href^=mailto])[target=_blank]:after {
  display: inline-block;
  font-size: 1em;
  margin-left: 10px;
}
.wp-admin .block-editor .block-editor-block-list__layout a:not([href^=mailto])[href$=".csv"]:not(.wb-text-external-files__el):before, .wp-admin .block-editor .block-editor-block-list__layout a:not([href^=mailto])[href$=".pdf"]:not(.wb-text-external-files__el):before,
.wysiwyg a:not([href^=mailto])[href$=".csv"]:not(.wb-text-external-files__el):before,
.wysiwyg a:not([href^=mailto])[href$=".pdf"]:not(.wb-text-external-files__el):before,
#tinymce a:not([href^=mailto])[href$=".csv"]:not(.wb-text-external-files__el):before,
#tinymce a:not([href^=mailto])[href$=".pdf"]:not(.wb-text-external-files__el):before {
  display: inline-block;
  font-size: 1em;
  margin-right: 10px;
}
.wp-admin .block-editor .block-editor-block-list__layout h1:first-child,
.wp-admin .block-editor .block-editor-block-list__layout .h1:first-child,
.wp-admin .block-editor .block-editor-block-list__layout .headline--main:first-child,
.wysiwyg h1:first-child,
.wysiwyg .h1:first-child,
.wysiwyg .headline--main:first-child,
#tinymce h1:first-child,
#tinymce .h1:first-child,
#tinymce .headline--main:first-child {
  margin-top: 0;
}
.wp-admin .block-editor .block-editor-block-list__layout h2:first-child,
.wp-admin .block-editor .block-editor-block-list__layout .h2:first-child,
.wp-admin .block-editor .block-editor-block-list__layout .headline--section:first-child,
.wysiwyg h2:first-child,
.wysiwyg .h2:first-child,
.wysiwyg .headline--section:first-child,
#tinymce h2:first-child,
#tinymce .h2:first-child,
#tinymce .headline--section:first-child {
  margin-top: 0;
}
.wp-admin .block-editor .block-editor-block-list__layout h3:first-child,
.wp-admin .block-editor .block-editor-block-list__layout .h3:first-child,
.wp-admin .block-editor .block-editor-block-list__layout .headline--block:first-child,
.wysiwyg h3:first-child,
.wysiwyg .h3:first-child,
.wysiwyg .headline--block:first-child,
#tinymce h3:first-child,
#tinymce .h3:first-child,
#tinymce .headline--block:first-child {
  margin-top: 0;
}
.wp-admin .block-editor .block-editor-block-list__layout h4:first-child,
.wp-admin .block-editor .block-editor-block-list__layout .h4:first-child,
.wp-admin .block-editor .block-editor-block-list__layout .headline--sub:first-child,
.wysiwyg h4:first-child,
.wysiwyg .h4:first-child,
.wysiwyg .headline--sub:first-child,
#tinymce h4:first-child,
#tinymce .h4:first-child,
#tinymce .headline--sub:first-child {
  margin-top: 0;
}
.wp-admin .block-editor .block-editor-block-list__layout h5:first-child,
.wp-admin .block-editor .block-editor-block-list__layout .h5:first-child,
.wp-admin .block-editor .block-editor-block-list__layout .headline--highlight:first-child,
.wp-admin .block-editor .block-editor-block-list__layout .wb-surtitle:first-child,
.wysiwyg h5:first-child,
.wysiwyg .h5:first-child,
.wysiwyg .headline--highlight:first-child,
.wysiwyg .wb-surtitle:first-child,
#tinymce h5:first-child,
#tinymce .h5:first-child,
#tinymce .headline--highlight:first-child,
#tinymce .wb-surtitle:first-child {
  margin-top: 0;
}
.wp-admin .block-editor .block-editor-block-list__layout p:first-child,
.wysiwyg p:first-child,
#tinymce p:first-child {
  margin-top: 0;
}
.wp-admin .block-editor .block-editor-block-list__layout p > a:not(.wb-button),
.wp-admin .block-editor .block-editor-block-list__layout p > * a:not(.wb-button),
.wp-admin .block-editor .block-editor-block-list__layout .p > a:not(.wb-button),
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > a:not(.wb-button),
.wp-admin .block-editor .block-editor-block-list__layout .wb-footer__phones > a:not(.wb-button),
.wp-admin .block-editor .block-editor-block-list__layout .wb-footer__email > a:not(.wb-button),
.wp-admin .block-editor .block-editor-block-list__layout .p > * a:not(.wb-button),
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > * a:not(.wb-button),
.wp-admin .block-editor .block-editor-block-list__layout .wb-footer__phones > * a:not(.wb-button),
.wp-admin .block-editor .block-editor-block-list__layout .wb-footer__email > * a:not(.wb-button),
.wysiwyg p > a:not(.wb-button),
.wysiwyg p > * a:not(.wb-button),
.wysiwyg .p > a:not(.wb-button),
.wysiwyg .gform_wrapper .gform_description > a:not(.wb-button),
.wysiwyg .wb-footer__phones > a:not(.wb-button),
.wysiwyg .wb-footer__email > a:not(.wb-button),
.wysiwyg .p > * a:not(.wb-button),
.wysiwyg .gform_wrapper .gform_description > * a:not(.wb-button),
.wysiwyg .wb-footer__phones > * a:not(.wb-button),
.wysiwyg .wb-footer__email > * a:not(.wb-button),
#tinymce p > a:not(.wb-button),
#tinymce p > * a:not(.wb-button),
#tinymce .p > a:not(.wb-button),
#tinymce .wysiwyg .gform_wrapper .gform_description > a:not(.wb-button),
.wysiwyg .gform_wrapper #tinymce .gform_description > a:not(.wb-button),
#tinymce .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > a:not(.wb-button),
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper #tinymce .gform_description > a:not(.wb-button),
#tinymce .wb-footer__phones > a:not(.wb-button),
#tinymce .wb-footer__email > a:not(.wb-button),
#tinymce .p > * a:not(.wb-button),
#tinymce .wysiwyg .gform_wrapper .gform_description > * a:not(.wb-button),
.wysiwyg .gform_wrapper #tinymce .gform_description > * a:not(.wb-button),
#tinymce .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > * a:not(.wb-button),
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper #tinymce .gform_description > * a:not(.wb-button),
#tinymce .wb-footer__phones > * a:not(.wb-button),
#tinymce .wb-footer__email > * a:not(.wb-button) {
  transition: all 250ms ease-in-out;
  color: var(--color-text);
  font-weight: 700;
}
.wp-admin .block-editor .block-editor-block-list__layout p > a:not(.wb-button):hover, .wp-admin .block-editor .block-editor-block-list__layout p > a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout p > * a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout p > * a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout .p > a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout .wb-footer__phones > a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout .wb-footer__email > a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout .p > a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout .wb-footer__phones > a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout .wb-footer__email > a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout .p > * a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > * a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout .wb-footer__phones > * a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout .wb-footer__email > * a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout .p > * a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > * a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout .wb-footer__phones > * a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout .wb-footer__email > * a:not(.wb-button):focus-within,
.wysiwyg p > a:not(.wb-button):hover,
.wysiwyg p > a:not(.wb-button):focus-within,
.wysiwyg p > * a:not(.wb-button):hover,
.wysiwyg p > * a:not(.wb-button):focus-within,
.wysiwyg .p > a:not(.wb-button):hover,
.wysiwyg .gform_wrapper .gform_description > a:not(.wb-button):hover,
.wysiwyg .wb-footer__phones > a:not(.wb-button):hover,
.wysiwyg .wb-footer__email > a:not(.wb-button):hover,
.wysiwyg .p > a:not(.wb-button):focus-within,
.wysiwyg .gform_wrapper .gform_description > a:not(.wb-button):focus-within,
.wysiwyg .wb-footer__phones > a:not(.wb-button):focus-within,
.wysiwyg .wb-footer__email > a:not(.wb-button):focus-within,
.wysiwyg .p > * a:not(.wb-button):hover,
.wysiwyg .gform_wrapper .gform_description > * a:not(.wb-button):hover,
.wysiwyg .wb-footer__phones > * a:not(.wb-button):hover,
.wysiwyg .wb-footer__email > * a:not(.wb-button):hover,
.wysiwyg .p > * a:not(.wb-button):focus-within,
.wysiwyg .gform_wrapper .gform_description > * a:not(.wb-button):focus-within,
.wysiwyg .wb-footer__phones > * a:not(.wb-button):focus-within,
.wysiwyg .wb-footer__email > * a:not(.wb-button):focus-within,
#tinymce p > a:not(.wb-button):hover,
#tinymce p > a:not(.wb-button):focus-within,
#tinymce p > * a:not(.wb-button):hover,
#tinymce p > * a:not(.wb-button):focus-within,
#tinymce .p > a:not(.wb-button):hover,
#tinymce .wysiwyg .gform_wrapper .gform_description > a:not(.wb-button):hover,
.wysiwyg .gform_wrapper #tinymce .gform_description > a:not(.wb-button):hover,
#tinymce .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper #tinymce .gform_description > a:not(.wb-button):hover,
#tinymce .wb-footer__phones > a:not(.wb-button):hover,
#tinymce .wb-footer__email > a:not(.wb-button):hover,
#tinymce .p > a:not(.wb-button):focus-within,
#tinymce .wysiwyg .gform_wrapper .gform_description > a:not(.wb-button):focus-within,
.wysiwyg .gform_wrapper #tinymce .gform_description > a:not(.wb-button):focus-within,
#tinymce .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper #tinymce .gform_description > a:not(.wb-button):focus-within,
#tinymce .wb-footer__phones > a:not(.wb-button):focus-within,
#tinymce .wb-footer__email > a:not(.wb-button):focus-within,
#tinymce .p > * a:not(.wb-button):hover,
#tinymce .wysiwyg .gform_wrapper .gform_description > * a:not(.wb-button):hover,
.wysiwyg .gform_wrapper #tinymce .gform_description > * a:not(.wb-button):hover,
#tinymce .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > * a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper #tinymce .gform_description > * a:not(.wb-button):hover,
#tinymce .wb-footer__phones > * a:not(.wb-button):hover,
#tinymce .wb-footer__email > * a:not(.wb-button):hover,
#tinymce .p > * a:not(.wb-button):focus-within,
#tinymce .wysiwyg .gform_wrapper .gform_description > * a:not(.wb-button):focus-within,
.wysiwyg .gform_wrapper #tinymce .gform_description > * a:not(.wb-button):focus-within,
#tinymce .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > * a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper #tinymce .gform_description > * a:not(.wb-button):focus-within,
#tinymce .wb-footer__phones > * a:not(.wb-button):focus-within,
#tinymce .wb-footer__email > * a:not(.wb-button):focus-within {
  text-decoration: underline;
  color: var(--color-black);
}
.wp-admin .block-editor .block-editor-block-list__layout p > a:not(.wb-button):active,
.wp-admin .block-editor .block-editor-block-list__layout p > * a:not(.wb-button):active,
.wp-admin .block-editor .block-editor-block-list__layout .p > a:not(.wb-button):active,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > a:not(.wb-button):active,
.wp-admin .block-editor .block-editor-block-list__layout .wb-footer__phones > a:not(.wb-button):active,
.wp-admin .block-editor .block-editor-block-list__layout .wb-footer__email > a:not(.wb-button):active,
.wp-admin .block-editor .block-editor-block-list__layout .p > * a:not(.wb-button):active,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > * a:not(.wb-button):active,
.wp-admin .block-editor .block-editor-block-list__layout .wb-footer__phones > * a:not(.wb-button):active,
.wp-admin .block-editor .block-editor-block-list__layout .wb-footer__email > * a:not(.wb-button):active,
.wysiwyg p > a:not(.wb-button):active,
.wysiwyg p > * a:not(.wb-button):active,
.wysiwyg .p > a:not(.wb-button):active,
.wysiwyg .gform_wrapper .gform_description > a:not(.wb-button):active,
.wysiwyg .wb-footer__phones > a:not(.wb-button):active,
.wysiwyg .wb-footer__email > a:not(.wb-button):active,
.wysiwyg .p > * a:not(.wb-button):active,
.wysiwyg .gform_wrapper .gform_description > * a:not(.wb-button):active,
.wysiwyg .wb-footer__phones > * a:not(.wb-button):active,
.wysiwyg .wb-footer__email > * a:not(.wb-button):active,
#tinymce p > a:not(.wb-button):active,
#tinymce p > * a:not(.wb-button):active,
#tinymce .p > a:not(.wb-button):active,
#tinymce .wysiwyg .gform_wrapper .gform_description > a:not(.wb-button):active,
.wysiwyg .gform_wrapper #tinymce .gform_description > a:not(.wb-button):active,
#tinymce .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > a:not(.wb-button):active,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper #tinymce .gform_description > a:not(.wb-button):active,
#tinymce .wb-footer__phones > a:not(.wb-button):active,
#tinymce .wb-footer__email > a:not(.wb-button):active,
#tinymce .p > * a:not(.wb-button):active,
#tinymce .wysiwyg .gform_wrapper .gform_description > * a:not(.wb-button):active,
.wysiwyg .gform_wrapper #tinymce .gform_description > * a:not(.wb-button):active,
#tinymce .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > * a:not(.wb-button):active,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper #tinymce .gform_description > * a:not(.wb-button):active,
#tinymce .wb-footer__phones > * a:not(.wb-button):active,
#tinymce .wb-footer__email > * a:not(.wb-button):active {
  color: var(--color-grey-dark);
  text-decoration: none;
}
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout p > a:not(.wb-button),
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout p > * a:not(.wb-button),
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .p > a:not(.wb-button),
.wysiwyg .gform_wrapper .--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .gform_description > a:not(.wb-button),
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > a:not(.wb-button),
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .wb-footer__phones > a:not(.wb-button),
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .wb-footer__email > a:not(.wb-button),
#tinymce .--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout p > a:not(.wb-button),
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .p > * a:not(.wb-button),
.wysiwyg .gform_wrapper .--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .gform_description > * a:not(.wb-button),
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > * a:not(.wb-button),
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .wb-footer__phones > * a:not(.wb-button),
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .wb-footer__email > * a:not(.wb-button),
#tinymce .--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout p > * a:not(.wb-button),
.--color--bg-primary .wysiwyg p > a:not(.wb-button),
.--color--bg-primary .wysiwyg p > * a:not(.wb-button),
.--color--bg-primary .wysiwyg .p > a:not(.wb-button),
.--color--bg-primary .wysiwyg .gform_wrapper .gform_description > a:not(.wb-button),
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--color--bg-primary .wysiwyg .gform_description > a:not(.wb-button),
.--color--bg-primary .wysiwyg .wb-footer__phones > a:not(.wb-button),
.--color--bg-primary .wysiwyg .wb-footer__email > a:not(.wb-button),
#tinymce .--color--bg-primary .wysiwyg p > a:not(.wb-button),
.--color--bg-primary .wysiwyg .p > * a:not(.wb-button),
.--color--bg-primary .wysiwyg .gform_wrapper .gform_description > * a:not(.wb-button),
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--color--bg-primary .wysiwyg .gform_description > * a:not(.wb-button),
.--color--bg-primary .wysiwyg .wb-footer__phones > * a:not(.wb-button),
.--color--bg-primary .wysiwyg .wb-footer__email > * a:not(.wb-button),
#tinymce .--color--bg-primary .wysiwyg p > * a:not(.wb-button),
.--color--bg-primary #tinymce p > a:not(.wb-button),
.--color--bg-primary #tinymce p > * a:not(.wb-button),
.--color--bg-primary #tinymce .p > a:not(.wb-button),
.--color--bg-primary #tinymce .wysiwyg .gform_wrapper .gform_description > a:not(.wb-button),
.wysiwyg .gform_wrapper .--color--bg-primary #tinymce .gform_description > a:not(.wb-button),
.--color--bg-primary #tinymce .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > a:not(.wb-button),
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--color--bg-primary #tinymce .gform_description > a:not(.wb-button),
.--color--bg-primary #tinymce .wb-footer__phones > a:not(.wb-button),
.--color--bg-primary #tinymce .wb-footer__email > a:not(.wb-button),
.--color--bg-primary #tinymce .p > * a:not(.wb-button),
.--color--bg-primary #tinymce .wysiwyg .gform_wrapper .gform_description > * a:not(.wb-button),
.wysiwyg .gform_wrapper .--color--bg-primary #tinymce .gform_description > * a:not(.wb-button),
.--color--bg-primary #tinymce .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > * a:not(.wb-button),
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--color--bg-primary #tinymce .gform_description > * a:not(.wb-button),
.--color--bg-primary #tinymce .wb-footer__phones > * a:not(.wb-button),
.--color--bg-primary #tinymce .wb-footer__email > * a:not(.wb-button) {
  transition: all 250ms ease-in-out;
  color: var(--color-white);
  font-weight: 700;
}
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout p > a:not(.wb-button):hover, .--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout p > a:not(.wb-button):focus-within,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout p > * a:not(.wb-button):hover,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout p > * a:not(.wb-button):focus-within,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .p > a:not(.wb-button):hover,
.wysiwyg .gform_wrapper .--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .gform_description > a:not(.wb-button):hover,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > a:not(.wb-button):hover,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .wb-footer__phones > a:not(.wb-button):hover,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .wb-footer__email > a:not(.wb-button):hover,
#tinymce .--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout p > a:not(.wb-button):hover,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .p > a:not(.wb-button):focus-within,
.wysiwyg .gform_wrapper .--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .gform_description > a:not(.wb-button):focus-within,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > a:not(.wb-button):focus-within,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .wb-footer__phones > a:not(.wb-button):focus-within,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .wb-footer__email > a:not(.wb-button):focus-within,
#tinymce .--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout p > a:not(.wb-button):focus-within,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .p > * a:not(.wb-button):hover,
.wysiwyg .gform_wrapper .--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .gform_description > * a:not(.wb-button):hover,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > * a:not(.wb-button):hover,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .wb-footer__phones > * a:not(.wb-button):hover,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .wb-footer__email > * a:not(.wb-button):hover,
#tinymce .--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout p > * a:not(.wb-button):hover,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .p > * a:not(.wb-button):focus-within,
.wysiwyg .gform_wrapper .--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .gform_description > * a:not(.wb-button):focus-within,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > * a:not(.wb-button):focus-within,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .wb-footer__phones > * a:not(.wb-button):focus-within,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .wb-footer__email > * a:not(.wb-button):focus-within,
#tinymce .--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout p > * a:not(.wb-button):focus-within,
.--color--bg-primary .wysiwyg p > a:not(.wb-button):hover,
.--color--bg-primary .wysiwyg p > a:not(.wb-button):focus-within,
.--color--bg-primary .wysiwyg p > * a:not(.wb-button):hover,
.--color--bg-primary .wysiwyg p > * a:not(.wb-button):focus-within,
.--color--bg-primary .wysiwyg .p > a:not(.wb-button):hover,
.--color--bg-primary .wysiwyg .gform_wrapper .gform_description > a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--color--bg-primary .wysiwyg .gform_description > a:not(.wb-button):hover,
.--color--bg-primary .wysiwyg .wb-footer__phones > a:not(.wb-button):hover,
.--color--bg-primary .wysiwyg .wb-footer__email > a:not(.wb-button):hover,
#tinymce .--color--bg-primary .wysiwyg p > a:not(.wb-button):hover,
.--color--bg-primary .wysiwyg .p > a:not(.wb-button):focus-within,
.--color--bg-primary .wysiwyg .gform_wrapper .gform_description > a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--color--bg-primary .wysiwyg .gform_description > a:not(.wb-button):focus-within,
.--color--bg-primary .wysiwyg .wb-footer__phones > a:not(.wb-button):focus-within,
.--color--bg-primary .wysiwyg .wb-footer__email > a:not(.wb-button):focus-within,
#tinymce .--color--bg-primary .wysiwyg p > a:not(.wb-button):focus-within,
.--color--bg-primary .wysiwyg .p > * a:not(.wb-button):hover,
.--color--bg-primary .wysiwyg .gform_wrapper .gform_description > * a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--color--bg-primary .wysiwyg .gform_description > * a:not(.wb-button):hover,
.--color--bg-primary .wysiwyg .wb-footer__phones > * a:not(.wb-button):hover,
.--color--bg-primary .wysiwyg .wb-footer__email > * a:not(.wb-button):hover,
#tinymce .--color--bg-primary .wysiwyg p > * a:not(.wb-button):hover,
.--color--bg-primary .wysiwyg .p > * a:not(.wb-button):focus-within,
.--color--bg-primary .wysiwyg .gform_wrapper .gform_description > * a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--color--bg-primary .wysiwyg .gform_description > * a:not(.wb-button):focus-within,
.--color--bg-primary .wysiwyg .wb-footer__phones > * a:not(.wb-button):focus-within,
.--color--bg-primary .wysiwyg .wb-footer__email > * a:not(.wb-button):focus-within,
#tinymce .--color--bg-primary .wysiwyg p > * a:not(.wb-button):focus-within,
.--color--bg-primary #tinymce p > a:not(.wb-button):hover,
.--color--bg-primary #tinymce p > a:not(.wb-button):focus-within,
.--color--bg-primary #tinymce p > * a:not(.wb-button):hover,
.--color--bg-primary #tinymce p > * a:not(.wb-button):focus-within,
.--color--bg-primary #tinymce .p > a:not(.wb-button):hover,
.--color--bg-primary #tinymce .wysiwyg .gform_wrapper .gform_description > a:not(.wb-button):hover,
.wysiwyg .gform_wrapper .--color--bg-primary #tinymce .gform_description > a:not(.wb-button):hover,
.--color--bg-primary #tinymce .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--color--bg-primary #tinymce .gform_description > a:not(.wb-button):hover,
.--color--bg-primary #tinymce .wb-footer__phones > a:not(.wb-button):hover,
.--color--bg-primary #tinymce .wb-footer__email > a:not(.wb-button):hover,
.--color--bg-primary #tinymce .p > a:not(.wb-button):focus-within,
.--color--bg-primary #tinymce .wysiwyg .gform_wrapper .gform_description > a:not(.wb-button):focus-within,
.wysiwyg .gform_wrapper .--color--bg-primary #tinymce .gform_description > a:not(.wb-button):focus-within,
.--color--bg-primary #tinymce .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--color--bg-primary #tinymce .gform_description > a:not(.wb-button):focus-within,
.--color--bg-primary #tinymce .wb-footer__phones > a:not(.wb-button):focus-within,
.--color--bg-primary #tinymce .wb-footer__email > a:not(.wb-button):focus-within,
.--color--bg-primary #tinymce .p > * a:not(.wb-button):hover,
.--color--bg-primary #tinymce .wysiwyg .gform_wrapper .gform_description > * a:not(.wb-button):hover,
.wysiwyg .gform_wrapper .--color--bg-primary #tinymce .gform_description > * a:not(.wb-button):hover,
.--color--bg-primary #tinymce .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > * a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--color--bg-primary #tinymce .gform_description > * a:not(.wb-button):hover,
.--color--bg-primary #tinymce .wb-footer__phones > * a:not(.wb-button):hover,
.--color--bg-primary #tinymce .wb-footer__email > * a:not(.wb-button):hover,
.--color--bg-primary #tinymce .p > * a:not(.wb-button):focus-within,
.--color--bg-primary #tinymce .wysiwyg .gform_wrapper .gform_description > * a:not(.wb-button):focus-within,
.wysiwyg .gform_wrapper .--color--bg-primary #tinymce .gform_description > * a:not(.wb-button):focus-within,
.--color--bg-primary #tinymce .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > * a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--color--bg-primary #tinymce .gform_description > * a:not(.wb-button):focus-within,
.--color--bg-primary #tinymce .wb-footer__phones > * a:not(.wb-button):focus-within,
.--color--bg-primary #tinymce .wb-footer__email > * a:not(.wb-button):focus-within {
  text-decoration: underline;
  color: var(--color-white);
}
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout p > a:not(.wb-button):active,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout p > * a:not(.wb-button):active,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .p > a:not(.wb-button):active,
.wysiwyg .gform_wrapper .--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .gform_description > a:not(.wb-button):active,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > a:not(.wb-button):active,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .wb-footer__phones > a:not(.wb-button):active,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .wb-footer__email > a:not(.wb-button):active,
#tinymce .--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout p > a:not(.wb-button):active,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .p > * a:not(.wb-button):active,
.wysiwyg .gform_wrapper .--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .gform_description > * a:not(.wb-button):active,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > * a:not(.wb-button):active,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .wb-footer__phones > * a:not(.wb-button):active,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .wb-footer__email > * a:not(.wb-button):active,
#tinymce .--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout p > * a:not(.wb-button):active,
.--color--bg-primary .wysiwyg p > a:not(.wb-button):active,
.--color--bg-primary .wysiwyg p > * a:not(.wb-button):active,
.--color--bg-primary .wysiwyg .p > a:not(.wb-button):active,
.--color--bg-primary .wysiwyg .gform_wrapper .gform_description > a:not(.wb-button):active,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--color--bg-primary .wysiwyg .gform_description > a:not(.wb-button):active,
.--color--bg-primary .wysiwyg .wb-footer__phones > a:not(.wb-button):active,
.--color--bg-primary .wysiwyg .wb-footer__email > a:not(.wb-button):active,
#tinymce .--color--bg-primary .wysiwyg p > a:not(.wb-button):active,
.--color--bg-primary .wysiwyg .p > * a:not(.wb-button):active,
.--color--bg-primary .wysiwyg .gform_wrapper .gform_description > * a:not(.wb-button):active,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--color--bg-primary .wysiwyg .gform_description > * a:not(.wb-button):active,
.--color--bg-primary .wysiwyg .wb-footer__phones > * a:not(.wb-button):active,
.--color--bg-primary .wysiwyg .wb-footer__email > * a:not(.wb-button):active,
#tinymce .--color--bg-primary .wysiwyg p > * a:not(.wb-button):active,
.--color--bg-primary #tinymce p > a:not(.wb-button):active,
.--color--bg-primary #tinymce p > * a:not(.wb-button):active,
.--color--bg-primary #tinymce .p > a:not(.wb-button):active,
.--color--bg-primary #tinymce .wysiwyg .gform_wrapper .gform_description > a:not(.wb-button):active,
.wysiwyg .gform_wrapper .--color--bg-primary #tinymce .gform_description > a:not(.wb-button):active,
.--color--bg-primary #tinymce .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > a:not(.wb-button):active,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--color--bg-primary #tinymce .gform_description > a:not(.wb-button):active,
.--color--bg-primary #tinymce .wb-footer__phones > a:not(.wb-button):active,
.--color--bg-primary #tinymce .wb-footer__email > a:not(.wb-button):active,
.--color--bg-primary #tinymce .p > * a:not(.wb-button):active,
.--color--bg-primary #tinymce .wysiwyg .gform_wrapper .gform_description > * a:not(.wb-button):active,
.wysiwyg .gform_wrapper .--color--bg-primary #tinymce .gform_description > * a:not(.wb-button):active,
.--color--bg-primary #tinymce .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > * a:not(.wb-button):active,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--color--bg-primary #tinymce .gform_description > * a:not(.wb-button):active,
.--color--bg-primary #tinymce .wb-footer__phones > * a:not(.wb-button):active,
.--color--bg-primary #tinymce .wb-footer__email > * a:not(.wb-button):active {
  color: var(--color-white);
  text-decoration: none;
}
.wp-admin .block-editor .block-editor-block-list__layout.--color--white p > a:not(.wb-button),
.wp-admin .block-editor .block-editor-block-list__layout.--color--white p > * a:not(.wb-button),
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .p > a:not(.wb-button),
.wysiwyg .gform_wrapper .wp-admin .block-editor .block-editor-block-list__layout.--color--white .gform_description > a:not(.wb-button),
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .gform_wrapper .gform_description > a:not(.wb-button),
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .wb-footer__phones > a:not(.wb-button),
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .wb-footer__email > a:not(.wb-button),
.wp-admin .block-editor .block-editor-block-list__layout.--color--white #tinymce p > a:not(.wb-button),
#tinymce .wp-admin .block-editor .block-editor-block-list__layout.--color--white p > a:not(.wb-button),
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .p > * a:not(.wb-button),
.wysiwyg .gform_wrapper .wp-admin .block-editor .block-editor-block-list__layout.--color--white .gform_description > * a:not(.wb-button),
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .gform_wrapper .gform_description > * a:not(.wb-button),
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .wb-footer__phones > * a:not(.wb-button),
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .wb-footer__email > * a:not(.wb-button),
.wp-admin .block-editor .block-editor-block-list__layout.--color--white #tinymce p > * a:not(.wb-button),
#tinymce .wp-admin .block-editor .block-editor-block-list__layout.--color--white p > * a:not(.wb-button),
.wysiwyg.--color--white p > a:not(.wb-button),
.wysiwyg.--color--white p > * a:not(.wb-button),
.wysiwyg.--color--white .p > a:not(.wb-button),
.wysiwyg.--color--white .gform_wrapper .gform_description > a:not(.wb-button),
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .wysiwyg.--color--white .gform_description > a:not(.wb-button),
.wysiwyg.--color--white .wb-footer__phones > a:not(.wb-button),
.wysiwyg.--color--white .wb-footer__email > a:not(.wb-button),
.wysiwyg.--color--white #tinymce p > a:not(.wb-button),
#tinymce .wysiwyg.--color--white p > a:not(.wb-button),
.wysiwyg.--color--white .p > * a:not(.wb-button),
.wysiwyg.--color--white .gform_wrapper .gform_description > * a:not(.wb-button),
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .wysiwyg.--color--white .gform_description > * a:not(.wb-button),
.wysiwyg.--color--white .wb-footer__phones > * a:not(.wb-button),
.wysiwyg.--color--white .wb-footer__email > * a:not(.wb-button),
.wysiwyg.--color--white #tinymce p > * a:not(.wb-button),
#tinymce .wysiwyg.--color--white p > * a:not(.wb-button),
#tinymce.--color--white p > a:not(.wb-button),
#tinymce.--color--white p > * a:not(.wb-button),
#tinymce.--color--white .p > a:not(.wb-button),
#tinymce.--color--white .wysiwyg .gform_wrapper .gform_description > a:not(.wb-button),
.wysiwyg .gform_wrapper #tinymce.--color--white .gform_description > a:not(.wb-button),
#tinymce.--color--white .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > a:not(.wb-button),
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper #tinymce.--color--white .gform_description > a:not(.wb-button),
#tinymce.--color--white .wb-footer__phones > a:not(.wb-button),
#tinymce.--color--white .wb-footer__email > a:not(.wb-button),
#tinymce.--color--white .p > * a:not(.wb-button),
#tinymce.--color--white .wysiwyg .gform_wrapper .gform_description > * a:not(.wb-button),
.wysiwyg .gform_wrapper #tinymce.--color--white .gform_description > * a:not(.wb-button),
#tinymce.--color--white .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > * a:not(.wb-button),
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper #tinymce.--color--white .gform_description > * a:not(.wb-button),
#tinymce.--color--white .wb-footer__phones > * a:not(.wb-button),
#tinymce.--color--white .wb-footer__email > * a:not(.wb-button) {
  transition: all 250ms ease-in-out;
  color: var(--color-white);
  font-weight: 700;
}
.wp-admin .block-editor .block-editor-block-list__layout.--color--white p > a:not(.wb-button):hover, .wp-admin .block-editor .block-editor-block-list__layout.--color--white p > a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white p > * a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white p > * a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .p > a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .wysiwyg .gform_wrapper .gform_description > a:not(.wb-button):hover,
.wysiwyg .gform_wrapper .wp-admin .block-editor .block-editor-block-list__layout.--color--white .gform_description > a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .gform_wrapper .gform_description > a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .wb-footer__phones > a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .wb-footer__email > a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white #tinymce p > a:not(.wb-button):hover,
#tinymce .wp-admin .block-editor .block-editor-block-list__layout.--color--white p > a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .p > a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .wysiwyg .gform_wrapper .gform_description > a:not(.wb-button):focus-within,
.wysiwyg .gform_wrapper .wp-admin .block-editor .block-editor-block-list__layout.--color--white .gform_description > a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .gform_wrapper .gform_description > a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .wb-footer__phones > a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .wb-footer__email > a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white #tinymce p > a:not(.wb-button):focus-within,
#tinymce .wp-admin .block-editor .block-editor-block-list__layout.--color--white p > a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .p > * a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .wysiwyg .gform_wrapper .gform_description > * a:not(.wb-button):hover,
.wysiwyg .gform_wrapper .wp-admin .block-editor .block-editor-block-list__layout.--color--white .gform_description > * a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .gform_wrapper .gform_description > * a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .wb-footer__phones > * a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .wb-footer__email > * a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white #tinymce p > * a:not(.wb-button):hover,
#tinymce .wp-admin .block-editor .block-editor-block-list__layout.--color--white p > * a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .p > * a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .wysiwyg .gform_wrapper .gform_description > * a:not(.wb-button):focus-within,
.wysiwyg .gform_wrapper .wp-admin .block-editor .block-editor-block-list__layout.--color--white .gform_description > * a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .gform_wrapper .gform_description > * a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .wb-footer__phones > * a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .wb-footer__email > * a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white #tinymce p > * a:not(.wb-button):focus-within,
#tinymce .wp-admin .block-editor .block-editor-block-list__layout.--color--white p > * a:not(.wb-button):focus-within,
.wysiwyg.--color--white p > a:not(.wb-button):hover,
.wysiwyg.--color--white p > a:not(.wb-button):focus-within,
.wysiwyg.--color--white p > * a:not(.wb-button):hover,
.wysiwyg.--color--white p > * a:not(.wb-button):focus-within,
.wysiwyg.--color--white .p > a:not(.wb-button):hover,
.wysiwyg.--color--white .gform_wrapper .gform_description > a:not(.wb-button):hover,
.wysiwyg.--color--white .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .wysiwyg.--color--white .gform_description > a:not(.wb-button):hover,
.wysiwyg.--color--white .wb-footer__phones > a:not(.wb-button):hover,
.wysiwyg.--color--white .wb-footer__email > a:not(.wb-button):hover,
.wysiwyg.--color--white #tinymce p > a:not(.wb-button):hover,
#tinymce .wysiwyg.--color--white p > a:not(.wb-button):hover,
.wysiwyg.--color--white .p > a:not(.wb-button):focus-within,
.wysiwyg.--color--white .gform_wrapper .gform_description > a:not(.wb-button):focus-within,
.wysiwyg.--color--white .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .wysiwyg.--color--white .gform_description > a:not(.wb-button):focus-within,
.wysiwyg.--color--white .wb-footer__phones > a:not(.wb-button):focus-within,
.wysiwyg.--color--white .wb-footer__email > a:not(.wb-button):focus-within,
.wysiwyg.--color--white #tinymce p > a:not(.wb-button):focus-within,
#tinymce .wysiwyg.--color--white p > a:not(.wb-button):focus-within,
.wysiwyg.--color--white .p > * a:not(.wb-button):hover,
.wysiwyg.--color--white .gform_wrapper .gform_description > * a:not(.wb-button):hover,
.wysiwyg.--color--white .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > * a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .wysiwyg.--color--white .gform_description > * a:not(.wb-button):hover,
.wysiwyg.--color--white .wb-footer__phones > * a:not(.wb-button):hover,
.wysiwyg.--color--white .wb-footer__email > * a:not(.wb-button):hover,
.wysiwyg.--color--white #tinymce p > * a:not(.wb-button):hover,
#tinymce .wysiwyg.--color--white p > * a:not(.wb-button):hover,
.wysiwyg.--color--white .p > * a:not(.wb-button):focus-within,
.wysiwyg.--color--white .gform_wrapper .gform_description > * a:not(.wb-button):focus-within,
.wysiwyg.--color--white .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > * a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .wysiwyg.--color--white .gform_description > * a:not(.wb-button):focus-within,
.wysiwyg.--color--white .wb-footer__phones > * a:not(.wb-button):focus-within,
.wysiwyg.--color--white .wb-footer__email > * a:not(.wb-button):focus-within,
.wysiwyg.--color--white #tinymce p > * a:not(.wb-button):focus-within,
#tinymce .wysiwyg.--color--white p > * a:not(.wb-button):focus-within,
#tinymce.--color--white p > a:not(.wb-button):hover,
#tinymce.--color--white p > a:not(.wb-button):focus-within,
#tinymce.--color--white p > * a:not(.wb-button):hover,
#tinymce.--color--white p > * a:not(.wb-button):focus-within,
#tinymce.--color--white .p > a:not(.wb-button):hover,
#tinymce.--color--white .wysiwyg .gform_wrapper .gform_description > a:not(.wb-button):hover,
.wysiwyg .gform_wrapper #tinymce.--color--white .gform_description > a:not(.wb-button):hover,
#tinymce.--color--white .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper #tinymce.--color--white .gform_description > a:not(.wb-button):hover,
#tinymce.--color--white .wb-footer__phones > a:not(.wb-button):hover,
#tinymce.--color--white .wb-footer__email > a:not(.wb-button):hover,
#tinymce.--color--white .p > a:not(.wb-button):focus-within,
#tinymce.--color--white .wysiwyg .gform_wrapper .gform_description > a:not(.wb-button):focus-within,
.wysiwyg .gform_wrapper #tinymce.--color--white .gform_description > a:not(.wb-button):focus-within,
#tinymce.--color--white .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper #tinymce.--color--white .gform_description > a:not(.wb-button):focus-within,
#tinymce.--color--white .wb-footer__phones > a:not(.wb-button):focus-within,
#tinymce.--color--white .wb-footer__email > a:not(.wb-button):focus-within,
#tinymce.--color--white .p > * a:not(.wb-button):hover,
#tinymce.--color--white .wysiwyg .gform_wrapper .gform_description > * a:not(.wb-button):hover,
.wysiwyg .gform_wrapper #tinymce.--color--white .gform_description > * a:not(.wb-button):hover,
#tinymce.--color--white .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > * a:not(.wb-button):hover,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper #tinymce.--color--white .gform_description > * a:not(.wb-button):hover,
#tinymce.--color--white .wb-footer__phones > * a:not(.wb-button):hover,
#tinymce.--color--white .wb-footer__email > * a:not(.wb-button):hover,
#tinymce.--color--white .p > * a:not(.wb-button):focus-within,
#tinymce.--color--white .wysiwyg .gform_wrapper .gform_description > * a:not(.wb-button):focus-within,
.wysiwyg .gform_wrapper #tinymce.--color--white .gform_description > * a:not(.wb-button):focus-within,
#tinymce.--color--white .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > * a:not(.wb-button):focus-within,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper #tinymce.--color--white .gform_description > * a:not(.wb-button):focus-within,
#tinymce.--color--white .wb-footer__phones > * a:not(.wb-button):focus-within,
#tinymce.--color--white .wb-footer__email > * a:not(.wb-button):focus-within {
  text-decoration: underline;
  color: var(--color-white);
}
.wp-admin .block-editor .block-editor-block-list__layout.--color--white p > a:not(.wb-button):active,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white p > * a:not(.wb-button):active,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .p > a:not(.wb-button):active,
.wysiwyg .gform_wrapper .wp-admin .block-editor .block-editor-block-list__layout.--color--white .gform_description > a:not(.wb-button):active,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .gform_wrapper .gform_description > a:not(.wb-button):active,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .wb-footer__phones > a:not(.wb-button):active,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .wb-footer__email > a:not(.wb-button):active,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white #tinymce p > a:not(.wb-button):active,
#tinymce .wp-admin .block-editor .block-editor-block-list__layout.--color--white p > a:not(.wb-button):active,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .p > * a:not(.wb-button):active,
.wysiwyg .gform_wrapper .wp-admin .block-editor .block-editor-block-list__layout.--color--white .gform_description > * a:not(.wb-button):active,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .gform_wrapper .gform_description > * a:not(.wb-button):active,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .wb-footer__phones > * a:not(.wb-button):active,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white .wb-footer__email > * a:not(.wb-button):active,
.wp-admin .block-editor .block-editor-block-list__layout.--color--white #tinymce p > * a:not(.wb-button):active,
#tinymce .wp-admin .block-editor .block-editor-block-list__layout.--color--white p > * a:not(.wb-button):active,
.wysiwyg.--color--white p > a:not(.wb-button):active,
.wysiwyg.--color--white p > * a:not(.wb-button):active,
.wysiwyg.--color--white .p > a:not(.wb-button):active,
.wysiwyg.--color--white .gform_wrapper .gform_description > a:not(.wb-button):active,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .wysiwyg.--color--white .gform_description > a:not(.wb-button):active,
.wysiwyg.--color--white .wb-footer__phones > a:not(.wb-button):active,
.wysiwyg.--color--white .wb-footer__email > a:not(.wb-button):active,
.wysiwyg.--color--white #tinymce p > a:not(.wb-button):active,
#tinymce .wysiwyg.--color--white p > a:not(.wb-button):active,
.wysiwyg.--color--white .p > * a:not(.wb-button):active,
.wysiwyg.--color--white .gform_wrapper .gform_description > * a:not(.wb-button):active,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .wysiwyg.--color--white .gform_description > * a:not(.wb-button):active,
.wysiwyg.--color--white .wb-footer__phones > * a:not(.wb-button):active,
.wysiwyg.--color--white .wb-footer__email > * a:not(.wb-button):active,
.wysiwyg.--color--white #tinymce p > * a:not(.wb-button):active,
#tinymce .wysiwyg.--color--white p > * a:not(.wb-button):active,
#tinymce.--color--white p > a:not(.wb-button):active,
#tinymce.--color--white p > * a:not(.wb-button):active,
#tinymce.--color--white .p > a:not(.wb-button):active,
#tinymce.--color--white .wysiwyg .gform_wrapper .gform_description > a:not(.wb-button):active,
.wysiwyg .gform_wrapper #tinymce.--color--white .gform_description > a:not(.wb-button):active,
#tinymce.--color--white .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > a:not(.wb-button):active,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper #tinymce.--color--white .gform_description > a:not(.wb-button):active,
#tinymce.--color--white .wb-footer__phones > a:not(.wb-button):active,
#tinymce.--color--white .wb-footer__email > a:not(.wb-button):active,
#tinymce.--color--white .p > * a:not(.wb-button):active,
#tinymce.--color--white .wysiwyg .gform_wrapper .gform_description > * a:not(.wb-button):active,
.wysiwyg .gform_wrapper #tinymce.--color--white .gform_description > * a:not(.wb-button):active,
#tinymce.--color--white .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_description > * a:not(.wb-button):active,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper #tinymce.--color--white .gform_description > * a:not(.wb-button):active,
#tinymce.--color--white .wb-footer__phones > * a:not(.wb-button):active,
#tinymce.--color--white .wb-footer__email > * a:not(.wb-button):active {
  color: var(--color-white);
  text-decoration: none;
}
.wp-admin .block-editor .block-editor-block-list__layout a:not([href^=mailto])[target=_blank]:after,
.wysiwyg a:not([href^=mailto])[target=_blank]:after,
#tinymce a:not([href^=mailto])[target=_blank]:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f08e";
  rotate: none;
}
.wp-admin .block-editor .block-editor-block-list__layout a:not([href^=mailto])[href$=".pdf"]:not(.wb-text-external-files__el):before,
.wysiwyg a:not([href^=mailto])[href$=".pdf"]:not(.wb-text-external-files__el):before,
#tinymce a:not([href^=mailto])[href$=".pdf"]:not(.wb-text-external-files__el):before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f1c1";
  rotate: none;
}
.wp-admin .block-editor .block-editor-block-list__layout a:not([href^=mailto])[href$=".csv"]:not(.wb-text-external-files__el):before,
.wysiwyg a:not([href^=mailto])[href$=".csv"]:not(.wb-text-external-files__el):before,
#tinymce a:not([href^=mailto])[href$=".csv"]:not(.wb-text-external-files__el):before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f6dd";
  rotate: none;
}
.wp-admin .block-editor .block-editor-block-list__layout ul:not(.wb-list-group, .--no-styles, [role=list]),
.wp-admin .block-editor .block-editor-block-list__layout ol:not(.wb-list-group, .--no-styles, [role=list]),
.wysiwyg ul:not(.wb-list-group, .--no-styles, [role=list]),
.wysiwyg ol:not(.wb-list-group, .--no-styles, [role=list]),
#tinymce ul:not(.wb-list-group, .--no-styles, [role=list]),
#tinymce ol:not(.wb-list-group, .--no-styles, [role=list]) {
  margin: 20px 0 0;
  padding-left: 40px;
  list-style-type: none;
}
.wp-admin .block-editor .block-editor-block-list__layout ul:not(.wb-list-group, .--no-styles, [role=list]):first-child,
.wp-admin .block-editor .block-editor-block-list__layout ol:not(.wb-list-group, .--no-styles, [role=list]):first-child,
.wysiwyg ul:not(.wb-list-group, .--no-styles, [role=list]):first-child,
.wysiwyg ol:not(.wb-list-group, .--no-styles, [role=list]):first-child,
#tinymce ul:not(.wb-list-group, .--no-styles, [role=list]):first-child,
#tinymce ol:not(.wb-list-group, .--no-styles, [role=list]):first-child {
  margin-top: 0;
}
.wp-admin .block-editor .block-editor-block-list__layout ul:not(.wb-list-group, .--no-styles, [role=list]) ul,
.wp-admin .block-editor .block-editor-block-list__layout ol:not(.wb-list-group, .--no-styles, [role=list]) ul,
.wysiwyg ul:not(.wb-list-group, .--no-styles, [role=list]) ul,
.wysiwyg ol:not(.wb-list-group, .--no-styles, [role=list]) ul,
#tinymce ul:not(.wb-list-group, .--no-styles, [role=list]) ul,
#tinymce ol:not(.wb-list-group, .--no-styles, [role=list]) ul {
  margin-top: 0;
}
.wp-admin .block-editor .block-editor-block-list__layout ul:not(.wb-list-group, .--no-styles, [role=list]) ul li + li,
.wp-admin .block-editor .block-editor-block-list__layout ol:not(.wb-list-group, .--no-styles, [role=list]) ul li + li,
.wysiwyg ul:not(.wb-list-group, .--no-styles, [role=list]) ul li + li,
.wysiwyg ol:not(.wb-list-group, .--no-styles, [role=list]) ul li + li,
#tinymce ul:not(.wb-list-group, .--no-styles, [role=list]) ul li + li,
#tinymce ol:not(.wb-list-group, .--no-styles, [role=list]) ul li + li {
  margin-top: 0;
}
.wp-admin .block-editor .block-editor-block-list__layout ul:not(.wb-list-group, .--no-styles, [role=list]) li,
.wp-admin .block-editor .block-editor-block-list__layout ol:not(.wb-list-group, .--no-styles, [role=list]) li,
.wysiwyg ul:not(.wb-list-group, .--no-styles, [role=list]) li,
.wysiwyg ol:not(.wb-list-group, .--no-styles, [role=list]) li,
#tinymce ul:not(.wb-list-group, .--no-styles, [role=list]) li,
#tinymce ol:not(.wb-list-group, .--no-styles, [role=list]) li {
  font-size: 1rem;
  line-height: 1.375rem;
  position: relative;
  max-width: var(--text-width);
}
@media (min-width: 992px) {
  .wp-admin .block-editor .block-editor-block-list__layout ul:not(.wb-list-group, .--no-styles, [role=list]) li,
  .wp-admin .block-editor .block-editor-block-list__layout ol:not(.wb-list-group, .--no-styles, [role=list]) li,
  .wysiwyg ul:not(.wb-list-group, .--no-styles, [role=list]) li,
  .wysiwyg ol:not(.wb-list-group, .--no-styles, [role=list]) li,
  #tinymce ul:not(.wb-list-group, .--no-styles, [role=list]) li,
  #tinymce ol:not(.wb-list-group, .--no-styles, [role=list]) li {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.wp-admin .block-editor .block-editor-block-list__layout ul:not(.wb-list-group, .--no-styles, [role=list]) li:before,
.wp-admin .block-editor .block-editor-block-list__layout ol:not(.wb-list-group, .--no-styles, [role=list]) li:before,
.wysiwyg ul:not(.wb-list-group, .--no-styles, [role=list]) li:before,
.wysiwyg ol:not(.wb-list-group, .--no-styles, [role=list]) li:before,
#tinymce ul:not(.wb-list-group, .--no-styles, [role=list]) li:before,
#tinymce ol:not(.wb-list-group, .--no-styles, [role=list]) li:before {
  color: var(--color-primary);
}
.wp-admin .block-editor .block-editor-block-list__layout ul:not(.wb-list-group, .--no-styles, [role=list]) li + li,
.wp-admin .block-editor .block-editor-block-list__layout ol:not(.wb-list-group, .--no-styles, [role=list]) li + li,
.wysiwyg ul:not(.wb-list-group, .--no-styles, [role=list]) li + li,
.wysiwyg ol:not(.wb-list-group, .--no-styles, [role=list]) li + li,
#tinymce ul:not(.wb-list-group, .--no-styles, [role=list]) li + li,
#tinymce ol:not(.wb-list-group, .--no-styles, [role=list]) li + li {
  margin-top: 10px;
}
.wp-admin .block-editor .block-editor-block-list__layout ul:not(.wb-list-group, .--no-styles, [role=list]) li > a,
.wp-admin .block-editor .block-editor-block-list__layout ul:not(.wb-list-group, .--no-styles, [role=list]) li > * a,
.wp-admin .block-editor .block-editor-block-list__layout ol:not(.wb-list-group, .--no-styles, [role=list]) li > a,
.wp-admin .block-editor .block-editor-block-list__layout ol:not(.wb-list-group, .--no-styles, [role=list]) li > * a,
.wysiwyg ul:not(.wb-list-group, .--no-styles, [role=list]) li > a,
.wysiwyg ul:not(.wb-list-group, .--no-styles, [role=list]) li > * a,
.wysiwyg ol:not(.wb-list-group, .--no-styles, [role=list]) li > a,
.wysiwyg ol:not(.wb-list-group, .--no-styles, [role=list]) li > * a,
#tinymce ul:not(.wb-list-group, .--no-styles, [role=list]) li > a,
#tinymce ul:not(.wb-list-group, .--no-styles, [role=list]) li > * a,
#tinymce ol:not(.wb-list-group, .--no-styles, [role=list]) li > a,
#tinymce ol:not(.wb-list-group, .--no-styles, [role=list]) li > * a {
  transition: all 250ms ease-in-out;
  color: var(--color-text);
  font-weight: 700;
}
.wp-admin .block-editor .block-editor-block-list__layout ul:not(.wb-list-group, .--no-styles, [role=list]) li > a:hover, .wp-admin .block-editor .block-editor-block-list__layout ul:not(.wb-list-group, .--no-styles, [role=list]) li > a:focus-within,
.wp-admin .block-editor .block-editor-block-list__layout ul:not(.wb-list-group, .--no-styles, [role=list]) li > * a:hover,
.wp-admin .block-editor .block-editor-block-list__layout ul:not(.wb-list-group, .--no-styles, [role=list]) li > * a:focus-within,
.wp-admin .block-editor .block-editor-block-list__layout ol:not(.wb-list-group, .--no-styles, [role=list]) li > a:hover,
.wp-admin .block-editor .block-editor-block-list__layout ol:not(.wb-list-group, .--no-styles, [role=list]) li > a:focus-within,
.wp-admin .block-editor .block-editor-block-list__layout ol:not(.wb-list-group, .--no-styles, [role=list]) li > * a:hover,
.wp-admin .block-editor .block-editor-block-list__layout ol:not(.wb-list-group, .--no-styles, [role=list]) li > * a:focus-within,
.wysiwyg ul:not(.wb-list-group, .--no-styles, [role=list]) li > a:hover,
.wysiwyg ul:not(.wb-list-group, .--no-styles, [role=list]) li > a:focus-within,
.wysiwyg ul:not(.wb-list-group, .--no-styles, [role=list]) li > * a:hover,
.wysiwyg ul:not(.wb-list-group, .--no-styles, [role=list]) li > * a:focus-within,
.wysiwyg ol:not(.wb-list-group, .--no-styles, [role=list]) li > a:hover,
.wysiwyg ol:not(.wb-list-group, .--no-styles, [role=list]) li > a:focus-within,
.wysiwyg ol:not(.wb-list-group, .--no-styles, [role=list]) li > * a:hover,
.wysiwyg ol:not(.wb-list-group, .--no-styles, [role=list]) li > * a:focus-within,
#tinymce ul:not(.wb-list-group, .--no-styles, [role=list]) li > a:hover,
#tinymce ul:not(.wb-list-group, .--no-styles, [role=list]) li > a:focus-within,
#tinymce ul:not(.wb-list-group, .--no-styles, [role=list]) li > * a:hover,
#tinymce ul:not(.wb-list-group, .--no-styles, [role=list]) li > * a:focus-within,
#tinymce ol:not(.wb-list-group, .--no-styles, [role=list]) li > a:hover,
#tinymce ol:not(.wb-list-group, .--no-styles, [role=list]) li > a:focus-within,
#tinymce ol:not(.wb-list-group, .--no-styles, [role=list]) li > * a:hover,
#tinymce ol:not(.wb-list-group, .--no-styles, [role=list]) li > * a:focus-within {
  text-decoration: underline;
  color: var(--color-black);
}
.wp-admin .block-editor .block-editor-block-list__layout ul:not(.wb-list-group, .--no-styles, [role=list]) li > a:active,
.wp-admin .block-editor .block-editor-block-list__layout ul:not(.wb-list-group, .--no-styles, [role=list]) li > * a:active,
.wp-admin .block-editor .block-editor-block-list__layout ol:not(.wb-list-group, .--no-styles, [role=list]) li > a:active,
.wp-admin .block-editor .block-editor-block-list__layout ol:not(.wb-list-group, .--no-styles, [role=list]) li > * a:active,
.wysiwyg ul:not(.wb-list-group, .--no-styles, [role=list]) li > a:active,
.wysiwyg ul:not(.wb-list-group, .--no-styles, [role=list]) li > * a:active,
.wysiwyg ol:not(.wb-list-group, .--no-styles, [role=list]) li > a:active,
.wysiwyg ol:not(.wb-list-group, .--no-styles, [role=list]) li > * a:active,
#tinymce ul:not(.wb-list-group, .--no-styles, [role=list]) li > a:active,
#tinymce ul:not(.wb-list-group, .--no-styles, [role=list]) li > * a:active,
#tinymce ol:not(.wb-list-group, .--no-styles, [role=list]) li > a:active,
#tinymce ol:not(.wb-list-group, .--no-styles, [role=list]) li > * a:active {
  color: var(--color-grey-dark);
  text-decoration: none;
}
.wp-admin .block-editor .block-editor-block-list__layout ul:not(.wb-list-group, .--no-styles, [role=list]) > li:before,
.wysiwyg ul:not(.wb-list-group, .--no-styles, [role=list]) > li:before,
#tinymce ul:not(.wb-list-group, .--no-styles, [role=list]) > li:before {
  content: "•";
  position: absolute;
  left: calc(-20px - 0.175em);
  font-size: 1.25rem;
}
.wp-admin .block-editor .block-editor-block-list__layout ol:not(.wb-list-group, .--no-styles, [role=list]) > li,
.wysiwyg ol:not(.wb-list-group, .--no-styles, [role=list]) > li,
#tinymce ol:not(.wb-list-group, .--no-styles, [role=list]) > li {
  counter-increment: item;
}
.wp-admin .block-editor .block-editor-block-list__layout ol:not(.wb-list-group, .--no-styles, [role=list]) > li:before,
.wysiwyg ol:not(.wb-list-group, .--no-styles, [role=list]) > li:before,
#tinymce ol:not(.wb-list-group, .--no-styles, [role=list]) > li:before {
  content: counter(item) ". ";
  position: absolute;
  left: calc(-20px - 0.35em);
  font-weight: 700;
  color: inherit;
}
.wp-admin .block-editor .block-editor-block-list__layout--color--primary > *,
.wysiwyg--color--primary > *,
#tinymce--color--primary > * {
  color: var(--color-primary);
}
.wp-admin .block-editor .block-editor-block-list__layout--color--primary-40 > *,
.wysiwyg--color--primary-40 > *,
#tinymce--color--primary-40 > * {
  color: var(--color-primary-40);
}
.wp-admin .block-editor .block-editor-block-list__layout--color--primary-70 > *,
.wysiwyg--color--primary-70 > *,
#tinymce--color--primary-70 > * {
  color: var(--color-primary-70);
}
.wp-admin .block-editor .block-editor-block-list__layout--color--primary-hover > *,
.wysiwyg--color--primary-hover > *,
#tinymce--color--primary-hover > * {
  color: var(--color-primary-hover);
}
.wp-admin .block-editor .block-editor-block-list__layout--color--primary-active > *,
.wysiwyg--color--primary-active > *,
#tinymce--color--primary-active > * {
  color: var(--color-primary-active);
}
.wp-admin .block-editor .block-editor-block-list__layout--color--primary-focus > *,
.wysiwyg--color--primary-focus > *,
#tinymce--color--primary-focus > * {
  color: var(--color-primary-focus);
}
.wp-admin .block-editor .block-editor-block-list__layout--color--secondary > *,
.wysiwyg--color--secondary > *,
#tinymce--color--secondary > * {
  color: var(--color-secondary);
}
.wp-admin .block-editor .block-editor-block-list__layout--color--secondary-hover > *,
.wysiwyg--color--secondary-hover > *,
#tinymce--color--secondary-hover > * {
  color: var(--color-secondary-hover);
}
.wp-admin .block-editor .block-editor-block-list__layout--color--secondary-active > *,
.wysiwyg--color--secondary-active > *,
#tinymce--color--secondary-active > * {
  color: var(--color-secondary-active);
}
.wp-admin .block-editor .block-editor-block-list__layout--color--secondary-focus > *,
.wysiwyg--color--secondary-focus > *,
#tinymce--color--secondary-focus > * {
  color: var(--color-secondary-focus);
}
.wp-admin .block-editor .block-editor-block-list__layout--color--white > *,
.wysiwyg--color--white > *,
#tinymce--color--white > * {
  color: var(--color-white);
}
.wp-admin .block-editor .block-editor-block-list__layout--color--white-75 > *,
.wysiwyg--color--white-75 > *,
#tinymce--color--white-75 > * {
  color: var(--color-white-75);
}
.wp-admin .block-editor .block-editor-block-list__layout--color--grey-lighter > *,
.wysiwyg--color--grey-lighter > *,
#tinymce--color--grey-lighter > * {
  color: var(--color-grey-lighter);
}
.wp-admin .block-editor .block-editor-block-list__layout--color--grey-light > *,
.wysiwyg--color--grey-light > *,
#tinymce--color--grey-light > * {
  color: var(--color-grey-light);
}
.wp-admin .block-editor .block-editor-block-list__layout--color--grey > *,
.wysiwyg--color--grey > *,
#tinymce--color--grey > * {
  color: var(--color-grey);
}
.wp-admin .block-editor .block-editor-block-list__layout--color--grey-dark > *,
.wysiwyg--color--grey-dark > *,
#tinymce--color--grey-dark > * {
  color: var(--color-grey-dark);
}
.wp-admin .block-editor .block-editor-block-list__layout--color--grey-dark-75 > *,
.wysiwyg--color--grey-dark-75 > *,
#tinymce--color--grey-dark-75 > * {
  color: var(--color-grey-dark-75);
}
.wp-admin .block-editor .block-editor-block-list__layout--color--black > *,
.wysiwyg--color--black > *,
#tinymce--color--black > * {
  color: var(--color-black);
}
.wp-admin .block-editor .block-editor-block-list__layout--color--black-70 > *,
.wysiwyg--color--black-70 > *,
#tinymce--color--black-70 > * {
  color: var(--color-black-70);
}
.wp-admin .block-editor .block-editor-block-list__layout--color--black-50 > *,
.wysiwyg--color--black-50 > *,
#tinymce--color--black-50 > * {
  color: var(--color-black-50);
}
.wp-admin .block-editor .block-editor-block-list__layout--color--black-10 > *,
.wysiwyg--color--black-10 > *,
#tinymce--color--black-10 > * {
  color: var(--color-black-10);
}
.wp-admin .block-editor .block-editor-block-list__layout--color--error > *,
.wysiwyg--color--error > *,
#tinymce--color--error > * {
  color: var(--color-error);
}
.wp-admin .block-editor .block-editor-block-list__layout--color--warning > *,
.wysiwyg--color--warning > *,
#tinymce--color--warning > * {
  color: var(--color-warning);
}
.wp-admin .block-editor .block-editor-block-list__layout--color--success > *,
.wysiwyg--color--success > *,
#tinymce--color--success > * {
  color: var(--color-success);
}
.wp-admin .block-editor .block-editor-block-list__layout--color--text > *,
.wysiwyg--color--text > *,
#tinymce--color--text > * {
  color: var(--color-text);
}
.wp-admin .block-editor .block-editor-block-list__layout.wp-admin .block-editor .block-editor-block-list__layout--light > *, .wp-admin .block-editor .block-editor-block-list__layout .wysiwyg--light > *, .wp-admin .block-editor .block-editor-block-list__layout #tinymce--fw--light > *,
.wysiwyg.wp-admin .block-editor .block-editor-block-list__layout--light > *,
.wysiwyg .wysiwyg--light > *,
.wysiwyg #tinymce--fw--light > *,
#tinymce.wp-admin .block-editor .block-editor-block-list__layout--light > *,
#tinymce .wysiwyg--light > *,
#tinymce #tinymce--fw--light > * {
  font-weight: 300;
}
.wp-admin .block-editor .block-editor-block-list__layout.wp-admin .block-editor .block-editor-block-list__layout--regular > *, .wp-admin .block-editor .block-editor-block-list__layout .wysiwyg--regular > *, .wp-admin .block-editor .block-editor-block-list__layout #tinymce--fw--regular > *,
.wysiwyg.wp-admin .block-editor .block-editor-block-list__layout--regular > *,
.wysiwyg .wysiwyg--regular > *,
.wysiwyg #tinymce--fw--regular > *,
#tinymce.wp-admin .block-editor .block-editor-block-list__layout--regular > *,
#tinymce .wysiwyg--regular > *,
#tinymce #tinymce--fw--regular > * {
  font-weight: 400;
}
.wp-admin .block-editor .block-editor-block-list__layout.wp-admin .block-editor .block-editor-block-list__layout--medium > *, .wp-admin .block-editor .block-editor-block-list__layout .wysiwyg--medium > *, .wp-admin .block-editor .block-editor-block-list__layout #tinymce--fw--medium > *,
.wysiwyg.wp-admin .block-editor .block-editor-block-list__layout--medium > *,
.wysiwyg .wysiwyg--medium > *,
.wysiwyg #tinymce--fw--medium > *,
#tinymce.wp-admin .block-editor .block-editor-block-list__layout--medium > *,
#tinymce .wysiwyg--medium > *,
#tinymce #tinymce--fw--medium > * {
  font-weight: 500;
}
.wp-admin .block-editor .block-editor-block-list__layout.wp-admin .block-editor .block-editor-block-list__layout--semibold > *, .wp-admin .block-editor .block-editor-block-list__layout .wysiwyg--semibold > *, .wp-admin .block-editor .block-editor-block-list__layout #tinymce--fw--semibold > *,
.wysiwyg.wp-admin .block-editor .block-editor-block-list__layout--semibold > *,
.wysiwyg .wysiwyg--semibold > *,
.wysiwyg #tinymce--fw--semibold > *,
#tinymce.wp-admin .block-editor .block-editor-block-list__layout--semibold > *,
#tinymce .wysiwyg--semibold > *,
#tinymce #tinymce--fw--semibold > * {
  font-weight: 600;
}
.wp-admin .block-editor .block-editor-block-list__layout.wp-admin .block-editor .block-editor-block-list__layout--bold > *, .wp-admin .block-editor .block-editor-block-list__layout .wysiwyg--bold > *, .wp-admin .block-editor .block-editor-block-list__layout #tinymce--fw--bold > *,
.wysiwyg.wp-admin .block-editor .block-editor-block-list__layout--bold > *,
.wysiwyg .wysiwyg--bold > *,
.wysiwyg #tinymce--fw--bold > *,
#tinymce.wp-admin .block-editor .block-editor-block-list__layout--bold > *,
#tinymce .wysiwyg--bold > *,
#tinymce #tinymce--fw--bold > * {
  font-weight: 700;
}
.wp-admin .block-editor .block-editor-block-list__layout.wp-admin .block-editor .block-editor-block-list__layout--extrabold > *, .wp-admin .block-editor .block-editor-block-list__layout .wysiwyg--extrabold > *, .wp-admin .block-editor .block-editor-block-list__layout #tinymce--fw--extrabold > *,
.wysiwyg.wp-admin .block-editor .block-editor-block-list__layout--extrabold > *,
.wysiwyg .wysiwyg--extrabold > *,
.wysiwyg #tinymce--fw--extrabold > *,
#tinymce.wp-admin .block-editor .block-editor-block-list__layout--extrabold > *,
#tinymce .wysiwyg--extrabold > *,
#tinymce #tinymce--fw--extrabold > * {
  font-weight: 800;
}

.link {
  transition: color 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: var(--color-text);
  font-weight: 700;
  color: var(--color-black);
  font-size: 1.125rem;
}
.link:hover, .link:focus-within {
  text-decoration: underline;
  color: var(--color-black);
}
.link:active {
  color: var(--color-grey-dark);
  text-decoration: none;
}
.link:hover, .link:focus-within {
  color: var(--color-secondary);
}
.link--icon {
  transition: all 250ms ease-in-out;
}
.link--icon:after {
  display: none;
}
.link--icon--left [class*=fa] {
  margin-right: 10px;
}
.link--icon--right [class*=fa] {
  margin-left: 10px;
}
.link--base {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 700;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--color-black);
}
.link--base:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f178";
  margin-left: 5px;
  font-size: 1.125rem;
  color: var(--color-secondary);
}
.link--base:hover {
  color: var(--color-secondary);
}
.link--base:hover:after {
  animation: blink 0.75s infinite ease-in-out;
}
.link--base:focus-within, .link--base:active {
  color: var(--color-black);
}
.link--base:focus-within:after, .link--base:active:after {
  color: var(--color-black);
}
.--color--white .link, .--color--bg-primary .link {
  color: var(--color-white);
}
.--color--white .link:hover, .--color--white .link:focus-within, .--color--bg-primary .link:hover, .--color--bg-primary .link:focus-within {
  color: var(--color-primary);
}
.--color--white .link:active, .--color--bg-primary .link:active {
  color: var(--color-grey-dark);
}
.--color--bg-primary .link {
  color: var(--color-white);
}
.--color--bg-primary .link:hover, .--color--bg-primary .link:focus-within {
  color: var(--color-secondary);
}
.--color--bg-primary .link:active {
  color: var(--color-grey-dark);
}

.wb-surtitle {
  color: var(--color-primary);
  text-transform: uppercase;
}
.wb-surtitle ~ h1,
.wb-surtitle ~ .h1,
.wp-admin .block-editor .block-editor-block-list__layout .wb-surtitle ~ h1,
.wp-admin .block-editor .block-editor-block-list__layout .wb-surtitle ~ .h1,
.wysiwyg .wb-surtitle ~ h1,
.wysiwyg .wb-surtitle ~ .h1,
#tinymce .wb-surtitle ~ h1,
#tinymce .wb-surtitle ~ .h1,
.wb-surtitle ~ .headline--main,
.wp-admin .block-editor .block-editor-block-list__layout .wb-surtitle ~ .headline--main,
#tinymce .wb-surtitle ~ .headline--main {
  margin-top: 10px !important;
}
.wb-surtitle ~ h2,
.wb-surtitle ~ .h2,
.wp-admin .block-editor .block-editor-block-list__layout .wb-surtitle ~ h2,
.wp-admin .block-editor .block-editor-block-list__layout .wb-surtitle ~ .h2,
.wysiwyg .wb-surtitle ~ h2,
.wysiwyg .wb-surtitle ~ .h2,
#tinymce .wb-surtitle ~ h2,
#tinymce .wb-surtitle ~ .h2,
.wb-surtitle ~ .headline--section,
.wp-admin .block-editor .block-editor-block-list__layout .wb-surtitle ~ .headline--section,
#tinymce .wb-surtitle ~ .headline--section {
  margin-top: 10px !important;
}
.wb-surtitle ~ h3,
.wb-surtitle ~ .h3,
.wp-admin .block-editor .block-editor-block-list__layout .wb-surtitle ~ h3,
.wp-admin .block-editor .block-editor-block-list__layout .wb-surtitle ~ .h3,
.wysiwyg .wb-surtitle ~ h3,
.wysiwyg .wb-surtitle ~ .h3,
#tinymce .wb-surtitle ~ h3,
#tinymce .wb-surtitle ~ .h3,
.wb-surtitle ~ .headline--block,
.wp-admin .block-editor .block-editor-block-list__layout .wb-surtitle ~ .headline--block,
#tinymce .wb-surtitle ~ .headline--block {
  margin-top: 10px !important;
}
.wb-surtitle ~ h4,
.wb-surtitle ~ .h4,
.wp-admin .block-editor .block-editor-block-list__layout .wb-surtitle ~ h4,
.wp-admin .block-editor .block-editor-block-list__layout .wb-surtitle ~ .h4,
.wysiwyg .wb-surtitle ~ h4,
.wysiwyg .wb-surtitle ~ .h4,
#tinymce .wb-surtitle ~ h4,
#tinymce .wb-surtitle ~ .h4,
.wb-surtitle ~ .headline--sub,
.wp-admin .block-editor .block-editor-block-list__layout .wb-surtitle ~ .headline--sub,
#tinymce .wb-surtitle ~ .headline--sub {
  margin-top: 10px !important;
}
.wb-surtitle ~ h5,
.wb-surtitle ~ .h5,
.wp-admin .block-editor .block-editor-block-list__layout .wb-surtitle ~ h5,
.wp-admin .block-editor .block-editor-block-list__layout .wb-surtitle ~ .h5,
.wysiwyg .wb-surtitle ~ h5,
.wysiwyg .wb-surtitle ~ .h5,
#tinymce .wb-surtitle ~ h5,
#tinymce .wb-surtitle ~ .h5,
.wb-surtitle ~ .headline--highlight,
.wp-admin .block-editor .block-editor-block-list__layout .wb-surtitle ~ .headline--highlight,
#tinymce .wb-surtitle ~ .headline--highlight,
.wb-surtitle ~ .wb-surtitle,
.wp-admin .block-editor .block-editor-block-list__layout .wb-surtitle ~ .wb-surtitle,
#tinymce .wb-surtitle ~ .wb-surtitle {
  margin-top: 10px !important;
}

.wb-footer__email:before, .wb-footer__phones:before {
  display: inline-block;
  font-size: 1.25rem !important;
  margin-left: 0 !important;
}

.wb-footer a {
  transition: all 250ms ease-in-out;
  color: var(--color-white) !important;
  font-weight: 400;
}
.wb-footer a:hover, .wb-footer a:focus-within {
  text-decoration: underline;
  color: var(--color-primary) !important;
}
.wb-footer a:active {
  color: var(--color-primary) !important;
  text-decoration: none;
}

.wb-footer {
  padding-top: var(--spacing-2);
  background-color: var(--footer-background-color);
}
@media (max-width: 991.98px) {
  .wb-footer {
    text-align: center;
  }
}
.wb-footer__inner {
  display: grid;
  align-items: center;
  gap: calc(var(--spacing-grid-gap) * 2) var(--spacing-grid-gap);
}
@media (max-width: 991.98px) {
  .wb-footer__inner {
    justify-items: start;
    text-align: center;
    display: inline-grid;
  }
}
.wb-footer--1 .wb-footer__inner {
  grid-template-areas: "infos" "menu" "socials" "copyrights";
}
@media (min-width: 992px) {
  .wb-footer--1 .wb-footer__inner {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "infos menu socials" "copyrights copyrights copyrights";
  }
}
.wb-footer--2 .wb-footer__inner {
  grid-template-areas: "infos" "socials" "menu" "copyrights";
}
@media (min-width: 992px) {
  .wb-footer--2 .wb-footer__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "infos socials" "menu menu" "copyrights copyrights";
  }
}
.wb-footer--3 .wb-footer__inner {
  grid-template-areas: "logo" "menu" "newsletter" "contact" "copyrights";
}
@media (min-width: 992px) {
  .wb-footer--3 .wb-footer__inner {
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-areas: "logo logo logo" "menu newsletter contact" "copyrights copyrights copyrights";
    align-items: start;
  }
}
@media (min-width: 1200px) {
  .wb-footer--3 .wb-footer__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
.wb-footer__title {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  color: var(--footer-title-color);
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .wb-footer__title {
    text-align: left;
  }
}
.wb-footer__logo {
  grid-area: logo;
  text-align: center;
}
.wb-footer__logo img {
  max-height: 150px;
  max-width: 100%;
  width: 550px;
}
@media (max-width: 991.98px) {
  .wb-footer__logo img {
    width: 300px;
  }
}
.wb-footer__infos {
  grid-area: infos;
  display: grid;
}
@media (max-width: 991.98px) {
  .wb-footer__infos {
    align-items: center;
    flex-direction: column;
  }
}
.wb-footer--3 .wb-footer__infos {
  grid-template-areas: "infos-address" "infos-email" "infos-phones";
}
@media (min-width: 1400px) {
  .wb-footer--3 .wb-footer__infos {
    grid-template-columns: 1fr;
    gap: 0 var(--spacing-grid-gap);
    align-items: center;
  }
}
.wb-footer__infos__logo {
  display: none;
}
.wb-footer__infos__headline {
  display: none;
}
.wb-footer__address {
  grid-area: infos-address;
  color: var(--footer-text-color);
}
.wb-footer__phones {
  grid-area: infos-phones;
  color: var(--color-white);
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: center;
  font-size: 0.875rem;
}
.wb-footer__phones:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f879";
  font-weight: 100;
}
.wb-footer__email {
  grid-area: infos-email;
  color: var(--color-white);
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: center;
  font-size: 0.875rem;
}
.wb-footer__email:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f0e0";
  font-weight: 100;
}
.wb-footer__contact {
  grid-area: contact;
  display: grid;
  justify-content: center;
  align-items: start;
  height: 100%;
  grid-template-rows: auto 1fr;
  grid-template-areas: "socials" "infos";
}
@media (min-width: 992px) {
  .wb-footer__contact {
    justify-content: center;
  }
}
.wb-footer__newsletter {
  grid-area: newsletter;
  display: grid;
  align-items: start;
  height: 100%;
  grid-template-rows: auto 1fr;
}
@media (min-width: 992px) {
  .wb-footer__newsletter {
    border-left: 1px solid var(--color-white);
    border-right: 1px solid var(--color-white);
    justify-content: center;
  }
}
.wb-footer__newsletter .gform_wrapper label {
  display: none !important;
}
.wb-footer__newsletter .gform_wrapper form {
  display: inline-grid;
  grid-template-columns: 182px auto;
  border: 1px solid var(--color-white);
  align-items: center;
}
@media (max-width: 991.98px) {
  .wb-footer__newsletter .gform_wrapper form {
    grid-template-columns: repeat(2, auto);
  }
}
.wb-footer__newsletter .gform_wrapper form .gform_fields {
  display: flex !important;
}
.wb-footer__newsletter .gform_wrapper form .gform_fields .gfield {
  width: 100%;
}
.wb-footer__newsletter .gform_wrapper form .gform_fields .gfield input {
  padding: 0 14px 0 10px !important;
  background-color: transparent !important;
  color: var(--color-white) !important;
  height: auto !important;
  border: none !important;
  font-size: 1rem !important;
}
.wb-footer__newsletter .gform_wrapper form .gform_fields .gfield input::placeholder {
  color: var(--color-white) !important;
}
.wb-footer__newsletter .gform_wrapper form .gform_body {
  width: 100%;
}
.wb-footer__newsletter .gform_wrapper form .gform_footer {
  margin-top: 0 !important;
  display: flex;
  flex-shrink: 0;
}
.wb-footer__newsletter .gform_wrapper form .gform_footer button {
  flex-grow: 1;
  padding: 10px !important;
  position: relative;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
}
.wb-footer__newsletter .gform_wrapper form .gform_footer button:before {
  position: absolute;
  content: "";
  left: -3px;
  top: -2px;
  height: calc(100% + 4px);
  width: 1px;
  background-color: var(--color-white);
}
.wb-footer__newsletter .gform_wrapper form .gform_footer button:hover {
  border-color: var(--color-white) !important;
}
.wb-footer--1 .wb-footer__newsletter, .wb-footer--2 .wb-footer__newsletter {
  display: none;
}
.wb-footer__menu {
  grid-area: menu;
  width: 100%;
}
.wb-footer--2 .wb-footer__menu, .wb-footer--3 .wb-footer__menu {
  border-top: none;
  display: grid;
  text-align: left;
}
.wb-footer--1 .wb-footer__menu__list {
  display: grid;
  gap: var(--spacing-1) var(--spacing-3);
}
@media (max-width: 991.98px) {
  .wb-footer--1 .wb-footer__menu__list {
    justify-items: center;
  }
}
@media (min-width: 992px) {
  .wb-footer--1 .wb-footer__menu__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.wb-footer--2 .wb-footer__menu__list, .wb-footer--3 .wb-footer__menu__list {
  display: grid;
  flex-wrap: wrap;
  padding-top: calc(var(--spacing-grid-gap) * 2);
  line-height: 1;
  flex-direction: column;
  padding-top: 0;
}
@media (min-width: 992px) {
  .wb-footer--2 .wb-footer__menu__list, .wb-footer--3 .wb-footer__menu__list {
    justify-content: center;
  }
}
.wb-footer__menu__list .wb-menu__item {
  position: relative;
  display: flex;
  margin-left: 0 !important;
}
.wb-footer--2 .wb-footer__menu__list .wb-menu__item, .wb-footer--3 .wb-footer__menu__list .wb-menu__item {
  margin: 12px 12px 0;
}
@media (min-width: 992px) {
  .wb-footer--2 .wb-footer__menu__list .wb-menu__item, .wb-footer--3 .wb-footer__menu__list .wb-menu__item {
    margin: 12px 35px 0;
    display: inline-flex;
  }
}
.wb-footer__menu__list .wb-menu__item__el {
  transition: color 250ms ease-in-out;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: var(--color-white);
  padding: 0;
  align-self: flex-start;
  text-transform: uppercase;
}
.wb-footer__menu__list .wb-menu__item__el:hover, .wb-footer__menu__list .wb-menu__item__el:focus-within {
  color: var(--color-primary);
}
.wb-footer__menu__list .wb-menu__item__el.current-menu-item {
  font-weight: bold;
}
.wb-footer__socials {
  grid-area: socials;
}
.wb-footer__socials__list {
  display: flex;
  align-items: center;
}
.wb-footer__socials__list .wb-socials__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 18px;
  width: 18px;
  height: 18px;
  color: var(--footer-socials-color);
}
.wb-footer--2 .wb-footer__socials__list .wb-socials__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  line-height: 44px;
  width: 44px;
  height: 44px;
}
.wb-footer__socials__list .wb-socials__icon:hover, .wb-footer__socials__list .wb-socials__icon:focus-within {
  color: var(--footer-socials-color-hover);
}
.wb-footer__socials__list .wb-socials__icon:not(:first-child) {
  margin-left: 30px;
}
.wb-footer--3 .wb-footer__socials__list .wb-socials__icon:not(:first-child) {
  margin-left: 15px;
}
.wb-footer__socials__list .wb-socials__icon--round {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--footer-socials-circle-color);
  border-radius: 50%;
  font-size: 24px;
}
.wb-footer__socials__list .wb-socials__icon--round:hover, .wb-footer__socials__list .wb-socials__icon--round:focus-within {
  background-color: var(--footer-socials-circle-color-hover);
}
.wb-footer--2 .wb-footer__socials__list .wb-socials__icon--round {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 54px;
  line-height: 54px;
  width: 54px;
  height: 54px;
  font-size: 30px;
}
.wb-footer--3 .wb-footer__socials__list .wb-socials__icon--round {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  font-size: 16px;
}
.wb-footer__copyrights {
  grid-area: copyrights;
  color: var(--footer-text-color);
  padding-bottom: var(--spacing-1);
  width: 100%;
  text-transform: uppercase;
}
.wb-footer__copyrights .wysiwyg * {
  font-size: 0.75rem !important;
}
.wb-footer--1 .wb-footer__copyrights {
  padding: var(--spacing-1) 0;
  border-top: 1px solid var(--footer-border-color);
}
.wb-footer__copyrights__inner {
  color: var(--color-white);
  display: grid;
  justify-content: center;
  grid-template-areas: "rights" "menu-legal" "created";
  align-items: center;
  gap: 5px 8px;
}
@media (min-width: 992px) {
  .wb-footer__copyrights__inner {
    gap: 10px 8px;
    grid-template-areas: "rights menu-legal" "created created";
  }
}
.wb-footer__copyrights__inner--rights {
  grid-area: rights;
}
.wb-footer__copyrights__inner--menu {
  grid-area: menu-legal;
}
.wb-footer__copyrights__inner--menu__list {
  padding: 0 !important;
  gap: 8px;
  display: inline-flex;
}
@media (min-width: 992px) {
  .wb-footer__copyrights__inner--menu__list {
    display: grid;
    grid-template-columns: auto auto;
  }
}
.wb-footer__copyrights__inner--menu__list li {
  margin-top: 0 !important;
  padding-left: 8px;
  margin-left: 0 !important;
}
.wb-footer__copyrights__inner--menu__list li:before {
  content: "" !important;
  width: 1px;
  left: 0 !important;
  height: 100%;
  background-color: var(--color-white);
}
@media (max-width: 991.98px) {
  .wb-footer__copyrights__inner--menu__list li:first-child {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .wb-footer__copyrights__inner--menu__list li:first-child:before {
    display: none;
  }
}
.wb-footer__copyrights__inner--menu__list li a {
  font-size: 0.625rem;
  line-height: 12px !important;
  font-weight: 300 !important;
}
.wb-footer__copyrights__inner--created {
  grid-area: created;
}
.wb-footer__copyrights__link {
  text-decoration: underline;
}
.wb-footer__copyrights p {
  font-size: 0.875rem;
  font-weight: 100;
  text-align: center;
  margin-top: 0 !important;
}

.wb-menu__inner {
  display: flex;
  padding: 25px 0;
}
.wb-menu--main {
  background-color: var(--nav-main-background-color);
}
.wb-header--transparent:not(.wb-header--fixed) .wb-menu--main {
  background-color: var(--nav-main-background-color);
}
.wb-header--transparent.wb-header--open .wb-menu--main {
  background-color: var(--nav-main-background-color);
}
@media (min-width: 1200px) {
  .wb-menu--main .wb-menu__inner {
    display: flex;
  }
}
.wb-menu--main .sub-menu {
  display: none;
  background-color: var(--nav-main-submenu-background-color);
}
@media (max-width: 1199.98px) {
  .wb-menu--main .sub-menu {
    margin-left: calc(var(--spacing-container) * -1);
    width: calc(100% + var(--spacing-container) * 2);
    padding-left: var(--spacing-container);
    padding-right: var(--spacing-container);
  }
}
@media (min-width: 1200px) {
  .wb-menu--main .sub-menu {
    position: absolute;
    top: calc(100% + 25px);
    left: 0;
    z-index: 1;
    max-height: 60vh;
    overflow-y: auto;
    width: 400px;
    max-width: 100vw;
  }
}
.wb-menu--main .sub-menu--right {
  left: initial;
  right: 0;
}
.wb-menu--main .sub-menu .sub-menu {
  position: relative;
  top: 100%;
}
.wb-menu--main .wb-menu__item.menu-item-has-children > .wb-menu__item__el:after {
  transition: all 250ms ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f107";
  margin-left: 10px;
  font-size: 1.5rem;
}
.wb-menu--main .wb-menu__item.menu-item-has-children > .wb-menu__item__el[aria-expanded=true]:after {
  transform: rotate(180deg);
}
.wb-menu--main .wb-menu__item.level-0 > .wb-menu__item__el {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--nav-main-l0-color);
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .wb-menu--main .wb-menu__item.level-0 > .wb-menu__item__el {
    padding: 15px 0;
  }
}
.wb-menu--main .wb-menu__item.level-0 > .wb-menu__item__el:hover, .wb-menu--main .wb-menu__item.level-0 > .wb-menu__item__el:focus-within, .wb-menu--main .wb-menu__item.level-0 > .wb-menu__item__el[aria-expanded=true] {
  color: var(--nav-main-l0-color-hover);
}
.wb-menu--main .wb-menu__item.level-1:first-child {
  margin-top: 12px;
}
@media (min-width: 1200px) {
  .wb-menu--main .wb-menu__item.level-1:first-child {
    margin-top: 24px;
  }
}
.wb-menu--main .wb-menu__item.level-1:last-child {
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .wb-menu--main .wb-menu__item.level-1:last-child {
    margin-bottom: 24px;
  }
}
.wb-menu--main .wb-menu__item.level-1 > .wb-menu__item__el {
  color: var(--nav-main-l1-color);
  font-weight: 600;
  padding: 15px 0;
}
@media (min-width: 1200px) {
  .wb-menu--main .wb-menu__item.level-1 > .wb-menu__item__el {
    padding: 15px 40px;
  }
}
.wb-menu--main .wb-menu__item.level-1 > .wb-menu__item__el:hover, .wb-menu--main .wb-menu__item.level-1 > .wb-menu__item__el:focus-within, .wb-menu--main .wb-menu__item.level-1 > .wb-menu__item__el[aria-expanded=true] {
  color: var(--nav-main-l1-color-hover);
}
.wb-menu--main .wb-menu__item.level-2 {
  margin: 8px 0;
}
@media (max-width: 1199.98px) {
  .wb-menu--main .wb-menu__item.level-2:first-child {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .wb-menu--main .wb-menu__item.level-2:first-child > .wb-menu__item__el {
    margin-top: -15px;
  }
}
.wb-menu--main .wb-menu__item.level-2 > .wb-menu__item__el {
  color: var(--nav-main-l2-color);
  padding: 10px 0;
}
@media (min-width: 1200px) {
  .wb-menu--main .wb-menu__item.level-2 > .wb-menu__item__el {
    padding: 10px 40px;
  }
}
.wb-menu--main .wb-menu__item.level-2 > .wb-menu__item__el:hover, .wb-menu--main .wb-menu__item.level-2 > .wb-menu__item__el:focus-within {
  color: var(--nav-main-l2-color-hover);
}
@media (max-width: 1199.98px) {
  .wb-menu--main .wb-menu__list__wrapper {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .wb-menu--main .wb-menu__list__wrapper {
    display: block !important;
  }
}
.wb-menu--secondary {
  position: relative;
  background-color: var(--nav-secondary-background-color);
}
@media (max-width: 1199.98px) {
  .wb-menu--secondary {
    grid-row: 2;
  }
}
@media (min-width: 1200px) {
  .wb-menu--secondary {
    display: block !important;
  }
}
.wb-header--transparent:not(.wb-header--fixed) .wb-menu--secondary {
  background-color: initial;
}
.wb-header--transparent.wb-header--open .wb-menu--secondary {
  background-color: var(--nav-secondary-background-color);
}
.wb-menu--secondary .wb-menu__inner {
  justify-content: flex-end;
}
@media (max-width: 1199.98px) {
  .wb-menu--secondary .wb-menu__item.level-0 {
    margin: 5px 0;
  }
}
.wb-menu--secondary .wb-menu__item.level-0 > .wb-menu__item__el {
  color: var(--nav-secondary-l0-color);
}
@media (max-width: 1199.98px) {
  .wb-menu--secondary .wb-menu__item.level-0 > .wb-menu__item__el {
    padding: 10px 0;
  }
}
.wb-menu--secondary .wb-menu__item.level-0 > .wb-menu__item__el:hover, .wb-menu--secondary .wb-menu__item.level-0 > .wb-menu__item__el:focus-within, .wb-menu--secondary .wb-menu__item.level-0 > .wb-menu__item__el[aria-expanded=true] {
  color: var(--nav-secondary-l0-color-hover);
}
.wb-menu__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
@media (min-width: 1200px) {
  .wb-menu__list {
    align-items: center;
    flex-direction: row;
    width: initial;
    height: 100%;
  }
}
.wb-menu__item {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.wb-menu__item.level-0 {
  display: flex;
  height: 100%;
}
@media (min-width: 1200px) {
  .wb-menu__item.level-0 {
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .wb-menu__item.level-0:not(:first-child) {
    margin-left: 20px;
  }
}
.wb-menu__item.level-0 .wb-menu__item__el {
  height: 100%;
}
.wb-menu__item__el {
  transition: all 250ms ease-in-out;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .wb-menu__item__el {
    width: 100%;
  }
}
.wb-menu__item__button {
  margin-right: auto;
}
.wb-menu__item__button .btn {
  border-color: var(--color-white);
  color: var(--color-white);
  padding: 10px;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
}
.wb-menu__item__button .btn:hover, .wb-menu__item__button .btn[aria-selected=true] {
  color: var(--color-primary);
  border-color: var(--color-white);
  background-color: var(--color-white);
}
.wb-menu__item__button .btn:focus, .wb-menu__item__button .btn.--active {
  color: var(--color-primary);
  border-color: var(--color-white);
  background-color: var(--color-white);
}
.wb-menu__item__button .btn:active {
  color: var(--color-primary);
  border-color: var(--color-white);
  background-color: var(--color-white);
}
@media (max-width: 1199.98px) {
  .wb-menu__item__button .btn {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.wb-menu__item__button .btn[target=_blank]:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f08e";
  rotate: none;
  display: inline-block;
  font-size: 1em;
  margin-left: 10px;
  font-weight: 600;
}
.wb-menu__item__search {
  align-items: initial;
}
@media (max-width: 1199.98px) {
  .wb-header__btm .wb-menu__item__search {
    display: none;
  }
}
.wb-header__top .wb-menu__item__search {
  color: var(--nav-main-l0-color);
}
.wb-header__top .wb-menu__item__search:hover, .wb-header__top .wb-menu__item__search:focus-within, .wb-header__top .wb-menu__item__search:active {
  color: var(--nav-main-l0-color-hover);
}
.wb-menu__item__socials__list {
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .wb-menu--main .wb-menu__item__socials__list {
    padding: 15px 0;
  }
}
@media (max-width: 1199.98px) {
  .wb-menu--secondary .wb-menu__item__socials__list {
    padding: 10px 0;
  }
}
.wb-menu__item__socials__list .wb-socials__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.875rem;
  line-height: 1.875rem;
  width: 1.875rem;
  height: 1.875rem;
}
.wb-menu--main .wb-menu__item__socials__list .wb-socials__icon {
  color: var(--nav-main-l0-color);
}
.wb-menu--main .wb-menu__item__socials__list .wb-socials__icon:hover, .wb-menu--main .wb-menu__item__socials__list .wb-socials__icon:focus-within {
  color: var(--nav-main-l0-color-hover);
}
.wb-menu--secondary .wb-menu__item__socials__list .wb-socials__icon {
  color: var(--nav-secondary-l0-color);
}
.wb-menu--secondary .wb-menu__item__socials__list .wb-socials__icon:hover, .wb-menu--secondary .wb-menu__item__socials__list .wb-socials__icon:focus-within {
  color: var(--nav-secondary-l0-color-hover);
}
.wb-menu__item__socials__list .wb-socials__icon:not(:first-child) {
  margin-left: 15px;
}
.wb-menu__item__icon {
  position: relative;
}
.wb-menu--main .wb-menu__item__icon {
  color: var(--nav-main-l0-color);
}
.wb-menu--main .wb-menu__item__icon:hover, .wb-menu--main .wb-menu__item__icon:focus-within {
  color: var(--nav-main-l0-color-hover);
}
.wb-menu--secondary .wb-menu__item__icon {
  color: var(--nav-secondary-l0-color);
}
.wb-menu--secondary .wb-menu__item__icon:hover, .wb-menu--secondary .wb-menu__item__icon:focus-within {
  color: var(--nav-secondary-l0-color-hover);
}
.wb-menu__item__icon > * {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.875rem;
  line-height: 1.875rem;
  width: 1.875rem;
  height: 1.875rem;
}

.wb-list {
  display: grid;
  gap: var(--spacing-grid-gap);
}
@media (min-width: 576px) {
  .wb-list--card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .wb-list--card {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 2000px) {
  .wb-list--card {
    grid-template-columns: repeat(4, 1fr);
  }
}

.tbl {
  display: table;
}

.tbl-rw {
  display: table-row;
}

.tbl-cl {
  display: table-cell;
}

.d-flex {
  display: flex;
}

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

.d-none {
  display: none;
}

.center {
  text-align: center;
  vertical-align: middle;
  margin: auto;
}

.print-only {
  display: none !important;
}

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

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

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

.left {
  float: left;
}

.right {
  float: right;
}

.visually-hidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.nopadding {
  padding-left: 0;
  padding-right: 0;
}

.fullwidth,
.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.ratio-box:before {
  content: "";
  display: block;
  float: left;
}
.ratio-box:after {
  content: "";
  display: table;
  clear: both;
}
.ratio-box--110:before {
  padding-bottom: 110%;
}
.ratio-box--100:before {
  padding-bottom: 100%;
}
.ratio-box--90:before {
  padding-bottom: 90%;
}
.ratio-box--80:before {
  padding-bottom: 80%;
}
.ratio-box--75:before {
  padding-bottom: 75%;
}
.ratio-box--70:before {
  padding-bottom: 70%;
}
.ratio-box--45:before {
  padding-bottom: 45%;
}
.ratio-box--25:before {
  padding-bottom: 25%;
}
.ratio-box--16-9:before {
  padding-bottom: 56.25%;
}
.ratio-box--4-3:before {
  padding-bottom: 75%;
}

.wb-blog {
  padding: var(--spacing-1) 0 var(--spacing-4);
}
.wb-blog__inner {
  display: grid;
  gap: 50px;
  grid-template-areas: "featured" "wb-search-box" "listing";
  align-items: start;
}
@media (min-width: 992px) {
  .wb-blog__inner {
    gap: 50px var(--spacing-grid-gap);
    grid-template-columns: 1fr 300px;
    grid-template-areas: "featured wb-search-box" "listing wb-search-box";
  }
}
.wb-blog__featured {
  grid-area: featured;
}

.wb-global-search-results__inner {
  padding: var(--spacing-4) 0;
}
.wb-global-search-results .wb-search-box {
  margin-bottom: var(--spacing-grid-gap);
}

.wb-single-view {
  padding: var(--spacing-1) 0 var(--spacing-4);
}
@media (min-width: 992px) {
  .wb-single-view__inner--with-sidebar {
    display: grid;
    gap: 50px;
    align-items: start;
    justify-content: center;
    grid-template-columns: 1fr 300px;
  }
}
@media (max-width: 991.98px) {
  .wb-single-view__content:not(:last-child) {
    margin-bottom: 50px;
  }
}
.wb-single-view__content .container-fluid {
  padding: 0 !important;
}
.wb-single-view__header {
  display: grid;
  gap: 20px;
  margin-bottom: 30px;
  position: relative;
}
.wb-single-view__header .wb-card__categories {
  left: 0;
}
.wb-single-view__header .wb-social-share {
  justify-self: right;
}
.wb-single-view__title {
  margin-top: 0 !important;
}
.wb-single-view__footer {
  display: grid;
  gap: var(--spacing-grid-gap);
  grid-template-columns: 1fr max-content;
  border-top: 1px solid var(--color-grey-light);
  padding-top: 30px;
}
.wb-single-view__footer__tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.wb-single-view__footer .social-share {
  margin-top: 5px;
  align-self: start;
  grid-column: 2;
}
.wb-single-view__sidebar {
  display: grid;
  gap: 20px;
}

.--bgcolor--primary {
  background-color: var(--color-primary);
}
.--bgcolor--primary-40 {
  background-color: var(--color-primary-40);
}
.--bgcolor--primary-70 {
  background-color: var(--color-primary-70);
}
.--bgcolor--primary-hover {
  background-color: var(--color-primary-hover);
}
.--bgcolor--primary-active {
  background-color: var(--color-primary-active);
}
.--bgcolor--primary-focus {
  background-color: var(--color-primary-focus);
}
.--bgcolor--secondary {
  background-color: var(--color-secondary);
}
.--bgcolor--secondary-hover {
  background-color: var(--color-secondary-hover);
}
.--bgcolor--secondary-active {
  background-color: var(--color-secondary-active);
}
.--bgcolor--secondary-focus {
  background-color: var(--color-secondary-focus);
}
.--bgcolor--white {
  background-color: var(--color-white);
}
.--bgcolor--white-75 {
  background-color: var(--color-white-75);
}
.--bgcolor--grey-lighter {
  background-color: var(--color-grey-lighter);
}
.--bgcolor--grey-light {
  background-color: var(--color-grey-light);
}
.--bgcolor--grey {
  background-color: var(--color-grey);
}
.--bgcolor--grey-dark {
  background-color: var(--color-grey-dark);
}
.--bgcolor--grey-dark-75 {
  background-color: var(--color-grey-dark-75);
}
.--bgcolor--black {
  background-color: var(--color-black);
}
.--bgcolor--black-70 {
  background-color: var(--color-black-70);
}
.--bgcolor--black-50 {
  background-color: var(--color-black-50);
}
.--bgcolor--black-10 {
  background-color: var(--color-black-10);
}
.--bgcolor--error {
  background-color: var(--color-error);
}
.--bgcolor--warning {
  background-color: var(--color-warning);
}
.--bgcolor--success {
  background-color: var(--color-success);
}
.--bgcolor--text {
  background-color: var(--color-text);
}

.--color--bg-primary {
  color: var(--color-white);
}

.--color--primary {
  color: var(--color-primary);
}
.--color--primary-40 {
  color: var(--color-primary-40);
}
.--color--primary-70 {
  color: var(--color-primary-70);
}
.--color--primary-hover {
  color: var(--color-primary-hover);
}
.--color--primary-active {
  color: var(--color-primary-active);
}
.--color--primary-focus {
  color: var(--color-primary-focus);
}
.--color--secondary {
  color: var(--color-secondary);
}
.--color--secondary-hover {
  color: var(--color-secondary-hover);
}
.--color--secondary-active {
  color: var(--color-secondary-active);
}
.--color--secondary-focus {
  color: var(--color-secondary-focus);
}
.--color--white {
  color: var(--color-white);
}
.--color--white-75 {
  color: var(--color-white-75);
}
.--color--grey-lighter {
  color: var(--color-grey-lighter);
}
.--color--grey-light {
  color: var(--color-grey-light);
}
.--color--grey {
  color: var(--color-grey);
}
.--color--grey-dark {
  color: var(--color-grey-dark);
}
.--color--grey-dark-75 {
  color: var(--color-grey-dark-75);
}
.--color--black {
  color: var(--color-black);
}
.--color--black-70 {
  color: var(--color-black-70);
}
.--color--black-50 {
  color: var(--color-black-50);
}
.--color--black-10 {
  color: var(--color-black-10);
}
.--color--error {
  color: var(--color-error);
}
.--color--warning {
  color: var(--color-warning);
}
.--color--success {
  color: var(--color-success);
}
.--color--text {
  color: var(--color-text);
}
.--color--inherit {
  color: inherit;
}

.--hover--color--primary:hover {
  color: var(--color-primary);
}
.--hover--color--primary-40:hover {
  color: var(--color-primary-40);
}
.--hover--color--primary-70:hover {
  color: var(--color-primary-70);
}
.--hover--color--primary-hover:hover {
  color: var(--color-primary-hover);
}
.--hover--color--primary-active:hover {
  color: var(--color-primary-active);
}
.--hover--color--primary-focus:hover {
  color: var(--color-primary-focus);
}
.--hover--color--secondary:hover {
  color: var(--color-secondary);
}
.--hover--color--secondary-hover:hover {
  color: var(--color-secondary-hover);
}
.--hover--color--secondary-active:hover {
  color: var(--color-secondary-active);
}
.--hover--color--secondary-focus:hover {
  color: var(--color-secondary-focus);
}
.--hover--color--white:hover {
  color: var(--color-white);
}
.--hover--color--white-75:hover {
  color: var(--color-white-75);
}
.--hover--color--grey-lighter:hover {
  color: var(--color-grey-lighter);
}
.--hover--color--grey-light:hover {
  color: var(--color-grey-light);
}
.--hover--color--grey:hover {
  color: var(--color-grey);
}
.--hover--color--grey-dark:hover {
  color: var(--color-grey-dark);
}
.--hover--color--grey-dark-75:hover {
  color: var(--color-grey-dark-75);
}
.--hover--color--black:hover {
  color: var(--color-black);
}
.--hover--color--black-70:hover {
  color: var(--color-black-70);
}
.--hover--color--black-50:hover {
  color: var(--color-black-50);
}
.--hover--color--black-10:hover {
  color: var(--color-black-10);
}
.--hover--color--error:hover {
  color: var(--color-error);
}
.--hover--color--warning:hover {
  color: var(--color-warning);
}
.--hover--color--success:hover {
  color: var(--color-success);
}
.--hover--color--text:hover {
  color: var(--color-text);
}

.--ff--main {
  font-family: Inter, sans-serif;
}
.--ff--secondary {
  font-family: Roboto, sans-serif;
}

.--fw--light {
  font-weight: 300;
}
.--fw--regular {
  font-weight: 400;
}
.--fw--medium {
  font-weight: 500;
}
.--fw--semibold {
  font-weight: 600;
}
.--fw--bold {
  font-weight: 700;
}
.--fw--extrabold {
  font-weight: 800;
}

.--normalcase {
  text-transform: none;
}

.--uppercase {
  text-transform: uppercase;
}

.--lowercase {
  text-transform: lowercase;
}

.--border-t--primary {
  border-top: 1px solid var(--color-primary);
}
html .--border-t-xs--primary {
  border-top: 1px solid var(--color-primary);
}
@media (min-width: 576px) {
  html .--border-t-sm--primary {
    border-top: 1px solid var(--color-primary);
  }
}
@media (min-width: 768px) {
  html .--border-t-md--primary {
    border-top: 1px solid var(--color-primary);
  }
}
@media (min-width: 992px) {
  html .--border-t-lg--primary {
    border-top: 1px solid var(--color-primary);
  }
}
@media (min-width: 1200px) {
  html .--border-t-xl--primary {
    border-top: 1px solid var(--color-primary);
  }
}
@media (min-width: 1400px) {
  html .--border-t-xxl--primary {
    border-top: 1px solid var(--color-primary);
  }
}
@media (min-width: 2000px) {
  html .--border-t-xxxl--primary {
    border-top: 1px solid var(--color-primary);
  }
}
.--border-t--primary-40 {
  border-top: 1px solid var(--color-primary-40);
}
html .--border-t-xs--primary-40 {
  border-top: 1px solid var(--color-primary-40);
}
@media (min-width: 576px) {
  html .--border-t-sm--primary-40 {
    border-top: 1px solid var(--color-primary-40);
  }
}
@media (min-width: 768px) {
  html .--border-t-md--primary-40 {
    border-top: 1px solid var(--color-primary-40);
  }
}
@media (min-width: 992px) {
  html .--border-t-lg--primary-40 {
    border-top: 1px solid var(--color-primary-40);
  }
}
@media (min-width: 1200px) {
  html .--border-t-xl--primary-40 {
    border-top: 1px solid var(--color-primary-40);
  }
}
@media (min-width: 1400px) {
  html .--border-t-xxl--primary-40 {
    border-top: 1px solid var(--color-primary-40);
  }
}
@media (min-width: 2000px) {
  html .--border-t-xxxl--primary-40 {
    border-top: 1px solid var(--color-primary-40);
  }
}
.--border-t--primary-70 {
  border-top: 1px solid var(--color-primary-70);
}
html .--border-t-xs--primary-70 {
  border-top: 1px solid var(--color-primary-70);
}
@media (min-width: 576px) {
  html .--border-t-sm--primary-70 {
    border-top: 1px solid var(--color-primary-70);
  }
}
@media (min-width: 768px) {
  html .--border-t-md--primary-70 {
    border-top: 1px solid var(--color-primary-70);
  }
}
@media (min-width: 992px) {
  html .--border-t-lg--primary-70 {
    border-top: 1px solid var(--color-primary-70);
  }
}
@media (min-width: 1200px) {
  html .--border-t-xl--primary-70 {
    border-top: 1px solid var(--color-primary-70);
  }
}
@media (min-width: 1400px) {
  html .--border-t-xxl--primary-70 {
    border-top: 1px solid var(--color-primary-70);
  }
}
@media (min-width: 2000px) {
  html .--border-t-xxxl--primary-70 {
    border-top: 1px solid var(--color-primary-70);
  }
}
.--border-t--primary-hover {
  border-top: 1px solid var(--color-primary-hover);
}
html .--border-t-xs--primary-hover {
  border-top: 1px solid var(--color-primary-hover);
}
@media (min-width: 576px) {
  html .--border-t-sm--primary-hover {
    border-top: 1px solid var(--color-primary-hover);
  }
}
@media (min-width: 768px) {
  html .--border-t-md--primary-hover {
    border-top: 1px solid var(--color-primary-hover);
  }
}
@media (min-width: 992px) {
  html .--border-t-lg--primary-hover {
    border-top: 1px solid var(--color-primary-hover);
  }
}
@media (min-width: 1200px) {
  html .--border-t-xl--primary-hover {
    border-top: 1px solid var(--color-primary-hover);
  }
}
@media (min-width: 1400px) {
  html .--border-t-xxl--primary-hover {
    border-top: 1px solid var(--color-primary-hover);
  }
}
@media (min-width: 2000px) {
  html .--border-t-xxxl--primary-hover {
    border-top: 1px solid var(--color-primary-hover);
  }
}
.--border-t--primary-active {
  border-top: 1px solid var(--color-primary-active);
}
html .--border-t-xs--primary-active {
  border-top: 1px solid var(--color-primary-active);
}
@media (min-width: 576px) {
  html .--border-t-sm--primary-active {
    border-top: 1px solid var(--color-primary-active);
  }
}
@media (min-width: 768px) {
  html .--border-t-md--primary-active {
    border-top: 1px solid var(--color-primary-active);
  }
}
@media (min-width: 992px) {
  html .--border-t-lg--primary-active {
    border-top: 1px solid var(--color-primary-active);
  }
}
@media (min-width: 1200px) {
  html .--border-t-xl--primary-active {
    border-top: 1px solid var(--color-primary-active);
  }
}
@media (min-width: 1400px) {
  html .--border-t-xxl--primary-active {
    border-top: 1px solid var(--color-primary-active);
  }
}
@media (min-width: 2000px) {
  html .--border-t-xxxl--primary-active {
    border-top: 1px solid var(--color-primary-active);
  }
}
.--border-t--primary-focus {
  border-top: 1px solid var(--color-primary-focus);
}
html .--border-t-xs--primary-focus {
  border-top: 1px solid var(--color-primary-focus);
}
@media (min-width: 576px) {
  html .--border-t-sm--primary-focus {
    border-top: 1px solid var(--color-primary-focus);
  }
}
@media (min-width: 768px) {
  html .--border-t-md--primary-focus {
    border-top: 1px solid var(--color-primary-focus);
  }
}
@media (min-width: 992px) {
  html .--border-t-lg--primary-focus {
    border-top: 1px solid var(--color-primary-focus);
  }
}
@media (min-width: 1200px) {
  html .--border-t-xl--primary-focus {
    border-top: 1px solid var(--color-primary-focus);
  }
}
@media (min-width: 1400px) {
  html .--border-t-xxl--primary-focus {
    border-top: 1px solid var(--color-primary-focus);
  }
}
@media (min-width: 2000px) {
  html .--border-t-xxxl--primary-focus {
    border-top: 1px solid var(--color-primary-focus);
  }
}
.--border-t--secondary {
  border-top: 1px solid var(--color-secondary);
}
html .--border-t-xs--secondary {
  border-top: 1px solid var(--color-secondary);
}
@media (min-width: 576px) {
  html .--border-t-sm--secondary {
    border-top: 1px solid var(--color-secondary);
  }
}
@media (min-width: 768px) {
  html .--border-t-md--secondary {
    border-top: 1px solid var(--color-secondary);
  }
}
@media (min-width: 992px) {
  html .--border-t-lg--secondary {
    border-top: 1px solid var(--color-secondary);
  }
}
@media (min-width: 1200px) {
  html .--border-t-xl--secondary {
    border-top: 1px solid var(--color-secondary);
  }
}
@media (min-width: 1400px) {
  html .--border-t-xxl--secondary {
    border-top: 1px solid var(--color-secondary);
  }
}
@media (min-width: 2000px) {
  html .--border-t-xxxl--secondary {
    border-top: 1px solid var(--color-secondary);
  }
}
.--border-t--secondary-hover {
  border-top: 1px solid var(--color-secondary-hover);
}
html .--border-t-xs--secondary-hover {
  border-top: 1px solid var(--color-secondary-hover);
}
@media (min-width: 576px) {
  html .--border-t-sm--secondary-hover {
    border-top: 1px solid var(--color-secondary-hover);
  }
}
@media (min-width: 768px) {
  html .--border-t-md--secondary-hover {
    border-top: 1px solid var(--color-secondary-hover);
  }
}
@media (min-width: 992px) {
  html .--border-t-lg--secondary-hover {
    border-top: 1px solid var(--color-secondary-hover);
  }
}
@media (min-width: 1200px) {
  html .--border-t-xl--secondary-hover {
    border-top: 1px solid var(--color-secondary-hover);
  }
}
@media (min-width: 1400px) {
  html .--border-t-xxl--secondary-hover {
    border-top: 1px solid var(--color-secondary-hover);
  }
}
@media (min-width: 2000px) {
  html .--border-t-xxxl--secondary-hover {
    border-top: 1px solid var(--color-secondary-hover);
  }
}
.--border-t--secondary-active {
  border-top: 1px solid var(--color-secondary-active);
}
html .--border-t-xs--secondary-active {
  border-top: 1px solid var(--color-secondary-active);
}
@media (min-width: 576px) {
  html .--border-t-sm--secondary-active {
    border-top: 1px solid var(--color-secondary-active);
  }
}
@media (min-width: 768px) {
  html .--border-t-md--secondary-active {
    border-top: 1px solid var(--color-secondary-active);
  }
}
@media (min-width: 992px) {
  html .--border-t-lg--secondary-active {
    border-top: 1px solid var(--color-secondary-active);
  }
}
@media (min-width: 1200px) {
  html .--border-t-xl--secondary-active {
    border-top: 1px solid var(--color-secondary-active);
  }
}
@media (min-width: 1400px) {
  html .--border-t-xxl--secondary-active {
    border-top: 1px solid var(--color-secondary-active);
  }
}
@media (min-width: 2000px) {
  html .--border-t-xxxl--secondary-active {
    border-top: 1px solid var(--color-secondary-active);
  }
}
.--border-t--secondary-focus {
  border-top: 1px solid var(--color-secondary-focus);
}
html .--border-t-xs--secondary-focus {
  border-top: 1px solid var(--color-secondary-focus);
}
@media (min-width: 576px) {
  html .--border-t-sm--secondary-focus {
    border-top: 1px solid var(--color-secondary-focus);
  }
}
@media (min-width: 768px) {
  html .--border-t-md--secondary-focus {
    border-top: 1px solid var(--color-secondary-focus);
  }
}
@media (min-width: 992px) {
  html .--border-t-lg--secondary-focus {
    border-top: 1px solid var(--color-secondary-focus);
  }
}
@media (min-width: 1200px) {
  html .--border-t-xl--secondary-focus {
    border-top: 1px solid var(--color-secondary-focus);
  }
}
@media (min-width: 1400px) {
  html .--border-t-xxl--secondary-focus {
    border-top: 1px solid var(--color-secondary-focus);
  }
}
@media (min-width: 2000px) {
  html .--border-t-xxxl--secondary-focus {
    border-top: 1px solid var(--color-secondary-focus);
  }
}
.--border-t--white {
  border-top: 1px solid var(--color-white);
}
html .--border-t-xs--white {
  border-top: 1px solid var(--color-white);
}
@media (min-width: 576px) {
  html .--border-t-sm--white {
    border-top: 1px solid var(--color-white);
  }
}
@media (min-width: 768px) {
  html .--border-t-md--white {
    border-top: 1px solid var(--color-white);
  }
}
@media (min-width: 992px) {
  html .--border-t-lg--white {
    border-top: 1px solid var(--color-white);
  }
}
@media (min-width: 1200px) {
  html .--border-t-xl--white {
    border-top: 1px solid var(--color-white);
  }
}
@media (min-width: 1400px) {
  html .--border-t-xxl--white {
    border-top: 1px solid var(--color-white);
  }
}
@media (min-width: 2000px) {
  html .--border-t-xxxl--white {
    border-top: 1px solid var(--color-white);
  }
}
.--border-t--white-75 {
  border-top: 1px solid var(--color-white-75);
}
html .--border-t-xs--white-75 {
  border-top: 1px solid var(--color-white-75);
}
@media (min-width: 576px) {
  html .--border-t-sm--white-75 {
    border-top: 1px solid var(--color-white-75);
  }
}
@media (min-width: 768px) {
  html .--border-t-md--white-75 {
    border-top: 1px solid var(--color-white-75);
  }
}
@media (min-width: 992px) {
  html .--border-t-lg--white-75 {
    border-top: 1px solid var(--color-white-75);
  }
}
@media (min-width: 1200px) {
  html .--border-t-xl--white-75 {
    border-top: 1px solid var(--color-white-75);
  }
}
@media (min-width: 1400px) {
  html .--border-t-xxl--white-75 {
    border-top: 1px solid var(--color-white-75);
  }
}
@media (min-width: 2000px) {
  html .--border-t-xxxl--white-75 {
    border-top: 1px solid var(--color-white-75);
  }
}
.--border-t--grey-lighter {
  border-top: 1px solid var(--color-grey-lighter);
}
html .--border-t-xs--grey-lighter {
  border-top: 1px solid var(--color-grey-lighter);
}
@media (min-width: 576px) {
  html .--border-t-sm--grey-lighter {
    border-top: 1px solid var(--color-grey-lighter);
  }
}
@media (min-width: 768px) {
  html .--border-t-md--grey-lighter {
    border-top: 1px solid var(--color-grey-lighter);
  }
}
@media (min-width: 992px) {
  html .--border-t-lg--grey-lighter {
    border-top: 1px solid var(--color-grey-lighter);
  }
}
@media (min-width: 1200px) {
  html .--border-t-xl--grey-lighter {
    border-top: 1px solid var(--color-grey-lighter);
  }
}
@media (min-width: 1400px) {
  html .--border-t-xxl--grey-lighter {
    border-top: 1px solid var(--color-grey-lighter);
  }
}
@media (min-width: 2000px) {
  html .--border-t-xxxl--grey-lighter {
    border-top: 1px solid var(--color-grey-lighter);
  }
}
.--border-t--grey-light {
  border-top: 1px solid var(--color-grey-light);
}
html .--border-t-xs--grey-light {
  border-top: 1px solid var(--color-grey-light);
}
@media (min-width: 576px) {
  html .--border-t-sm--grey-light {
    border-top: 1px solid var(--color-grey-light);
  }
}
@media (min-width: 768px) {
  html .--border-t-md--grey-light {
    border-top: 1px solid var(--color-grey-light);
  }
}
@media (min-width: 992px) {
  html .--border-t-lg--grey-light {
    border-top: 1px solid var(--color-grey-light);
  }
}
@media (min-width: 1200px) {
  html .--border-t-xl--grey-light {
    border-top: 1px solid var(--color-grey-light);
  }
}
@media (min-width: 1400px) {
  html .--border-t-xxl--grey-light {
    border-top: 1px solid var(--color-grey-light);
  }
}
@media (min-width: 2000px) {
  html .--border-t-xxxl--grey-light {
    border-top: 1px solid var(--color-grey-light);
  }
}
.--border-t--grey {
  border-top: 1px solid var(--color-grey);
}
html .--border-t-xs--grey {
  border-top: 1px solid var(--color-grey);
}
@media (min-width: 576px) {
  html .--border-t-sm--grey {
    border-top: 1px solid var(--color-grey);
  }
}
@media (min-width: 768px) {
  html .--border-t-md--grey {
    border-top: 1px solid var(--color-grey);
  }
}
@media (min-width: 992px) {
  html .--border-t-lg--grey {
    border-top: 1px solid var(--color-grey);
  }
}
@media (min-width: 1200px) {
  html .--border-t-xl--grey {
    border-top: 1px solid var(--color-grey);
  }
}
@media (min-width: 1400px) {
  html .--border-t-xxl--grey {
    border-top: 1px solid var(--color-grey);
  }
}
@media (min-width: 2000px) {
  html .--border-t-xxxl--grey {
    border-top: 1px solid var(--color-grey);
  }
}
.--border-t--grey-dark {
  border-top: 1px solid var(--color-grey-dark);
}
html .--border-t-xs--grey-dark {
  border-top: 1px solid var(--color-grey-dark);
}
@media (min-width: 576px) {
  html .--border-t-sm--grey-dark {
    border-top: 1px solid var(--color-grey-dark);
  }
}
@media (min-width: 768px) {
  html .--border-t-md--grey-dark {
    border-top: 1px solid var(--color-grey-dark);
  }
}
@media (min-width: 992px) {
  html .--border-t-lg--grey-dark {
    border-top: 1px solid var(--color-grey-dark);
  }
}
@media (min-width: 1200px) {
  html .--border-t-xl--grey-dark {
    border-top: 1px solid var(--color-grey-dark);
  }
}
@media (min-width: 1400px) {
  html .--border-t-xxl--grey-dark {
    border-top: 1px solid var(--color-grey-dark);
  }
}
@media (min-width: 2000px) {
  html .--border-t-xxxl--grey-dark {
    border-top: 1px solid var(--color-grey-dark);
  }
}
.--border-t--grey-dark-75 {
  border-top: 1px solid var(--color-grey-dark-75);
}
html .--border-t-xs--grey-dark-75 {
  border-top: 1px solid var(--color-grey-dark-75);
}
@media (min-width: 576px) {
  html .--border-t-sm--grey-dark-75 {
    border-top: 1px solid var(--color-grey-dark-75);
  }
}
@media (min-width: 768px) {
  html .--border-t-md--grey-dark-75 {
    border-top: 1px solid var(--color-grey-dark-75);
  }
}
@media (min-width: 992px) {
  html .--border-t-lg--grey-dark-75 {
    border-top: 1px solid var(--color-grey-dark-75);
  }
}
@media (min-width: 1200px) {
  html .--border-t-xl--grey-dark-75 {
    border-top: 1px solid var(--color-grey-dark-75);
  }
}
@media (min-width: 1400px) {
  html .--border-t-xxl--grey-dark-75 {
    border-top: 1px solid var(--color-grey-dark-75);
  }
}
@media (min-width: 2000px) {
  html .--border-t-xxxl--grey-dark-75 {
    border-top: 1px solid var(--color-grey-dark-75);
  }
}
.--border-t--black {
  border-top: 1px solid var(--color-black);
}
html .--border-t-xs--black {
  border-top: 1px solid var(--color-black);
}
@media (min-width: 576px) {
  html .--border-t-sm--black {
    border-top: 1px solid var(--color-black);
  }
}
@media (min-width: 768px) {
  html .--border-t-md--black {
    border-top: 1px solid var(--color-black);
  }
}
@media (min-width: 992px) {
  html .--border-t-lg--black {
    border-top: 1px solid var(--color-black);
  }
}
@media (min-width: 1200px) {
  html .--border-t-xl--black {
    border-top: 1px solid var(--color-black);
  }
}
@media (min-width: 1400px) {
  html .--border-t-xxl--black {
    border-top: 1px solid var(--color-black);
  }
}
@media (min-width: 2000px) {
  html .--border-t-xxxl--black {
    border-top: 1px solid var(--color-black);
  }
}
.--border-t--black-70 {
  border-top: 1px solid var(--color-black-70);
}
html .--border-t-xs--black-70 {
  border-top: 1px solid var(--color-black-70);
}
@media (min-width: 576px) {
  html .--border-t-sm--black-70 {
    border-top: 1px solid var(--color-black-70);
  }
}
@media (min-width: 768px) {
  html .--border-t-md--black-70 {
    border-top: 1px solid var(--color-black-70);
  }
}
@media (min-width: 992px) {
  html .--border-t-lg--black-70 {
    border-top: 1px solid var(--color-black-70);
  }
}
@media (min-width: 1200px) {
  html .--border-t-xl--black-70 {
    border-top: 1px solid var(--color-black-70);
  }
}
@media (min-width: 1400px) {
  html .--border-t-xxl--black-70 {
    border-top: 1px solid var(--color-black-70);
  }
}
@media (min-width: 2000px) {
  html .--border-t-xxxl--black-70 {
    border-top: 1px solid var(--color-black-70);
  }
}
.--border-t--black-50 {
  border-top: 1px solid var(--color-black-50);
}
html .--border-t-xs--black-50 {
  border-top: 1px solid var(--color-black-50);
}
@media (min-width: 576px) {
  html .--border-t-sm--black-50 {
    border-top: 1px solid var(--color-black-50);
  }
}
@media (min-width: 768px) {
  html .--border-t-md--black-50 {
    border-top: 1px solid var(--color-black-50);
  }
}
@media (min-width: 992px) {
  html .--border-t-lg--black-50 {
    border-top: 1px solid var(--color-black-50);
  }
}
@media (min-width: 1200px) {
  html .--border-t-xl--black-50 {
    border-top: 1px solid var(--color-black-50);
  }
}
@media (min-width: 1400px) {
  html .--border-t-xxl--black-50 {
    border-top: 1px solid var(--color-black-50);
  }
}
@media (min-width: 2000px) {
  html .--border-t-xxxl--black-50 {
    border-top: 1px solid var(--color-black-50);
  }
}
.--border-t--black-10 {
  border-top: 1px solid var(--color-black-10);
}
html .--border-t-xs--black-10 {
  border-top: 1px solid var(--color-black-10);
}
@media (min-width: 576px) {
  html .--border-t-sm--black-10 {
    border-top: 1px solid var(--color-black-10);
  }
}
@media (min-width: 768px) {
  html .--border-t-md--black-10 {
    border-top: 1px solid var(--color-black-10);
  }
}
@media (min-width: 992px) {
  html .--border-t-lg--black-10 {
    border-top: 1px solid var(--color-black-10);
  }
}
@media (min-width: 1200px) {
  html .--border-t-xl--black-10 {
    border-top: 1px solid var(--color-black-10);
  }
}
@media (min-width: 1400px) {
  html .--border-t-xxl--black-10 {
    border-top: 1px solid var(--color-black-10);
  }
}
@media (min-width: 2000px) {
  html .--border-t-xxxl--black-10 {
    border-top: 1px solid var(--color-black-10);
  }
}
.--border-t--error {
  border-top: 1px solid var(--color-error);
}
html .--border-t-xs--error {
  border-top: 1px solid var(--color-error);
}
@media (min-width: 576px) {
  html .--border-t-sm--error {
    border-top: 1px solid var(--color-error);
  }
}
@media (min-width: 768px) {
  html .--border-t-md--error {
    border-top: 1px solid var(--color-error);
  }
}
@media (min-width: 992px) {
  html .--border-t-lg--error {
    border-top: 1px solid var(--color-error);
  }
}
@media (min-width: 1200px) {
  html .--border-t-xl--error {
    border-top: 1px solid var(--color-error);
  }
}
@media (min-width: 1400px) {
  html .--border-t-xxl--error {
    border-top: 1px solid var(--color-error);
  }
}
@media (min-width: 2000px) {
  html .--border-t-xxxl--error {
    border-top: 1px solid var(--color-error);
  }
}
.--border-t--warning {
  border-top: 1px solid var(--color-warning);
}
html .--border-t-xs--warning {
  border-top: 1px solid var(--color-warning);
}
@media (min-width: 576px) {
  html .--border-t-sm--warning {
    border-top: 1px solid var(--color-warning);
  }
}
@media (min-width: 768px) {
  html .--border-t-md--warning {
    border-top: 1px solid var(--color-warning);
  }
}
@media (min-width: 992px) {
  html .--border-t-lg--warning {
    border-top: 1px solid var(--color-warning);
  }
}
@media (min-width: 1200px) {
  html .--border-t-xl--warning {
    border-top: 1px solid var(--color-warning);
  }
}
@media (min-width: 1400px) {
  html .--border-t-xxl--warning {
    border-top: 1px solid var(--color-warning);
  }
}
@media (min-width: 2000px) {
  html .--border-t-xxxl--warning {
    border-top: 1px solid var(--color-warning);
  }
}
.--border-t--success {
  border-top: 1px solid var(--color-success);
}
html .--border-t-xs--success {
  border-top: 1px solid var(--color-success);
}
@media (min-width: 576px) {
  html .--border-t-sm--success {
    border-top: 1px solid var(--color-success);
  }
}
@media (min-width: 768px) {
  html .--border-t-md--success {
    border-top: 1px solid var(--color-success);
  }
}
@media (min-width: 992px) {
  html .--border-t-lg--success {
    border-top: 1px solid var(--color-success);
  }
}
@media (min-width: 1200px) {
  html .--border-t-xl--success {
    border-top: 1px solid var(--color-success);
  }
}
@media (min-width: 1400px) {
  html .--border-t-xxl--success {
    border-top: 1px solid var(--color-success);
  }
}
@media (min-width: 2000px) {
  html .--border-t-xxxl--success {
    border-top: 1px solid var(--color-success);
  }
}
.--border-t--text {
  border-top: 1px solid var(--color-text);
}
html .--border-t-xs--text {
  border-top: 1px solid var(--color-text);
}
@media (min-width: 576px) {
  html .--border-t-sm--text {
    border-top: 1px solid var(--color-text);
  }
}
@media (min-width: 768px) {
  html .--border-t-md--text {
    border-top: 1px solid var(--color-text);
  }
}
@media (min-width: 992px) {
  html .--border-t-lg--text {
    border-top: 1px solid var(--color-text);
  }
}
@media (min-width: 1200px) {
  html .--border-t-xl--text {
    border-top: 1px solid var(--color-text);
  }
}
@media (min-width: 1400px) {
  html .--border-t-xxl--text {
    border-top: 1px solid var(--color-text);
  }
}
@media (min-width: 2000px) {
  html .--border-t-xxxl--text {
    border-top: 1px solid var(--color-text);
  }
}

.--border-b--primary {
  border-bottom: 1px solid var(--color-primary);
}
html .--border-b-xs--primary {
  border-bottom: 1px solid var(--color-primary);
}
@media (min-width: 576px) {
  html .--border-b-sm--primary {
    border-bottom: 1px solid var(--color-primary);
  }
}
@media (min-width: 768px) {
  html .--border-b-md--primary {
    border-bottom: 1px solid var(--color-primary);
  }
}
@media (min-width: 992px) {
  html .--border-b-lg--primary {
    border-bottom: 1px solid var(--color-primary);
  }
}
@media (min-width: 1200px) {
  html .--border-b-xl--primary {
    border-bottom: 1px solid var(--color-primary);
  }
}
@media (min-width: 1400px) {
  html .--border-b-xxl--primary {
    border-bottom: 1px solid var(--color-primary);
  }
}
@media (min-width: 2000px) {
  html .--border-b-xxxl--primary {
    border-bottom: 1px solid var(--color-primary);
  }
}
.--border-b--primary-40 {
  border-bottom: 1px solid var(--color-primary-40);
}
html .--border-b-xs--primary-40 {
  border-bottom: 1px solid var(--color-primary-40);
}
@media (min-width: 576px) {
  html .--border-b-sm--primary-40 {
    border-bottom: 1px solid var(--color-primary-40);
  }
}
@media (min-width: 768px) {
  html .--border-b-md--primary-40 {
    border-bottom: 1px solid var(--color-primary-40);
  }
}
@media (min-width: 992px) {
  html .--border-b-lg--primary-40 {
    border-bottom: 1px solid var(--color-primary-40);
  }
}
@media (min-width: 1200px) {
  html .--border-b-xl--primary-40 {
    border-bottom: 1px solid var(--color-primary-40);
  }
}
@media (min-width: 1400px) {
  html .--border-b-xxl--primary-40 {
    border-bottom: 1px solid var(--color-primary-40);
  }
}
@media (min-width: 2000px) {
  html .--border-b-xxxl--primary-40 {
    border-bottom: 1px solid var(--color-primary-40);
  }
}
.--border-b--primary-70 {
  border-bottom: 1px solid var(--color-primary-70);
}
html .--border-b-xs--primary-70 {
  border-bottom: 1px solid var(--color-primary-70);
}
@media (min-width: 576px) {
  html .--border-b-sm--primary-70 {
    border-bottom: 1px solid var(--color-primary-70);
  }
}
@media (min-width: 768px) {
  html .--border-b-md--primary-70 {
    border-bottom: 1px solid var(--color-primary-70);
  }
}
@media (min-width: 992px) {
  html .--border-b-lg--primary-70 {
    border-bottom: 1px solid var(--color-primary-70);
  }
}
@media (min-width: 1200px) {
  html .--border-b-xl--primary-70 {
    border-bottom: 1px solid var(--color-primary-70);
  }
}
@media (min-width: 1400px) {
  html .--border-b-xxl--primary-70 {
    border-bottom: 1px solid var(--color-primary-70);
  }
}
@media (min-width: 2000px) {
  html .--border-b-xxxl--primary-70 {
    border-bottom: 1px solid var(--color-primary-70);
  }
}
.--border-b--primary-hover {
  border-bottom: 1px solid var(--color-primary-hover);
}
html .--border-b-xs--primary-hover {
  border-bottom: 1px solid var(--color-primary-hover);
}
@media (min-width: 576px) {
  html .--border-b-sm--primary-hover {
    border-bottom: 1px solid var(--color-primary-hover);
  }
}
@media (min-width: 768px) {
  html .--border-b-md--primary-hover {
    border-bottom: 1px solid var(--color-primary-hover);
  }
}
@media (min-width: 992px) {
  html .--border-b-lg--primary-hover {
    border-bottom: 1px solid var(--color-primary-hover);
  }
}
@media (min-width: 1200px) {
  html .--border-b-xl--primary-hover {
    border-bottom: 1px solid var(--color-primary-hover);
  }
}
@media (min-width: 1400px) {
  html .--border-b-xxl--primary-hover {
    border-bottom: 1px solid var(--color-primary-hover);
  }
}
@media (min-width: 2000px) {
  html .--border-b-xxxl--primary-hover {
    border-bottom: 1px solid var(--color-primary-hover);
  }
}
.--border-b--primary-active {
  border-bottom: 1px solid var(--color-primary-active);
}
html .--border-b-xs--primary-active {
  border-bottom: 1px solid var(--color-primary-active);
}
@media (min-width: 576px) {
  html .--border-b-sm--primary-active {
    border-bottom: 1px solid var(--color-primary-active);
  }
}
@media (min-width: 768px) {
  html .--border-b-md--primary-active {
    border-bottom: 1px solid var(--color-primary-active);
  }
}
@media (min-width: 992px) {
  html .--border-b-lg--primary-active {
    border-bottom: 1px solid var(--color-primary-active);
  }
}
@media (min-width: 1200px) {
  html .--border-b-xl--primary-active {
    border-bottom: 1px solid var(--color-primary-active);
  }
}
@media (min-width: 1400px) {
  html .--border-b-xxl--primary-active {
    border-bottom: 1px solid var(--color-primary-active);
  }
}
@media (min-width: 2000px) {
  html .--border-b-xxxl--primary-active {
    border-bottom: 1px solid var(--color-primary-active);
  }
}
.--border-b--primary-focus {
  border-bottom: 1px solid var(--color-primary-focus);
}
html .--border-b-xs--primary-focus {
  border-bottom: 1px solid var(--color-primary-focus);
}
@media (min-width: 576px) {
  html .--border-b-sm--primary-focus {
    border-bottom: 1px solid var(--color-primary-focus);
  }
}
@media (min-width: 768px) {
  html .--border-b-md--primary-focus {
    border-bottom: 1px solid var(--color-primary-focus);
  }
}
@media (min-width: 992px) {
  html .--border-b-lg--primary-focus {
    border-bottom: 1px solid var(--color-primary-focus);
  }
}
@media (min-width: 1200px) {
  html .--border-b-xl--primary-focus {
    border-bottom: 1px solid var(--color-primary-focus);
  }
}
@media (min-width: 1400px) {
  html .--border-b-xxl--primary-focus {
    border-bottom: 1px solid var(--color-primary-focus);
  }
}
@media (min-width: 2000px) {
  html .--border-b-xxxl--primary-focus {
    border-bottom: 1px solid var(--color-primary-focus);
  }
}
.--border-b--secondary {
  border-bottom: 1px solid var(--color-secondary);
}
html .--border-b-xs--secondary {
  border-bottom: 1px solid var(--color-secondary);
}
@media (min-width: 576px) {
  html .--border-b-sm--secondary {
    border-bottom: 1px solid var(--color-secondary);
  }
}
@media (min-width: 768px) {
  html .--border-b-md--secondary {
    border-bottom: 1px solid var(--color-secondary);
  }
}
@media (min-width: 992px) {
  html .--border-b-lg--secondary {
    border-bottom: 1px solid var(--color-secondary);
  }
}
@media (min-width: 1200px) {
  html .--border-b-xl--secondary {
    border-bottom: 1px solid var(--color-secondary);
  }
}
@media (min-width: 1400px) {
  html .--border-b-xxl--secondary {
    border-bottom: 1px solid var(--color-secondary);
  }
}
@media (min-width: 2000px) {
  html .--border-b-xxxl--secondary {
    border-bottom: 1px solid var(--color-secondary);
  }
}
.--border-b--secondary-hover {
  border-bottom: 1px solid var(--color-secondary-hover);
}
html .--border-b-xs--secondary-hover {
  border-bottom: 1px solid var(--color-secondary-hover);
}
@media (min-width: 576px) {
  html .--border-b-sm--secondary-hover {
    border-bottom: 1px solid var(--color-secondary-hover);
  }
}
@media (min-width: 768px) {
  html .--border-b-md--secondary-hover {
    border-bottom: 1px solid var(--color-secondary-hover);
  }
}
@media (min-width: 992px) {
  html .--border-b-lg--secondary-hover {
    border-bottom: 1px solid var(--color-secondary-hover);
  }
}
@media (min-width: 1200px) {
  html .--border-b-xl--secondary-hover {
    border-bottom: 1px solid var(--color-secondary-hover);
  }
}
@media (min-width: 1400px) {
  html .--border-b-xxl--secondary-hover {
    border-bottom: 1px solid var(--color-secondary-hover);
  }
}
@media (min-width: 2000px) {
  html .--border-b-xxxl--secondary-hover {
    border-bottom: 1px solid var(--color-secondary-hover);
  }
}
.--border-b--secondary-active {
  border-bottom: 1px solid var(--color-secondary-active);
}
html .--border-b-xs--secondary-active {
  border-bottom: 1px solid var(--color-secondary-active);
}
@media (min-width: 576px) {
  html .--border-b-sm--secondary-active {
    border-bottom: 1px solid var(--color-secondary-active);
  }
}
@media (min-width: 768px) {
  html .--border-b-md--secondary-active {
    border-bottom: 1px solid var(--color-secondary-active);
  }
}
@media (min-width: 992px) {
  html .--border-b-lg--secondary-active {
    border-bottom: 1px solid var(--color-secondary-active);
  }
}
@media (min-width: 1200px) {
  html .--border-b-xl--secondary-active {
    border-bottom: 1px solid var(--color-secondary-active);
  }
}
@media (min-width: 1400px) {
  html .--border-b-xxl--secondary-active {
    border-bottom: 1px solid var(--color-secondary-active);
  }
}
@media (min-width: 2000px) {
  html .--border-b-xxxl--secondary-active {
    border-bottom: 1px solid var(--color-secondary-active);
  }
}
.--border-b--secondary-focus {
  border-bottom: 1px solid var(--color-secondary-focus);
}
html .--border-b-xs--secondary-focus {
  border-bottom: 1px solid var(--color-secondary-focus);
}
@media (min-width: 576px) {
  html .--border-b-sm--secondary-focus {
    border-bottom: 1px solid var(--color-secondary-focus);
  }
}
@media (min-width: 768px) {
  html .--border-b-md--secondary-focus {
    border-bottom: 1px solid var(--color-secondary-focus);
  }
}
@media (min-width: 992px) {
  html .--border-b-lg--secondary-focus {
    border-bottom: 1px solid var(--color-secondary-focus);
  }
}
@media (min-width: 1200px) {
  html .--border-b-xl--secondary-focus {
    border-bottom: 1px solid var(--color-secondary-focus);
  }
}
@media (min-width: 1400px) {
  html .--border-b-xxl--secondary-focus {
    border-bottom: 1px solid var(--color-secondary-focus);
  }
}
@media (min-width: 2000px) {
  html .--border-b-xxxl--secondary-focus {
    border-bottom: 1px solid var(--color-secondary-focus);
  }
}
.--border-b--white {
  border-bottom: 1px solid var(--color-white);
}
html .--border-b-xs--white {
  border-bottom: 1px solid var(--color-white);
}
@media (min-width: 576px) {
  html .--border-b-sm--white {
    border-bottom: 1px solid var(--color-white);
  }
}
@media (min-width: 768px) {
  html .--border-b-md--white {
    border-bottom: 1px solid var(--color-white);
  }
}
@media (min-width: 992px) {
  html .--border-b-lg--white {
    border-bottom: 1px solid var(--color-white);
  }
}
@media (min-width: 1200px) {
  html .--border-b-xl--white {
    border-bottom: 1px solid var(--color-white);
  }
}
@media (min-width: 1400px) {
  html .--border-b-xxl--white {
    border-bottom: 1px solid var(--color-white);
  }
}
@media (min-width: 2000px) {
  html .--border-b-xxxl--white {
    border-bottom: 1px solid var(--color-white);
  }
}
.--border-b--white-75 {
  border-bottom: 1px solid var(--color-white-75);
}
html .--border-b-xs--white-75 {
  border-bottom: 1px solid var(--color-white-75);
}
@media (min-width: 576px) {
  html .--border-b-sm--white-75 {
    border-bottom: 1px solid var(--color-white-75);
  }
}
@media (min-width: 768px) {
  html .--border-b-md--white-75 {
    border-bottom: 1px solid var(--color-white-75);
  }
}
@media (min-width: 992px) {
  html .--border-b-lg--white-75 {
    border-bottom: 1px solid var(--color-white-75);
  }
}
@media (min-width: 1200px) {
  html .--border-b-xl--white-75 {
    border-bottom: 1px solid var(--color-white-75);
  }
}
@media (min-width: 1400px) {
  html .--border-b-xxl--white-75 {
    border-bottom: 1px solid var(--color-white-75);
  }
}
@media (min-width: 2000px) {
  html .--border-b-xxxl--white-75 {
    border-bottom: 1px solid var(--color-white-75);
  }
}
.--border-b--grey-lighter {
  border-bottom: 1px solid var(--color-grey-lighter);
}
html .--border-b-xs--grey-lighter {
  border-bottom: 1px solid var(--color-grey-lighter);
}
@media (min-width: 576px) {
  html .--border-b-sm--grey-lighter {
    border-bottom: 1px solid var(--color-grey-lighter);
  }
}
@media (min-width: 768px) {
  html .--border-b-md--grey-lighter {
    border-bottom: 1px solid var(--color-grey-lighter);
  }
}
@media (min-width: 992px) {
  html .--border-b-lg--grey-lighter {
    border-bottom: 1px solid var(--color-grey-lighter);
  }
}
@media (min-width: 1200px) {
  html .--border-b-xl--grey-lighter {
    border-bottom: 1px solid var(--color-grey-lighter);
  }
}
@media (min-width: 1400px) {
  html .--border-b-xxl--grey-lighter {
    border-bottom: 1px solid var(--color-grey-lighter);
  }
}
@media (min-width: 2000px) {
  html .--border-b-xxxl--grey-lighter {
    border-bottom: 1px solid var(--color-grey-lighter);
  }
}
.--border-b--grey-light {
  border-bottom: 1px solid var(--color-grey-light);
}
html .--border-b-xs--grey-light {
  border-bottom: 1px solid var(--color-grey-light);
}
@media (min-width: 576px) {
  html .--border-b-sm--grey-light {
    border-bottom: 1px solid var(--color-grey-light);
  }
}
@media (min-width: 768px) {
  html .--border-b-md--grey-light {
    border-bottom: 1px solid var(--color-grey-light);
  }
}
@media (min-width: 992px) {
  html .--border-b-lg--grey-light {
    border-bottom: 1px solid var(--color-grey-light);
  }
}
@media (min-width: 1200px) {
  html .--border-b-xl--grey-light {
    border-bottom: 1px solid var(--color-grey-light);
  }
}
@media (min-width: 1400px) {
  html .--border-b-xxl--grey-light {
    border-bottom: 1px solid var(--color-grey-light);
  }
}
@media (min-width: 2000px) {
  html .--border-b-xxxl--grey-light {
    border-bottom: 1px solid var(--color-grey-light);
  }
}
.--border-b--grey {
  border-bottom: 1px solid var(--color-grey);
}
html .--border-b-xs--grey {
  border-bottom: 1px solid var(--color-grey);
}
@media (min-width: 576px) {
  html .--border-b-sm--grey {
    border-bottom: 1px solid var(--color-grey);
  }
}
@media (min-width: 768px) {
  html .--border-b-md--grey {
    border-bottom: 1px solid var(--color-grey);
  }
}
@media (min-width: 992px) {
  html .--border-b-lg--grey {
    border-bottom: 1px solid var(--color-grey);
  }
}
@media (min-width: 1200px) {
  html .--border-b-xl--grey {
    border-bottom: 1px solid var(--color-grey);
  }
}
@media (min-width: 1400px) {
  html .--border-b-xxl--grey {
    border-bottom: 1px solid var(--color-grey);
  }
}
@media (min-width: 2000px) {
  html .--border-b-xxxl--grey {
    border-bottom: 1px solid var(--color-grey);
  }
}
.--border-b--grey-dark {
  border-bottom: 1px solid var(--color-grey-dark);
}
html .--border-b-xs--grey-dark {
  border-bottom: 1px solid var(--color-grey-dark);
}
@media (min-width: 576px) {
  html .--border-b-sm--grey-dark {
    border-bottom: 1px solid var(--color-grey-dark);
  }
}
@media (min-width: 768px) {
  html .--border-b-md--grey-dark {
    border-bottom: 1px solid var(--color-grey-dark);
  }
}
@media (min-width: 992px) {
  html .--border-b-lg--grey-dark {
    border-bottom: 1px solid var(--color-grey-dark);
  }
}
@media (min-width: 1200px) {
  html .--border-b-xl--grey-dark {
    border-bottom: 1px solid var(--color-grey-dark);
  }
}
@media (min-width: 1400px) {
  html .--border-b-xxl--grey-dark {
    border-bottom: 1px solid var(--color-grey-dark);
  }
}
@media (min-width: 2000px) {
  html .--border-b-xxxl--grey-dark {
    border-bottom: 1px solid var(--color-grey-dark);
  }
}
.--border-b--grey-dark-75 {
  border-bottom: 1px solid var(--color-grey-dark-75);
}
html .--border-b-xs--grey-dark-75 {
  border-bottom: 1px solid var(--color-grey-dark-75);
}
@media (min-width: 576px) {
  html .--border-b-sm--grey-dark-75 {
    border-bottom: 1px solid var(--color-grey-dark-75);
  }
}
@media (min-width: 768px) {
  html .--border-b-md--grey-dark-75 {
    border-bottom: 1px solid var(--color-grey-dark-75);
  }
}
@media (min-width: 992px) {
  html .--border-b-lg--grey-dark-75 {
    border-bottom: 1px solid var(--color-grey-dark-75);
  }
}
@media (min-width: 1200px) {
  html .--border-b-xl--grey-dark-75 {
    border-bottom: 1px solid var(--color-grey-dark-75);
  }
}
@media (min-width: 1400px) {
  html .--border-b-xxl--grey-dark-75 {
    border-bottom: 1px solid var(--color-grey-dark-75);
  }
}
@media (min-width: 2000px) {
  html .--border-b-xxxl--grey-dark-75 {
    border-bottom: 1px solid var(--color-grey-dark-75);
  }
}
.--border-b--black {
  border-bottom: 1px solid var(--color-black);
}
html .--border-b-xs--black {
  border-bottom: 1px solid var(--color-black);
}
@media (min-width: 576px) {
  html .--border-b-sm--black {
    border-bottom: 1px solid var(--color-black);
  }
}
@media (min-width: 768px) {
  html .--border-b-md--black {
    border-bottom: 1px solid var(--color-black);
  }
}
@media (min-width: 992px) {
  html .--border-b-lg--black {
    border-bottom: 1px solid var(--color-black);
  }
}
@media (min-width: 1200px) {
  html .--border-b-xl--black {
    border-bottom: 1px solid var(--color-black);
  }
}
@media (min-width: 1400px) {
  html .--border-b-xxl--black {
    border-bottom: 1px solid var(--color-black);
  }
}
@media (min-width: 2000px) {
  html .--border-b-xxxl--black {
    border-bottom: 1px solid var(--color-black);
  }
}
.--border-b--black-70 {
  border-bottom: 1px solid var(--color-black-70);
}
html .--border-b-xs--black-70 {
  border-bottom: 1px solid var(--color-black-70);
}
@media (min-width: 576px) {
  html .--border-b-sm--black-70 {
    border-bottom: 1px solid var(--color-black-70);
  }
}
@media (min-width: 768px) {
  html .--border-b-md--black-70 {
    border-bottom: 1px solid var(--color-black-70);
  }
}
@media (min-width: 992px) {
  html .--border-b-lg--black-70 {
    border-bottom: 1px solid var(--color-black-70);
  }
}
@media (min-width: 1200px) {
  html .--border-b-xl--black-70 {
    border-bottom: 1px solid var(--color-black-70);
  }
}
@media (min-width: 1400px) {
  html .--border-b-xxl--black-70 {
    border-bottom: 1px solid var(--color-black-70);
  }
}
@media (min-width: 2000px) {
  html .--border-b-xxxl--black-70 {
    border-bottom: 1px solid var(--color-black-70);
  }
}
.--border-b--black-50 {
  border-bottom: 1px solid var(--color-black-50);
}
html .--border-b-xs--black-50 {
  border-bottom: 1px solid var(--color-black-50);
}
@media (min-width: 576px) {
  html .--border-b-sm--black-50 {
    border-bottom: 1px solid var(--color-black-50);
  }
}
@media (min-width: 768px) {
  html .--border-b-md--black-50 {
    border-bottom: 1px solid var(--color-black-50);
  }
}
@media (min-width: 992px) {
  html .--border-b-lg--black-50 {
    border-bottom: 1px solid var(--color-black-50);
  }
}
@media (min-width: 1200px) {
  html .--border-b-xl--black-50 {
    border-bottom: 1px solid var(--color-black-50);
  }
}
@media (min-width: 1400px) {
  html .--border-b-xxl--black-50 {
    border-bottom: 1px solid var(--color-black-50);
  }
}
@media (min-width: 2000px) {
  html .--border-b-xxxl--black-50 {
    border-bottom: 1px solid var(--color-black-50);
  }
}
.--border-b--black-10 {
  border-bottom: 1px solid var(--color-black-10);
}
html .--border-b-xs--black-10 {
  border-bottom: 1px solid var(--color-black-10);
}
@media (min-width: 576px) {
  html .--border-b-sm--black-10 {
    border-bottom: 1px solid var(--color-black-10);
  }
}
@media (min-width: 768px) {
  html .--border-b-md--black-10 {
    border-bottom: 1px solid var(--color-black-10);
  }
}
@media (min-width: 992px) {
  html .--border-b-lg--black-10 {
    border-bottom: 1px solid var(--color-black-10);
  }
}
@media (min-width: 1200px) {
  html .--border-b-xl--black-10 {
    border-bottom: 1px solid var(--color-black-10);
  }
}
@media (min-width: 1400px) {
  html .--border-b-xxl--black-10 {
    border-bottom: 1px solid var(--color-black-10);
  }
}
@media (min-width: 2000px) {
  html .--border-b-xxxl--black-10 {
    border-bottom: 1px solid var(--color-black-10);
  }
}
.--border-b--error {
  border-bottom: 1px solid var(--color-error);
}
html .--border-b-xs--error {
  border-bottom: 1px solid var(--color-error);
}
@media (min-width: 576px) {
  html .--border-b-sm--error {
    border-bottom: 1px solid var(--color-error);
  }
}
@media (min-width: 768px) {
  html .--border-b-md--error {
    border-bottom: 1px solid var(--color-error);
  }
}
@media (min-width: 992px) {
  html .--border-b-lg--error {
    border-bottom: 1px solid var(--color-error);
  }
}
@media (min-width: 1200px) {
  html .--border-b-xl--error {
    border-bottom: 1px solid var(--color-error);
  }
}
@media (min-width: 1400px) {
  html .--border-b-xxl--error {
    border-bottom: 1px solid var(--color-error);
  }
}
@media (min-width: 2000px) {
  html .--border-b-xxxl--error {
    border-bottom: 1px solid var(--color-error);
  }
}
.--border-b--warning {
  border-bottom: 1px solid var(--color-warning);
}
html .--border-b-xs--warning {
  border-bottom: 1px solid var(--color-warning);
}
@media (min-width: 576px) {
  html .--border-b-sm--warning {
    border-bottom: 1px solid var(--color-warning);
  }
}
@media (min-width: 768px) {
  html .--border-b-md--warning {
    border-bottom: 1px solid var(--color-warning);
  }
}
@media (min-width: 992px) {
  html .--border-b-lg--warning {
    border-bottom: 1px solid var(--color-warning);
  }
}
@media (min-width: 1200px) {
  html .--border-b-xl--warning {
    border-bottom: 1px solid var(--color-warning);
  }
}
@media (min-width: 1400px) {
  html .--border-b-xxl--warning {
    border-bottom: 1px solid var(--color-warning);
  }
}
@media (min-width: 2000px) {
  html .--border-b-xxxl--warning {
    border-bottom: 1px solid var(--color-warning);
  }
}
.--border-b--success {
  border-bottom: 1px solid var(--color-success);
}
html .--border-b-xs--success {
  border-bottom: 1px solid var(--color-success);
}
@media (min-width: 576px) {
  html .--border-b-sm--success {
    border-bottom: 1px solid var(--color-success);
  }
}
@media (min-width: 768px) {
  html .--border-b-md--success {
    border-bottom: 1px solid var(--color-success);
  }
}
@media (min-width: 992px) {
  html .--border-b-lg--success {
    border-bottom: 1px solid var(--color-success);
  }
}
@media (min-width: 1200px) {
  html .--border-b-xl--success {
    border-bottom: 1px solid var(--color-success);
  }
}
@media (min-width: 1400px) {
  html .--border-b-xxl--success {
    border-bottom: 1px solid var(--color-success);
  }
}
@media (min-width: 2000px) {
  html .--border-b-xxxl--success {
    border-bottom: 1px solid var(--color-success);
  }
}
.--border-b--text {
  border-bottom: 1px solid var(--color-text);
}
html .--border-b-xs--text {
  border-bottom: 1px solid var(--color-text);
}
@media (min-width: 576px) {
  html .--border-b-sm--text {
    border-bottom: 1px solid var(--color-text);
  }
}
@media (min-width: 768px) {
  html .--border-b-md--text {
    border-bottom: 1px solid var(--color-text);
  }
}
@media (min-width: 992px) {
  html .--border-b-lg--text {
    border-bottom: 1px solid var(--color-text);
  }
}
@media (min-width: 1200px) {
  html .--border-b-xl--text {
    border-bottom: 1px solid var(--color-text);
  }
}
@media (min-width: 1400px) {
  html .--border-b-xxl--text {
    border-bottom: 1px solid var(--color-text);
  }
}
@media (min-width: 2000px) {
  html .--border-b-xxxl--text {
    border-bottom: 1px solid var(--color-text);
  }
}

.--border-l--primary {
  border-left: 1px solid var(--color-primary);
}
html .--border-l-xs--primary {
  border-left: 1px solid var(--color-primary);
}
@media (min-width: 576px) {
  html .--border-l-sm--primary {
    border-left: 1px solid var(--color-primary);
  }
}
@media (min-width: 768px) {
  html .--border-l-md--primary {
    border-left: 1px solid var(--color-primary);
  }
}
@media (min-width: 992px) {
  html .--border-l-lg--primary {
    border-left: 1px solid var(--color-primary);
  }
}
@media (min-width: 1200px) {
  html .--border-l-xl--primary {
    border-left: 1px solid var(--color-primary);
  }
}
@media (min-width: 1400px) {
  html .--border-l-xxl--primary {
    border-left: 1px solid var(--color-primary);
  }
}
@media (min-width: 2000px) {
  html .--border-l-xxxl--primary {
    border-left: 1px solid var(--color-primary);
  }
}
.--border-l--primary-40 {
  border-left: 1px solid var(--color-primary-40);
}
html .--border-l-xs--primary-40 {
  border-left: 1px solid var(--color-primary-40);
}
@media (min-width: 576px) {
  html .--border-l-sm--primary-40 {
    border-left: 1px solid var(--color-primary-40);
  }
}
@media (min-width: 768px) {
  html .--border-l-md--primary-40 {
    border-left: 1px solid var(--color-primary-40);
  }
}
@media (min-width: 992px) {
  html .--border-l-lg--primary-40 {
    border-left: 1px solid var(--color-primary-40);
  }
}
@media (min-width: 1200px) {
  html .--border-l-xl--primary-40 {
    border-left: 1px solid var(--color-primary-40);
  }
}
@media (min-width: 1400px) {
  html .--border-l-xxl--primary-40 {
    border-left: 1px solid var(--color-primary-40);
  }
}
@media (min-width: 2000px) {
  html .--border-l-xxxl--primary-40 {
    border-left: 1px solid var(--color-primary-40);
  }
}
.--border-l--primary-70 {
  border-left: 1px solid var(--color-primary-70);
}
html .--border-l-xs--primary-70 {
  border-left: 1px solid var(--color-primary-70);
}
@media (min-width: 576px) {
  html .--border-l-sm--primary-70 {
    border-left: 1px solid var(--color-primary-70);
  }
}
@media (min-width: 768px) {
  html .--border-l-md--primary-70 {
    border-left: 1px solid var(--color-primary-70);
  }
}
@media (min-width: 992px) {
  html .--border-l-lg--primary-70 {
    border-left: 1px solid var(--color-primary-70);
  }
}
@media (min-width: 1200px) {
  html .--border-l-xl--primary-70 {
    border-left: 1px solid var(--color-primary-70);
  }
}
@media (min-width: 1400px) {
  html .--border-l-xxl--primary-70 {
    border-left: 1px solid var(--color-primary-70);
  }
}
@media (min-width: 2000px) {
  html .--border-l-xxxl--primary-70 {
    border-left: 1px solid var(--color-primary-70);
  }
}
.--border-l--primary-hover {
  border-left: 1px solid var(--color-primary-hover);
}
html .--border-l-xs--primary-hover {
  border-left: 1px solid var(--color-primary-hover);
}
@media (min-width: 576px) {
  html .--border-l-sm--primary-hover {
    border-left: 1px solid var(--color-primary-hover);
  }
}
@media (min-width: 768px) {
  html .--border-l-md--primary-hover {
    border-left: 1px solid var(--color-primary-hover);
  }
}
@media (min-width: 992px) {
  html .--border-l-lg--primary-hover {
    border-left: 1px solid var(--color-primary-hover);
  }
}
@media (min-width: 1200px) {
  html .--border-l-xl--primary-hover {
    border-left: 1px solid var(--color-primary-hover);
  }
}
@media (min-width: 1400px) {
  html .--border-l-xxl--primary-hover {
    border-left: 1px solid var(--color-primary-hover);
  }
}
@media (min-width: 2000px) {
  html .--border-l-xxxl--primary-hover {
    border-left: 1px solid var(--color-primary-hover);
  }
}
.--border-l--primary-active {
  border-left: 1px solid var(--color-primary-active);
}
html .--border-l-xs--primary-active {
  border-left: 1px solid var(--color-primary-active);
}
@media (min-width: 576px) {
  html .--border-l-sm--primary-active {
    border-left: 1px solid var(--color-primary-active);
  }
}
@media (min-width: 768px) {
  html .--border-l-md--primary-active {
    border-left: 1px solid var(--color-primary-active);
  }
}
@media (min-width: 992px) {
  html .--border-l-lg--primary-active {
    border-left: 1px solid var(--color-primary-active);
  }
}
@media (min-width: 1200px) {
  html .--border-l-xl--primary-active {
    border-left: 1px solid var(--color-primary-active);
  }
}
@media (min-width: 1400px) {
  html .--border-l-xxl--primary-active {
    border-left: 1px solid var(--color-primary-active);
  }
}
@media (min-width: 2000px) {
  html .--border-l-xxxl--primary-active {
    border-left: 1px solid var(--color-primary-active);
  }
}
.--border-l--primary-focus {
  border-left: 1px solid var(--color-primary-focus);
}
html .--border-l-xs--primary-focus {
  border-left: 1px solid var(--color-primary-focus);
}
@media (min-width: 576px) {
  html .--border-l-sm--primary-focus {
    border-left: 1px solid var(--color-primary-focus);
  }
}
@media (min-width: 768px) {
  html .--border-l-md--primary-focus {
    border-left: 1px solid var(--color-primary-focus);
  }
}
@media (min-width: 992px) {
  html .--border-l-lg--primary-focus {
    border-left: 1px solid var(--color-primary-focus);
  }
}
@media (min-width: 1200px) {
  html .--border-l-xl--primary-focus {
    border-left: 1px solid var(--color-primary-focus);
  }
}
@media (min-width: 1400px) {
  html .--border-l-xxl--primary-focus {
    border-left: 1px solid var(--color-primary-focus);
  }
}
@media (min-width: 2000px) {
  html .--border-l-xxxl--primary-focus {
    border-left: 1px solid var(--color-primary-focus);
  }
}
.--border-l--secondary {
  border-left: 1px solid var(--color-secondary);
}
html .--border-l-xs--secondary {
  border-left: 1px solid var(--color-secondary);
}
@media (min-width: 576px) {
  html .--border-l-sm--secondary {
    border-left: 1px solid var(--color-secondary);
  }
}
@media (min-width: 768px) {
  html .--border-l-md--secondary {
    border-left: 1px solid var(--color-secondary);
  }
}
@media (min-width: 992px) {
  html .--border-l-lg--secondary {
    border-left: 1px solid var(--color-secondary);
  }
}
@media (min-width: 1200px) {
  html .--border-l-xl--secondary {
    border-left: 1px solid var(--color-secondary);
  }
}
@media (min-width: 1400px) {
  html .--border-l-xxl--secondary {
    border-left: 1px solid var(--color-secondary);
  }
}
@media (min-width: 2000px) {
  html .--border-l-xxxl--secondary {
    border-left: 1px solid var(--color-secondary);
  }
}
.--border-l--secondary-hover {
  border-left: 1px solid var(--color-secondary-hover);
}
html .--border-l-xs--secondary-hover {
  border-left: 1px solid var(--color-secondary-hover);
}
@media (min-width: 576px) {
  html .--border-l-sm--secondary-hover {
    border-left: 1px solid var(--color-secondary-hover);
  }
}
@media (min-width: 768px) {
  html .--border-l-md--secondary-hover {
    border-left: 1px solid var(--color-secondary-hover);
  }
}
@media (min-width: 992px) {
  html .--border-l-lg--secondary-hover {
    border-left: 1px solid var(--color-secondary-hover);
  }
}
@media (min-width: 1200px) {
  html .--border-l-xl--secondary-hover {
    border-left: 1px solid var(--color-secondary-hover);
  }
}
@media (min-width: 1400px) {
  html .--border-l-xxl--secondary-hover {
    border-left: 1px solid var(--color-secondary-hover);
  }
}
@media (min-width: 2000px) {
  html .--border-l-xxxl--secondary-hover {
    border-left: 1px solid var(--color-secondary-hover);
  }
}
.--border-l--secondary-active {
  border-left: 1px solid var(--color-secondary-active);
}
html .--border-l-xs--secondary-active {
  border-left: 1px solid var(--color-secondary-active);
}
@media (min-width: 576px) {
  html .--border-l-sm--secondary-active {
    border-left: 1px solid var(--color-secondary-active);
  }
}
@media (min-width: 768px) {
  html .--border-l-md--secondary-active {
    border-left: 1px solid var(--color-secondary-active);
  }
}
@media (min-width: 992px) {
  html .--border-l-lg--secondary-active {
    border-left: 1px solid var(--color-secondary-active);
  }
}
@media (min-width: 1200px) {
  html .--border-l-xl--secondary-active {
    border-left: 1px solid var(--color-secondary-active);
  }
}
@media (min-width: 1400px) {
  html .--border-l-xxl--secondary-active {
    border-left: 1px solid var(--color-secondary-active);
  }
}
@media (min-width: 2000px) {
  html .--border-l-xxxl--secondary-active {
    border-left: 1px solid var(--color-secondary-active);
  }
}
.--border-l--secondary-focus {
  border-left: 1px solid var(--color-secondary-focus);
}
html .--border-l-xs--secondary-focus {
  border-left: 1px solid var(--color-secondary-focus);
}
@media (min-width: 576px) {
  html .--border-l-sm--secondary-focus {
    border-left: 1px solid var(--color-secondary-focus);
  }
}
@media (min-width: 768px) {
  html .--border-l-md--secondary-focus {
    border-left: 1px solid var(--color-secondary-focus);
  }
}
@media (min-width: 992px) {
  html .--border-l-lg--secondary-focus {
    border-left: 1px solid var(--color-secondary-focus);
  }
}
@media (min-width: 1200px) {
  html .--border-l-xl--secondary-focus {
    border-left: 1px solid var(--color-secondary-focus);
  }
}
@media (min-width: 1400px) {
  html .--border-l-xxl--secondary-focus {
    border-left: 1px solid var(--color-secondary-focus);
  }
}
@media (min-width: 2000px) {
  html .--border-l-xxxl--secondary-focus {
    border-left: 1px solid var(--color-secondary-focus);
  }
}
.--border-l--white {
  border-left: 1px solid var(--color-white);
}
html .--border-l-xs--white {
  border-left: 1px solid var(--color-white);
}
@media (min-width: 576px) {
  html .--border-l-sm--white {
    border-left: 1px solid var(--color-white);
  }
}
@media (min-width: 768px) {
  html .--border-l-md--white {
    border-left: 1px solid var(--color-white);
  }
}
@media (min-width: 992px) {
  html .--border-l-lg--white {
    border-left: 1px solid var(--color-white);
  }
}
@media (min-width: 1200px) {
  html .--border-l-xl--white {
    border-left: 1px solid var(--color-white);
  }
}
@media (min-width: 1400px) {
  html .--border-l-xxl--white {
    border-left: 1px solid var(--color-white);
  }
}
@media (min-width: 2000px) {
  html .--border-l-xxxl--white {
    border-left: 1px solid var(--color-white);
  }
}
.--border-l--white-75 {
  border-left: 1px solid var(--color-white-75);
}
html .--border-l-xs--white-75 {
  border-left: 1px solid var(--color-white-75);
}
@media (min-width: 576px) {
  html .--border-l-sm--white-75 {
    border-left: 1px solid var(--color-white-75);
  }
}
@media (min-width: 768px) {
  html .--border-l-md--white-75 {
    border-left: 1px solid var(--color-white-75);
  }
}
@media (min-width: 992px) {
  html .--border-l-lg--white-75 {
    border-left: 1px solid var(--color-white-75);
  }
}
@media (min-width: 1200px) {
  html .--border-l-xl--white-75 {
    border-left: 1px solid var(--color-white-75);
  }
}
@media (min-width: 1400px) {
  html .--border-l-xxl--white-75 {
    border-left: 1px solid var(--color-white-75);
  }
}
@media (min-width: 2000px) {
  html .--border-l-xxxl--white-75 {
    border-left: 1px solid var(--color-white-75);
  }
}
.--border-l--grey-lighter {
  border-left: 1px solid var(--color-grey-lighter);
}
html .--border-l-xs--grey-lighter {
  border-left: 1px solid var(--color-grey-lighter);
}
@media (min-width: 576px) {
  html .--border-l-sm--grey-lighter {
    border-left: 1px solid var(--color-grey-lighter);
  }
}
@media (min-width: 768px) {
  html .--border-l-md--grey-lighter {
    border-left: 1px solid var(--color-grey-lighter);
  }
}
@media (min-width: 992px) {
  html .--border-l-lg--grey-lighter {
    border-left: 1px solid var(--color-grey-lighter);
  }
}
@media (min-width: 1200px) {
  html .--border-l-xl--grey-lighter {
    border-left: 1px solid var(--color-grey-lighter);
  }
}
@media (min-width: 1400px) {
  html .--border-l-xxl--grey-lighter {
    border-left: 1px solid var(--color-grey-lighter);
  }
}
@media (min-width: 2000px) {
  html .--border-l-xxxl--grey-lighter {
    border-left: 1px solid var(--color-grey-lighter);
  }
}
.--border-l--grey-light {
  border-left: 1px solid var(--color-grey-light);
}
html .--border-l-xs--grey-light {
  border-left: 1px solid var(--color-grey-light);
}
@media (min-width: 576px) {
  html .--border-l-sm--grey-light {
    border-left: 1px solid var(--color-grey-light);
  }
}
@media (min-width: 768px) {
  html .--border-l-md--grey-light {
    border-left: 1px solid var(--color-grey-light);
  }
}
@media (min-width: 992px) {
  html .--border-l-lg--grey-light {
    border-left: 1px solid var(--color-grey-light);
  }
}
@media (min-width: 1200px) {
  html .--border-l-xl--grey-light {
    border-left: 1px solid var(--color-grey-light);
  }
}
@media (min-width: 1400px) {
  html .--border-l-xxl--grey-light {
    border-left: 1px solid var(--color-grey-light);
  }
}
@media (min-width: 2000px) {
  html .--border-l-xxxl--grey-light {
    border-left: 1px solid var(--color-grey-light);
  }
}
.--border-l--grey {
  border-left: 1px solid var(--color-grey);
}
html .--border-l-xs--grey {
  border-left: 1px solid var(--color-grey);
}
@media (min-width: 576px) {
  html .--border-l-sm--grey {
    border-left: 1px solid var(--color-grey);
  }
}
@media (min-width: 768px) {
  html .--border-l-md--grey {
    border-left: 1px solid var(--color-grey);
  }
}
@media (min-width: 992px) {
  html .--border-l-lg--grey {
    border-left: 1px solid var(--color-grey);
  }
}
@media (min-width: 1200px) {
  html .--border-l-xl--grey {
    border-left: 1px solid var(--color-grey);
  }
}
@media (min-width: 1400px) {
  html .--border-l-xxl--grey {
    border-left: 1px solid var(--color-grey);
  }
}
@media (min-width: 2000px) {
  html .--border-l-xxxl--grey {
    border-left: 1px solid var(--color-grey);
  }
}
.--border-l--grey-dark {
  border-left: 1px solid var(--color-grey-dark);
}
html .--border-l-xs--grey-dark {
  border-left: 1px solid var(--color-grey-dark);
}
@media (min-width: 576px) {
  html .--border-l-sm--grey-dark {
    border-left: 1px solid var(--color-grey-dark);
  }
}
@media (min-width: 768px) {
  html .--border-l-md--grey-dark {
    border-left: 1px solid var(--color-grey-dark);
  }
}
@media (min-width: 992px) {
  html .--border-l-lg--grey-dark {
    border-left: 1px solid var(--color-grey-dark);
  }
}
@media (min-width: 1200px) {
  html .--border-l-xl--grey-dark {
    border-left: 1px solid var(--color-grey-dark);
  }
}
@media (min-width: 1400px) {
  html .--border-l-xxl--grey-dark {
    border-left: 1px solid var(--color-grey-dark);
  }
}
@media (min-width: 2000px) {
  html .--border-l-xxxl--grey-dark {
    border-left: 1px solid var(--color-grey-dark);
  }
}
.--border-l--grey-dark-75 {
  border-left: 1px solid var(--color-grey-dark-75);
}
html .--border-l-xs--grey-dark-75 {
  border-left: 1px solid var(--color-grey-dark-75);
}
@media (min-width: 576px) {
  html .--border-l-sm--grey-dark-75 {
    border-left: 1px solid var(--color-grey-dark-75);
  }
}
@media (min-width: 768px) {
  html .--border-l-md--grey-dark-75 {
    border-left: 1px solid var(--color-grey-dark-75);
  }
}
@media (min-width: 992px) {
  html .--border-l-lg--grey-dark-75 {
    border-left: 1px solid var(--color-grey-dark-75);
  }
}
@media (min-width: 1200px) {
  html .--border-l-xl--grey-dark-75 {
    border-left: 1px solid var(--color-grey-dark-75);
  }
}
@media (min-width: 1400px) {
  html .--border-l-xxl--grey-dark-75 {
    border-left: 1px solid var(--color-grey-dark-75);
  }
}
@media (min-width: 2000px) {
  html .--border-l-xxxl--grey-dark-75 {
    border-left: 1px solid var(--color-grey-dark-75);
  }
}
.--border-l--black {
  border-left: 1px solid var(--color-black);
}
html .--border-l-xs--black {
  border-left: 1px solid var(--color-black);
}
@media (min-width: 576px) {
  html .--border-l-sm--black {
    border-left: 1px solid var(--color-black);
  }
}
@media (min-width: 768px) {
  html .--border-l-md--black {
    border-left: 1px solid var(--color-black);
  }
}
@media (min-width: 992px) {
  html .--border-l-lg--black {
    border-left: 1px solid var(--color-black);
  }
}
@media (min-width: 1200px) {
  html .--border-l-xl--black {
    border-left: 1px solid var(--color-black);
  }
}
@media (min-width: 1400px) {
  html .--border-l-xxl--black {
    border-left: 1px solid var(--color-black);
  }
}
@media (min-width: 2000px) {
  html .--border-l-xxxl--black {
    border-left: 1px solid var(--color-black);
  }
}
.--border-l--black-70 {
  border-left: 1px solid var(--color-black-70);
}
html .--border-l-xs--black-70 {
  border-left: 1px solid var(--color-black-70);
}
@media (min-width: 576px) {
  html .--border-l-sm--black-70 {
    border-left: 1px solid var(--color-black-70);
  }
}
@media (min-width: 768px) {
  html .--border-l-md--black-70 {
    border-left: 1px solid var(--color-black-70);
  }
}
@media (min-width: 992px) {
  html .--border-l-lg--black-70 {
    border-left: 1px solid var(--color-black-70);
  }
}
@media (min-width: 1200px) {
  html .--border-l-xl--black-70 {
    border-left: 1px solid var(--color-black-70);
  }
}
@media (min-width: 1400px) {
  html .--border-l-xxl--black-70 {
    border-left: 1px solid var(--color-black-70);
  }
}
@media (min-width: 2000px) {
  html .--border-l-xxxl--black-70 {
    border-left: 1px solid var(--color-black-70);
  }
}
.--border-l--black-50 {
  border-left: 1px solid var(--color-black-50);
}
html .--border-l-xs--black-50 {
  border-left: 1px solid var(--color-black-50);
}
@media (min-width: 576px) {
  html .--border-l-sm--black-50 {
    border-left: 1px solid var(--color-black-50);
  }
}
@media (min-width: 768px) {
  html .--border-l-md--black-50 {
    border-left: 1px solid var(--color-black-50);
  }
}
@media (min-width: 992px) {
  html .--border-l-lg--black-50 {
    border-left: 1px solid var(--color-black-50);
  }
}
@media (min-width: 1200px) {
  html .--border-l-xl--black-50 {
    border-left: 1px solid var(--color-black-50);
  }
}
@media (min-width: 1400px) {
  html .--border-l-xxl--black-50 {
    border-left: 1px solid var(--color-black-50);
  }
}
@media (min-width: 2000px) {
  html .--border-l-xxxl--black-50 {
    border-left: 1px solid var(--color-black-50);
  }
}
.--border-l--black-10 {
  border-left: 1px solid var(--color-black-10);
}
html .--border-l-xs--black-10 {
  border-left: 1px solid var(--color-black-10);
}
@media (min-width: 576px) {
  html .--border-l-sm--black-10 {
    border-left: 1px solid var(--color-black-10);
  }
}
@media (min-width: 768px) {
  html .--border-l-md--black-10 {
    border-left: 1px solid var(--color-black-10);
  }
}
@media (min-width: 992px) {
  html .--border-l-lg--black-10 {
    border-left: 1px solid var(--color-black-10);
  }
}
@media (min-width: 1200px) {
  html .--border-l-xl--black-10 {
    border-left: 1px solid var(--color-black-10);
  }
}
@media (min-width: 1400px) {
  html .--border-l-xxl--black-10 {
    border-left: 1px solid var(--color-black-10);
  }
}
@media (min-width: 2000px) {
  html .--border-l-xxxl--black-10 {
    border-left: 1px solid var(--color-black-10);
  }
}
.--border-l--error {
  border-left: 1px solid var(--color-error);
}
html .--border-l-xs--error {
  border-left: 1px solid var(--color-error);
}
@media (min-width: 576px) {
  html .--border-l-sm--error {
    border-left: 1px solid var(--color-error);
  }
}
@media (min-width: 768px) {
  html .--border-l-md--error {
    border-left: 1px solid var(--color-error);
  }
}
@media (min-width: 992px) {
  html .--border-l-lg--error {
    border-left: 1px solid var(--color-error);
  }
}
@media (min-width: 1200px) {
  html .--border-l-xl--error {
    border-left: 1px solid var(--color-error);
  }
}
@media (min-width: 1400px) {
  html .--border-l-xxl--error {
    border-left: 1px solid var(--color-error);
  }
}
@media (min-width: 2000px) {
  html .--border-l-xxxl--error {
    border-left: 1px solid var(--color-error);
  }
}
.--border-l--warning {
  border-left: 1px solid var(--color-warning);
}
html .--border-l-xs--warning {
  border-left: 1px solid var(--color-warning);
}
@media (min-width: 576px) {
  html .--border-l-sm--warning {
    border-left: 1px solid var(--color-warning);
  }
}
@media (min-width: 768px) {
  html .--border-l-md--warning {
    border-left: 1px solid var(--color-warning);
  }
}
@media (min-width: 992px) {
  html .--border-l-lg--warning {
    border-left: 1px solid var(--color-warning);
  }
}
@media (min-width: 1200px) {
  html .--border-l-xl--warning {
    border-left: 1px solid var(--color-warning);
  }
}
@media (min-width: 1400px) {
  html .--border-l-xxl--warning {
    border-left: 1px solid var(--color-warning);
  }
}
@media (min-width: 2000px) {
  html .--border-l-xxxl--warning {
    border-left: 1px solid var(--color-warning);
  }
}
.--border-l--success {
  border-left: 1px solid var(--color-success);
}
html .--border-l-xs--success {
  border-left: 1px solid var(--color-success);
}
@media (min-width: 576px) {
  html .--border-l-sm--success {
    border-left: 1px solid var(--color-success);
  }
}
@media (min-width: 768px) {
  html .--border-l-md--success {
    border-left: 1px solid var(--color-success);
  }
}
@media (min-width: 992px) {
  html .--border-l-lg--success {
    border-left: 1px solid var(--color-success);
  }
}
@media (min-width: 1200px) {
  html .--border-l-xl--success {
    border-left: 1px solid var(--color-success);
  }
}
@media (min-width: 1400px) {
  html .--border-l-xxl--success {
    border-left: 1px solid var(--color-success);
  }
}
@media (min-width: 2000px) {
  html .--border-l-xxxl--success {
    border-left: 1px solid var(--color-success);
  }
}
.--border-l--text {
  border-left: 1px solid var(--color-text);
}
html .--border-l-xs--text {
  border-left: 1px solid var(--color-text);
}
@media (min-width: 576px) {
  html .--border-l-sm--text {
    border-left: 1px solid var(--color-text);
  }
}
@media (min-width: 768px) {
  html .--border-l-md--text {
    border-left: 1px solid var(--color-text);
  }
}
@media (min-width: 992px) {
  html .--border-l-lg--text {
    border-left: 1px solid var(--color-text);
  }
}
@media (min-width: 1200px) {
  html .--border-l-xl--text {
    border-left: 1px solid var(--color-text);
  }
}
@media (min-width: 1400px) {
  html .--border-l-xxl--text {
    border-left: 1px solid var(--color-text);
  }
}
@media (min-width: 2000px) {
  html .--border-l-xxxl--text {
    border-left: 1px solid var(--color-text);
  }
}

.--border-r--primary {
  border-right: 1px solid var(--color-primary);
}
html .--border-r-xs--primary {
  border-right: 1px solid var(--color-primary);
}
@media (min-width: 576px) {
  html .--border-r-sm--primary {
    border-right: 1px solid var(--color-primary);
  }
}
@media (min-width: 768px) {
  html .--border-r-md--primary {
    border-right: 1px solid var(--color-primary);
  }
}
@media (min-width: 992px) {
  html .--border-r-lg--primary {
    border-right: 1px solid var(--color-primary);
  }
}
@media (min-width: 1200px) {
  html .--border-r-xl--primary {
    border-right: 1px solid var(--color-primary);
  }
}
@media (min-width: 1400px) {
  html .--border-r-xxl--primary {
    border-right: 1px solid var(--color-primary);
  }
}
@media (min-width: 2000px) {
  html .--border-r-xxxl--primary {
    border-right: 1px solid var(--color-primary);
  }
}
.--border-r--primary-40 {
  border-right: 1px solid var(--color-primary-40);
}
html .--border-r-xs--primary-40 {
  border-right: 1px solid var(--color-primary-40);
}
@media (min-width: 576px) {
  html .--border-r-sm--primary-40 {
    border-right: 1px solid var(--color-primary-40);
  }
}
@media (min-width: 768px) {
  html .--border-r-md--primary-40 {
    border-right: 1px solid var(--color-primary-40);
  }
}
@media (min-width: 992px) {
  html .--border-r-lg--primary-40 {
    border-right: 1px solid var(--color-primary-40);
  }
}
@media (min-width: 1200px) {
  html .--border-r-xl--primary-40 {
    border-right: 1px solid var(--color-primary-40);
  }
}
@media (min-width: 1400px) {
  html .--border-r-xxl--primary-40 {
    border-right: 1px solid var(--color-primary-40);
  }
}
@media (min-width: 2000px) {
  html .--border-r-xxxl--primary-40 {
    border-right: 1px solid var(--color-primary-40);
  }
}
.--border-r--primary-70 {
  border-right: 1px solid var(--color-primary-70);
}
html .--border-r-xs--primary-70 {
  border-right: 1px solid var(--color-primary-70);
}
@media (min-width: 576px) {
  html .--border-r-sm--primary-70 {
    border-right: 1px solid var(--color-primary-70);
  }
}
@media (min-width: 768px) {
  html .--border-r-md--primary-70 {
    border-right: 1px solid var(--color-primary-70);
  }
}
@media (min-width: 992px) {
  html .--border-r-lg--primary-70 {
    border-right: 1px solid var(--color-primary-70);
  }
}
@media (min-width: 1200px) {
  html .--border-r-xl--primary-70 {
    border-right: 1px solid var(--color-primary-70);
  }
}
@media (min-width: 1400px) {
  html .--border-r-xxl--primary-70 {
    border-right: 1px solid var(--color-primary-70);
  }
}
@media (min-width: 2000px) {
  html .--border-r-xxxl--primary-70 {
    border-right: 1px solid var(--color-primary-70);
  }
}
.--border-r--primary-hover {
  border-right: 1px solid var(--color-primary-hover);
}
html .--border-r-xs--primary-hover {
  border-right: 1px solid var(--color-primary-hover);
}
@media (min-width: 576px) {
  html .--border-r-sm--primary-hover {
    border-right: 1px solid var(--color-primary-hover);
  }
}
@media (min-width: 768px) {
  html .--border-r-md--primary-hover {
    border-right: 1px solid var(--color-primary-hover);
  }
}
@media (min-width: 992px) {
  html .--border-r-lg--primary-hover {
    border-right: 1px solid var(--color-primary-hover);
  }
}
@media (min-width: 1200px) {
  html .--border-r-xl--primary-hover {
    border-right: 1px solid var(--color-primary-hover);
  }
}
@media (min-width: 1400px) {
  html .--border-r-xxl--primary-hover {
    border-right: 1px solid var(--color-primary-hover);
  }
}
@media (min-width: 2000px) {
  html .--border-r-xxxl--primary-hover {
    border-right: 1px solid var(--color-primary-hover);
  }
}
.--border-r--primary-active {
  border-right: 1px solid var(--color-primary-active);
}
html .--border-r-xs--primary-active {
  border-right: 1px solid var(--color-primary-active);
}
@media (min-width: 576px) {
  html .--border-r-sm--primary-active {
    border-right: 1px solid var(--color-primary-active);
  }
}
@media (min-width: 768px) {
  html .--border-r-md--primary-active {
    border-right: 1px solid var(--color-primary-active);
  }
}
@media (min-width: 992px) {
  html .--border-r-lg--primary-active {
    border-right: 1px solid var(--color-primary-active);
  }
}
@media (min-width: 1200px) {
  html .--border-r-xl--primary-active {
    border-right: 1px solid var(--color-primary-active);
  }
}
@media (min-width: 1400px) {
  html .--border-r-xxl--primary-active {
    border-right: 1px solid var(--color-primary-active);
  }
}
@media (min-width: 2000px) {
  html .--border-r-xxxl--primary-active {
    border-right: 1px solid var(--color-primary-active);
  }
}
.--border-r--primary-focus {
  border-right: 1px solid var(--color-primary-focus);
}
html .--border-r-xs--primary-focus {
  border-right: 1px solid var(--color-primary-focus);
}
@media (min-width: 576px) {
  html .--border-r-sm--primary-focus {
    border-right: 1px solid var(--color-primary-focus);
  }
}
@media (min-width: 768px) {
  html .--border-r-md--primary-focus {
    border-right: 1px solid var(--color-primary-focus);
  }
}
@media (min-width: 992px) {
  html .--border-r-lg--primary-focus {
    border-right: 1px solid var(--color-primary-focus);
  }
}
@media (min-width: 1200px) {
  html .--border-r-xl--primary-focus {
    border-right: 1px solid var(--color-primary-focus);
  }
}
@media (min-width: 1400px) {
  html .--border-r-xxl--primary-focus {
    border-right: 1px solid var(--color-primary-focus);
  }
}
@media (min-width: 2000px) {
  html .--border-r-xxxl--primary-focus {
    border-right: 1px solid var(--color-primary-focus);
  }
}
.--border-r--secondary {
  border-right: 1px solid var(--color-secondary);
}
html .--border-r-xs--secondary {
  border-right: 1px solid var(--color-secondary);
}
@media (min-width: 576px) {
  html .--border-r-sm--secondary {
    border-right: 1px solid var(--color-secondary);
  }
}
@media (min-width: 768px) {
  html .--border-r-md--secondary {
    border-right: 1px solid var(--color-secondary);
  }
}
@media (min-width: 992px) {
  html .--border-r-lg--secondary {
    border-right: 1px solid var(--color-secondary);
  }
}
@media (min-width: 1200px) {
  html .--border-r-xl--secondary {
    border-right: 1px solid var(--color-secondary);
  }
}
@media (min-width: 1400px) {
  html .--border-r-xxl--secondary {
    border-right: 1px solid var(--color-secondary);
  }
}
@media (min-width: 2000px) {
  html .--border-r-xxxl--secondary {
    border-right: 1px solid var(--color-secondary);
  }
}
.--border-r--secondary-hover {
  border-right: 1px solid var(--color-secondary-hover);
}
html .--border-r-xs--secondary-hover {
  border-right: 1px solid var(--color-secondary-hover);
}
@media (min-width: 576px) {
  html .--border-r-sm--secondary-hover {
    border-right: 1px solid var(--color-secondary-hover);
  }
}
@media (min-width: 768px) {
  html .--border-r-md--secondary-hover {
    border-right: 1px solid var(--color-secondary-hover);
  }
}
@media (min-width: 992px) {
  html .--border-r-lg--secondary-hover {
    border-right: 1px solid var(--color-secondary-hover);
  }
}
@media (min-width: 1200px) {
  html .--border-r-xl--secondary-hover {
    border-right: 1px solid var(--color-secondary-hover);
  }
}
@media (min-width: 1400px) {
  html .--border-r-xxl--secondary-hover {
    border-right: 1px solid var(--color-secondary-hover);
  }
}
@media (min-width: 2000px) {
  html .--border-r-xxxl--secondary-hover {
    border-right: 1px solid var(--color-secondary-hover);
  }
}
.--border-r--secondary-active {
  border-right: 1px solid var(--color-secondary-active);
}
html .--border-r-xs--secondary-active {
  border-right: 1px solid var(--color-secondary-active);
}
@media (min-width: 576px) {
  html .--border-r-sm--secondary-active {
    border-right: 1px solid var(--color-secondary-active);
  }
}
@media (min-width: 768px) {
  html .--border-r-md--secondary-active {
    border-right: 1px solid var(--color-secondary-active);
  }
}
@media (min-width: 992px) {
  html .--border-r-lg--secondary-active {
    border-right: 1px solid var(--color-secondary-active);
  }
}
@media (min-width: 1200px) {
  html .--border-r-xl--secondary-active {
    border-right: 1px solid var(--color-secondary-active);
  }
}
@media (min-width: 1400px) {
  html .--border-r-xxl--secondary-active {
    border-right: 1px solid var(--color-secondary-active);
  }
}
@media (min-width: 2000px) {
  html .--border-r-xxxl--secondary-active {
    border-right: 1px solid var(--color-secondary-active);
  }
}
.--border-r--secondary-focus {
  border-right: 1px solid var(--color-secondary-focus);
}
html .--border-r-xs--secondary-focus {
  border-right: 1px solid var(--color-secondary-focus);
}
@media (min-width: 576px) {
  html .--border-r-sm--secondary-focus {
    border-right: 1px solid var(--color-secondary-focus);
  }
}
@media (min-width: 768px) {
  html .--border-r-md--secondary-focus {
    border-right: 1px solid var(--color-secondary-focus);
  }
}
@media (min-width: 992px) {
  html .--border-r-lg--secondary-focus {
    border-right: 1px solid var(--color-secondary-focus);
  }
}
@media (min-width: 1200px) {
  html .--border-r-xl--secondary-focus {
    border-right: 1px solid var(--color-secondary-focus);
  }
}
@media (min-width: 1400px) {
  html .--border-r-xxl--secondary-focus {
    border-right: 1px solid var(--color-secondary-focus);
  }
}
@media (min-width: 2000px) {
  html .--border-r-xxxl--secondary-focus {
    border-right: 1px solid var(--color-secondary-focus);
  }
}
.--border-r--white {
  border-right: 1px solid var(--color-white);
}
html .--border-r-xs--white {
  border-right: 1px solid var(--color-white);
}
@media (min-width: 576px) {
  html .--border-r-sm--white {
    border-right: 1px solid var(--color-white);
  }
}
@media (min-width: 768px) {
  html .--border-r-md--white {
    border-right: 1px solid var(--color-white);
  }
}
@media (min-width: 992px) {
  html .--border-r-lg--white {
    border-right: 1px solid var(--color-white);
  }
}
@media (min-width: 1200px) {
  html .--border-r-xl--white {
    border-right: 1px solid var(--color-white);
  }
}
@media (min-width: 1400px) {
  html .--border-r-xxl--white {
    border-right: 1px solid var(--color-white);
  }
}
@media (min-width: 2000px) {
  html .--border-r-xxxl--white {
    border-right: 1px solid var(--color-white);
  }
}
.--border-r--white-75 {
  border-right: 1px solid var(--color-white-75);
}
html .--border-r-xs--white-75 {
  border-right: 1px solid var(--color-white-75);
}
@media (min-width: 576px) {
  html .--border-r-sm--white-75 {
    border-right: 1px solid var(--color-white-75);
  }
}
@media (min-width: 768px) {
  html .--border-r-md--white-75 {
    border-right: 1px solid var(--color-white-75);
  }
}
@media (min-width: 992px) {
  html .--border-r-lg--white-75 {
    border-right: 1px solid var(--color-white-75);
  }
}
@media (min-width: 1200px) {
  html .--border-r-xl--white-75 {
    border-right: 1px solid var(--color-white-75);
  }
}
@media (min-width: 1400px) {
  html .--border-r-xxl--white-75 {
    border-right: 1px solid var(--color-white-75);
  }
}
@media (min-width: 2000px) {
  html .--border-r-xxxl--white-75 {
    border-right: 1px solid var(--color-white-75);
  }
}
.--border-r--grey-lighter {
  border-right: 1px solid var(--color-grey-lighter);
}
html .--border-r-xs--grey-lighter {
  border-right: 1px solid var(--color-grey-lighter);
}
@media (min-width: 576px) {
  html .--border-r-sm--grey-lighter {
    border-right: 1px solid var(--color-grey-lighter);
  }
}
@media (min-width: 768px) {
  html .--border-r-md--grey-lighter {
    border-right: 1px solid var(--color-grey-lighter);
  }
}
@media (min-width: 992px) {
  html .--border-r-lg--grey-lighter {
    border-right: 1px solid var(--color-grey-lighter);
  }
}
@media (min-width: 1200px) {
  html .--border-r-xl--grey-lighter {
    border-right: 1px solid var(--color-grey-lighter);
  }
}
@media (min-width: 1400px) {
  html .--border-r-xxl--grey-lighter {
    border-right: 1px solid var(--color-grey-lighter);
  }
}
@media (min-width: 2000px) {
  html .--border-r-xxxl--grey-lighter {
    border-right: 1px solid var(--color-grey-lighter);
  }
}
.--border-r--grey-light {
  border-right: 1px solid var(--color-grey-light);
}
html .--border-r-xs--grey-light {
  border-right: 1px solid var(--color-grey-light);
}
@media (min-width: 576px) {
  html .--border-r-sm--grey-light {
    border-right: 1px solid var(--color-grey-light);
  }
}
@media (min-width: 768px) {
  html .--border-r-md--grey-light {
    border-right: 1px solid var(--color-grey-light);
  }
}
@media (min-width: 992px) {
  html .--border-r-lg--grey-light {
    border-right: 1px solid var(--color-grey-light);
  }
}
@media (min-width: 1200px) {
  html .--border-r-xl--grey-light {
    border-right: 1px solid var(--color-grey-light);
  }
}
@media (min-width: 1400px) {
  html .--border-r-xxl--grey-light {
    border-right: 1px solid var(--color-grey-light);
  }
}
@media (min-width: 2000px) {
  html .--border-r-xxxl--grey-light {
    border-right: 1px solid var(--color-grey-light);
  }
}
.--border-r--grey {
  border-right: 1px solid var(--color-grey);
}
html .--border-r-xs--grey {
  border-right: 1px solid var(--color-grey);
}
@media (min-width: 576px) {
  html .--border-r-sm--grey {
    border-right: 1px solid var(--color-grey);
  }
}
@media (min-width: 768px) {
  html .--border-r-md--grey {
    border-right: 1px solid var(--color-grey);
  }
}
@media (min-width: 992px) {
  html .--border-r-lg--grey {
    border-right: 1px solid var(--color-grey);
  }
}
@media (min-width: 1200px) {
  html .--border-r-xl--grey {
    border-right: 1px solid var(--color-grey);
  }
}
@media (min-width: 1400px) {
  html .--border-r-xxl--grey {
    border-right: 1px solid var(--color-grey);
  }
}
@media (min-width: 2000px) {
  html .--border-r-xxxl--grey {
    border-right: 1px solid var(--color-grey);
  }
}
.--border-r--grey-dark {
  border-right: 1px solid var(--color-grey-dark);
}
html .--border-r-xs--grey-dark {
  border-right: 1px solid var(--color-grey-dark);
}
@media (min-width: 576px) {
  html .--border-r-sm--grey-dark {
    border-right: 1px solid var(--color-grey-dark);
  }
}
@media (min-width: 768px) {
  html .--border-r-md--grey-dark {
    border-right: 1px solid var(--color-grey-dark);
  }
}
@media (min-width: 992px) {
  html .--border-r-lg--grey-dark {
    border-right: 1px solid var(--color-grey-dark);
  }
}
@media (min-width: 1200px) {
  html .--border-r-xl--grey-dark {
    border-right: 1px solid var(--color-grey-dark);
  }
}
@media (min-width: 1400px) {
  html .--border-r-xxl--grey-dark {
    border-right: 1px solid var(--color-grey-dark);
  }
}
@media (min-width: 2000px) {
  html .--border-r-xxxl--grey-dark {
    border-right: 1px solid var(--color-grey-dark);
  }
}
.--border-r--grey-dark-75 {
  border-right: 1px solid var(--color-grey-dark-75);
}
html .--border-r-xs--grey-dark-75 {
  border-right: 1px solid var(--color-grey-dark-75);
}
@media (min-width: 576px) {
  html .--border-r-sm--grey-dark-75 {
    border-right: 1px solid var(--color-grey-dark-75);
  }
}
@media (min-width: 768px) {
  html .--border-r-md--grey-dark-75 {
    border-right: 1px solid var(--color-grey-dark-75);
  }
}
@media (min-width: 992px) {
  html .--border-r-lg--grey-dark-75 {
    border-right: 1px solid var(--color-grey-dark-75);
  }
}
@media (min-width: 1200px) {
  html .--border-r-xl--grey-dark-75 {
    border-right: 1px solid var(--color-grey-dark-75);
  }
}
@media (min-width: 1400px) {
  html .--border-r-xxl--grey-dark-75 {
    border-right: 1px solid var(--color-grey-dark-75);
  }
}
@media (min-width: 2000px) {
  html .--border-r-xxxl--grey-dark-75 {
    border-right: 1px solid var(--color-grey-dark-75);
  }
}
.--border-r--black {
  border-right: 1px solid var(--color-black);
}
html .--border-r-xs--black {
  border-right: 1px solid var(--color-black);
}
@media (min-width: 576px) {
  html .--border-r-sm--black {
    border-right: 1px solid var(--color-black);
  }
}
@media (min-width: 768px) {
  html .--border-r-md--black {
    border-right: 1px solid var(--color-black);
  }
}
@media (min-width: 992px) {
  html .--border-r-lg--black {
    border-right: 1px solid var(--color-black);
  }
}
@media (min-width: 1200px) {
  html .--border-r-xl--black {
    border-right: 1px solid var(--color-black);
  }
}
@media (min-width: 1400px) {
  html .--border-r-xxl--black {
    border-right: 1px solid var(--color-black);
  }
}
@media (min-width: 2000px) {
  html .--border-r-xxxl--black {
    border-right: 1px solid var(--color-black);
  }
}
.--border-r--black-70 {
  border-right: 1px solid var(--color-black-70);
}
html .--border-r-xs--black-70 {
  border-right: 1px solid var(--color-black-70);
}
@media (min-width: 576px) {
  html .--border-r-sm--black-70 {
    border-right: 1px solid var(--color-black-70);
  }
}
@media (min-width: 768px) {
  html .--border-r-md--black-70 {
    border-right: 1px solid var(--color-black-70);
  }
}
@media (min-width: 992px) {
  html .--border-r-lg--black-70 {
    border-right: 1px solid var(--color-black-70);
  }
}
@media (min-width: 1200px) {
  html .--border-r-xl--black-70 {
    border-right: 1px solid var(--color-black-70);
  }
}
@media (min-width: 1400px) {
  html .--border-r-xxl--black-70 {
    border-right: 1px solid var(--color-black-70);
  }
}
@media (min-width: 2000px) {
  html .--border-r-xxxl--black-70 {
    border-right: 1px solid var(--color-black-70);
  }
}
.--border-r--black-50 {
  border-right: 1px solid var(--color-black-50);
}
html .--border-r-xs--black-50 {
  border-right: 1px solid var(--color-black-50);
}
@media (min-width: 576px) {
  html .--border-r-sm--black-50 {
    border-right: 1px solid var(--color-black-50);
  }
}
@media (min-width: 768px) {
  html .--border-r-md--black-50 {
    border-right: 1px solid var(--color-black-50);
  }
}
@media (min-width: 992px) {
  html .--border-r-lg--black-50 {
    border-right: 1px solid var(--color-black-50);
  }
}
@media (min-width: 1200px) {
  html .--border-r-xl--black-50 {
    border-right: 1px solid var(--color-black-50);
  }
}
@media (min-width: 1400px) {
  html .--border-r-xxl--black-50 {
    border-right: 1px solid var(--color-black-50);
  }
}
@media (min-width: 2000px) {
  html .--border-r-xxxl--black-50 {
    border-right: 1px solid var(--color-black-50);
  }
}
.--border-r--black-10 {
  border-right: 1px solid var(--color-black-10);
}
html .--border-r-xs--black-10 {
  border-right: 1px solid var(--color-black-10);
}
@media (min-width: 576px) {
  html .--border-r-sm--black-10 {
    border-right: 1px solid var(--color-black-10);
  }
}
@media (min-width: 768px) {
  html .--border-r-md--black-10 {
    border-right: 1px solid var(--color-black-10);
  }
}
@media (min-width: 992px) {
  html .--border-r-lg--black-10 {
    border-right: 1px solid var(--color-black-10);
  }
}
@media (min-width: 1200px) {
  html .--border-r-xl--black-10 {
    border-right: 1px solid var(--color-black-10);
  }
}
@media (min-width: 1400px) {
  html .--border-r-xxl--black-10 {
    border-right: 1px solid var(--color-black-10);
  }
}
@media (min-width: 2000px) {
  html .--border-r-xxxl--black-10 {
    border-right: 1px solid var(--color-black-10);
  }
}
.--border-r--error {
  border-right: 1px solid var(--color-error);
}
html .--border-r-xs--error {
  border-right: 1px solid var(--color-error);
}
@media (min-width: 576px) {
  html .--border-r-sm--error {
    border-right: 1px solid var(--color-error);
  }
}
@media (min-width: 768px) {
  html .--border-r-md--error {
    border-right: 1px solid var(--color-error);
  }
}
@media (min-width: 992px) {
  html .--border-r-lg--error {
    border-right: 1px solid var(--color-error);
  }
}
@media (min-width: 1200px) {
  html .--border-r-xl--error {
    border-right: 1px solid var(--color-error);
  }
}
@media (min-width: 1400px) {
  html .--border-r-xxl--error {
    border-right: 1px solid var(--color-error);
  }
}
@media (min-width: 2000px) {
  html .--border-r-xxxl--error {
    border-right: 1px solid var(--color-error);
  }
}
.--border-r--warning {
  border-right: 1px solid var(--color-warning);
}
html .--border-r-xs--warning {
  border-right: 1px solid var(--color-warning);
}
@media (min-width: 576px) {
  html .--border-r-sm--warning {
    border-right: 1px solid var(--color-warning);
  }
}
@media (min-width: 768px) {
  html .--border-r-md--warning {
    border-right: 1px solid var(--color-warning);
  }
}
@media (min-width: 992px) {
  html .--border-r-lg--warning {
    border-right: 1px solid var(--color-warning);
  }
}
@media (min-width: 1200px) {
  html .--border-r-xl--warning {
    border-right: 1px solid var(--color-warning);
  }
}
@media (min-width: 1400px) {
  html .--border-r-xxl--warning {
    border-right: 1px solid var(--color-warning);
  }
}
@media (min-width: 2000px) {
  html .--border-r-xxxl--warning {
    border-right: 1px solid var(--color-warning);
  }
}
.--border-r--success {
  border-right: 1px solid var(--color-success);
}
html .--border-r-xs--success {
  border-right: 1px solid var(--color-success);
}
@media (min-width: 576px) {
  html .--border-r-sm--success {
    border-right: 1px solid var(--color-success);
  }
}
@media (min-width: 768px) {
  html .--border-r-md--success {
    border-right: 1px solid var(--color-success);
  }
}
@media (min-width: 992px) {
  html .--border-r-lg--success {
    border-right: 1px solid var(--color-success);
  }
}
@media (min-width: 1200px) {
  html .--border-r-xl--success {
    border-right: 1px solid var(--color-success);
  }
}
@media (min-width: 1400px) {
  html .--border-r-xxl--success {
    border-right: 1px solid var(--color-success);
  }
}
@media (min-width: 2000px) {
  html .--border-r-xxxl--success {
    border-right: 1px solid var(--color-success);
  }
}
.--border-r--text {
  border-right: 1px solid var(--color-text);
}
html .--border-r-xs--text {
  border-right: 1px solid var(--color-text);
}
@media (min-width: 576px) {
  html .--border-r-sm--text {
    border-right: 1px solid var(--color-text);
  }
}
@media (min-width: 768px) {
  html .--border-r-md--text {
    border-right: 1px solid var(--color-text);
  }
}
@media (min-width: 992px) {
  html .--border-r-lg--text {
    border-right: 1px solid var(--color-text);
  }
}
@media (min-width: 1200px) {
  html .--border-r-xl--text {
    border-right: 1px solid var(--color-text);
  }
}
@media (min-width: 1400px) {
  html .--border-r-xxl--text {
    border-right: 1px solid var(--color-text);
  }
}
@media (min-width: 2000px) {
  html .--border-r-xxxl--text {
    border-right: 1px solid var(--color-text);
  }
}

.--m-0 {
  margin: 0px;
}

.--mt-0 {
  margin-top: 0rem;
}

.--mb-0 {
  margin-bottom: 0rem;
}

.--mtb-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.--ml-0 {
  margin-left: 0px;
}

.--mr-0 {
  margin-right: 0px;
}

.--mlr-0 {
  margin-left: 0px;
  margin-right: 0px;
}

html .--m-xs-0 {
  margin: 0px;
}
html .--mt-xs-0 {
  margin-top: 0rem;
}
html .--mb-xs-0 {
  margin-bottom: 0rem;
}
html .--mtb-xs-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
html .--ml-xs-0 {
  margin-left: 0px;
}
html .--mr-xs-0 {
  margin-right: 0px;
}
html .--mlr-xs-0 {
  margin-left: 0px;
  margin-right: 0px;
}

@media (min-width: 576px) {
  html .--m-sm-0 {
    margin: 0px;
  }
  html .--mt-sm-0 {
    margin-top: 0rem;
  }
  html .--mb-sm-0 {
    margin-bottom: 0rem;
  }
  html .--mtb-sm-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  html .--ml-sm-0 {
    margin-left: 0px;
  }
  html .--mr-sm-0 {
    margin-right: 0px;
  }
  html .--mlr-sm-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  html .--m-md-0 {
    margin: 0px;
  }
  html .--mt-md-0 {
    margin-top: 0rem;
  }
  html .--mb-md-0 {
    margin-bottom: 0rem;
  }
  html .--mtb-md-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  html .--ml-md-0 {
    margin-left: 0px;
  }
  html .--mr-md-0 {
    margin-right: 0px;
  }
  html .--mlr-md-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  html .--m-lg-0 {
    margin: 0px;
  }
  html .--mt-lg-0 {
    margin-top: 0rem;
  }
  html .--mb-lg-0 {
    margin-bottom: 0rem;
  }
  html .--mtb-lg-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  html .--ml-lg-0 {
    margin-left: 0px;
  }
  html .--mr-lg-0 {
    margin-right: 0px;
  }
  html .--mlr-lg-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1200px) {
  html .--m-xl-0 {
    margin: 0px;
  }
  html .--mt-xl-0 {
    margin-top: 0rem;
  }
  html .--mb-xl-0 {
    margin-bottom: 0rem;
  }
  html .--mtb-xl-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  html .--ml-xl-0 {
    margin-left: 0px;
  }
  html .--mr-xl-0 {
    margin-right: 0px;
  }
  html .--mlr-xl-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1400px) {
  html .--m-xxl-0 {
    margin: 0px;
  }
  html .--mt-xxl-0 {
    margin-top: 0rem;
  }
  html .--mb-xxl-0 {
    margin-bottom: 0rem;
  }
  html .--mtb-xxl-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  html .--ml-xxl-0 {
    margin-left: 0px;
  }
  html .--mr-xxl-0 {
    margin-right: 0px;
  }
  html .--mlr-xxl-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 2000px) {
  html .--m-xxxl-0 {
    margin: 0px;
  }
  html .--mt-xxxl-0 {
    margin-top: 0rem;
  }
  html .--mb-xxxl-0 {
    margin-bottom: 0rem;
  }
  html .--mtb-xxxl-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  html .--ml-xxxl-0 {
    margin-left: 0px;
  }
  html .--mr-xxxl-0 {
    margin-right: 0px;
  }
  html .--mlr-xxxl-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.--m-5 {
  margin: 5px;
}

.--mt-5 {
  margin-top: 0.3125rem;
}

.--mb-5 {
  margin-bottom: 0.3125rem;
}

.--mtb-5 {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.--ml-5 {
  margin-left: 5px;
}

.--mr-5 {
  margin-right: 5px;
}

.--mlr-5 {
  margin-left: 5px;
  margin-right: 5px;
}

html .--m-xs-5 {
  margin: 5px;
}
html .--mt-xs-5 {
  margin-top: 0.3125rem;
}
html .--mb-xs-5 {
  margin-bottom: 0.3125rem;
}
html .--mtb-xs-5 {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}
html .--ml-xs-5 {
  margin-left: 5px;
}
html .--mr-xs-5 {
  margin-right: 5px;
}
html .--mlr-xs-5 {
  margin-left: 5px;
  margin-right: 5px;
}

@media (min-width: 576px) {
  html .--m-sm-5 {
    margin: 5px;
  }
  html .--mt-sm-5 {
    margin-top: 0.3125rem;
  }
  html .--mb-sm-5 {
    margin-bottom: 0.3125rem;
  }
  html .--mtb-sm-5 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  html .--ml-sm-5 {
    margin-left: 5px;
  }
  html .--mr-sm-5 {
    margin-right: 5px;
  }
  html .--mlr-sm-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 768px) {
  html .--m-md-5 {
    margin: 5px;
  }
  html .--mt-md-5 {
    margin-top: 0.3125rem;
  }
  html .--mb-md-5 {
    margin-bottom: 0.3125rem;
  }
  html .--mtb-md-5 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  html .--ml-md-5 {
    margin-left: 5px;
  }
  html .--mr-md-5 {
    margin-right: 5px;
  }
  html .--mlr-md-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 992px) {
  html .--m-lg-5 {
    margin: 5px;
  }
  html .--mt-lg-5 {
    margin-top: 0.3125rem;
  }
  html .--mb-lg-5 {
    margin-bottom: 0.3125rem;
  }
  html .--mtb-lg-5 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  html .--ml-lg-5 {
    margin-left: 5px;
  }
  html .--mr-lg-5 {
    margin-right: 5px;
  }
  html .--mlr-lg-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 1200px) {
  html .--m-xl-5 {
    margin: 5px;
  }
  html .--mt-xl-5 {
    margin-top: 0.3125rem;
  }
  html .--mb-xl-5 {
    margin-bottom: 0.3125rem;
  }
  html .--mtb-xl-5 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  html .--ml-xl-5 {
    margin-left: 5px;
  }
  html .--mr-xl-5 {
    margin-right: 5px;
  }
  html .--mlr-xl-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 1400px) {
  html .--m-xxl-5 {
    margin: 5px;
  }
  html .--mt-xxl-5 {
    margin-top: 0.3125rem;
  }
  html .--mb-xxl-5 {
    margin-bottom: 0.3125rem;
  }
  html .--mtb-xxl-5 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  html .--ml-xxl-5 {
    margin-left: 5px;
  }
  html .--mr-xxl-5 {
    margin-right: 5px;
  }
  html .--mlr-xxl-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 2000px) {
  html .--m-xxxl-5 {
    margin: 5px;
  }
  html .--mt-xxxl-5 {
    margin-top: 0.3125rem;
  }
  html .--mb-xxxl-5 {
    margin-bottom: 0.3125rem;
  }
  html .--mtb-xxxl-5 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  html .--ml-xxxl-5 {
    margin-left: 5px;
  }
  html .--mr-xxxl-5 {
    margin-right: 5px;
  }
  html .--mlr-xxxl-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.--m-10 {
  margin: 10px;
}

.--mt-10 {
  margin-top: 0.625rem;
}

.--mb-10 {
  margin-bottom: 0.625rem;
}

.--mtb-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.--ml-10 {
  margin-left: 10px;
}

.--mr-10 {
  margin-right: 10px;
}

.--mlr-10 {
  margin-left: 10px;
  margin-right: 10px;
}

html .--m-xs-10 {
  margin: 10px;
}
html .--mt-xs-10 {
  margin-top: 0.625rem;
}
html .--mb-xs-10 {
  margin-bottom: 0.625rem;
}
html .--mtb-xs-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
html .--ml-xs-10 {
  margin-left: 10px;
}
html .--mr-xs-10 {
  margin-right: 10px;
}
html .--mlr-xs-10 {
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 576px) {
  html .--m-sm-10 {
    margin: 10px;
  }
  html .--mt-sm-10 {
    margin-top: 0.625rem;
  }
  html .--mb-sm-10 {
    margin-bottom: 0.625rem;
  }
  html .--mtb-sm-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  html .--ml-sm-10 {
    margin-left: 10px;
  }
  html .--mr-sm-10 {
    margin-right: 10px;
  }
  html .--mlr-sm-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  html .--m-md-10 {
    margin: 10px;
  }
  html .--mt-md-10 {
    margin-top: 0.625rem;
  }
  html .--mb-md-10 {
    margin-bottom: 0.625rem;
  }
  html .--mtb-md-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  html .--ml-md-10 {
    margin-left: 10px;
  }
  html .--mr-md-10 {
    margin-right: 10px;
  }
  html .--mlr-md-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  html .--m-lg-10 {
    margin: 10px;
  }
  html .--mt-lg-10 {
    margin-top: 0.625rem;
  }
  html .--mb-lg-10 {
    margin-bottom: 0.625rem;
  }
  html .--mtb-lg-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  html .--ml-lg-10 {
    margin-left: 10px;
  }
  html .--mr-lg-10 {
    margin-right: 10px;
  }
  html .--mlr-lg-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  html .--m-xl-10 {
    margin: 10px;
  }
  html .--mt-xl-10 {
    margin-top: 0.625rem;
  }
  html .--mb-xl-10 {
    margin-bottom: 0.625rem;
  }
  html .--mtb-xl-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  html .--ml-xl-10 {
    margin-left: 10px;
  }
  html .--mr-xl-10 {
    margin-right: 10px;
  }
  html .--mlr-xl-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 1400px) {
  html .--m-xxl-10 {
    margin: 10px;
  }
  html .--mt-xxl-10 {
    margin-top: 0.625rem;
  }
  html .--mb-xxl-10 {
    margin-bottom: 0.625rem;
  }
  html .--mtb-xxl-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  html .--ml-xxl-10 {
    margin-left: 10px;
  }
  html .--mr-xxl-10 {
    margin-right: 10px;
  }
  html .--mlr-xxl-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 2000px) {
  html .--m-xxxl-10 {
    margin: 10px;
  }
  html .--mt-xxxl-10 {
    margin-top: 0.625rem;
  }
  html .--mb-xxxl-10 {
    margin-bottom: 0.625rem;
  }
  html .--mtb-xxxl-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  html .--ml-xxxl-10 {
    margin-left: 10px;
  }
  html .--mr-xxxl-10 {
    margin-right: 10px;
  }
  html .--mlr-xxxl-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.--m-15 {
  margin: 15px;
}

.--mt-15 {
  margin-top: 0.9375rem;
}

.--mb-15 {
  margin-bottom: 0.9375rem;
}

.--mtb-15 {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.--ml-15 {
  margin-left: 15px;
}

.--mr-15 {
  margin-right: 15px;
}

.--mlr-15 {
  margin-left: 15px;
  margin-right: 15px;
}

html .--m-xs-15 {
  margin: 15px;
}
html .--mt-xs-15 {
  margin-top: 0.9375rem;
}
html .--mb-xs-15 {
  margin-bottom: 0.9375rem;
}
html .--mtb-xs-15 {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
html .--ml-xs-15 {
  margin-left: 15px;
}
html .--mr-xs-15 {
  margin-right: 15px;
}
html .--mlr-xs-15 {
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 576px) {
  html .--m-sm-15 {
    margin: 15px;
  }
  html .--mt-sm-15 {
    margin-top: 0.9375rem;
  }
  html .--mb-sm-15 {
    margin-bottom: 0.9375rem;
  }
  html .--mtb-sm-15 {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  html .--ml-sm-15 {
    margin-left: 15px;
  }
  html .--mr-sm-15 {
    margin-right: 15px;
  }
  html .--mlr-sm-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  html .--m-md-15 {
    margin: 15px;
  }
  html .--mt-md-15 {
    margin-top: 0.9375rem;
  }
  html .--mb-md-15 {
    margin-bottom: 0.9375rem;
  }
  html .--mtb-md-15 {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  html .--ml-md-15 {
    margin-left: 15px;
  }
  html .--mr-md-15 {
    margin-right: 15px;
  }
  html .--mlr-md-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  html .--m-lg-15 {
    margin: 15px;
  }
  html .--mt-lg-15 {
    margin-top: 0.9375rem;
  }
  html .--mb-lg-15 {
    margin-bottom: 0.9375rem;
  }
  html .--mtb-lg-15 {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  html .--ml-lg-15 {
    margin-left: 15px;
  }
  html .--mr-lg-15 {
    margin-right: 15px;
  }
  html .--mlr-lg-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  html .--m-xl-15 {
    margin: 15px;
  }
  html .--mt-xl-15 {
    margin-top: 0.9375rem;
  }
  html .--mb-xl-15 {
    margin-bottom: 0.9375rem;
  }
  html .--mtb-xl-15 {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  html .--ml-xl-15 {
    margin-left: 15px;
  }
  html .--mr-xl-15 {
    margin-right: 15px;
  }
  html .--mlr-xl-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1400px) {
  html .--m-xxl-15 {
    margin: 15px;
  }
  html .--mt-xxl-15 {
    margin-top: 0.9375rem;
  }
  html .--mb-xxl-15 {
    margin-bottom: 0.9375rem;
  }
  html .--mtb-xxl-15 {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  html .--ml-xxl-15 {
    margin-left: 15px;
  }
  html .--mr-xxl-15 {
    margin-right: 15px;
  }
  html .--mlr-xxl-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 2000px) {
  html .--m-xxxl-15 {
    margin: 15px;
  }
  html .--mt-xxxl-15 {
    margin-top: 0.9375rem;
  }
  html .--mb-xxxl-15 {
    margin-bottom: 0.9375rem;
  }
  html .--mtb-xxxl-15 {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  html .--ml-xxxl-15 {
    margin-left: 15px;
  }
  html .--mr-xxxl-15 {
    margin-right: 15px;
  }
  html .--mlr-xxxl-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.--m-20 {
  margin: 20px;
}

.--mt-20 {
  margin-top: 1.25rem;
}

.--mb-20 {
  margin-bottom: 1.25rem;
}

.--mtb-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.--ml-20 {
  margin-left: 20px;
}

.--mr-20 {
  margin-right: 20px;
}

.--mlr-20 {
  margin-left: 20px;
  margin-right: 20px;
}

html .--m-xs-20 {
  margin: 20px;
}
html .--mt-xs-20 {
  margin-top: 1.25rem;
}
html .--mb-xs-20 {
  margin-bottom: 1.25rem;
}
html .--mtb-xs-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
html .--ml-xs-20 {
  margin-left: 20px;
}
html .--mr-xs-20 {
  margin-right: 20px;
}
html .--mlr-xs-20 {
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 576px) {
  html .--m-sm-20 {
    margin: 20px;
  }
  html .--mt-sm-20 {
    margin-top: 1.25rem;
  }
  html .--mb-sm-20 {
    margin-bottom: 1.25rem;
  }
  html .--mtb-sm-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  html .--ml-sm-20 {
    margin-left: 20px;
  }
  html .--mr-sm-20 {
    margin-right: 20px;
  }
  html .--mlr-sm-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  html .--m-md-20 {
    margin: 20px;
  }
  html .--mt-md-20 {
    margin-top: 1.25rem;
  }
  html .--mb-md-20 {
    margin-bottom: 1.25rem;
  }
  html .--mtb-md-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  html .--ml-md-20 {
    margin-left: 20px;
  }
  html .--mr-md-20 {
    margin-right: 20px;
  }
  html .--mlr-md-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  html .--m-lg-20 {
    margin: 20px;
  }
  html .--mt-lg-20 {
    margin-top: 1.25rem;
  }
  html .--mb-lg-20 {
    margin-bottom: 1.25rem;
  }
  html .--mtb-lg-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  html .--ml-lg-20 {
    margin-left: 20px;
  }
  html .--mr-lg-20 {
    margin-right: 20px;
  }
  html .--mlr-lg-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  html .--m-xl-20 {
    margin: 20px;
  }
  html .--mt-xl-20 {
    margin-top: 1.25rem;
  }
  html .--mb-xl-20 {
    margin-bottom: 1.25rem;
  }
  html .--mtb-xl-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  html .--ml-xl-20 {
    margin-left: 20px;
  }
  html .--mr-xl-20 {
    margin-right: 20px;
  }
  html .--mlr-xl-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1400px) {
  html .--m-xxl-20 {
    margin: 20px;
  }
  html .--mt-xxl-20 {
    margin-top: 1.25rem;
  }
  html .--mb-xxl-20 {
    margin-bottom: 1.25rem;
  }
  html .--mtb-xxl-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  html .--ml-xxl-20 {
    margin-left: 20px;
  }
  html .--mr-xxl-20 {
    margin-right: 20px;
  }
  html .--mlr-xxl-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 2000px) {
  html .--m-xxxl-20 {
    margin: 20px;
  }
  html .--mt-xxxl-20 {
    margin-top: 1.25rem;
  }
  html .--mb-xxxl-20 {
    margin-bottom: 1.25rem;
  }
  html .--mtb-xxxl-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  html .--ml-xxxl-20 {
    margin-left: 20px;
  }
  html .--mr-xxxl-20 {
    margin-right: 20px;
  }
  html .--mlr-xxxl-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.--m-25 {
  margin: 25px;
}

.--mt-25 {
  margin-top: 1.5625rem;
}

.--mb-25 {
  margin-bottom: 1.5625rem;
}

.--mtb-25 {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.--ml-25 {
  margin-left: 25px;
}

.--mr-25 {
  margin-right: 25px;
}

.--mlr-25 {
  margin-left: 25px;
  margin-right: 25px;
}

html .--m-xs-25 {
  margin: 25px;
}
html .--mt-xs-25 {
  margin-top: 1.5625rem;
}
html .--mb-xs-25 {
  margin-bottom: 1.5625rem;
}
html .--mtb-xs-25 {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}
html .--ml-xs-25 {
  margin-left: 25px;
}
html .--mr-xs-25 {
  margin-right: 25px;
}
html .--mlr-xs-25 {
  margin-left: 25px;
  margin-right: 25px;
}

@media (min-width: 576px) {
  html .--m-sm-25 {
    margin: 25px;
  }
  html .--mt-sm-25 {
    margin-top: 1.5625rem;
  }
  html .--mb-sm-25 {
    margin-bottom: 1.5625rem;
  }
  html .--mtb-sm-25 {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
  html .--ml-sm-25 {
    margin-left: 25px;
  }
  html .--mr-sm-25 {
    margin-right: 25px;
  }
  html .--mlr-sm-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (min-width: 768px) {
  html .--m-md-25 {
    margin: 25px;
  }
  html .--mt-md-25 {
    margin-top: 1.5625rem;
  }
  html .--mb-md-25 {
    margin-bottom: 1.5625rem;
  }
  html .--mtb-md-25 {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
  html .--ml-md-25 {
    margin-left: 25px;
  }
  html .--mr-md-25 {
    margin-right: 25px;
  }
  html .--mlr-md-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (min-width: 992px) {
  html .--m-lg-25 {
    margin: 25px;
  }
  html .--mt-lg-25 {
    margin-top: 1.5625rem;
  }
  html .--mb-lg-25 {
    margin-bottom: 1.5625rem;
  }
  html .--mtb-lg-25 {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
  html .--ml-lg-25 {
    margin-left: 25px;
  }
  html .--mr-lg-25 {
    margin-right: 25px;
  }
  html .--mlr-lg-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (min-width: 1200px) {
  html .--m-xl-25 {
    margin: 25px;
  }
  html .--mt-xl-25 {
    margin-top: 1.5625rem;
  }
  html .--mb-xl-25 {
    margin-bottom: 1.5625rem;
  }
  html .--mtb-xl-25 {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
  html .--ml-xl-25 {
    margin-left: 25px;
  }
  html .--mr-xl-25 {
    margin-right: 25px;
  }
  html .--mlr-xl-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (min-width: 1400px) {
  html .--m-xxl-25 {
    margin: 25px;
  }
  html .--mt-xxl-25 {
    margin-top: 1.5625rem;
  }
  html .--mb-xxl-25 {
    margin-bottom: 1.5625rem;
  }
  html .--mtb-xxl-25 {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
  html .--ml-xxl-25 {
    margin-left: 25px;
  }
  html .--mr-xxl-25 {
    margin-right: 25px;
  }
  html .--mlr-xxl-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (min-width: 2000px) {
  html .--m-xxxl-25 {
    margin: 25px;
  }
  html .--mt-xxxl-25 {
    margin-top: 1.5625rem;
  }
  html .--mb-xxxl-25 {
    margin-bottom: 1.5625rem;
  }
  html .--mtb-xxxl-25 {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
  html .--ml-xxxl-25 {
    margin-left: 25px;
  }
  html .--mr-xxxl-25 {
    margin-right: 25px;
  }
  html .--mlr-xxxl-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.--m-30 {
  margin: 30px;
}

.--mt-30 {
  margin-top: 1.875rem;
}

.--mb-30 {
  margin-bottom: 1.875rem;
}

.--mtb-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.--ml-30 {
  margin-left: 30px;
}

.--mr-30 {
  margin-right: 30px;
}

.--mlr-30 {
  margin-left: 30px;
  margin-right: 30px;
}

html .--m-xs-30 {
  margin: 30px;
}
html .--mt-xs-30 {
  margin-top: 1.875rem;
}
html .--mb-xs-30 {
  margin-bottom: 1.875rem;
}
html .--mtb-xs-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
html .--ml-xs-30 {
  margin-left: 30px;
}
html .--mr-xs-30 {
  margin-right: 30px;
}
html .--mlr-xs-30 {
  margin-left: 30px;
  margin-right: 30px;
}

@media (min-width: 576px) {
  html .--m-sm-30 {
    margin: 30px;
  }
  html .--mt-sm-30 {
    margin-top: 1.875rem;
  }
  html .--mb-sm-30 {
    margin-bottom: 1.875rem;
  }
  html .--mtb-sm-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  html .--ml-sm-30 {
    margin-left: 30px;
  }
  html .--mr-sm-30 {
    margin-right: 30px;
  }
  html .--mlr-sm-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  html .--m-md-30 {
    margin: 30px;
  }
  html .--mt-md-30 {
    margin-top: 1.875rem;
  }
  html .--mb-md-30 {
    margin-bottom: 1.875rem;
  }
  html .--mtb-md-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  html .--ml-md-30 {
    margin-left: 30px;
  }
  html .--mr-md-30 {
    margin-right: 30px;
  }
  html .--mlr-md-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  html .--m-lg-30 {
    margin: 30px;
  }
  html .--mt-lg-30 {
    margin-top: 1.875rem;
  }
  html .--mb-lg-30 {
    margin-bottom: 1.875rem;
  }
  html .--mtb-lg-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  html .--ml-lg-30 {
    margin-left: 30px;
  }
  html .--mr-lg-30 {
    margin-right: 30px;
  }
  html .--mlr-lg-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  html .--m-xl-30 {
    margin: 30px;
  }
  html .--mt-xl-30 {
    margin-top: 1.875rem;
  }
  html .--mb-xl-30 {
    margin-bottom: 1.875rem;
  }
  html .--mtb-xl-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  html .--ml-xl-30 {
    margin-left: 30px;
  }
  html .--mr-xl-30 {
    margin-right: 30px;
  }
  html .--mlr-xl-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 1400px) {
  html .--m-xxl-30 {
    margin: 30px;
  }
  html .--mt-xxl-30 {
    margin-top: 1.875rem;
  }
  html .--mb-xxl-30 {
    margin-bottom: 1.875rem;
  }
  html .--mtb-xxl-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  html .--ml-xxl-30 {
    margin-left: 30px;
  }
  html .--mr-xxl-30 {
    margin-right: 30px;
  }
  html .--mlr-xxl-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 2000px) {
  html .--m-xxxl-30 {
    margin: 30px;
  }
  html .--mt-xxxl-30 {
    margin-top: 1.875rem;
  }
  html .--mb-xxxl-30 {
    margin-bottom: 1.875rem;
  }
  html .--mtb-xxxl-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  html .--ml-xxxl-30 {
    margin-left: 30px;
  }
  html .--mr-xxxl-30 {
    margin-right: 30px;
  }
  html .--mlr-xxxl-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.--m-35 {
  margin: 35px;
}

.--mt-35 {
  margin-top: 2.1875rem;
}

.--mb-35 {
  margin-bottom: 2.1875rem;
}

.--mtb-35 {
  margin-top: 2.1875rem;
  margin-bottom: 2.1875rem;
}

.--ml-35 {
  margin-left: 35px;
}

.--mr-35 {
  margin-right: 35px;
}

.--mlr-35 {
  margin-left: 35px;
  margin-right: 35px;
}

html .--m-xs-35 {
  margin: 35px;
}
html .--mt-xs-35 {
  margin-top: 2.1875rem;
}
html .--mb-xs-35 {
  margin-bottom: 2.1875rem;
}
html .--mtb-xs-35 {
  margin-top: 2.1875rem;
  margin-bottom: 2.1875rem;
}
html .--ml-xs-35 {
  margin-left: 35px;
}
html .--mr-xs-35 {
  margin-right: 35px;
}
html .--mlr-xs-35 {
  margin-left: 35px;
  margin-right: 35px;
}

@media (min-width: 576px) {
  html .--m-sm-35 {
    margin: 35px;
  }
  html .--mt-sm-35 {
    margin-top: 2.1875rem;
  }
  html .--mb-sm-35 {
    margin-bottom: 2.1875rem;
  }
  html .--mtb-sm-35 {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }
  html .--ml-sm-35 {
    margin-left: 35px;
  }
  html .--mr-sm-35 {
    margin-right: 35px;
  }
  html .--mlr-sm-35 {
    margin-left: 35px;
    margin-right: 35px;
  }
}
@media (min-width: 768px) {
  html .--m-md-35 {
    margin: 35px;
  }
  html .--mt-md-35 {
    margin-top: 2.1875rem;
  }
  html .--mb-md-35 {
    margin-bottom: 2.1875rem;
  }
  html .--mtb-md-35 {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }
  html .--ml-md-35 {
    margin-left: 35px;
  }
  html .--mr-md-35 {
    margin-right: 35px;
  }
  html .--mlr-md-35 {
    margin-left: 35px;
    margin-right: 35px;
  }
}
@media (min-width: 992px) {
  html .--m-lg-35 {
    margin: 35px;
  }
  html .--mt-lg-35 {
    margin-top: 2.1875rem;
  }
  html .--mb-lg-35 {
    margin-bottom: 2.1875rem;
  }
  html .--mtb-lg-35 {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }
  html .--ml-lg-35 {
    margin-left: 35px;
  }
  html .--mr-lg-35 {
    margin-right: 35px;
  }
  html .--mlr-lg-35 {
    margin-left: 35px;
    margin-right: 35px;
  }
}
@media (min-width: 1200px) {
  html .--m-xl-35 {
    margin: 35px;
  }
  html .--mt-xl-35 {
    margin-top: 2.1875rem;
  }
  html .--mb-xl-35 {
    margin-bottom: 2.1875rem;
  }
  html .--mtb-xl-35 {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }
  html .--ml-xl-35 {
    margin-left: 35px;
  }
  html .--mr-xl-35 {
    margin-right: 35px;
  }
  html .--mlr-xl-35 {
    margin-left: 35px;
    margin-right: 35px;
  }
}
@media (min-width: 1400px) {
  html .--m-xxl-35 {
    margin: 35px;
  }
  html .--mt-xxl-35 {
    margin-top: 2.1875rem;
  }
  html .--mb-xxl-35 {
    margin-bottom: 2.1875rem;
  }
  html .--mtb-xxl-35 {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }
  html .--ml-xxl-35 {
    margin-left: 35px;
  }
  html .--mr-xxl-35 {
    margin-right: 35px;
  }
  html .--mlr-xxl-35 {
    margin-left: 35px;
    margin-right: 35px;
  }
}
@media (min-width: 2000px) {
  html .--m-xxxl-35 {
    margin: 35px;
  }
  html .--mt-xxxl-35 {
    margin-top: 2.1875rem;
  }
  html .--mb-xxxl-35 {
    margin-bottom: 2.1875rem;
  }
  html .--mtb-xxxl-35 {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }
  html .--ml-xxxl-35 {
    margin-left: 35px;
  }
  html .--mr-xxxl-35 {
    margin-right: 35px;
  }
  html .--mlr-xxxl-35 {
    margin-left: 35px;
    margin-right: 35px;
  }
}
.--m-40 {
  margin: 40px;
}

.--mt-40 {
  margin-top: 2.5rem;
}

.--mb-40 {
  margin-bottom: 2.5rem;
}

.--mtb-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.--ml-40 {
  margin-left: 40px;
}

.--mr-40 {
  margin-right: 40px;
}

.--mlr-40 {
  margin-left: 40px;
  margin-right: 40px;
}

html .--m-xs-40 {
  margin: 40px;
}
html .--mt-xs-40 {
  margin-top: 2.5rem;
}
html .--mb-xs-40 {
  margin-bottom: 2.5rem;
}
html .--mtb-xs-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
html .--ml-xs-40 {
  margin-left: 40px;
}
html .--mr-xs-40 {
  margin-right: 40px;
}
html .--mlr-xs-40 {
  margin-left: 40px;
  margin-right: 40px;
}

@media (min-width: 576px) {
  html .--m-sm-40 {
    margin: 40px;
  }
  html .--mt-sm-40 {
    margin-top: 2.5rem;
  }
  html .--mb-sm-40 {
    margin-bottom: 2.5rem;
  }
  html .--mtb-sm-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  html .--ml-sm-40 {
    margin-left: 40px;
  }
  html .--mr-sm-40 {
    margin-right: 40px;
  }
  html .--mlr-sm-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (min-width: 768px) {
  html .--m-md-40 {
    margin: 40px;
  }
  html .--mt-md-40 {
    margin-top: 2.5rem;
  }
  html .--mb-md-40 {
    margin-bottom: 2.5rem;
  }
  html .--mtb-md-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  html .--ml-md-40 {
    margin-left: 40px;
  }
  html .--mr-md-40 {
    margin-right: 40px;
  }
  html .--mlr-md-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (min-width: 992px) {
  html .--m-lg-40 {
    margin: 40px;
  }
  html .--mt-lg-40 {
    margin-top: 2.5rem;
  }
  html .--mb-lg-40 {
    margin-bottom: 2.5rem;
  }
  html .--mtb-lg-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  html .--ml-lg-40 {
    margin-left: 40px;
  }
  html .--mr-lg-40 {
    margin-right: 40px;
  }
  html .--mlr-lg-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (min-width: 1200px) {
  html .--m-xl-40 {
    margin: 40px;
  }
  html .--mt-xl-40 {
    margin-top: 2.5rem;
  }
  html .--mb-xl-40 {
    margin-bottom: 2.5rem;
  }
  html .--mtb-xl-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  html .--ml-xl-40 {
    margin-left: 40px;
  }
  html .--mr-xl-40 {
    margin-right: 40px;
  }
  html .--mlr-xl-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (min-width: 1400px) {
  html .--m-xxl-40 {
    margin: 40px;
  }
  html .--mt-xxl-40 {
    margin-top: 2.5rem;
  }
  html .--mb-xxl-40 {
    margin-bottom: 2.5rem;
  }
  html .--mtb-xxl-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  html .--ml-xxl-40 {
    margin-left: 40px;
  }
  html .--mr-xxl-40 {
    margin-right: 40px;
  }
  html .--mlr-xxl-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (min-width: 2000px) {
  html .--m-xxxl-40 {
    margin: 40px;
  }
  html .--mt-xxxl-40 {
    margin-top: 2.5rem;
  }
  html .--mb-xxxl-40 {
    margin-bottom: 2.5rem;
  }
  html .--mtb-xxxl-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  html .--ml-xxxl-40 {
    margin-left: 40px;
  }
  html .--mr-xxxl-40 {
    margin-right: 40px;
  }
  html .--mlr-xxxl-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.--m-50 {
  margin: 50px;
}

.--mt-50 {
  margin-top: 3.125rem;
}

.--mb-50 {
  margin-bottom: 3.125rem;
}

.--mtb-50 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.--ml-50 {
  margin-left: 50px;
}

.--mr-50 {
  margin-right: 50px;
}

.--mlr-50 {
  margin-left: 50px;
  margin-right: 50px;
}

html .--m-xs-50 {
  margin: 50px;
}
html .--mt-xs-50 {
  margin-top: 3.125rem;
}
html .--mb-xs-50 {
  margin-bottom: 3.125rem;
}
html .--mtb-xs-50 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
html .--ml-xs-50 {
  margin-left: 50px;
}
html .--mr-xs-50 {
  margin-right: 50px;
}
html .--mlr-xs-50 {
  margin-left: 50px;
  margin-right: 50px;
}

@media (min-width: 576px) {
  html .--m-sm-50 {
    margin: 50px;
  }
  html .--mt-sm-50 {
    margin-top: 3.125rem;
  }
  html .--mb-sm-50 {
    margin-bottom: 3.125rem;
  }
  html .--mtb-sm-50 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  html .--ml-sm-50 {
    margin-left: 50px;
  }
  html .--mr-sm-50 {
    margin-right: 50px;
  }
  html .--mlr-sm-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (min-width: 768px) {
  html .--m-md-50 {
    margin: 50px;
  }
  html .--mt-md-50 {
    margin-top: 3.125rem;
  }
  html .--mb-md-50 {
    margin-bottom: 3.125rem;
  }
  html .--mtb-md-50 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  html .--ml-md-50 {
    margin-left: 50px;
  }
  html .--mr-md-50 {
    margin-right: 50px;
  }
  html .--mlr-md-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (min-width: 992px) {
  html .--m-lg-50 {
    margin: 50px;
  }
  html .--mt-lg-50 {
    margin-top: 3.125rem;
  }
  html .--mb-lg-50 {
    margin-bottom: 3.125rem;
  }
  html .--mtb-lg-50 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  html .--ml-lg-50 {
    margin-left: 50px;
  }
  html .--mr-lg-50 {
    margin-right: 50px;
  }
  html .--mlr-lg-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (min-width: 1200px) {
  html .--m-xl-50 {
    margin: 50px;
  }
  html .--mt-xl-50 {
    margin-top: 3.125rem;
  }
  html .--mb-xl-50 {
    margin-bottom: 3.125rem;
  }
  html .--mtb-xl-50 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  html .--ml-xl-50 {
    margin-left: 50px;
  }
  html .--mr-xl-50 {
    margin-right: 50px;
  }
  html .--mlr-xl-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (min-width: 1400px) {
  html .--m-xxl-50 {
    margin: 50px;
  }
  html .--mt-xxl-50 {
    margin-top: 3.125rem;
  }
  html .--mb-xxl-50 {
    margin-bottom: 3.125rem;
  }
  html .--mtb-xxl-50 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  html .--ml-xxl-50 {
    margin-left: 50px;
  }
  html .--mr-xxl-50 {
    margin-right: 50px;
  }
  html .--mlr-xxl-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (min-width: 2000px) {
  html .--m-xxxl-50 {
    margin: 50px;
  }
  html .--mt-xxxl-50 {
    margin-top: 3.125rem;
  }
  html .--mb-xxxl-50 {
    margin-bottom: 3.125rem;
  }
  html .--mtb-xxxl-50 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  html .--ml-xxxl-50 {
    margin-left: 50px;
  }
  html .--mr-xxxl-50 {
    margin-right: 50px;
  }
  html .--mlr-xxxl-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
}
.--m-60 {
  margin: 60px;
}

.--mt-60 {
  margin-top: 3.75rem;
}

.--mb-60 {
  margin-bottom: 3.75rem;
}

.--mtb-60 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.--ml-60 {
  margin-left: 60px;
}

.--mr-60 {
  margin-right: 60px;
}

.--mlr-60 {
  margin-left: 60px;
  margin-right: 60px;
}

html .--m-xs-60 {
  margin: 60px;
}
html .--mt-xs-60 {
  margin-top: 3.75rem;
}
html .--mb-xs-60 {
  margin-bottom: 3.75rem;
}
html .--mtb-xs-60 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
html .--ml-xs-60 {
  margin-left: 60px;
}
html .--mr-xs-60 {
  margin-right: 60px;
}
html .--mlr-xs-60 {
  margin-left: 60px;
  margin-right: 60px;
}

@media (min-width: 576px) {
  html .--m-sm-60 {
    margin: 60px;
  }
  html .--mt-sm-60 {
    margin-top: 3.75rem;
  }
  html .--mb-sm-60 {
    margin-bottom: 3.75rem;
  }
  html .--mtb-sm-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  html .--ml-sm-60 {
    margin-left: 60px;
  }
  html .--mr-sm-60 {
    margin-right: 60px;
  }
  html .--mlr-sm-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media (min-width: 768px) {
  html .--m-md-60 {
    margin: 60px;
  }
  html .--mt-md-60 {
    margin-top: 3.75rem;
  }
  html .--mb-md-60 {
    margin-bottom: 3.75rem;
  }
  html .--mtb-md-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  html .--ml-md-60 {
    margin-left: 60px;
  }
  html .--mr-md-60 {
    margin-right: 60px;
  }
  html .--mlr-md-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media (min-width: 992px) {
  html .--m-lg-60 {
    margin: 60px;
  }
  html .--mt-lg-60 {
    margin-top: 3.75rem;
  }
  html .--mb-lg-60 {
    margin-bottom: 3.75rem;
  }
  html .--mtb-lg-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  html .--ml-lg-60 {
    margin-left: 60px;
  }
  html .--mr-lg-60 {
    margin-right: 60px;
  }
  html .--mlr-lg-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  html .--m-xl-60 {
    margin: 60px;
  }
  html .--mt-xl-60 {
    margin-top: 3.75rem;
  }
  html .--mb-xl-60 {
    margin-bottom: 3.75rem;
  }
  html .--mtb-xl-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  html .--ml-xl-60 {
    margin-left: 60px;
  }
  html .--mr-xl-60 {
    margin-right: 60px;
  }
  html .--mlr-xl-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media (min-width: 1400px) {
  html .--m-xxl-60 {
    margin: 60px;
  }
  html .--mt-xxl-60 {
    margin-top: 3.75rem;
  }
  html .--mb-xxl-60 {
    margin-bottom: 3.75rem;
  }
  html .--mtb-xxl-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  html .--ml-xxl-60 {
    margin-left: 60px;
  }
  html .--mr-xxl-60 {
    margin-right: 60px;
  }
  html .--mlr-xxl-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media (min-width: 2000px) {
  html .--m-xxxl-60 {
    margin: 60px;
  }
  html .--mt-xxxl-60 {
    margin-top: 3.75rem;
  }
  html .--mb-xxxl-60 {
    margin-bottom: 3.75rem;
  }
  html .--mtb-xxxl-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  html .--ml-xxxl-60 {
    margin-left: 60px;
  }
  html .--mr-xxxl-60 {
    margin-right: 60px;
  }
  html .--mlr-xxxl-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
}
.--m-80 {
  margin: 80px;
}

.--mt-80 {
  margin-top: 5rem;
}

.--mb-80 {
  margin-bottom: 5rem;
}

.--mtb-80 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.--ml-80 {
  margin-left: 80px;
}

.--mr-80 {
  margin-right: 80px;
}

.--mlr-80 {
  margin-left: 80px;
  margin-right: 80px;
}

html .--m-xs-80 {
  margin: 80px;
}
html .--mt-xs-80 {
  margin-top: 5rem;
}
html .--mb-xs-80 {
  margin-bottom: 5rem;
}
html .--mtb-xs-80 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
html .--ml-xs-80 {
  margin-left: 80px;
}
html .--mr-xs-80 {
  margin-right: 80px;
}
html .--mlr-xs-80 {
  margin-left: 80px;
  margin-right: 80px;
}

@media (min-width: 576px) {
  html .--m-sm-80 {
    margin: 80px;
  }
  html .--mt-sm-80 {
    margin-top: 5rem;
  }
  html .--mb-sm-80 {
    margin-bottom: 5rem;
  }
  html .--mtb-sm-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  html .--ml-sm-80 {
    margin-left: 80px;
  }
  html .--mr-sm-80 {
    margin-right: 80px;
  }
  html .--mlr-sm-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media (min-width: 768px) {
  html .--m-md-80 {
    margin: 80px;
  }
  html .--mt-md-80 {
    margin-top: 5rem;
  }
  html .--mb-md-80 {
    margin-bottom: 5rem;
  }
  html .--mtb-md-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  html .--ml-md-80 {
    margin-left: 80px;
  }
  html .--mr-md-80 {
    margin-right: 80px;
  }
  html .--mlr-md-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media (min-width: 992px) {
  html .--m-lg-80 {
    margin: 80px;
  }
  html .--mt-lg-80 {
    margin-top: 5rem;
  }
  html .--mb-lg-80 {
    margin-bottom: 5rem;
  }
  html .--mtb-lg-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  html .--ml-lg-80 {
    margin-left: 80px;
  }
  html .--mr-lg-80 {
    margin-right: 80px;
  }
  html .--mlr-lg-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media (min-width: 1200px) {
  html .--m-xl-80 {
    margin: 80px;
  }
  html .--mt-xl-80 {
    margin-top: 5rem;
  }
  html .--mb-xl-80 {
    margin-bottom: 5rem;
  }
  html .--mtb-xl-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  html .--ml-xl-80 {
    margin-left: 80px;
  }
  html .--mr-xl-80 {
    margin-right: 80px;
  }
  html .--mlr-xl-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media (min-width: 1400px) {
  html .--m-xxl-80 {
    margin: 80px;
  }
  html .--mt-xxl-80 {
    margin-top: 5rem;
  }
  html .--mb-xxl-80 {
    margin-bottom: 5rem;
  }
  html .--mtb-xxl-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  html .--ml-xxl-80 {
    margin-left: 80px;
  }
  html .--mr-xxl-80 {
    margin-right: 80px;
  }
  html .--mlr-xxl-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media (min-width: 2000px) {
  html .--m-xxxl-80 {
    margin: 80px;
  }
  html .--mt-xxxl-80 {
    margin-top: 5rem;
  }
  html .--mb-xxxl-80 {
    margin-bottom: 5rem;
  }
  html .--mtb-xxxl-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  html .--ml-xxxl-80 {
    margin-left: 80px;
  }
  html .--mr-xxxl-80 {
    margin-right: 80px;
  }
  html .--mlr-xxxl-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
}
.--m-100 {
  margin: 100px;
}

.--mt-100 {
  margin-top: 6.25rem;
}

.--mb-100 {
  margin-bottom: 6.25rem;
}

.--mtb-100 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.--ml-100 {
  margin-left: 100px;
}

.--mr-100 {
  margin-right: 100px;
}

.--mlr-100 {
  margin-left: 100px;
  margin-right: 100px;
}

html .--m-xs-100 {
  margin: 100px;
}
html .--mt-xs-100 {
  margin-top: 6.25rem;
}
html .--mb-xs-100 {
  margin-bottom: 6.25rem;
}
html .--mtb-xs-100 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
html .--ml-xs-100 {
  margin-left: 100px;
}
html .--mr-xs-100 {
  margin-right: 100px;
}
html .--mlr-xs-100 {
  margin-left: 100px;
  margin-right: 100px;
}

@media (min-width: 576px) {
  html .--m-sm-100 {
    margin: 100px;
  }
  html .--mt-sm-100 {
    margin-top: 6.25rem;
  }
  html .--mb-sm-100 {
    margin-bottom: 6.25rem;
  }
  html .--mtb-sm-100 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  html .--ml-sm-100 {
    margin-left: 100px;
  }
  html .--mr-sm-100 {
    margin-right: 100px;
  }
  html .--mlr-sm-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media (min-width: 768px) {
  html .--m-md-100 {
    margin: 100px;
  }
  html .--mt-md-100 {
    margin-top: 6.25rem;
  }
  html .--mb-md-100 {
    margin-bottom: 6.25rem;
  }
  html .--mtb-md-100 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  html .--ml-md-100 {
    margin-left: 100px;
  }
  html .--mr-md-100 {
    margin-right: 100px;
  }
  html .--mlr-md-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media (min-width: 992px) {
  html .--m-lg-100 {
    margin: 100px;
  }
  html .--mt-lg-100 {
    margin-top: 6.25rem;
  }
  html .--mb-lg-100 {
    margin-bottom: 6.25rem;
  }
  html .--mtb-lg-100 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  html .--ml-lg-100 {
    margin-left: 100px;
  }
  html .--mr-lg-100 {
    margin-right: 100px;
  }
  html .--mlr-lg-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media (min-width: 1200px) {
  html .--m-xl-100 {
    margin: 100px;
  }
  html .--mt-xl-100 {
    margin-top: 6.25rem;
  }
  html .--mb-xl-100 {
    margin-bottom: 6.25rem;
  }
  html .--mtb-xl-100 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  html .--ml-xl-100 {
    margin-left: 100px;
  }
  html .--mr-xl-100 {
    margin-right: 100px;
  }
  html .--mlr-xl-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media (min-width: 1400px) {
  html .--m-xxl-100 {
    margin: 100px;
  }
  html .--mt-xxl-100 {
    margin-top: 6.25rem;
  }
  html .--mb-xxl-100 {
    margin-bottom: 6.25rem;
  }
  html .--mtb-xxl-100 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  html .--ml-xxl-100 {
    margin-left: 100px;
  }
  html .--mr-xxl-100 {
    margin-right: 100px;
  }
  html .--mlr-xxl-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media (min-width: 2000px) {
  html .--m-xxxl-100 {
    margin: 100px;
  }
  html .--mt-xxxl-100 {
    margin-top: 6.25rem;
  }
  html .--mb-xxxl-100 {
    margin-bottom: 6.25rem;
  }
  html .--mtb-xxxl-100 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  html .--ml-xxxl-100 {
    margin-left: 100px;
  }
  html .--mr-xxxl-100 {
    margin-right: 100px;
  }
  html .--mlr-xxxl-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
}
.--m-120 {
  margin: 120px;
}

.--mt-120 {
  margin-top: 7.5rem;
}

.--mb-120 {
  margin-bottom: 7.5rem;
}

.--mtb-120 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.--ml-120 {
  margin-left: 120px;
}

.--mr-120 {
  margin-right: 120px;
}

.--mlr-120 {
  margin-left: 120px;
  margin-right: 120px;
}

html .--m-xs-120 {
  margin: 120px;
}
html .--mt-xs-120 {
  margin-top: 7.5rem;
}
html .--mb-xs-120 {
  margin-bottom: 7.5rem;
}
html .--mtb-xs-120 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
html .--ml-xs-120 {
  margin-left: 120px;
}
html .--mr-xs-120 {
  margin-right: 120px;
}
html .--mlr-xs-120 {
  margin-left: 120px;
  margin-right: 120px;
}

@media (min-width: 576px) {
  html .--m-sm-120 {
    margin: 120px;
  }
  html .--mt-sm-120 {
    margin-top: 7.5rem;
  }
  html .--mb-sm-120 {
    margin-bottom: 7.5rem;
  }
  html .--mtb-sm-120 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
  html .--ml-sm-120 {
    margin-left: 120px;
  }
  html .--mr-sm-120 {
    margin-right: 120px;
  }
  html .--mlr-sm-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
}
@media (min-width: 768px) {
  html .--m-md-120 {
    margin: 120px;
  }
  html .--mt-md-120 {
    margin-top: 7.5rem;
  }
  html .--mb-md-120 {
    margin-bottom: 7.5rem;
  }
  html .--mtb-md-120 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
  html .--ml-md-120 {
    margin-left: 120px;
  }
  html .--mr-md-120 {
    margin-right: 120px;
  }
  html .--mlr-md-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
}
@media (min-width: 992px) {
  html .--m-lg-120 {
    margin: 120px;
  }
  html .--mt-lg-120 {
    margin-top: 7.5rem;
  }
  html .--mb-lg-120 {
    margin-bottom: 7.5rem;
  }
  html .--mtb-lg-120 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
  html .--ml-lg-120 {
    margin-left: 120px;
  }
  html .--mr-lg-120 {
    margin-right: 120px;
  }
  html .--mlr-lg-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
}
@media (min-width: 1200px) {
  html .--m-xl-120 {
    margin: 120px;
  }
  html .--mt-xl-120 {
    margin-top: 7.5rem;
  }
  html .--mb-xl-120 {
    margin-bottom: 7.5rem;
  }
  html .--mtb-xl-120 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
  html .--ml-xl-120 {
    margin-left: 120px;
  }
  html .--mr-xl-120 {
    margin-right: 120px;
  }
  html .--mlr-xl-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
}
@media (min-width: 1400px) {
  html .--m-xxl-120 {
    margin: 120px;
  }
  html .--mt-xxl-120 {
    margin-top: 7.5rem;
  }
  html .--mb-xxl-120 {
    margin-bottom: 7.5rem;
  }
  html .--mtb-xxl-120 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
  html .--ml-xxl-120 {
    margin-left: 120px;
  }
  html .--mr-xxl-120 {
    margin-right: 120px;
  }
  html .--mlr-xxl-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
}
@media (min-width: 2000px) {
  html .--m-xxxl-120 {
    margin: 120px;
  }
  html .--mt-xxxl-120 {
    margin-top: 7.5rem;
  }
  html .--mb-xxxl-120 {
    margin-bottom: 7.5rem;
  }
  html .--mtb-xxxl-120 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
  html .--ml-xxxl-120 {
    margin-left: 120px;
  }
  html .--mr-xxxl-120 {
    margin-right: 120px;
  }
  html .--mlr-xxxl-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
}
.--p-0 {
  padding: 0px;
}

.--pt-0 {
  padding-top: 0rem;
}

.--pb-0 {
  padding-bottom: 0rem;
}

.--ptb-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.--pl-0 {
  padding-left: 0px;
}

.--pr-0 {
  padding-right: 0px;
}

.--plr-0 {
  padding-left: 0px;
  padding-right: 0px;
}

html .--p-xs-0 {
  padding: 0px;
}
html .--pt-xs-0 {
  padding-top: 0rem;
}
html .--pb-xs-0 {
  padding-bottom: 0rem;
}
html .--ptb-xs-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
html .--pl-xs-0 {
  padding-left: 0px;
}
html .--pr-xs-0 {
  padding-right: 0px;
}
html .--plr-xs-0 {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 576px) {
  html .--p-sm-0 {
    padding: 0px;
  }
  html .--pt-sm-0 {
    padding-top: 0rem;
  }
  html .--pb-sm-0 {
    padding-bottom: 0rem;
  }
  html .--ptb-sm-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  html .--pl-sm-0 {
    padding-left: 0px;
  }
  html .--pr-sm-0 {
    padding-right: 0px;
  }
  html .--plr-sm-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  html .--p-md-0 {
    padding: 0px;
  }
  html .--pt-md-0 {
    padding-top: 0rem;
  }
  html .--pb-md-0 {
    padding-bottom: 0rem;
  }
  html .--ptb-md-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  html .--pl-md-0 {
    padding-left: 0px;
  }
  html .--pr-md-0 {
    padding-right: 0px;
  }
  html .--plr-md-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  html .--p-lg-0 {
    padding: 0px;
  }
  html .--pt-lg-0 {
    padding-top: 0rem;
  }
  html .--pb-lg-0 {
    padding-bottom: 0rem;
  }
  html .--ptb-lg-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  html .--pl-lg-0 {
    padding-left: 0px;
  }
  html .--pr-lg-0 {
    padding-right: 0px;
  }
  html .--plr-lg-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1200px) {
  html .--p-xl-0 {
    padding: 0px;
  }
  html .--pt-xl-0 {
    padding-top: 0rem;
  }
  html .--pb-xl-0 {
    padding-bottom: 0rem;
  }
  html .--ptb-xl-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  html .--pl-xl-0 {
    padding-left: 0px;
  }
  html .--pr-xl-0 {
    padding-right: 0px;
  }
  html .--plr-xl-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1400px) {
  html .--p-xxl-0 {
    padding: 0px;
  }
  html .--pt-xxl-0 {
    padding-top: 0rem;
  }
  html .--pb-xxl-0 {
    padding-bottom: 0rem;
  }
  html .--ptb-xxl-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  html .--pl-xxl-0 {
    padding-left: 0px;
  }
  html .--pr-xxl-0 {
    padding-right: 0px;
  }
  html .--plr-xxl-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 2000px) {
  html .--p-xxxl-0 {
    padding: 0px;
  }
  html .--pt-xxxl-0 {
    padding-top: 0rem;
  }
  html .--pb-xxxl-0 {
    padding-bottom: 0rem;
  }
  html .--ptb-xxxl-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  html .--pl-xxxl-0 {
    padding-left: 0px;
  }
  html .--pr-xxxl-0 {
    padding-right: 0px;
  }
  html .--plr-xxxl-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.--p-5 {
  padding: 5px;
}

.--pt-5 {
  padding-top: 0.3125rem;
}

.--pb-5 {
  padding-bottom: 0.3125rem;
}

.--ptb-5 {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.--pl-5 {
  padding-left: 5px;
}

.--pr-5 {
  padding-right: 5px;
}

.--plr-5 {
  padding-left: 5px;
  padding-right: 5px;
}

html .--p-xs-5 {
  padding: 5px;
}
html .--pt-xs-5 {
  padding-top: 0.3125rem;
}
html .--pb-xs-5 {
  padding-bottom: 0.3125rem;
}
html .--ptb-xs-5 {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
html .--pl-xs-5 {
  padding-left: 5px;
}
html .--pr-xs-5 {
  padding-right: 5px;
}
html .--plr-xs-5 {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 576px) {
  html .--p-sm-5 {
    padding: 5px;
  }
  html .--pt-sm-5 {
    padding-top: 0.3125rem;
  }
  html .--pb-sm-5 {
    padding-bottom: 0.3125rem;
  }
  html .--ptb-sm-5 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  html .--pl-sm-5 {
    padding-left: 5px;
  }
  html .--pr-sm-5 {
    padding-right: 5px;
  }
  html .--plr-sm-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  html .--p-md-5 {
    padding: 5px;
  }
  html .--pt-md-5 {
    padding-top: 0.3125rem;
  }
  html .--pb-md-5 {
    padding-bottom: 0.3125rem;
  }
  html .--ptb-md-5 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  html .--pl-md-5 {
    padding-left: 5px;
  }
  html .--pr-md-5 {
    padding-right: 5px;
  }
  html .--plr-md-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 992px) {
  html .--p-lg-5 {
    padding: 5px;
  }
  html .--pt-lg-5 {
    padding-top: 0.3125rem;
  }
  html .--pb-lg-5 {
    padding-bottom: 0.3125rem;
  }
  html .--ptb-lg-5 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  html .--pl-lg-5 {
    padding-left: 5px;
  }
  html .--pr-lg-5 {
    padding-right: 5px;
  }
  html .--plr-lg-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 1200px) {
  html .--p-xl-5 {
    padding: 5px;
  }
  html .--pt-xl-5 {
    padding-top: 0.3125rem;
  }
  html .--pb-xl-5 {
    padding-bottom: 0.3125rem;
  }
  html .--ptb-xl-5 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  html .--pl-xl-5 {
    padding-left: 5px;
  }
  html .--pr-xl-5 {
    padding-right: 5px;
  }
  html .--plr-xl-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 1400px) {
  html .--p-xxl-5 {
    padding: 5px;
  }
  html .--pt-xxl-5 {
    padding-top: 0.3125rem;
  }
  html .--pb-xxl-5 {
    padding-bottom: 0.3125rem;
  }
  html .--ptb-xxl-5 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  html .--pl-xxl-5 {
    padding-left: 5px;
  }
  html .--pr-xxl-5 {
    padding-right: 5px;
  }
  html .--plr-xxl-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 2000px) {
  html .--p-xxxl-5 {
    padding: 5px;
  }
  html .--pt-xxxl-5 {
    padding-top: 0.3125rem;
  }
  html .--pb-xxxl-5 {
    padding-bottom: 0.3125rem;
  }
  html .--ptb-xxxl-5 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  html .--pl-xxxl-5 {
    padding-left: 5px;
  }
  html .--pr-xxxl-5 {
    padding-right: 5px;
  }
  html .--plr-xxxl-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.--p-10 {
  padding: 10px;
}

.--pt-10 {
  padding-top: 0.625rem;
}

.--pb-10 {
  padding-bottom: 0.625rem;
}

.--ptb-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.--pl-10 {
  padding-left: 10px;
}

.--pr-10 {
  padding-right: 10px;
}

.--plr-10 {
  padding-left: 10px;
  padding-right: 10px;
}

html .--p-xs-10 {
  padding: 10px;
}
html .--pt-xs-10 {
  padding-top: 0.625rem;
}
html .--pb-xs-10 {
  padding-bottom: 0.625rem;
}
html .--ptb-xs-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
html .--pl-xs-10 {
  padding-left: 10px;
}
html .--pr-xs-10 {
  padding-right: 10px;
}
html .--plr-xs-10 {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 576px) {
  html .--p-sm-10 {
    padding: 10px;
  }
  html .--pt-sm-10 {
    padding-top: 0.625rem;
  }
  html .--pb-sm-10 {
    padding-bottom: 0.625rem;
  }
  html .--ptb-sm-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  html .--pl-sm-10 {
    padding-left: 10px;
  }
  html .--pr-sm-10 {
    padding-right: 10px;
  }
  html .--plr-sm-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  html .--p-md-10 {
    padding: 10px;
  }
  html .--pt-md-10 {
    padding-top: 0.625rem;
  }
  html .--pb-md-10 {
    padding-bottom: 0.625rem;
  }
  html .--ptb-md-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  html .--pl-md-10 {
    padding-left: 10px;
  }
  html .--pr-md-10 {
    padding-right: 10px;
  }
  html .--plr-md-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  html .--p-lg-10 {
    padding: 10px;
  }
  html .--pt-lg-10 {
    padding-top: 0.625rem;
  }
  html .--pb-lg-10 {
    padding-bottom: 0.625rem;
  }
  html .--ptb-lg-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  html .--pl-lg-10 {
    padding-left: 10px;
  }
  html .--pr-lg-10 {
    padding-right: 10px;
  }
  html .--plr-lg-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  html .--p-xl-10 {
    padding: 10px;
  }
  html .--pt-xl-10 {
    padding-top: 0.625rem;
  }
  html .--pb-xl-10 {
    padding-bottom: 0.625rem;
  }
  html .--ptb-xl-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  html .--pl-xl-10 {
    padding-left: 10px;
  }
  html .--pr-xl-10 {
    padding-right: 10px;
  }
  html .--plr-xl-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1400px) {
  html .--p-xxl-10 {
    padding: 10px;
  }
  html .--pt-xxl-10 {
    padding-top: 0.625rem;
  }
  html .--pb-xxl-10 {
    padding-bottom: 0.625rem;
  }
  html .--ptb-xxl-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  html .--pl-xxl-10 {
    padding-left: 10px;
  }
  html .--pr-xxl-10 {
    padding-right: 10px;
  }
  html .--plr-xxl-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 2000px) {
  html .--p-xxxl-10 {
    padding: 10px;
  }
  html .--pt-xxxl-10 {
    padding-top: 0.625rem;
  }
  html .--pb-xxxl-10 {
    padding-bottom: 0.625rem;
  }
  html .--ptb-xxxl-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  html .--pl-xxxl-10 {
    padding-left: 10px;
  }
  html .--pr-xxxl-10 {
    padding-right: 10px;
  }
  html .--plr-xxxl-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.--p-15 {
  padding: 15px;
}

.--pt-15 {
  padding-top: 0.9375rem;
}

.--pb-15 {
  padding-bottom: 0.9375rem;
}

.--ptb-15 {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.--pl-15 {
  padding-left: 15px;
}

.--pr-15 {
  padding-right: 15px;
}

.--plr-15 {
  padding-left: 15px;
  padding-right: 15px;
}

html .--p-xs-15 {
  padding: 15px;
}
html .--pt-xs-15 {
  padding-top: 0.9375rem;
}
html .--pb-xs-15 {
  padding-bottom: 0.9375rem;
}
html .--ptb-xs-15 {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
html .--pl-xs-15 {
  padding-left: 15px;
}
html .--pr-xs-15 {
  padding-right: 15px;
}
html .--plr-xs-15 {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  html .--p-sm-15 {
    padding: 15px;
  }
  html .--pt-sm-15 {
    padding-top: 0.9375rem;
  }
  html .--pb-sm-15 {
    padding-bottom: 0.9375rem;
  }
  html .--ptb-sm-15 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  html .--pl-sm-15 {
    padding-left: 15px;
  }
  html .--pr-sm-15 {
    padding-right: 15px;
  }
  html .--plr-sm-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  html .--p-md-15 {
    padding: 15px;
  }
  html .--pt-md-15 {
    padding-top: 0.9375rem;
  }
  html .--pb-md-15 {
    padding-bottom: 0.9375rem;
  }
  html .--ptb-md-15 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  html .--pl-md-15 {
    padding-left: 15px;
  }
  html .--pr-md-15 {
    padding-right: 15px;
  }
  html .--plr-md-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  html .--p-lg-15 {
    padding: 15px;
  }
  html .--pt-lg-15 {
    padding-top: 0.9375rem;
  }
  html .--pb-lg-15 {
    padding-bottom: 0.9375rem;
  }
  html .--ptb-lg-15 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  html .--pl-lg-15 {
    padding-left: 15px;
  }
  html .--pr-lg-15 {
    padding-right: 15px;
  }
  html .--plr-lg-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  html .--p-xl-15 {
    padding: 15px;
  }
  html .--pt-xl-15 {
    padding-top: 0.9375rem;
  }
  html .--pb-xl-15 {
    padding-bottom: 0.9375rem;
  }
  html .--ptb-xl-15 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  html .--pl-xl-15 {
    padding-left: 15px;
  }
  html .--pr-xl-15 {
    padding-right: 15px;
  }
  html .--plr-xl-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1400px) {
  html .--p-xxl-15 {
    padding: 15px;
  }
  html .--pt-xxl-15 {
    padding-top: 0.9375rem;
  }
  html .--pb-xxl-15 {
    padding-bottom: 0.9375rem;
  }
  html .--ptb-xxl-15 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  html .--pl-xxl-15 {
    padding-left: 15px;
  }
  html .--pr-xxl-15 {
    padding-right: 15px;
  }
  html .--plr-xxl-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 2000px) {
  html .--p-xxxl-15 {
    padding: 15px;
  }
  html .--pt-xxxl-15 {
    padding-top: 0.9375rem;
  }
  html .--pb-xxxl-15 {
    padding-bottom: 0.9375rem;
  }
  html .--ptb-xxxl-15 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  html .--pl-xxxl-15 {
    padding-left: 15px;
  }
  html .--pr-xxxl-15 {
    padding-right: 15px;
  }
  html .--plr-xxxl-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.--p-20 {
  padding: 20px;
}

.--pt-20 {
  padding-top: 1.25rem;
}

.--pb-20 {
  padding-bottom: 1.25rem;
}

.--ptb-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.--pl-20 {
  padding-left: 20px;
}

.--pr-20 {
  padding-right: 20px;
}

.--plr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

html .--p-xs-20 {
  padding: 20px;
}
html .--pt-xs-20 {
  padding-top: 1.25rem;
}
html .--pb-xs-20 {
  padding-bottom: 1.25rem;
}
html .--ptb-xs-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
html .--pl-xs-20 {
  padding-left: 20px;
}
html .--pr-xs-20 {
  padding-right: 20px;
}
html .--plr-xs-20 {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 576px) {
  html .--p-sm-20 {
    padding: 20px;
  }
  html .--pt-sm-20 {
    padding-top: 1.25rem;
  }
  html .--pb-sm-20 {
    padding-bottom: 1.25rem;
  }
  html .--ptb-sm-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  html .--pl-sm-20 {
    padding-left: 20px;
  }
  html .--pr-sm-20 {
    padding-right: 20px;
  }
  html .--plr-sm-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  html .--p-md-20 {
    padding: 20px;
  }
  html .--pt-md-20 {
    padding-top: 1.25rem;
  }
  html .--pb-md-20 {
    padding-bottom: 1.25rem;
  }
  html .--ptb-md-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  html .--pl-md-20 {
    padding-left: 20px;
  }
  html .--pr-md-20 {
    padding-right: 20px;
  }
  html .--plr-md-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  html .--p-lg-20 {
    padding: 20px;
  }
  html .--pt-lg-20 {
    padding-top: 1.25rem;
  }
  html .--pb-lg-20 {
    padding-bottom: 1.25rem;
  }
  html .--ptb-lg-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  html .--pl-lg-20 {
    padding-left: 20px;
  }
  html .--pr-lg-20 {
    padding-right: 20px;
  }
  html .--plr-lg-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  html .--p-xl-20 {
    padding: 20px;
  }
  html .--pt-xl-20 {
    padding-top: 1.25rem;
  }
  html .--pb-xl-20 {
    padding-bottom: 1.25rem;
  }
  html .--ptb-xl-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  html .--pl-xl-20 {
    padding-left: 20px;
  }
  html .--pr-xl-20 {
    padding-right: 20px;
  }
  html .--plr-xl-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1400px) {
  html .--p-xxl-20 {
    padding: 20px;
  }
  html .--pt-xxl-20 {
    padding-top: 1.25rem;
  }
  html .--pb-xxl-20 {
    padding-bottom: 1.25rem;
  }
  html .--ptb-xxl-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  html .--pl-xxl-20 {
    padding-left: 20px;
  }
  html .--pr-xxl-20 {
    padding-right: 20px;
  }
  html .--plr-xxl-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 2000px) {
  html .--p-xxxl-20 {
    padding: 20px;
  }
  html .--pt-xxxl-20 {
    padding-top: 1.25rem;
  }
  html .--pb-xxxl-20 {
    padding-bottom: 1.25rem;
  }
  html .--ptb-xxxl-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  html .--pl-xxxl-20 {
    padding-left: 20px;
  }
  html .--pr-xxxl-20 {
    padding-right: 20px;
  }
  html .--plr-xxxl-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.--p-25 {
  padding: 25px;
}

.--pt-25 {
  padding-top: 1.5625rem;
}

.--pb-25 {
  padding-bottom: 1.5625rem;
}

.--ptb-25 {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.--pl-25 {
  padding-left: 25px;
}

.--pr-25 {
  padding-right: 25px;
}

.--plr-25 {
  padding-left: 25px;
  padding-right: 25px;
}

html .--p-xs-25 {
  padding: 25px;
}
html .--pt-xs-25 {
  padding-top: 1.5625rem;
}
html .--pb-xs-25 {
  padding-bottom: 1.5625rem;
}
html .--ptb-xs-25 {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}
html .--pl-xs-25 {
  padding-left: 25px;
}
html .--pr-xs-25 {
  padding-right: 25px;
}
html .--plr-xs-25 {
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 576px) {
  html .--p-sm-25 {
    padding: 25px;
  }
  html .--pt-sm-25 {
    padding-top: 1.5625rem;
  }
  html .--pb-sm-25 {
    padding-bottom: 1.5625rem;
  }
  html .--ptb-sm-25 {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
  html .--pl-sm-25 {
    padding-left: 25px;
  }
  html .--pr-sm-25 {
    padding-right: 25px;
  }
  html .--plr-sm-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  html .--p-md-25 {
    padding: 25px;
  }
  html .--pt-md-25 {
    padding-top: 1.5625rem;
  }
  html .--pb-md-25 {
    padding-bottom: 1.5625rem;
  }
  html .--ptb-md-25 {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
  html .--pl-md-25 {
    padding-left: 25px;
  }
  html .--pr-md-25 {
    padding-right: 25px;
  }
  html .--plr-md-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  html .--p-lg-25 {
    padding: 25px;
  }
  html .--pt-lg-25 {
    padding-top: 1.5625rem;
  }
  html .--pb-lg-25 {
    padding-bottom: 1.5625rem;
  }
  html .--ptb-lg-25 {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
  html .--pl-lg-25 {
    padding-left: 25px;
  }
  html .--pr-lg-25 {
    padding-right: 25px;
  }
  html .--plr-lg-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1200px) {
  html .--p-xl-25 {
    padding: 25px;
  }
  html .--pt-xl-25 {
    padding-top: 1.5625rem;
  }
  html .--pb-xl-25 {
    padding-bottom: 1.5625rem;
  }
  html .--ptb-xl-25 {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
  html .--pl-xl-25 {
    padding-left: 25px;
  }
  html .--pr-xl-25 {
    padding-right: 25px;
  }
  html .--plr-xl-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1400px) {
  html .--p-xxl-25 {
    padding: 25px;
  }
  html .--pt-xxl-25 {
    padding-top: 1.5625rem;
  }
  html .--pb-xxl-25 {
    padding-bottom: 1.5625rem;
  }
  html .--ptb-xxl-25 {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
  html .--pl-xxl-25 {
    padding-left: 25px;
  }
  html .--pr-xxl-25 {
    padding-right: 25px;
  }
  html .--plr-xxl-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 2000px) {
  html .--p-xxxl-25 {
    padding: 25px;
  }
  html .--pt-xxxl-25 {
    padding-top: 1.5625rem;
  }
  html .--pb-xxxl-25 {
    padding-bottom: 1.5625rem;
  }
  html .--ptb-xxxl-25 {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
  html .--pl-xxxl-25 {
    padding-left: 25px;
  }
  html .--pr-xxxl-25 {
    padding-right: 25px;
  }
  html .--plr-xxxl-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.--p-30 {
  padding: 30px;
}

.--pt-30 {
  padding-top: 1.875rem;
}

.--pb-30 {
  padding-bottom: 1.875rem;
}

.--ptb-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.--pl-30 {
  padding-left: 30px;
}

.--pr-30 {
  padding-right: 30px;
}

.--plr-30 {
  padding-left: 30px;
  padding-right: 30px;
}

html .--p-xs-30 {
  padding: 30px;
}
html .--pt-xs-30 {
  padding-top: 1.875rem;
}
html .--pb-xs-30 {
  padding-bottom: 1.875rem;
}
html .--ptb-xs-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
html .--pl-xs-30 {
  padding-left: 30px;
}
html .--pr-xs-30 {
  padding-right: 30px;
}
html .--plr-xs-30 {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 576px) {
  html .--p-sm-30 {
    padding: 30px;
  }
  html .--pt-sm-30 {
    padding-top: 1.875rem;
  }
  html .--pb-sm-30 {
    padding-bottom: 1.875rem;
  }
  html .--ptb-sm-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  html .--pl-sm-30 {
    padding-left: 30px;
  }
  html .--pr-sm-30 {
    padding-right: 30px;
  }
  html .--plr-sm-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  html .--p-md-30 {
    padding: 30px;
  }
  html .--pt-md-30 {
    padding-top: 1.875rem;
  }
  html .--pb-md-30 {
    padding-bottom: 1.875rem;
  }
  html .--ptb-md-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  html .--pl-md-30 {
    padding-left: 30px;
  }
  html .--pr-md-30 {
    padding-right: 30px;
  }
  html .--plr-md-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  html .--p-lg-30 {
    padding: 30px;
  }
  html .--pt-lg-30 {
    padding-top: 1.875rem;
  }
  html .--pb-lg-30 {
    padding-bottom: 1.875rem;
  }
  html .--ptb-lg-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  html .--pl-lg-30 {
    padding-left: 30px;
  }
  html .--pr-lg-30 {
    padding-right: 30px;
  }
  html .--plr-lg-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  html .--p-xl-30 {
    padding: 30px;
  }
  html .--pt-xl-30 {
    padding-top: 1.875rem;
  }
  html .--pb-xl-30 {
    padding-bottom: 1.875rem;
  }
  html .--ptb-xl-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  html .--pl-xl-30 {
    padding-left: 30px;
  }
  html .--pr-xl-30 {
    padding-right: 30px;
  }
  html .--plr-xl-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  html .--p-xxl-30 {
    padding: 30px;
  }
  html .--pt-xxl-30 {
    padding-top: 1.875rem;
  }
  html .--pb-xxl-30 {
    padding-bottom: 1.875rem;
  }
  html .--ptb-xxl-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  html .--pl-xxl-30 {
    padding-left: 30px;
  }
  html .--pr-xxl-30 {
    padding-right: 30px;
  }
  html .--plr-xxl-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 2000px) {
  html .--p-xxxl-30 {
    padding: 30px;
  }
  html .--pt-xxxl-30 {
    padding-top: 1.875rem;
  }
  html .--pb-xxxl-30 {
    padding-bottom: 1.875rem;
  }
  html .--ptb-xxxl-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  html .--pl-xxxl-30 {
    padding-left: 30px;
  }
  html .--pr-xxxl-30 {
    padding-right: 30px;
  }
  html .--plr-xxxl-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.--p-35 {
  padding: 35px;
}

.--pt-35 {
  padding-top: 2.1875rem;
}

.--pb-35 {
  padding-bottom: 2.1875rem;
}

.--ptb-35 {
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}

.--pl-35 {
  padding-left: 35px;
}

.--pr-35 {
  padding-right: 35px;
}

.--plr-35 {
  padding-left: 35px;
  padding-right: 35px;
}

html .--p-xs-35 {
  padding: 35px;
}
html .--pt-xs-35 {
  padding-top: 2.1875rem;
}
html .--pb-xs-35 {
  padding-bottom: 2.1875rem;
}
html .--ptb-xs-35 {
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}
html .--pl-xs-35 {
  padding-left: 35px;
}
html .--pr-xs-35 {
  padding-right: 35px;
}
html .--plr-xs-35 {
  padding-left: 35px;
  padding-right: 35px;
}

@media (min-width: 576px) {
  html .--p-sm-35 {
    padding: 35px;
  }
  html .--pt-sm-35 {
    padding-top: 2.1875rem;
  }
  html .--pb-sm-35 {
    padding-bottom: 2.1875rem;
  }
  html .--ptb-sm-35 {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
  html .--pl-sm-35 {
    padding-left: 35px;
  }
  html .--pr-sm-35 {
    padding-right: 35px;
  }
  html .--plr-sm-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 768px) {
  html .--p-md-35 {
    padding: 35px;
  }
  html .--pt-md-35 {
    padding-top: 2.1875rem;
  }
  html .--pb-md-35 {
    padding-bottom: 2.1875rem;
  }
  html .--ptb-md-35 {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
  html .--pl-md-35 {
    padding-left: 35px;
  }
  html .--pr-md-35 {
    padding-right: 35px;
  }
  html .--plr-md-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 992px) {
  html .--p-lg-35 {
    padding: 35px;
  }
  html .--pt-lg-35 {
    padding-top: 2.1875rem;
  }
  html .--pb-lg-35 {
    padding-bottom: 2.1875rem;
  }
  html .--ptb-lg-35 {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
  html .--pl-lg-35 {
    padding-left: 35px;
  }
  html .--pr-lg-35 {
    padding-right: 35px;
  }
  html .--plr-lg-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 1200px) {
  html .--p-xl-35 {
    padding: 35px;
  }
  html .--pt-xl-35 {
    padding-top: 2.1875rem;
  }
  html .--pb-xl-35 {
    padding-bottom: 2.1875rem;
  }
  html .--ptb-xl-35 {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
  html .--pl-xl-35 {
    padding-left: 35px;
  }
  html .--pr-xl-35 {
    padding-right: 35px;
  }
  html .--plr-xl-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 1400px) {
  html .--p-xxl-35 {
    padding: 35px;
  }
  html .--pt-xxl-35 {
    padding-top: 2.1875rem;
  }
  html .--pb-xxl-35 {
    padding-bottom: 2.1875rem;
  }
  html .--ptb-xxl-35 {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
  html .--pl-xxl-35 {
    padding-left: 35px;
  }
  html .--pr-xxl-35 {
    padding-right: 35px;
  }
  html .--plr-xxl-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 2000px) {
  html .--p-xxxl-35 {
    padding: 35px;
  }
  html .--pt-xxxl-35 {
    padding-top: 2.1875rem;
  }
  html .--pb-xxxl-35 {
    padding-bottom: 2.1875rem;
  }
  html .--ptb-xxxl-35 {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
  html .--pl-xxxl-35 {
    padding-left: 35px;
  }
  html .--pr-xxxl-35 {
    padding-right: 35px;
  }
  html .--plr-xxxl-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.--p-40 {
  padding: 40px;
}

.--pt-40 {
  padding-top: 2.5rem;
}

.--pb-40 {
  padding-bottom: 2.5rem;
}

.--ptb-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.--pl-40 {
  padding-left: 40px;
}

.--pr-40 {
  padding-right: 40px;
}

.--plr-40 {
  padding-left: 40px;
  padding-right: 40px;
}

html .--p-xs-40 {
  padding: 40px;
}
html .--pt-xs-40 {
  padding-top: 2.5rem;
}
html .--pb-xs-40 {
  padding-bottom: 2.5rem;
}
html .--ptb-xs-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
html .--pl-xs-40 {
  padding-left: 40px;
}
html .--pr-xs-40 {
  padding-right: 40px;
}
html .--plr-xs-40 {
  padding-left: 40px;
  padding-right: 40px;
}

@media (min-width: 576px) {
  html .--p-sm-40 {
    padding: 40px;
  }
  html .--pt-sm-40 {
    padding-top: 2.5rem;
  }
  html .--pb-sm-40 {
    padding-bottom: 2.5rem;
  }
  html .--ptb-sm-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  html .--pl-sm-40 {
    padding-left: 40px;
  }
  html .--pr-sm-40 {
    padding-right: 40px;
  }
  html .--plr-sm-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  html .--p-md-40 {
    padding: 40px;
  }
  html .--pt-md-40 {
    padding-top: 2.5rem;
  }
  html .--pb-md-40 {
    padding-bottom: 2.5rem;
  }
  html .--ptb-md-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  html .--pl-md-40 {
    padding-left: 40px;
  }
  html .--pr-md-40 {
    padding-right: 40px;
  }
  html .--plr-md-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  html .--p-lg-40 {
    padding: 40px;
  }
  html .--pt-lg-40 {
    padding-top: 2.5rem;
  }
  html .--pb-lg-40 {
    padding-bottom: 2.5rem;
  }
  html .--ptb-lg-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  html .--pl-lg-40 {
    padding-left: 40px;
  }
  html .--pr-lg-40 {
    padding-right: 40px;
  }
  html .--plr-lg-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  html .--p-xl-40 {
    padding: 40px;
  }
  html .--pt-xl-40 {
    padding-top: 2.5rem;
  }
  html .--pb-xl-40 {
    padding-bottom: 2.5rem;
  }
  html .--ptb-xl-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  html .--pl-xl-40 {
    padding-left: 40px;
  }
  html .--pr-xl-40 {
    padding-right: 40px;
  }
  html .--plr-xl-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  html .--p-xxl-40 {
    padding: 40px;
  }
  html .--pt-xxl-40 {
    padding-top: 2.5rem;
  }
  html .--pb-xxl-40 {
    padding-bottom: 2.5rem;
  }
  html .--ptb-xxl-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  html .--pl-xxl-40 {
    padding-left: 40px;
  }
  html .--pr-xxl-40 {
    padding-right: 40px;
  }
  html .--plr-xxl-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 2000px) {
  html .--p-xxxl-40 {
    padding: 40px;
  }
  html .--pt-xxxl-40 {
    padding-top: 2.5rem;
  }
  html .--pb-xxxl-40 {
    padding-bottom: 2.5rem;
  }
  html .--ptb-xxxl-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  html .--pl-xxxl-40 {
    padding-left: 40px;
  }
  html .--pr-xxxl-40 {
    padding-right: 40px;
  }
  html .--plr-xxxl-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.--p-50 {
  padding: 50px;
}

.--pt-50 {
  padding-top: 3.125rem;
}

.--pb-50 {
  padding-bottom: 3.125rem;
}

.--ptb-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.--pl-50 {
  padding-left: 50px;
}

.--pr-50 {
  padding-right: 50px;
}

.--plr-50 {
  padding-left: 50px;
  padding-right: 50px;
}

html .--p-xs-50 {
  padding: 50px;
}
html .--pt-xs-50 {
  padding-top: 3.125rem;
}
html .--pb-xs-50 {
  padding-bottom: 3.125rem;
}
html .--ptb-xs-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
html .--pl-xs-50 {
  padding-left: 50px;
}
html .--pr-xs-50 {
  padding-right: 50px;
}
html .--plr-xs-50 {
  padding-left: 50px;
  padding-right: 50px;
}

@media (min-width: 576px) {
  html .--p-sm-50 {
    padding: 50px;
  }
  html .--pt-sm-50 {
    padding-top: 3.125rem;
  }
  html .--pb-sm-50 {
    padding-bottom: 3.125rem;
  }
  html .--ptb-sm-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  html .--pl-sm-50 {
    padding-left: 50px;
  }
  html .--pr-sm-50 {
    padding-right: 50px;
  }
  html .--plr-sm-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  html .--p-md-50 {
    padding: 50px;
  }
  html .--pt-md-50 {
    padding-top: 3.125rem;
  }
  html .--pb-md-50 {
    padding-bottom: 3.125rem;
  }
  html .--ptb-md-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  html .--pl-md-50 {
    padding-left: 50px;
  }
  html .--pr-md-50 {
    padding-right: 50px;
  }
  html .--plr-md-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  html .--p-lg-50 {
    padding: 50px;
  }
  html .--pt-lg-50 {
    padding-top: 3.125rem;
  }
  html .--pb-lg-50 {
    padding-bottom: 3.125rem;
  }
  html .--ptb-lg-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  html .--pl-lg-50 {
    padding-left: 50px;
  }
  html .--pr-lg-50 {
    padding-right: 50px;
  }
  html .--plr-lg-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  html .--p-xl-50 {
    padding: 50px;
  }
  html .--pt-xl-50 {
    padding-top: 3.125rem;
  }
  html .--pb-xl-50 {
    padding-bottom: 3.125rem;
  }
  html .--ptb-xl-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  html .--pl-xl-50 {
    padding-left: 50px;
  }
  html .--pr-xl-50 {
    padding-right: 50px;
  }
  html .--plr-xl-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1400px) {
  html .--p-xxl-50 {
    padding: 50px;
  }
  html .--pt-xxl-50 {
    padding-top: 3.125rem;
  }
  html .--pb-xxl-50 {
    padding-bottom: 3.125rem;
  }
  html .--ptb-xxl-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  html .--pl-xxl-50 {
    padding-left: 50px;
  }
  html .--pr-xxl-50 {
    padding-right: 50px;
  }
  html .--plr-xxl-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 2000px) {
  html .--p-xxxl-50 {
    padding: 50px;
  }
  html .--pt-xxxl-50 {
    padding-top: 3.125rem;
  }
  html .--pb-xxxl-50 {
    padding-bottom: 3.125rem;
  }
  html .--ptb-xxxl-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  html .--pl-xxxl-50 {
    padding-left: 50px;
  }
  html .--pr-xxxl-50 {
    padding-right: 50px;
  }
  html .--plr-xxxl-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.--p-60 {
  padding: 60px;
}

.--pt-60 {
  padding-top: 3.75rem;
}

.--pb-60 {
  padding-bottom: 3.75rem;
}

.--ptb-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.--pl-60 {
  padding-left: 60px;
}

.--pr-60 {
  padding-right: 60px;
}

.--plr-60 {
  padding-left: 60px;
  padding-right: 60px;
}

html .--p-xs-60 {
  padding: 60px;
}
html .--pt-xs-60 {
  padding-top: 3.75rem;
}
html .--pb-xs-60 {
  padding-bottom: 3.75rem;
}
html .--ptb-xs-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
html .--pl-xs-60 {
  padding-left: 60px;
}
html .--pr-xs-60 {
  padding-right: 60px;
}
html .--plr-xs-60 {
  padding-left: 60px;
  padding-right: 60px;
}

@media (min-width: 576px) {
  html .--p-sm-60 {
    padding: 60px;
  }
  html .--pt-sm-60 {
    padding-top: 3.75rem;
  }
  html .--pb-sm-60 {
    padding-bottom: 3.75rem;
  }
  html .--ptb-sm-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  html .--pl-sm-60 {
    padding-left: 60px;
  }
  html .--pr-sm-60 {
    padding-right: 60px;
  }
  html .--plr-sm-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  html .--p-md-60 {
    padding: 60px;
  }
  html .--pt-md-60 {
    padding-top: 3.75rem;
  }
  html .--pb-md-60 {
    padding-bottom: 3.75rem;
  }
  html .--ptb-md-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  html .--pl-md-60 {
    padding-left: 60px;
  }
  html .--pr-md-60 {
    padding-right: 60px;
  }
  html .--plr-md-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 992px) {
  html .--p-lg-60 {
    padding: 60px;
  }
  html .--pt-lg-60 {
    padding-top: 3.75rem;
  }
  html .--pb-lg-60 {
    padding-bottom: 3.75rem;
  }
  html .--ptb-lg-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  html .--pl-lg-60 {
    padding-left: 60px;
  }
  html .--pr-lg-60 {
    padding-right: 60px;
  }
  html .--plr-lg-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  html .--p-xl-60 {
    padding: 60px;
  }
  html .--pt-xl-60 {
    padding-top: 3.75rem;
  }
  html .--pb-xl-60 {
    padding-bottom: 3.75rem;
  }
  html .--ptb-xl-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  html .--pl-xl-60 {
    padding-left: 60px;
  }
  html .--pr-xl-60 {
    padding-right: 60px;
  }
  html .--plr-xl-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1400px) {
  html .--p-xxl-60 {
    padding: 60px;
  }
  html .--pt-xxl-60 {
    padding-top: 3.75rem;
  }
  html .--pb-xxl-60 {
    padding-bottom: 3.75rem;
  }
  html .--ptb-xxl-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  html .--pl-xxl-60 {
    padding-left: 60px;
  }
  html .--pr-xxl-60 {
    padding-right: 60px;
  }
  html .--plr-xxl-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 2000px) {
  html .--p-xxxl-60 {
    padding: 60px;
  }
  html .--pt-xxxl-60 {
    padding-top: 3.75rem;
  }
  html .--pb-xxxl-60 {
    padding-bottom: 3.75rem;
  }
  html .--ptb-xxxl-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  html .--pl-xxxl-60 {
    padding-left: 60px;
  }
  html .--pr-xxxl-60 {
    padding-right: 60px;
  }
  html .--plr-xxxl-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.--p-80 {
  padding: 80px;
}

.--pt-80 {
  padding-top: 5rem;
}

.--pb-80 {
  padding-bottom: 5rem;
}

.--ptb-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.--pl-80 {
  padding-left: 80px;
}

.--pr-80 {
  padding-right: 80px;
}

.--plr-80 {
  padding-left: 80px;
  padding-right: 80px;
}

html .--p-xs-80 {
  padding: 80px;
}
html .--pt-xs-80 {
  padding-top: 5rem;
}
html .--pb-xs-80 {
  padding-bottom: 5rem;
}
html .--ptb-xs-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
html .--pl-xs-80 {
  padding-left: 80px;
}
html .--pr-xs-80 {
  padding-right: 80px;
}
html .--plr-xs-80 {
  padding-left: 80px;
  padding-right: 80px;
}

@media (min-width: 576px) {
  html .--p-sm-80 {
    padding: 80px;
  }
  html .--pt-sm-80 {
    padding-top: 5rem;
  }
  html .--pb-sm-80 {
    padding-bottom: 5rem;
  }
  html .--ptb-sm-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  html .--pl-sm-80 {
    padding-left: 80px;
  }
  html .--pr-sm-80 {
    padding-right: 80px;
  }
  html .--plr-sm-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 768px) {
  html .--p-md-80 {
    padding: 80px;
  }
  html .--pt-md-80 {
    padding-top: 5rem;
  }
  html .--pb-md-80 {
    padding-bottom: 5rem;
  }
  html .--ptb-md-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  html .--pl-md-80 {
    padding-left: 80px;
  }
  html .--pr-md-80 {
    padding-right: 80px;
  }
  html .--plr-md-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 992px) {
  html .--p-lg-80 {
    padding: 80px;
  }
  html .--pt-lg-80 {
    padding-top: 5rem;
  }
  html .--pb-lg-80 {
    padding-bottom: 5rem;
  }
  html .--ptb-lg-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  html .--pl-lg-80 {
    padding-left: 80px;
  }
  html .--pr-lg-80 {
    padding-right: 80px;
  }
  html .--plr-lg-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1200px) {
  html .--p-xl-80 {
    padding: 80px;
  }
  html .--pt-xl-80 {
    padding-top: 5rem;
  }
  html .--pb-xl-80 {
    padding-bottom: 5rem;
  }
  html .--ptb-xl-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  html .--pl-xl-80 {
    padding-left: 80px;
  }
  html .--pr-xl-80 {
    padding-right: 80px;
  }
  html .--plr-xl-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1400px) {
  html .--p-xxl-80 {
    padding: 80px;
  }
  html .--pt-xxl-80 {
    padding-top: 5rem;
  }
  html .--pb-xxl-80 {
    padding-bottom: 5rem;
  }
  html .--ptb-xxl-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  html .--pl-xxl-80 {
    padding-left: 80px;
  }
  html .--pr-xxl-80 {
    padding-right: 80px;
  }
  html .--plr-xxl-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 2000px) {
  html .--p-xxxl-80 {
    padding: 80px;
  }
  html .--pt-xxxl-80 {
    padding-top: 5rem;
  }
  html .--pb-xxxl-80 {
    padding-bottom: 5rem;
  }
  html .--ptb-xxxl-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  html .--pl-xxxl-80 {
    padding-left: 80px;
  }
  html .--pr-xxxl-80 {
    padding-right: 80px;
  }
  html .--plr-xxxl-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.--p-100 {
  padding: 100px;
}

.--pt-100 {
  padding-top: 6.25rem;
}

.--pb-100 {
  padding-bottom: 6.25rem;
}

.--ptb-100 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.--pl-100 {
  padding-left: 100px;
}

.--pr-100 {
  padding-right: 100px;
}

.--plr-100 {
  padding-left: 100px;
  padding-right: 100px;
}

html .--p-xs-100 {
  padding: 100px;
}
html .--pt-xs-100 {
  padding-top: 6.25rem;
}
html .--pb-xs-100 {
  padding-bottom: 6.25rem;
}
html .--ptb-xs-100 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
html .--pl-xs-100 {
  padding-left: 100px;
}
html .--pr-xs-100 {
  padding-right: 100px;
}
html .--plr-xs-100 {
  padding-left: 100px;
  padding-right: 100px;
}

@media (min-width: 576px) {
  html .--p-sm-100 {
    padding: 100px;
  }
  html .--pt-sm-100 {
    padding-top: 6.25rem;
  }
  html .--pb-sm-100 {
    padding-bottom: 6.25rem;
  }
  html .--ptb-sm-100 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  html .--pl-sm-100 {
    padding-left: 100px;
  }
  html .--pr-sm-100 {
    padding-right: 100px;
  }
  html .--plr-sm-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 768px) {
  html .--p-md-100 {
    padding: 100px;
  }
  html .--pt-md-100 {
    padding-top: 6.25rem;
  }
  html .--pb-md-100 {
    padding-bottom: 6.25rem;
  }
  html .--ptb-md-100 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  html .--pl-md-100 {
    padding-left: 100px;
  }
  html .--pr-md-100 {
    padding-right: 100px;
  }
  html .--plr-md-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 992px) {
  html .--p-lg-100 {
    padding: 100px;
  }
  html .--pt-lg-100 {
    padding-top: 6.25rem;
  }
  html .--pb-lg-100 {
    padding-bottom: 6.25rem;
  }
  html .--ptb-lg-100 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  html .--pl-lg-100 {
    padding-left: 100px;
  }
  html .--pr-lg-100 {
    padding-right: 100px;
  }
  html .--plr-lg-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1200px) {
  html .--p-xl-100 {
    padding: 100px;
  }
  html .--pt-xl-100 {
    padding-top: 6.25rem;
  }
  html .--pb-xl-100 {
    padding-bottom: 6.25rem;
  }
  html .--ptb-xl-100 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  html .--pl-xl-100 {
    padding-left: 100px;
  }
  html .--pr-xl-100 {
    padding-right: 100px;
  }
  html .--plr-xl-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1400px) {
  html .--p-xxl-100 {
    padding: 100px;
  }
  html .--pt-xxl-100 {
    padding-top: 6.25rem;
  }
  html .--pb-xxl-100 {
    padding-bottom: 6.25rem;
  }
  html .--ptb-xxl-100 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  html .--pl-xxl-100 {
    padding-left: 100px;
  }
  html .--pr-xxl-100 {
    padding-right: 100px;
  }
  html .--plr-xxl-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 2000px) {
  html .--p-xxxl-100 {
    padding: 100px;
  }
  html .--pt-xxxl-100 {
    padding-top: 6.25rem;
  }
  html .--pb-xxxl-100 {
    padding-bottom: 6.25rem;
  }
  html .--ptb-xxxl-100 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  html .--pl-xxxl-100 {
    padding-left: 100px;
  }
  html .--pr-xxxl-100 {
    padding-right: 100px;
  }
  html .--plr-xxxl-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.--p-120 {
  padding: 120px;
}

.--pt-120 {
  padding-top: 7.5rem;
}

.--pb-120 {
  padding-bottom: 7.5rem;
}

.--ptb-120 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.--pl-120 {
  padding-left: 120px;
}

.--pr-120 {
  padding-right: 120px;
}

.--plr-120 {
  padding-left: 120px;
  padding-right: 120px;
}

html .--p-xs-120 {
  padding: 120px;
}
html .--pt-xs-120 {
  padding-top: 7.5rem;
}
html .--pb-xs-120 {
  padding-bottom: 7.5rem;
}
html .--ptb-xs-120 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
html .--pl-xs-120 {
  padding-left: 120px;
}
html .--pr-xs-120 {
  padding-right: 120px;
}
html .--plr-xs-120 {
  padding-left: 120px;
  padding-right: 120px;
}

@media (min-width: 576px) {
  html .--p-sm-120 {
    padding: 120px;
  }
  html .--pt-sm-120 {
    padding-top: 7.5rem;
  }
  html .--pb-sm-120 {
    padding-bottom: 7.5rem;
  }
  html .--ptb-sm-120 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  html .--pl-sm-120 {
    padding-left: 120px;
  }
  html .--pr-sm-120 {
    padding-right: 120px;
  }
  html .--plr-sm-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 768px) {
  html .--p-md-120 {
    padding: 120px;
  }
  html .--pt-md-120 {
    padding-top: 7.5rem;
  }
  html .--pb-md-120 {
    padding-bottom: 7.5rem;
  }
  html .--ptb-md-120 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  html .--pl-md-120 {
    padding-left: 120px;
  }
  html .--pr-md-120 {
    padding-right: 120px;
  }
  html .--plr-md-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 992px) {
  html .--p-lg-120 {
    padding: 120px;
  }
  html .--pt-lg-120 {
    padding-top: 7.5rem;
  }
  html .--pb-lg-120 {
    padding-bottom: 7.5rem;
  }
  html .--ptb-lg-120 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  html .--pl-lg-120 {
    padding-left: 120px;
  }
  html .--pr-lg-120 {
    padding-right: 120px;
  }
  html .--plr-lg-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 1200px) {
  html .--p-xl-120 {
    padding: 120px;
  }
  html .--pt-xl-120 {
    padding-top: 7.5rem;
  }
  html .--pb-xl-120 {
    padding-bottom: 7.5rem;
  }
  html .--ptb-xl-120 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  html .--pl-xl-120 {
    padding-left: 120px;
  }
  html .--pr-xl-120 {
    padding-right: 120px;
  }
  html .--plr-xl-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 1400px) {
  html .--p-xxl-120 {
    padding: 120px;
  }
  html .--pt-xxl-120 {
    padding-top: 7.5rem;
  }
  html .--pb-xxl-120 {
    padding-bottom: 7.5rem;
  }
  html .--ptb-xxl-120 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  html .--pl-xxl-120 {
    padding-left: 120px;
  }
  html .--pr-xxl-120 {
    padding-right: 120px;
  }
  html .--plr-xxl-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 2000px) {
  html .--p-xxxl-120 {
    padding: 120px;
  }
  html .--pt-xxxl-120 {
    padding-top: 7.5rem;
  }
  html .--pb-xxxl-120 {
    padding-bottom: 7.5rem;
  }
  html .--ptb-xxxl-120 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  html .--pl-xxxl-120 {
    padding-left: 120px;
  }
  html .--pr-xxxl-120 {
    padding-right: 120px;
  }
  html .--plr-xxxl-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.--locked {
  overflow-y: hidden !important;
}

.--text-width {
  max-width: var(--text-width);
}

.--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.--flexible {
  padding-top: calc(var(--spacing-grid-gap) * 2);
  padding-bottom: calc(var(--spacing-grid-gap) * 2);
  position: relative;
}
.--flexible--regular {
  padding-top: calc(var(--spacing-grid-gap) * 2);
  padding-bottom: calc(var(--spacing-grid-gap) * 2);
  position: relative;
}
.--flexible--small {
  padding-top: var(--spacing-grid-gap);
  padding-bottom: var(--spacing-grid-gap);
  position: relative;
}
.--flexible--large {
  padding-top: calc(var(--spacing-grid-gap) * 4);
  padding-bottom: calc(var(--spacing-grid-gap) * 4);
  position: relative;
}

.--appendix-left, .--appendix-right {
  position: relative;
}
.--appendix-left:after, .--appendix-right:after {
  width: 46px;
  height: 48px;
  z-index: 10;
  top: 100%;
  position: absolute;
  content: "";
}
@media (min-width: 992px) {
  .--appendix-left:after, .--appendix-right:after {
    width: 92px;
    height: 96px;
  }
}
.--appendix-left + section, .--appendix-right + section {
  padding-top: calc(var(--spacing-grid-gap) * 4);
}
.--appendix-left:after {
  left: var(--spacing-container);
  background: linear-gradient(135deg, var(--bg-parent) 0%, var(--bg-parent) 50%, transparent 50%, transparent 100%);
}
.--appendix-right:after {
  right: var(--spacing-container);
  background: linear-gradient(225deg, var(--bg-parent) 0%, var(--bg-parent) 50%, transparent 50%, transparent 100%);
}

.wb-button, .btn, .wysiwyg .gform_wrapper .gform_button,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_button {
  transition: all 250ms ease-in-out;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  text-align: center;
  border: 2px solid transparent;
  background-color: transparent;
  border-radius: 0;
  appearance: none;
  padding: 20px;
  white-space: normal;
  color: var(--color-black);
  pointer-events: auto;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .btn, .wysiwyg .gform_wrapper .gform_button,
  .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_button {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    padding: 10px 20px;
  }
}
.btn--square {
  border-radius: 0;
}
.btn--round {
  border-radius: 50%;
}
.btn--primary, .wysiwyg .gform_wrapper .gform_button,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_button {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  color: var(--color-white);
}
.btn--primary:hover, .wysiwyg .gform_wrapper .gform_button:hover,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_button:hover, .btn--primary[aria-selected=true], .wysiwyg .gform_wrapper [aria-selected=true].gform_button,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper [aria-selected=true].gform_button {
  color: var(--color-primary);
  border-color: var(--color-primary);
  background-color: var(--color-white);
}
.btn--primary:focus, .wysiwyg .gform_wrapper .gform_button:focus,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_button:focus, .btn--primary.--active, .wysiwyg .gform_wrapper .--active.gform_button,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--active.gform_button {
  color: var(--color-primary);
  border-color: var(--color-primary);
  background-color: var(--color-white);
}
.btn--primary:active, .wysiwyg .gform_wrapper .gform_button:active,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_button:active {
  color: var(--color-primary);
  border-color: var(--color-primary);
  background-color: var(--color-white);
}
.--color--white .btn--primary, .--color--white .wysiwyg .gform_wrapper .gform_button, .wysiwyg .gform_wrapper .--color--white .gform_button,
.--color--white .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_button,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--color--white .gform_button, .--color--bg-primary .btn--primary, .--color--bg-primary .wysiwyg .gform_wrapper .gform_button, .wysiwyg .gform_wrapper .--color--bg-primary .gform_button,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_button,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--color--bg-primary .gform_button {
  border-color: var(--color-white);
  background-color: var(--color-white);
  color: var(--color-primary);
}
.--color--white .btn--primary:hover, .--color--white .wysiwyg .gform_wrapper .gform_button:hover, .wysiwyg .gform_wrapper .--color--white .gform_button:hover,
.--color--white .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_button:hover,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--color--white .gform_button:hover, .--color--white .btn--primary[aria-selected=true], .--color--white .wysiwyg .gform_wrapper [aria-selected=true].gform_button, .wysiwyg .gform_wrapper .--color--white [aria-selected=true].gform_button,
.--color--white .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper [aria-selected=true].gform_button,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--color--white [aria-selected=true].gform_button, .--color--bg-primary .btn--primary:hover, .--color--bg-primary .wysiwyg .gform_wrapper .gform_button:hover, .wysiwyg .gform_wrapper .--color--bg-primary .gform_button:hover,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_button:hover,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--color--bg-primary .gform_button:hover, .--color--bg-primary .btn--primary[aria-selected=true], .--color--bg-primary .wysiwyg .gform_wrapper [aria-selected=true].gform_button, .wysiwyg .gform_wrapper .--color--bg-primary [aria-selected=true].gform_button,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper [aria-selected=true].gform_button,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--color--bg-primary [aria-selected=true].gform_button {
  color: var(--color-white);
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
}
.--color--white .btn--primary:focus, .--color--white .wysiwyg .gform_wrapper .gform_button:focus, .wysiwyg .gform_wrapper .--color--white .gform_button:focus,
.--color--white .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_button:focus,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--color--white .gform_button:focus, .--color--white .btn--primary.--active, .--color--white .wysiwyg .gform_wrapper .--active.gform_button, .wysiwyg .gform_wrapper .--color--white .--active.gform_button,
.--color--white .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--active.gform_button,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--color--white .--active.gform_button, .--color--bg-primary .btn--primary:focus, .--color--bg-primary .wysiwyg .gform_wrapper .gform_button:focus, .wysiwyg .gform_wrapper .--color--bg-primary .gform_button:focus,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_button:focus,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--color--bg-primary .gform_button:focus, .--color--bg-primary .btn--primary.--active, .--color--bg-primary .wysiwyg .gform_wrapper .--active.gform_button, .wysiwyg .gform_wrapper .--color--bg-primary .--active.gform_button,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--active.gform_button,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--color--bg-primary .--active.gform_button {
  color: var(--color-white);
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
}
.--color--white .btn--primary:active, .--color--white .wysiwyg .gform_wrapper .gform_button:active, .wysiwyg .gform_wrapper .--color--white .gform_button:active,
.--color--white .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_button:active,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--color--white .gform_button:active, .--color--bg-primary .btn--primary:active, .--color--bg-primary .wysiwyg .gform_wrapper .gform_button:active, .wysiwyg .gform_wrapper .--color--bg-primary .gform_button:active,
.--color--bg-primary .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_button:active,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .--color--bg-primary .gform_button:active {
  color: var(--color-white);
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
}
.btn--secondary {
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
  color: var(--color-white);
}
.btn--secondary:hover, .btn--secondary[aria-selected=true] {
  color: var(--color-secondary);
  border-color: var(--color-secondary);
  background-color: var(--color-white);
}
.btn--secondary:focus, .btn--secondary.--active {
  color: var(--color-secondary);
  border-color: var(--color-secondary);
  background-color: var(--color-white);
}
.btn--secondary:active {
  color: var(--color-secondary);
  border-color: var(--color-secondary);
  background-color: var(--color-white);
}
.btn--ghost {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.btn--ghost:hover, .btn--ghost[aria-selected=true] {
  color: var(--color-white);
  border-color: var(--color-primary-hover);
  background-color: var(--color-primary-hover);
}
.btn--ghost:focus, .btn--ghost.--active {
  color: var(--color-white);
  border-color: var(--color-primary-hover);
  background-color: var(--color-primary-hover);
}
.btn--ghost:active {
  color: var(--color-white);
  border-color: var(--color-primary-hover);
  background-color: var(--color-primary-hover);
}
.btn--neutral {
  background-color: var(--color-white);
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.btn--neutral:hover, .btn--neutral:focus-within {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.btn--neutral:active {
  color: var(--color-white);
  text-decoration: underline;
}
.btn--icon i {
  color: var(--color-secondary);
}
.btn--icon--left i {
  margin-right: 10px;
}
.btn--icon--right i {
  margin-left: 10px;
}
.btn-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-grid-gap);
  line-height: 1;
  margin-top: var(--spacing-grid-gap);
}
[style*="text-align: center;"] + .btn-group {
  justify-content: center;
  text-align: center;
}

@media (max-width: 991.98px) {
  .wb-button {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    padding: 10px 20px;
  }
}
.wb-button--square {
  border-radius: 0;
}
.wb-button--round {
  border-radius: 50%;
}
.wb-button--primary {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  color: var(--color-white);
}
.wb-button--primary:hover, .wb-button--primary[aria-selected=true] {
  color: var(--color-primary);
  border-color: var(--color-primary);
  background-color: var(--color-white);
}
.wb-button--primary:focus, .wb-button--primary.--active {
  color: var(--color-primary);
  border-color: var(--color-primary);
  background-color: var(--color-white);
}
.wb-button--primary:active {
  color: var(--color-primary);
  border-color: var(--color-primary);
  background-color: var(--color-white);
}
.--color--white .wb-button--primary, .--color--bg-primary .wb-button--primary {
  border-color: var(--color-white);
  background-color: var(--color-white);
  color: var(--color-primary);
}
.--color--white .wb-button--primary:hover, .--color--white .wb-button--primary[aria-selected=true], .--color--bg-primary .wb-button--primary:hover, .--color--bg-primary .wb-button--primary[aria-selected=true] {
  color: var(--color-white);
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
}
.--color--white .wb-button--primary:focus, .--color--white .wb-button--primary.--active, .--color--bg-primary .wb-button--primary:focus, .--color--bg-primary .wb-button--primary.--active {
  color: var(--color-white);
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
}
.--color--white .wb-button--primary:active, .--color--bg-primary .wb-button--primary:active {
  color: var(--color-white);
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
}
.wb-button--secondary {
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
  color: var(--color-white);
}
.wb-button--secondary:hover, .wb-button--secondary[aria-selected=true] {
  color: var(--color-secondary);
  border-color: var(--color-secondary);
  background-color: var(--color-white);
}
.wb-button--secondary:focus, .wb-button--secondary.--active {
  color: var(--color-secondary);
  border-color: var(--color-secondary);
  background-color: var(--color-white);
}
.wb-button--secondary:active {
  color: var(--color-secondary);
  border-color: var(--color-secondary);
  background-color: var(--color-white);
}
.wb-button--ghost {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.wb-button--ghost:hover, .wb-button--ghost[aria-selected=true] {
  color: var(--color-white);
  border-color: var(--color-primary-hover);
  background-color: var(--color-primary-hover);
}
.wb-button--ghost:focus, .wb-button--ghost.--active {
  color: var(--color-white);
  border-color: var(--color-primary-hover);
  background-color: var(--color-primary-hover);
}
.wb-button--ghost:active {
  color: var(--color-white);
  border-color: var(--color-primary-hover);
  background-color: var(--color-primary-hover);
}
.wb-button--neutral {
  background-color: var(--color-white);
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.wb-button--neutral:hover, .wb-button--neutral:focus-within {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.wb-button--neutral:active {
  color: var(--color-white);
  text-decoration: underline;
}
.wb-button--icon i {
  color: var(--color-secondary);
}
.wb-button--icon--left i {
  margin-right: 10px;
}
.wb-button--icon--right i {
  margin-left: 10px;
}
.wb-button-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-grid-gap);
  line-height: 1;
  margin-top: var(--spacing-grid-gap);
}
[style*="text-align: center;"] + .wb-button-group {
  justify-content: center;
  text-align: center;
}
.wb-button--square {
  border-radius: 0;
}
.wb-button--round {
  border-radius: 50%;
}
.wb-button--base {
  padding: 0;
  border-radius: 0;
  box-shadow: none !important;
}

.wysiwyg .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .wysiwyg textarea,
.wysiwyg .textarea,
.wysiwyg .gform_wrapper .gfield textarea,
.wysiwyg .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield textarea,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield .wysiwyg textarea,
.wysiwyg textarea.form-control,
.wysiwyg textarea.input-text,
.wp-admin .block-editor .block-editor-block-list__layout textarea,
.wp-admin .block-editor .block-editor-block-list__layout .textarea,
.wp-admin .block-editor .block-editor-block-list__layout .wysiwyg .gform_wrapper .gfield textarea,
.wysiwyg .gform_wrapper .gfield .wp-admin .block-editor .block-editor-block-list__layout textarea,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield textarea,
.wp-admin .block-editor .block-editor-block-list__layout textarea.form-control,
.wp-admin .block-editor .block-editor-block-list__layout textarea.input-text, .wysiwyg input[type=text],
.wysiwyg input[type=email],
.wysiwyg input[type=password],
.wysiwyg input[type=number],
.wysiwyg input[type=search],
.wysiwyg input[type=date],
.wysiwyg input[type=datetime],
.wysiwyg input[type=url],
.wysiwyg input[type=tel],
.wysiwyg select,
.wp-admin .block-editor .block-editor-block-list__layout input[type=text],
.wp-admin .block-editor .block-editor-block-list__layout input[type=email],
.wp-admin .block-editor .block-editor-block-list__layout input[type=password],
.wp-admin .block-editor .block-editor-block-list__layout input[type=number],
.wp-admin .block-editor .block-editor-block-list__layout input[type=search],
.wp-admin .block-editor .block-editor-block-list__layout input[type=date],
.wp-admin .block-editor .block-editor-block-list__layout input[type=datetime],
.wp-admin .block-editor .block-editor-block-list__layout input[type=url],
.wp-admin .block-editor .block-editor-block-list__layout input[type=tel],
.wp-admin .block-editor .block-editor-block-list__layout select {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  transition: all 250ms ease-in-out;
  position: relative;
  display: block;
  border: 1px solid var(--color-grey);
  background-color: var(--color-white);
  padding: 0 15px;
  margin: 0;
  width: 100%;
  height: 3.125rem;
  color: inherit;
  caret-color: var(--color-primary);
}
.wysiwyg .gform_wrapper .gfield input:focus-within:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield input:focus-within:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .wysiwyg textarea:focus-within,
.wysiwyg .textarea:focus-within,
.wysiwyg .gform_wrapper .gfield textarea:focus-within,
.wysiwyg .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield textarea:focus-within,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield .wysiwyg textarea:focus-within,
.wysiwyg textarea.form-control:focus-within,
.wysiwyg textarea.input-text:focus-within,
.wp-admin .block-editor .block-editor-block-list__layout textarea:focus-within,
.wp-admin .block-editor .block-editor-block-list__layout .textarea:focus-within,
.wp-admin .block-editor .block-editor-block-list__layout .wysiwyg .gform_wrapper .gfield textarea:focus-within,
.wysiwyg .gform_wrapper .gfield .wp-admin .block-editor .block-editor-block-list__layout textarea:focus-within,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield textarea:focus-within,
.wp-admin .block-editor .block-editor-block-list__layout textarea.form-control:focus-within,
.wp-admin .block-editor .block-editor-block-list__layout textarea.input-text:focus-within, .wysiwyg input[type=text]:focus-within,
.wysiwyg input[type=email]:focus-within,
.wysiwyg input[type=password]:focus-within,
.wysiwyg input[type=number]:focus-within,
.wysiwyg input[type=search]:focus-within,
.wysiwyg input[type=date]:focus-within,
.wysiwyg input[type=datetime]:focus-within,
.wysiwyg input[type=url]:focus-within,
.wysiwyg input[type=tel]:focus-within,
.wysiwyg select:focus-within,
.wp-admin .block-editor .block-editor-block-list__layout input[type=text]:focus-within,
.wp-admin .block-editor .block-editor-block-list__layout input[type=email]:focus-within,
.wp-admin .block-editor .block-editor-block-list__layout input[type=password]:focus-within,
.wp-admin .block-editor .block-editor-block-list__layout input[type=number]:focus-within,
.wp-admin .block-editor .block-editor-block-list__layout input[type=search]:focus-within,
.wp-admin .block-editor .block-editor-block-list__layout input[type=date]:focus-within,
.wp-admin .block-editor .block-editor-block-list__layout input[type=datetime]:focus-within,
.wp-admin .block-editor .block-editor-block-list__layout input[type=url]:focus-within,
.wp-admin .block-editor .block-editor-block-list__layout input[type=tel]:focus-within,
.wp-admin .block-editor .block-editor-block-list__layout select:focus-within {
  border-color: var(--color-primary);
}
.wysiwyg .gform_wrapper .gfield input:focus-visible:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield input:focus-visible:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .wysiwyg textarea:focus-visible,
.wysiwyg .textarea:focus-visible,
.wysiwyg .gform_wrapper .gfield textarea:focus-visible,
.wysiwyg .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield textarea:focus-visible,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield .wysiwyg textarea:focus-visible,
.wysiwyg textarea.form-control:focus-visible,
.wysiwyg textarea.input-text:focus-visible,
.wp-admin .block-editor .block-editor-block-list__layout textarea:focus-visible,
.wp-admin .block-editor .block-editor-block-list__layout .textarea:focus-visible,
.wp-admin .block-editor .block-editor-block-list__layout .wysiwyg .gform_wrapper .gfield textarea:focus-visible,
.wysiwyg .gform_wrapper .gfield .wp-admin .block-editor .block-editor-block-list__layout textarea:focus-visible,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield textarea:focus-visible,
.wp-admin .block-editor .block-editor-block-list__layout textarea.form-control:focus-visible,
.wp-admin .block-editor .block-editor-block-list__layout textarea.input-text:focus-visible, .wysiwyg input[type=text]:focus-visible,
.wysiwyg input[type=email]:focus-visible,
.wysiwyg input[type=password]:focus-visible,
.wysiwyg input[type=number]:focus-visible,
.wysiwyg input[type=search]:focus-visible,
.wysiwyg input[type=date]:focus-visible,
.wysiwyg input[type=datetime]:focus-visible,
.wysiwyg input[type=url]:focus-visible,
.wysiwyg input[type=tel]:focus-visible,
.wysiwyg select:focus-visible,
.wp-admin .block-editor .block-editor-block-list__layout input[type=text]:focus-visible,
.wp-admin .block-editor .block-editor-block-list__layout input[type=email]:focus-visible,
.wp-admin .block-editor .block-editor-block-list__layout input[type=password]:focus-visible,
.wp-admin .block-editor .block-editor-block-list__layout input[type=number]:focus-visible,
.wp-admin .block-editor .block-editor-block-list__layout input[type=search]:focus-visible,
.wp-admin .block-editor .block-editor-block-list__layout input[type=date]:focus-visible,
.wp-admin .block-editor .block-editor-block-list__layout input[type=datetime]:focus-visible,
.wp-admin .block-editor .block-editor-block-list__layout input[type=url]:focus-visible,
.wp-admin .block-editor .block-editor-block-list__layout input[type=tel]:focus-visible,
.wp-admin .block-editor .block-editor-block-list__layout select:focus-visible {
  outline: none !important;
}
.wysiwyg .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .wysiwyg textarea::placeholder,
.wysiwyg .textarea::placeholder,
.wysiwyg .gform_wrapper .gfield textarea::placeholder,
.wysiwyg .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield textarea::placeholder,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield .wysiwyg textarea::placeholder,
.wysiwyg textarea.form-control::placeholder,
.wysiwyg textarea.input-text::placeholder,
.wp-admin .block-editor .block-editor-block-list__layout textarea::placeholder,
.wp-admin .block-editor .block-editor-block-list__layout .textarea::placeholder,
.wp-admin .block-editor .block-editor-block-list__layout .wysiwyg .gform_wrapper .gfield textarea::placeholder,
.wysiwyg .gform_wrapper .gfield .wp-admin .block-editor .block-editor-block-list__layout textarea::placeholder,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield textarea::placeholder,
.wp-admin .block-editor .block-editor-block-list__layout textarea.form-control::placeholder,
.wp-admin .block-editor .block-editor-block-list__layout textarea.input-text::placeholder, .wysiwyg input[type=text]::placeholder,
.wysiwyg input[type=email]::placeholder,
.wysiwyg input[type=password]::placeholder,
.wysiwyg input[type=number]::placeholder,
.wysiwyg input[type=search]::placeholder,
.wysiwyg input[type=date]::placeholder,
.wysiwyg input[type=datetime]::placeholder,
.wysiwyg input[type=url]::placeholder,
.wysiwyg input[type=tel]::placeholder,
.wysiwyg select::placeholder,
.wp-admin .block-editor .block-editor-block-list__layout input[type=text]::placeholder,
.wp-admin .block-editor .block-editor-block-list__layout input[type=email]::placeholder,
.wp-admin .block-editor .block-editor-block-list__layout input[type=password]::placeholder,
.wp-admin .block-editor .block-editor-block-list__layout input[type=number]::placeholder,
.wp-admin .block-editor .block-editor-block-list__layout input[type=search]::placeholder,
.wp-admin .block-editor .block-editor-block-list__layout input[type=date]::placeholder,
.wp-admin .block-editor .block-editor-block-list__layout input[type=datetime]::placeholder,
.wp-admin .block-editor .block-editor-block-list__layout input[type=url]::placeholder,
.wp-admin .block-editor .block-editor-block-list__layout input[type=tel]::placeholder,
.wp-admin .block-editor .block-editor-block-list__layout select::placeholder {
  color: var(--color-text);
}

.wysiwyg .gform_wrapper .gfield_label,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield_label, .wysiwyg .fieldset .field > label,
.wysiwyg .fieldset .field > .label,
.wysiwyg .label,
.wp-admin .block-editor .block-editor-block-list__layout .fieldset .field > label,
.wp-admin .block-editor .block-editor-block-list__layout .fieldset .field > .label,
.wp-admin .block-editor .block-editor-block-list__layout .label {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-transform: none;
  font-weight: 700;
  color: inherit;
}

.wysiwyg .gform_wrapper .validation_message,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .validation_message {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 700;
  display: inline-flex;
  background-color: var(--color-error);
  color: var(--color-white);
  border-radius: 0 0 var(--radius-4) var(--radius-4);
  position: absolute;
  top: calc(100% + 15px);
  z-index: 99;
  left: -1px;
  padding: 4px 10px;
  margin: 0;
  width: auto;
}

.wysiwyg textarea,
.wysiwyg .textarea,
.wysiwyg .gform_wrapper .gfield textarea,
.wysiwyg .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield textarea,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield .wysiwyg textarea,
.wysiwyg textarea.form-control,
.wysiwyg textarea.input-text,
.wp-admin .block-editor .block-editor-block-list__layout textarea,
.wp-admin .block-editor .block-editor-block-list__layout .textarea,
.wp-admin .block-editor .block-editor-block-list__layout .wysiwyg .gform_wrapper .gfield textarea,
.wysiwyg .gform_wrapper .gfield .wp-admin .block-editor .block-editor-block-list__layout textarea,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield textarea,
.wp-admin .block-editor .block-editor-block-list__layout textarea.form-control,
.wp-admin .block-editor .block-editor-block-list__layout textarea.input-text {
  min-height: 100px;
  height: 220px;
  max-height: 280px;
  line-height: 1.375rem;
  padding: 10px 10px;
  resize: vertical;
}
.wysiwyg select,
.wp-admin .block-editor .block-editor-block-list__layout select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M267.3 395.3c-6.2 6.2-16.4 6.2-22.6 0l-192-192c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L256 361.4 436.7 180.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-192 192z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 1rem;
  padding-right: 45px;
}
.wysiwyg select:not([multiple]), .wysiwyg select.form-control:not([multiple]), .wysiwyg select.input-text:not([multiple]),
.wp-admin .block-editor .block-editor-block-list__layout select:not([multiple]),
.wp-admin .block-editor .block-editor-block-list__layout select.form-control:not([multiple]),
.wp-admin .block-editor .block-editor-block-list__layout select.input-text:not([multiple]) {
  height: 3.125rem;
  line-height: 1;
}
.wysiwyg .gform_wrapper input[type=file],
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper input[type=file] {
  display: none;
}
.wysiwyg .gform_wrapper .gform-file-button__file,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform-file-button__file {
  font-weight: 700;
}
.wysiwyg .gform_wrapper .ginput_container_fileupload,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .ginput_container_fileupload {
  position: relative;
  margin: -15px -10px 0;
  display: block;
  line-height: 1;
}
.wysiwyg .gform_wrapper .ginput_container_fileupload > *,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .ginput_container_fileupload > * {
  margin: 15px 10px 0;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .wysiwyg .gform_wrapper .validation_message,
  .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .validation_message {
    top: calc(100% + 7px);
  }
}
.wysiwyg .gform_wrapper .validation_message:empty,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .validation_message:empty {
  padding: 0;
}
.wysiwyg .gform_wrapper .validation_message.instruction,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .validation_message.instruction {
  background: var(--color-black);
  width: 100%;
  top: 0;
  left: 0;
}
.wysiwyg .gform_wrapper .gform_heading,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_heading {
  margin-bottom: 10px;
}
.wysiwyg .gform_wrapper .gform_fields, .wysiwyg .wysiwyg .gform_wrapper .gform_fields,
.wysiwyg .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_fields,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_fields,
.wp-admin .block-editor .block-editor-block-list__layout .wysiwyg .wysiwyg .gform_wrapper .gform_fields {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  gap: var(--spacing-grid-gap);
}
.wysiwyg .gform_wrapper .gform_validation_errors,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_validation_errors {
  border: 0;
  background-color: var(--color-black);
  border-radius: var(--radius-4);
  padding: 15px;
  color: var(--color-white);
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  letter-spacing: 0.025rem;
  border-left: 10px solid var(--color-error);
  text-align: left;
  margin: 20px 0;
}
.wysiwyg .gform_wrapper .gform_validation_errors > *,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_validation_errors > * {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.wysiwyg .gform_wrapper .gform_validation_container,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_validation_container {
  display: none;
}
.wysiwyg .gform_wrapper .gform_ajax_spinner,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_ajax_spinner {
  position: absolute;
  left: 0.9375rem;
  bottom: -0.3125rem;
}
.wysiwyg .gform_wrapper .gform_footer,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gform_footer {
  margin-top: var(--spacing-grid-gap);
}
.wysiwyg .gform_wrapper .gfield,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield {
  position: relative;
  grid-column: 1/-1;
}
@media (max-width: 767.98px) {
  .wysiwyg .gform_wrapper .gfield,
  .wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield {
    grid-column: 1/-1 !important;
  }
}
.wysiwyg .gform_wrapper .gfield--width-full,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield--width-full {
  grid-column: span 12;
}
.wysiwyg .gform_wrapper .gfield--width-eleven-twelfths,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield--width-eleven-twelfths {
  grid-column: span 11;
}
.wysiwyg .gform_wrapper .gfield--width-five-sixths,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield--width-five-sixths {
  grid-column: span 10;
}
.wysiwyg .gform_wrapper .gfield--width-three-quarter,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield--width-three-quarter {
  grid-column: span 9;
}
.wysiwyg .gform_wrapper .gfield--width-two-thirds,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield--width-two-thirds {
  grid-column: span 8;
}
.wysiwyg .gform_wrapper .gfield--width-two-thirds,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield--width-two-thirds {
  grid-column: span 8;
}
.wysiwyg .gform_wrapper .gfield--width-seven-twelfths,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield--width-seven-twelfths {
  grid-column: span 7;
}
.wysiwyg .gform_wrapper .gfield--width-half,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield--width-half {
  grid-column: span 6;
}
.wysiwyg .gform_wrapper .gfield--width-five-twelfths,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield--width-five-twelfths {
  grid-column: span 5;
}
.wysiwyg .gform_wrapper .gfield--width-third,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield--width-third {
  grid-column: span 4;
}
.wysiwyg .gform_wrapper .gfield--width-quarter,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield--width-quarter {
  grid-column: span 3;
}
.wysiwyg .gform_wrapper .gfield_required,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield_required {
  margin-left: 1px;
  color: var(--color-error);
}
.wysiwyg .gform_wrapper .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-color: var(--color-error);
}
.wysiwyg .gform_wrapper .gfield_checkbox, .wysiwyg .gform_wrapper .gfield_radio,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield_checkbox,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield_radio {
  list-style: none;
  padding-left: initial;
}
.wysiwyg .gform_wrapper .gfield_checkbox input, .wysiwyg .gform_wrapper .gfield_radio input,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield_checkbox input,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield_radio input {
  display: none;
}
.wysiwyg .gform_wrapper .gfield_checkbox label, .wysiwyg .gform_wrapper .gfield_radio label,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield_checkbox label,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield_radio label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.5rem;
  cursor: pointer;
}
.wysiwyg .gform_wrapper .gfield_checkbox label:before, .wysiwyg .gform_wrapper .gfield_radio label:before,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield_checkbox label:before,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield_radio label:before {
  content: "";
  transition: border-color 0.25s ease-in-out;
  display: inline-flex;
  align-items: center;
  background-color: var(--color-white);
  border: 1px solid var(--color-grey-light);
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.wysiwyg .gform_wrapper .gfield_checkbox label:hover:before, .wysiwyg .gform_wrapper .gfield_checkbox label:focus-within:before, .wysiwyg .gform_wrapper .gfield_radio label:hover:before, .wysiwyg .gform_wrapper .gfield_radio label:focus-within:before,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield_checkbox label:hover:before,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield_checkbox label:focus-within:before,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield_radio label:hover:before,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield_radio label:focus-within:before {
  border-color: var(--color-grey-dark);
}
.wysiwyg .gform_wrapper .gfield_checkbox input:checked + label:after,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield_checkbox input:checked + label:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Sharp";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  top: 3px;
  left: 4.5px;
  color: var(--color-primary);
  font-size: 1.625rem;
}
.wysiwyg .gform_wrapper .gfield_radio label:before,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield_radio label:before {
  border-radius: 50%;
}
.wysiwyg .gform_wrapper .gfield_radio input:checked + label:before,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield_radio input:checked + label:before {
  border-color: var(--color-grey-dark);
}
.wysiwyg .gform_wrapper .gfield_radio input:checked + label:after,
.wp-admin .block-editor .block-editor-block-list__layout .gform_wrapper .gfield_radio input:checked + label:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-flex;
  align-items: center;
  background-color: var(--color-primary);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
}

.wb-image {
  position: relative;
}
.wb-image:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../../img/BK_motif_rouge.svg);
  background-position: bottom center;
  background-repeat: repeat-x;
  opacity: 0.5;
  z-index: 1;
}
.wb-image img {
  display: block;
}
.wb-image--ratio {
  height: max-content;
}
.wb-image--ratio:before {
  content: "";
  display: block;
}
.wb-image--ratio img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wb-image--ratio--110:before {
  padding-bottom: 110%;
}
.wb-image--ratio--100:before {
  padding-bottom: 100%;
}
.wb-image--ratio--90:before {
  padding-bottom: 90%;
}
.wb-image--ratio--80:before {
  padding-bottom: 80%;
}
.wb-image--ratio--75:before {
  padding-bottom: 75%;
}
.wb-image--ratio--70:before {
  padding-bottom: 70%;
}
.wb-image--ratio--45:before {
  padding-bottom: 45%;
}
.wb-image--ratio--25:before {
  padding-bottom: 25%;
}
.wb-image--ratio--16-9:before {
  padding-bottom: 56.25%;
}
.wb-image--ratio--4-3:before {
  padding-bottom: 75%;
}
.wb-image--contain > img, .wb-listing--product .wb-listing__image > img {
  object-fit: contain;
}
.wb-image--bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.wb-image--bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-black-50);
  z-index: 2;
}
.wb-image--bg img {
  width: 100%;
  height: 100%;
}
.wb-image--round {
  overflow: hidden;
  border-radius: 50%;
}

.wb-banner {
  position: relative;
  padding: var(--spacing-3) 0;
  display: flex;
  align-items: center;
  background-color: var(--color-white);
}
@media (min-width: 992px) {
  .wb-banner {
    padding: var(--spacing-4) 0;
  }
}
.wb-banner--large {
  min-height: 80vh;
}
.wb-banner--medium {
  min-height: 350px;
}
.wb-banner--split, .wb-banner--split-reverse {
  display: grid;
  gap: var(--spacing-grid-gap);
}
@media (max-width: 991.98px) {
  .wb-banner--split, .wb-banner--split-reverse {
    min-height: initial;
    padding: 0 0 var(--spacing-3);
  }
}
@media (min-width: 992px) {
  .wb-banner--split, .wb-banner--split-reverse {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-4);
  }
}
.wb-banner__image {
  display: flex;
}
@media (max-width: 991.98px) {
  .wb-banner--split .wb-banner__image, .wb-banner--split-reverse .wb-banner__image {
    position: relative;
    height: max-content;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .wb-banner--split .wb-banner__image, .wb-banner--split-reverse .wb-banner__image {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% - var(--spacing-4) / 2);
    height: 100%;
  }
}
.wb-banner--split .wb-banner__image:before, .wb-banner--split-reverse .wb-banner__image:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
@media (min-width: 992px) {
  .wb-banner--split .wb-banner__image:before, .wb-banner--split-reverse .wb-banner__image:before {
    display: none;
  }
}
@media (min-width: 992px) {
  .wb-banner--split-reverse .wb-banner__image {
    right: initial;
    left: 0;
  }
}
.wb-banner__image > img {
  display: block;
  width: 100%;
  height: 100%;
}
.wb-banner--split .wb-banner__image > img, .wb-banner--split-reverse .wb-banner__image > img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wb-banner__bg-image > img {
  display: block;
  width: 100%;
  height: 100%;
}
.wb-banner__filter {
  z-index: 2;
}
.wb-banner__inner {
  position: relative;
  z-index: 3;
  color: var(--color-text);
}
.wb-banner__inner .wysiwyg .wb-surtitle,
.wb-banner__inner .wysiwyg h1,
.wb-banner__inner .wysiwyg p {
  font-weight: bold;
}
.wb-banner__inner .wysiwyg p {
  font-size: 1.375rem;
  line-height: 1.625rem;
  letter-spacing: 0.8px;
}
@media (min-width: 992px) {
  .wb-banner__inner .wysiwyg p {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
.wb-banner--full .wb-banner__inner {
  padding-left: var(--spacing-container);
  padding-right: var(--spacing-container);
  width: 100%;
}
.wb-banner--split .wb-banner__inner {
  padding-left: var(--spacing-container);
  padding-right: var(--spacing-container);
}
@media (min-width: 992px) {
  .wb-banner--split .wb-banner__inner {
    padding-right: initial;
  }
}
.wb-banner--split-reverse .wb-banner__inner {
  padding-left: var(--spacing-container);
  padding-right: var(--spacing-container);
}
@media (min-width: 992px) {
  .wb-banner--split-reverse .wb-banner__inner {
    grid-column: 2;
    padding-left: initial;
  }
}
.wb-banner--split .wb-banner__inner, .wb-banner--split-reverse .wb-banner__inner {
  color: var(--color-text);
}
@media (min-width: 1400px) {
  .wb-banner__inner .wb-swiper__btm-bar {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 0;
  }
}
@media (min-width: 1400px) {
  .wb-banner__inner .wb-swiper__navigation {
    justify-content: space-between;
    margin-left: 0;
    width: 100%;
  }
}
.wb-banner__inner .wb-swiper__arrow.hidden {
  display: none;
}
@media (min-width: 1400px) {
  .wb-banner__inner .wb-swiper__arrow--prev {
    transform: translateX(100%);
  }
}
@media (min-width: 1400px) {
  .wb-banner__inner .wb-swiper__arrow--next {
    transform: translateX(-100%);
  }
}
@media (min-width: 1200px) {
  .wb-banner__slider-wrapper {
    position: relative;
    z-index: 2;
  }
}
.wb-banner__slide {
  display: flex !important;
  align-items: center;
}

.wb-breadcrumb {
  font-size: 0.875rem;
  line-height: 1.625rem;
  padding: var(--spacing-2) 0;
}
.wb-breadcrumb__el {
  color: var(--color-secondary);
}
.wb-breadcrumb__el:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.wb-yoast-breadcrumbs--light .wb-breadcrumb__el {
  color: var(--color-primary);
}
.wb-breadcrumb__el--link {
  color: var(--color-primary-dark);
}
.wb-yoast-breadcrumbs--light .wb-breadcrumb__el--link {
  color: var(--color-white);
}
.wb-breadcrumb__el--link:hover, .wb-breadcrumb__el--link:focus-within, .wb-breadcrumb__el--link:active {
  text-decoration: underline;
}
.wb-breadcrumb .wb-yoast-breadcrumbs {
  grid-column: 1/-1;
}
.wb-breadcrumb .wb-yoast-breadcrumbs > span {
  display: flex;
  align-items: center;
  gap: 0 10px;
  flex-wrap: wrap;
}
.wb-breadcrumb .wb-yoast-breadcrumbs i {
  color: var(--color-primary-dark);
}
.wb-breadcrumb .wb-yoast-breadcrumbs--light i {
  color: var(--color-white);
}
.error404 .wb-breadcrumb, .home .wb-breadcrumb {
  display: none;
}

.wb-card {
  display: grid !important;
  align-items: start;
  grid-template-rows: auto 1fr;
  gap: var(--spacing-grid-gap);
  position: relative;
  transition: all 250ms ease-in-out;
  background-color: var(--color-secondary);
}
.wb-card:hover {
  box-shadow: 2px 2px 16px 0px color-mix(in srgb, var(--color-primary) 20%, transparent);
}
.wb-card .wb-image {
  background-color: var(--color-grey-lighter);
}
.wb-card--featured {
  display: grid;
  gap: var(--spacing-grid-gap);
}
@media (min-width: 768px) {
  .wb-card--featured {
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    align-items: center;
  }
}
.wb-card__inner {
  display: grid;
  padding: var(--spacing-grid-gap);
  padding-top: 0;
  gap: 20px;
  height: 100%;
  grid-template-rows: auto auto 1fr;
}
@media (min-width: 1200px) {
  .wb-card__inner {
    padding: calc(var(--spacing-grid-gap) * 1.5);
    padding-top: 0;
  }
}
.wb-card--featured .wb-card__inner {
  padding: var(--spacing-grid-gap);
  padding-left: 0;
}
@media (min-width: 1200px) {
  .wb-card--featured .wb-card__inner {
    padding: calc(var(--spacing-grid-gap) * 1.5);
    padding-left: 0;
  }
}
.wb-card__categories {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  background-color: var(--color-secondary);
  color: var(--color-white);
  position: absolute;
  top: var(--spacing-grid-gap);
  left: var(--spacing-grid-gap);
  padding: 0.625rem;
  z-index: 10;
}
.wb-card--featured .wb-card__categories, .single-view .wb-card__categories {
  font-size: 1rem;
  line-height: 1.25rem;
}
.wb-card__date {
  font-size: 0.75rem;
  line-height: 1.25rem;
  grid-column: 1/-1;
  border-bottom: 1px solid var(--color-white);
}
.wb-card--featured .wb-card__date, .single-view .wb-card__date {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.wb-card__header {
  display: grid;
  gap: 20px;
}
.wb-card__title {
  margin-top: 0 !important;
}
.wb-card__actions {
  justify-content: flex-end;
  display: flex;
  align-items: flex-end;
}
.wb-card__actions .link {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.wb-card__actions .link:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.wb-social-share {
  z-index: 10;
  position: relative;
  align-self: start;
}
.wb-social-share__panel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 1rem);
  background-color: var(--color-grey-lighter);
  padding: 14px;
  border-radius: var(--radius-4);
  display: none;
}
.single-view .wb-social-share__panel {
  background-color: var(--color-white);
}
.wb-social-share__panel__inner {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 16px;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, 16px);
}
.wb-social-share__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  transition: all 250ms ease-in-out;
  color: var(--color-black);
}
.wb-social-share__icon:hover, .wb-social-share__icon:focus-within {
  color: var(--color-primary);
}
.wb-social-share__icon:after {
  display: none !important;
}
.wb-social-share__copy-link {
  position: relative;
}
.wb-social-share__copy-link__copied {
  display: none;
  position: absolute;
  top: calc(-100% - 40px);
  left: 50%;
  transform: translateX(-50%);
  padding: 15px;
  background-color: var(--color-primary);
  color: var(--color-white);
  font-size: 0.875rem;
  line-height: 0.875rem;
  white-space: nowrap;
}
.wb-social-share__copy-link__copied:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: var(--color-primary) transparent transparent transparent;
}

.wb-search-box {
  grid-area: wb-search-box;
}
.wb-search-box__form {
  display: grid;
  gap: var(--spacing-grid-gap);
}
.wb-search-box__keywords__text {
  padding-right: 54px !important;
}
.wb-search-box__keywords__text-wrapper {
  width: 100% !important;
  display: flex;
  align-items: center;
  position: relative;
}
.wb-search-box__keywords__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  transition: color 250ms ease-in-out;
  position: absolute;
  right: 15px;
}
.wb-search-box__keywords__submit:hover, .wb-search-box__keywords__submit:focus-within {
  color: var(--color-secondary);
}

.wb-search-overlay__text {
  border: none;
  font-size: 8vw !important;
  background-color: initial !important;
  border: none !important;
  color: var(--color-white) !important;
  height: auto !important;
  line-height: 1;
  padding: 0;
  padding-bottom: calc(var(--spacing-grid-gap) / 2);
  width: 100%;
  caret-color: var(--color-primary);
  font-family: "Inter", sans-serif;
}
.wb-search-overlay__info {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  color: var(--color-primary);
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  transition-delay: 0.35s;
}
.wb-overlay--open .wb-search-overlay__info {
  opacity: 1;
}
.wb-search-overlay__form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.wb-search-overlay__form-content {
  position: relative;
}
.wb-search-overlay__form-content:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 5px;
  background-color: var(--color-primary);
  transition: width 0.3s ease-in-out;
}
.wb-overlay--open .wb-search-overlay__form-content:before {
  transition-delay: 0.15s;
  width: 100%;
}
.wb-search-overlay__close {
  font-size: 3rem;
  line-height: 1;
  position: absolute;
  color: var(--color-white);
  top: var(--spacing-grid-gap);
  right: calc(var(--spacing-grid-gap) / 2);
  cursor: pointer;
  transition: color 250ms ease-in-out;
}
.wb-search-overlay__close:hover, .wb-search-overlay__close:focus {
  color: var(--color-primary);
}
@media (min-width: 768px) {
  .wb-search-overlay__close {
    right: var(--spacing-grid-gap);
  }
}

.wb-search-pg-infinite {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .wb-search-pg-infinite {
    display: block;
    text-align: right;
  }
}
.wb-search-pg-infinite__load-more {
  margin: 0 auto;
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .wb-search-pg-infinite__load-more {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .wb-search-pg-infinite__load-more {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.wb-search-pg-infinite__back-top {
  background-color: var(--color-primary);
  padding: 10px;
  color: var(--color-white);
  border: 3px solid var(--color-primary);
}
.wb-search-pg-infinite__back-top i {
  margin-left: 0;
}
.wb-search-pg-infinite__back-top:hover {
  color: var(--color-primary);
  background-color: transparent;
}

.wb-search-pg-numeric__arrow, .wb-search-pg-numeric__page {
  color: var(--color-text);
  margin: 0 5px;
  border: 1px solid var(--color-text);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  transition: all 250ms ease-in-out;
}
.wb-search-pg-numeric__arrow:hover, .wb-search-pg-numeric__page:hover, .wb-search-pg-numeric__arrow:focus-within, .wb-search-pg-numeric__page:focus-within {
  color: var(--color-primary);
  border-color: var(--color-primary);
  box-shadow: 2px 2px 16px 0px color-mix(in srgb, var(--color-primary) 20%, transparent);
}

.wb-search-pg-numeric {
  display: flex;
  margin: 0 -5px;
  justify-content: center;
}
.wb-search-pg-numeric__page {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 400;
}
.wb-search-pg-numeric__page--current {
  border: 1px solid var(--color-primary);
  color: var(--color-white);
  background-color: var(--color-primary);
  pointer-events: none;
}
.wb-search-pg-numeric__page--current:focus-within {
  background-color: var(--color-primary-70);
}
.wb-search-pg-numeric__page.hellip {
  pointer-events: none;
}
.wb-search-pg-numeric__arrow {
  font-size: 20px;
}
.wb-search-pg-numeric__arrow[disabled] {
  opacity: 0.35;
}
.wb-search-pg-numeric__arrow--prev {
  margin-right: auto;
}
.wb-search-pg-numeric__arrow--next {
  margin-left: auto;
}

.wb-burger {
  display: inline-block;
  text-align: right;
  line-height: 1;
}
@media (min-width: 1200px) {
  .wb-burger {
    display: none;
  }
}
.wb-burger[aria-expanded=true] .wb-burger__inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wb-burger[aria-expanded=true] .wb-burger__inner:before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.wb-burger[aria-expanded=true] .wb-burger__inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wb-burger__box {
  width: 2.1875rem;
  height: 2.1875rem;
  display: inline-block;
  position: relative;
}
.wb-burger__inner, .wb-burger__inner:before, .wb-burger__inner:after {
  width: 2.1875rem;
  height: 6px;
  border-radius: 4px;
  background-color: var(--color-white);
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.wb-burger__inner {
  display: block;
  bottom: 0;
  top: 50%;
  margin-top: -2px;
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.wb-burger__inner:before, .wb-burger__inner:after {
  content: "";
  display: block;
}
.wb-burger__inner:before {
  top: calc(2.1875rem / 3);
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.wb-burger__inner:after {
  bottom: calc(2.1875rem / 3);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.wb-filter__field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wb-filter__field--tag input {
  display: none;
}
.wb-filter__select:checked + .wb-filter__select__label--tag {
  border: 1px solid var(--color-primary-70);
  background-color: var(--color-primary-70);
}
.wb-filter__select:checked + .wb-filter__select__label--tag:after {
  display: block;
}
.wb-filter__select:checked + .wb-filter__select__label--tag:hover, .wb-filter__select:checked + .wb-filter__select__label--tag:focus-within {
  border: 1px solid var(--color-primary);
}
.wb-filter__select:checked + .wb-filter__select__label--tag:hover:after, .wb-filter__select:checked + .wb-filter__select__label--tag:focus-within:after {
  color: var(--color-white);
}
.wb-filter__select__field {
  display: flex;
  align-items: center;
}
.wb-filter__select__label {
  display: block;
  cursor: pointer;
}
.wb-filter__select__label--tag {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 500;
  transition: all 250ms ease-in-out;
  display: flex;
  padding: 5px 10px;
  margin: 5px;
  background-color: var(--color-secondary);
  color: var(--color-white);
  border: 1px solid var(--color-secondary);
}
.wb-filter__select__label--tag:after {
  font-size: 1.125rem;
  line-height: 1rem;
  font-weight: 800;
  transition: all 250ms ease-in-out;
  content: "x";
  display: none;
  color: var(--color-white);
  margin-left: 15px;
}
.wb-filter__select__label--tag:hover, .wb-filter__select__label--tag:focus-within {
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
}
.wb-filter__select__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.wb-filters__section {
  display: grid;
  gap: 50px;
  grid-area: listing;
}

.wb-listing {
  display: grid;
  padding: var(--spacing-grid-gap);
  background-color: var(--color-white);
  border-radius: var(--radius-4);
  gap: var(--spacing-grid-gap);
  align-items: center;
}
@media (min-width: 1200px) {
  .wb-listing {
    gap: 50px;
  }
}
@media (min-width: 768px) {
  .wb-listing--has-image {
    grid-template-columns: minmax(150px, 0.2fr) 1fr;
  }
}
@media (min-width: 992px) {
  .wb-listing--has-image {
    grid-template-columns: minmax(200px, 0.2fr) 1fr;
  }
}
.wb-listing__image {
  display: none;
}
.wb-listing--has-image .wb-listing__image {
  display: block;
}
.wb-listing--product .wb-listing__image img {
  padding: var(--spacing-grid-gap);
  background-color: var(--color-grey-light);
}
@media (min-width: 768px) {
  .wb-listing--product .wb-listing__image img {
    padding: 15px;
  }
}
.wb-listing__inner {
  display: grid;
  gap: 20px;
}
.wb-listing__header {
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 20px var(--spacing-grid-gap);
}
.wb-listing__cpt {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: var(--color-primary);
}
.wb-listing__title {
  grid-column: 1/-1;
  margin-top: 0 !important;
}
.wb-listing__content {
  display: grid;
  gap: 20px;
}

.wb-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9000;
  pointer-events: none;
  overflow-y: auto;
  display: none;
}
.wb-overlay--center {
  align-items: center;
  justify-content: center;
  padding-top: calc(var(--spacing-grid-gap) * 2);
  padding-bottom: calc(var(--spacing-grid-gap) * 2);
}
.wb-overlay--open {
  display: flex !important;
  pointer-events: auto;
}
.wb-overlay--open .search__info {
  opacity: 1;
}
.wb-overlay--open.search__form form div:before {
  transition-delay: 0.15s;
  width: 100%;
}
.wb-overlay--active {
  overflow-y: hidden;
  height: auto;
}
.wb-overlay__content {
  margin: auto;
  width: 31.25rem;
}

.wb-load-overlay {
  opacity: 0.5;
  z-index: 9000;
  pointer-events: none;
}
.wb-load-overlay * {
  pointer-events: none;
}
.wb-load-overlay--initial {
  opacity: 1;
  background-color: var(--color-primary);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
}
.wb-load-overlay__icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  z-index: 50;
}

.wb-alert {
  background-color: var(--color-primary);
  padding: 10px 0;
}
.wb-alert__inner {
  position: relative;
  display: flex;
  justify-content: center;
  padding-right: 60px;
}
.wb-alert__text, .wb-alert__close {
  color: var(--color-white);
}
.wb-alert__text {
  margin-bottom: 0 !important;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .wb-alert__text {
    font-size: 0.875rem;
  }
}
.wb-alert__text strong {
  display: block;
}
.wb-alert__close {
  transition: all 250ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
.wb-alert__close:hover, .wb-alert__close:focus-within {
  color: var(--color-primary);
}

.wb-skip-to-content__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  cursor: pointer;
  background-color: var(--color-white);
  color: var(--color-text);
  border: 1px solid var(--color-black);
  transition: none;
}
.wb-skip-to-content__link:focus {
  width: auto;
  height: auto;
  z-index: 9999;
  padding: 10px 20px;
}
.wb-skip-to-content__link:focus-visible {
  outline: none !important;
}
/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

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

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

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

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*
    Dots plugin
*/
/*
    Navigation plugin
*/
.carousel {
  position: relative;
  box-sizing: border-box;
}
.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}
.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}
.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
  user-select: none;
}
.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}
.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}
.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel__button.is-prev {
  left: 10px;
}
.carousel__button.is-next {
  right: 10px;
}
.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}
.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

/*
  Thumbs plugin
*/
/* 3/2 */
/*
  HTML plugin
*/
/*
  Toolbar plugin
*/
html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}
.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}
.fancybox__container :focus {
  outline: none;
}
body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}
@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  /* For Safari */
  height: 100%;
  z-index: 10;
}
.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}
.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}
@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}
.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}
.fancybox__nav .carousel__button.is-next {
  right: 8px;
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}
@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}

/* Close button located inside content area */
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}
.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}
.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

/* Opening */
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

/* Closing */
.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

/* Both `throwOut` classes are for closing animation after dragging up/down */
.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}
.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}
.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  -webkit-user-select: none;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}
.is-closing .has-image .fancybox__content {
  overflow: visible;
}
.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
  /* Fix Mac OS Safari 11 - 13 */
}
.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}
.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}
.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}
.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}
.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}
.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}
.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}
.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  /* Keep aspect ratio */
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.006) 8.1%, hsla(0, 0%, 0%, 0.021) 15.5%, hsla(0, 0%, 0%, 0.046) 22.5%, hsla(0, 0%, 0%, 0.077) 29%, hsla(0, 0%, 0%, 0.114) 35.3%, hsla(0, 0%, 0%, 0.155) 41.2%, hsla(0, 0%, 0%, 0.198) 47.1%, hsla(0, 0%, 0%, 0.242) 52.9%, hsla(0, 0%, 0%, 0.285) 58.8%, hsla(0, 0%, 0%, 0.326) 64.7%, hsla(0, 0%, 0%, 0.363) 71%, hsla(0, 0%, 0%, 0.394) 77.5%, hsla(0, 0%, 0%, 0.419) 84.5%, hsla(0, 0%, 0%, 0.434) 91.9%, hsla(0, 0%, 0%, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}
@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}
.fancybox__toolbar__items {
  display: flex;
}
.fancybox__toolbar__items--left {
  margin-right: auto;
}
.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.fancybox__toolbar__items--right {
  margin-left: auto;
}
@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
  user-select: none;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  cursor: pointer;
}

/*
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  margin-right: 0.5em;
  display: inline-block;
  box-sizing: border-box;
  content: '';
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control.arrow-right::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control.arrow-right::before {
  border-top: 5px solid transparent;
  border-left: 0px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.5);
}
table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > th.dtr-control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}
  */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 0.333em;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control,
table.dataTable.dtr-column > tbody > tr > th.dtr-control,
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  cursor: pointer;
}

/*
table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  display: inline-block;
  box-sizing: border-box;
  content: '';
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control.arrow-right::before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control.arrow-right::before,
table.dataTable.dtr-column > tbody > tr > td.control.arrow-right::before,
table.dataTable.dtr-column > tbody > tr > th.control.arrow-right::before {
  border-top: 5px solid transparent;
  border-left: 0px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.5);
}
table.dataTable.dtr-column > tbody > tr.dtr-expanded td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.dtr-expanded th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.dtr-expanded td.control:before,
table.dataTable.dtr-column > tbody > tr.dtr-expanded th.control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}
  */
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

:root {
  --barba-transition-duration: 0.75;
}

.wb-barba-transition {
  position: fixed;
  overflow: hidden;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.wb-transition-spinner {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%; display: block; shape-rendering: auto;" width="200px" height="200px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"> <g transform="translate(80,50)"> <g transform="rotate(0)"> <circle cx="0" cy="0" r="6" fill="white" fill-opacity="1"> <animateTransform attributeName="transform" type="scale" begin="-0.9166666666666666s" values="1 1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform> <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.9166666666666666s"></animate> </circle> </g> </g><g transform="translate(75.98076211353316,65)"> <g transform="rotate(29.999999999999996)"> <circle cx="0" cy="0" r="6" fill="white" fill-opacity="0.9166666666666666"> <animateTransform attributeName="transform" type="scale" begin="-0.8333333333333334s" values="1 1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform> <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.8333333333333334s"></animate> </circle> </g> </g><g transform="translate(65,75.98076211353316)"> <g transform="rotate(59.99999999999999)"> <circle cx="0" cy="0" r="6" fill="white" fill-opacity="0.8333333333333334"> <animateTransform attributeName="transform" type="scale" begin="-0.75s" values="1 1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform> <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.75s"></animate> </circle> </g> </g><g transform="translate(50,80)"> <g transform="rotate(90)"> <circle cx="0" cy="0" r="6" fill="white" fill-opacity="0.75"> <animateTransform attributeName="transform" type="scale" begin="-0.6666666666666666s" values="1 1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform> <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.6666666666666666s"></animate> </circle> </g> </g><g transform="translate(35.00000000000001,75.98076211353316)"> <g transform="rotate(119.99999999999999)"> <circle cx="0" cy="0" r="6" fill="white" fill-opacity="0.6666666666666666"> <animateTransform attributeName="transform" type="scale" begin="-0.5833333333333334s" values="1 1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform> <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.5833333333333334s"></animate> </circle> </g> </g><g transform="translate(24.01923788646684,65)"> <g transform="rotate(150.00000000000003)"> <circle cx="0" cy="0" r="6" fill="white" fill-opacity="0.5833333333333334"> <animateTransform attributeName="transform" type="scale" begin="-0.5s" values="1 1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform> <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.5s"></animate> </circle> </g> </g><g transform="translate(20,50.00000000000001)"> <g transform="rotate(180)"> <circle cx="0" cy="0" r="6" fill="white" fill-opacity="0.5"> <animateTransform attributeName="transform" type="scale" begin="-0.4166666666666667s" values="1 1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform> <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.4166666666666667s"></animate> </circle> </g> </g><g transform="translate(24.019237886466836,35.00000000000001)"> <g transform="rotate(209.99999999999997)"> <circle cx="0" cy="0" r="6" fill="white" fill-opacity="0.4166666666666667"> <animateTransform attributeName="transform" type="scale" begin="-0.3333333333333333s" values="1 1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform> <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.3333333333333333s"></animate> </circle> </g> </g><g transform="translate(34.999999999999986,24.019237886466847)"> <g transform="rotate(239.99999999999997)"> <circle cx="0" cy="0" r="6" fill="white" fill-opacity="0.3333333333333333"> <animateTransform attributeName="transform" type="scale" begin="-0.25s" values="1 1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform> <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.25s"></animate> </circle> </g> </g><g transform="translate(49.99999999999999,20)"> <g transform="rotate(270)"> <circle cx="0" cy="0" r="6" fill="white" fill-opacity="0.25"> <animateTransform attributeName="transform" type="scale" begin="-0.16666666666666666s" values="1 1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform> <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.16666666666666666s"></animate> </circle> </g> </g><g transform="translate(65,24.019237886466843)"> <g transform="rotate(300.00000000000006)"> <circle cx="0" cy="0" r="6" fill="white" fill-opacity="0.16666666666666666"> <animateTransform attributeName="transform" type="scale" begin="-0.08333333333333333s" values="1 1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform> <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="-0.08333333333333333s"></animate> </circle> </g> </g><g transform="translate(75.98076211353316,34.999999999999986)"> <g transform="rotate(329.99999999999994)"> <circle cx="0" cy="0" r="6" fill="white" fill-opacity="0.08333333333333333"> <animateTransform attributeName="transform" type="scale" begin="0s" values="1 1;1 1" keyTimes="0;1" dur="1s" repeatCount="indefinite"></animateTransform> <animate attributeName="fill-opacity" keyTimes="0;1" dur="1s" repeatCount="indefinite" values="1;0" begin="0s"></animate> </circle> </g> </g></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  z-index: 10;
}

.wb-transition-slide {
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
}

.wb-transitioning {
  cursor: progress;
}

@keyframes blink {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  33% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(7.5px);
  }
}
@media print {
  /***********************************************/
  /******************* GENERAL *******************/
  /***********************************************/
  .no-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}
/*# sourceMappingURL=theme.css.map */
